.article-page-body {
    background: #fff;
    min-height: calc(100% - 210px);
    padding: 20px 0;
}

.article-page-body>.am-g {
    min-width: 75pc;
    max-width: 1200px;
    height: 100%;
}

.article-page-content,.author-message,.hot-label,.latest-article {
    background: #fff;
    box-shadow: 1px 2px 4px #f0eff0,-1px -1px 4px #f0eff0;
}
.page-list {
    background: #fff;
    box-shadow: 1px 2px 4px #774377,-1px -1px 4px #f0eff0;
}

.page-content-title {
    font-size: 24px;
    font-family: serif;
    font-weight: 600;
}

.page-content-message {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    border-bottom: 1px dotted #ffc2c2;
}

.page-content-message i {
    color: #ffc2c2;
    font-size: 14px;
}

.page-content-message button {
    position: relative;
    top: -2px;
    color: #38f;
    background: none;
    border: 1px solid #38f;
    padding: 5px 10px;
}

.page-content-message button i {
    color: #38f;
    font-size: 14px;
}

.article-subtitle {
    font-size: 15px;
    color: #535353;
    background: #f3f3f3;
    border-left: 4px solid #cdcdcd;
}

.article-text {
    font-size: 15px;
    color: #484848;
    max-width: 40pc;
    margin: 2.4rem auto;
}

.article-text>p {
    font-size: 1pc;
    color: #635959;
    margin: 0;
}

.article-text>div,.article-text>p {
    line-height: 30px;
}

section p {
    margin: 1.2rem 0;
}

.article-text img {
    max-width: 40pc;
}

.author-message {
    color: #999;
}

.author-message img {
    width: 68px;
    height: 68px;
    border: 1px solid #38f;
}

.author-message-name {
    display: flex;
    align-items: center;
    color: #38f;
    font-size: 18px;
}

.author-message-name span:last-child {
    background: #75a6eb;
    border-radius: 5px;
    color: #fff;
    position: relative;
    top: 1px;
}

.single-content {
    line-height: normal;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.single-title span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    min-height: 20px;
}

.single-left {
    color: #fe4b3b;
}

.single-right {
    border: 1px solid #ff9990;
    color: #ff9990;
    padding: 0 3px;
}

.latest-article-details {
    display: flex;
    color: #999;
}

.latest-article-details img {
    width: 5pc;
    height: 5pc;
    border-radius: 5px;
}

.latest-article-content {
    width: calc(100% - 5pc);
}

.latest-article-content div:first-child {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3pc;
}

.hot-label h6,.latest-article h6 {
    border-bottom: 1px dotted #ffc2c2;
}

.hot-label-span div:nth-child(odd) {
    border: 1px solid #484848;
    color: #484848;
    display: inline-block;
}

.hot-label-span div:nth-child(even) {
    border: 1px solid #ff9797;
    color: #ff9797;
    display: inline-block;
}

.article-page-top,.article-page-top:active,.article-page-top:focus,.article-page-top:hover,.article-page-top:visited {
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #6590f3;
    color: #6590f3;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    outline: 0!important;
    box-shadow: none;
    transition: none;
    margin-bottom: 1rem;
}

.page-list-icon,.page-list-icon:active,.page-list-icon:focus,.page-list-icon:hover,.page-list-icon:visited {
    position: relative;
    width: 60px;
    height: 60px;
    background: #6590f3;
    color: #fff;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0!important;
    box-shadow: none;
    transition: none;
    margin-bottom: 1rem;
}

.page-list-icon:after {
    position: absolute;
    content: '';
    width: 40%;
    height: 10%;
    bottom: 2px;
    border-radius: 100%;
    box-shadow: 0 0 14px 5px #6590f3;
}

.page-copy,.page-copy:active,.page-copy:focus,.page-copy:hover,.page-copy:visited {
    position: relative;
    width: 60px;
    height: 60px;
    background: #6590f3;
    color: #fff;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0!important;
    box-shadow: none;
    transition: none;
}

.page-copy:after {
    position: absolute;
    content: '';
    width: 40%;
    height: 10%;
    bottom: 2px;
    border-radius: 100%;
    box-shadow: 0 0 14px 5px #6590f3;
}

.article-page-list .iconfont,.article-page-top .iconfont,.page-copy .iconfont {
    font-size: 24px;
}

.page-list {
    position: absolute;
    right: 5pc;
    bottom: 0;
    border-radius: 5px;
    width: 380px;
    padding: 1.6rem 0 calc(62px + 1rem);
    z-index: 999;
}

.page-list-details {
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    margin-bottom: 20px;
}

.page-list-details img {
    width: 90pt;
    height: 90pt;
}

.list-details-message {
    background: #fff;
    width: calc(100% - 90pt);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.list-details-message>a {
    color: #333;
}

.details-message-price {
    display: flex;
}

.details-message-price>span {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding-right: 1rem;
}

.details-message-price>span:last-child {
    border-right: none;
    padding: 0 0 0 1rem;
}

.details-message-price>span span:nth-child(odd) {
    display: block;
    color: #999;
    font-size: 1.2rem;
}

.details-message-price>span span:nth-child(even) {
    display: block;
    color: #ff3c00;
    font-size: 1.4rem;
}

.details-message-other {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.details-itemsale {
    color: #999;
}

.details-coupon {
    display: inline-flex;
    color: #ff7202!important;
    border: 1px solid #ff7202;
    padding-right: .5rem;
}

.details-coupon>span:first-child {
    padding: 0 .5rem;
    border-right: 1px solid #ff7202;
    background: #ff7202;
    color: #fff;
}

.details-coupon>span:last-child {
    padding-left: .5rem;
}

.copy-all,.copy_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.copy-all {
    border-top: 1px solid #eee;
    background: #fff;
}

.copy-all button,.copy-all button:active,.copy-all button:focus,.copy-all button:hover,.copy-all button:visited {
    background: #6590f3;
    color: #fff;
    border-radius: 5px;
    width: 100%;
}

.article-text-twin {
    width: 90%;
    border: 1px solid #ddd;
}

.article-text-twin img {
    width: 100%;
}

.text-twin-title {
    width: 100%;
    color: #999;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

copy_tip {
    position: relative;
    bottom: 1rem;
    width: calc(100% - 2rem);
    height: 25px;
}

.public-copy,.public-copy:active,.public-copy:hover,.public-copy:visited {
    color: #fff;
    background-color: rgba(92,173,255,.8);
    cursor: pointer;
}

.commodity-remove {
    display: none;
}

.shadow {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
}

.shadow,.shadowtext {
    align-items: center;
    justify-content: center;
}

.shadowtext {
    color: #fff;
    width: 75pt;
    height: 75pt;
    border-radius: 50%;
    background: rgba(83,64,64,.6);
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    display: none;
}

.right-btn {
    position: fixed;
    right: 3.2rem;
    bottom: 3.2rem;
    z-index: 99;
}

.btn-tips {
    position: absolute;
    right: 0;
    opacity: 0;
    width: 5pc;
    line-height: 30px;
    font-size: 9pt;
    text-align: center;
    background: #464646;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .4s cubic-bezier(0,0.96,1,1.02) 0s;
    transition: all .4s cubic-bezier(0,0.96,1,1.02) 0s;
    z-index: -20;
}

.btn-tips:after {
    position: absolute;
    top: 7px;
    right: -8px;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #464646;
    border-bottom: 8px solid transparent;
}

.tips-active {
    right: 6.4rem;
    opacity: 1;
    z-index: 20;
}

.itemlist {
    height: 478px;
    overflow: hidden;
    position: relative;
}

.page-list-scroll {
    position: absolute;
    top: 0;
    width: 100%;
    transition: top .5s;
}

.itemlist-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.copy_all {
    font-size: 14px;
    padding: 2px 9pt;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: all .5s;
}

.copy_all:hover {
    background: #75a6eb;
    color: #fff;
    border-color: #75a6eb;
}

.itemlist-page {
    width: 130px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.itemlist-next,.itemlist-prev {
    width: 60px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #b0b0b0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    transition: color .5s;
}

.itemlist-next:hover,.itemlist-prev:hover {
    color: #75a6eb;
}

.itemlist-btn span i {
    line-height: 20px;
    font-size: 24px;
}

span.itemlist-disabled,span.itemlist-disabled:hover {
    color: #e0e0e0;
    cursor: default;
}

.article-text .am-g,.article-text .single-content-one {
    line-height: normal;
}