body , html{
    font-size: 37.5px;
}
.container {
    padding-bottom: 1.4rem;
    color: #333;
}
.container, .wrapper {
    width: 100%;
    min-height: 100%;
    z-index: 1;
}
.reasonlist_page{
    background: #fff;
}
.reasonlist_page_title {
    background: #f1f1f1;
    font-size: .4rem;
    color: #666;
    padding: .53rem .32rem;
}
.reasonlist_page_reason {
    padding: 0 .266rem;
}
.reasonlist_page_reason_box p {
    color: #333;
    font-size: .4rem;
    padding: .266rem 0;
}
.reasonlist_page_reason_box li{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .426rem;
    color: #333;
    /* background: url('../images/rt_arrow.png') no-repeat 96% center;
    background-size: 4%; */
}
.reasonlist_page_reason_box li a{
    color: #333;
}
.reasonlist_page_reason_box .fuwu_li{
    padding: .266rem;
    background-color: #f2f2f2;
    margin-bottom: .4rem;
}
.guifan_li{
    padding: .42rem .266rem;
    border-bottom: 1px solid #f3f3f3;
}
.reasonlist_page_kefu {
    display: block;
    background: #f1f1f1;
    font-size: .347rem;
    color: #4579fd;
    text-decoration: none;
    padding: .213rem .32rem;
}
.fuwu_li input[type="radio"]{
    -webkit-appearance: radio; /* Safari 和 Chrome */
}
.i-check3 {   
    width: 24px;   
    height: 24px;   
    position: relative; 
}
.i-check3 label {   
    width: 24px;   
    height: 24px;   
    cursor: pointer;   
    position: absolute;   
    top: 1px;   
    left: 0;   
    background: url("../../lovetestCopy/images/radio.png") no-repeat right center;
    /* background: url("../images/radio.png") no-repeat right center; */
    background-size: 100%;
}
.i-check3  label:after {   
    content: '';   
    width: 24px;   
    height: 24px;    
    position: absolute;   
    top: 0;   
    left: 0;   
    background: url("../../lovetestCopy/images/radio_active.png") no-repeat right center;
    background-size: 100%;
    opacity: 0;   
}
.i-check3 input[type=radio]:checked + label:after {   
    opacity: 1;   
}
.i-check3 input[type=radio] {   
    opacity: 0;   
    position: absolute;   
    z-index: 2;   
    left: 0;   
    top: 1px;   
    width: 100%;   
    height: 100%;   
    margin: 0;   
}   
.reasonlist_btn{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: .48rem;
    color: #fff;
    line-height: 1.34rem;
    font-family: 思源黑体 CN;
    background: #4579fd;
}