
@font-face{
    font-family: 'font2'; 
    src: url('../font/sss1.eot');
    src:url('../font/sss1.woff') format('woff'),
        url('../font/sss1.ttf') format('truetype'),
        url('../font/sss1.svg') format('svg');
}
@font-face{
    font-family: 'font3'; 
    src: url('../font/aa.eot');
    src:url('../font/aa.woff') format('woff'),
        url('../font/aa.ttf') format('truetype'),
        url('../font/aa.svg') format('svg');
}
* {
    box-sizing: border-box;
}
body {
    font-family: "font2";
    background-color: #fff;
}




h1,
h2,
h3,
h4,
h5,
h6,
i,
em,
b {
    font-weight: normal;
    font-style: normal;
}

body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    font-weight: normal;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
}

header,
section,
footer {
    display: block;
    margin: 0;
    padding: 0
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

input{
    outline: none;
}



/* 2019/12/4 */

.xq21-sea{
    padding: 0.14rem 0.2rem;
    background-color: #f7f7f7;
    position: relative;
}
.xq21-sea input{
    width: 100%;
    height: 0.6rem;
    background-color: #fff;
    border-radius: 0.12rem;
    border: none;
    font-size: 0.3rem;
    text-align: center;
    font-family: 'font2';
    color: #333;
    /* padding: 0 0.4rem; */
    text-indent: 0.4rem;
}
.xq21-sea input.on{
    background-image: url(../images/sea11.svg);
    background-repeat: no-repeat;
    background-size: 0.35rem 0.35rem;
    background-position: 3rem center;
    color: #bbb;
}
/* .xq21-sea input::-webkit-input-placeholder{
    color: #bbb;
    padding-left: 0.6rem;
} */
.xq21-sea i{
    font-size: 0.3rem;
    color: #333;
    position: absolute;
    right: 0.4rem;
    top: 0.23rem;
    display: none;
}
.xq21-con{
    padding: 0.2rem;
}
.xq21-con ul{
    overflow: hidden;
    margin-bottom: 0.4rem;
}
.xq21-con li{
    float: left;
    margin-top: 0.4rem;
    height: 3.68rem;
    width: 33.3333%;
    padding: 0 0.2rem;
}
.xq21-con li a{
    display: block;
    height: 100%;
    text-align: center;
}
.xq21-con li img{
    width: 100%;
    height: 2.66rem;
    display: block;
}
.xq21-con li span{
    font-family: initial;
    font-size: 0.28rem;
    color: #333;
    display: block;
    margin-top: 0.28rem;
}

.book-t1{
    font-size: 0.32rem;
    color: #333;
    padding: 0 0.36rem;
    line-height: 1.1rem;
    text-align: center;
}
.book-c1{
    margin: 0 0.36rem;
    border: 1px solid #979797;
    padding: 0.2rem;
}

.cklist-ul{
    padding: 0 0.2rem;
}
.cklist-ul li{
    padding: 0.32rem 0;
    border-bottom: 2px solid #fafafa;
}
.cklist-ul li a{
    display: block;
    font-size: 0.34rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cklist-ul li p{
    font-size: 0.28rem;
    color: #666;
    margin-top: 0.13rem;
    margin-bottom: 0.13rem;
    line-height: 0.4rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.cklist-ul li .bjs{
    font-size: 0.24rem;
    color: #999;
    font-family: initial;
}
.cklist-ul li:last-child{
    border: none;
}
.bjs span{
    display: inline-block;
    padding-left: 0.4rem;
    background: url(../images/zx_xw_list_i.png) no-repeat left center/0.24rem 0.17rem;
}
.bjs em{
    display: inline-block;
    padding-left: 0.4rem;  
    background: url(../images/time11.svg) no-repeat left 0.05rem/0.24rem 0.24rem;
    margin-left: 0.56rem;
}
.wsg-box{
    margin: 0 0.4rem;
    border-bottom: 1px solid #ccc;
    padding: 0.4rem 0;
}