*{
	padding: 0;
	margin: 0;
	font-family: "PingFangSC";
}
html,body{
    max-width: 750px;
    margin:auto;
    background: #ffe9f1;
    padding:20px 10px;
}
.banner img{
	width: 100%
}
.header{
    display: flex;
}
.header .info{
    width: 60%;
}
.header .info h2{
    font-weight: 700;
    font-size: 18px;
    color:#555;
    line-height: 1.3;
    margin-bottom: 6px;
}
.header .info p{
    font-size: 13px;
    line-height: 1.4;
    color:#999999;
    margin-bottom: 3px;
}
.header img{
    width: 40%;
}
.content{
	/*background: url('../img/bg.jpg') no-repeat top left;*/
    background: #fff;
	padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin-bottom: 20px;
}
.content .progress .pro_tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6px;
}
.content .progress .question{
	display: flex;
	align-items: center;

	 font-size: 14px;
    color: red;
}
.content .progress .pro_tit .rk{
    font-size: 14px;
    color:#000;
}
.content .progress .question .question_name{
	font-family: "PingFangSC";
    color: red;
    font-size: 14px;
    font-weight: bold;
    padding-right: 8px;
}
.content .progress .question .active{
	color: red;
    font-size: 14px;
    font-weight: bold;
}
.content .progress .question span{
    font-weight: bold;
}
.content .progress .question .line{
    font-size: 14px;
    padding: 0 3px;
    font-weight: bold;
}
.content .progress .progress_line{
	height:6px;
	width: 100%;
	background-color: #e6e6e6;
	border-radius: 50px;
	overflow: hidden;
}
.content .progress .progress_line span{
	display: block;
	height: 6px;
    font-weight: bold;
	width: calc(1% * 50);
	color: #fff;
	background-color: #FF69B4;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50px;
}

.content .question_tit{
	padding: 12px 0;
	color: #333333;
	text-align: left;
    font-size: 16px;
}

.content .anwser_list{}

.content .anwser_list .tab{
	font-size: 16px;
	font-family: "PingFangSC";
	color: #ff699b;
	line-height: 40px;
	/*background-color: #f5f5f5;*/
	border-radius: 8px;
	text-align: center;
	margin-bottom: 10px;
    border:1px solid #ff699b;
    transition: all 0.3s ease;
}
.content .anwser_list .tab:hover {
    border-color: #42eb42;
    background-color: #E0FFE0;
}

.content .anwser_list .tab.active{
	/*color: #ffffff;*/
 	/*background-color: #b47608;*/
}
.content .pre_next{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}
.content .pre_next div{
	font-size: 16px;
	font-family: "PingFangSC";
	color: #ff699b;
    border:1px solid #ff699b;
	line-height: 40px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 10px;
	width:100%;
    transition: all 0.3s ease;
    margin-right: 5%;
	box-shadow: 0 0 5px #aaaaaa55;
}
.content .pre_next div.next{
    margin-right: 0;
}
.content .pre_next div.active{
	/*color: #ff699b;*/
}
.content .pre_next div:hover {
    border-color: #42eb42;
    background-color: #E0FFE0;
}
.copy{
	padding: 15px 0 10px;
	text-align: center;
	font-size: 12px;
    color:#aaa;
}
.copy a{
    color:#aaa;
}

.index_remark{
    font-size: 12px;
    color: #999999;
    text-align: center;
    line-height: 1.5;
    margin-top: 0;
    padding: 20px 0;
}


/*支付按钮*/
.form_demo{
    padding:20px 3% 60px;
}
.form_demo .pay_type{
    background: #fff;
    padding:3%;
    margin-top:20px;
    border-radius: 10px;
    box-shadow: 0 0 5px #EEEEEE;
}
.form_demo .pay_type .tit{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}
.form_demo .pay_type .radio{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_demo .pay_type .radio .icon{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.form_demo .pay_type .radio .icon img{
    width: 35px;
}

.form_demo .pay_type .radio .right_icon{
    background: #b47608;
    border-radius: 40px;
    padding:5px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_demo .form_data{
    padding:3%;
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 10px;
}
.form_demo .form_data .input input{
    border:0;
    background: #f5f5f5;
    border-radius: 10px;
    height: 46px;
    padding:0 15px;
    width: 100%;
    font-size: 14px;
}
.form_demo .form_data .ver_code{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_demo .form_data .ver_code .input{
    width: 50%;
}
.form_demo .form_data .ver_code .send_btn{
    width: 45%;
    background: #b47608;
    line-height: 46px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    color:#fff;
}

.form_demo .remark_tip{

    padding:10px 0;
    line-height: 30px;
    font-size: 12px;
    color: #b47608;
}






.bottom_btn{
    display: flex;
    position: fixed;
    bottom:0;
    left:0;
    width: calc(100% - 40px);
    padding: 10px 20px;
    background: #ffffff;
    justify-content: space-between;
}
.bottom_btn .btn{
    background: #fb7f48;
    color: #fff;
    font-size: 15px;
    width: 40%;
    float: right;
    line-height: 45px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s ease;
}
.bottom_btn .btn:hover {
    background: #e55a2b;
}

.bottom_btn .price{
    padding:0 3%;
    display: flex;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #ff6b35;
    display: flex;
    align-items: baseline;

}
.bottom_btn .price .amount span{
    font-size: 45px;
    color: #ff6b35;
}
.bottom_btn .price .amount b{
    color:#ff6b35;
}





.ewm{
    padding:8% 3% 0;
}
.ewm .img{
    width: 80%;
    margin:0 auto;
}
.ewm .img img{
    width: 100%;
}
.ewm .btn{
    background: #b47608;
    width: 80%;
    margin:5% auto 3%;
    border-radius: 40px;
    text-align: center;
    line-height: 45px;
    color:#fff;
    font-size: 16px;
    display: block;
}
.ewm .remark{
    width: 80%;
    font-size: 12px;
    color:#aaaaaa;
    margin:0 auto;
}



.wechat_pay{
    padding:10px 15px;
}
.wechat_pay .tit{
    font-size: 14px;
    font-weight: 600;
    color: #606266;
    margin-bottom: 15px;
}
.wechat_pay .pay_cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: 1px solid #ff699b !important;
    border-radius: 5px;
    padding: 5px 10px;
}
.wechat_pay .pay_cont .pay_icon{
    display: flex;
    align-items: center;
}
.wechat_pay .pay_cont .pay_icon img{
    width: 35px;
     margin-right: 10px;
}
.wechat_pay .pay_cont .sel{
    width: 20px;
    height: 20px;
    background: #007aff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wechat_pay .pay_cont .sel:before{
    content: "✓";
    color: white;
    font-size: 12px;
    font-weight: bold;
}