/**/
body{
    /*font-family: Helvetica;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    background-color: #f5f5f5;
    margin: 0px;

}
h2{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    padding: 30px 0;
}
a::selection{background:#ddd;}
a::-moz-selection{background:#ddd;}
a::-webkit-selection{background:#ddd;}
b::selection{background:#ddd;}
b::-moz-selection{background:#ddd;}
b::-webkit-selection{background:#ddd;}
p::selection{background:#ddd;}
p::-moz-selection{background:#ddd;}
p::-webkit-selection{background:#ddd;}
span::selection{background:#ddd;}
span::-moz-selection{background:#ddd;}
span::-webkit-selection{background:#ddd;}
td::selection{background:#ddd;}
td::-moz-selection{background:#ddd;}
td::-webkit-selection{background:#ddd;}
th::selection{background:#ddd;}
th::-moz-selection{background:#ddd;}
th::-webkit-selection{background:#ddd;}
img::selection{background:#ddd;}
img::-moz-selection{background:#ddd;}
img::-webkit-selection{background:#ddd;}
div::selection{background:#ddd;}
div::-moz-selection{background:#ddd;}
div::-webkit-selection{background:#ddd;}
input::selection{background:#ddd;}
input::-moz-selection{background:#ddd;}
input::-webkit-selection{background:#ddd;}

/*search-button-list*/
.search-button-list {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0;
    position: relative;
}
.search-button-list button{
    outline: none;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 12px;
    font-size: 12px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 5px;
    /* border-radius: 8px; */
    border: 0;
    background-color: #6981ff;
    padding: 0 25px;
}
.search-button-list button:hover{
  background-color: #6078f7;
}
.search-button-list button:active{
  background-color: #536ae5;
}
.search-button-list button span{
  display: inline-block;
  vertical-align: middle;
  /*padding-left: 10px;*/
}
.search-button-hide {display:block;}
/* Table Styles */
.artLi {
    display: inline-block;
    padding: 1px 0;
    position: absolute;
    color: #fff;
    width: 20px;
    height: 20px;
    /* border-radius: 50%; */
    line-height: 20px;
    text-align: center;
    background-color: #000;
}
.artLi1 {background-color: #f54545 !important;}
.artLi2 {background-color: #ffb901 !important;}
.artLi3 {background-color: #26a6f2 !important;}
/*搜索框*/
.container{
    width: 590px;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
}
.container:after{
    content: '';
    display: block;
    clear:both;
}
.container>div{
    float: left;
}
.container .logo{
    width: 100%;
    height: 120px;
    margin: 0 auto 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 120px;
}
.container .input{
    position: relative;
    width: 499px;
    height: 51px;
    float: left;
    border-top: #ececed solid 2px;
    border-right: none;
    border-bottom: #ececed solid 2px;
    border-left: #ececed solid 2px;
    border-radius: 10px 0 0 10px;
}
.container .input:hover{
    position: relative;
    width: 499px;
    height: 51px;
    float: left;
    border-top: #e6e6ea solid 2px;
    border-right: none;
    border-bottom: #e6e6ea solid 2px;
    border-left: #e6e6ea solid 2px;
    border-radius: 10px 0 0 10px;
}
.container .input:focus-within{
    outline:none !important; 
    width: 499px;
    height: 51px;
    border-top: #6981ff solid 2px !important;
    border-right: none;
    border-bottom: #6981ff solid 2px !important;
    border-left: #6981ff solid 2px !important;
    border-radius: 10px 0 0 10px;
}
.container button{
    margin: 0px; padding: 0px; border:0px;background-color:transparent;border:none;
}
.container button:focus-within{
    margin: 0px; padding: 0px; border:0px;background-color:transparent;outline:0 none !important; blr:expression(this.onFocus=this.blur());border:none;
}
.container form{
    margin: 0px; padding: 0px; border:0px;background-color:transparent;
}
.container .input>input{
    outline: none;
    border: none;
    padding: 0 80px 0 10px;
    margin: 0;
    height: 51px;
    width: 500px;
    color: #333;
    font-size: 16px;
    border-radius: 8px 0 0 8px;
}

.container .input>input::-webkit-input-placeholder{
    color:#d0d0d0;
}


.container .search{
    width: 89px;
    height: 55px;
    background-color: #6981ff;
    color: white;
    font-size: 13px;
    line-height: 55px;
    /*background-image: url("/static/images/search.png");*/
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    z-index: 998;
    position: relative;
}
.container .search:hover{
    background-color: #6078f7;
}
.container .search:active{
    background-color: #536ae5;
}
/*搜索框end*/

/*翻页*/
.search-page .pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}
.search-page .pagination>li {
    display: inline;
}
.search-page .pagination>li>a, .search-page .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0a1612;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.search-page .pagination>.active>a, .search-page .pagination>.active>a:focus, .search-page .pagination>.active>a:hover, .search-page .pagination>.active>span, .search-page .pagination>.active>span:focus, .search-page .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6981ff;
    border-color: #6981ff;
    border-radius: 2px;
}
/*翻页end*/

/*列表*/
.wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #fff;
    height: auto;
    box-shadow: 0px 0px 10px 0px rgba(82, 148, 218, 0.05);
    border-radius: 3px;
    margin-top: 20px;
}
.table-wrapper{
    max-width: 1000px;margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(82, 148, 218, 0.05);
    margin-top: 20px;
}
.index-table-wrapper{
    max-width: 1000px;margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(82, 148, 218, 0.05);
    margin-top: 20px;
}
.wrappersize{font-size: 16px;text-transform: uppercase;letter-spacing: 1px;color: #000;padding: 18px 18px 6px 18px;}
.wrapperli li{list-style:none;float: left;padding-left: 18px;line-height: 30px;/*padding-bottom:6px;*/}
.wrapperli li a{color: #8c8786;text-decoration:none;}
.wrapperli li a:hover{color: #4f4f4f;}
.wrapperli{max-width: 1000px;min-height:80px;font-size: 15px;}
.wrapperlink{font-size: 14px;padding: 18px;}
.wrapperlink a{color: #8c8786;text-decoration:none;}

.qz-table {
    /*border-radius: 3px;*/
    font-weight: normal;
    /*white-space: nowrap;*/
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    background-color: white;
}
.qz-table td, .qz-table th {
    height: 40px;
}
.qz-table td {
    border-top:1px solid #ececed;
    /*border-right: 1px solid #f8f8f8;*/
    font-size: 12px;
    padding:5px;
    color: #4f4f4f;
}
.qz-table thead th {
    color: #4f4f4f;
    background: #fff;
    padding:12px 5px 12px 5px;
    line-height: 16px;
}
.qz-table thead th:nth-child(odd) {
    color: #4f4f4f;
    background: #fdfcfc;
}
.qz-table thead td:nth-child(odd) {
    color: #4f4f4f;
    background: #fdfcfc;/*#fcfcfc #f9fcff #fcfcff*/
}
.qz-table tr:nth-child(even) {
    /*border-top:1px solid #e0e0e0;*/
    /*background: #F8F8F8;*/
}
.qz-size{font-size: 12px;}
/*搜索页按钮*/
.qz-index-button{
    width: 70px;
    height: 40px;
    background-color:#ffbb00;
    background-image:;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
}
.qz-index-button:hover{
    width: 70px;
    height: 40px;
    background-color:#f9b702;
    background-image:;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
}
.qz-index-button:active{
    width: 70px;
    height: 40px;
    background-color:#f1a400;
    background-image:;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
}
/*头部*/
.qz-top{background:white;height:100px;width:100%;box-shadow: 0px 0px 10px 0px rgba(82, 148, 218, 0.05);}
.qz-top-h{height: 2px;width: 100%;background: #6981ff;}
.qz-header{background:green;height:60px; float:left; width:100%;}
.qz-header-middle{background:; margin:0px auto; color:#bbb;}
.qz-index-left{background:#fbfbff;text-align: center;width:100px;height: 100px; margin:0px auto;max-width: 100px;}
.qz-index-left img{width:100%;height: 100%;}
.qz-index-middle span{color:#000;line-height:10px;}
.qz-index-middle{box-sizing:border-box;  padding:0 10px; display:table-cell; vertical-align:middle; }

/*首页图片ask*/
.home-ad{width: 100%;height: 300px; margin-top: 20px;margin-bottom:20px;border-radius: 3px;}
.home-img{background-image:url('/static/images/ad.png');width: 100%;height: 100%;border-radius: 3px;}
.home-ask {
    background: white;
    width: 230px;
    height: 300px;
    margin: 20px 10px 20px 10px;
    float: left;
    border-radius: 10px;
    display:inline-block !important;
}
.home-ask-img {
        background: ;
    width: 230px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-ask img{    width: 80px;
    height: 80px;
    margin-top: 50px;
    margin-bottom: 20px;}
.home-ask p{font-size: 18px;
    font-weight: 500;
    color: #191140;
    line-height: 28px;
    margin-bottom: 15px;text-align: center;}
.home-ask span{    width: 224px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 22px;padding: 5px 10px 5px 10px;text-align: center;
    display: table-cell;
    vertical-align: middle;}

/*搜索列表*/
.search-text{text-align:center;padding: 16px 16px 16px 16px;}
.search-text p{padding:0px;}
.search-text b{color: #ffbb00;}
.search-text a{padding-left: 20px;text-decoration:none;color:#0a1612;}
.search-clear{background:;width: 100%;height: 1px;}
.search-clear20{background:;width: 100%;height: 20px;}
.search-page{text-align:center; margin: 16px 16px 16px 16px;}
.qz-all{width:100%;background:#8d8d8d;}
.qz-left{width:24%;background:green;}
.qz-middle{width:50%;background:blue;}
.qz-right{width:26%;background:red;}
.qz-header-left{background:#fbfbff;text-align: center;width:100px;height: 100px; margin:0px auto;max-width: 100px;}
.qz-header-left img{width:100%;height: 100%;border-radius: 3px;}
.qz-index-pf{width:18%;background:green;}
.qz-index-rz{width:18%;background:green;}
.qz-index-right{width:12%;background:green;}
/*搜索页按钮*/
.qz-index-button a{width: 70px;
    line-height: 40px;
    text-decoration: none;
    display: inline-block;
    height: inherit;
    text-align: center;
    color: white;
}
/*内容页*/
.qz-icon{background:;width:18px;height:18px;line-height:30px;float:left; margin-left:32%;margin-right:8%;}
.qz-icon-size{color:#4f4f4f;font-weight:bold;line-height: 18px;}
.qz-concent-middle{text-align: center;}
.qz-concent-middle img{width: 60px;height: 25px;vertical-align: middle;}
.qz-concent-right{background-size: 50%;text-align: center;font-weight:normal;}
.qz-concent-middle span{color:#ffbb00;}
.qz-concent-right span{}
.qz-concent-middle-big {background:;text-align: center;margin:0px auto; padding: 5px;}
.qz-concent-middle-big span{color:#4f4f4f;}

.ask-wrapper {display:inline-block !important;}

.header-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100px;
    margin-top: 0px;
}
.header-left{float: left; margin: 0 auto;width: 30%;height: 100px;}
.header-left img{width: 200px;height: 100px; /*background: url('/static/images/logo.png') no-repeat center;*/}
.header-middle{background:;float: left;width: 40%;height: 100px;}
.header-middle img{width: 200px;height: 100px;margin-left: 60px;}
.header-right{background:;float: right;width: 30%;height: 100px;}
.header-right-but{width: 12px;height: 80px;float: right;display: none;}
.header-right-button{
    width: 100px;
    height: 100px;
    background-color:white;
    background-image:;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto;float: right;
}
.header-right-button:hover{
    width: 100px;
    height: 100px;
    background-color:#6981ff;
    background-image:;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto;float: right;
}
.header-right-button:active{
    width: 100px;
    height: 100px;
    background-color:#6078f7;
    background-image:;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto;
}
.header-right-button a{
    width: 100px;
    line-height: 100px;
    text-decoration: none;
    display: inline-block;
    height: inherit;
    text-align: center;
    color: black;float: right;
}
.header-right-button a:hover{
    width: 100px;
    line-height: 100px;
    text-decoration: none;
    display: inline-block;
    height: inherit;
    text-align: center;
    color: white;
}
.header-size span{color:#8c8786;}
.header-size a{color:#8c8786;}
.header-size a:hover{color:#6e6867;}

.footer-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background:;
    height: auto;
    margin-top: 30px;
}
.footer-size{margin: 0 auto;text-align: center;}
.footer-size span{color:#adadad;}
.footer-size a{color:#adadad;text-decoration:none;}
.footer-size a:hover{color:#8c8786;text-decoration:none;}

/* 小型设备（平板电脑，768px 起） */ 
@media (max-width: 992px) {
.qz-icon{background:;width:18px;height:18px;line-height:30px;float:left; margin-left:32%;}
.qz-icon img{width: 100%;height: 100%;}
.home-ad{width: 100%;height: 260px; margin-top: 20px;margin-bottom:20px;}


}
/* 手机，小于 768px */ 
@media (max-width: 767px) {
    /* 排行 */ 
.artLi {
    display: inline-block;
    padding: 1px 0;
    position: absolute;
    color: #fff;
    width: 16px;
    height: 16px;
    /* border-radius: 50%; */
    line-height: 16px;
    text-align: center;
    background-color: #000;
}
    /*search-button-list*/
.search-button-list {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0;
    position: relative;
}
.search-button-list button{
    margin-left: 3px;
    margin-right: 3px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 5px;
    /* border-radius: 8px; */
    border: 0;
    background-color: #6981ff;
    padding: 0 7px;
}
.search-button-hide {display:none !important;}
.search-text p{font-size: 13px;color: #4f4f4f;}
.search-text b{color: #ffbb00;font-size: 13px;color: #ffbb00;}
.search-text a{padding-left: 20px;text-decoration:none;color:#0a1612;font-size: 13px;}
.qz-top{background:white;height:80px;width:100%;box-shadow: 0px 0px 10px 0px rgba(82, 148, 218, 0.05);}
.qz-size{font-size: 10px;}
.header-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 80px;
    margin-top: 0px;
}
.header-left{float: left; margin: 0 auto;width: 30%;height: 80px;}
.header-left img{width: 100px;height: 50px;margin-left: 10px;margin-top:15px;}
.header-middle{background:;float: left;width: 30%;height: 80px;}
.header-middle img{width: 100px;height: 50px;margin-left: 20px;margin-top:15px;}
.header-right{background:;float: left;width: 40%;height: 80px;}
.header-right-but{width: 12px;height: 80px;float: right;display: block;}
.header-right-button{
    width: 60px;
    height: 80px;
    background-color:white;
    background:;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto;float: right;
}
.header-right-button:hover{
    width: 60px;
    height: 80px;
    background-color:#6981ff;
    background:;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto;float: right;
}
.header-right-button:active{
    width: 60px;
    height: 80px;
    background-color:#6078f7;
    background-image:;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto;
}
.header-right-button a{
    width: 60px;
    line-height: 80px;
    text-decoration: none;
    display: inline-block;
    height: inherit;
    text-align: center;
    color: black;float: right;
}
.header-right-button a:hover{
    width: 60px;
    line-height: 80px;
    text-decoration: none;
    display: inline-block;
    height: inherit;
    text-align: center;
    color: white;
}
.search-text p{padding:15px;}
.footer-size {margin: 0 auto; margin-left: 0px;width: 100%; text-align: center; font-size: 8px;}
.qz-header-left{background:;text-align: center;width:56px;height: 56px; margin:0px auto;max-width: 100px;}
.qz-index-left{background:;width:56px;height: 56px;margin-left:5px;margin-right: 5px;}
.qz-index-left img{border-radius: 3px;width:100%;height: 100%;}
.qz-index-rz{display: none;}
.qz-index-pf{width:24%;background:green;}
.qz-middle{width:50%;background:blue;}
.qz-concent-middle img{width: 36px;height: 15px;vertical-align: middle;}
.qz-index-middle{box-sizing:border-box;  padding:0px; display:table-cell; vertical-align:middle; }
.qz-icon{background:;width:18px;height:18px;line-height:30px;float:left; margin-left:15%;margin-right:5px;}
.qz-icon img{width: 15px;height: 15px;display: table-cell;margin-top: 1px;margin-left: 2px;vertical-align: middle;}
.search-text{text-align:center;padding: 5px 5px 5px 5px;}
.home-ad{width: 100%;height: 220px; margin-top: 10px;margin-bottom:10px;border-radius: 3px;}
.home-ask {
    background: white;
    width: 167px;
    height: 226px;
    margin: 10px 10px 10px 10px;
    float: left;
    border-radius: 10px;
    display: inline-block !important;
}
.home-ask p {
    font-size: 13px;
    font-weight: 500;
    color: #191140;
    line-height: 10px;
    margin-bottom: 8px;
    text-align: center;
}
.home-ask-img {
        background: ;
    width: 167px;
    height: 116px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-ask img{    width: 80px;
    height: 80px;
    margin-top: 30px;
    margin-bottom: 20px;}
.qz-table td {
    border-top:1px solid #ececed;
    /*border-right: 1px solid #f8f8f8;*/
    font-size: 12px;
    padding:0px;
    color: #4f4f4f;
}

.container{
    width: 350px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
.container .input{
    position: relative;
    width: 259px;
    height: 51px;
    float: left;
    border-top: #ececed solid 2px;
    border-right: none;
    border-bottom: #ececed solid 2px;
    border-left: #ececed solid 2px;
    border-radius: 10px 0 0 10px;
}
.container .input:hover{
    position: relative;
    width: 259px;
    height: 51px;
    float: left;
    border-top: #e6e6ea solid 2px;
    border-right: none;
    border-bottom: #e6e6ea solid 2px;
    border-left: #e6e6ea solid 2px;
    border-radius: 10px 0 0 10px;
}
.container .input:focus-within{
    outline:none !important; 
    width: 259px;
    height: 51px;
    border-top: #6981ff solid 2px !important;
    border-right: none;
    border-bottom: #6981ff solid 2px !important;
    border-left: #6981ff solid 2px !important;
    border-radius: 10px 0 0 10px;
}
.container .input>input{
    outline: none;
    border: none;
    padding: 0 80px 0 10px;
    margin: 0;
    height: 51px;
    width: 169px;
    color: #333;
    font-size: 15px;
    border-radius: 8px 0 0 8px;
}
.wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #fff;
    height: auto;
    box-shadow: 0px 0px 10px 0px rgba(82, 148, 218, 0.05);
    border-radius: 3px;
    margin-top: 10px;
}
.wrappersize {
    font-size: 13px;
    padding: 12px 18px 4px 18px;
}
.wrapperli{font-size: 12px;}
.wrapperli li{list-style:none;float: left;padding-left: 17px;line-height: 22px;/*padding-bottom: 6px;*/}
.wrapperlink{font-size: 10px;}

.table-wrapper{
    max-width: 1000px;margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(82, 148, 218, 0.05);
    margin-top: 10px;
}
.index-table-wrapper{
    max-width: 100%;margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(82, 148, 218, 0.05);
    margin-top: 10px;
}
.qz-index-rz{width:0px;background:green;}
.qz-table thead th {
    color: #4f4f4f;
    background: #fff;
    padding: 5px 5px 5px 0px;}
.qz-index-button a{width: 50px;line-height: 30px;text-decoration:none;}
.qz-index-button span {
    color: #fff;
    font-size: 10px;
    line-height: 30px;
    padding-left: 5px;
}
.qz-index-button{
    width: 50px;
    height: 30px;
    background-color:#ffbb00;
    background-image:;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
}
.qz-index-button:hover{
    width: 50px;
    height: 30px;
    background-color:#f9b702;
    background-image:;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
}
.qz-index-button:active{
    width: 50px;
    height: 30px;
    background-color:#f1a400;
    background-image:;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
}
.qz-table {
    border-radius: 3px;
    font-weight: normal;
    /*white-space: nowrap;*/
    /*border-collapse: collapse;*/
    font-size: 8px;
    width: 100%;
    max-width: 100%;
    background-color: white;
}
.qz-table td, .qz-table th {
    height: 30px;
}
.qz-table td {
    border-top:1px solid #e0e0e0;
    /*border-right: 1px solid #f8f8f8;*/
    font-size: 8px;
    padding:0px;
    color: #4f4f4f;
}
.qz-concent-right{background-size: 70%;}
}

@media (max-width:480px) {
.qz-concent-right{background-size: 80%;}
}
/* 超小设备 */ 
@media (max-width:370px) {
    body{width:370px;}
}