﻿.placeholder-text{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    height: 1em;
    margin: 0.25em 0px;
}
body{
    font-family: "苹方", "Droid Sans Fallback", "微软雅黑", Tahoma, Geneva, sans-serif, "宋体" !important;
    padding-top: 0px;
}
.Topbar {
    display: none;
}
.pc-style{
    padding-top: 0px;
}
.pc-style .banner {
    background: #fff05f url(../images/vipSharePro/banner.jpg) center top no-repeat;
    text-align: center;
}

.pc-style .banner .banner-inner {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .banner #pcBanner {
    display: block;
}

.pc-style .banner #mobileBanner {
    display: none;
}

.pc-style .block {
    width: 1000px;
    margin: -200px auto 0px auto;
    position: relative;
    z-index: 10;
    font-size: 15px;
}

.pc-style .block .block-inner {
    padding: 50px;
    background: #ffffff;
    border-radius: 30px;
}

.pc-style .step-login-block {
    position: relative;
    padding-right: 150px;
}

.pc-style .user-background {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 8em;
    margin-top: -20px;

}

.pc-style .user-background .btn {
    background: #ffc000;
    background-image: -webkit-linear-gradient(#ffd146, #ffc000);
    border-radius: 8px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 15px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.pc-style .user-background .btn .btn-text {
    display: inline-block;
    padding-right: 12px;
    position: relative;
}

.pc-style .user-background .btn .btn-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    border-top: 2px solid rgba(0, 0, 0, 0.75);
    border-right: 2px solid rgba(0, 0, 0, 0.75);
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -3px;
}

.pc-style .my-own-code {
    /* padding: 15px;
    border-radius: 12px;
    border: 1px dashed #e5e5e5; */
    position: relative;
    overflow: hidden;
    zoom: 1;
    /* margin: 20px 0px; */
    text-align: center;
    margin-top: 10px;
}

.pc-style .my-own-code .code-box {
    margin: 0px auto;
    padding: 10px;
    box-sizing: border-box;
}

.pc-style .my-own-code .code-box img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.pc-style .my-own-code .code-des {
    padding-top: 5px;
}

.pc-style .my-own-code .code-des .title {
    font-weight: bold;
}

.pc-style .my-own-code .code-des .sub-title {
    color: #888888;
}

.pc-style .my-own-code .code-des .mobile-download-tips-text {
    display: none;
}

.pc-style .my-own-code .swiper-code {
    padding-bottom: 20px;
}

.pc-style .my-own-code .swiper-pagination {
    bottom: 0px;
}

.pc-style .step {
    text-align: center;
    padding: 20px 0px;
    display: flex;
    /* align-items: center; */
    margin: 0px -20px;
}

.pc-style .step .step-item {
    flex: 1;
    position: relative;
}

.pc-style .step .step-item::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/vipSharePro/vipsharebg001.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -15px;
}

.pc-style .step .step-item:last-child:after {
    display: none;
}

.pc-style .step .item-no {
    font-size: 20px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 3px solid #ffc000;
    margin: 0px auto 10px auto;
    font-family: Arial, Helvetica, sans-serif;
}

.pc-style .step .item-des {
    font-weight: bold;
    padding-bottom: 5px;
}

.pc-style .step .item-text {
    line-height: 30px;
}

.pc-style .step .item-text .intro {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 0px;
    color: #888888;
}

.pc-style .step .step-item-inner {
    border-radius: 12px;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 10px 60px 10px;
    margin: 0px 20px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.pc-style .step .step-item-inner[onclick] {
    cursor: pointer;
}

.pc-style .step .step-item.current-step .step-item-inner {
    animation: amtBreathing 1s infinite;
    -webkit-animation: amtBreathing 1s infinite;
}

.pc-style .step .step-item .item-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px 10px 20px 10px;
}

.pc-style .step .btn {
    color: #0066cc;
    border-radius: 100px;
    background: #e53737;
    background-image: -webkit-linear-gradient(#ff3e3e, #e53737);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    padding: 0px 15px;
    line-height: 32px;
    display: inline-block;
    font-size: 14px;
    /* box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1); */
    color: #ffffff;
    width: 5em;
}

.pc-style .step .btn-status {
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

.pc-style .loading {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    background: url(https://user.100xuexi.com/css/images/loading_dark.gif) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .load-operation {
    margin: 16px;
    display: none;
}

.pc-style .load-operation .btn-loadmore {
    border-radius: 8px;
    background: #ffffff;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #0066cc;
}

.pc-style .article-block {
    transition: all 0.3s;
    border-radius: 12px;
    border: 1px solid transparent;
    margin: 10px auto 20px auto;
}

/* .pc-style .article-class-box{
    display: none;
} */

.pc-style .article-class .article-classs-inner {
    overflow: hidden;
    zoom: 1;
    margin: 0px -5px;
}

.pc-style .article-class .class-item {
    float: left;
    padding: 5px;
}

.pc-style .article-class .class-item a {
    display: block;
    white-space: nowrap;
    background: #f5f5f5;
    color: #336699;
    padding: 5px 10px;
    border-radius: 8px;
}

.pc-style .article-class-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #ffffff;
    z-index: 1000;
    padding: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.pc-style .article-class-fixed .article-classs-inner {
    width: 1000px;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0px 45px;
}

.pc-style .twinkle {
    border: 1px solid #e53737;
    box-shadow: 0px 0px 15px rgba(255, 0, 0, 0.5);
    position: relative;
}

.pc-style .twinkle:after {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    right: 0px;
    background: url(../images/vipSharePro/vipsharebg002.png) center center no-repeat;
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
}

.pc-style .article-list {
    margin: 0px auto;
    background: #ffffff;
}

.pc-style .article-list .item-group {
    padding: 10px;
    border-radius: 12px;
    border: 1px dashed #e5e5e5;
    margin-top: 50px;
    position: relative;
}

.pc-style .article-list .item-group .item-group-title {
    position: absolute;
    top: -35px;
    left: -1px;
    right: 0px;
    text-align: left;
    line-height: 40px;
}

.pc-style .article-list .item-group .item-group-title-text {
    background: #fff05f;
    color: #3c2d04;
    border-radius: 12px 50px 12px 0px;
    padding: 0px 2em 0px 20px;
    display: inline-block;
    font-weight: bold;
    /* border: 1px solid #e3d555; */
    font-size: 18px;
}

.pc-style .article-list .item {
    position: relative;
    padding: 0px 10px;
}

.pc-style .article-list .item.selected {
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.5);
    border-radius: 8px;
    animation: amtBreathing 1s infinite;
    -webkit-animation: amtBreathing 1s infinite;
}

.pc-style .article-list .item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
}

.pc-style .article-list .item:last-child:after {
    display: none;
}

.pc-style .article-list .item-inner {
    padding: 16px 0px;
    display: block;
    color: #333333;
}

.pc-style .article-list .item-inner::after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .article-list .item .img-des {
    margin-left: 120px;
}

.pc-style .article-list .item .img-des .item-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #336699;
}

.pc-style .article-list .item .img-des .item-title:hover {
    text-decoration: underline;
}

.pc-style .article-list .item .img-des .item-content {
    font-size: 13px;
    color: #666666;
    min-height: 3em;
    max-height: 3em;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.pc-style .article-list .item .img-des .item-time {
    font-size: 12px;
    color: #888888;
}

.pc-style .article-list .item .img-des .item-btns {
    /* padding-top: 10px; */
    text-align: right;
}

.pc-style .article-list .item .img-des .item-btns .btn-copy {
    background: #e53737;
    background-image: -webkit-linear-gradient(#ff3e3e, #e53737);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-radius: 8px;
    color: #ffffff;
    padding: 0px 2em;
    line-height: 32px;
    margin-right: 10px;
    font-size: 14px;
}

.pc-style .article-list .item .img-des .item-btns .btn-share {
    background: #0066cc;
    background-image: -webkit-linear-gradient(#0066cc, #004dcc);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-radius: 8px;
    color: #ffffff;
    padding: 0px 2em;
    line-height: 32px;
    margin-right: 10px;
    font-size: 14px;
}

.pc-style .article-list .item .img-box {
    width: 100px;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    border-radius: 8px;
}

.pc-style .article-list .item .img-box::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.pc-style .article-list .item .img-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.pc-style .text-for-copy {
    position: absolute;
    left: -9999em;
    top: -9999em;
}

.pc-style .bot {
    text-align: center;
    padding: 50px 0px;
}

.pc-style .browser-tips {
    position: fixed;
    z-index: 200000;
    background: rgba(0, 0, 0, 0.75);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    color: #ffffff;
    display: none;
}

.pc-style .browser-tips .tips-box {
    padding: 50px 20px 20px 20px;
    background: url(../images/vip/arrow-bg.png?v=20210828) right top no-repeat;
    background-size: auto 50px;
    width: 15em;
    text-align: center;
    position: fixed;
    right: 0px;
    top: 0px;
    font-size: 18px;
}

.pc-style .browser-tips .tips-box .btn-isee {
    width: 6em;
    border: 2px solid #ffffff;
    border-radius: 100px;
    line-height: 36px;
    display: block;
    margin: 10px auto;
    color: #ffffff;
}

.pc-style .introduction {
    border-radius: 12px;
    padding: 20px;
    border: 1px dashed #e5e5e5;
    margin-bottom: 20px;
}

.pc-style .introduction a {
    color: #0066cc;
    border-bottom: 1px solid;
}

.pc-style .other-info {
    border-radius: 12px;
    padding: 20px;
    border: 1px dashed #e5e5e5;
}

.pc-style .other-info a {
    color: #0066cc;
    border-bottom: 1px solid;
}

.pc-style .other-info .code-box {
    text-align: center;
    padding: 10px 0px;
}

.pc-style .tab-box {
    background: #ffc000;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.pc-style .tab-box .tab-list {
    display: flex;
    overflow: hidden;
}

.pc-style .tab-box .tab-list .tab-item {
    flex: 1;
    padding: 10px 10px 0px 10px;
}

.pc-style .tab-box .tab-list .tab-item a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 10px 10px 10px;
    position: relative;
    background: #fff05f;
    height: 100%;
    box-sizing: border-box;
}

.pc-style .tab-box .tab-list .tab-item .selected {
    color: #e53737;
    background: #ffffff;
}

.pc-style .tab-box .tab-list .tab-item .selected:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    width: 2em;
    margin-left: -1em;
    bottom: 0;
    border-radius: 100%;
    height: 20px;
    border: 3px solid #e53737;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    box-sizing: border-box;
}

.pc-style .tab-box .tab-content {
    background: #ffffff;
    margin: 0px 10px 10px 10px;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
}
.pc-style .tab-box .tab-content .btn-container{
    padding: 20px 0px;
    text-align: center;
}
.pc-style .tab-box .tab-content .btn-container .btn{
    background: #e53737;
    background-image: -webkit-linear-gradient(#ff3e3e, #e53737);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-radius: 8px;
    color: #ffffff;
    padding: 0px 2em;
    line-height: 32px;
    margin-right: 10px;
    font-size: 14px;
}
.pc-style .rule .rule-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    display: none;
}

.pc-style .rule h3 {
    font-weight: bold;
    color: #cc6600;
    text-indent: 30px;
    font-size: 1.1em;
    padding: 1em 0px 0.5em 0px;
}

.pc-style .rule h4 {
    font-weight: bold;
    text-indent: 30px;
    font-size: 1em;
    padding: 0.5em 0px;
}

.pc-style .rule p {
    text-indent: 30px;
}

.pc-style .rule a {
    color: #004dcc;
    border-bottom: 1px solid;
}
.pc-style .list-block-tabs{
    display: none;
}
.pc-style .list-block {
    display: flex;
    margin: 20px -10px;
}

.pc-style .list-block .block-item {
    flex: 1;
    box-sizing: border-box;
    padding: 0px 10px;
}

.pc-style .top-list {
    border-radius: 12px;
    padding: 20px;
    border: 1px dashed #e5e5e5;
}

.pc-style .top-list .top-list-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.pc-style .top-list .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pc-style .top-list .item:last-child {
    border-bottom: none;
}

.pc-style .top-list .item-inner {
    position: relative;
    /* padding: 10px 100px 10px 80px; */
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.pc-style .top-list .item-info {
    flex: 1;
}

.pc-style .top-list .item-no {
    flex: 0 0 40px;
}

.pc-style .top-list .item-head {
    flex: 0 0 50px;
}

.pc-style .top-list .img-box {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: center center no-repeat;
    background-size: cover;
    position: relative;
}

.pc-style .top-list .img-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.pc-style .top-list .item-amount {
    flex: 0 0 100px;
    text-align: right;
}
.pc-style .top-list .item-amount .amount-num{
    color: #e53737;
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
}
.pc-style .top-list .item-des {
    padding: 0px 10px;
}

.pc-style .top-list .item-name {
    font-weight: bold;
}

.pc-style .top-list .item-time {
    color: #888888;
    font-size: 12px;
}

/* 移动端样式 */
.mobile-style{
    padding-top: 0px;
}
.mobile-style .banner {
    background: #fff05f;
}

.mobile-style .banner .banner-inner {
    margin: 0px auto;
}

.mobile-style .banner .banner-inner img {
    max-width: 100%;
}

.mobile-style .banner #pcBanner {
    display: none;
}

.mobile-style .banner #mobileBanner {
    display: block;
}

.mobile-style .block {
    margin: -15px auto 0px auto;
    position: relative;
    z-index: 20;
}

.mobile-style .block .block-inner {
    padding: 16px;
    background: #ffffff;
    border-radius: 12px;
}

.mobile-style .block .block-main-title {
    font-size: 18px;
    font-weight: bold;
}

.mobile-style .step-block {
    margin-bottom: 20px;
}

.mobile-style .step {
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin: 0px -5px;
    display: flex;
}

.mobile-style .step::after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .step .step-item {
    position: relative;
    flex: 1;
}

.mobile-style .step .step-item::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #ffffff url(../images/vipSharePro/vipsharebg001.png) center center no-repeat;
    background-size: 70% 70%;
    position: absolute;
    right: -10px;
    top: 26px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.mobile-style .step .step-item:last-child:after {
    display: none;
}

.mobile-style .step .item-no {
    font-size: 18px;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 3px solid #ffc000;
    margin: 0px auto 10px auto;
    font-family: Arial, Helvetica, sans-serif;
}

.mobile-style .step .item-des {
    font-size: 14px;
    padding: 0px 5px;
}

.mobile-style .step .step-item-inner {
    border-radius: 12px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 0px 50px 0px;
    margin: 0px 5px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.mobile-style .step .step-item-inner[onclick] {
    cursor: pointer;
}

.mobile-style .step .step-item.current-step .step-item-inner {
    animation: amtBreathing 1s infinite;
    -webkit-animation: amtBreathing 1s infinite;
}

.mobile-style .step .item-text {
    line-height: 30px;
    font-size: 14px;
}

.mobile-style .step .step-item .item-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px 5px 10px 5px;
}

.mobile-style .step .btn {
    color: #0066cc;
    border-radius: 100px;
    background: #e53737;
    background-image: -webkit-linear-gradient(#ff3e3e, #e53737);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    padding: 0px 10px;
    line-height: 28px;
    display: inline-block;
    font-size: 12px;
    /* box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1); */
    color: #ffffff;
    width: 5em;
}

.mobile-style .step .btn-status {
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

@media (max-width:400px) {
    .mobile-style .step {
        display: block;
        margin: 0px;
    }

    .mobile-style .step .step-item {
        padding: 5px 0px;
    }

    .mobile-style .step .step-item .step-item-inner {
        padding: 15px 100px 15px 50px;
        margin: 0px;
    }

    .mobile-style .step .item-no {
        position: absolute;
        left: 10px;
        top: 50%;
        margin: -14px 0px 0px 0px;
        width: 24px;
        height: 24px;
        line-height: 24px;

    }

    .mobile-style .step .step-item .item-btn {
        left: auto;
        right: 0px;
        top: 50%;
        bottom: auto;
        margin-top: -15px;
        padding: 0px 15px 0px 0px;
    }

    .mobile-style .step .btn {
        width: 5em;
    }

    .mobile-style .step .item-des {
        text-align: left;
    }

    .mobile-style .step .step-item::after {
        bottom: -10px;
        right: auto;
        top: auto;
        transform: rotate(90deg);
        left: 50%;
    }
}




.mobile-style .user-background {
    padding: 10px 0px;
}

.mobile-style .user-background .btn {
    background: #ffc000;
    background-image: -webkit-linear-gradient(#ffd146, #ffc000);
    border-radius: 8px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 15px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);

}

.mobile-style .user-background .btn .btn-text {
    display: inline-block;
    padding-right: 12px;
    position: relative;
}

.mobile-style .user-background .btn .btn-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    border-top: 2px solid rgba(0, 0, 0, 0.75);
    border-right: 2px solid rgba(0, 0, 0, 0.75);
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -3px;
}

.mobile-style .my-own-code {
    /* padding: 15px;
    border-radius: 12px;
    border: 1px dashed #e5e5e5; */
    position: relative;
    overflow: hidden;
    zoom: 1;
    /* margin: 0px 0px 15px 0px; */
    text-align: center;
}

.mobile-style .my-own-code .code-box {
    margin: 0px auto;
    padding: 10px;
    box-sizing: border-box;
}

.mobile-style .my-own-code .code-box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.mobile-style .my-own-code .code-des {
    padding-top: 5px;
}

.mobile-style .my-own-code .code-des .title {
    font-weight: bold;
}

.mobile-style .my-own-code .code-des .sub-title {
    color: #888888;
}

.mobile-style .my-own-code .code-des .mobile-download-tips-text {
    display: inline;
}

.mobile-style .my-own-code .swiper-code {
    padding-bottom: 20px;
    margin-top: 10px;
}

.mobile-style .my-own-code .swiper-pagination {
    bottom: 0px;
}

.mobile-style .loading {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    background: url(https://user.100xuexi.com/css/images/loading_dark.gif) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .load-operation {
    margin: 16px;
    display: none;
}

.mobile-style .load-operation .btn-loadmore {
    border-radius: 8px;
    background: #ffffff;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #0066cc;
}

.mobile-style .article-block {
    border: 1px transparent;
    border-radius: 12px;
    transition: all 0.3s;
    margin: 10px auto 20px auto;
}

.mobile-style .article-class-box {
    height: 41px;
}

.mobile-style .article-class {
    position: relative;
}

.mobile-style .article-class.article-class-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #ffffff;
    z-index: 1000;
    padding: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.mobile-style .article-class::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.mobile-style .article-class .article-classs-inner {
    overflow: auto;
    zoom: 1;
    -webkit-overflow-scrolling: touch;
    position: relative;
    white-space: nowrap;
    padding-right: 100px;
}

.mobile-style .article-class .class-item {
    padding: 5px;
    display: inline-block;
}

.mobile-style .article-class .class-item a {
    display: block;
    white-space: nowrap;
    background: #f5f5f5;
    color: #336699;
    padding: 5px 10px;
    border-radius: 8px;
}

.mobile-style .twinkle {
    border: 1px solid #e53737;
    box-shadow: 0px 0px 15px rgba(255, 0, 0, 0.5);
    position: relative;
}

.mobile-style .twinkle:after {
    content: "";
    display: block;
    position: absolute;
    top: -80px;
    right: 0px;
    background: url(../images/vipSharePro/vipsharebg002.png) center center no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
}

.mobile-style .article-list {
    margin: 0px auto;
}

.mobile-style .article-list .item-group {
    padding: 5px 5px;
    border-radius: 12px;
    border: 1px dashed #e5e5e5;
    margin-top: 30px;
    position: relative;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.mobile-style .article-list .item-group-important {
    border: 1px dashed rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(#ffeeea, #ffffff);
}

.mobile-style .article-list .item-group .item-group-title {
    position: absolute;
    top: -20px;
    left: -1px;
    right: 0px;
    text-align: left;
    line-height: 30px;
    z-index: 100;
}

.mobile-style .article-list .item-group .item-group-title-text {
    background: #fff05f;
    color: #3c2d04;
    border-radius: 100px;
    padding: 0px 1.5em 0px 1em;
    display: inline-block;
    border-radius: 12px 50px 12px 0px;
    font-weight: bold;
    border: 1px solid #e5d755;
}

.mobile-style .article-list .item {
    position: relative;
    padding: 0px 10px;
}

.mobile-style .article-list .item.selected {
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.5);
    border-radius: 8px;
    animation: amtBreathing 1s infinite;
    -webkit-animation: amtBreathing 1s infinite;
}

.mobile-style .article-list .item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
}

.mobile-style .article-list .item:last-child:after {
    display: none;
}

.mobile-style .article-list .item-inner {
    padding: 16px 0px;
    display: block;
    color: #333333;
}

.mobile-style .article-list .item-inner::after {
    content: "";
    display: block;
    clear: both;
}

/* 
.mobile-style .article-list .item .img-des {
    margin-left: 100px;
} */

.mobile-style .article-list .item .img-des .img-link-area {
    display: block;
    margin-bottom: 5px;
}

.mobile-style .article-list .item .img-des .item-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    position: relative;
    color: #336699;
}

/* .mobile-style .article-list .item .img-des .item-title::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
} */

.mobile-style .article-list .item .img-des .item-content {
    font-size: 13px;
    color: #666666;
    /* min-height: 3em; */
    max-height: 3em;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-style .article-list .item .img-des .item-time {
    font-size: 12px;
    color: #888888;
}

.mobile-style .article-list .item .img-des .item-btns {
    /* padding-top: 10px; */
    text-align: right;
}

.mobile-style .article-list .item .img-des .item-btns .btn-copy {
    background: #e53737;
    background-image: -webkit-linear-gradient(#ff3e3e, #e53737);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-radius: 8px;
    color: #ffffff;
    padding: 0px 20px;
    line-height: 32px;
    margin-right: 10px;
}

.mobile-style .article-list .item .img-des .item-btns .btn-share {
    background: #0066cc;
    background-image: -webkit-linear-gradient(#0066cc, #004dcc);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-radius: 8px;
    color: #ffffff;
    padding: 0px 20px;
    line-height: 32px;
}

.mobile-style .article-list .item .img-box {
    width: 90px;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    border-radius: 8px;
    display: none;
}

.mobile-style .article-list .item .img-box::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.mobile-style .article-list .item .img-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.mobile-style .text-for-copy {
    position: absolute;
    left: -9999em;
    top: -9999em;
}

.mobile-style .bot {
    text-align: center;
    padding: 50px 0px;
}

.mobile-style .browser-tips {
    position: fixed;
    z-index: 200000;
    background: rgba(0, 0, 0, 0.75);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    color: #ffffff;
    display: none;
}

.mobile-style .browser-tips .tips-box {
    padding: 50px 20px 20px 20px;
    background: url(../images/vip/arrow-bg.png?v=20210828) right top no-repeat;
    background-size: auto 50px;
    width: 15em;
    text-align: center;
    position: fixed;
    right: 0px;
    top: 0px;
    font-size: 18px;
}

.mobile-style .browser-tips .tips-box .btn-isee {
    width: 6em;
    border: 2px solid #ffffff;
    border-radius: 100px;
    line-height: 36px;
    display: block;
    margin: 10px auto;
    color: #ffffff;
}

.mobile-style .introduction {
    border-radius: 12px;
    padding: 20px;
    border: 1px dashed #e5e5e5;
    margin-bottom: 20px;
}

.mobile-style .introduction a {
    color: #0066cc;
    border-bottom: 1px solid;
}

.mobile-style .other-info {
    border-radius: 12px;
    padding: 20px;
    border: 1px dashed #e5e5e5;
}

.mobile-style .other-info a {
    color: #0066cc;
    border-bottom: 1px solid;
}

.mobile-style .other-info .code-box {
    text-align: center;
    padding: 10px 0px;
}

.mobile-style .other-info .code-box img {
    max-width: 100%;
}



.mobile-style .tab-box {
    background: #ffc000;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0px -16px 20px -16px;
}

.mobile-style .tab-box .tab-list {
    display: flex;
    overflow: hidden;
    padding: 0px 5px;
}

.mobile-style .tab-box .tab-list .tab-item {
    flex: 1;
    padding: 10px 5px 0px 5px;
}

.mobile-style .tab-box .tab-list .tab-item a {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 5px 10px 5px;
    position: relative;
    background: #fff05f;
    height: 100%;
    box-sizing: border-box;
}

.mobile-style .tab-box .tab-list .tab-item .selected {
    color: #e53737;
    background: #ffffff;
}

.mobile-style .tab-box .tab-list .tab-item .selected:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    width: 2em;
    margin-left: -1em;
    bottom: 0;
    border-radius: 100%;
    height: 20px;
    border: 3px solid #e53737;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    box-sizing: border-box;
}

.mobile-style .tab-box .tab-content {
    background: #ffffff;
    margin: 0px 10px 10px 10px;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
}
.mobile-style .tab-box .tab-content .btn-container{
    padding: 20px 0px;
    text-align: center;
}
.mobile-style .tab-box .tab-content .btn-container .btn{
    background: #e53737;
    background-image: -webkit-linear-gradient(#ff3e3e, #e53737);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-radius: 8px;
    color: #ffffff;
    padding: 0px 2em;
    line-height: 32px;
    margin-right: 10px;
    font-size: 14px;
}
.mobile-style .rule .rule-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    display: none;
}

.mobile-style .rule h3 {
    font-weight: bold;
    color: #cc6600;
    text-indent: 30px;
    font-size: 1.1em;
    padding: 1em 0px 0.5em 0px;
}

.mobile-style .rule h4 {
    font-weight: bold;
    text-indent: 30px;
    font-size: 1em;
    padding: 0.5em 0px;
}

.mobile-style .rule p {
    text-indent: 30px;
}

.mobile-style .rule a {
    color: #004dcc;
    border-bottom: 1px solid;
}

.mobile-style .list-block-tabs{
    display: flex;
    text-align: center;
    margin-bottom: -1px;
    background: #f5f5f5;
    border-radius: 12px 12px 0px 0px;
}
.mobile-style .list-block-tabs .tab-item{
    flex: 1;
}
.mobile-style .list-block-tabs .tab-item a{
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid transparent;
    border-bottom: 1px solid #e5e5e5;
}
.mobile-style .list-block-tabs .tab-item .selected{
    border-radius: 12px 12px 0px 0px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #e53737;
    border-bottom: 1px solid #ffffff;
}
.mobile-style .list-block {
    margin-bottom: 20px;
}

.mobile-style .list-block .block-item {
    box-sizing: border-box;
}
.mobile-style .list-block .block-item#conTopList2{
    display: none;
}
.mobile-style .top-list {
    border-radius:0px 0px 12px 12px;
    padding:0px 15px;
    border: 1px solid #e5e5e5;
}

.mobile-style .top-list .top-list-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.mobile-style .top-list .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-style .top-list .item:last-child {
    border-bottom: none;
}

.mobile-style .top-list .item-inner {
    position: relative;
    /* padding: 10px 100px 10px 80px; */
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.mobile-style .top-list .item-info {
    flex: 1;
}

.mobile-style .top-list .item-no {
    flex: 0 0 30px;
}

.mobile-style .top-list .item-head {
    flex: 0 0 50px;
}

.mobile-style .top-list .img-box {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: center center no-repeat;
    background-size: cover;
    position: relative;
}

.mobile-style .top-list .img-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.mobile-style .top-list .item-amount {
    flex: 0 0 70px;
    text-align: right;
}
.mobile-style .top-list .item-amount .amount-num{
    color: #e53737;
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
}
.mobile-style .top-list .item-des {
    padding: 0px 10px;
}

.mobile-style .top-list .item-name {
    font-weight: bold;
}

.mobile-style .top-list .item-time {
    color: #888888;
    font-size: 12px;
}








.msg-box-mask {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99998;
    background: rgba(0, 0, 0, 0.75);
}

.msg-box {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #ffffff;
    width: 80%;
    max-width: 320px;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 99999;
}

.msg-box .msg-title {
    text-align: center;
    padding: 32px 24px 16px;
    font-size: 17px;
    font-weight: bold;
}

.msg-box .msg-con {
    padding: 0px 24px 32px 24px;
    text-align: center;
    font-size: 17px;
}

.msg-box .msg-foot {
    height: 56px;
    line-height: 56px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.msg-box .msg-foot:after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.msg-box .msg-foot .aler-btns {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.msg-box .msg-foot .confirm-btns {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    font-weight: bold;
}

.msg-box .msg-foot .confirm-btns li {
    width: 50%;
    float: left;
    position: relative;
}

.msg-box .msg-foot .confirm-btns li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
}

.msg-box .msg-foot .confirm-btns li:last-child::after {
    display: none;
}

.msg-box .msg-foot .btn-no {
    display: block;
    font-size: 17px;
    font-weight: bold;
}

.msg-box .msg-foot .btn-ok {
    display: block;
    font-size: 17px;
    color: #e53737;
    font-weight: bold;
}

@keyframes amtBreathing {
    0% {
        box-shadow: 0px 0px 1px rgba(255, 0, 0, 0.5);
    }

    50% {
        box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.5);
    }

    100% {
        box-shadow: 0px 0px 1px rgba(255, 0, 0, 0.5);
    }
}

.canvas{
    position: absolute;
    left: -999999em;
    top: -999999em;
}