.actpopup-con{
	padding: 0.2rem 0.4rem !important;
}
.actpopup-main{
	top: 50% !important;
    left: 50% !important;
    width: 70% !important;
    transform: translate(-50%,-50%);
}
.actpopup-con ul.rnjs-ul li a {
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #ec8a33;
    padding: 0.16rem 0.24rem;
    box-sizing: border-box;
    font-size: 0.3rem;
	border-radius: 0.1rem;
    cursor: pointer;
    text-align:center;
    margin-bottom: 0.2rem;
}
.popup-box input {
    border: 1px solid #DFDFDF;
    width: 100%;
    height: 0.7rem;
    background: #F6F6F6;
    border-radius: 3px;
    text-indent: 2px;
    padding-left: 0.1rem;
    margin-bottom: 0.2rem;
}
.popup-box textarea{
	width: 100%;
	padding: 0.1rem;
}