html {
    font-size: 10px !important;
}

.container {
    width: 1200px;
    margin: auto;
}

.crumbs {
    margin: 30px 0 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
}

.crumbs img {
    width: 5px;
    height: 6px;
    margin: -3px 10px;
    vertical-align: super;
}

.crumbs span {
    margin-left: -4px;
}

.leftcon {
    width: 860px;
}

.leftcon .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
    color: #333333;
    margin-bottom: 40px;
}

.rightcon {
    width: 300px;
    padding-top: 40px;
}

.rightcon .head {
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    border-bottom: 1px solid var(--themeColor);
}

.rightcon ul {
    color: var(--themeColor);
    list-style: disc;
}

.rightcon ul li {
    margin-bottom: 20px;
    margin-left: 15px;
}

.rightcon ul li::marker {
    font-size: 12px;
}

.rightcon ul li a p:hover {
    color: var(--themeColor);
}

.rightcon ul li a p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    margin-left: -4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.leftcon .content {
    display: flex;
    justify-content: space-between;
}

.toolbox {
    width: 119px;
    height: 550px;
    padding-right: 24px;
    border-right: 1px solid #EEEEEE;
    box-sizing: border-box;
}

.toolbox .timer {
    margin-bottom: 40px;
    font-family: "Malgun Gothic";
}

.toolbox .line {
    display: inline-block;
    width: 20px;
    height: 4px;
    border-top: 2px solid #E0E0E0;
}

.toolbox .lineMiddle {
    margin: 0 4px;
}

.timer .t1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #666666;
}

.timer .t2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
    margin: 10px 0;
    text-align: center;
}

.timer .t3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #808080;
    text-align: center;
}

.provenance {
    margin-bottom: 40px;
}

.provenance .author {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
}

.provenance .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
    padding-right: 10px;
}

.comments {
    margin-bottom: 40px;
    position: relative;
    display:none;
}

.comments .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
}

.comments .item {
    position: absolute;
    font-size: 20px;
    color: #E0E0E0;
    top: 12px;
    left: 0;
}

.comments .icon {
    text-align: center;
    margin-top: 18px;
    width: 38px;
    height: 38px;
    margin-left: 21px;
}

.comments .icon > img {
    width: 100%;
    cursor: pointer;
}

.comments .commentNum {
    position: absolute;
    left: 40px;
    top: 30px;
    background: #ffffff;
    height: 20px;
    text-align: center;
    color: rgba(242, 74, 74, 1);
    font-size: 14px;
    padding: 0 2px;
    min-width: 20px;
}

.share {
    position: relative;
}

.share .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
}

.share .item {
    position: absolute;
    font-size: 20px;
    color: #E0E0E0;
    top: 12px;
    left: 0;
}

.share .social-share {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.share .social-share > a {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    margin-left: -10px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    line-height: 40px;
    transition: all .5s;
    position: relative;
    text-align: center;
}

.share .social-share > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    transform: scale(0);
}

.share .social-share > a:hover:after {
    transform: scale(1);
    transition: all .3s;
}

.share .weixinIcon:hover::after {
    background: #3dbe5b;
}

.share .weiboIcon:hover::after {
    background: #ff5757;
}

.share .qqIcon:hover::after {
    background: #21b3f7;
}

/* .share .icons img {
    width: 25px;
    vertical-align: middle;
    margin-top: -4px;
    z-index: 100;
    position: relative;
} */

.share .icons img:hover {
    animation: rock .4s;
}

@keyframes rock {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.share .social-share > a:last-child {
    margin-bottom: 0;
}

.mainbox {
    width: 700px;
}

/* 图文 */
.textContent {
    width: 100%;
}

.textContent .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    margin-top: 40px;
}

/* 图集 */
.atlasContent .bigImageWrap {
    text-align: center;
    width: 700px;
}

.atlasContent .bigImageWrap img {
    max-width: 700px;
    max-height: 600px;
}

.atlasContent .desc {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: flex;
    margin: 20px 0;
}

.atlasContent .desc .currentN {
    font-size: 32px;
    color: var(--themeColor);
}

.atlasContent .swiper-container {
    width: 680px;
    height: 100px;
    margin: 0;
}

.swiper-wrapper {
    margin-top: 5px;
}

.swiper-container .swiper-slide img {
    width: 160px;
    height: 90px;
    object-fit: cover;
    cursor: pointer;
}

.swiper-container .swiper-slide {
    width: 160px !important;
    margin-right: 12px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px !important;
    color: #FFFFFF;
}

.swiper-slide-active {
    transform: scale(1.1);
}

.atlasContent .swiper-button-prev,
.atlasContent .swiper-button-next {
    width: 36px;
    height: 36px;
    background: #000000;
    opacity: 0.4;
    border: none;
    outline: none;
    margin-top: -18px;
}

.atlasContent .swiper-button-prev {
    left: -4px;
}

.atlasContent .swiper-button-next {
    right: -4px;
}

.atlasContent .desc .currentLeft {
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.atlasContent .desc .content2 {
    width: 100%;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.atlasContent .desc .content2 p {
    width: 100%;
    line-height: 22px;
}

/* 视频 */
.videoContent .videoDom {
    width: 100%;
    flex-shrink: 0;
    height: calc(100vw * 9/16);
    max-height: calc(var(--maxWidth) * 9/16);
}

.videoContent .content3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    margin-top: 40px;
}

/* 音频 */
.audioContent .audio {
    width: 100%;
    height: 72px;
    box-shadow: none;
    background: url(../imgs/audioBg.png) no-repeat center;
    background-size: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
}

.audioContent .audio .aplayer-pic {
    height: 32px;
    width: 32px;
    margin: 20px 0 20px 80px;
}

.audioContent .audio .aplayer-pic .aplayer-play {
    height: 32px;
    width: 32px;
    border-radius: 16px;
    background-color: rgba(0, 53, 149, .4);
}

.audioContent .audio .aplayer-pic .aplayer-play svg {
    top: 6px;
    left: 7px;
    height: 20px;
    width: 20px;
}

.audioContent .audio .aplayer-pic .aplayer-pause {
    height: 32px;
    width: 32px;
    border-radius: 16px;
    background-color: rgba(0, 53, 149, .4);
}

.audioContent .audio .aplayer-pic .aplayer-pause svg {
    top: 6px;
    left: 6px;
    height: 20px;
    width: 20px;
}

.audioContent .audio .resetBtn {
    width: 24px;
    height: 24px;
    left: 124px;
    top: 25px;
    background: rgba(0, 53, 149, .4);
    margin-right: 20px;
}

.audioContent .audio .resetBtn span {
    width: 8px;
    height: 8px;
    margin-top: 8px;
}

.audioContent .audio .aplayer-info {
    margin-left: 168px;
    line-height: 72px;
    height: 72px;
}

.audioContent .audio .aplayer-info .aplayer-controller {
    width: 512px;
    height: 72px;
}

.audioContent .audio .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    width: 360px;
    height: 3px;
    margin-top: 35px;
}

.audioContent .audio .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.audioContent .audio .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.audioContent .audio .aplayer-info .aplayer-controller .aplayer-time {
    position: relative;
    top: -40px;
    float: left;
    height: 20px;
    color: #ffffff;
    font-size: 15px;
    left: 380px;
}

.audioContent .audio .aplayer-info .aplayer-controller .aplayer-volume-wrap {
    top: 6px;
    display: inline-block;
}

.audioContent .audio .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon-volume-down {
    display: block !important;
    width: 26px;
    height: 20px;
}

.audioContent .audio .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path {
    fill: #ffffff;
}

.audioContent .audio .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap {
    overflow: inherit;
}

.audioContent .audio .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
    bottom: -12px;
    right: -2px;
}

/* .audioContent .audio .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap {
    overflow: inherit;
    width: 125px;
    height: 4px;
    left: 4px;
}

.audioContent .audio .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
    transform: rotate(180deg);
    bottom: -7px;
    left: 25px;
    width: 125px;
    height: 4px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
}

.audioContent .audio .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
    height: 4px !important;
} */

.audioContent .content4 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
}

.function {
    margin-top: 40px;
    margin-bottom: 31px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-family: "PingFang SC";
    font-weight: 400;
    line-height: 20px;
    color: #656F80;
    display:none;
}

.function .launch {
    cursor: pointer;
}

.function .launch img {
    width: 24px;
    height: 20px;
}

.function .launch:last-child img {
    width: 21px;
    height: 21px;
}

.function .num1 {
    margin-left: 8px;
}

.function .num2 {
    margin-left: 8px;
}

.recommended {
    margin-bottom: 40px;
}

.recommended .head {
    position: relative;
    margin-bottom: 20px;
}

.recommended .head img {
    width: 23px;
}

.recommended .head>span {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    margin-left: 5px;
}

.recommended .head .change {
    width: 74px;
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    cursor: pointer;
}

.recommended .head .change:hover {
    color: var(--themeColor);
}

.recommended .head .change img {
    vertical-align: middle;
    width: 15px;
}

.recommended .head .change.disable img {
    animation: rotate 0.75s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contents {
    display: flex;
}

.contents .item {
    width: 224px;
    margin-left: 14px;
    cursor: pointer;
    overflow: hidden;
}

.contents .item:first-child {
    margin-left: 0;
}

.contents .item>img {
    width: 224px;
    height: 126px;
    object-fit: cover;
    border-radius: 4px;
    transition: transform .3s ease-out;
}

.contents .item>img:hover {
    transform: scale(1.05);
}

.contents .item>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contents .item>p:hover {
    color: var(--themeColor);
}

.discuss {
    margin-bottom: 40px;
    display:none;
}
.allComments{
    display:none;
}

.discuss .head {
    margin-bottom: 18px;
}

.discuss .head img {
    width: 21px;
    height: 20px;
}

.discuss .head>span {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
}

#textarea {
    width: 100%;
    height: 110px;
    outline: none;
    font-size: 14px;
    border: 1px solid #EDEDED;
    padding: 13px 16px;
}

#textarea::placeholder {
    color: #DBDBDB;
}

.discuss .con button {
    width: 68px;
    height: 30px;
    background: var(--themeColor);
    opacity: 1;
    border-radius: 2px;
    margin-left: 16px;
    outline: none;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.discuss .con button:hover {
    background:cornflowerblue;
}

.allComments .titles {
    font-size: 16px;
    color: #333333;
}

.allComments .title>span {
    font-size: 12px;
    color: #999999;
}

.allComments .noComment {
    text-align: center;
}

.allComments .item1 {
    padding: 30px 0;
    border-top: 1px solid #F5F5F5;
    display: flex;
}

.allComments .item1 .photo {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
}

.allComments .item1:first-of-type {
    border-top: none;
}

.allComments .item1 .id {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
    margin-right: 20px;
}

.allComments .item1 .time {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #BFBFBF;
}

.allComments .item1 .index {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
    padding-right: 10px;
    border-right: 1px solid #E6E6E6;
}

.allComments .item1 .index>img {
    width: 14px;
    height: 12px;
    margin-right: 6px;
}

.allComments #reply {
    font-size: 12px;
    line-height: 16px;
    color: #B8B8B8;
    padding-left: 10px;
    cursor: pointer
}

.allComments .item1 .com {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-top: 10px;
}

.moreReply {
    width: 100%;
    /* padding: 17px 16px 20px; */
    background: #F7F7F7;
    margin-top: 19px;
}

.moreReply .comment {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
    padding: 17px 16px 20px;
}

.moreReply .comment .time {
    font-size: 12px;
    color: #BEBEBE;
    margin-top: 6px;
}

.moreReply .comment .button {
    margin-left: 20px;
    cursor: pointer;
}

.moreReply .allreply {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: var(--themeColor);
    cursor: pointer;
}

.moreReply .allreply>img {
    transform: rotate(-90deg);
    vertical-align: middle;
}

.moreComments {
    height: 40px;
    width: 100%;
    background: #F6F6F6;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #626675;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
    cursor: pointer;
}

#BackToTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: 60px;
    cursor: pointer;
    display: none;
}

#BackToTop img {
    width: 100%;
    height: 100%;
}