@charset "UTF-8";
/*****************快速检索 start***************/
.fast_banner {
    position:relative;
    width:100%;
    min-width:1280px;
    height:350px;
    overflow:hidden;
}
.fast_center{
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    width:1920px;
    height:350px;
    background:url(../images/fast_banner.jpg) no-repeat center;
    overflow:hidden;
}
.fast_bg{
    width:100%;
    min-width:1280px;
    background:url(../images/fast_bg.jpg) no-repeat center bottom;
    padding:10px 0 30px;
    overflow:hidden;
    box-sizing: border-box;
}
.fast_bg .senior_item{
    margin:10px 0 30px;
}
.s_box{
    width:100%;
    background:#fff;
    box-shadow:0 0 5px 1px rgba(0,0,0,.08);
    border-radius:5px;
}
.s_box .layui-form-item{
    padding:30px 10px 30px 40px;
    box-sizing: border-box;
}
.search_box{
    position:relative;
    z-index:1;
    width:100%;
    margin:0 auto;
}
.fast a.btn{
    display:block;
    width:180px;
    height:45px;
    line-height:45px;
    background:#d7261d;
    border:0;
    font-size:15px;
    color:#fff;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
}
.fast a.btn:hover{
    color:#fff;
    background:#db3a40;
}
#fast_search a.fast_btn{
    width:280px;
    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;
}
.senior_title{
    position:relative;
    width:70%;
    line-height:45px;
    background: #d7261d;
    border-radius:5px 0 0 0;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    padding-left:40px;
    text-align:left;
    box-sizing: border-box;
}
.senior_title::after{
    content:'';
    position:absolute;
    right:-20px;
    width:50px;
    height:100%;
    background:#d7261d;
    transform: skew(-30deg);
}
#fast_search .layui-form-item .layui-inline{
    margin-right:30px;
}
@media screen and (max-width: 1399px){
    #fast_search a.fast_btn{ width:190px;}
    #fast_search .layui-form-item .layui-inline{
        margin-right:20px;
    }
}  
/*****************快速检索 end***************/

/*****************标准检索 start***************/
.standard{
    width:100%;
    min-width:1280px;
    background:url("../images/search_bg.jpg") no-repeat center;
    background-size:auto 100%;
    margin:0 auto;
    overflow:hidden;
}
#standard_search{
    width:100%;
    padding-bottom:10px;
}
.layui-form-checked[lay-skin=primary] i {
    border-color:#d7261d!important;
    background-color:#fff;
    color: #d7261d;
}
.layui-form-checkbox[lay-skin=primary]:hover i,
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #d7261d;
    border-color: #d7261d;
}
#standard_search a.btn{
    display:block;
    width:260px;
    height:55px;
    line-height:55px;
    background:#d7261d;
    border-radius:55px;
    box-shadow:0 0 6px 2px rgba(0,0,0,.1);
    font-size:18px;
    color:#fff;
    text-align:center;
    margin:30px auto;
    overflow:hidden;
}
#standard_search a.btn:hover{
    color:#fff;
    background:#db3a40;
}
.layui-form-item{
    margin-bottom:0;
}
.layui-laydate .layui-this{
    background-color: #db3a40!important;
    color: #fff!important;
}
.switch_nav .layui-form-item{ display:none;}
/*****************标准检索 end***************/

/*****************高级检索 start***************/
.senior{
    width:100%;
    min-width:1280px;
    background:url("../images/search_bg.jpg") no-repeat center;
    background-size:auto 100%;
    margin:0 auto;
    overflow:hidden;
}
#senior_search{
    width:100%;
    margin-bottom:25px;
}
.senior_item{
    position:relative;
    width:100%;
    background:#fff;
    box-shadow:0 0 5px 1px rgba(0,0,0,.1);
    border-radius:5px;
    margin-bottom:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.senior_sel{
    width:100%;
    border-radius:5px;
    padding:10px 40px 20px;
    -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:1px solid #e6e6e6;
    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:#d7261d;
    border-radius:50px;
    box-shadow:0 0 6px 2px rgba(0,0,0,.1);
    font-size:18px;
    color:#fff;
    text-align:center;
    margin:30px auto 35px;
    overflow:hidden;
}
#senior_search a.btn:hover{
    color:#fff;
    background:#db3a40;
}
.layui-form-pane .layui-form-checkbox{
    margin: 4px 0 4px 5px;
}
.s_box .subject_item{
    width:100%;
    padding:30px 40px;
    overflow:hidden;
    box-sizing: border-box;
}
.senior_item2 .subject_item{
    padding:20px 40px;
    box-sizing: border-box;
}
.senior_item2 .layui-input-inline{
    margin:10px 0;
}
.subject_btn .sel_btn{
    float:left;
}
.layui-anim.layui-icon{
    vertical-align:-6px;
    color: #d7261d;
}
.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:#db3a40!important;
}
.layui-form-checkbox[lay-skin=primary] span{
    font-size:15px;
    color:#333;
}
.layui-form-pane .layui-form-label{
    padding:0;
    height:45px;
    line-height:45px;
    background-color:#d7261d;
    color:#fff;
    border:0;
}
.layui-input, .layui-select, .layui-textarea {
    height:45px;
    line-height:45px;
    background-color:#f4f4f4;
}
.layui-table tbody tr:hover{background-color:transparent;}
.senior_sel tr .keyword,
.layui-input, .layui-select, .layui-textarea{
    background:#fff;
}
.layui-form-pane .layui-form-label{ border-radius:5px 0 0 5px;}
.layui-table,.layui-table thead tr,
.senior_sel .layui-table th{ background:transparent;}
/*****************高级检索 end***************/

/*****************检索结果页 start***************/
#search_result{
    margin:20px auto 25px;
}
.search_list h2{
    line-height:60px;
    color:#ffd500;
    font-size:18px;
    padding:0 20px;
    background:#d7261d;
    border-radius:5px;
}
.search_list h2 i{
    padding-right:5px;
}
.course_list{
    overflow:hidden;
}
/* 试卷列表 start */
.test_list{
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
    border-radius:10px;
}
/* 试卷列表 end */

/*试题 start*/
#topic_nav .layui-table-view{
    width:100%;
    margin-top:20px;
    border:0;
}
.layui-table-view .layui-table{
    width:100%;
}
#topic_nav .layui-table-view .layui-table th{
    color:#000;
    font-size:16px;
}
#topic_nav .layui-table-view .layui-table th,
#topic_nav .layui-table-view .layui-table tr td:last-child{
    text-align: center;
}
#topic_nav .layui-table-view .layui-table td,
#topic_nav .layui-table-view .layui-table th{
    padding:10px 0;
    font-size:15px;
}
#topic_nav .watch_set{
    display:inline-block;
    background:#d7261d;
    border-radius:30px;
    color:#fff;
    padding:0 10px;
}
.layui-table-header{
    border:0;
}
/*试题 end*/
/*****************检索结果页 end***************/