.bg1{
    width: 100%;
    background: url(../images/top1.jpg) no-repeat top center;
    background-size: 100%;
}
.bg1 .container{
    overflow: hidden;
    padding: 160px 20px 30px;
}
.bg2{
    background-color: #f4f7fd;
    border: 1px solid #e4e8f1;
    margin-bottom: 20px;
    border-radius: 10px;
}
.con01.bg2{
    padding:14px 12px;
}
.info01{
    border: 1px solid #e4e8f1;
    background-color: #fcfdff;
    border-radius: 7px;
    padding: 12px;
    margin-bottom: 12px;
}
.info01 .layui-form-label{
    width: 50px !important;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 0 !important;
}
.info01 .layui-form-item h3{
    font-size: 15px;
    color: #434343;
}
.info01 .layui-input-block{
    margin-left: 50px !important;
}
.info01 .layui-input{
    border: none;
    border-bottom: 1px solid #d1d1d1;
}
.info02 .layui-form-item:first-child{
    border-bottom: 1px solid #e4e8f1;
    padding-bottom: 10px;
}
.info02 .layui-input-block{
    margin-left: 25px !important;
}
.wra{
    float: left;
    width: 120px !important;
}
.layui-form-item01{
    margin-top: 30px;
    padding: 0 30px;
}
.layui-form-item01 .layui-input-block{
    margin-left: 0px !important;
}
.layui-btn{
    width: 100%;
    height: 40px;
    background-color: #2367e4;
    font-size: 16px;
    border-radius: 40px;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{
    color: #2367e4;
}
.con05{
    border-radius: 10px;
    height: 40px;
    background: #dfe7f7;
}
.con05 a{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05 a span:last-child{
    color: #2e2e2e;
    font-size: 15px;
    margin-left: 5px;
}
.con05 a span img{
    width: 70%;
}
.con02,.con03{
    position: relative;
}
.title_dw{
    position: absolute;
    left: -8px;
    top: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    width: 72px;
    height: 31px;
    background: url(../images/bd_tit01.jpg) no-repeat;
}
.con02C{
    overflow: hidden;
    padding: 65px 0 24px 0;
}
.con02C ul{
    width: 300px;
    margin: 0 auto;
}
.con02C ul li{
    float: left;
    text-align: center;
}
.con02C ul li p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
}
.con03C{
    overflow: hidden;
    padding: 65px 5px 24px;
}
.con03C ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con03C ul li{
    text-align: center;
}
.con03C ul li p{
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}
.con03C ul li span{
    font-size: 12px;
    color: #909090;
}
.con03_ico{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.con03C ul li:nth-child(1) .con03_ico{
    background-color: #99c31f;
}
.con03C ul li:nth-child(2) .con03_ico{
    background-color: #eb821f;
}
.con03C ul li:nth-child(3) .con03_ico{
    background-color: #3eb1cb;
}
.con03C ul li:nth-child(4) .con03_ico{
    background-color: #4475d8;
}
.con03_ico i{
    color: #fff;
    font-size: 24px;
}
.con03_ico i.icon-chepai{
    font-size: 26px;
}
.con03_ico i.icon-qixianlinghuo{
    font-size: 22px;
}
.con04{
    overflow: hidden;
    padding: 15px;
}
.con04_t{
    overflow: hidden;
    border-bottom: 1px solid #d8dce6;
    padding-bottom: 15px;
    display: flex;
}
.con04_tl{
    width: 50%;
    display: flex;
    border-right: 1px solid #d8dce6;
    padding-right: 12px;
}
.con04_tl:last-child{
    border-right: 0;
    padding-left: 10px;
}
.con04_tl:nth-child(1) .con04_timg{
    margin: 20px 5px 0 0;
}
.con04_tl:nth-child(2) .con04_timg{
    margin: 15px 5px 0 0;
}
.con04_timg i{
    color: #de5f5f;
    font-size: 30px;
}
.con04_timg i.icon-pinpairongyu{
    font-size: 42px;
    color: #5fc5de;
}
.con04_text h3{
    color: #2e2e2e;
}
.con04_text p{
    font-size: 12px;
    color: #909090;
}
.con04_b ul{
    display: flex;
    margin: 24px 0 20px 0;
    justify-content: space-between;
}
.con04_b ul li{
    font-size: 12px;
}
.con04_b ul li p{
    line-height: 24px;
    margin-top: 5px;
}
.con04_bt{
    text-align: center;
}
.con04_bt b{
    display: inline-block;
    vertical-align: bottom;
    color: #909090;
    margin-left: 5px;
}

/* 详情页 */
.bg3{
    width: 100%;
    background: url(../images/top2.png) no-repeat top center;
    background-size: 100%;
}
.bg3 .container{
    overflow: hidden;
    padding: 196px 20px 20px;
}
.detail01{
    background-color: #fff;
    padding: 0 15px 30px;
    border-radius: 12px;
    margin-bottom: 12px;
}
.detail_title{
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}
.detail_title span{
    display: inline-block;
    width: 170px;
    color: #fff;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: url(../images/detail_titleBg.png) no-repeat;
}
.detail01_text p{
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
}
.detail02_list ul li{
    display: flex;
    font-size: 14px;
    line-height: 18px;
    padding:5px 0;
}
.detail02_list ul li i.icon-duihao2{
    color: #2367e4;
    margin-right: 8px;
}
.detail02_list ul li i.icon-tishi{
    color: #ff7800;
    font-size: 20px;
    margin-right: 8px;
}

/* 弹框 */
.tk_position{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    left: 0;
    top: 0;
}
.container01{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px; 
}
.con_tk01{
    overflow: hidden;
    background-color: #2467e5;
    padding: 20px;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    border-radius: 12px 12px 0 0;
    margin-bottom: 20px;
}
.con_tk04{
    overflow: hidden;
    padding: 15px 20px 20px;
    color: #5e5e5e;
    line-height: 20px;
}
.con_tk03{
    padding: 0 30px;
    margin-top: 15px;
}
.con_tk03 button{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    text-align: center;
    background-color: #2367e4;
    font-size: 16px;
    border-radius: 40px;
    color: #fff;
}
.con_tk02{
    padding: 0 60px;
}
.con_tk02 ul li{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.con_tk02 ul li p{
    font-weight: bold;
    font-size: 15px;
}
.con_tk02 ul li span{
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.con_tk02 ul li:nth-child(1) span{
    background-color: #f3f5ff;
}
.con_tk02 ul li:nth-child(2) span{
    background-color: #fff3f0;
}
.con_tk02 ul li:nth-child(3) span{
    background-color: #fff8e6;
}
.con_tk02 ul li i.icon-wodechanpin{
    color: #5e8cff;
}
.con_tk02 ul li i.icon-dashiji{
    color: #ff326b;
    font-size: 20px;
}
.con_tk02 ul li i.icon-kuaijiedaohang{
    color: #ffbc00;
}
.agree{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.agree input{
    margin-right: 5px;
}

/* 客服 */
.kefu{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
}
.kefuC{
    width: 70%;
    border-radius: 12px;
    background-color: #fff;
    padding: 12px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kefu p{
    border-bottom: 1px solid #e5e5e5;
    color: #3c3c3c;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
}
.kefu button{
    color: #ff9600;
    display: inline-block;
    border: none;
    background: none;
}