.index-title {
    text-align: center
}

.index-title i {
    font-size: .8rem;
    color: #4ace87
}

.index-title h2 {
    font-size: .5rem;
    font-weight: normal;
    position: relative
}

.index-title sup {
    background: #4ace87;
    color: #fff;
    position: absolute;
    margin-left: .1rem;
    font-size: .2rem;
    font-weight: normal;
    padding: 0 .1rem;
    border-radius: .3rem
}

.index-title .line {
    height: 2px;
    width: .72rem;
    background: #4ace87;
    margin: 0 auto .1rem
}

.index-title .line-s {
    width: 50px;
    height: 2px;
    background: #4ace87;
    margin: .2rem auto .1rem
}

.index-bg {
    background: url("../images/bg.jpg") repeat
}

.banner {
    height: 3.6rem;
/*     background: #111; */
    color: #999;
    text-align: center;
    position: relative;
    /*padding-top: .9rem*/
}

.banner h2 {
    font-weight: normal
}

.banner p {
    font-size: .12rem
}

.banner .search {
    width: calc(100% - .32rem);
    padding: 0 .16rem;
    position: absolute;
    bottom: .1rem;
    z-index: 99;
}

.banner .search i {
    color: #fff
}

.banner .search input, .banner .search .search-btn {
    background: #777;
    border: none;
    font-size: .22rem;
    color: #fff;
    padding: .1rem
}

.banner .search input {
    width: 80%
}

.banner .search .search-btn {
    width: 18%;
    margin-left: 2%
}

.banner .search input::-webkit-input-placeholder {
    color: #fff
}

.banner .search input::-moz-placeholder {
    color: #fff
}

.banner .search input:-moz-placeholder {
    color: #fff
}

.banner .search input:-ms-input-placeholder {
    color: #fff
}


.qp-list ul {
    padding: 0 .25rem;
    overflow: hidden;
    width: calc(100% - .5rem)
}



.qiupu-btn a {
    color: #fff;
}

.qp-list ul li a {
    color: #000;
}

.qp-list ul li {
    text-align: center;
    height: auto;
    width: 1.83rem;
    font-size: 14px;
    float: left;
    margin: .25rem;
}
.qp-list ul li .img-box {
    width: 100%;
    height: 1.79rem;
    overflow: hidden;
}

.qp-list li img {
    margin-bottom: 5px;
}
.qp-list ul li p {
    font-size: .24rem;
    text-align: left;
}
.qp-list ul li h2 {
    font-size: .28rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
}



.more {
    width: 2.41rem;
    height: .32rem;
    margin: .45rem auto .37rem
}

.hot-bg {
    background: #f00 !important
}

.hot-list p {
    font-size: 0.2rem;
    text-align: center;
    /* margin: .32rem 0 .4rem */
}

.hot-list ul li {
    border-bottom: 1px solid #b6bf9b;
    padding: .16rem 0
}

.hot-list .hot-img-box {
    width: 1.72rem;
    height: 1.37rem;
    overflow: hidden;
    border-radius: .1rem;
    margin-left: .3rem
}

.hot-list .hot-txt {
    position: relative;
    margin-left: .2rem;
    width: 4rem
}

.hot-list .hot-txt h2 {
    font-size: .2rem;
    font-weight: normal;
}

.hot-list .hot-txt p i {
    font-size: .24rem
}

.hot-list .hot-txt p {
    font-size: .18rem;
    position: absolute;
    bottom: 0;
    margin: 0
}

.hot-list .sc i {
    color: #fe1e1d;
    font-size: 0.4rem;
}

.classfiy-list p {
    font-size: .12rem;
    text-align: center;
    margin: .32rem 0 .4rem
}

.classfiy-list .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: .15rem;
    -webkit-column-gap: .15rem;
    column-gap: .15rem;
    width: 100%;
    margin: .15rem auto
}

.classfiy-list .col2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
}

.classfiy-list .item {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

.classfiy-list .lazy {
    font-size: .18rem;
    text-align: center;
    position: relative;
    margin-bottom: .15rem
}

.classfiy-list .lazy .text {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.vip-list p {
    font-size: .12rem;
    text-align: center;
    margin: .32rem 0 .4rem
}

.vip-list li {
    float: left;
    margin: .15rem;
    width: calc(50% - .3rem)
}

.vip-list .vip-text {
    color: #000;
    font-size: .22rem
}

.vip-list .vip-text i {
    color: #f00;
    font-size: .32rem
}

.vip-list .img-box {
    width: 100%;
    position: relative
}

.vip-list .img-box img {
    width: 100%
}

.vip-list .img-box i {
    position: absolute;
    bottom: .05rem;
    right: .1rem;
    color: #fff;
    font-size: .5rem
}

.huati-list p {
    font-size: .12rem;
    text-align: center;
    margin: .32rem 0 .4rem
}

.huati-list .btn {
    border-radius: .11rem;
    background-color: #52D365;
    width: 2rem;
    height: .5rem;
    border-bottom: .02rem solid #1a7527;
    text-align: center;
    font-size: .24rem;
    line-height: .5rem;
    margin-bottom: .2rem;
    margin-right: .15rem
}

.huati-list .btn a {
    color: #fff
}

.huati-list li {
    text-align: center;
    float: left;
    width: 33.333%;
    margin-bottom: .4rem;
    font-size: .24rem
}

.huati-list .img-box {
    border-radius: 50%;
    background-color: #fff;
    width: 1.95rem;
    height: 1.95rem;
    text-align: center;
    margin: 0 auto .3rem;
    overflow: hidden
}

.huati-list .name {
    text-align: center
}

.video-list p {
    font-size: .12rem;
    text-align: center;
    margin: .32rem 0 .4rem
}

.video-list .flex-row2 {
    display: -webkit-box;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap
}

.video-list .flex-row2 li {
    flex: 0 0 calc(50% - .3rem);
    -ms-flex: 0 0 calc(50% - .3rem);
    -webkit-flex: 0 0 calc(50% - .3rem);
    -webkit-box-flex: 0 0 calc(50% - .3rem)
}

.video-list li {
    padding: .15rem
}

.video-list li .img-box {
    position: relative
}

.video-list li .img-box .video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5)
}

.video-list li .img-box .video-play img {
    width: 1.5rem;
    height: 1.5rem
}

.video-list li .txt-box .time {
    text-align: right;
    font-size: .18rem;
    color: #8e8d8e;
    margin: .2rem 0
}

.video-list li .txt-box h2 {
    font-size: .28rem;
    color: #574ea0;
    font-weight: normal
}

.video-list li .txt-box a {
    color: #574ea0
}

.video-list li .txt-box p {
    text-align: left;
    font-size: .18rem;
    color: #8e8d8e;
    margin: .2rem 0
}

.video-list li .txt-box .video-bottom {
    font-size: .18rem;
    color: #8e8d8e
}

.video-list li .txt-box .video-bottom i {
    color: #8e8d8e
}

.arc-list p {
    font-size: .12rem;
    text-align: center;
    margin: .32rem 0 .4rem
}


.arc-list li {
    width: calc(100% - .3rem);
    padding: .15rem;
    border-bottom: 1px solid #d2cf8b
}

.arc-list li .img-box {
    border-radius: .12rem;
    width: 1.72rem;
    height: 1.60rem;
    overflow: hidden
}

.arc-list li .text-box {
    width: calc(100% - 1.8rem);
    margin-left: .08rem
}

.arc-list li .text-box h2 {
    font-size: .32rem;
    font-weight: normal;
    color: #574ea0
}

.arc-list li .text-box p {
    margin: .2rem 0 .15rem
}

.arc-list li .text-box .time-bottom, .arc-list li .text-box p, .arc-list li .text-box .time {
    font-size: .2rem;
    color: #999;
    text-align: left
}

.arc-list li .text-box .time-bottom i, .arc-list li .text-box p i, .arc-list li .text-box .time i {
    color: #999
}

/*# sourceMappingURL=index.css.map */
