html,body{
    background: #f4f5f9;
}
/*侧边栏*/
.aside_left{
    position: fixed;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
    width: 1200px;
    margin:0 auto;
}
.aside_left .aside_left_box{
    position: absolute;
    top:50%;
    left: -100px;
    width: 130px;
    border-radius: 6px;
    box-shadow: 0px 0px 13px 0px rgba(191,191,191,0.30); 
    text-align: center;
    background: #fff;
    padding-bottom:4px;
}
.aside_left .aside_left_box h3{
    font-size: 16px;
    font-weight: 700;
    line-height:    26px;
    background: #1cb5df;
    color: #fff;
    border-radius: 6px 6px 0px 0px;
}
.aside_left .aside_left_box p{
    color: #333333;
    font-weight: 700;
}
.wrap{
    width: 1100px;
    margin:0 auto;
}
.banner img{
    width: 100%;
    vertical-align: middle;
}
.section_1{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 90px;
    position: relative;
    z-index: 2;
}

.section_1 .section_left{
    width: 690px;
    background: #fff;
    box-sizing: border-box;
    padding:30px 40px;
}
.section_1 .section_left .title{

    font-size: 16px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    line-height: 29px;
    margin-bottom: 30px;
    background: url(../images/title5.png) center center  no-repeat;
}
.section_1 .section_left .title2{
    background: url(../images/title2.png) center center  no-repeat;
}
.section_1 .section_left .title7{
    background: url(../images/title7.png) center center  no-repeat;
}
.section_1 .section_left .selected_tk{

}
.section_1 .section_left .selected_tk ul{
    margin-bottom: 60px;
}
.section_1 .section_left .selected_tk li{
    width: 280px;
    height: 48px;
    opacity: 1;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15PX;
    align-items: center;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    cursor: pointer;
}
.section_1 .section_left .selected_tk li:nth-child(2n){
    float:right;
}
.section_1 .section_left .selected_tk li.selected_active{
    color:#fff;
    background: #1cb5df;
    border: 1px solid #1cb5df;
}
.section_1 .section_right{
    width: 370px;
}
.section_right>div{
    background: #fff;
    padding:30px 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.section_left h2,.section_right h2{
    font-weight:700;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}
.section_left h2{
    margin-bottom: 40px;
}
.section_left h2 i, .section_right h2 i{
    display:    inline-block;
    vertical-align: middle;
    width: 6px;
    height: 18px;
    background: #1cb5df;
    margin-right: 8px;
}

.section_right_1 p{
    padding-left:14px;
}

.section_right_2 p{
    padding-left:14px;
}
.text_1{
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 13px;
    color: #1cb5df;
}
.text_3{
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 13px;
    color: #333;
}
.text_2{
    font-size: 12px;
    line-height: 22px;
    color:#666;
    margin-bottom: 30px;
}
.text_4{
    font-size: 13px;
    padding-top: 20px;
}
.text_4 a{
    color:#105BF2;
}
.section_right_1 h3{
    margin-bottom: 10px;
}
.section_right_1 ul ,.section_right_1 h3{
    padding-left: 14px;
}
.section_right_1 ul {
    margin-bottom:  24px;
}
.section_right_1 ul li{
    color:#666;
    font-size: 12px;
    line-height: 22px;
}
.section_right_1 ul li i{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #2CACC9;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 5px;

}
.section_right_3>div{
    text-align: left;
    padding-left: 14px;
    padding-bottom: 34px;
}

.section_right_4>div{
    display: flex;
}
.section_right_4>div>div p{
    line-height: 24px;
}
.section_right_4>div>div p.mt20{
    margin-top: 15px;
}
.section_right_4>div>div .section_right4_title{
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 14px;
}
.section_right_4>div>div{
    width: 50%;
}
/* 题目样式*/


/*用户资料 - 弹窗表单*/
#submit_form{
    overflow: inherit;
}
#submit_form .reason_box{
    display: none;
}
.pop_window{
    border: none;
    border-radius: 5px;
    box-shadow: 2px 1px 10px #000000;
    z-index: 99999;
}
.dialog{
    border-radius: 5px;
}
.collect_title{
    text-indent: 40px;
    margin: 16px 0;
    color: #004CB9;
}
.close-dialog{
    right: 5px;
    top: 5px;
    color: #999999;
}
.inline_dl {
    padding: 0 0px;
    box-sizing: border-box;
    width: 75%;
}
#submit_form{/*
    height: 100%;
    overflow-y: auto;*/
}
.color_red{
    color:#d22;
}
#submit_form dl{
    display: block;
    margin: 10px 0;
    margin-bottom: 15px;
}
#submit_form dt{
    display: block;
    font-size: 14px;
}
#submit_form dt i{
    font-weight: normal;
    font-style: normal;
    margin-right: 2px;
}
#submit_form dt span{
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

#submit_form dd{
    font-size: 14px;
    color: #666;
}
#submit_form dd input[type=text]{
    border: 1px solid #ddd;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
}
#submit_form dd label{
    margin: 0px 10px 10px 0;
    line-height: 14px;
}
#submit_form label input{
    margin-right: 5px;
    vertical-align: initial;
}
#submit_form .inline_selects label{
    float: left;
    width: 280px;
}
#submit_form .inline_dl dt{
    float: left;
    width: ;
    line-height: 25px;
}
#submit_form  .selected_radio {
    display: flex;
    flex-flow: column;
    margin-bottom: 25px;
}
#submit_form  .selected_radio  dt{
    text-indent: -8px;
    margin-left: 8px;
    margin-bottom: 10px;
}

#submit_form  .selected_radio dd{
    margin-left: 6px;
}
#submit_form .inline_dl select{
    width: 48%;
    height: 35px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}
#submit_form .inline_dl #address_select select:last-child{
    margin-right:0px;
}
#submit_form textarea{
    width: 81%;
    display: block;
    height: 60px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    resize: none;
    border-radius: 3px;
    margin-left: 47px;
}
.user_self_input .layui-layer-btn{
    box-sizing: border-box;
    padding: 0 20px 12px;
}
.user_self_input .layui-layer-btn0{
    width: 35%;
    text-align: center;
    background: #0081cc !important;
    border: 1px solid #0081cc !important;
    padding: 0;
    font-size: 14px;
    height: 35px;
    display: block;
    margin: 0 auto;
    line-height: 35px;
    position: relative;
    top:-120px;
}
.form_tip_bottom{
    padding:0px 20px;
    padding-top: 70px;
    color:#999;
}
.user_self_input .layui-layer-btn0:hover{
    background: #0081cc !important;
    border: 1px solid #0081cc !important;
}
.frm_btn {
    background: none;
    color: #fff;
    width: 100%;
    height: 36px;
    vertical-align: top;
    border: none;
    outline: none;
    cursor: pointer;
}
.dialog{
    height: 100%;
    position: relative;
}
.header_common .layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    background: #1cb5df;
    border-radius: 2px 2px 0 0;
}
.header_common  .layui-layer-ico {
    background: url(../images/close.png) no-repeat;
}
.header_common .layui-layer-setwin .layui-layer-close1{
    background-position: 0px;
}
#submit_form button{
    width: 22%;
    height: 40px;
    margin: 40px auto;
    outline: none;
    border: none;
    color: #fff;
    display: block;
    border-radius: 4px;
    background: #1cb5df
}
#submit_form button:hover{
    background:#18cafb;
}
/*  #submit_form .sub {
    width: 200px;
    margin: 20px auto;
    background: #091c90;
    float: inherit;
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
}

#submit_form .sub:hover {
     background: #2e78e3;
} */

 .close-dialog {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 28px;
    height: 28px;
    color: #D0CECF;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
 }
 .close-dialog:hover {
    color: #444;
 }
 .radio_box{
    display: block !important;
    line-height: 35px;
 }
 .reading_info p{
    font-size:12px;
    color: #999;
    line-height: 22px;
 }
  .reading_info p:first-child{
    margin-bottom: 10px;
  }
  .reading_info a{
    color:#406AD9;
  }
  .checkbox_select{

    color: #333333;
  }
  .checkbox_select input{
    position: relative;
    top:3px;
  }
  #submit_form  .checkbox_select label{
    margin-left: 22px;
    text-indent: -22px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 600;
  }
   #submit_form  .checkbox_select label a{
    color: #1cb5df;
   }
  .lotter_alert .layui-layer-content{
    text-align: center;
  }
 .lotter_alert .layui-layer-content big{
    font-size: 20px;
    font-weight: 700;
 }
 .go_question{
    display: block;
    width: 156px;
    height: 40px;
    opacity: 1;
    background:#1cb5df;
    border-radius: 3px;
    color:#fff;
    line-height: 40px;
    text-align: center;
    margin:0 auto;
    margin-top:25px; 
 }
 .banner_m{
    display: none;
 }
/* 弹窗 */
@media screen and (max-width: 1100px) {
    html{
        font-size: 13.33333333vw;
    }
    .footer, #top{
        display: none;
    }
    .wrap{
        width: 100%;
    }
    .banner{
        display: none;
    }
    .banner_m{
        display: block;
    }
    .m_hide{
        display: none;
    }
    .banner_m img{
        width: 100%;
        vertical-align: middle;
    }
    .aside_left{
        display: none;
    }
    .section{
        padding: 0.3rem;
    }
    .section_1{
        display: block;
    }
    .section_1 .section_left {
        width: 100%;
        padding:0.3rem 0px 0px 0px;
    }
    .section_1 .section_left .title{
        margin-bottom: 0.4rem;
    }
    .section_left h2 {
        margin-bottom: 0.7rem;
        text-indent: -14px;
        margin-left: 14px;
        padding-left: 0.3rem;
    }
    .section_1 .section_left .selected_tk ul{
        padding:0 0.5rem;
        margin-bottom: 0.6rem;
    }
    .section_1 .section_left .selected_tk li{
        width:100%;
        margin-bottom: 0.25rem;
    }
    .section_1{
        margin-top:0px;
        margin-bottom: 0.5rem;
    }
    .section_1 .section_right{
        width: 100%;
        margin-top: 0.3rem;
    }
    .section_right>div{
        padding: 0.3rem 15px;
        margin-bottom: 0.3rem;
    }
    .item_input>p{
        font-size: 0.3rem;
    }
    .section_right_3>div {
        text-align: left;
        padding-left: 14px;
    }
    .inline_dl {
        padding: 0 0.3rem;
        width: 100%;
    }
    .collect_title{
        text-indent: 0.3rem;
    }
    #submit_form button{
        margin-bottom: 0.6rem;
        margin-top: 0.4rem;
        width: 35%;
    }
    .item_input label {
        text-indent: -45px;
        margin-left: 45px;
    }

    .sort_text span {
        top: 3px;
        left: 22px;
    }
    .other_input{
        width: 100%;
    }
    

    .section_right_4>div>div p.section_right4_title{
        font-size: 12px;
    }
    .section_right_4>div>div p{
        font-size: 12px;
    }
}