*{
    margin:0;
    padding:0;
}
*{
    font-family:  -apple-system, BlinkMacSystemFont,"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans","Source Sans Pro", sans-serif, "Microsoft Yahei";
}
html,body{
    height: 100%;
}
.wrapper{
    width:1200px;
    margin:0 auto;
}
.main{
    min-height:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}
.loginMain{
    flex: 0 0 auto;
}
.header{
    flex: 0 0 auto;
}
.organMain{
    flex: 1 0 auto;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clear{
    clear:both;
}
.b_e2e2e2{
    background:#e2e2e2;
}

button{
    border: none;
}
input{
    border: 1px solid;
}
button:hover{
    cursor: pointer;
}
.dis-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dis-none{
    display: none;
}
/*footer*/
.footer{
    width:100%;
    height:160px;
    font-size: 12px;
    color:#fff;
    background:#525252;
    margin-top: 20px;
    flex: 0 0 auto;
}
.footer-in{
    width: 950px;
    height: 160px;
    margin:0 auto;
}
.footer-l{
    float: left;
    width:794px;
    overflow: hidden;
}
.footer-l p{
    text-align: center;
    line-height: 12px;
    margin-bottom:14px;
}
.footer-l p:nth-of-type(1){
    margin-top:41px;
}
.footer-r{
    float:right;
    width: 156px;
    text-align: center;
    margin-top:15px;
}
.footer-r img{
    width:98px;
    height:98px;
}
/*header*/
.header{
    background:#525252;
    height:44px;
    width:100%;
    line-height: 44px;
    color:#fff;
    font-size: 16px;
}
.header .signOut{
    background: #525252;
    width:32px;
    height:16px;
    line-height: 16px;
    color:#ED0915;
    margin: 14px 0 0 35px;
}
/*题目封面图*/
.main-top{
    margin-top: 60px;
}
.main-top .title img:nth-of-type(1){
    width:92px;
    height:92px;
    display: block;
    float: left;
    margin:0 49px 0 136px;
}
.main-top .title img:nth-of-type(2){
    width:696px;
    height:87px;
    display: block;
    float: left;
}
.main-top .title-tips{
    color:#da3f00;
    font-size: 14px;
    margin-top:21px;
    margin-bottom:13px;
    text-align: center;
}
/*直播改版*/
.searchBtn,.devideTestBtn{
    padding:0 10px;
    height: 28px;
    background: #006EFF;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 28px;
}
.main div{
    display: block;
}
.bmd-form-group {
    padding-top: 0;
}
select, select.custom-file-control, select.form-control{
    -webkit-appearance: menulist;
    padding:0;
    height:28px;
    line-height: 28px;
}
.custom-file-control, .form-control{
    border:1px solid #000;
    background:none;
}
.custom-file-control:read-only, .form-control:read-only{
    background-image:none;
}
.flex-center-around{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#jigouInput{
    height: 28px;
    padding: 0 3px;
    font-size: 16px;
    border-color: #aaa;
}
.pointer_line{
    cursor: pointer;
}
.pointer_line:hover{
    text-decoration: underline;
}
.loading{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background:#000;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
.loading img{
    width:50px;
    height:50px;
    display: block;
}