/*****************************
 * created by chaixiaoduo@126.com
 * 2019-10-31 10:48
 * 动态栏目页
 *****************************/

.whtie-fff {
    background-color: #fff;
}

.gray-f3f3f3 {
    background-color: #f3f3f3;
}

a {
    text-decoration: none;
}

video::-webkit-media-controls {
    overflow: hidden !important
}
video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}
/* 1920 */


/**************************************************************************************
 **************
 ************** content-main
 **************
****************************************************************************************/

.header-right {
    display: none;
}

.content-main {
    width: 100%;
    height: 851px;
    background: #2A2D3C;
    display: flex;
    user-select: none;
}

.content-main .content-main-view {
    flex: 1;
    padding-left: calc( 50% - 1680px / 2);
}

.content-main .top {
    height: 804px;
    width: 100%;
    display: flex;
    position: relative;
}

.content-main .top .icon-div {
    position: absolute;
    left: 270px;
    top: -3px;
    height: 38px;
    display: flex;
    z-index: 2;
}

.content-main .top .icon-div .icon {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.content-main .top .icon.icon1 {
    background: url('../img/icon.png') no-repeat -332px -431px;
}

.content-main .top .icon.icon2 {
    background: url('../img/icon.png') no-repeat -432px -431px;
}

.content-main .top .icon.icon3 {
    background: url('../img/icon.png') no-repeat -532px -431px;
}

.content-main .top .icon.icon4 {
    background: url('../img/icon.png') no-repeat -32px -531px;
}

.content-main .top .icon.icon5 {
    background: url('../img/icon.png') no-repeat -132px -531px;
}

.content-main .top .icon.icon6 {
    background: url('../img/icon.png') no-repeat -232px -531px;
}

.content-main .top .icon.icon7 {
    background: url('../img/icon.png') no-repeat -332px -531px;
}

.content-main .top .icon.icon8 {
    background: url('../img/icon.png') no-repeat -432px -531px;
}

.content-main .top .icon.icon9 {
    background: url('../img/icon.png') no-repeat -532px -531px;
}

.content-main .content-main-view>.bottom {
    font-size: 12px;
    color: #BBBBBB;
    letter-spacing: 0;
    margin-top: 17px;
}

.content-main .top .left {
    height: 100%;
    width: 240px;
    padding: 0 31px 0 0;
}

.content-main .top .left h1 {
    font-family: PingFangSC-Semibold;
    font-size: 27px;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 20px;
    max-height: 80px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-main .top .left h2 {
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: normal;
    margin-top: 10px;
    max-height: 74px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-main .top .left .info {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    margin-top: 10px;
    cursor: pointer;
}

.content-main .top .left .list {
    border-top: solid 1px #767781;
    border-bottom: solid 1px #767781;
    padding: 16px 0;
}

.content-main .top .left .list ul li {
    line-height: 26px;
}

.content-main .top .left .list ul li span {
    font-size: 14px;
    color: #FFFFFF;
    opacity: .8;
}

.content-main .top .left .list ul li a {
    font-size: 14px;
    color: #FFFFFF;
}

.content-main .top .left .service {
    border-bottom: solid 1px #767781;
    padding-bottom: 20px;
    position: relative;
}

.content-main .top .left .service .service-tab {
    display: flex;
    margin-top: 20px;
    margin-bottom: 12px;
}

.content-main .top .left .service .service-tab span {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 4px;
    margin-right: 15px;
    border-bottom: solid 3px #2A2D3C;
    cursor: pointer;
}

.content-main .top .left .service .service-tab>span:nth-of-type(2) {
    margin-right: 0;
}

.content-main .top .left .service .service-tab>span:last-child {
    margin-right: 0;
}

.content-main .top .left .service .service-tab span.on {
    color: #FF1240;
    border-bottom: solid 3px #FF1240;
}

.content-main .top .left .service .service_list {
    max-height: 125px;
    overflow: hidden;
}

.content-main .top .left .service ul {
    transition: all 0.5s;
}

.content-main .top .left .service ul li {
    line-height: 24px;
    width: 175px;
    overflow: hidden;
}

.content-main .top .left .service ul li span {
    font-size: 14px;
    color: #FFFFFF;
}

.content-main .top .left .service ul li.on span {
    color: #FF1240;
}

.content-main .top .left .service ul li.on .red {
    display: inline-block;
}

.content-main .top .left .service ul li.on .white {
    display: none;
}

.content-main .top .left .service ul li:hover span {
    color: #FF1240;
}

.content-main .top .left .service ul li:hover .red {
    display: inline-block;
}

.content-main .top .left .service ul li:hover .white {
    display: none;
}

.content-main .top .left .service .service-main {
    display: none;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.content-main .top .left .service .btn-top {
    background: url('../img/icon.png') no-repeat -142px -1142px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 0;
}

.content-main .top .left .service .btn-bottom {
    background: url('../img/icon.png') no-repeat -242px -1142px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 24px;
}

.content-main .top .left .friendship-link {
    margin-top: 23px;
    /* overflow: hidden; */
}

_ .content-main .top .left .friendship-link p {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.content-main .top .left .friendship-link p span {
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 7px;
}

.content-main .top .left .friendship-link p a {
    height: 40px;
    display: flex;
    align-items: center;
    float: left;
    border-radius: 2px;
    justify-content: center;
    margin-bottom: 15px;
    background: #ffffff;
    text-align: center;
    width: 100%;
    line-height: 40px;
}

.content-main .top .left .friendship-link p a:nth-child(1) span {
    color: #222222;
}

.content-main .top .left .friendship-link p a:nth-child(2) {
    background: #FF1240;
}

.content-main .top .left .friendship-link p a i {
    background: url('../img/icon.png') no-repeat -41px -1242px;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.content-main .top .left .friendship-link p a:last-child i {
    background: url('../img/whitechat.svg') no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.content-main .top .right {
    width: calc(100% - (240px - (50% - 1680px / 2)));
    height: 100%;
    overflow: hidden;
    position: relative;
}


/*列表*/

.right .img_list {
    width: calc(1680px - 240px);
    height: 607px;
    position: relative;
}

.right .img_list .img_banner_wheel {
    width: 100%;
    height: 560px;
    position: relative;
}

.right .img_list .img_banner_wheel:hover .wheel_left,
.right .img_list .img_banner_wheel:hover .wheel_right {
    display: block;
}

.img_list .img_banner_wheel .wheel_left {
    width: 33px;
    height: 70px;
    background: url(../img/icon.png) no-repeat -319px -1115px;
    position: absolute;
    left: 30px;
    top: 50%;
    opacity: .5;
    transform: translateY(-50%);
    cursor: pointer;
}

.img_list .img_banner_wheel .wheel_right {
    width: 33px;
    height: 70px;
    background: url(../img/icon.png) no-repeat -448px -1115px;
    position: absolute;
    right: 30px;
    top: 50%;
    opacity: .5;
    transform: translateY(-50%);
    cursor: pointer;
}

.right .img_list .img_banner_wheel .wheel_left:hover,
.right .img_list .img_banner_wheel .wheel_right:hover {
    /* display: block; */
    opacity: 0.7;
}

.right .img_list .img_banner_wheel .wheel_left:active,
.right .img_list .img_banner_wheel .wheel_right:active {
    /* display: block; */
    opacity: 1;
}


/**/

.content-main .top .right .top {
    height: 560px;
    position: absolute;
    top: 0px;
    left: 0;
    float: left;
    width: auto;
    min-width: 100%;
    /* transition: transform 0.5s; */
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.content-main .top .right .top .item-img {
    height: 100%;
    float: left;
    z-index: 99;
    position: relative;
    background: #FFFFFF;
}

.content-main .top .right .top img {
    float: left;
    height: 100%;
    vertical-align: top;
}

.content-main .top .right .center {
    width: calc(1680px - 240px);
    float: left;
}

.content-main .top .right .bottom {
    width: calc(1680px - 240px);
    float: left;
    overflow: hidden;
}

.content-main .top .right .center .background {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
}

.content-main .top .right .center .background .backgroundSp {
    height: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.content-main .top .right .center .background img {
    /* height: 25px; */
    height: 50px;
}

.content-main .top .right .center .background .drag {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}


/* 左侧阴影 */

.content-main .top .right .center .background .drag .drag-left {
    width: 0px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(30, 28, 25, 0.40);
    /*background: red;*/
}


/* 中间滑块 */

.content-main .top .right .center .background .drag .drag-center {
    position: absolute;
    left: 0px;
    top: -8px;
    height: 41px;
    cursor: pointer;
    z-index: 1;
}


/* 中间滑块左边部分 */

.content-main .top .right .center .background .drag .drag-center .left-triangle {
    display: block;
    width: 16px;
    height: 41px;
    background: url("../img/drag-left.png")no-repeat;
    float: left;
}


/* 中间滑块中间部分 */

.content-main .top .right .center .background .drag .drag-center .center-triangle {
    display: block;
    width: calc(100% - 32px);
    height: 41px;
    background: url("../img/drag-center.png")repeat-x center;
    float: left;
    position: relative;
}

.content-main .top .right .center .background .drag .drag-center .center-triangle i {
    position: absolute;
    background: url('../img/icon.png') no-repeat -246px -732px;
    width: 8px;
    height: 37px;
    top: 2px;
    left: 50%;
    margin-left: -4px;
}


/* 中间滑块右边部分 */

.content-main .top .right .center .background .drag .drag-center .right-triangle {
    display: block;
    width: 16px;
    height: 41px;
    background: url("../img/drag-right.png")no-repeat;
    float: left;
}


/* 右侧阴影 */

.content-main .top .right .center .background .drag .drag-right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 25px;
    background: rgba(30, 28, 25, 0.40);
    /*background: red;*/
}


/* 视频播放 */

.content-main .top .right .list_video {
    width: calc(1680px - 240px);
    height: 560px;
    margin-bottom: 47px;
    background: #2A2D3C;
    display: none;
}


/* 视频播放End */

.content-main .top .right .bottom ul {
    display: flex;
}

.content-main .top .right .bottom ul .moreLi {
    background: #FF1240;
}

.content-main .top .right .bottom ul .moreLi .aMain {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 20px;
}

.content-main .top .right .bottom ul .moreLi .aMore {
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    margin-top: 85px;
    margin-bottom: 10px;
}

.content-main .top .right .bottom ul .moreLi h2 {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: normal;
    padding-top: 15px;
}

.content-main .top .right .bottom ul .lis,
.content-main .top .right .bottom ul .moreLi {
    display: block;
    width: 197px;
    height: 197px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.content-main .top .right .bottom ul .lis img {
    width: 197px;
    height: 147.75px;
    opacity: 0.7;
    object-fit: cover;
}

.content-main .top .right .bottom ul .lis div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 49px;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 8px;
}

.content-main .top .right .bottom ul .lis div p {
    font-size: 14px;
    color: #444444;
}

.content-main .top .right .bottom ul .lis div h2 {
    font-size: 16px;
    color: #222222;
    font-weight: normal;
    padding-top: 6px;
}

.content-main .top .right .bottom ul .lis:last-child {
    margin-right: 0px;
}

.content-main .top .right .bottom ul .lis.on {
    background: #ffffff;
}
.content-main .top .right .bottom ul .lis.on span{
    display: block;
    position: relative;
}
.content-main .top .right .bottom ul .lis.on div {
    background: rgba(255, 255, 255, 0.9);
}

.content-main .top .right .bottom ul .lis.on img {
    opacity: 1;
    width: 193px;
    height: 143.75px;
    margin: 2px 2px 2px 2px;
    object-fit: cover;
}

.content-main .top .right .bottom ul .lis:hover {
    background: #ffffff;
}

.content-main .top .right .bottom ul .lis:hover img {
    opacity: 1;
}

.content-main .top .right .bottom ul .lis:hover div {
    background: rgba(255, 255, 255, 0.9);
}

.content-main .top .right .bottom ul .moreLi:hover {
    background: #E61039;
}

.content-main>.bottom {
    font-size: 12px;
    color: #BBBBBB;
    letter-spacing: 0;
    margin-left: 121px;
    margin-top: 18px;
}

.content-main .top .right .bottom ul .lis .img_box .play {
    width: 76px;
    height: 76px;
    background: url(../img/play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}


/**************************************************************************************
 **************
 ************** content-main
 **************
****************************************************************************************/


/* 1920 */


/* 1680  1600*/

@media screen and (max-width: 1899px)and (min-width: 1580px) {
    .content-main {
        height: 833px;
    }
    .content-main .top {
        height: 796px;
    }
    .content-main .content-main-view {
        padding-left: calc( 50% - 1520px / 2);
    }
    .content-main .content-main-view .bottom {
        margin-top: 5px;
    }
    .content-main .top .left {
        width: 240px;
    }
    .content-main .top .right {
        width: calc(100% - (240px - (50% - 1520px / 2)));
        height: 100%;
        overflow: hidden;
    }
    .content-main .top .right .center {
        width: calc(1520px - 240px);
        float: left;
    }
    .content-main .top .right .bottom {
        width: calc(1520px - 240px);
        float: left;
        overflow: hidden;
    }
    /*列表*/
    .right .img_list {
        width: calc(1520px - 301px);
        height: 607px;
    }
    .right .img_list .img_banner_wheel {
        width: 100%;
        height: 560px;
        position: relative;
    }
    .content-main .top .right .bottom ul .moreLi {
        padding-left: 20px;
        margin-left: 0px;
    }
    .content-main .top .right .bottom ul .moreLi h2 {
        font-size: 22px;
        margin-bottom: 42px;
    }
    .content-main .top .right .bottom ul .moreLi .aMore {
        margin-top: 70px;
    }
    .content-main .top .right .bottom ul .lis,
    .content-main .top .right .bottom ul .moreLi {
        float: left;
        width: 176px;
        height: 176px;
    }
    .content-main .top .right .bottom ul .lis img {
        width: 176px;
        height: 132px;
    }
    .content-main .top .left .list ul .lis {
        line-height: 22px;
    }
    .content-main .top .left .friendship-link p a:nth-child(1) {
        margin-right: 20px;
    }
    .content-main .top .left .service ul .lis {
        line-height: 22px;
    }
    .content-main .top .right .bottom ul .lis div {
        height: 44px;
    }
    .content-main .top .right .bottom ul .lis div h2 {
        font-size: 14px;
        padding-top: 1px;
    }
    .content-main .top .right .bottom ul .lis div p {
        font-size: 12px;
    }
    .content-main .top .right .bottom ul .lis.on img {
        width: 172px;
        height: 129px;
    }
    .content-main>.bottom {
        margin-left: 80px;
        margin-top: 22px;
    }
    .content-main .top .right .list_video {
        width: calc(1520px - 240px);
    }
}


/* 1680  1600*/


/* 1366 */

@media screen and (max-width: 1579px)and (min-width: 1281px) {
    /**************************************************************************************
     **************
     ************** content-main
     **************
    ****************************************************************************************/
    .content-main {
        height: 751px;
    }
    .content-main .content-main-view {
        flex: 1;
        padding-left: calc( 50% - 1246px / 2);
    }
    .content-main .content-main-view>.bottom {
        margin-top: 17px;
    }
    .content-main .top .left {
        height: 100%;
        width: 240px;
        padding: 0 30px 0 0;
    }
    .content-main .top {
        height: 700px;
    }
    .content-main .top .left .info {
        line-height: 22px;
        height: 66px;
    }
    .content-main .top .left .list {
        padding: 15px 0;
    }
    .content-main .top .left .list ul li span {
        font-size: 14px;
        color: #FFFFFF;
        opacity: .8;
    }
    .content-main .top .left .list ul li a {
        font-size: 14px;
        color: #FFFFFF;
    }
    .content-main .top .left .service {
        padding-bottom: 15px;
    }
    .content-main .top .left .service .service-tab {
        margin-top: 17px;
        margin-bottom: 11px;
    }
    .content-main .top .left .service .service-tab span {
        font-size: 18px;
        margin-right: 10px;
    }
    .content-main .top .left .service .service-main {
        display: none;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
    }
    .content-main .top .left .friendship-link {
        margin-top: 15px;
    }
    .content-main .top .left .friendship-link p a:nth-child(1) {
        margin-right: 20px;
    }
    .content-main .top .right {
        width: calc(100% - (240px - (50% - 1246px / 2)));
        overflow: hidden;
    }
    .content-main .top .right .center {
        width: calc(1246px - 240px);
        float: left;
    }
    .content-main .top .right .bottom {
        width: calc(1246px - 240px);
        float: left;
        height: 193px;
        overflow: hidden;
    }
    /*列表*/
    .right .img_list {
        width: calc(1246px - 301px);
        height: 507px;
    }
    .right .img_list .img_banner_wheel {
        width: 100%;
        height: 460px;
        position: relative;
    }
    .content-main .top .right .top {
        height: 460px;
    }
    /* 视频播放 */
    .content-main .top .right .list_video {
        width: calc(1246px - 240px);
        height: 460px;
    }
    /* 视频播放End */
    .content-main .top .right .bottom ul {
        display: block;
        overflow: hidden;
    }
    .content-main .top .right .bottom ul .moreLi h2 {
        font-size: 22px;
        margin-bottom: 42px;
    }
    .content-main .top .right .bottom ul .lis,
    .content-main .top .right .bottom ul .moreLi {
        float: left;
        width: 193px;
        height: 193px;
        margin-right: 0px;
        margin-left: 10px;
    }
    .content-main .top .right .bottom ul .moreLi {
        margin-left: 0px;
    }
    .content-main .top .right .bottom ul .lis .img_box {
        display: block;
        position: relative;
    }
    /* .content-main .top .right .bottom ul li:hover .img_box .play{
		transform:scale(1);
		opacity: 1;
	} */
    .content-main .top .right .bottom ul .lis img {
        width: 193px;
        height: 144.75px;
        object-fit: cover;
    }
    .content-main .top .right .bottom ul .lis div {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 48px;
        background: rgba(255, 255, 255, 0.7);
        padding: 0 8px;
    }
    .content-main .top .right .bottom ul .lis.on img {
        width: 189px;
        height: 141.75px;
    }
    .content-main .top .right .bottom ul .lis div h2 {
        font-size: 14px;
        padding-top: 7px;
    }
    .content-main .top .right .bottom ul .lis div p {
        font-size: 12px;
    }
    .content-main>.bottom {
        margin-left: 60px;
        margin-top: 22px;
    }
    /**************************************************************************************
     **************
     ************** content-main
     **************
    ***11*************************************************************************************/
}

@media screen and (min-width:1001px) and (max-width:1280px) {
    .content-main .top .right .bottom ul .lis img {
        width: 184px;
        height: 138px;
    }
    /**************************************************************************************
     **************
     ************** content-main
     **************
    ****************************************************************************************/
    .content-main {
        height: 750px;
    }
    .content-main .content-main-view {
        flex: 1;
        padding-left: calc( 50% - 1200px / 2);
    }
    .content-main .top {
        height: 691px;
        width: 100%;
        display: flex;
    }
    .content-main .top .left {
        height: 100%;
        width: 240px;
        padding: 0 30px 0 0;
    }
    .content-main .top .left .info {
        line-height: 22px;
        height: 66px;
    }
    .content-main .top .left .list {
        padding: 15px 0;
    }
    .content-main .top .left .list ul li span {
        font-size: 14px;
        color: #FFFFFF;
        opacity: .8;
    }
    .content-main .top .left .list ul li a {
        font-size: 14px;
        color: #FFFFFF;
    }
    .content-main .top .left .service {
        padding-bottom: 15px;
    }
    .content-main .top .left .service .service-tab {
        margin-top: 17px;
        margin-bottom: 11px;
    }
    .content-main .top .left .service .service-tab span {
        font-size: 18px;
        margin-right: 10px;
    }
    .content-main .top .left .service .service-main {
        display: none;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
    }
    .content-main .top .left .friendship-link {
        margin-top: 15px;
    }
    .content-main .top .left .friendship-link p a:nth-child(1) {
        margin-right: 20px;
    }
    .content-main .top .right {
        width: calc(100% - (240px - (50% - 1200px / 2)));
        overflow: hidden;
    }
    .content-main .top .right .center {
        width: calc(1200px - 240px);
        float: left;
    }
    .content-main .top .right .bottom {
        width: calc(1200px - 240px);
        height: 184px;
        float: left;
        overflow: hidden;
    }
    .right .img_list {
        width: calc(1200px - 240px);
        height: 507px;
    }
    .right .img_list .img_banner_wheel {
        width: 100%;
        height: 460px;
        position: relative;
    }
    .content-main .top .right .top {
        height: 460px;
    }
    .content-main .top .right .list_video {
        width: calc(1200px - 240px);
        height: 460px;
    }
    .content-main .top .right .bottom ul {
        display: block;
        overflow: hidden;
    }
    .content-main .top .right .bottom ul .moreLi h2 {
        font-size: 22px;
        margin-bottom: 42px;
    }
    .content-main .top .right .bottom ul .lis,
    .content-main .top .right .bottom ul .moreLi {
        float: left;
        width: 184px;
        height: 184px;
        margin-right: 0px;
        margin-left: 10px;
    }
    .content-main .top .right .bottom ul .moreLi {
        margin-left: 0px;
    }
    .content-main .top .right .bottom ul .li img {
        width: 184px;
        height: 138px;
        object-fit: cover;
    }
    .content-main .top .right .bottom ul .lis div {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 46px;
        background: rgba(255, 255, 255, 0.7);
        padding: 0 8px;
    }
    .content-main .top .right .bottom ul .lis.on img {
        width: 180px;
        height: 138px;
    }
    .content-main .top .right .bottom ul .lis div h2 {
        font-size: 14px;
        padding-top: 7px;
    }
    .content-main .top .right .bottom ul .lis div p {
        font-size: 12px;
    }
    .content-main>.bottom {
        margin-left: 40px;
        margin-top: 22px;
    }
    .content-main .content-main-view>.bottom {
        margin-top: 23px;
    }
    /**************************************************************************************
     **************
     ************** content-main
     **************
    ****************************************************************************************/
}


/* 1366 */

.pc {
    display: block;
}

.inblock {
    display: inline-block;
}

.inline {
    display: inline;
}

.mo {
    display: none;
}

.popSolution {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: none;
}

.popSolution .view {
    max-width: 1000px;
    background: #ffffff;
    border-top: solid 5px #FF1240;
    ;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
}

.popSolution .view .cont {
    padding: 30px;
    font-size: 14px;
    color: #444444;
    line-height: 26px;
    letter-spacing: 0;
}

.popSolution .view .box_close {
    background: url(../img/icon.png) no-repeat -540px -840px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -22px;
    top: -30px;
    cursor: pointer;
}

.content-main .top .right .bottom ul .moreLi .aMore.pc {
    display: block;
}

.content-main .top .right .bottom ul .moreLi .aMore.mo {
    display: none;
}


/* 1280 */

@media screen and (max-width: 1000px) {
    /**************************************************************************************
     **************
     ************** content-main
     **************
    ****************************************************************************************/
    .pc {
        display: none;
    }
    .mo {
        display: block;
    }
    .popSolution .view .box_close {
        background: url(../img/icon.png) no-repeat -540px -840px;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0px;
        top: -30px;
        cursor: pointer;
    }
    .content-main {
        padding: 0.34rem 0.17rem;
        width: 100%;
        height: auto;
        background: none;
    }
    .content-main .content-main-view {
        width: 100%;
        flex: none;
        padding-left: 0;
    }
    .content-main .content-main-view .top {
        width: 100%;
        height: auto;
        display: block;
    }
    .content-main .content-main-view .top .left {
        width: 100%;
        height: auto;
        display: block;
        padding-right: 0;
    }
    .content-main .top .left h1 {
        margin-top: 0;
        font-size: 0.34rem;
        line-height: 0.40rem;
        color: #222222;
        font-family: 'PingFangSC-Regular';
        text-align: center;
        font-weight: normal;
    }
    .content-main .top .left h2 {
        margin-top: 0;
        font-size: 0.34rem;
        line-height: 0.40rem;
        color: #222222;
        font-family: 'PingFangSC-Regular';
        text-align: center;
        font-weight: normal;
        margin-top: 0.1rem;
        max-height: 0.84rem;
        overflow: hidden;
    }
    .content-main .top .icon-div {
        display: none;
    }
    .content-main .top .left .info {
        font-size: 0.2rem;
        line-height: 0.26rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        cursor: auto;
        margin: 0.26rem auto 0.12rem;
        color: #666666;
        height: 0.48rem;
        overflow: hidden;
    }
    .content-main .top .left .list {
        border: 0 none;
        margin: 0.31rem auto 0.26rem;
        background: #F5F5F5;
        border-radius: 0.1rem 0.1rem 0 0;
        padding: 0.17rem 0.14rem;
    }
    .content-main .top .left .list ul li {
        line-height: 0.56rem;
        font-size: 0.22rem;
        color: #666666;
        display: flex;
    }
    .content-main .top .left .list ul li span.mo {
        line-height: 0.56rem;
        font-size: 0.22rem;
        color: #666666;
        width: 1rem;
        overflow: hidden;
        display: block;
        letter-spacing: 0;
        white-space: nowrap;
    }
    .content-main .top .left .list ul li a.mo {
        line-height: 0.56rem;
        font-size: 0.22rem;
        color: #222222;
        display: inline-flex;
        justify-content: space-between;
        width: calc(100% - 1rem);
        padding: 0 0.51rem 0 0.4rem;
        background: url(../img/mobile_point_black.png) 95% center no-repeat;
        background-size: 0.14rem 0.14rem;
    }
    .content-main .top .left .service {
        border: 0 none;
        padding-bottom: 0.26rem;
    }
    .content-main .top .left .service ul {
        transform: translate(0)!important;
    }
    .content-main .top .right .list_video {
        width: 100%;
        height: auto;
    }
    .content-main .top .left .service .service-tab,
    .content-main .top .left .friendship-link,
    .content-main .top .right .center,
    .content-main .top .left .service .btn-top,
    .content-main .top .left .service .btn-bottom {
        display: none;
    }
    .content-main .top .left .service ul {
        overflow: auto;
        display: flex;
    }
    .content-main .top .left .service .service_list {
        display: flex;
        justify-content: center;
        position: relative;
    }
    .header-right {
        position: absolute;
        right: -3px;
        top: 0rem;
        height: 0.4rem;
        width: 0.24rem;
        display: block;
        background: #ffffff url(./../img/mobile_point_black.png) left center no-repeat;
        background-size: 0.14rem auto;
        box-shadow: 0rem 0rem 0.13rem 0.12rem rgba(255, 255, 255, 1);
    }
    .content-main .top .left .service ul li {
        background: none;
        border-radius: 0.2rem;
        margin-right: 0.09rem;
        width: auto;
        overflow: visible;
        padding: 0.1rem 0.17rem;
    }
    .content-main .top .left .service ul li:last-child {
        margin-right: 0.3rem;
    }
    .content-main .top .left .service ul::-webkit-scrollbar {
        height: 0 !important;
        width: 0 !important;
        background-color: transparent;
        display: none;
    }
    .content-main .top .left .service ul {
        -ms-overflow-style: none;
    }
    .content-main .top .left .service ul {
        overflow: -moz-scrollbars-none;
    }
    .content-main .top .left .service ul li a {
        display: block;
        cursor: inherit;
    }
    .content-main .top .left .service ul li a i.red,
    .content-main .top .left .service ul li a i.white,
    .img_list .img_banner_wheel .wheel_left,
    .img_list .img_banner_wheel .wheel_right {
        display: none!important;
    }
    .content-main .top .left .service ul li a span {
        display: block;
        font-size: 0.19rem;
        line-height: 0.19rem;
        color: #666666;
        white-space: nowrap;
    }
    .content-main .top .left .service ul li.on {
        background: #FF1240;
    }
    .content-main .top .left .service ul li.on a {}
    .content-main .top .left .service ul li.on a i {}
    .content-main .top .left .service ul li.on span {
        color: #ffffff;
    }
    .content-main .top .right .top {
        height: auto;
        width: 100%;
        position: static;
        border-radius: 0 0 0.1rem 0.1rem;
        float: none;
    }
    /*  */
    .content-main .content-main-view .top .right {
        width: 100%;
        height: auto;
        display: block;
        float: none;
        display: block;
    }
    .content-main .top .right .top .item-img {
        float: none;
        width: 100%;
        height: auto;
        background: none;
        background: url('../img/loading.gif') no-repeat center center;
        background-size: 100px 100px;
        min-height: 200px;
    }
    .content-main .top .right .top .item-img img {
        width: 100%!important;
        height: auto!important;
        min-width: 10px!important;
        display: block;
        float: none;
    }
    .right .img_list {
        width: 100%;
        height: auto;
    }
    .right .img_list .img_banner_wheel {
        height: auto;
    }
    .content-main .content-main-view>.bottom {
        display: block;
        font-size: 0.17rem;
        line-height: 0.21rem;
        margin-top: 0.34rem;
        color: #666666;
    }
    .popSolution .view {
        width: 88%;
        max-height: 80%;
    }
    .popSolution .view .contBox {
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .popSolution .view .cont {
        padding: 0.26rem;
        font-size: 0.16rem;
        line-height: 0.2rem;
        width: 100%;
        height: 100%;
        font-family: 'PingFangSC-Regular';
    }
    .content-main .top .right .bottom ul .moreLi .aMore.pc {
        display: none;
    }
    .content-main .top .right .bottom ul .moreLi .aMore.mo {
        display: block;
        font-family: 'PingFangSC-Regular'
    }
    .content-main .top .right .bottom {
        width: 100%;
        margin-top: 0.51rem;
        float: none;
    }
    .content-main .top .right .bottom ul {
        width: 100%;
        flex-wrap: wrap;
        border-radius: 0.09rem;
        overflow: hidden;
    }
    .content-main .top .right .bottom ul>li.moreLi {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding: 0.3rem 0.2rem;
    }
    .content-main .top .right .bottom ul>li.moreLi a.aMain {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content-main .top .right .bottom ul>li.moreLi span.aMore {
        margin: 0;
        font-size: 0.27rem;
        line-height: 0.3rem;
    }
    .content-main .top .right .bottom ul>li.moreLi h2 {
        padding-top: 0;
        font-size: 0.27rem;
        line-height: 0.3rem;
        padding-right: 0.18rem;
        display: inline-flex;
        justify-content: space-between;
        height: 0.3rem;
        overflow: hidden;
        font-family: 'PingFangSC-Regular'
    }
    .content-main .top .right .bottom ul>li.moreLi h2:after {
        content: '';
        background: url(../img/mobile_right-point.png) center center no-repeat;
        background-size: 0.19rem 0.19rem;
        display: block;
        width: 0.19rem;
        height: 0.3rem;
    }
    .content-main .top .right .bottom ul>a.lis {
        width: calc((100% - 0.16rem)/2);
        margin-right: 0.15rem;
        margin-top: 0.17rem;
        height: auto;
        background: #F5F5F5;
    }
    .content-main .top .right .bottom ul .lis:hover div {
        background: #F5F5F5;
    }
    .content-main .top .right .bottom ul .lis:hover {
        background: #F5F5F5;
    }
    .content-main .top .right .bottom ul .lis img {
        opacity: 1;
    }
    .content-main .top .right .bottom ul>a.lis.on {
        width: calc((100% - 0.16rem)/2);
        margin-right: 0.15rem;
        margin-top: 0.17rem;
        height: auto;
        background: #F5F5F5;
    }
    .content-main .top .right .bottom ul>a:nth-of-type(2n) {
        margin-right: 0;
    }
    .content-main .top .right .bottom ul>a.lis .img_box {
        width: 2.95rem;
        height: 2.21rem;
        display: block;
        overflow: hidden;
        position: relative;
    }
    .content-main .top .right .bottom ul>a.lis img {
        width: 2.95rem;
        height: 2.21rem;
        object-fit: cover;
        margin: 0;
        display: block;
        overflow: hidden;
    }
    .content-main .top .right .bottom ul>a.lis.on img {
        width: 2.95rem;
        height: 2.21rem;
        object-fit: cover;
        margin: 0;
        display: block;
        overflow: hidden;
    }
    .content-main .top .right .bottom ul .lis .img_box .play {
        width: 0.5rem;
        height: 0.5rem;
        margin-left: -0.25rem;
        margin-top: -0.25rem;
    }
    .content-main .top .right .bottom ul>a.lis div {
        padding: 0;
        height: auto;
        position: static;
    }
    .content-main .top .right .bottom ul .lis.on div,
    .content-main .top .right .bottom ul>a.lis div {
        background: none;
    }
    .content-main .top .right .bottom ul>a.lis div h2 {
        text-align: center;
        font-size: 0.2rem;
        line-height: 0.24rem;
        padding: 0.16rem 0.1rem 0.15rem;
        color: #222222;
    }
    .content-main .top .right .bottom ul>a.lis div p {
        display: none;
    }
    .info-bottom-click {
        display: block;
        opacity: 1;
        margin: 0 auto;
        margin-top: 0.12rem;
        height: 0.3rem;
        width: 0.3rem;
        background: url(../img/mobile_desc.png) center center no-repeat;
        background-size: 100% auto;
        cursor: pointer;
    }
    .connect-form {
        margin-top: 0.17rem!important;
    }
}


/**************************************************************************************
     **************
     ************** content-main
     **************
    ****************************************************************************************/


/* 1280 */