[genuitec-file-id="wc1-424"],
[genuitec-lp-path="/ts_wechat/webapp/database/css/reading.css"],
[genuitec-lp-enabled=false] {
    /* for codelive */
}

/*Micro readingp */

body {
    background: #FFFFFF;
}

.content_list {
    text-align: center;
}

.list {
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
}

.content_list .list li {
    box-sizing: border-box;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    max-width: 33.3333333333%;
    min-width: 33.2%;
    width: 33.333333%;
    text-align: center;
    height: 7rem;
    float: left;
}

.content_list .list li a {
    display: block;
    font-size: 0.8rem;
    line-height: 1rem;
}

.content_list .list li img {
    display: block;
    margin: 1.25rem auto 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
}

.list {
    border-left: 1px solid #dadada;
    overflow: hidden;
}

.listBottom {
    color: #2880ff;
}

.source_banner img {
    display: block;
    width: 100% !important;
}

.search_box {
    padding: 1rem .2rem 1rem .1rem;
}

.search_box form {
    width: 100%;
}

.searh_btn {
    background: url(../image/search.png) no-repeat center;
    background-size: 30%;
    border-left: 1px solid #dfdfdf;
    box-sizing: border-box;
}

.search_ipt {
    width: 100%;
    border: 1px solid #dfdfdf;
}

.search_ipt input {
    padding: .5rem;
    box-sizing: border-box;
    outline: none;
    width: 59%;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-o-input-placeholder {
    color: #ccc;
}

.search_ipt a {
    box-sizing: border-box;
    width: 20%;
}

.search_box * {
    float: left;
    height: 3rem;
    border-radius: 0.266667rem;
}

.search_ipt select {
    text-align: center;
    width: 20%;
    padding-left: .2rem;
    box-sizing: border-box;
    font-size: 0.8rem;
    border: none;
    border-right: 1px solid #dfdfdf;
    border-radius: 0.26667rem;
}

#sourcetype {
    text-align: center;
    width: 20%;
    padding-left: .2rem;
    box-sizing: border-box;
    font-size: 0.8rem;
    border: none;
    border-right: 1px solid #dfdfdf;
    border-radius: 0.26667rem;
}

.s_search {
    width: 10.333333333rem;
    min-width: 10.3333333rem;
    max-width: 12rem;
    background-color: #fff;
    border: 2px solid #dfdfdf;
    border-radius: 0.33333rem;
}

.s_btn {
    border: 1px solid #e4e4e4;
}


/*foot*/

.footer {
    position: relative;
    overflow: hidden;
    padding-top: 2rem;
    text-align: center;
}


/*弹层 默认关闭*/
.body_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    display: none;
    z-index: 999;
}

#addForm {
    position: absolute;
    top: 50%;
    z-index: 1000;
    margin-top: -50%;
    box-shadow: 0 0 7px 1px #fff;
    padding-bottom: 0;
    padding-top: 0;
    display: none;
}

.login_title {
    line-height: 40px;
    font-size: 1.2em;
    padding-bottom: 5px;
}

.ipt-lab .ipt {
    width: 17rem;
    padding: .5rem .6rem;
    margin: 0 auto;
    font-size: 0.8rem;
    border: 0.06667rem solid #dfdfdf;
    border-radius: 0.33333rem;
    outline-width: 0;
    background-color: #fff;
}

.btn-box {
    padding-top: 2em;
    text-align: center;
}

.query-top{
    display:flex;
    padding: 0 .5rem;
}
.query-top .ipt-lab{
    margin:0 .5rem;
}
#query .query-top .ipt-lab input{
    margin:0;
    padding:0 .5rem;
}

/*弹层 结束*/