*{
    margin: 0;
    padding: 0;
}

.mb{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none !important;
}
.tk{
    /* width: 558px; */
    width: 520px;
    height: 468px;
    background: rgb(237,237,237);
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -279px;
    margin-top: -234px;
}
.tk .ig1{
    width: 32px;
    height: 32px;
    position: absolute;
    right: -38px;
    top: -20px;
    cursor: pointer;
}
.tk .p1{
    font-size: 32px;
    color: #333;
    padding: 36px 0;
    text-align: center;
}
.tk .inp_1{
    width: 414px;
    height: 64px;
    margin: 0 auto;
}
.tk .inp_1 label{
    float: left;
    font-size: 14px;
    color: #333;
    width: 16%;
    height: 46px;
    line-height: 46px;
}
.tk .inp_1 label span{
    font-size: 18px;
    color: rgb(201,62,66);
    vertical-align: middle;
    padding: 0;
}
.tk .inp_1 input{
    float: left;
    font-size: 14px;
    text-indent: 1em;
    color: #999;
    width: 83%;
    height: 46px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dddddd;
    padding: 0;
    margin-bottom: 16px;
}
.tk .inp_1 .input-val{
    width: 210px;
    margin-right: 10px;
}
.tk .canvas{
    width: 94px;
    height: 46px;
    float: left;
    display: inline-block;
    background-color: #ffffff;
    border:1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.tk button{
    font-size: 20px;
    color: #fff;
    width: 83%;
    height: 50px;
    background-color: rgb(201,62,66);
    border-radius: 4px;
    border: none;
    float: right;
    cursor: pointer;
}
.tk .p2{
    font-size: 12px;
    text-indent: 3em;
    text-align: center;
}
.tk .p2 .sp1{
    color: rgb(201,62,66);
    font-size: 12px;
    padding: 0;
    vertical-align: baseline;
}

.mb2{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}
.tk2{
    width: 548px;
    height: 535px;
    background: rgb(237,237,237);
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -230px;
    margin-top: -267px;
}
.tk2 .ig2{
    width: 32px;
    height: 32px;
    position: absolute;
    right: -38px;
    top: -20px;
    cursor: pointer;
}
.tk2 .p1{
    font-size: 25px;
    color: #333;
    padding: 25px 0;
    text-align: center;
}
.tk2 .spp{
    margin-left: 22px;
}
.tk2 .sbj{
    margin-top: 20px;
}
.tk2 span img{
    width: 16px;
    height: 16px;
}
.tk .inp_2{
    height: 38px;
    margin-bottom: 20px;
}
.tk .inp_2 label{
    width: 20%;
    height: 38px;
    line-height: 38px;
}
.tk .inp_2 input{
    width: 79%;
    height: 38px;
}
.tk .inp_2 .yc{
    visibility: hidden;
}
.tk .inp_3{
    height: 123px;
}
.tk .inp_3 label{
    width: 20%;
}
.tk .inp_4 label{
    width: 20%;
}
.tk .inp_4 .input-val{
    width: 210px;
    height: 46px;
}

.tk .inp_3 textarea{
    width: 79%;
    height: 100px;
    border: 1px solid rgb(197,197,197);
    background: #fff;
    resize:none;
}
.tk2 .bb{
    width: 90px;
    height: 25px;
    margin: 0 auto;
}
.tk2 .bb button{
    font-size: 13px;
    color: #fff;
    width: 105px;
    height: 33px;
    background-color: rgb(201,62,66);
    border-radius: 4px;
    border: none;
    float: right;
    cursor: pointer;
}


.kf .t1,.kf .t2,.kf .t3,.kf .t4,.kf .t2_2{
    width: 70px;
    height: 70px;
    cursor: pointer;
}
.kf .t1{
    background-image: url(../images/gj1.png);
    background-repeat: no-repeat;
    transition: all .3s;
}
.kf .t2{
    background-image: url(../images/gj3.png);
    background-repeat: no-repeat;
    transition: all .3s;
    position: relative;
}
.kf .t2_2{
    background-image: url(../images/gj3.png);
    background-repeat: no-repeat;
    transition: all .3s;
}
.kf .t3{
    background-image: url(../images/gj5.png);
    background-repeat: no-repeat;
    position: relative;
    transition: all .3s;
}
.kf .t4{
    background: url(../images/gj9.png) #fff;
    background-repeat: no-repeat;
    position: relative;
    background-position: center !important;
    transition: all .3s;
}
.kf .t2_2{
    background-image: url(../images/gj7.png);
    background-repeat: no-repeat;
    transition: all .3s;
    position: relative;
}
.kf .t1:hover{
    background-image: url(../images/gj2.png);
}
.kf .t2:hover{
    background-image: url(../images/gj4.png);
}
.kf .t3:hover{
    background-image: url(../images/gj6.png);
}
.kf .t2_2:hover{
    background-image: url(../images/gj8.png);
}
.kf .t4:hover{
    background: url(../images/gj10.png) rgb(151,34,149);
    background-repeat: no-repeat;
    position: relative;
    background-position: center !important;
}


.shou{
    background: url(../images/sj90.png) #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.shou.on{
    background: url(../images/sj89.png) #fff;
    background-repeat: no-repeat;
    background-position: center !important;
}




.t3 div {
    width: 150px;
    display: none;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 75px;
    padding: 20px;
    font-size: 14px;
    color: #f4474c;
    bottom:2px;
    text-align: center;
    z-index: 999;
}
.kf .t2_2 div{
    
    display: none;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 75px;
    top: -55px;
    padding: 20px;
    font-size: 14px;
    color: #f4474c;
    text-align: center;
    z-index: 999;
}

.kefu li{
    height: 30px;
}
.kefu li img{
    width: 20px;
    height: 21px;
    margin-left: 15px;
    margin-top: 5px;
}

@media(max-width:414px){
    .tk {
        width: 300px;
        margin-left: -150px;
    }
    .inp_1 {
        width: 262px;
    }
    .inp_1 input {
        width: 188px;
    }
    .tk button {
        width: 182px;
    }
    .tk .p2{
        text-align: left;
    }

    .tk2 {
        width: 310px;
        height: 505px;
        margin-left: -160px;
    }
    .tk2 .inp_1{
        width: 280px;
    }
    .inp_3 textarea {
        width: 275px;
    }
    .tk2 .bb {
        margin-top: 43px;
    }
}




/* .bds_sqq,
.bds_tsina,
.bds_weixin{
    width: 35px;
    height: 35px;
    display: inline-block;
}
.clearfix a img{
    width: 100%;
    height: 100%;
} */

