@media (max-width: 768px) {
    .container{width: 100%;}
}
@media (min-width: 768px) and (max-width: 992px) {
    .container{width: 90%;}
}
@media (min-width: 992px) and (max-width:1200px) {
    .container{width: 90%;}
}
@media (min-width: 1200px) {
    .container{
        width: 1160px;
    }
}
/*手机端和平板端隐藏*/
@media (max-width: 768px) {
    .hiddens {
        display: none;
    }
}
/*pc端隐藏*/
@media (min-width: 769px) {
    .hiddenl {
        display: none;
    }
}
/*手机端隐藏*/
@media (max-width: 767px) {
    .hiddens2 {
        display: none;
    }
}
/*pc端和平板端隐藏*/
@media (min-width: 768px) {
    .hiddenl2 {
        display: none;
    }
}
.container{
    padding-left: 0;
    padding-right: 0;
}
a:hover{
    color: #456fff;
}
/*登录页面*/
.body_bg{
    background-color: #e1ecfe;
}
.bg{
    background: url("../image/logobg.gif") center top no-repeat;
    margin-bottom: 30px;
    width: 100%;
    min-height: 780px;
    position: relative;
    /*text-align: center;*/
}
.logo{
    margin-left: 20px;
    text-align: left;
}
.login{
    position: relative;
    float: right;
    width: 420px;
    background-color: #fff;
}
.login_box{
    padding: 30px;
    min-height: 550px;
}
.title{
    margin-top: 15px;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0;
    color: #3b79ea;
    text-align: center;
}
.toggle_module{
    margin-top: 20px;
    text-align: right;
    font-size: 14px;
    color: #3b79ea;
}
.toggle_module a{
    color: #3b79ea;
}
.toggle_module span{
    cursor: pointer;
}
.form_box{

}
.form-group{
    position: relative;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 0;
}
.input-group{
    position: relative;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 0;
}
.login_box .form-group, .login_box .input-group, .register .input-group {
    padding-left: 0;
}
.point{
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #ff4400;
}
.form-control{
    height: auto;
    border-radius: 0;
    line-height: unset;
}
.inputType,.selectType{
    padding:10px 12px 10px 12px ;
    width: 100%;
    font-size: 16px;
    color: #333;
    border: 1px solid #dedfe0;
}
.input-group-addon{
    border-radius: 0;
    border: 1px solid #dedfe0;
    background-color: #fff;
    padding-left: 27px;
    padding-right: 27px;
}
.input-group-addon a,.input-group-addon a:hover{
    color: #3b79ea;
    font-size: 15px;
}
.login_yzm_img{
    width: 100%;
    padding-top: 6px;
}
.btn_box{
    margin-top: 30px;
    position: relative;
}
.sub_btn {
    display: block;
    padding:12px 12px 12px 12px ;
    width: 100%;
    background-color: #456fff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#418eff,endColorstr=#4566ff);
    background-image: linear-gradient(90deg,#418eff,#4566ff);
    border: none;
    border-radius: 0;
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.sub_btn:hover{
    background-image: none!important;
    background-color: #4566ff!important;
    filter: none;
    color: #fff;
}
.sub_btn:focus{
    color: #fff;
}
.reg_btn{
    width: 100%;
    padding:11px 12px 11px 12px ;
    border: 1px solid #456fff;
    border-radius: 0;
    color: #456fff;
    font-size: 17px;
    text-align: center;
}
.reg_btn:hover{
    color: #456fff;
}
.hint{
    margin-top: 15px;
    font-size: 13px;
    color: #999;
}
.forget_pwd{
    margin-top: 20px;
    text-align: center;
    position: relative;
}
.forget_pwd a{
    font-size: 14px;
    color: #666;
}
.forget_pwd a:hover{
    color: #456fff;
}
.sxzs{
    margin-top: 30px;
    text-align: center;
}
.sxzs_tit{
    position: relative;
}
.sxzs_tit a{
    color: #456fff;
    font-size: 16px;
    font-weight: bold;
}
.sxzs_tit a:hover{
    color: #456fff;
}
.sxzs_tit::before{
    content: "";
    width: 35%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
}
.sxzs_tit::after{
    content: "";
    width: 35%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    right: 0;
}
.hint2{
    margin-top: 5px;
    font-size: 13px;
    color: #999;
}
.hint2 a{
    margin-right: 10px;
    background-color: #f1f1f1;
    font-size: 14px;
    color: #456fff;
    padding: 4px 10px;
 }
.hint2 a:last-child{
    margin-right: 0;
}

/*点击弹窗效果:注册账号判断*/
.input_box{
    position: relative;
}
.choose_list{
    padding: 10px 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
}
.choose_list>a{
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}
.choose_list>a:hover{
    background-color: #f3f3f3;
}

.choose_list>a>div{
    float: left;
}
.choose_list>a>div.number{
    text-align: center;
    width: 40px;
}
/*-----结束-----*/

/*适配移动端*/
@media (max-width: 768px) {
    .body_bg{
        background-color: #ffffff;
    }
    .bg{
        background: none !important;
        min-height: auto;
        margin: 0 auto;
    }
    .login{
        position: relative;
        width: 100%;
    }
    .login_box{
        padding: 15px 15px 30px 15px;
    }
}


/*注册*/
.reg_tips{
    margin: 40px auto;
    width: 860px;
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    color: #aaa;
}
.reg_tips a{
    padding-left: 3px;
    font-size: 14px;
    color: #456fff;
}
.register{
    position: relative;
    margin: 0 auto;
    width: 860px;
    height: auto;
    min-height: 670px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;

}
.reg_logo{
    margin: 0 auto;
}
.reg_box{
    position: relative;
    margin: 0 auto;
    padding: 0 30px 30px 30px;
    width: 420px;
    height: 100%;
    /*min-height: 550px;*/
}
.item_box{
    padding-left: 10px;
    position: relative;
}
.item_box .point{
    top: 5px;
}
.item_tit{
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}
.item_cont{
    height: auto;
    overflow: hidden;
}
.item_cont a:focus{
    text-decoration: none;
}
.item{
    display: block;
    float: left;
    padding: 4px 10px;
    background-color: #f5f5f5;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.item:hover{
    color: #456fff;
}
.item.active {
    color: #fff;
    background: #317df4;
}
    .item.actively {
        color: #fff;
        background: #317df4;
    }
/*适配移动端*/
@media (max-width: 768px) {
    .reg_tips{
        margin: 10px auto;
        width: 100%;
    }
    .register{
        width: 100%;
    }
    .reg_box{
        width: 100%;
        padding: 0 15px 30px 15px;
    }
}


/*须知*/
.instructionk {
    height: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    margin: 30px 30px 0 30px ;
    color: #000;
}
.instruction_body {
    width: 100%;
    height: 450px;
    overflow: scroll;
    overFlow-x: hidden;
    overflow-y:auto;
    padding: 0 30px;
    background-color: #fff;
}
.instruction_body h5 {
    width: 100%;
    height: auto;
    margin: 10px auto 20px auto;
    padding-bottom: 20px;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid rgb(221, 221, 221);
    letter-spacing: 2px;
}
.instruction_body p {
    width: 100%;
    height: auto;
    line-height: 26px;
    font-size: 15px;
    text-align: left;
    text-indent: 35px;
    margin-bottom: 10px;
}
.agree{
    margin-top: 15px;
    padding-right: 20px;
}
.agree label{
    font-size:16px;
    font-weight:normal;
}
input[type="checkbox"] {
    margin: 5px 0 0;
}
@media (max-width:767px) {
    .instructionk{
        padding: 20px;
        margin: 10px 10px 0 10px ;
    }
    .instruction_body{
        padding: 0;
    }
    .agree {
        padding-right: 15px;
    }
}
@media (min-width:767px) and (max-width:768px){
    .instruction_body{
        padding: 0;
    }
}

/*模态框*/
.modal{width: 100%;height: 100%;}
.modal-dialog{top:10%;}
.modal-content {box-shadow:none;}
.modal-header {border-bottom: 0;}
.modal-body {padding-top: 0;text-align: center;}
.modal_tit{
    font-size: 26px;
    font-weight: bold;
    color: #3b79ea;
}
.modal_cont{padding: 15px;font-size: 15px;}
.modal_cont>h3{margin-top: 0}
.modal_cont>p{text-align: left;text-indent:2em;}
.modal_cont>p:last-of-type{margin-bottom: 0;}
.modal_cont a{display: block;margin: 0 auto;}
#phoneImg:hover img{
    content: url("../image/phone_hover.png");
}
#idImg:hover img{
    content: url("../image/id_hover.png");
}
.modal_cont a span{display: block;padding-top: 5px;}
.choose_hint{position: relative;margin-top: 5px;}
.choose_hintTit{font-size: 14px;color: #999;}
.choose_hintTit::before{
    content: "";
    width: 35%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    left: 0;
}
.choose_hintTit::after{
    content: "";
    width: 35%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    right: 0;
}
@media screen and (min-width: 768px) {
    .modal-dialog {width: 420px;}
}
@media (max-width: 768px) {
    .modal-dialog {top:0;}
}
/*模态框-----结束*/

/*注册登录以及忘记密码提示信息样式*/
.prompt p{
    padding: 5px 10px;
    border: #ffbdbf 1px solid;
    background-color: #ffebed;
    text-align: left;
    color: #e7383c;
    font-size: 14px;
    margin-bottom: 0;
}
/*注册登录以及忘记密码提示信息样式-----结束*/

/*footer*/
.footer {
    margin-top: 40px;
    padding: 10px 10px;
    color: #333;
    font-size: 14px;
    text-align: center;
}
.footer a, .footer a:hover, .footer a:focus {color: #3b79ea;}

@media (max-width:768px) {
    .footer {margin-top: 10px;background-color: #ebebeb;}
}



