#saveBtn {
    background:#0a8fee;color:#fff;width:100%;
}

.theme-popover {

    background: #fff;
    padding: 0 20px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    width: 280px;
    margin: 20px auto;
}

.theme-popover .line {
    border-bottom: 1px solid #bfbfbf;
}

.theme-popover * {
    font-size: 16px;
    box-sizing: content-box;
}

.theme-popover #getCode {
    border: none;
    height: 30px;
    background-color: #49a7e0;
    color: #ffffff;
    float: right;
    margin-top: 8px;
    cursor: pointer;
    line-height: normal;
    outline: none;
    font-size: 12px;
    padding: 1px 6px;
    width: 72px;
}

.theme-popover input {
    width: 200px;
    float: none;
}

.theme-popover .field {
    height: 45px;
    line-height: 45px;
    color: #888888;
}

.theme-popover .require {
    color: red;
    padding: 0 5px;
}

.theme-popover input[type=text] {
    border: none;
    outline: none;
    background-color: #ffffff;
    font-size: 15px;
    line-height: normal;

}




 
.s_footer{ 
   /* border: 1px solid red;*/
    padding: 6px;
    position: absolute;
    top: 65px;
    width: 398px;
    z-index: 99;
    background: #fff;
    word-break: break-all;
    left: 128px;
    padding-bottom: 2px;
    padding-top: 10px;

}
    
.s_footer h1,.s_footer .red{
    color: red;
    text-align: center;
    margin-bottom: 17px;font-size:20px;
}

 


.s_footer table{border-right:1px solid #ddd;border-bottom:1px solid #ddd}
.s_footer table td{border-left:1px solid #ddd;border-top:1px solid #ddd}

.s_footer td{
    padding: 1px;
    font-size: 12px;
}

.s_footer table{border-collapse:collapse;}


.s_footer a{
    color: blue;
    
}
.s_h1{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    margin-left: 8px;
}

.custom_contact {
    position: fixed;
    left: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    z-index: 999;
    margin-left:-400px;
    width:800px;
}

.custom_alert {
    width: 100%;
    height: 440px;
    background: #fff;
    background-size: cover;
    position: relative;
}
.custom_h {
    text-align: center;
    padding: 10px 0;
}
.custom_h h2 {
    font-size: 26px;
    line-height: 33px;
    margin: 0;
    color: #242c39;
    letter-spacing: 4px;
    font-weight: normal;
}
.custom_h p {
    font-size: 16px;
    color: #858585;
}
.clearfix {
    zoom: 1;
}
.custom_con {
    padding: 0 14px 10px 169px;
}
.close_service, .close-double11{
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/x.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 14px;
}
.custom_con_left,
.custom_con_right {
    float: left;
}
.custom_con_left {
    width: 374px;
    border-right: 1px solid #e1e1e1;
    padding-top: 9px;
}
.custom_con_left ul li {
    margin-bottom: 16px;
}
.custom_con_left ul li em {
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 14px;
}
.custom_con_right {
    padding-left: 24px;
    position: relative;
    text-align: center;
    font-size:12px;
}
.custom_con_right li h4 {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: left;
}
.custom_con_right li input {
    width: 216px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    text-indent: 8px;
    margin-bottom: 8px;
}
.custom_con_right li textarea {
    width: 216px;
    height: 98px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    resize: none;
    text-indent: 8px;
}
.custom_con_right .submit {
    width: 218px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #3978c7;
    color: #fff;
    display: block;
    border-radius: 5px;
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 4px;
}
.mask2 {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: rgba(26, 132, 190, 0.3);
    border-bottom: 3px solid #4AB86A;
    animation: move 5s linear infinite;
    -webkit-animation: move 5s linear infinite;
    -moz-animation: move 5s linear infinite;
    -o-animation: move 5s linear infinite;
    -ms-animation: move 5s linear infinite;
}

.tel_online {
    height: 68px;
    width: 100%;
    background: #242c39;
    color: #fff;
    text-align: center;
}
.tel_online h2 {
    font-size: 20px;
    line-height: 33px;
    padding-top: 10px;
    letter-spacing: 4px;
    font-weight: normal;
}
.tel_online .english {
    font-size: 16px;
    color: #747c89;
}
.numbe {
    line-height: 59px;padding-top:5px;
}

@keyframes move {
    from {
        height: 0px;
    }

    to {
        height: 100%;
    }
}
@-webkit-keyframes move {
    from {
        height: 0px;
    }

    to {
        height: 170px;
    }
}
@-moz-keyframes move {
    from {
        height: 0px;
    }

    to {
        height: 170px;
    }
}
@-o-keyframes move {
    from {
        height: 0px;
    }

    to {
        height: 170px;
    }
}
/*------弹窗 9-5-----*/

.popup{

}
.popup .pop-d1{
    width:480px;background:#fff;padding-top:20px;
}
.popup .pop-d1 .logo{
    width:380px;height:52px;background:url("../images/popup/logo.png") no-repeat;margin:12px 50px;
}
.popup .pop-d1 .pop-m2 p{
    color:#222;height:50px;line-height:50px;border-bottom:1px solid #eee;font-size:14px;
}
.popup .pop-d1 input{
    height:40px;padding-left:10px;font-size:14px;width:200px;
}
.popup .pop-d1 .pop-m2{
    border:1px solid #0a8fee;width:380px;margin:0 auto;
}
.popup .pop-d1 .pop-m3{
    height:100px;padding-top:16px;padding-left:92px;background:#e6f4fd url("../images/popup/1.png") 0 15px no-repeat;margin:20px 50px;
}
#phoneCode{
    width:133px;
}
.popup .pop-d1 .pop-m3 a{
    color:#0000ff;
}
.popup .pop-d1 .pop-m3 p{
    line-height:34px;font-size:12px;
}
#getCode{
    width:100px;height:30px;background:#0a8fee;color:#fff;
}
.popup .pop-d2{
    width:320px;position:relative;
}
.popup .pop-d2 .pop-m1{
    padding:35px 55px;background:#0a8fee;
}
.popup .pop-d2 .pop-m1 img{
    width:210px;height:205px;border-radius: 10px;
}
.popup .pop-d2 .pop-m2{
    padding-top:16px;
}
.popup .pop-d2 p{
    padding-left:82px;margin-bottom:20px;
}
.popup .pop-d2 .p1{
    color:#fa5513;font-size:22px;height:40px;line-height:40px;background:url("../images/popup/2.png") no-repeat;
}
.popup .pop-d2 .p2{
    height:40px;line-height: 40px;background:url("../images/popup/3.png") no-repeat;position:relative;padding-left: 80px;
}
.popup .pop-d2 .p2 input{
    width:160px;height:40px;background:#0a8fee;color:#fff;font-size:14px;cursor: pointer;
}
.popup .pop-d2 .p3 .text{
    padding-left:5px;width:160px;height:38px;border:1px solid #0a8fee;font-size:14px;
}
.popup .pop-d2 .phone_btn{
    width:150px;height:40px;background:#0a8fee;color:#fff;border-radius:0 5px 5px 0;font-size:14px;
}
.popup .pop-d2 .p3{
    padding-left:0;
}
.close{
    position:absolute;top:8px;right:12px;color:#fff;font-size:26px;
}
.close:hover{
    color:#fa5513;
}
#codeImage{
    margin-top:10px;margin-right:10px;
}
#randomcode{
    width:130px;
}




