body {
    background-image: -webkit-linear-gradient(0deg, #18a6ff, #2644ff);
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.bg-fff{background:#fff}
.color-1177ff{color:#17f}
.bg-1177ff{background:#17f}
.border-dbdbdb{border:1px solid #dbdbdb}
.color-fff{color: #fff;} 
.color-666{color: #666;} 
.color-888{color: #888;} 


.resp-tab-item {
    color: #999;
    font-weight: bold;
    font-size: 1.5em;
    cursor: pointer;
    width: 50%;
    padding: 15px 0;
}

.on {
    color: #1177ff;
    background: #fff;
}

.tab-bottom {
    display: none;
}

.active {
    display: block;
}
.text_gx{color: #f00;font-size: 12px;padding-left: 10px;letter-spacing: 3px;}

/* ====================================================PC=========================================*/
@media screen and (min-width: 960px) {
    .pt-pc-250{padding-top:250px}
    .m-pc-10{margin:10px}
    .mt-pc-250{margin-top:250px}
    .bottom{width:100%;height:279px;position:fixed;bottom:0;background:url(../images/pc-buttom.png) no-repeat}
    input,option,select{width:88%;outline:0;border:none}
    option{line-height:2}
    /* select{color:#888} */
    .yzm{height:46px}
    #canvas{margin:0 6px;cursor:pointer}
    #canvascode{margin:0 6px;cursor:pointer}
    .search{outline:0;border:none;letter-spacing:4px}
    .upload{margin: 10px 0;}
   

.sub_err{position:absolute;top:60px;left:0;width:500px;z-index:999999;}
.sub_err div{padding:8px 0px;border:1px solid #ff0000;width:100%;margin:0 auto;background-color:#fff;color:#B90802;border:3px #ff0000 solid;text-align:center;font-size:16px;}






}

/* =====================================================Mobile=====================================*/
@media screen and (max-width: 960px) {
    .m-pc-6{margin:6px}
    input,option,select{width:85%;outline:0;border:none}
    #canvas{margin:0 6px;cursor:pointer;height: 38px;}
    #canvascode{margin:0 6px;cursor:pointer}
    select{font-size: 0.8rem!important;}
    input{font-size: 0.8rem!important;}
    .bottom{width:100%;height:167px;position:fixed;bottom:0;background:url(../images/m-buttom.png) no-repeat ; background-size: 100% 100%;}
    .search{outline:0;border:none;letter-spacing:4px}
    .icon_1{width:56px;height:88px;background:url(../images/m-icon.png) no-repeat;background-size:contain;position:absolute;right:0;top:30px}

    .upload{margin: 6px 0;}

    .sub_err{position:absolute;top:60px;left:0;width:350px; text-align: center; margin: 0 auto; z-index:999999;}
.sub_err div{padding:8px 0px;border:1px solid #ff0000;width:100%;margin:0 auto;background-color:#fff;color:#B90802;border:3px #ff0000 solid;text-align:center;font-size:16px;}

}