.header_bg{
    width: calc(640vw / 6.4);
    height: calc(743vw / 6.4);
    /*background: url(image/header.png);*/
    background: url(image/header_bg.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.foot-bar {
    width: calc(100% - 40px);
    height: 54px;
    overflow: hidden;
    border-top: none;
    background: #F8F8F8;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    -webkit-user-select: none;
    background-image: linear-gradient(90deg, #ff9233, #fe5136 31%, #fd2245 64%, #fd227a);
    padding: 0 20px;
}
.foot-bar .bottom_phone {
    display: block;
    background-image: linear-gradient(90deg, rgb(255, 243, 218) 4%, rgb(255, 231, 162) 96%);
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: red;
    font-weight: bold;
    margin: 7px 0;
    border-radius: 20px;
}

.right_phone {
    width: calc(100vw / 6.4);
    height: calc(100vw / 6.4);
    background: url(image/subject_phone.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: fixed;
    right: 10px;
    bottom: 200px;
}

.form_box {
    width: calc(640vw / 6.4);
    height: calc(567vw / 6.4);
    position: relative;
    background: #fff;
}
.form_box .form_bg{
    width: calc(640vw / 6.4);
    height: calc(467vw / 6.4);
    /*background: url(image/form_bg.png) no-repeat;*/
    background-size: contain;
    background-position: center center;
}

.form_box .form_bg_box{
    width: calc(590vw / 6.4);
    height: calc(550vw / 6.4);
    background: #fff;
    position: absolute;
    top: calc(7vw / 6.4);
    left: calc(25vw / 6.4);
    border-radius: 7px;
}

.form{
    padding: 8px 15px 10px;
}

.onepx-b{
    border-bottom: 1px solid #e6e6e6;
}

.form-label {
    width: 88px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    display: inline-block;
    margin: 0 !important;
}
.form-control {
    height: 46px;
    line-height: 46px;
    /*font-size: 16px;*/
    border: 0;
}
.icon-more {
    width: 6px;
    height: 6px;
    margin-right: 1px;
    border: 1px solid #999;
    border-bottom: 0;
    border-left: 0;
    margin-top: 20px;
}
.icon-more {
    display: inline-block;
    -webkit-transform: rotate(
            45deg
    );
    transform: rotate(
            45deg
    );
}



.form-btn {
    width: 100%;
    display: block;
    padding: 6px 5px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fe6a58),to(#df1d1d));
    background-image: -webkit-linear-gradient(top,#fe6a58,#df1d1d);
    background-image: linear-gradient(180deg,#fe6a58,#df1d1d);
    color: #fff;
    text-align: center;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
    margin-top: 10px;
    line-height: 1;
    min-height: 40px;
    background: #af0d0b;
}
.form-agree {
    color: #999;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.4;
}

.list_top_bg{
    width: calc(640vw / 6.4);
    height: calc(234vw / 6.4);
    background: url(image/subject_top_bg.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    display: none;
}
.title{
    background: #af0d0b;
    color: #fff;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}


.footer_bg{
    width: calc(640vw / 6.4);
    height: calc(459vw / 6.4);
    background: url(image/subject_footer_bg.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}


.footer_info{
    background: #4d4d4d;
    color: #fff;
    padding: 14px 40px;
    font-size: 12px;
}

.footer_info div{
    line-height: 22px;
}

select{
    border: 0;
    background: #fff;
    color: #999;
    font-size: 14px;
    margin-bottom: 4px;
}

.list .list_right_a{
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    color: #666;
}
.list .list_right_a:nth-child(2){
    font-size: 16px;
    font-weight: bold;
}

.list_bottom{
    background: #fff;
    padding: 14px;
}
.list_bottom .left div:first-child{
    font-size: 14px;
    font-weight: bold;
}
.list_bottom .left div:last-child{

}
.list_bottom .right {
    background: #ff8b33;
    color: #fff;
    border-radius: 5px;
    padding: 2px 6px;
}

.footer_box .footer_info{
    margin-bottom: 32px;
}