/*****************快速检索 start***************/
.fast_bg{
    position:relative;
    width:100%;
    min-width:1280px;
    height:890px;
    overflow:hidden;
}
.fast_center{
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    width:1920px;
    height:890px;
    background:url(../images/fast_bg.jpg) no-repeat center top;
    padding-top:350px;
    overflow:hidden;
    box-sizing: border-box;
}
.fast_bg .senior_item{
    margin:10px 0 35px;
}
.fast_bg .s_box{
    padding: 45px 30px 45px 170px;
}
.search_box{
    position:relative;
    z-index:10;
    width:100%;
    margin:0 auto;
}
.search_title{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:18px;
    overflow:hidden;
}
.search_title img{
    margin-right:10px;
}
.fast a.btn{
    display:block;
    width:200px;
    height:45px;
    line-height:45px;
    background:#e50206;
    border:0;
    font-size:15px;
    color:#fff;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
}
.fast a.btn:hover{
    color:#fff;
    background:#e50206;
}
#fast_search a.fast_btn{
    width:180px;
    height:45px;
    line-height:45px;
    border-radius:5px;
    font-size:16px;
}
#fast_search{
    width:100%;
    margin:0 auto 30px;
}
.layui-form-select dl dd.layui-this {
    color: #fff;
    background:#d7656a;
}
/*****************快速检索 end***************/

/*****************标准检索 start***************/
.standard{
    width:100%;
    min-width:1280px;
    min-height:600px;
    background:url("../images/search_bg.jpg") no-repeat center bottom;
    background-size:100% 100%;
    margin:0 auto;
}
#standard_search{
    width:100%;
    padding-bottom:10px;
}
.senior_box .layui-input-inline{
    margin:10px 5px 10px 0;
}
.layui-form-checked[lay-skin=primary] i {
    border-color:#e50206!important;
    background-color:#fff;
    color: #e50206;
}
.layui-form-checkbox[lay-skin=primary]:hover i,
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #e50206;
    border-color: #e50206;
}
#standard_search a.btn{
    display:block;
    width:260px;
    height:55px;
    line-height:55px;
    background:#e50206;
    border-radius:5px;
    box-shadow:0 0 6px 2px rgba(0,0,0,.1);
    border:0;
    font-size:18px;
    color:#fff;
    text-align:center;
    margin:30px auto;
    overflow:hidden;
}
#standard_search a.btn:hover{
    color:#fff;
    background:#e50206;
}
.layui-form-item{
    margin-bottom:0;
}
.switch_nav .layui-form-item{
    display:none;
}
.layui-laydate .layui-this{
    background-color: #e50206!important;
    color: #fff!important;
}
/*****************标准检索 end***************/

/*****************高级检索 start***************/
.senior{
    width:100%;
    min-width:1280px;
    min-height:880px;
    background:url("../images/search_bg.jpg") no-repeat center bottom;
    background-size:100% 100%;
    margin:0 auto;
}
#senior_search{
    width:100%;
    padding-bottom:10px;
}
.senior_item{
    position:relative;
    width:100%;
    min-height:70px;
    background:#fff;
    box-shadow:0 0 5px 1px rgba(0,0,0,.08);
    border-radius:10px;
    margin-bottom:20px;
}
.senior_title{
    position:absolute;
    top:-4px;
    left:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:130px;
    height:calc(100% + 8px);
    background:#e50206;
    font-size:18px;
    color:#fff;
    padding:0 20px;
    text-align: center;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.s_box{
    width:100%;
    background:#fff;
    padding:35px 30px 35px 170px;
    border-radius:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.senior_box .s_box{
    padding:30px 20px 30px 170px;
}
.senior_sel{
    width:100%;
    background:#fff;
    border-radius:10px;
    padding:10px 20px 15px 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.senior_sel tr select{
    width:100%;
    height:35px;
    line-height:35px;
    padding:6px 0;
    border:1px solid #e6e6e6;
    border-radius:2px;
    text-indent:10px;
}
.senior_sel tr .keyword{
    width:100%;
    height:45px;
    line-height:45px;
    background:#f4f4f4;
    border-radius: 5px;
    border:0;
    font-size:15px;
    text-indent: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.senior_sel .layui-table th{
    text-align: center;
    background:#fff;
    font-size:15px;
    color:#333;
}
#senior_search a.btn{
    display:block;
    width:260px;
    height:55px;
    line-height:55px;
    background:#e50206;
    border-radius:5px;
    box-shadow:0 0 6px 2px rgba(0,0,0,.1);
    border:0;
    font-size:18px;
    color:#fff;
    text-align:center;
    margin:30px auto;
    overflow:hidden;
}
#senior_search a.btn:hover{
    color:#fff;
    background:#e50206;
}
.layui-form-pane .layui-form-checkbox{
    margin: 4px 0 4px 5px;
}
.s_box .subject_item{
    width:100%;
    overflow:hidden;
}
.subject_btn .sel_btn{
    float:left;
}
.layui-anim.layui-icon{
    vertical-align:-6px;
    color: #e50206;
}
.layui-form-pane .layui-form-radio,
.layui-form-item .layui-inline{
    margin-bottom:0;
}
.layui-form-pane .layui-form-radio{
    margin-top:6px;
}
.layui-form-checkbox[lay-skin=primary] i{
    border-color:#e50206!important;
}
.layui-form-checkbox[lay-skin=primary] span{
    font-size:15px;
    color:#333; 
    padding-right:10px;
}
.layui-form-checkbox[lay-skin=primary]{
    padding-left:25px;
}
.layui-form-pane .layui-form-label{
    padding:0;
    height:45px;
    line-height:45px;
    background-color:#e50206;
    color:#fff;
    border:0;
    border-radius:5px 0 0 5px;
}
.senior_box .layui-form-label{
    padding:0;
    height:45px;
    line-height:45px;
    text-align: center;
    margin:5px 0;
}
.layui-input, .layui-select, .layui-textarea {
    height:45px;
    line-height:45px;
    background-color:#f4f4f4;
    border:0;
}
.layui-form-pane .layui-input {
    border-radius: 0 5px 5px 0;
}
.layui-table tbody tr:hover{background-color:transparent;}
@media screen and (max-width: 1399px){
    #fast_search a.fast_btn{
        width:138px;
    }
    .layui-form-item .layui-inline{
        margin-right:0;
    }
} 
.senior_box .s_nav{
    padding:10px 20px 10px 170px;
}
.s_nav .subject_item{
    padding:10px 15px;
    background:#f4f4f4;
    margin:10px 0;
    box-sizing: border-box;
    display:none;
}
.s_nav .subject_item:last-child{
    border:0;
}
.please{
    position:absolute;
    line-height:30px;
    left:170px;
    top:50%;
    margin-top:-15px;
    display:none;
}
/*****************高级检索 end***************/

/*****************检索结果页 start***************/
#search_result{
    margin:25px auto;
}
.search_list h2{
    line-height:60px;
    color:#fff;
    font-size:18px;
    padding:0 20px;
    background:#e50206;
    border-radius:10px;
    border:2px solid #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
}
.search_list h2 i{
    padding-right:5px;
}
/* 视频列表 start */
.course_list li{
    box-shadow:0 0 5px 1px rgba(0,0,0,0.08);
}

/* 试卷列表 start */
.test_list{
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
    border-radius:10px;
}
/* 试卷列表 end */
/*ppt、pdf下载 start*/
.download_list{
    width:100%;
    margin-top:20px;
    clear:both;
}
.download_list li{
    position:relative;
    width:100%;
    height:50px;
    line-height:50px;
    background:#fff;
    border-radius:5px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.08);
    font-size:16px;
    padding:15px 0;
    margin-bottom:20px;
    overflow:hidden;
}
.download_list li img{
    position:absolute;
    left:20px;
    top:20px;
    width:40px;
}
.download_list li p{
    width:100%;
    padding:0 155px 0 70px;
    color:#000;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.download_list li .download{
    position:absolute;
    top:21px;
    right:20px;
    width:110px;
    line-height:36px;
    border:1px solid #d1141c;
    border-radius:5px;
    color: #d1141c;
    text-align: center;
    transition:all .3s;
    cursor:pointer;
    overflow:hidden;
}
.download_list li:hover .download{
    background:#d1141c;
    color:#fff;
}
/*ppt、pdf下载 end*/

/*PPT弹窗 start*/
.ppt_layer{
    position:fixed;
    z-index:9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(0,0,0,.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    overflow-y:scroll;
    display:none;
}
.ppt_nav{
    width:1100px;
    background:#fff;
    padding:0 40px 40px;
    margin:0 auto;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ppt_nr{
    width:100%;
    overflow:hidden;
}
.ppt_nr img.preview_tu{
    max-width:100%;
    margin-top:80px;
}
.download_fixed{
    position:fixed;
    width:1020px;
    height:80px;
    background:#fff;
    border-bottom:2px solid #e6e6e6;
    overflow:hidden;
}
.download_fixed a{
    display:block;
    width:200px;
    height:50px;
    line-height:50px;
    background:#d1141c;
    border-radius:5px;
    color:#fff;
    font-size:18px;
    text-align: center;
    margin:15px auto;
    overflow:hidden;
}
.download_fixed a img{
    width:30px;
    vertical-align: -8px;
    margin-right:10px;
}
.icon_close{
    float:right;
    width:40px;
    height:40px;
    background:url("../images/icon_close.png") no-repeat center;
    background-size:cover;
    margin:20px 0;
    cursor:pointer;
    overflow:hidden;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
/*PPT弹窗 end*/
/*****************检索结果页 end***************/