/*@import "../../common/layui/css/layui.css";*/
body{
    background-image: url("../image/bg1.jpg")!important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
body::-webkit-scrollbar-track,div::-webkit-scrollbar-track,ul::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3);
    border-radius: 0;
    background-color: rgba(255,255,255,0.8);
}
body::-webkit-scrollbar,div::-webkit-scrollbar,ul::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: rgba(0,0,0,0.2);
}
body::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb,ul::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
    background-color: #555;
}
/*ul::-webkit-scrollbar-track{  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);  border-radius: 5px;  background-color: rgba(255,255,255,0.8);}*/
/*ul::-webkit-scrollbar{  height: 5px;background-color: rgba(0,0,0,0);}*/
/*ul::-webkit-scrollbar-thumb{  border-radius: 5px;  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);  background-color: #eee;}*/
/*.header{*/
/*    height: 60px;*/
/*    background: #393D49;*/
/*}*/
.header-flex{
    display: flex;
}
.logo{
    padding: 0 10px;
    width: 100px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.logo a{
    color: #fff;
}
.footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #393D49;
    /*height: 50px;*/
    /*text-align: center;*/
    color: #fff;
    /*line-height: 50px;*/
}
/*.footer a{*/
/*    color: #fff;*/
/*}*/
.footer a:hover{
    color: #01AAED;
}
.main{
    margin-top: 10px;
}
.question-list{
    height: 570px;
    overflow: auto;
    width: 100%;
}
.question-list li{
    min-width: 100%;
    border-bottom: 1px solid #f6f6f6;
    padding: 5px 0;
    cursor: pointer;
    white-space: nowrap;
}
.answer-list{
    height: 570px;
    overflow: auto;
    width: 100%;
}
.answer-list li{
    min-width: 100%;
    border-bottom: 1px solid #f6f6f6;
    padding: 5px 0;
    cursor: pointer;
    white-space: nowrap;
}
.fzy-card-body{
    padding: 5px!important;
}
.border{
    border: 1px solid #cccccc;
}
.on{
    background: rgba(86,222,178,0.23);
}
.top20{
    margin-top: 20px;
}
.layui-layer-title{
    background: url("../image/bg1.jpg")!important;
}
.layui-layer-btn{
    background: url("../image/bg1.jpg")!important;
}
.layui-layer-btn .layui-layer-btn0{
    background: #1a1a1a!important;
    border: 1px solid #1a1a1a!important;
}
.verifyImg{
    position: absolute;
    right: -120px;
    height: 38px;
    /*margin-top: -38px;*/
    width: 120px;
    cursor: pointer;
}
.downBtn{
    width: auto;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #4476A7;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.downBtn:hover{
    color: #e6e6e6;
}
