/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2023-3-8, 15:50:49
    Author     : bh_mao
*/
body{
    background: #f6f6f6;
}
.flex {
    display: flex;
}

.flex-c {
    display: flex;
    align-items: center;
}

.flex-cc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-cb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-ce {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-1 {
    flex: 1;
}

.header{
    width: 100%;
    height: 100px;
    background: #0067c4;
}
.header .logo{
    height: 76px;
    margin: 12px 0;
}
.header .logo img{
    width: auto;
    height: 100%;
}
.header .info{
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    margin: 25px 0;
    color: #fff;
    font-size: 16px;
}
.header .info span{
    padding: 0 10px 0 10px;
    display: inline-block;
    /*
    background: url(../images/arrowup.png) no-repeat right center;
    background-size: auto 8px;
    */
}
.header .info img{
    height: 46px;
    width: 46px;
    border-radius: 25px;
    border: 2px solid #fff;
}
.header .info .login-btn{
    border: 1px solid #fff;
    width: 100px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    text-align: center;
    box-sizing: border-box;
}
.enroll{
    border-radius: 10px !important;
}
.enroll .layui-layer-title{
    color: #000;
    font-size: 20px;
    border: none;
    height: 80px;
    line-height: 80px;
}

.myform,.regread{
    padding: 0 20px 20px; 
}
.myform .layui-input-block{
    margin-left: 0;
}

.phone-form,.pwd-form,.code-form{
    border:1px solid #b2cde4;
    border-radius: 28px;
}
.myform .layui-input{
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    padding-left: 60px;
    border: none;
}
.phone-form:hover,.pwd-form:hover,.code-form:hover{
    border-color:#0067c4 !important;
}
.myform .layui-input.phone{
    background: url(../images/+86.png) no-repeat left 30px center;
    padding-left: 90px;
}
.login-form .layui-input.phone{
    background: url(../images/user.png) no-repeat left 30px center;
    padding-left: 60px;
}
.myform .layui-input.code{
    background: url(../images/code.png) no-repeat left 30px center;
}
.myform .layui-input.pwd{
    background: url(../images/lock.png) no-repeat left 30px center;
}
.myform .layui-form-item .layui-input-inline{
    width: 200px;
}
.reg-btn{
    background: #0158a8;
    margin-bottom: 30px;
    height: 60px;
    line-height: 60px;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: #0158a8 !important;
}
.layui-form-checked[lay-skin=primary] i{
    border-color: #0158a8 !important;
    background-color: #0158a8;
}
.layui-form-radio>i:hover, .layui-form-radioed>i,.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{
    color: #0158a8;
}
.layui-form-select dl dd.layui-this{
    background-color: #0158a8;
}
.layui-form-select dl dd, .layui-form-select dl dt{
    line-height: 42px;
    font-size: 16px;
}
.layui-form-radio{
    margin-top: 3px;
}
.service{
    color: #0158a8  !important;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    float: left;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary]{
    float: left;
}
.layui-form-checkbox[lay-skin=primary] span{
    padding-right: 0px;
}
.hide{
    display: none;
}
.myform .layui-form-item{
    margin-bottom: 30px;
}
.tologin{
    color: #0058a7;
    font-size: 16px;
    margin-top: 100px;
    cursor: pointer;
}
.forgetPass,.toRegister{
    color: #0058a7;
    font-size: 16px;
    cursor: pointer;
}
.codes{
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    cursor: pointer;
    text-align: right;
    width: 100px;
}
.tips{
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
    padding: 0 15px;
}
.tips span{
    color: #0058a7;
}
.collect-box{
    background: #fff;
    margin: 25px auto;
    padding: 0 30px 20px;
}
.collect-box .bm_title{
    text-align: center;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
}
.collect-box .bm_title span{
    color: #0067c4;
}
.collect-box .tips{
    font-size: 16px;
    color: #0067c4;
    background: #e9f5ff;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.collect-box .bm_item{
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    background: #f6f6f6;
    margin: 20px 0;
    padding: 0 15px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.collect-box .bm_item:before{
    content: "";
    width: 4px;
    height: 20px;
    background: #0067c4;
    position: absolute;
    left: 0px;
    top: 15px;
}
.collect-box .layui-form-label{
    float: none;
    text-align: left;
    padding: 15px 0;
    color: #333;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
}
.collect-box .layui-form-label span{
    color: #f00;
}
.collect-box .layui-form-label i{
    color: #b2b2b2;
    font-size: 14px;
    font-style: normal;
}
.collect-box .layui-input-block{
    margin-left: 0px;
    width: 340px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 38px;
    height: 40px;
}
.collect-box .layui-input,.collect-box .layui-textarea{
    font-size: 16px;
    border: none;
}
.form-body{
    flex-wrap:wrap;
}
.form-body .row{
    width: 33.333%;
}
.others .row{
    width:calc(33.333% - 27px);
}

.collect-box .upload{
    background: #f6f6f6;
    color: #c6c6c6;
    width: 135px;
    height: 135px;
    line-height: 135px;
    border-radius: 5px;
    text-align: center;
    font-size: 80px;
    font-family: 'fangsong';
    cursor: pointer;
    overflow: hidden;
}
.collect-box .upload img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}
.collect-box .layui-form-mid{
    width: 88px;
    padding: 5px 0 !important;
}
.collect-box .layui-form-mid img{
    width: 88px;
    height: 28px;
    cursor: pointer;
}
.collect-box .addmore{
    width: 81px;
    margin-top: 33px;
    text-align: right;
}
.collect-box .addmore button{
    background: #004fa7;
}
.user-center{
    margin-top: 20px;
    align-items:normal;
    margin-bottom: 50px;
}
.sidebar{
    width: 250px;

}
.sidebar .face{
    text-align: center;
    padding: 30px;
    background: #fff;
}
.sidebar .face img{
    width: 82px;
    height: 82px;
    border: 2px solid #fff;
    border-radius: 40px;

}
.sidebar .face h1{
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    height: 50px;
}
.sidebar .side-menu{
    margin-top: 10px;
    background: #fff;
}
.sidebar .side-menu a{
    display: block;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f6f6f6;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.sidebar .side-menu a:hover,.sidebar .side-menu a.hover{
    color:#0067c4;
}
.sidebar .side-menu a:nth-last-of-type(1){
    border: none;
}
.content-box{
    width: 930px;
    background: #fff;
}
.content-box .title{
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 18px;
    padding: 0 40px;
}
.content-box .content-main{
    padding: 30px 40px;
    margin: 0 auto;
}
.content-box .form-body .row{
    width: 50%;
}
.content-box .layui-input-block{
    border-color: #e5e5e5;
}
.content-box  .layui-input, .content-box .layui-textarea{
    background: #F5F5F5;

}
.score-box{
    border-radius: 10px;
    background: #fff;
    margin: 50px auto;
}
.position{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #F5F5F5;
    padding: 0 30px;
    box-sizing: border-box;
}
.position a{
    color: #333;
}
.score-content{
    padding: 30px;
}
.score-content h1{
    text-align: center;
    font-size: 24px;
    color: #015aa9;
    line-height: 50px;
}
.score-content p{
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 36px;
}
.score-form{
    background: #f4f4f4;
    margin: 50px auto 0;
    border-radius: 10px;
    width: 820px;
    height: 280px;
    padding: 40px 90px;
    box-sizing: border-box;
}
.score-form .layui-form-label{
    font-size: 16px;
    color: #333333;
}
.score-form .layui-form-item .layui-input-inline{
    width: 360px;
}
.score-form .layui-form-mid{
    font-size: 16px;
    color: #999999;
}
.score-form .layui-input{
    line-height: 42px;
    height: 42px;
}
.empty{
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #666;
}
.foot{
    background: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    width: 100%;
    height: 90px;
    padding: 14px 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: '微软雅黑';
}
.foot p{
    height: 32px;
    line-height: 32px;
}


.app_tips {
    width: 100%;
    height: auto;
    margin: 150px auto;
    text-align: center;
}

.app_tips h2 {
    font-weight: 700;
    color: #f00;
}

.app_tips p {
    color: #666;
    line-height: 28px;
    display: block;
    width: 500px;
    margin: 30px auto;
    height: auto;
    overflow: hidden;
}


.myticket_content {
    width: 460px;
    margin: 50px auto;
    height: auto;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 20px;
    font-size: 16px;
    position: relative;
    font-family: "宋体";

}

.myticket_content h2 {
    margin-top: 10px;
    font-size: 18px;
    font-family: "宋体";
    text-align: center;
}

.myticket_content p {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    font-family: "宋体";
}
.print_btn {
    width: 120px;
    height: 44px;
    margin: 0px auto;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    background: #0067c4;
    border-radius: 2px;
}


.aq-item{border:1px solid #eeeeee;height:80px;margin-bottom:20px;padding:0 30px;color:#666666;font-size:16px;line-height:80px;}
.aq-item::after{content: "";display: block;clear: both;height: 0;visibility: hidden;}
.aq-alter{float:right;margin-top:20px;width:87px;height:36px;background-color: #0067c4;border-radius:5px;color:#fff;cursor: pointer;}
.aq-alter a{color:#fff;text-align:center;line-height:36px;display:block;width:100%;height:100%;}
.aq-img{width:40px;height:40px;border-radius:50%;background-color: #c6c6c6;float:left;text-align:center;line-height:40px;margin-top:20px;margin-right:12px;}


.reg_type{
    background: #fff;
    margin: 40px auto;
    padding: 50px;
}
.reg_form{
    width: 400px;
    height: auto;
    margin: 0 auto;
}
input.code22{
    float: left;
    width: calc(100% - 110px);
}
.getCode22{
    float: right;
    cursor: pointer;
    width: 97px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background: #0067c4;
    border-radius: 5px;
}
input.codes22{
    position: relative;
    width: calc(100% - 90px) !important;
}
