@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, input, button, fieldset, textarea, p, blockquote, tr, th, td, span {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "SimSun", "sans-serif"
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

table {
    border-collapse: collapse
}

tr, th, td {
    text-align: center
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal
}

fieldset, img {
    border: 0;
    display: block
}

ol, ul {
    list-style: none
}

del, ins {
    text-decoration: none
}

input, button, textarea, select {
    font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "SimSun", "sans-serif";
    border: none
}

body {
    color: #000;
    font-size: .14rem;
    font-weight: bold
}

a {
    color: #000;
    font-size: .14rem;
    text-decoration: none
}

a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix {
    display: block
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {
    height: 1%
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-ellipsis-more {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.common-page {
    min-height: 100vh;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #EFEFEF;
    background-position: center center;
    background-size: .86rem
}

.common-page.no-img {
    background-image: none
}

.common-box-shadow {
    box-shadow: 0 .02rem .1rem 0 rgba(0, 0, 0, 0.25)
}

.common-wrap {
    width: 11.88rem;
    margin: 0 auto
}

.common-double-line {
    position: relative;
    width: 100%;
    height: .18rem
}

.common-double-line::before, .common-double-line:after {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    background: #000
}

.common-double-line::before {
    top: 0;
    height: .1rem
}

.common-double-line:after {
    bottom: 0;
    height: .04rem
}

.common-full-width-wrap {
    width: 100%;
    height: 3.6rem;
    border-bottom: 3px solid;
}

.common-full-width-wrap .img {
    width: 100%;
    height: 100%
}

.common-title-wrap {
    position: relative;
    display: block;
    width: 6.76rem;
    height: .96rem;
    margin: .7rem auto;
    line-height: .88rem;
    text-align: center;
    font-size: .36rem;
    border: .04rem solid #000;
    background: #fff
}

.common-title-wrap::after {
    position: absolute;
    right: .2rem;
    top: .22rem;
    content: '';
    display: block;
    width: .44rem;
    height: .44rem;
    background-image: url('../image/title_icon.png');
    background-size: 100% 100%
}

.common-title-wrap .rd-tit {
    color: #D0021B
}

.common-title-wrap .type {
    position: absolute;
    left: -0.88rem;
    top: .09rem;
    width: 1.72rem;
    height: .7rem;
    color: #fff;
    line-height: .7rem;
    background: #000
}

.common-sec-bg {
    position: relative;
    display: block;
    width: 2.24rem;
    height: .44rem;
    padding-left: .2rem;
    line-height: .4rem;
    font-size: .18rem;
    border: .02rem solid #000;
    background: #fff
}

.common-sec-bg:after {
    position: absolute;
    top: .03rem;
    right: .1rem;
    content: '';
    display: block;
    width: .34rem;
    height: .34rem;
    background-image: url('../image/title_icon.png');
    background-size: .34rem .34rem
}

.common-big-tit {
    margin-bottom: .24rem;
    font-size: .64rem;
    line-height: .9rem
}

.common-big-tit .tit-desc {
    margin-left: .3rem;
    font-size: .34rem;
    line-height: .48rem
}

.common-sec-tit {
    font-size: .44rem
}

.common-images-navigation {
    height: .8rem;
    padding-top: .2rem;
    font-size: 0;
    text-align: center
}

.common-images-navigation .c-btn {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background-size: .2rem .2rem;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.common-images-navigation .c-btn.btn-prev {
    background-image: url('../image/arrow_left.png')
}

.common-images-navigation .c-btn.btn-next {
    background-image: url('../image/arrow_right.png')
}

.common-images-navigation .show-images-pagination {
    display: inline-block;
    width: auto;
    height: .4rem;
    padding-top: .15rem;
    vertical-align: top
}

.common-images-navigation .show-images-pagination .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    margin: 0 .05rem;
    background: #ABABAB;
    opacity: 1
}

.common-images-navigation .show-images-pagination .swiper-pagination-bullet-active {
    background: #000
}

.common-proo {
    bottom: 0
}

.common-proo .jd {
    position: absolute;
    z-index: 1;
    right: .04rem;
    bottom: .1rem;
    min-width: .44rem;
    height: .24rem;
    line-height: .24rem;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: .04rem
}

.common-proo .blue-line {
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: .02rem;
    background: #4A90E2
}

.common-types-wrap {
    position: relative
}

.common-types-wrap .types-list {
    padding: .1rem 0 .46rem
}

.common-types-wrap .types-list .typ-item {
    float: left;
    height: .4rem;
    margin-right: .16rem;
    padding: 0 .1rem;
    line-height: .36rem;
    font-size: .24rem;
    border: .02rem solid #000;
    cursor: pointer
}

.common-types-wrap .types-list .typ-item:last-child {
    margin-right: 0
}

.common-types-wrap .types-list .typ-item.active {
    color: #fff;
    background: #000
}

.common-types-wrap .tj {
    position: absolute;
    right: 0;
    top: .08rem
}

.bot-lines {
    width: 10.9rem;
    height: 2.3rem;
    margin: .7rem auto 0;
    background: #000;
    border: .02rem solid #000
}

.bot-lines .img-wrap {
    float: left;
    position: relative;
    width: 4.74rem
}

.bot-lines .img-wrap .years {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 0 .1rem;
    line-height: .5rem;
    color: #fff;
    font-size: .36rem;
    background: #000
}

.bot-lines .img-wrap .img {
    width: 100%;
    height: 100%
}

.bot-lines .img-wrap .left-two {
    float: left;
    width: 3.2rem;
    margin-right: .02rem
}

.bot-lines .img-wrap .left-two .img-wrap {
    width: 100%;
    height: 1.12rem;
    margin-bottom: .02rem
}

.bot-lines .img-wrap .only-one {
    float: left;
    width: 1.5rem;
    height: 2.26rem;
    margin-right: .02rem
}

.bot-lines .img-wrap .only-one:last-child {
    margin-right: 0
}

.bot-lines .img-wrap .only-one.f {
    width: 2.35rem
}

.bot-lines .img-wrap .only-one.s {
    width: 1.46rem
}

.bot-lines .img-wrap .only-one.t {
    width: .84rem
}

.bot-lines .img-wrap .only-one.w {
    width: .92rem
}

.bot-lines .rig-desc-wrap {
    position: relative;
    float: left;
    width: 6.1rem;
    height: 100%;
    color: #fff
}

.bot-lines .rig-desc-wrap .tp-w {
    padding: .18rem .36rem
}

.bot-lines .rig-desc-wrap .tp-w .d-tit {
    margin-bottom: .1rem;
    color: #FFAB00;
    font-size: .34rem;
    line-height: .48rem
}

.bot-lines .rig-desc-wrap .tp-w .d-desc {
    font-size: .16rem;
    line-height: .3rem
}

.bot-lines .rig-desc-wrap .d-back {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .68rem;
    padding-left: .36rem;
    line-height: .68rem;
    font-size: .24rem;
    background: none;
    border-top: .03rem solid #fff
}

.bot-lines .rig-desc-wrap .d-back:after {
    top: .12rem;
    width: .44rem;
    height: .44rem;
    background-size: .44rem .44rem;
    background-image: url('../image/title_icon02.png')
}

.common-thirty-list .th-item .img-wrap {
    position: relative;
    float: left;
    width: 3.02rem;
    height: 4.08rem;
    margin-bottom: .26rem
}

.common-thirty-list .th-item .img-wrap .img-cover, .common-thirty-list .th-item .img-wrap .mask {
    width: 100%;
    height: 100%
}

.common-thirty-list .th-item .img-wrap .mask {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5)
}

.common-thirty-list .th-item .img-wrap .mask .cont {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .1rem
}

.common-thirty-list .th-item .img-wrap .mask .cont .m-tit {
    font-size: .42rem
}

.common-thirty-list .th-item .img-wrap .mask .cont .m-desc {
    font-size: .24rem;
    line-height: .36rem;
    font-weight: normal
}

.common-thirty-list .th-item .th-list {
    float: right;
    width: 7.8rem
}

.common-thirty-list .th-item .th-list .itm-wrap {
    float: left;
    width: 3.76rem;
    height: 1.9rem;
    margin-bottom: .26rem
}

.common-thirty-list .th-item .th-list .itm-wrap:nth-child(even) {
    float: right
}

.common-thirty-list .th-item .th-list .itm-wrap .img-wrap {
    position: relative;
    float: left;
    width: 1.25rem;
    height: 100%
}

.common-thirty-list .th-item .th-list .itm-wrap .img-wrap:after {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: .02rem solid #000
}

.common-thirty-list .th-item .th-list .itm-wrap .img-wrap .img-covr {
    width: 100%;
    height: 100%
}

.common-thirty-list .th-item .th-list .itm-wrap .itm-desc {
    float: left;
    width: 2.3rem;
    margin-left: .1rem;
    padding-top: .1rem
}

.common-thirty-list .th-item .th-list .itm-wrap .itm-desc .tit {
    margin-bottom: .04rem;
    font-size: .22rem;
    line-height: .3rem
}

.common-thirty-list .th-item .th-list .itm-wrap .itm-desc .desc {
    font-size: .16rem;
    line-height: .36rem;
    -webkit-line-clamp: 4
}

.accordion-common .accordion-item {
    border-bottom: .02rem solid #000
}

.accordion-common .accordion-item .accordion-tit {
    position: relative;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    color: #000;
    font-size: .24rem;
    background: #fff
}

.accordion-common .accordion-item .accordion-tit .arrow-show-hide {
    position: absolute;
    right: .24rem;
    top: 0;
    display: block;
    width: .6rem;
    height: .6rem;
    background-image: url('../image/det_icon01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: .26rem .26rem
}

.accordion-common .accordion-item .accordion-tit .types {
    position: absolute;
    left: .03rem;
    top: .03rem;
    width: 1.52rem;
    height: .54rem;
    line-height: .54rem;
    color: #000000;
    font-size: .24rem;
    background: #fff
}

.accordion-common .accordion-item .accordion-tit .types .arro {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    margin-left: .1rem;
    vertical-align: middle;
    background-image: url('../image/det_icon03.png');
    background-size: 100% 100%
}

.accordion-common .accordion-item .accordion-tit .types.hover-show {
    cursor: pointer
}

.accordion-common .accordion-item .accordion-tit .types.hover-show .hover-list {
    display: none;
    position: absolute;
    top: .54rem;
    z-index: 1;
    min-width: 100%
}

.accordion-common .accordion-item .accordion-tit .types.hover-show .hover-list .h-item {
    padding: 0 .2rem;
    font-size: .2rem;
    font-weight: normal;
    line-height: .5rem;
    word-break: keep-all;
    text-align: left;
    background: #fff
}

.accordion-common .accordion-item .accordion-tit .types.hover-show .hover-list .h-item:hover {
    background: #eee
}

.accordion-common .accordion-item .accordion-tit .tip-u {
    position: absolute;
    right: .88rem;
    top: .14rem;
    width: .86rem;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    color: #565656;
    font-size: .14rem;
    background: #EAEAEA
}

.accordion-common .accordion-item .accordion-list {
    display: none;
    padding: .3rem 0
}

.accordion-common .accordion-item.active .accordion-tit {
    color: #fff;
    background: #000;
    transition: all .3s
}

.accordion-common .accordion-item.active .accordion-tit .arrow-show-hide {
    background-image: url('../image/det_icon02.png')
}

.accordion-common .accordion-item.active .accordion-list {
    display: block
}

.accordion-common.arrow .accordion-item .accordion-tit .arrow-show-hide {
    background-image: url('../image/det_icon03.png')
}

.accordion-common.arrow .accordion-item.active .accordion-tit .arrow-show-hide {
    background-image: url('../image/det_icon04.png')
}

.accordion-common.lef .accordion-item .accordion-tit .types {
    width: auto;
    padding: 0 .1rem;
    text-align: left
}

.web-logo-h1 {
    position: fixed;
    top: .2rem;
    left: .2rem;
    z-index: 10;
    width: 2.42rem;
    height: .98rem
}

.web-logo-h1 .logo {
    width: 100%;
    height: 100%
}

.web-menu-btn {
    position: fixed;
    top: .2rem;
    right: .2rem;
    z-index: 10;
    width: .98rem;
    height: .98rem;
    padding-top: .15rem;
    background: #000;
    cursor: pointer
}

.web-menu-btn .menu-icon {
    width: .7rem;
    height: .44rem;
    margin: 0 auto
}

.web-menu-btn .menu-tit {
    margin: .08rem 0;
    color: #fff;
    font-size: .16rem;
    line-height: .22rem;
    text-align: center
}

.mask-menu-wrap {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow: scroll;
}

.mask-menu-wrap .close-btn {
    position: fixed;
    right: .2rem;
    top: .2rem;
    width: .98rem;
    height: .98rem;
    padding-top: .15rem;
    background: #000;
    cursor: pointer
}

.mask-menu-wrap .close-btn .close-icon {
    width: .7rem;
    height: .44rem;
    margin: 0 auto
}

.mask-menu-wrap .close-btn .close-tit {
    margin: .08rem 0;
    color: #fff;
    font-size: .16rem;
    line-height: .22rem;
    text-align: center
}

.mask-menu-wrap .mask-content {
    width: 11.88rem;
    margin: 0 auto;
    padding-top: .7rem;
    color: #fff
}

.mask-menu-wrap .mask-content .logos-wrap {
    float: left;
    width: 2rem;
    margin-right: .5rem
}

.mask-menu-wrap .mask-content .logos-wrap .logo-item {
    display: block;
    width: 100%;
    margin-bottom: .6rem
}

.mask-menu-wrap .mask-content .logos-wrap .logo-item .img {
    width: 100%
}

.mask-menu-wrap .mask-content .logos-wrap .logo-item:last-child {
    margin-bottom: 0
}

.mask-menu-wrap .mask-content .menus-wrap {
    float: left;
    width: 3rem
}

.mask-menu-wrap .mask-content .menus-wrap .menus-item {
    margin-bottom: .4rem;
    padding-left: .4rem
}

.mask-menu-wrap .mask-content .menus-wrap .menus-item .m-title {
    margin-bottom: .3rem;
    font-size: .36rem;
    line-height: .5rem
}

.mask-menu-wrap .mask-content .menus-wrap .menus-item .m-list .m-item {
    position: relative;
    padding-left: .24rem;
    line-height: .3rem
}

.mask-menu-wrap .mask-content .menus-wrap .menus-item .m-list .m-item::before {
    position: absolute;
    left: 0;
    top: .06rem;
    content: '';
    display: block;
    width: .18rem;
    height: .18rem;
    background: #000
}

.mask-menu-wrap .mask-content .menus-wrap .menus-item .m-list .m-item a {
    color: #fff;
    font-size: .18rem;
    font-weight: normal
}

.mask-menu-wrap .mask-content .menus-wrap .menus-item .m-list .m-item a:hover {
    text-decoration: underline
}

.mask-menu-wrap .mask-content .menus-wrap .menus-item .img-wrap {
    display: block;
    width: 100%
}

.mask-menu-wrap .mask-content .menus-wrap .menus-item .img-wrap .img {
    width: 100%
}

.page-footer {
    position: relative;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .16rem;
    background: #F8F8F8
}

.page-footer .bott-icons {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -5.94rem
}

.page-footer .bott-icons .bott-icon {
    float: left;
    width: .4rem;
    height: .4rem;
    margin-right: .1rem
}

.page-footer .bott-icons .bott-icon:last-child {
    margin-right: 0
}

.page-footer .bott-icons .bott-icon .img {
    width: 100%;
    height: 100%
}

.detail-content {
    position: relative
}

.detail-content .ani-detail-content {
    position: relative;
    width: 100%;
    margin-top: -1.1rem
}

.detail-content .ani-detail-content .common-wrap {
    padding-bottom: .6rem;
    background: #fff
}

.detail-content .ani-detail-content .common-wrap.no-bg {
    background: none
}

.dh-xq .video-wrap {
    width: 11.88rem;
    height: 6.9rem;
    background: #000
}

.dh-xq .video-wrap .video {
    width: 100%;
    height: 100%
}

.dh-xq .desc-wrap .common-sec-tit {
    padding: .4rem .3rem 0
}

.dh-xq .desc-wrap .select-type {
    margin: .3rem 0;
    padding: 0 .7rem
}

.dh-xq .desc-wrap .select-type .tag-tit {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 .5rem 0 .3rem;
    line-height: .64rem;
    color: #868c92;
    font-size: .24rem;
    background: #f5f7f8;
    border-radius: .32rem;
    cursor: pointer
}

.dh-xq .desc-wrap .select-type .tag-tit::after {
    position: absolute;
    right: .25rem;
    top: .22rem;
    content: '';
    display: block;
    width: .2rem;
    height: .2rem;
    background-image: url('../image/arrow_right.png');
    background-size: 100% 100%
}

.dh-xq .desc-wrap .select-type .tag-next, .dh-xq .desc-wrap .select-type .tag-prev {
    position: absolute;
    z-index: 1;
    top: 0;
    width: .64rem;
    height: .64rem;
    background-color: #fff;
    background-size: 100% 100%;
    cursor: pointer
}

.dh-xq .desc-wrap .select-type .tag-next.tag-disabled, .dh-xq .desc-wrap .select-type .tag-prev.tag-disabled {
    opacity: .35;
    transition: opacity .3s;
    cursor: no-drop
}

.dh-xq .desc-wrap .select-type .tag-prev {
    left: 0;
    background-image: url('../image/sw_left.png')
}

.dh-xq .desc-wrap .select-type .tag-next {
    right: 0;
    background-image: url('../image/sw_right.png')
}

.dh-xq .desc-wrap .text-wrap {
    padding: 0 .3rem .5rem;
    font-size: .24rem
}

.dh-xq .details-wrap {
    padding: 0 .3rem
}

.dh-xq .details-wrap .detail-cont {
    margin-top: .4rem
}

.dh-xq .details-wrap .detail-cont .de-itm {
    position: relative;
    width: 1.7rem;
    height: 1.7rem;
    border: .01rem solid #000;
    cursor: pointer
}

.dh-xq .details-wrap .detail-cont .de-itm .de-img {
    width: 100%;
    height: 100%
}

.dh-xq .details-wrap .detail-cont .de-itm .de-tit {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .44rem;
    padding: 0 .1rem;
    line-height: .44rem;
    color: #fff;
    font-size: .16rem;
    background: rgba(0, 0, 0, 0.5)
}

.dh-xq .details-wrap .detail-cont .video-list {
    margin-right: -0.4rem
}

.dh-xq .details-wrap .detail-cont .video-list .vid-item {
    position: relative;
    float: left;
    width: 3.54rem;
    height: 2rem;
    margin: .15rem .33rem .15rem 0
}

.dh-xq .details-wrap .detail-cont .video-list .vid-item .cov-img {
    width: 100%;
    height: 100%
}

.dh-xq .details-wrap .detail-cont .video-list .vid-item .vid-tit {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .38rem;
    padding: .08rem .2rem;
    color: #fff;
    font-size: .16rem;
    line-height: .22rem;
    background: rgba(0, 0, 0, 0.5)
}

.dh-xq .details-wrap .detail-cont .music-wrap {
    padding: 0 .2rem
}

.dh-xq .details-wrap .detail-cont .music-wrap .music-item {
    margin-bottom: .5rem
}

.dh-xq .details-wrap .detail-cont .music-wrap .music-item:last-child {
    margin-bottom: 0
}

.dh-xq .details-wrap .detail-cont .music-wrap .music-item .item-tit {
    padding-left: .2rem;
    font-size: .26rem
}

.dh-xq .details-wrap .detail-cont .music-wrap .music-item .music-list {
    margin-top: .2rem;
    border-top: .01rem solid #979797
}

.dh-xq .details-wrap .detail-cont .music-wrap .music-item .music-list .m-itm {
    padding: .06rem 0;
    line-height: .22rem;
    border-bottom: .01rem solid #979797
}

.dh-xq .details-wrap .detail-cont .music-wrap .music-item .music-list .m-itm .imim {
    float: left;
    width: 33.33%;
    padding-right: .2rem;
    word-break: break-all
}

.dh-xq .details-wrap .detail-cont .music-wrap .music-item .music-list .m-itm a {
    font-size: .16rem
}

.dh-xq .details-wrap .detail-cont .music-wrap .music-item .music-list .m-itm a:hover {
    text-decoration: underline
}

.dh-xq .details-wrap .detail-cont .music-wrap.dm .m-itm {
    position: relative;
    padding-right: .3rem !important
}

.dh-xq .details-wrap .detail-cont .music-wrap.dm .m-itm:before {
    position: absolute;
    right: 0;
    top: .05rem;
    content: '';
    display: block;
    width: .25rem;
    height: .25rem;
    background-image: url('../image/aud_ico.png');
    background-size: 100% 100%
}

.dh-xq .details-wrap .detail-cont .music-wrap.zzgy .imim:last-child {
    width: 66.66% !important
}

.roles-wrap {
    width: 13.6rem;
    margin: 0 auto;
    background: #EFEFEF
}

.roles-wrap .info-wrap {
    width: 100%;
    height: 4.5rem;
    padding: .7rem .88rem;
    background: #fff
}

.roles-wrap .info-wrap .info-cover {
    float: left;
    width: 4.16rem;
    height: 3.1rem
}

.roles-wrap .info-wrap .info-desc {
    position: relative;
    float: right;
    width: 7.3rem;
    height: 3.1rem
}

.roles-wrap .info-wrap .info-desc .tit {
    font-size: .64rem;
    line-height: .9rem
}

.roles-wrap .info-wrap .info-desc .desc {
    margin-top: .1rem;
    font-size: .24rem;
    line-height: .4rem
}

.roles-wrap .info-wrap .info-desc .role-detail {
    position: absolute;
    bottom: 0
}

.roles-wrap .pic-list .pic-item .pic-tit {
    position: relative;
    padding-bottom: .1rem;
    font-size: .24rem;
    line-height: .34rem
}

.roles-wrap .pic-list .pic-item .pic-tit::after {
    position: absolute;
    bottom: .02rem;
    content: '';
    display: block;
    width: .96rem;
    height: .02rem;
    background: #B50007
}

.roles-wrap .pic-list .pic-item .list {
    margin-right: -0.2rem
}

.roles-wrap .pic-list .pic-item .list .pic-wrap {
    float: left;
    display: block;
    width: 3.28rem;
    height: 4.1rem;
    margin-top: .2rem;
    margin-right: .16rem
}

.roles-wrap .pic-list .pic-item .list .pic-wrap .img {
    width: 100%;
    height: 100%
}

.dh-js {
    padding-bottom: 1rem !important
}

.dh-js .hy-rz-wrap {
    margin-bottom: 2rem
}

.dh-js .hy-rz-wrap .hy-rz-item {
    position: relative;
    float: left;
    width: 5.86rem;
    padding-bottom: .64rem;
    margin-bottom: .4rem;
}

.dh-js .hy-rz-wrap .hy-rz-item:nth-child(even) {
    float: right
}

.dh-js .hy-rz-wrap .hy-rz-item .top {
    height: 2rem;
    background: #fff
}

.dh-js .hy-rz-wrap .hy-rz-item .top .hy-img-cover {
    float: left;
    width: 3.6rem;
    height: 2rem
}

.dh-js .hy-rz-wrap .hy-rz-item .top .hy-item-tit {
    float: right;
    width: 2.2rem;
    height: 2rem;
    padding-top: .7rem;
    line-height: .6rem;
    font-size: .36rem;
    text-align: center
}

.dh-js .hy-rz-wrap .hy-rz-item .hy-desc {
    position: absolute;
    right: 0;
    bottom: 0
}

.dh-js .brz-wrap {
    position: relative;
    padding-bottom: .66rem
}

.dh-js .brz-wrap .brz-img {
    width: 100%
}

.dh-js .brz-wrap .brz-desc {
    position: absolute;
    right: 0;
    bottom: 0
}

.all-animate-list {
    width: 13.6rem;
    margin: 0 auto .6rem;
    padding: .6rem .86rem .8rem;
    background: #fff
}

.all-animate-list .common-title-wrap {
    margin-top: 0
}

.all-animate-list .film-list .film-item {
    float: left;
    width: 5.86rem;
    height: 3.4rem;
    margin-top: .24rem
}

.all-animate-list .film-list .film-item:nth-child(even) {
    float: right
}

.all-animate-list .film-list .film-item .film-cover {
    float: left;
    width: 2.6rem;
    height: 100%
}

.all-animate-list .film-list .film-item .film-info {
    position: relative;
    float: right;
    width: 3.1rem;
    height: 100%
}

.all-animate-list .film-list .film-item .film-info .type {
    width: .7rem;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    font-size: .16rem;
    background: #EAEAEA
}

.all-animate-list .film-list .film-item .film-info .title {
    margin: .2rem 0 .1rem;
    font-size: .24rem;
    line-height: .32rem
}

.all-animate-list .film-list .film-item .film-info .desc {
    color: #AEAEAE;
    font-size: .14rem;
    line-height: .2rem
}

.all-animate-list .film-list .film-item .film-info .film-desc {
    position: absolute;
    bottom: 0
}

.dh-lb {
    padding: .7rem .88rem
}

.dh-lb .dh-top-info .dh-info {
    position: relative;
    float: left;
    width: 4.1rem;
    height: 8.6rem
}

.dh-lb .dh-top-info .dh-info .dh-tit {
    height: 2.7rem;
    margin-bottom: .5rem;
    font-size: .64rem;
    line-height: .9rem
}

.dh-lb .dh-top-info .dh-info .dh-tp {
    width: 1.72rem;
    height: .7rem;
    line-height: .7rem;
    color: #fff;
    font-size: .36rem;
    text-align: center;
    background: #000
}

.dh-lb .dh-top-info .dh-info .dh-tp .rd {
    color: #D0021B
}

.dh-lb .dh-top-info .dh-info .dh-text {
    margin-top: .4rem;
    font-size: .24rem;
    line-height: .3rem;
    -webkit-line-clamp: 10
}

.dh-lb .dh-top-info .dh-info .dh-view {
    position: absolute;
    bottom: 0;
    width: 3.5rem
}

.dh-lb .dh-top-info .dh-cover {
    float: right;
    width: 5.8rem;
    height: 8.6rem
}

.dh-lb .line-wrap {
    height: .04rem;
    margin-top: .6rem;
    background: #000
}

.dh-lb .pianzhang-wrap .pz-title {
    margin-top: .8rem;
    margin-bottom: .2rem;
    line-height: .9rem;
    font-size: .64rem
}

.dh-lb .pianzhang-wrap .dh-itm-cont .dh-itm-info .itm-cover {
    float: left;
    width: 3.28rem;
    height: 2.46rem
}

.dh-lb .pianzhang-wrap .dh-itm-cont .dh-itm-info .itm-desc {
    position: relative;
    float: right;
    width: 6.6rem;
    height: 2.46rem
}

.dh-lb .pianzhang-wrap .dh-itm-cont .dh-itm-info .itm-desc .itm-txt {
    font-size: .24rem;
    line-height: .3rem;
    -webkit-line-clamp: 5
}

.dh-lb .pianzhang-wrap .dh-itm-cont .dh-itm-info .itm-desc .pz-detail {
    position: absolute;
    bottom: 0
}

.dh-lb .pianzhang-wrap .dh-itm-cont .dh-tit {
    margin: .2rem 0;
    font-size: .24rem
}

.dh-lb .pianzhang-wrap .dh-itm-cont .point-list .point-item {
    float: left;
    width: 5rem;
    height: .8rem;
    border-bottom: .01rem solid #000
}

.dh-lb .pianzhang-wrap .dh-itm-cont .point-list .point-item:nth-child(even) {
    float: right
}

.dh-lb .pianzhang-wrap .dh-itm-cont .point-list .point-item .point-cover {
    float: left;
    width: 1.8rem;
    height: .8rem
}

.dh-lb .pianzhang-wrap .dh-itm-cont .point-list .point-item .point-tit {
    float: right;
    width: 3.1rem;
    height: .8rem;
    padding-top: .24rem;
    line-height: .32rem;
    font-size: .24rem
}

.pz-lb {
    margin-bottom: .5rem;
    padding-bottom: 0 !important
}

.pz-lb .info-wrap {
    width: 100%;
    height: 3.5rem;
    padding: .4rem .7rem;
    background: #fff
}

.pz-lb .info-wrap .info-cover {
    float: left;
    width: 3.6rem;
    height: 2.7rem
}

.pz-lb .info-wrap .info-desc {
    float: right;
    display: table;
    width: 6.4rem;
    height: 2.7rem
}

.pz-lb .info-wrap .info-desc .desc {
    display: table-cell;
    vertical-align: middle;
    font-size: .24rem;
    line-height: .4rem
}

.pz-lb .info-wrap .info-desc .desc .text {
    -webkit-line-clamp: 5
}

.pz-lb .pic-list-wrap .pic-tit {
    position: relative;
    height: .48rem;
    margin-top: .4rem;
    padding: .07rem 0;
    line-height: .34rem;
    color: #2A2A2A;
    font-size: .24rem
}

.pz-lb .pic-list-wrap .pic-tit::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: .96rem;
    height: .02rem;
    background: #B50007
}

.pz-lb .pic-list-wrap .pic-list {
    margin-right: -0.3rem
}

.pz-lb .pic-list-wrap .pic-list .pic-itm {
    float: left;
    width: 2.8rem;
    margin-top: .2rem;
    margin-right: .2266rem;
    box-shadow: 0 .02rem .1rem 0 rgba(0, 0, 0, 0.25);
    height: 2.1rem;
    margin-bottom: .4rem;
}

.pz-lb .pic-list-wrap .pic-list .pic-itm .img-wrap {
    position: relative;
    width: 100%;
    /*height: 1.6rem;*/
}

.pz-lb .pic-list-wrap .pic-list .pic-itm .img-wrap .jing {
    position: absolute;
    right: .1rem;
    top: .1rem;
    line-height: .2rem;
    padding: 0 .1rem;
    color: #fff;
    font-size: .14rem;
    background: #D0021B;
    border-radius: .04rem
}

.pz-lb .pic-list-wrap .pic-list .pic-itm .img-wrap .img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    min-height: 135px;
}

.pz-lb .pic-list-wrap .pic-list .pic-itm .info {
    height: .7rem;
    padding: .1rem .15rem 0;
    line-height: 1;
    background: #fff
}

.pz-lb .pic-list-wrap .pic-list .pic-itm .info .tit {
    font-size: .16rem
}

.pz-lb .pic-list-wrap .pic-list .pic-itm .info .desc {
    margin-top: .1rem;
    font-size: .24rem
}

.btn-back {
    display: block;
    width: 1.72rem;
    height: .7rem;
    margin: .6rem auto;
    line-height: .7rem;
    text-align: center;
    color: #fff;
    font-size: .36rem;
    background: #000
}

.jj-xq-wrap {
    padding-top: 2rem
}

.jj-xq-wrap .jj-xq-cont {
    padding-top: .6rem;
    padding-bottom: .9rem;
    background: #fff
}

.jj-xq-wrap .jj-xq-cont .jx-title {
    margin-top: .3rem;
    font-size: .64rem;
    line-height: .9rem
}

.jj-xq-wrap .jj-xq-cont .jx-desc {
    color: #2A2A2A;
    font-size: .36rem;
    line-height: .5rem
}

.jj-xq-wrap .jj-xq-cont .jx-sort {
    margin-top: .4rem
}

.jj-xq-wrap .jj-xq-cont .jx-sort .text {
    padding: .2rem;
    color: #fff;
    font-size: .64rem;
    background: #000
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap {
    margin: .6rem 0
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info {
    float: left;
    width: 8.4rem
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .show-images {
    width: 100%;
    height: 6.3rem
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .show-images .img {
    width: 100%;
    height: 100%
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .desc-text {
    font-size: .16rem;
    line-height: .28rem
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .avatars-wrap {
    margin-top: .3rem
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .avatars-wrap .avatar-item {
    position: relative;
    float: left;
    width: .76rem;
    height: .76rem;
    margin-right: .2rem
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .avatars-wrap .avatar-item::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: .02rem solid #000
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .avatars-wrap .avatar-item .avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .avatars-wrap .avatar-item .tag {
    position: absolute;
    z-index: 1;
    display: block;
    min-width: .24rem;
    height: .24rem;
    line-height: .2rem;
    font-size: .12rem;
    border-radius: .12rem;
    background-color: #fff;
    border: .02rem solid #ff0000
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .avatars-wrap .avatar-item .tag.bo {
    bottom: -0.12rem;
    left: 50%;
    padding: 0 .1rem;
    transform: translateX(-50%)
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .avatars-wrap .avatar-item .tag.ot {
    right: 0;
    top: 0;
    text-align: center
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .other {
    float: right;
    width: 3.3rem
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .other .other-item {
    position: relative;
    display: block;
    width: 3.3rem;
    height: 2.5rem;
    margin-bottom: 1.3rem
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .other .other-item:last-child {
    margin-bottom: 0
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .other .other-item .img, .jj-xq-wrap .jj-xq-cont .jx-info-wrap .other .other-item .mask {
    width: 100%;
    height: 100%
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .other .other-item .mask {
    position: absolute;
    top: 0;
    padding-top: .8rem;
    color: #fff;
    line-height: .9rem;
    font-size: .64rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .3s
}

.jj-xq-wrap .jj-xq-cont .jx-info-wrap .other .other-item:hover .mask {
    opacity: 1
}

.jj-xq-wrap .jj-xq-cont .jc-jd {
    margin-top: .4rem
}

.jj-xq-wrap .jj-xq-cont .jc-jd .left-img {
    float: left;
    width: 2.56rem;
    height: 1.9rem
}

.jj-xq-wrap .jj-xq-cont .jc-jd .rig-cont {
    float: right;
    width: 9rem;
    height: 1.9rem
}

.jj-xq-wrap .jj-xq-cont .jc-jd .rig-cont .tit {
    position: relative;
    padding-bottom: .24rem;
    color: #2A2A2A;
    line-height: .32rem;
    font-size: .24rem
}

.jj-xq-wrap .jj-xq-cont .jc-jd .rig-cont .tit:after {
    position: absolute;
    bottom: .2rem;
    content: '';
    display: block;
    width: .96rem;
    height: .02rem;
    background: #B50007
}

.jj-xq-wrap .jj-xq-cont .jc-jd .rig-cont .desc {
    line-height: .28rem;
    font-size: .16rem
}

.mhjs-swiper-only {
    padding: 70px 0
}

.mhjs-swiper-only .mhjs-swiper-item {
    width: 280px;
    transition: all .3s
}

.mhjs-swiper-only .mhjs-swiper-item .desc {
    width: 100%;
    height: 68px;
    padding: 6px 20px 0;
    color: #fff;
    background-color: #000;
    opacity: 0
}

.mhjs-swiper-only .mhjs-swiper-item .desc .tit {
    line-height: 30px;
    font-size: 22px
}

.mhjs-swiper-only .mhjs-swiper-item .desc .num {
    margin-top: 6px;
    line-height: 20px;
    font-size: 12px
}

.mhjs-swiper-only .mhjs-swiper-item .img-wrap {
    width: 100%;
    height: 432px;
    margin: 10px 0;
    border: 4px solid #000
}

.mhjs-swiper-only .mhjs-swiper-item .img-wrap .img {
    width: 100%;
    height: 100%
}

.mhjs-swiper-only .mhjs-swiper-item .det-btn {
    display: none;
    width: 100%;
    height: 44px;
    padding-left: 20px;
    line-height: 40px;
    font-size: 18px;
    border: 2px solid #000;
    background: #fff
}

.mhjs-swiper-only .mhjs-swiper-item .det-btn:after {
    position: absolute;
    top: 3px;
    right: 10px;
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(../image/title_icon.png);
    background-size: 34px 34px
}

.mhjs-swiper-only .mhjs-swiper-item.ppppp {
    transform: translateX(-30px) scale(.8)
}

.mhjs-swiper-only .mhjs-swiper-item.nnnnn {
    transform: translateX(30px) scale(.8)
}

.mhjs-swiper-only .mhjs-swiper-item.swiper-slide-active {
    transform: scale(1.25)
}

.mhjs-swiper-only .mhjs-swiper-item.swiper-slide-active .desc, .mhjs-swiper-only .mhjs-swiper-item.swiper-slide-active .det-btn {
    opacity: 1;
    transition: opacity .3s
}

.mhjs-swiper-only .mhjs-swiper-item.swiper-slide-active .det-btn {
    display: block
}

.mh-js .f-wrap {
    width: 10rem;
    margin: 0 auto;
    padding: .7rem 0 2rem
}

.mh-js .f-wrap #slider {
    height: .16rem;
    border: none;
    background-color: #000
}

.mh-js .f-wrap #slider .ui-widget-range {
    background-color: #D8D8D8
}

.mh-js .f-wrap #slider .ui-slider-handle {
    display: block;
    top: -0.04rem;
    width: .24rem;
    height: .24rem;
    border: none;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    outline: none
}

.mh-js .f-wrap #slider .ui-slider-handle .tip {
    display: none;
    position: absolute;
    top: -0.32rem;
    left: 50%;
    width: .3rem;
    height: .24rem;
    line-height: .24rem;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: .04rem;
    transform: translateX(-50%)
}

.mh-js .f-wrap #slider .ui-slider-handle:hover .tip {
    display: block !important
}

.mh-js .f-wrap #slider .quick-position {
    position: absolute;
    top: .4rem;
    width: 1rem;
    height: 1rem;
    margin-left: -0.5rem;
    cursor: pointer
}

.mh-js .f-wrap #slider .quick-position .img {
    width: 100%;
    height: 100%
}

.mh-js .common-types-wrap .types-list {
    padding: 0 0 .1rem
}

.mh-js .zuop-list .zp-item {
    float: left;
    width: 5.8rem;
    height: 4rem;
    margin-top: .2rem
}

.mh-js .zuop-list .zp-item:nth-child(even) {
    float: right
}

.mh-js .zuop-list .zp-item .zp-cover {
    float: left;
    width: 2.6rem;
    height: 4rem
}

.mh-js .zuop-list .zp-item .zp-info {
    position: relative;
    float: left;
    width: 3.1rem;
    height: 4rem
}

.mh-js .zuop-list .zp-item .zp-info .info-wrap {
    height: 3.4rem;
    padding: .5rem .2rem 0;
    background: #fff
}

.mh-js .zuop-list .zp-item .zp-info .info-wrap .type {
    position: absolute;
    top: 0;
    left: .2rem;
    min-width: .7rem;
    height: .32rem;
    padding: 0 .1rem;
    line-height: .32rem;
    color: #000;
    font-size: .16rem;
    text-align: center;
    background: #EAEAEA
}

.mh-js .zuop-list .zp-item .zp-info .info-wrap .tit {
    line-height: .32rem;
    font-size: .24rem
}

.mh-js .zuop-list .zp-item .zp-info .info-wrap .desc {
    margin-top: .1rem;
    color: #AEAEAE;
    font-size: .14rem;
    line-height: .2rem
}

.mh-js .zuop-list .zp-item .zp-info .zp-detail {
    position: absolute;
    bottom: 0;
    left: .16rem
}

.mh-xq {
    width: 10.16rem
}

.mh-xq:first-child {
    padding-bottom: 0 !important
}

.mh-xq .top-swiper-wrap {
    padding: .4rem .4rem .2rem;
    background: #fff
}

.mh-xq .top-swiper-wrap .left-wrap {
    float: left;
    width: 2.84rem
}

.mh-xq .top-swiper-wrap .left-wrap .show-pics {
    width: 100%;
    height: 4.44rem;
    border: .02rem solid #000
}

.mh-xq .top-swiper-wrap .left-wrap .show-pics .img {
    width: 100%;
    height: 100%
}

.mh-xq .top-swiper-wrap .righ-info {
    float: right;
    width: 6.3rem;
    height: 5.24rem;
    font-size: .16rem
}

.mh-xq .top-swiper-wrap .righ-info .tit {
    font-size: .26rem;
    line-height: .38rem
}

.mh-xq .top-swiper-wrap .righ-info .num {
    margin: .1rem 0 .2rem;
    line-height: .22rem
}

.mh-xq .top-swiper-wrap .righ-info .desc {
    line-height: .3rem
}

.mh-xq .mh-detail-item .info-wrap .cover-img {
    float: left;
    width: 3.34rem;
    height: 2.14rem;
    border: .02rem solid #000
}

.mh-xq .mh-detail-item .info-wrap .cover-img .img {
    width: 100%;
    height: 100%
}

.mh-xq .mh-detail-item .info-wrap .desc {
    float: right;
    width: 6.6rem;
    line-height: .3rem;
    font-size: .24rem;
    -webkit-line-clamp: 6
}

.mh-xq .mh-detail-item .menu-list {
    margin-top: .3rem;
    padding: .2rem .5rem .4rem;
    background: #fff;
    border-radius: .1rem
}

.mh-xq .mh-detail-item .menu-list .menu-item {
    float: left;
    width: 4.2rem;
    margin-top: .2rem
}

.mh-xq .mh-detail-item .menu-list .menu-item:nth-child(even) {
    float: right
}

.mh-xq .mh-detail-item .menu-list .menu-item-tit {
    position: relative;
    padding-bottom: .12rem;
    font-size: .24rem;
    line-height: .32rem
}

.mh-xq .mh-detail-item .menu-list .menu-item-tit::after {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: .02rem;
    background: #000
}

.mh-xq .mh-detail-item .menu-list .menu-item-list {
    overflow-y: auto;
    height: 2.4rem;
    margin-top: .16rem;
    line-height: .24rem
}

.mh-xq .mh-detail-item .menu-list .menu-item-list .itm a {
    font-size: .16rem
}

.mh-xq .mh-detail-item .menu-list .menu-item-list .itm a:hover {
    text-decoration: underline
}

.film-list-wid {
    overflow-x: auto;
    white-space: nowrap;
    margin: .4rem 0 .6rem;
    padding-bottom: .1rem;
    font-size: 0
}

.film-list-wid .film-item {
    display: inline-block;
    width: 1.54rem;
    height: 2.34rem;
    margin: 0 .1rem;
    border: .02rem solid #000;
    cursor: pointer
}

.film-list-wid .film-item.active {
    position: relative
}

.film-list-wid .film-item.active::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.film-list-wid .film-item .img {
    width: 1.5rem;
    height: 2.3rem
}

.dy-rw {
    width: 13.6rem;
    margin: 0 auto
}

.dy-rw .user-info-wrap {
    position: relative;
    padding: 1rem 1rem .6rem;
    background: #EFEFEF
}

.dy-rw .user-info-wrap .center-shi {
    position: absolute;
    top: 3.05rem;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: -0.7rem;
    line-height: 1.4rem;
    text-align: center;
    color: #fff;
    font-size: .64rem
}

.dy-rw .user-info-wrap .center-shi .w {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%
}

.dy-rw .user-info-wrap .center-shi:after {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    transform: rotate(45deg)
}

.dy-rw .user-info-wrap .u-left {
    float: left;
    width: 5.5rem
}

.dy-rw .user-info-wrap .u-right {
    float: right;
    width: 5.5rem
}

.dy-rw .user-info-wrap .uu-img {
    width: 5.5rem;
    height: 5.5rem
}

.dy-rw .user-info-wrap .uu-name {
    margin-top: .4rem;
    margin-bottom: .1rem;
    line-height: .9rem;
    font-size: .64rem
}

.dy-rw .user-info-wrap .uu-desc {
    font-size: .24rem;
    line-height: .4rem
}

.dy-rw .user-info-wrap .role-detail {
    margin-top: .4rem
}

.dy-rw .common-types-wrap .types-list {
    padding: .4rem 0 .24rem
}

.dy-rw .show-content {
    margin-right: -0.2rem
}

.dy-rw .show-content .pic-wrap {
    float: left;
    display: block;
    width: 3.28rem;
    height: 4.1rem;
    margin-top: .16rem;
    margin-right: .16rem
}

.dy-rw .show-content .pic-wrap .img {
    width: 100%;
    height: 100%
}
.ip-xq{
    margin-top: 1.4rem;
}

.ip-xq .common-wrap {
    padding-bottom: 0 !important
}

.ip-xq .common-title-wrap {
    margin: .6rem auto
}

.ip-xq .red-line-title {
    position: relative;
    height: .5rem;
    line-height: .48rem;
    color: #2A2A2A;
    font-size: .24rem
}

.ip-xq .red-line-title::after {
    position: absolute;
    content: '';
    display: block;
    width: 1rem;
    height: .02rem;
    background: #B50007
}

.ip-xq .screen-width-banner {
    width: 100%;
    height: 3rem;
    margin: .6rem 0
}

.ip-xq .screen-width-banner .img {
    width: 100%;
    height: 100%
}

.ip-xq .xxs-swiper {
    margin-top: .2rem;
    padding-left: calc((calc(100% - 11.88rem)) / 2);
    padding-right: .3rem;
    margin-bottom: 1.2rem;
}

.ip-xq .xxs-swiper .xxs-item {
    position: relative;
    width: 3.3rem;
    height: 3.2rem;
    margin-right: .3rem;
    background-color: #fff
}

.ip-xq .xxs-swiper .xxs-item:last-child {
    margin-right: 0
}

.ip-xq .xxs-swiper .xxs-item .mask-wrap {
    position: absolute;
    width: 100%;
    height: .44rem;
    padding: .06rem;
    background-color: rgba(0, 0, 0, 0.8)
}

.ip-xq .xxs-swiper .xxs-item .mask-wrap .avatar-img {
    float: left;
    width: .32rem;
    height: .32rem;
    border-radius: 50%
}

.ip-xq .xxs-swiper .xxs-item .mask-wrap .tit-date {
    margin-left: .4rem;
    color: #fff;
    line-height: .16rem
}

.ip-xq .xxs-swiper .xxs-item .mask-wrap .tit-date .tit {
    font-size: .12rem
}

.ip-xq .xxs-swiper .xxs-item .mask-wrap .tit-date .date {
    font-size: .1rem
}

.ip-xq .xxs-swiper .xxs-item .xxs-cover {
    width: 100%;
    /*height: 2.1rem*/
}

.ip-xq .xxs-swiper .xxs-item .tit-desc {
    width: 100%;
    height: 1.1rem;
    padding: .2rem
}

.ip-xq .xxs-swiper .xxs-item .tit-desc .tit {
    font-size: .16rem;
    line-height: .24rem
}

.ip-xq .xxs-swiper .xxs-item .tit-desc .desc {
    margin-top: .06rem;
    font-size: .14rem;
    line-height: .2rem
}

.ip-xq .xxs-controls {
    padding: .2rem .7rem .2rem 0;
    text-align: right;
    font-size: 0
}

.ip-xq .xxs-controls .btn {
    display: inline-block;
    width: .44rem;
    height: .44rem;
    border: .02rem solid #000;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .24rem .24rem;
    cursor: pointer
}

.ip-xq .xxs-controls .btn.prev {
    background-image: url('../image/arrow_left_black.png')
}

.ip-xq .xxs-controls .btn.next {
    margin-left: .1rem;
    background-image: url('../image/arrow_right_black.png')
}

.ip-xq .xxs-controls .btn.swiper-button-disabled.prev {
    background-image: url('../image/arrow_left.png')
}

.ip-xq .xxs-controls .btn.swiper-button-disabled.next {
    background-image: url('../image/arrow_right.png')
}

.ip-xq .xxs-controls .btn.resf {
    margin-left: .4rem;
    background-image: url('../image/resf.png')
}

.ip-xq .xxs-ver-swiper {
    width: 100%;
    height: 2.1rem;
    background: #B4B4B4
}

.ip-xq .xxs-ver-swiper .img {
    width: 100%;
    height: 100%
}

.ip-xq .xxs-ver-swiper .swiper-pagination {
    width: .36rem;
    padding: .2rem 0;
    background: #000;
    border-radius: .36rem
}

.ip-xq .xxs-ver-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: .1rem auto;
    width: .1rem;
    height: .1rem;
    background: #fff;
    opacity: 1
}

.ip-xq .xxs-ver-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    background: #D0021B
}

.ip-xq .xxs-ver-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    content: '';
    display: block;
    width: .14rem;
    height: .14rem;
    border: .01rem solid #fff;
    border-radius: 50%
}

.ip-xq .tobe-nj .red-line-title {
    margin-bottom: .2rem
}

.ip-xq .tobe-nj .top-cont .t-item {
    position: relative;
    float: left;
    width: 50%;
    height: 3.6rem
}

.ip-xq .tobe-nj .top-cont .t-item .white-wrap {
    position: relative;
    width: 5rem;
    height: 100%;
    padding: .3rem 1.7rem .3rem .4rem;
    background: #fff
}

.ip-xq .tobe-nj .top-cont .t-item .white-wrap .tit {
    font-size: .42rem;
    line-height: .6rem
}

.ip-xq .tobe-nj .top-cont .t-item .white-wrap .desc {
    margin-top: .2rem;
    color: #2A2A2A;
    font-size: .24rem;
    line-height: .36rem;
    font-weight: normal;
    -webkit-line-clamp: 4
}

.ip-xq .tobe-nj .top-cont .t-item .white-wrap .tobe-detail {
    position: absolute;
    bottom: .3rem;
    left: .4rem
}

.ip-xq .tobe-nj .top-cont .t-item .img-wrap {
    position: absolute;
    right: .2rem;
    top: .44rem;
    width: 1.78rem;
    height: 2.72rem;
    border: .04rem solid #000
}

.ip-xq .tobe-nj .top-cont .t-item .img-wrap .img {
    width: 100%;
    height: 100%
}

.ip-xq .tobe-nj .bottom-wrap .bott-item {
    float: left;
    width: 50%;
    margin-top: .2rem
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont {
    width: 5rem
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .img-wrap {
    position: relative;
    float: left;
    width: 3.6rem;
    height: 2rem
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .img-wrap .img {
    width: 100%;
    height: 100%
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .img-wrap .tit {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .38rem;
    padding: .08rem .1rem;
    color: #fff;
    font-size: .16rem;
    line-height: .22rem;
    background: rgba(0, 0, 0, 0.5)
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .img-wrap .gx-line {
    position: absolute;
    left: -0.02rem;
    width: .04rem;
    height: 100%;
    background: #F15C32
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .img-wrap .gx-line .gx {
    position: absolute;
    top: 50%;
    display: block;
    width: .5rem;
    height: .24rem;
    margin-top: -0.12rem;
    margin-left: -0.25rem;
    line-height: .24rem;
    text-align: center;
    color: #fff;
    font-size: .16rem;
    background: #F15C32
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .img-wrap.t-img {
    width: 1.8rem
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .img-wrap.t-img .tit {
    text-align: center
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text {
    float: left;
    width: 1.39rem;
    height: 2rem;
    padding-top: .22rem;
    text-align: center;
    background: #fff
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .tx {
    display: block;
    margin-bottom: .2rem;
    line-height: .24rem;
    font-size: .18rem
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .tx:last-child {
    margin-bottom: 0
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .nums {
    margin-top: .16rem;
    font-size: 0
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .nums .n {
    display: inline-block;
    font-size: .38rem;
    line-height: .54rem
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .nums .d {
    display: inline-block;
    vertical-align: top;
    margin-left: .1rem;
    font-size: .12rem;
    line-height: .54rem
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .nums.o-itm {
    margin-top: .42rem
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .nums.o-itm .n {
    display: block
}

.ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .nums.o-itm .d {
    display: block;
    margin-left: 0;
    line-height: .18rem
}

.ip-xq .dh-zp-wrap {
    width: 12.56rem
}

.ip-xq .dh-zp-wrap .top-wrap {
    margin-right: -0.2rem
}

.ip-xq .dh-zp-wrap .top-wrap .itm {
    position: relative;
    float: left;
    width: 2.4rem;
    height: 3.1rem;
    margin-right: .14rem;
    box-shadow: 0 .02rem .1rem 0 rgba(0, 0, 0, 0.25);
}

.box-shadow{
    box-shadow: 0 .02rem .1rem 0 rgba(0, 0, 0, 0.25);
}

.ip-xq .dh-zp-wrap .top-wrap .itm .img {
    width: 100%;
    height: 100%
}

.ip-xq .dh-zp-wrap .top-wrap .itm .tit {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .44rem;
    padding: .12rem;
    line-height: .2rem;
    text-align: center;
    color: #fff;
    font-size: .12rem;
    background: rgba(0, 0, 0, 0.8)
}

.ip-xq .dh-zp-wrap .bot-wrap {
    margin-top: .4rem;
    margin-right: -0.3rem
}

.ip-xq .dh-zp-wrap .bot-wrap .itm {
    position: relative;
    float: left;
    width: 4rem;
    height: 3rem;
    margin-right: .28rem;
    box-shadow: 0 .02rem .1rem 0 rgba(0, 0, 0, 0.25);
}

.ip-xq .dh-zp-wrap .bot-wrap .itm .tag {
    position: absolute;
    right: .1rem;
    top: .1rem;
    min-width: .6rem;
    height: .24rem;
    line-height: .24rem;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: .04rem
}

.ip-xq .dh-zp-wrap .bot-wrap .itm .img {
    width: 100%;
    height: 100%
}

.ip-xq .dh-zp-wrap .bot-wrap .itm .tit {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: .44rem;
    padding: .12rem .5rem;
    line-height: .2rem;
    text-align: center;
    color: #fff;
    font-size: .12rem;
    background: rgba(0, 0, 0, 0.8)
}

.ip-xq .qb-mh-wrap .left-wrap {
    position: relative;
    float: left;
    width: 5.8rem;
    height: 7.7rem;
    border: .04rem solid #000;
    box-shadow: 0 .02rem .1rem 0 rgba(0, 0, 0, 0.25);
}

.ip-xq .qb-mh-wrap .left-wrap .img {
    width: 100%;
    height: 100%
}

.ip-xq .qb-mh-wrap .left-wrap .tit {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .58rem;
    padding: .12rem;
    line-height: .34rem;
    color: #fff;
    font-size: .24rem;
    background: #000
}

.ip-xq .qb-mh-wrap .righ-wrap {
    float: right;
    width: 5.24rem;
    height: 7.7rem
}

.ip-xq .qb-mh-wrap .righ-wrap .item-wrap {
    position: relative;
    float: left;
    width: 2.4rem;
    height: 3.65rem;
    margin-right: .4rem;
    margin-bottom: .4rem;
    box-shadow: 0 .02rem .1rem 0 rgba(0, 0, 0, 0.25);
}

.ip-xq .qb-mh-wrap .righ-wrap .item-wrap:nth-child(even) {
    margin-right: 0
}

.ip-xq .qb-mh-wrap .righ-wrap .item-wrap .img {
    width: 100%;
    height: 100%
}

.ip-xq .qb-mh-wrap .righ-wrap .item-wrap .tag {
    position: absolute;
    right: .1rem;
    top: .1rem;
    min-width: .8rem;
    height: .24rem;
    line-height: .24rem;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: .04rem
}

.ip-xq .qb-mh-wrap .righ-wrap .item-wrap .tit {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 .4rem 0 .1rem;
    line-height: .32rem;
    color: #fff;
    font-size: .12rem;
    background: rgba(0, 0, 0, 0.8)
}

.ip-xq .qb-mh-wrap .righ-wrap .item-wrap .common-proo .jd {
    bottom: .08rem;
    min-width: .32rem;
    height: .18rem;
    line-height: .18rem
}

.ip-xq .yx-zp-wrap .zp-item {
    float: left;
    width: 2.88rem;
    height: 5.4rem;
    margin-right: .11rem;
    box-shadow: 0 .02rem .1rem 0 rgba(0, 0, 0, 0.25);
}

.ip-xq .yx-zp-wrap .zp-item:nth-child(4n + 0) {
    margin-right: 0
}

.ip-xq .yx-zp-wrap .zp-item .sys-type {
    height: .5rem;
    padding: .12rem .2rem;
    line-height: .26rem;
    color: #fff;
    font-size: .24rem;
    background-color: #000
}

.ip-xq .yx-zp-wrap .zp-item .img-wrap {
    position: relative;
    width: 100%;
    height: 3rem;
    margin-top: .1rem;
    background: #EFEFEF
}

.ip-xq .yx-zp-wrap .zp-item .img-wrap .img {
    width: 100%;
    height: 100%
}

.ip-xq .yx-zp-wrap .zp-item .img-wrap .pp {
    position: absolute;
    right: .15rem;
    bottom: -0.14rem;
    min-width: .5rem;
    height: .28rem;
    padding: 0 .1rem;
    line-height: .28rem;
    text-align: center;
    color: #000;
    font-size: .14rem;
    background: #D8D8D8
}

.ip-xq .yx-zp-wrap .zp-item .desc {
    height: 1.3rem;
    padding: .3rem .16rem .16rem;
    font-size: .24rem;
    line-height: .28rem;
    background: #fff
}

.ip-xq .yx-zp-wrap .zp-item .to-web {
    display: none;
    width: 100%;
    margin-top: .06rem;
    padding-left: 0;
    text-align: center
}

.ip-xq .yx-zp-wrap .zp-item .common-proo .jd {
    bottom: 5.03rem;
    min-width: .36rem;
    color: #000;
    background: #D8D8D8
}

.ip-xq .yx-zp-wrap .zp-item .common-proo .blue-line {
    bottom: .5rem
}

.ip-xq .yx-zp-wrap .zp-item:hover .to-web {
    display: block
}

.ip-xq .yx-zp-wrap .zp-item.disabled .sys-type {
    background: #C7C7C7
}

.ip-xq .xs-zp-wrap {
    height: 6rem
}

.ip-xq .xs-zp-wrap .zp-item {
    position: relative;
    display: block;
    width: 2.88rem !important;
    height: 5.88rem;
    margin-right: .1rem;
    background: #fff
}

.ip-xq .xs-zp-wrap .zp-item .tag {
    position: absolute;
    top: .1rem;
    right: .1rem;
    min-width: .3rem;
    height: .26rem;
    padding: 0 .05rem;
    line-height: .26rem;
    text-align: center;
    font-size: .12rem;
    background-color: #D8D8D8;
    border-radius: .04rem
}

.ip-xq .xs-zp-wrap .zp-item .img {
    width: 100%;
    height: 4.5rem
}

.ip-xq .xs-zp-wrap .zp-item .desc {
    height: 1.38rem;
    padding: .24rem;
    line-height: .3rem;
    color: #2A2A2A;
    font-size: .24rem
}

.ip-xq .ys-zp-wrap .zp-item {
    float: left;
    width: 5.78rem;
    height: 3.7rem;
    margin-bottom: .32rem;
    padding: .14rem;
    background: #fff;
    box-shadow: 0 .02rem .1rem 0 rgba(0, 0, 0, 0.25);
}

.ip-xq .ys-zp-wrap .zp-item:nth-child(even) {
    float: right
}

.ip-xq .ys-zp-wrap .zp-item .lf-wrap {
    float: left;
    width: 2rem
}

.ip-xq .ys-zp-wrap .zp-item .lf-wrap .lf-swiper .img {
    width: 100%;
    height: 100%
}

.ip-xq .ys-zp-wrap .zp-item .lf-wrap .common-images-navigation {
    height: auto;
    padding-top: .06rem
}

.ip-xq .ys-zp-wrap .zp-item .info {
    overflow-y: auto;
    float: right;
    width: 3.2rem;
    max-height: 3.5rem
}

.ip-xq .ys-zp-wrap .zp-item .info .tit {
    margin-bottom: .3rem;
    font-size: .32rem;
    line-height: .48rem
}

.ip-xq .ys-zp-wrap .zp-item .info .des-item {
    line-height: .24rem;
    font-size: .16rem;
    color: #2A2A2A
}

.ip-xq .ys-zp-wrap .zp-item .info .avatars {
    margin-top: .3rem
}

.ip-xq .ys-zp-wrap .zp-item .info .avatars .a-tit {
    line-height: .24rem;
    font-size: .16rem;
    color: #2A2A2A
}

.ip-xq .ys-zp-wrap .zp-item .info .avatars .imgs {
    margin-top: .1rem
}

.ip-xq .ys-zp-wrap .zp-item .info .avatars .imgs .img {
    float: left;
    width: .4rem;
    height: .4rem;
    margin-right: .1rem;
    border-radius: 50%
}

.ip-js-cont .ip-js-item {
    margin-bottom: .6rem;
    padding-bottom: .5rem;
    background: #fff
}

.ip-js-cont .ip-js-item:last-child {
    margin-bottom: 0
}

.ip-js-cont .ip-js-item .item-title {
    font-size: .64rem;
    line-height: .9rem
}

.ip-js-cont .ip-js-item .f-wrap {
    padding: .5rem .5rem 0 .8rem
}

.ip-js-cont .ip-js-item .f-wrap .item-title {
    margin-bottom: .28rem
}

.ip-js-cont .ip-js-item .f-wrap .cover-desc .cover-wrap {
    position: relative;
    float: left;
    width: 5rem;
    height: 6.52rem
}

.ip-js-cont .ip-js-item .f-wrap .cover-desc .cover-wrap .img {
    width: 100%;
    height: 100%
}

.ip-js-cont .ip-js-item .f-wrap .cover-desc .cover-wrap .tip-tit {
    position: absolute;
    left: 5rem;
    top: 0;
    width: 1.8rem;
    line-height: .7rem;
    color: #fff;
    font-size: .36rem;
    text-align: center;
    background: #000
}

.ip-js-cont .ip-js-item .f-wrap .cover-desc .cover-wrap .tip-tit .sp {
    font-weight: 600
}

.ip-js-cont .ip-js-item .f-wrap .cover-desc .cover-wrap .tip-tit .sp.f {
    color: #D0021B
}

.ip-js-cont .ip-js-item .f-wrap .desc-wrap {
    float: right;
    width: 5.3rem;
    padding-top: 1rem
}

.ip-js-cont .ip-js-item .f-wrap .desc-wrap .des-itm {
    margin-bottom: .3rem;
    font-size: .24rem;
    line-height: .3rem
}

.ip-js-cont .ip-js-item .f-wrap .desc-wrap .des-itm:last-child {
    margin-bottom: 0
}

.ip-js-cont .ip-js-item .o-wrap .tit-desc-wrap {
    float: left;
    width: 6rem;
    padding: .8rem 0 0 .8rem
}

.ip-js-cont .ip-js-item .o-wrap .tit-desc-wrap .desc-wrap {
    margin-top: .4rem
}

.ip-js-cont .ip-js-item .o-wrap .tit-desc-wrap .desc-wrap .d-itm {
    margin-bottom: .3rem;
    text-indent: .48rem;
    font-size: .24rem;
    line-height: .3rem
}

.ip-js-cont .ip-js-item .o-wrap .tit-desc-wrap .desc-wrap .d-itm:last-child {
    margin-bottom: 0
}

.ip-js-cont .ip-js-item .o-wrap .img-wrap {
    float: right;
    width: 5.8rem;
    height: 9rem
}

.ip-js-cont .ip-js-item .o-wrap .img-wrap .img {
    width: 100%;
    height: 100%
}

.xl-gsx-cont {
    padding-top: 1.8rem
}

.xl-gsx-cont .gsx-tit-desc {
    height: 3.5rem;
    padding: .2rem;
    background: #000
}

.xl-gsx-cont .gsx-tit-desc .gsx-cover {
    float: left;
    width: 4.74rem;
    height: 3.1rem
}

.xl-gsx-cont .gsx-tit-desc .gsx-info {
    position: relative;
    float: right;
    width: 6.4rem;
    height: 3.1rem;
    color: #fff
}

.xl-gsx-cont .gsx-tit-desc .gsx-info .gsx-tit {
    font-size: .64rem;
    line-height: .9rem
}

.xl-gsx-cont .gsx-tit-desc .gsx-info .gsx-desc {
    width: 3.42rem;
    margin-top: .2rem;
    font-size: .24rem;
    line-height: .34rem
}

.xl-gsx-cont .gsx-tit-desc .gsx-info .gsx-btns {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 0
}

.xl-gsx-cont .gsx-tit-desc .gsx-info .gsx-btns .btn {
    position: relative;
    display: inline-block;
    width: 1.14rem;
    height: .44rem;
    margin-left: .18rem;
    padding-left: .26rem;
    line-height: .44rem;
    text-align: left;
    font-size: .18rem;
    background: #fff
}

.xl-gsx-cont .gsx-tit-desc .gsx-info .gsx-btns .btn::after {
    position: absolute;
    top: .02rem;
    right: .1rem;
    content: '';
    display: block;
    width: .34rem;
    height: .34rem;
    background-image: url('../image/title_icon.png');
    background-size: 100% 100%
}

.xl-gsx-cont .water-item-container {
    position: relative;
    width: 100%
}

.xl-gsx-cont .water-item-container:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: #000
}

.xl-gsx-cont .water-item-container .ww-date {
    position: absolute;
    width: 50%;
    font-size: 2rem;
    line-height: 2.8rem;
    word-break: break-all
}

.xl-gsx-cont .water-item-container .ww-idx-tit {
    position: absolute;
    width: 50%;
    padding-top: 1.35rem
}

.xl-gsx-cont .water-item-container .ww-idx-tit .ww-idx {
    position: absolute;
    top: .88rem;
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 .15rem;
    color: #fff;
    font-size: .7rem;
    line-height: 1.1rem;
    text-align: center;
    background: #000
}

.xl-gsx-cont .water-item-container .ww-idx-tit .ww-tit {
    font-size: .5rem;
    line-height: .7rem
}

.xl-gsx-cont .water-item-container .ww-idx-tit .ww-desc {
    width: 4.7rem;
    margin-top: .15rem;
    font-size: .28rem;
    line-height: .4rem
}

.xl-gsx-cont .water-item-container.lf .ww-date {
    left: 0;
    padding-right: .2rem;
    text-align: right
}

.xl-gsx-cont .water-item-container.lf .ww-idx-tit {
    left: 50%;
    padding-left: 1.3rem;
    padding-right: .2rem
}

.xl-gsx-cont .water-item-container.lf .ww-idx-tit .ww-idx {
    left: 0
}

.xl-gsx-cont .water-item-container.rg {
    background: #EFEFEF
}

.xl-gsx-cont .water-item-container.rg .ww-date {
    left: 50%
}

.xl-gsx-cont .water-item-container.rg .ww-idx-tit {
    text-align: right;
    padding-left: .2rem;
    padding-right: 1.3rem
}

.xl-gsx-cont .water-item-container.rg .ww-idx-tit .ww-idx {
    right: 0
}

.xl-gsx-cont .water-item-container.rg .ww-idx-tit .ww-desc-wrap {
    text-align: right
}

.xl-gsx-cont .water-item-container.rg .ww-idx-tit .ww-desc-wrap .ww-desc {
    display: inline-block
}

.xl-gsx-cont .water-item-container .water-item-wrap {
    position: absolute
}

.xl-gsx-cont .water-item-container .water-item-wrap .water-item-tit {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    padding: 0 10px;
    line-height: 44px;
    color: #fff;
    font-size: .2rem;
    background: #000
}

.xl-gsx-cont .water-item-container .water-item-wrap.rig-spe {
    left: 50%;
    margin-left: 3px
}

.xl-gsx-cont .water-item-container .water-item-wrap.rig-spe .water-item-tit {
    left: 0;
    right: inherit
}

.xl-gsx-cont .water-item-container .water-item-wrap .water-list {
    position: relative
}

.xl-gsx-cont .water-item-container .water-item-wrap .water-list .wat-img {
    position: absolute;
    border: 2px solid;
    margin: -2px;
}

.text-shadow{
    text-shadow: 0 0 5px white;
}

.sj-js-map-tit {
    margin-bottom: .2rem;
    padding: 0 !important;
    font-size: .64rem;
    line-height: .9rem
}

.sj-js-cont .red-line-title {
    position: relative;
    height: .5rem;
    line-height: .48rem;
    color: #2A2A2A;
    font-size: .24rem
}

.sj-js-cont .red-line-title::after {
    position: absolute;
    content: '';
    display: block;
    width: 1rem;
    height: .02rem;
    background: #B50007
}

.sj-js-cont .desc-wrap .common-sec-tit {
    padding: .4rem .3rem 0
}

.sj-js-cont .desc-wrap .select-type {
    margin: .3rem 0;
    padding: 0 .7rem
}

.sj-js-cont .desc-wrap .select-type .tag-tit {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 .3rem;
    line-height: .64rem;
    color: #868c92;
    font-size: .24rem;
    background: #f5f7f8;
    border-radius: .32rem;
    cursor: pointer
}

.sj-js-cont .desc-wrap .select-type .tag-next, .sj-js-cont .desc-wrap .select-type .tag-prev {
    position: absolute;
    z-index: 1;
    top: 0;
    width: .64rem;
    height: .64rem;
    background-color: #fff;
    background-size: 100% 100%;
    cursor: pointer
}

.sj-js-cont .desc-wrap .select-type .tag-next.tag-disabled, .sj-js-cont .desc-wrap .select-type .tag-prev.tag-disabled {
    opacity: .35;
    transition: opacity .3s;
    cursor: no-drop
}

.sj-js-cont .desc-wrap .select-type .tag-prev {
    left: 0;
    background-image: url('../image/sw_left.png')
}

.sj-js-cont .desc-wrap .select-type .tag-next {
    right: 0;
    background-image: url('../image/sw_right.png')
}

.sj-js-cont .desc-wrap .text-wrap {
    padding: 0 .3rem .5rem;
    font-size: .26rem;
    line-height: .46rem
}

.sj-js-cont .map-wrap {
    width: 100%
}

.sj-js-cont .map-wrap .map-img {
    width: 100%
}

.sj-js-cont .picc-list {
    padding: 0 .4rem
}

.sj-js-cont .picc-list .bott-item {
    float: left;
    width: 50%;
    margin-bottom: .4rem
}

.sj-js-cont .picc-list .bott-item .itm-cont {
    width: 5rem;
    margin-top: .2rem
}

.sj-js-cont .picc-list .bott-item .itm-cont .img-wrap {
    position: relative;
    float: left;
    width: 3.6rem;
    height: 2rem
}

.sj-js-cont .picc-list .bott-item .itm-cont .img-wrap .img {
    width: 100%;
    height: 100%
}

.sj-js-cont .picc-list .bott-item .itm-cont .img-wrap .tit {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .38rem;
    padding: .08rem .1rem;
    color: #fff;
    font-size: .16rem;
    line-height: .22rem;
    background: rgba(0, 0, 0, 0.5)
}

.sj-js-cont .picc-list .bott-item .itm-cont .img-wrap .gx-line {
    position: absolute;
    left: -0.02rem;
    width: .04rem;
    height: 100%;
    background: #F15C32
}

.sj-js-cont .picc-list .bott-item .itm-cont .img-wrap .gx-line .gx {
    position: absolute;
    top: 50%;
    display: block;
    width: .5rem;
    height: .24rem;
    margin-top: -0.12rem;
    margin-left: -0.25rem;
    line-height: .24rem;
    text-align: center;
    color: #fff;
    font-size: .16rem;
    background: #F15C32
}

.sj-js-cont .picc-list .bott-item .itm-cont .img-wrap.t-img {
    width: 1.8rem
}

.sj-js-cont .picc-list .bott-item .itm-cont .img-wrap.t-img .tit {
    text-align: center
}

.sj-js-cont .picc-list .bott-item .itm-cont .lines-text {
    float: left;
    width: 1.39rem;
    height: 2rem;
    padding-top: .22rem;
    text-align: center;
    background: #fff
}

.sj-js-cont .picc-list .bott-item .itm-cont .lines-text .tx {
    display: block;
    margin-bottom: .2rem;
    line-height: .24rem;
    font-size: .18rem
}

.sj-js-cont .picc-list .bott-item .itm-cont .lines-text .tx:last-child {
    margin-bottom: 0
}

.sj-js-cont .picc-list .bott-item .itm-cont .lines-text .nums {
    margin-top: .16rem;
    font-size: 0
}

.sj-js-cont .picc-list .bott-item .itm-cont .lines-text .nums .n {
    display: inline-block;
    font-size: .38rem;
    line-height: .54rem
}

.sj-js-cont .picc-list .bott-item .itm-cont .lines-text .nums .d {
    display: inline-block;
    vertical-align: top;
    margin-left: .1rem;
    font-size: .12rem;
    line-height: .54rem
}

.sj-js-cont .picc-list .bott-item .itm-cont .lines-text .nums.o-itm {
    margin-top: .42rem
}

.sj-js-cont .picc-list .bott-item .itm-cont .lines-text .nums.o-itm .n {
    display: block
}

.sj-js-cont .picc-list .bott-item .itm-cont .lines-text .nums.o-itm .d {
    display: block;
    margin-left: 0;
    line-height: .18rem
}

.sj-js-cont .sj-js-acc {
    padding: 0 .4rem
}

.sj-js-cont .sj-js-acc .common-sec-tit {
    margin-bottom: .2rem
}

.sj-js-bl-wrap {
    padding-bottom: 0 !important
}

.sj-js-bl-wrap .sj-js-bl {
    width: 100%;
    margin: .4rem 0
}

.sj-js-bl-wrap .sj-js-bl .rig-desc-wrap {
    width: 7.08rem
}

.sj-js-blist-wrap .sj-js-blist {
    margin-right: -0.3rem
}

.sj-js-blist-wrap .sj-js-blist .blist-item {
    float: left;
    width: 2.79rem;
    margin-top: .4rem;
    margin-right: .24rem
}

.sj-js-blist-wrap .sj-js-blist .blist-item .img-top {
    position: relative;
    width: 100%;
    height: 2.79rem
}

.sj-js-blist-wrap .sj-js-blist .blist-item .img-top .c-img {
    width: 100%;
    height: 100%
}

.sj-js-blist-wrap .sj-js-blist .blist-item .img-top .c-type {
    position: absolute;
    right: .15rem;
    bottom: -0.15rem;
    height: .3rem;
    padding: 0 .1rem;
    line-height: .3rem;
    color: #000;
    font-size: .14rem;
    background: #D8D8D8
}

.sj-js-blist-wrap .sj-js-blist .blist-item .im-tit {
    height: .7rem;
    padding: .18rem;
    line-height: .34rem;
    font-size: .24rem;
    background: #fff
}

.sjg-da .common-sec-tit.t {
    color: #fff
}

.sjg-da .tag-next, .sjg-da .tag-prev {
    border-radius: 50%
}

.sjg-da .text-wrap {
    padding: .3rem !important;
    background: #fff
}

.sjg-da .sj-js-acc {
    padding: .5rem 0 0
}

.sjg-da .sj-js-acc .img-wrap {
    width: 3.2rem;
    height: 4.28rem
}

.sjg-da .sj-js-acc .th-list {
    width: 8.4rem
}

.sjg-da .sj-js-acc .th-list .itm-wrap {
    width: 4.06rem;
    height: 2rem;
    background: #fff
}

.sjg-da .sj-js-acc .th-list .itm-wrap .itm-desc {
    margin-left: .2rem
}

.co-side-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 1rem;
    background: #000
}

.co-side-menu .m-list {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -3rem
}

.co-side-menu .m-list .m-item {
    height: 1rem;
    padding-top: .08rem;
    color: #fff;
    cursor: pointer
}

.co-side-menu .m-list .m-item .m-ico {
    width: .4rem;
    height: .4rem;
    margin: 0 auto
}

.co-side-menu .m-list .m-item .m-tit {
    margin-top: .12rem;
    font-size: .24rem;
    text-align: center;
    line-height: .32rem;
    font-weight: normal
}

.co-side-menu .m-list .m-item:hover, .co-side-menu .m-list .m-item.act {
    background: #B70005
}

.nt-l {
    margin-top: .2rem !important
}

@media screen and (max-width: 1000px) {
    .common-full-width-wrap {
        height: 1.9rem
    }

    .common-title-wrap {
        width: 5rem;
        height: .86rem;
        margin: .5rem auto;
        font-size: .32rem;
        line-height: .78rem
    }

    .common-title-wrap::after {
        top: .17rem
    }

    .common-big-tit {
        font-size: .48rem;
        line-height: .54rem
    }

    .detail-content .ani-detail-content {
        margin-top: 0
    }

    .common-types-wrap .types-list {
        overflow-x: auto;
        padding-bottom: .3rem;
        white-space: nowrap
    }

    .common-types-wrap .types-list .typ-item {
        float: none;
        display: inline-block;
        height: .5rem;
        padding: 0 .2rem;
        line-height: .46rem
    }

    .common-proo .jd {
        right: .14rem !important;
        bottom: .14rem !important;
        height: .32rem !important;
        padding: 0 .1rem !important;
        line-height: .32rem !important;
        font-size: .24rem !important
    }

    .mask-menu-wrap {
        overflow-y: auto
    }

    .mask-menu-wrap .mask-content {
        width: 100%;
        padding: .2rem
    }

    .mask-menu-wrap .mask-content .logos-wrap, .mask-menu-wrap .mask-content .menus-wrap {
        float: none;
        width: 100%;
        margin: 0
    }

    .mask-menu-wrap .mask-content .logos-wrap {
        margin-bottom: .4rem
    }

    .mask-menu-wrap .mask-content .logos-wrap .logo-item {
        width: 5rem;
        margin: .4rem auto
    }

    .mask-menu-wrap .mask-content .menus-wrap {
        padding: 0 1rem
    }

    .mask-menu-wrap .mask-content .menus-wrap .menus-item {
        padding: 0
    }

    .mask-menu-wrap .mask-content .menus-wrap .menus-item .m-list .m-item {
        line-height: .48rem
    }

    .mask-menu-wrap .mask-content .menus-wrap .menus-item .m-list .m-item::before {
        top: .15rem
    }

    .mask-menu-wrap .mask-content .menus-wrap .menus-item .m-list .m-item a {
        font-size: .32rem
    }

    .page-footer {
        height: .8rem;
        padding: 0 .2rem;
        line-height: .8rem;
        text-align: left;
        font-size: .24rem
    }

    .page-footer .bott-icons {
        top: .2rem;
        right: .2rem;
        margin: 0
    }

    .common-wrap {
        width: 100%
    }

    .bot-lines {
        width: auto;
        height: auto;
        margin: 0 .2rem
    }

    .bot-lines .img-wrap {
        float: none;
        margin: 0 auto
    }

    .bot-lines .rig-desc-wrap {
        float: none;
        margin: 0 auto;
        padding-bottom: .6rem
    }

    .common-thirty-list .th-item .img-wrap {
        float: none;
        margin: 0 auto .4rem
    }

    .common-thirty-list .th-item .img-wrap .cont {
        padding: .2rem !important
    }

    .common-thirty-list .th-item .img-wrap .cont .m-tit {
        font-size: .44rem !important
    }

    .common-thirty-list .th-item .img-wrap .cont .m-desc {
        font-size: .28rem !important;
        line-height: .4rem !important
    }

    .common-thirty-list .th-item .th-list {
        float: none;
        width: 100%
    }

    .common-thirty-list .th-item .th-list .itm-wrap {
        float: none !important;
        width: 100%;
        height: 3.8rem
    }

    .common-thirty-list .th-item .th-list .itm-wrap .img-wrap {
        width: 2.5rem;
        margin-bottom: 0
    }

    .common-thirty-list .th-item .th-list .itm-wrap .itm-desc {
        width: 4rem;
        margin-left: .3rem
    }

    .common-thirty-list .th-item .th-list .itm-wrap .itm-desc .tit {
        margin-bottom: .1rem;
        font-size: .44rem;
        line-height: .6rem
    }

    .common-thirty-list .th-item .th-list .itm-wrap .itm-desc .desc {
        font-size: .28rem;
        line-height: .6rem
    }

    .accordion-common .accordion-item .accordion-list {
        padding-top: .2rem
    }

    .dh-xq .video-wrap {
        width: 100%;
        height: 4.35rem
    }

    .dh-xq .desc-wrap .common-sec-tit {
        padding-top: .2rem
    }

    .dh-xq .details-wrap .detail-cont {
        margin-top: .2rem
    }

    .dh-xq .details-wrap .detail-cont .de-itm .de-tit {
        font-size: .14rem
    }

    .dh-xq .details-wrap .detail-cont .video-list {
        margin-right: 0
    }

    .dh-xq .details-wrap .detail-cont .video-list .vid-item {
        position: relative;
        float: left;
        width: 3.3rem;
        height: 1.86rem;
        margin: 0;
        margin-bottom: .3rem
    }

    .dh-xq .details-wrap .detail-cont .video-list .vid-item:nth-child(even) {
        float: right
    }

    .dh-xq .details-wrap .detail-cont .video-list .vid-item .vid-tit {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: .44rem;
        padding: .08rem .2rem;
        color: #fff;
        font-size: .24rem;
        line-height: .28rem;
        background: rgba(0, 0, 0, 0.5)
    }

    .dh-xq .details-wrap .detail-cont .music-wrap .music-item .music-list .m-itm {
        padding: .1rem 0;
        line-height: .3rem
    }

    .dh-xq .details-wrap .detail-cont .music-wrap .music-item .music-list .m-itm a {
        font-size: .2rem;
        font-weight: normal
    }

    .dh-xq .details-wrap .detail-cont .music-wrap .music-item .music-list .m-itm a:hover {
        text-decoration: none
    }

    .dh-xq .details-wrap .detail-cont .music-wrap.dm .m-itm {
        position: relative;
        padding-right: .3rem !important
    }

    .dh-xq .details-wrap .detail-cont .music-wrap.dm .m-itm:before {
        position: absolute;
        right: 0;
        top: .14rem;
        content: '';
        display: block;
        width: .25rem;
        height: .25rem;
        background-image: url('../image/aud_ico.png');
        background-size: 100% 100%
    }

    .roles-wrap {
        width: 100%;
        padding: .2rem
    }

    .roles-wrap .info-wrap {
        display: flex;
        align-items: center;
        height: inherit;
        padding: .2rem
    }

    .roles-wrap .info-wrap .info-cover {
        flex-shrink: 0;
        width: 2.08rem;
        height: 1.55rem
    }

    .roles-wrap .info-wrap .info-desc {
        height: inherit;
        margin-left: .2rem;
        padding-bottom: .5rem
    }

    .roles-wrap .info-wrap .info-desc .tit {
        font-size: .32rem;
        line-height: .4rem
    }

    .roles-wrap .info-wrap .info-desc .desc {
        font-size: .2rem
    }

    .roles-wrap .pic-list .pic-item {
        overflow: hidden
    }

    .roles-wrap .pic-list .pic-item .pic-tit {
        margin-top: .2rem
    }

    .roles-wrap .pic-list .pic-item .list {
        margin-right: -0.3rem
    }

    .roles-wrap .pic-list .pic-item .list .pic-wrap {
        width: 3.4rem;
        margin-top: .2rem;
        margin-right: .2rem
    }

    .dh-js {
        padding: .2rem !important
    }

    .dh-js .hy-rz-wrap {
        margin-bottom: 0
    }

    .dh-js .hy-rz-wrap .hy-rz-item {
        width: 100%;
        margin-bottom: .2rem
    }

    .dh-js .hy-rz-wrap .hy-rz-item .top {
        height: 2.5rem
    }

    .dh-js .hy-rz-wrap .hy-rz-item .top .hy-img-cover {
        width: 4.5rem;
        height: 100%
    }

    .dh-js .hy-rz-wrap .hy-rz-item .top .hy-item-tit {
        height: 100%;
        padding-top: .95rem
    }

    .dh-js .hy-rz-wrap .hy-rz-item .hy-desc {
        width: 2.6rem
    }

    .dh-js .brz-wrap .brz-desc {
        width: 2.6rem
    }

    .all-animate-list {
        width: inherit;
        margin: .2rem;
        padding: .4rem .2rem
    }

    .all-animate-list .common-types-wrap .types-list {
        padding-top: .7rem
    }

    .all-animate-list .common-types-wrap .tj {
        top: 0
    }

    .all-animate-list .film-list .film-item {
        float: none !important;
        width: 100%
    }

    .all-animate-list .film-list .film-item .film-info {
        width: 3.6rem
    }

    .all-animate-list .film-list .film-item .film-info .desc {
        font-size: .2rem;
        line-height: .32rem
    }

    .dh-lb {
        width: auto;
        margin: .2rem;
        padding: .2rem
    }

    .dh-lb .dh-top-info .dh-info {
        height: auto;
        padding-bottom: .6rem
    }

    .dh-lb .dh-top-info .dh-info .dh-tit {
        height: auto;
        margin-bottom: .2rem
    }

    .dh-lb .dh-top-info .dh-cover {
        width: 2rem;
        height: 3rem
    }

    .dh-lb .pianzhang-wrap .pz-title {
        margin-top: .2rem;
        font-size: .46rem;
        line-height: .64rem
    }

    .dh-lb .pianzhang-wrap .dh-itm-cont .dh-itm-info .itm-cover {
        width: 2.8rem;
        height: 2.1rem
    }

    .dh-lb .pianzhang-wrap .dh-itm-cont .dh-itm-info .itm-desc {
        width: 3.6rem;
        height: 2.1rem
    }

    .dh-lb .pianzhang-wrap .dh-itm-cont .point-list .point-item {
        width: 100%;
        height: 1.16rem;
        margin-bottom: .2rem
    }

    .dh-lb .pianzhang-wrap .dh-itm-cont .point-list .point-item:last-child {
        margin-bottom: 0
    }

    .dh-lb .pianzhang-wrap .dh-itm-cont .point-list .point-item .point-cover {
        width: 2.6rem;
        height: 100%
    }

    .dh-lb .pianzhang-wrap .dh-itm-cont .point-list .point-item .point-tit {
        width: 4rem;
        height: 100%;
        padding-top: 0;
        line-height: 1.16rem
    }

    .pz-lb {
        padding: .2rem
    }

    .pz-lb .info-wrap {
        height: auto;
        padding: .2rem
    }

    .pz-lb .info-wrap .info-cover {
        width: 3rem;
        height: 2.25rem
    }

    .pz-lb .info-wrap .info-desc {
        width: 3.5rem;
        height: 2.25rem
    }

    .pz-lb .info-wrap .info-desc .desc {
        line-height: .36rem
    }

    .pz-lb .pic-list-wrap .pic-tit {
        margin-top: .2rem
    }

    .pz-lb .pic-list-wrap .pic-list {
        margin-right: 0
    }

    .pz-lb .pic-list-wrap .pic-list .pic-itm .img-wrap .img{
        max-height: none;
        min-height: auto;
    }

    .pz-lb .pic-list-wrap .pic-list .pic-itm {
        width: 3.4rem;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .pz-lb .pic-list-wrap .pic-list .pic-itm:nth-child(even) {
        float: right
    }

    .pz-lb .pic-list-wrap .pic-list .pic-itm .img-wrap {
        height: 2rem
    }

    .pz-lb .pic-list-wrap .pic-list .pic-itm .info {
        height: auto;
        padding-bottom: .2rem;
        line-height: .3rem
    }

    .jj-xq-wrap .jj-xq-cont {
        padding: .2rem
    }

    .jj-xq-wrap .jj-xq-cont .jx-title {
        margin-top: .2rem
    }

    .jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info {
        float: none;
        width: 100%
    }

    .jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .show-images {
        width: 100%;
        height: 5.3rem
    }

    .jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .desc-text {
        font-size: .24rem
    }

    .jj-xq-wrap .jj-xq-cont .jx-info-wrap .left-info .avatars-wrap {
        margin-top: .2rem
    }

    .jj-xq-wrap .jj-xq-cont .jx-info-wrap .other {
        overflow: hidden;
        float: none;
        width: 100%;
        margin-top: .4rem
    }

    .jj-xq-wrap .jj-xq-cont .jx-info-wrap .other .other-item {
        float: left;
        width: 3rem;
        height: 2.3rem;
        margin: 0
    }

    .jj-xq-wrap .jj-xq-cont .jx-info-wrap .other .other-item:last-child {
        float: right
    }

    .jj-xq-wrap .jj-xq-cont .jx-info-wrap .other .other-item .mask {
        padding-top: 0;
        opacity: 1;
        line-height: 2.3rem
    }

    .jj-xq-wrap .jj-xq-cont .jc-jd {
        margin-top: .2rem
    }

    .jj-xq-wrap .jj-xq-cont .jc-jd .left-img {
        float: none;
        width: 100%;
        height: 5.28rem
    }

    .jj-xq-wrap .jj-xq-cont .jc-jd .rig-cont {
        float: none;
        width: 100%;
        height: auto;
        margin-top: .2rem
    }

    .jj-xq-wrap .jj-xq-cont .jc-jd .rig-cont .tit {
        font-size: .32rem;
        line-height: .46rem
    }

    .jj-xq-wrap .jj-xq-cont .jc-jd .rig-cont .desc {
        display: block;
        font-size: .24rem
    }

    .mhjs-swiper-only {
        padding: .7rem 0
    }

    .mhjs-swiper-only .mhjs-swiper-item {
        width: 2.8rem
    }

    .mhjs-swiper-only .mhjs-swiper-item .desc {
        height: .68rem;
        padding: .06rem .2rem 0;
        color: #fff;
        background-color: #000;
        opacity: 0
    }

    .mhjs-swiper-only .mhjs-swiper-item .desc .tit {
        line-height: .3rem;
        font-size: .22rem
    }

    .mhjs-swiper-only .mhjs-swiper-item .desc .num {
        margin-top: .06rem;
        line-height: .2rem;
        font-size: .12rem
    }

    .mhjs-swiper-only .mhjs-swiper-item .img-wrap {
        height: 4.32rem;
        margin: .1rem 0;
        border: .04rem solid #000
    }

    .mhjs-swiper-only .mhjs-swiper-item .det-btn {
        height: .44rem;
        padding-left: .2rem;
        line-height: .4rem;
        font-size: .18rem;
        border: .02rem solid #000
    }

    .mhjs-swiper-only .mhjs-swiper-item .det-btn:after {
        top: .03rem;
        right: .1rem;
        width: .34rem;
        height: .34rem;
        background-size: .34rem .34rem
    }

    .mh-js {
        padding: 0 .2rem
    }

    .mh-js .f-wrap {
        width: 6rem
    }

    .mh-js .zuop-list .zp-item {
        width: 100%
    }

    .mh-js .zuop-list .zp-item .zp-info {
        width: 4.4rem
    }

    .mh-js .zuop-list .zp-item .zp-info .info-wrap .tit {
        font-size: .32rem;
        line-height: .48rem
    }

    .mh-js .zuop-list .zp-item .zp-info .info-wrap .desc {
        font-size: .28rem;
        line-height: .32rem
    }

    .mh-xq {
        width: auto;
        margin: 0 .2rem
    }

    .mh-xq .top-swiper-wrap {
        padding: .2rem .2rem 0
    }

    .mh-xq .top-swiper-wrap .righ-info {
        width: 3.6rem
    }

    .mh-xq .top-swiper-wrap .righ-info .desc {
        font-size: .24rem;
        line-height: .36rem
    }

    .mh-xq .mh-detail-item .info-wrap .cover-img {
        width: 3rem;
        height: 1.9rem
    }

    .mh-xq .mh-detail-item .info-wrap .desc {
        width: 4rem;
        padding-top: .05rem
    }

    .mh-xq .mh-detail-item .menu-list .menu-item {
        float: none;
        width: 100%
    }

    .mh-xq .mh-detail-item .menu-list .menu-item .menu-item-tit {
        font-size: .36rem;
        line-height: .48rem
    }

    .mh-xq .mh-detail-item .menu-list .menu-item .menu-item-list {
        overflow: initial;
        height: auto;
        line-height: .36rem
    }

    .mh-xq .mh-detail-item .menu-list .menu-item .menu-item-list .itm a {
        font-size: .24rem
    }

    .dy-rw {
        width: 100%;
        padding: .2rem
    }

    .dy-rw .user-info-wrap {
        padding: 0;
        padding-bottom: .2rem
    }

    .dy-rw .user-info-wrap .u-left, .dy-rw .user-info-wrap .u-right {
        width: 3.2rem
    }

    .dy-rw .user-info-wrap .center-shi {
        top: 1.1rem;
        width: 1rem;
        height: 1rem;
        margin-left: -0.5rem;
        line-height: 1rem;
        font-size: .48rem
    }

    .dy-rw .user-info-wrap .uu-img {
        width: 3.2rem;
        height: 3.2rem
    }

    .dy-rw .user-info-wrap .uu-name {
        margin-top: .2rem;
        font-size: .32rem;
        line-height: .48rem
    }

    .dy-rw .show-content {
        margin-right: 0
    }

    .dy-rw .show-content .pic-wrap {
        width: 3.45rem;
        height: 4.3rem;
        margin-top: .2rem;
        margin-right: 0
    }

    .dy-rw .show-content .pic-wrap:nth-child(even) {
        float: right
    }

    .ip-xq {
        padding: .2rem
    }

    .ip-xq .xxs-swiper {
        padding-left: 0;
        padding-right: 0
    }

    .ip-xq .xxs-swiper .xxs-item {
        height: 3.4rem;
        margin-right: .2rem
    }

    .ip-xq .xxs-swiper .xxs-item .mask-wrap {
        height: .6rem;
        background: rgba(0, 0, 0, 0.75)
    }

    .ip-xq .xxs-swiper .xxs-item .mask-wrap .avatar-img {
        width: .44rem;
        height: .44rem
    }

    .ip-xq .xxs-swiper .xxs-item .mask-wrap .tit-date {
        margin-left: .54rem;
        line-height: .22rem
    }

    .ip-xq .xxs-swiper .xxs-item .mask-wrap .tit-date .tit {
        font-size: .2rem
    }

    .ip-xq .xxs-swiper .xxs-item .mask-wrap .tit-date .date {
        font-size: .2rem
    }

    .ip-xq .xxs-swiper .xxs-item .tit-desc {
        height: 1.28rem
    }

    .ip-xq .xxs-swiper .xxs-item .tit-desc .tit {
        font-size: .24rem;
        line-height: .32rem
    }

    .ip-xq .xxs-swiper .xxs-item .tit-desc .desc {
        font-size: .2rem;
        line-height: .24rem
    }

    .ip-xq .xxs-controls .btn {
        width: .66rem;
        height: .66rem;
        background-size: .34rem
    }

    .ip-xq .xxs-ver-swiper {
        height: 1.4rem
    }

    .ip-xq .common-title-wrap {
        margin: .3rem auto
    }

    .ip-xq .tobe-nj .top-cont .t-item {
        float: none;
        width: 100%;
        margin-bottom: .2rem
    }

    .ip-xq .tobe-nj .top-cont .t-item:last-child {
        margin-bottom: 0
    }

    .ip-xq .tobe-nj .top-cont .t-item .white-wrap {
        width: 6.2rem
    }

    .ip-xq .tobe-nj .top-cont .t-item .img-wrap {
        top: 50%;
        right: 0;
        margin-top: -1.36rem
    }

    .ip-xq .tobe-nj .bottom-wrap .bott-item {
        float: none;
        width: 100%
    }

    .ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont {
        width: 100%
    }

    .ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .img-wrap {
        width: 4.6rem;
        height: 2.56rem
    }

    .ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .img-wrap.t-img {
        width: 2.3rem
    }

    .ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .img-wrap .tit {
        height: .5rem;
        line-height: .34rem;
        font-size: .24rem
    }

    .ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text {
        width: 2.48rem;
        height: 2.56rem;
        padding-top: .34rem
    }

    .ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .tx {
        font-size: .28rem;
        line-height: .32rem
    }

    .ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .nums {
        margin-top: .2rem;
        margin-bottom: .4rem
    }

    .ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .nums:last-child {
        margin: 0
    }

    .ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .nums.o-itm {
        margin-top: .55rem
    }

    .ip-xq .tobe-nj .bottom-wrap .bott-item .itm-cont .lines-text .nums.o-itm .d {
        font-size: .2rem;
        line-height: .24rem
    }

    .ip-xq .screen-width-banner {
        height: 1.48rem;
        margin: .2rem 0
    }

    .ip-xq .dh-zp-wrap {
        width: 100%
    }

    .ip-xq .dh-zp-wrap .top-wrap {
        margin-right: 0
    }

    .ip-xq .dh-zp-wrap .top-wrap .itm {
        width: 3.45rem;
        height: 4.45rem;
        margin-right: 0;
        margin-bottom: .2rem
    }

    .ip-xq .dh-zp-wrap .top-wrap .itm:nth-child(even) {
        float: right
    }

    .ip-xq .dh-zp-wrap .top-wrap .itm .tit {
        height: .6rem;
        line-height: .36rem;
        font-size: .24rem
    }

    .ip-xq .dh-zp-wrap .bot-wrap {
        margin: 0
    }

    .ip-xq .dh-zp-wrap .bot-wrap .itm {
        float: none;
        width: 100%;
        height: 5.3rem;
        margin: 0;
        margin-bottom: .2rem
    }

    .ip-xq .dh-zp-wrap .bot-wrap .itm:last-child {
        margin-bottom: 0
    }

    .ip-xq .dh-zp-wrap .bot-wrap .itm .tag {
        min-width: 1rem;
        font-size: .24rem;
        height: .4rem;
        line-height: .4rem
    }

    .ip-xq .dh-zp-wrap .bot-wrap .itm .tit {
        height: .6rem;
        padding: .12rem .8rem;
        font-size: .24rem;
        line-height: .36rem
    }

    .ip-xq .qb-mh-wrap .left-wrap {
        float: none;
        display: block;
        margin: 0 auto
    }

    .ip-xq .qb-mh-wrap .righ-wrap {
        float: none;
        width: 100%
    }

    .ip-xq .qb-mh-wrap .righ-wrap .item-wrap {
        width: 3.45rem;
        height: 5.25rem;
        margin: 0;
        margin-top: .2rem
    }

    .ip-xq .qb-mh-wrap .righ-wrap .item-wrap:nth-child(even) {
        float: right
    }

    .ip-xq .qb-mh-wrap .righ-wrap .item-wrap .tag {
        min-width: 1rem;
        padding: 0 .1rem;
        font-size: .24rem;
        height: .4rem;
        line-height: .4rem
    }

    .ip-xq .qb-mh-wrap .righ-wrap .item-wrap .tit {
        height: .6rem;
        padding: .12rem .8rem;
        font-size: .24rem;
        line-height: .36rem
    }

    .ip-xq .yx-zp-wrap .zp-item {
        width: 3.45rem;
        height: 6rem;
        margin-right: 0;
        margin-bottom: .2rem
    }

    .ip-xq .yx-zp-wrap .zp-item:nth-child(even) {
        float: right
    }

    .ip-xq .yx-zp-wrap .zp-item .img-wrap {
        height: 3.6rem
    }

    .ip-xq .yx-zp-wrap .zp-item .to-web {
        display: block
    }

    .ip-xq .yx-zp-wrap .zp-item .common-proo .jd {
        bottom: 5.58rem !important
    }

    .ip-xq .xs-zp-wrap {
        height: auto
    }

    .ip-xq .xs-zp-wrap .zp-item {
        width: 1.7rem !important;
        height: 4rem
    }

    .ip-xq .xs-zp-wrap .zp-item .img {
        height: 2.64rem
    }

    .ip-xq .xs-zp-wrap .zp-item .desc {
        padding: .24rem .1rem
    }

    .ip-xq .ys-zp-wrap .zp-item {
        float: none !important;
        width: 100%;
        height: auto;
        margin-bottom: .2rem
    }

    .ip-xq .ys-zp-wrap .zp-item .lf-wrap {
        width: 3rem
    }

    .ip-xq .ys-zp-wrap .zp-item .info {
        overflow-y: inherit;
        width: 3.5rem;
        max-height: inherit
    }

    .ip-xq .ys-zp-wrap .zp-item .info .des-item {
        font-size: .24rem;
        line-height: .32rem
    }

    .ip-xq .ys-zp-wrap .zp-item .info .avatars .a-tit {
        font-size: .32rem
    }

    .ip-xq .ys-zp-wrap .zp-item .info .avatars .imgs {
        margin-top: .2rem
    }

    .ip-xq .ys-zp-wrap .zp-item .info .avatars .imgs .img {
        width: .6rem;
        height: .6rem
    }

    .ip-js-cont {
        width: auto;
        margin: 0 .2rem
    }

    .ip-js-cont .ip-js-item {
        margin-bottom: .2rem;
        padding-bottom: .2rem
    }

    .ip-js-cont .ip-js-item .item-title {
        font-size: .36rem;
        line-height: .48rem
    }

    .ip-js-cont .ip-js-item .f-wrap {
        padding: .4rem .2rem .2rem
    }

    .ip-js-cont .ip-js-item .f-wrap .item-title {
        margin-bottom: .2rem
    }

    .ip-js-cont .ip-js-item .f-wrap .cover-desc .cover-wrap {
        width: 2.4rem;
        height: 3rem
    }

    .ip-js-cont .ip-js-item .f-wrap .cover-desc .cover-wrap .tip-tit {
        left: inherit;
        right: 0;
        width: 1.4rem;
        line-height: .4rem;
        font-size: .24rem
    }

    .ip-js-cont .ip-js-item .f-wrap .cover-desc .desc-wrap {
        width: 4rem;
        padding-top: 0
    }

    .ip-js-cont .ip-js-item .o-wrap {
        padding: .4rem .2rem .2rem
    }

    .ip-js-cont .ip-js-item .o-wrap .tit-desc-wrap {
        float: none;
        width: 100%;
        padding: 0
    }

    .ip-js-cont .ip-js-item .o-wrap .tit-desc-wrap .desc-wrap {
        margin-top: .2rem
    }

    .ip-js-cont .ip-js-item .o-wrap .img-wrap {
        float: none;
        width: 2.4rem;
        height: 3.7rem;
        margin: .2rem auto 0
    }

    .xl-gsx-cont .gsx-tit-desc {
        height: auto
    }

    .xl-gsx-cont .gsx-tit-desc .gsx-cover {
        width: 3.3rem;
        height: 2.16rem
    }

    .xl-gsx-cont .gsx-tit-desc .gsx-info {
        width: 3.6rem;
        height: auto;
        padding-bottom: .6rem
    }

    .xl-gsx-cont .gsx-tit-desc .gsx-info .gsx-tit {
        font-size: .4rem;
        line-height: .6rem
    }

    .xl-gsx-cont .gsx-tit-desc .gsx-info .gsx-desc {
        width: 100%;
        margin-top: .1rem
    }

    .xl-gsx-cont .layout-wrap .water-item-container:after {
        left: 20px;
        width: 4px;
        margin-left: 0
    }

    .xl-gsx-cont .layout-wrap .water-item-container .ww-date {
        top: 10px;
        right: 20px;
        left: inherit;
        width: auto;
        padding: 0;
        font-size: 35px;
        line-height: 55px;
        text-align: left
    }

    .xl-gsx-cont .layout-wrap .water-item-container .ww-idx-tit {
        left: 0;
        top: 75px;
        width: 100%;
        padding: 0 20px 0 38px;
        text-align: left
    }

    .xl-gsx-cont .layout-wrap .water-item-container .ww-idx-tit .ww-idx {
        top: -65px;
        left: 24px;
        right: inherit
    }

    .xl-gsx-cont .layout-wrap .water-item-container .ww-idx-tit .ww-desc-wrap {
        text-align: left
    }

    .xl-gsx-cont .layout-wrap .water-item-container .ww-idx-tit .ww-desc-wrap .ww-desc {
        width: auto
    }

    .xl-gsx-cont .layout-wrap .water-item-container .water-item-wrap {
        left: 24px;
        margin: 0
    }

    .xl-gsx-cont .layout-wrap .water-item-container .water-item-wrap .water-item-tit {
        left: 0;
        right: inherit;
        line-height: 24px
    }

    .xl-gsx-cont .layout-wrap .water-item-container .water-item-wrap.rig-spe {
        left: 24px
    }

    .sj-js-map-tit {
        margin: 0;
        padding: 0 .3rem !important;
        font-size: .44rem
    }

    .sj-js-cont .picc-list {
        padding: 0 .2rem
    }

    .sj-js-cont .picc-list .bott-item {
        float: none;
        width: 100%
    }

    .sj-js-cont .picc-list .bott-item .itm-cont {
        width: 100%
    }

    .sj-js-cont .picc-list .bott-item .itm-cont .img-wrap {
        width: 4.6rem;
        height: 2.56rem
    }

    .sj-js-cont .picc-list .bott-item .itm-cont .img-wrap.t-img {
        width: 2.3rem
    }

    .sj-js-cont .picc-list .bott-item .itm-cont .img-wrap .tit {
        height: .5rem;
        line-height: .34rem;
        font-size: .24rem
    }

    .sj-js-cont .picc-list .bott-item .itm-cont .lines-text {
        width: 2.48rem;
        height: 2.56rem;
        padding-top: .34rem
    }

    .sj-js-cont .picc-list .bott-item .itm-cont .lines-text .o-itm {
        margin-top: .42rem
    }

    .sj-js-cont .picc-list .bott-item .itm-cont .lines-text .o-itm .n {
        display: block
    }

    .sj-js-cont .picc-list .bott-item .itm-cont .lines-text .o-itm .d {
        display: block;
        margin-left: 0;
        font-size: .2rem;
        line-height: .24rem
    }

    .sj-js-cont .sj-js-acc {
        padding: 0 .2rem
    }

    .sj-js-blist-wrap {
        padding: 0 .2rem
    }

    .sj-js-blist-wrap .sj-js-blist {
        margin: 0;
        padding-top: .2rem
    }

    .sj-js-blist-wrap .sj-js-blist .blist-item {
        width: 3.4rem;
        margin: 0;
        margin-top: .2rem
    }

    .sj-js-blist-wrap .sj-js-blist .blist-item:nth-child(even) {
        float: right
    }

    .sj-js-blist-wrap .sj-js-blist .blist-item .img-top {
        height: 3.4rem
    }

    .sj-js-blist-wrap .sj-js-blist .blist-item .img-top .c-type {
        bottom: -0.2rem;
        height: .4rem;
        padding: 0 .2rem;
        font-size: .24rem;
        line-height: .4rem
    }

    .sj-js-blist-wrap .sj-js-blist .blist-item .im-tit {
        font-size: .3rem
    }

    .sjg-da {
        padding-left: .8rem
    }

    .sjg-da .common-sec-tit.t {
        padding: .2rem;
        color: #000
    }

    .sjg-da .select-type {
        margin: 0 0 .2rem 0 !important
    }

    .sjg-da .sj-js-acc .common-sec-tit {
        margin-bottom: 0;
        padding: .2rem
    }

    .sjg-da .sj-js-acc .th-list .itm-wrap .itm-desc {
        width: 3.2rem
    }

    .co-side-menu {
        width: .8rem
    }

    .sj-js-bl-wrap.sf {
        padding-left: .8rem
    }

    .sj-js-bl-wrap.sf .common-sec-tit {
        padding: 0 .2rem
    }

    .sj-js-bl-wrap.sf .sj-js-bl .rig-desc-wrap {
        width: 6.28rem
    }
}