
body {
    background-color: #f8f8f8;
}

/*头部*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #f8f8f8;
    height: inherit;
}

.header {
    padding: 0.38rem 0.3rem 0.24rem 0.3rem;
    background-color: white;
}

    .header img {
        width: 0.22rem;
        height: 0.39rem;
        float: left;
    }

    .header p {
        text-align: center;
        font-size: 0.36rem;
    }

.header_search {
    padding: 0 0.3rem;
}

.header_input {
    width: calc(100% - 1.3rem);
    background-color: #eee;
    height: 0.56rem;
    border-radius: 0.28rem;
    text-align: center;
    font-size: 0.13rem;
    color: #aaa;
    margin: 0.26rem 0;
    float:left;
}

.center {
    height: 0.56rem;
}

    .center img {
        width: 0.35rem;
        height: 0.35rem;
        margin: 0.1rem 0.2rem;
        /*margin-top: 0.1rem;*/
        float: left;
        /*margin-left: 6em;*/
    }

.center_word {
    float:left;
    height:0.56rem;
    font-size: 0.28rem;
    line-height: 0.51rem;
    background:none;
}

.search_btn {
    background: linear-gradient(-90deg, rgba(255, 1, 2, 1), rgba(255, 42, 90, 1));
    border-radius: 0.1rem;
    height: 0.5rem;
    width: 1rem;
    margin-left: 0.3rem;
    margin-top: 0.27rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
}


header ul {
    overflow: hidden;
    margin-bottom: 0.25rem;
    clear:both;
}

    header ul li {
        /* line-height: 0.4rem; */
        text-align: center;
        color: #666;
        font-size: 0.28rem;
        float: left;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0 0.2rem;
        border-right: 0.04rem solid #666;
    }

        header ul li:nth-last-child(1),
        header ul li:nth-last-child(2) {
            border: none;
        }

    header ul .li_img {
        float: right;
    }

        header ul .li_img img {
            width: 0.34rem;
            height: 0.34rem;
        }


    header ul::-webkit-scrollbar {
        display: none;
    }

/*主体*/
main {
    background-color: white;
    overflow: hidden;
    position: relative;
    top: 2.88rem;
    padding: 0.3rem;
}

.contentBox {
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.contentBox_img {
    position: relative;
}

    .contentBox_img .mask-bg {
        position: absolute;
        width:100%;
        background-color:rgba(0,0,0,.6);
        left:0;
        bottom:0;
        padding:0.19rem 0.05rem;
    }


        .contentBox_img .mask-bg .title {
            color: white;
            font-size: 0.34rem;
            background-color: transparent;
            text-align: left;
            padding: 0px;
            border-bottom: none;
            padding-left:0.3rem;
        }

.contentBox_words {
    margin-top: 0.1rem;
    /*margin-bottom: 0.21rem;*/
    overflow: hidden;
}

    .contentBox_words .position {
        float: left;
        font-size: 0.24rem;
    }

    .contentBox_words .timer {
        float: right;
        color: #aaa;
        font-size: 0.24rem;
        line-height: 0.44rem;
    }

.contentBox_content {
    font-size: 0.24rem;
    margin:0.1rem 0;
    /*color: #666;*/
    /*white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;*/
    /* autoprefixer: off */
    /*-webkit-line-clamp: 2;*/
    /*autoprefixer: on */
    /*overflow: hidden;*/
}



/*右侧弹出*/
.modal {
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.modal_right {
    width: 5.7rem;
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: 0;
    background-color: #f8f8f8;
}

.modal_content {
    overflow: auto;
    height: 90%;
}

    .modal_content h5,h4 {
        color: #666;
        font-size: 0.24rem;
    }

.main {
    overflow: hidden;
    padding: 0.43rem 0.3rem 0.16rem 0.21rem;
    /*border-bottom: 1px solid #eee;*/
}

.main_title {
    overflow: hidden;
    margin-bottom: 0.26rem;
    color: #333;
}

    .main_title h5 {
        float: left;
    }

    .main_title img {
        width: 0.26rem;
        height: 0.14rem;
        float: right;
        margin-top: 0.1rem;
    }

.main_content {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.3rem;
    padding-bottom: 0.16rem;
}

    .main_content ul {
        overflow: hidden;
        display:table;
    }

        .main_content ul li,
        .main_content_tips {
            float: left;
            background-color: #ededed;
            font-size: 0.24rem;
            text-align: center;
            margin-bottom: 0.14rem;
            border-radius: 0.05rem;
            padding: 0.15rem 0.2rem;
            position: relative;
            display: table-cell;
            vertical-align: middle;
            margin-bottom: 0.14rem;
            margin-right: 0.14rem;
        }

            /*.main_content ul li:nth-child(3n-1) {
                margin: 0 0.14rem;
            }*/

/*选中li*/
.li_check {
    background-color: #f5bfcc !important;
    color: #ff0001;
    position: relative;
}

.li_check_img {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main_content_input {
    overflow: hidden;
    margin-bottom: 0.3rem;
}

    .main_content_input input {
        width: 2rem;
        height: 0.56rem;
        background-color: #ededed;
        border-radius: 0.28rem;
        float: left;
        text-align: center;
        color: #c0c0c5;
        font-size: 0.24rem;
    }

    .main_content_input span {
        display: block;
        width: 0.36rem;
        height: 0.02rem;
        background-color: #cacaca;
        float: left;
        margin: 0.28rem 0.24rem;
    }


/*底部按钮*/
.footer {
    width: 3.58rem;
    height: 0.73rem;
    position: fixed;
    bottom: 0.34rem;
    right: 0.31rem;
}

    .footer button {
        width: 1.79rem;
        text-align: center;
        line-height: 0.73rem;
        float: left;
        font-size: 0.3rem;
    }

        .footer button:nth-child(1) {
            background-color: #ff2a5b;
            border-top-left-radius: 0.36rem;
            border-bottom-left-radius: 0.36rem;
        }

        .footer button:nth-child(2) {
            background-color: #ff0001;
            border-top-right-radius: 0.36rem;
            border-bottom-right-radius: 0.36rem;
        }

.content_box {
    text-align: center;
    font-size: 0.26rem;
    padding: 0.14rem 0.3rem;
}

.category_check {
    color: #FF0001;
}

subtitle{
    position:absolute;
    bottom:0.19rem;
    color:#333;
    left:0.29rem;
}

.posi_titlt {
    position: absolute;
    bottom: 0;
    color: white;
    background: none;
    border: none;
    padding: 0;
    font-size: 0.34rem;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: left;
    padding-left: 0.3rem;
}