﻿@keyframes AmtHand {
    0% {
        background-position: 0px center;
    }

    50% {
        background-position: 5px center;
    }

    100% {
        background-position: 0px center;
    }
}

@-webkit-keyframes AmtHand {
    0% {
        background-position: 0px center;
    }

    50% {
        background-position: 5px center;
    }

    100% {
        background-position: 0px center;
    }
}
body{
    padding-top: 0px;
}
.pc-style {
    font-size: 16px;
    line-height: 1.8;
    background: #1d80f2 url(/css/images/vipagent/banner.jpg?v=20210830) center top no-repeat;
}

.pc-style .banner {
    text-align: center;
}

.pc-style .banner-inner {
    width: 1120px;
    margin: 0px auto;
    height: 400px;
    overflow: hidden;
    display: block;
}

.pc-style .banner-inner .pc-banner {
    display: block;
}

.pc-style .banner-inner .mobile-banner {
    display: none;
}

.pc-style .banner-inner img {
    width: 100%;
}

.pc-style .block {}

.pc-style .block .block-inner {
    padding: 50px 50px;
    width: 960px;
    margin: 0px auto;
    border-radius: 12px;
    margin: 0px auto 30px auto;
    background: #ffffff;
    box-shadow: 5px 5px 20px 0px #3a2df4;
}

.pc-style .block .block-title {
    text-align: center;
    margin-bottom: 10px;
}

.pc-style .block .block-title .block-title-text {
    font-size: 30px;
    color: #e53737;
    display: inline-block;
    position: relative;
    font-weight: normal;
    z-index: 1;
}

.pc-style .block .block-title .block-title-text::before {
    content: "";
    display: block;
    position: absolute;
    left: -0.5em;
    right: -0.5em;
    background: #ffdb4d;
    bottom: 5px;
    z-index: -1;
    height: 10px;
    border-radius: 100px;
}


.pc-style .block .sub-block-title {
    font-size: 16px;
    font-weight: bold;
    text-indent: 2em;
    color: #cc3300;
}

.pc-style .block a {
    border-bottom: 1px solid #0066cc;
    color: #0066cc;
}

.pc-style .block .card-box {
    overflow: hidden;
    padding: 10px 0px;
}

.pc-style .block .card-box::after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .block .card-box .card-item {
    width: 50%;
    float: left;
    text-align: center;
}

.pc-style .block .card-box .card-item-inner {
    margin: 0px 2em;
}

.pc-style .block .card-box .card-item .item-img {
    margin-bottom: 5px;
}

.pc-style .block .card-box .card-item .item-des {
    font-size: 14px;
}

.pc-style .block .card-box .card-item img {
    width: 100%;
}

.pc-style .block .table-box {
    padding: 0.2em 0px;
}

.pc-style .block .table-product {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.pc-style .block .table-product tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.03);
}

.pc-style .block .table-product th {
    text-align: center;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #1d80f2;
    color: #ffffff;
    padding: 10px 15px;
}

.pc-style .block .table-product td {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
}

.pc-style .block .table-product .align-left {
    text-align: left;
}

/* .pc-style .block .table-product a {
    border-bottom: 1px solid #333333;
} */
.pc-style .block .table-product .btn-buy {
    border-radius: 100px;
    color: #ffffff;
    background: #e53737;
    display: block;
    text-align: center;
    line-height: 36px;
    width: 3em;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 0px 10px;
    margin: 0px auto;
    border: none;
}

.pc-style .block img {
    max-width: 100%;
}

.pc-style .block p {
    padding: 0.2em 0px;
}

.pc-style .block .instruction {
    padding-top: 1em;
}

.pc-style .block .instruction p {
    padding: 0px;
    text-indent: 2em;
}

.pc-style .block .contact::after {
    content: "";
    clear: both;
    display: block;
}

.pc-style .block .contact .contact-item {
    width: 50%;
    float: left;
}

.pc-style .block .contact .contact-item .item-inner {
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 2em 4em;
    padding: 20px 40px;
}

.pc-style .block .contact .contact-item .item-imgbox {
    width: 200px;
    margin: 20px auto 0px auto;
    border: 1px solid #e5e5e5;
}

.pc-style .block .other-info {
    margin-top: 1em;
    border: 1px dashed #e5e5e5;
    padding: 2em;
    border-radius: 20px;
    margin: 1em 4em;
}

.pc-style .dialog-buy {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    font-size: 14px;
    line-height: 1.5;
}

.pc-style .dialog-buy .dialog-buy-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    margin-top: -200px;
    border-radius: 5px;
    overflow: hidden;
    height: 400px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    background: #f5f5f5;
}

.pc-style .dialog-title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 44px;
    background: #ffffff;
    line-height: 44px;
}

.pc-style .dialog-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: #e53737;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.pc-style .dialog-title .title-text {
    padding: 0px 44px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.pc-style .dialog-title .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0137_0.png?v=20210830) center center no-repeat;
    background-size: 16px 16px;
    text-indent: -99999em;
}

.pc-style .dialog-content {
    position: absolute;
    top: 44px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding:20px;
}

.pc-style .bot {
    color: #ffffff;
}

.pc-style .bot .bot-inner {
    text-align: center;
    padding: 50px 0px;
    width: 1120px;
    margin: 0px auto;
}

.pc-style .fix-bottom-btns {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: -100px;
    z-index: 500;
    background: -webkit-linear-gradient(rgba(29, 128, 242, 0), rgba(29, 128, 242, 0.75), rgba(57, 47, 244, 1));
    transition: all 0.3s;
}

.pc-style .fix-bottom-btns .fix-bottom-btns-inner {
    padding: 20px;
    width: 1120px;
    margin: 0px auto;
}

.pc-style .fix-bottom-btns .fix-bottom-btns-inner .btn-buy-vip {
    background: #e53737;
    background: linear-gradient(to left, #ff8400, #ff3800);
    background: -webkit-linear-gradient(to left, #ff8400, #ff3800);
    color: #ffffff;
    border-radius: 100px;
    text-align: center;
    width: 10em;
    display: block;
    margin: 0px auto;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}

/* .pc-style .fix-bottom-btns .fix-bottom-btns-inner .btn-buy-vip::before {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0664.png?v=20210830) center center no-repeat;
    background-size: 100% 300%;
    animation: AmtVipBg 3s linear 0s infinite normal;
    -webkit-animation: AmtVipBg 3s linear 0s infinite normal;
} */
.pc-style .dialog-buy .card-tab{
    overflow: hidden;
    zoom:1;
}
.pc-style .dialog-buy .card-tab .card-tab-item{
    float: left;
    width: 4em;
    padding:5px 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #ffffff;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.pc-style .dialog-buy .card-tab .card-tab-item.selected,.pc-style .dialog-buy .card-tab .card-tab-item.selected:hover{
    border: 1px solid #e53737;
    color: #e53737;
}
.pc-style .dialog-buy .card-tab .card-tab-item.selected::after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid #e53737;
}
.pc-style .dialog-buy .card-tab .card-tab-item:hover{
    border: 1px solid #999999;
    color: #333333;
}
.pc-style .dialog-buy .choose-count {
    margin: 10px auto;
}

.pc-style .dialog-buy .choose-count .choose-count-title {
    margin-bottom: 5px;
}

.pc-style .dialog-buy .count-list {
    border: 1px solid #e5e5e5;
    background: #ffffff;
}

.pc-style .dialog-buy .count-list:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .dialog-buy .count-list .count-item {
    float: left;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.pc-style .dialog-buy .count-list .count-item::after {
    content: "";
    display: block;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    z-index: 1;
}

.pc-style .dialog-buy .count-list .count-item::before {
    content: "";
    display: block;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    z-index: 1;
}

.pc-style .dialog-buy .count-list .count-item.selected {
    color: #e53737;
}

.pc-style .dialog-buy .count-list .count-item.selected::before {
    border: 3px solid #e53737;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    right: 0px;
}

.pc-style .dialog-buy .count-list .count-item.selected:after {
    display: none;
}

.pc-style .dialog-buy .count-list .count-item.count-custom {
    width: 50%;
    height: 62px;
}

.pc-style .dialog-buy .count-list .count-item .count-item-inner {
    padding: 10px 0px;
    position: relative;
    z-index: 10;
}

.pc-style .dialog-buy .count-list .count-item .count-num {
    font-size: 20px;
    line-height: 24px;
}

.pc-style .dialog-buy .count-list .count-item .count-price {
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}

.pc-style .dialog-buy .count-list .input-count {
    font-size: 18px;
    text-align: center;
    line-height: 62px;
    height: 62px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    vertical-align: top;
    background: transparent;
    position: relative;
    z-index: 10;
}

.pc-style .dialog-buy .btn-container {
    text-align: center;
}

.pc-style .dialog-buy .btn-container .btn-pay {
    background: #e53737;
    color: #ffffff;
    height: 48px;
    display: block;
    border-radius: 8px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

/* 移动端样式 */

.mobile-style {
    font-size: 15px;
    line-height: 1.8;
    background: #1d80f2;
}

.mobile-style .banner {
    text-align: center;
}

.mobile-style .banner-inner {
    margin: 0px auto;
    display: block;
}

.mobile-style .banner-inner .pc-banner {
    display: none;
}

.mobile-style .banner-inner .mobile-banner {
    display: block;
}

.mobile-style .banner-inner img {
    width: 100%;
}

.mobile-style .block {}

.mobile-style .block .block-inner {
    padding: 16px;
    margin: 0px auto;
    border-radius: 12px;
    margin: 0px 8px 16px 8px;
    background: #ffffff;
    box-shadow: 5px 5px 20px 0px #3a2df4;
}

.mobile-style .block .block-title {
    text-align: center;
    margin-bottom: 10px;
}

.mobile-style .block .block-title .block-title-text {
    font-size: 24px;
    color: #e53737;
    display: inline-block;
    position: relative;
    font-weight: normal;
    z-index: 1;
}

.mobile-style .block .block-title .block-title-text::before {
    content: "";
    display: block;
    position: absolute;
    left: -0.5em;
    right: -0.5em;
    background: #ffdb4d;
    bottom: 5px;
    z-index: -1;
    height: 10px;
    border-radius: 100px;
}

.mobile-style .block .sub-block-title {
    font-size: 16px;
    font-weight: bold;
    text-indent: 2em;
    color: #cc3300;
}

.mobile-style .block a {
    border-bottom: 1px solid #0066cc;
    color: #0066cc;
}

.mobile-style .block .card-box {
    overflow: hidden;
    /* padding: 10px 0px; */
}

.mobile-style .block .card-box::after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .block .card-box .card-item {
    /* width: 50%;
    float: left; */
    text-align: center;
}

.mobile-style .block .card-box .card-item-inner {
    margin: 1em 1em;
}

.mobile-style .block .card-box .card-item .item-img {
    margin-bottom: 5px;
}

.mobile-style .block .card-box .card-item .item-des {
    font-size: 14px;
}

.mobile-style .block .card-box .card-item img {
    width: 100%;
}

.mobile-style .block .table-box {
    padding: 0.2em 0px;
}

.mobile-style .block .table-product {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.mobile-style .block .table-product tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.03);
}

.mobile-style .block .table-product th {
    text-align: center;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #1d80f2;
    color: #ffffff;
    padding: 10px 15px;
    line-height: 1.2;
}

.mobile-style .block .table-product td {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
}

.mobile-style .block .table-product .align-left {
    text-align: left;
}

.mobile-style .block .table-product .btn-buy {
    border-radius: 100px;
    color: #ffffff;
    background: #e53737;
    display: block;
    text-align: center;
    line-height: 36px;
    width: 3em;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 0px 10px;
    margin: 0px auto;
    border: none;
}

.mobile-style .block img {
    max-width: 100%;
}

.mobile-style .block p {
    padding: 0.2em 0px;
}

.mobile-style .block .instruction {
    padding-top: 1em;
}

.mobile-style .block .instruction p {
    padding: 0px;
}

.mobile-style .block .instruction p {
    padding: 0px 0px 0px 1.5em;
    text-indent: -1.5em;
}

.mobile-style .block .contact::after {
    content: "";
    clear: both;
    display: block;
}

.mobile-style .block .contact .contact-item {
    margin-bottom: 1em;
}

.mobile-style .block .contact .contact-item .item-inner {
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
}

.mobile-style .block .contact .contact-item .item-imgbox {
    width: 160px;
    margin: 10px auto 10px auto;
    border: 1px solid #e5e5e5;
}

.mobile-style .block .other-info {
    border: 1px dashed #e5e5e5;
    padding: 20px;
    border-radius: 20px;
}

.mobile-style .block .other-info p:first-child {
    padding-left: 0px;
    text-indent: 0;
}

.mobile-style .block .other-info p {
    padding-left: 2.5em;
    text-indent: -2.5em;
}

.mobile-style .dialog-buy {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.mobile-style .dialog-buy .dialog-buy-box {
    position: absolute;
    top: 10%;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #f5f5f5;
}

.mobile-style .dialog-title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 44px;
    background: #ffffff;
    line-height: 44px;
}

.mobile-style .dialog-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: #e53737;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .dialog-title .title-text {
    padding: 0px 44px;
    text-align: center;
    font-size: 17px;
}

.mobile-style .dialog-title .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0137_0.png?v=20210830) center center no-repeat;
    background-size: 16px 16px;
    text-indent: -99999em;
}

.mobile-style .dialog-content {
    position: absolute;
    top: 44px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 16px;
}
.mobile-style .dialog-buy .card-tab{
    overflow: hidden;
    zoom:1;
}
.mobile-style .dialog-buy .card-tab .card-tab-item{
    float: left;
    width: 4em;
    padding:5px 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #ffffff;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.mobile-style .dialog-buy .card-tab .card-tab-item.selected,.pc-style .dialog-buy .card-tab .card-tab-item.selected:hover{
    border: 1px solid #e53737;
    color: #e53737;
}
.mobile-style .dialog-buy .card-tab .card-tab-item.selected::after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid #e53737;
}
.mobile-style .dialog-buy .card-tab .card-tab-item:hover{
    border: 1px solid #999999;
    color: #333333;
}
.mobile-style .dialog-buy .choose-count {
    margin: 10px auto;
}

.mobile-style .dialog-buy .choose-count .choose-count-title {
    margin-bottom: 5px;
}

.mobile-style .dialog-buy .count-list {
    border: 1px solid #e5e5e5;
    background: #ffffff;
}

.mobile-style .dialog-buy .count-list:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .dialog-buy .count-list .count-item {
    float: left;
    width: 33.33%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.mobile-style .dialog-buy .count-list .count-item::after {
    content: "";
    display: block;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    z-index: 1;
}

.mobile-style .dialog-buy .count-list .count-item::before {
    content: "";
    display: block;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    z-index: 1;
}

.mobile-style .dialog-buy .count-list .count-item.selected {
    color: #e53737;
}

.mobile-style .dialog-buy .count-list .count-item.selected::before {
    border: 3px solid #e53737;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    right: 0px;

}

.mobile-style .dialog-buy .count-list .count-item.selected:after {
    display: none;
}

.mobile-style .dialog-buy .count-list .count-item.count-custom {
    width: 66.66%;
    height: 62px;
}

.mobile-style .dialog-buy .count-list .count-item .count-item-inner {
    padding: 10px 0px;
    position: relative;
    z-index: 10;
}

.mobile-style .dialog-buy .count-list .count-item .count-num {
    font-size: 20px;
    line-height: 24px;
}

.mobile-style .dialog-buy .count-list .count-item .count-price {
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}

.mobile-style .dialog-buy .count-list .input-count {
    font-size: 16px;
    text-align: center;
    line-height: 62px;
    height: 62px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    vertical-align: top;
    background: transparent;
    position: relative;
    z-index: 10;
}

.mobile-style .dialog-buy .btn-container {
    text-align: center;
}

.mobile-style .dialog-buy .btn-container .btn-pay {
    background: #e53737;
    color: #ffffff;
    height: 48px;
    display: block;
    border-radius: 8px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.mobile-style .bot {
    color: #ffffff;
}

.mobile-style .bot .bot-inner {
    text-align: center;
    padding: 40px 0px 100px 0px;
    margin: 0px auto;
}

.mobile-style .fix-bottom-btns {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: -100px;
    z-index: 500;
    background: -webkit-linear-gradient(rgba(29, 128, 242, 0), rgba(29, 128, 242, 0.75), rgba(57, 47, 244, 1));
    transition: all 0.3s;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.mobile-style .fix-bottom-btns .fix-bottom-btns-inner {
    padding: 15px 10px;
    margin: 0px auto;
}

.mobile-style .fix-bottom-btns .fix-bottom-btns-inner .btn-buy-vip {
    background: #e53737;
    background: linear-gradient(to left, #ff8400, #ff3800);
    background: -webkit-linear-gradient(to left, #ff8400, #ff3800);
    color: #ffffff;
    border-radius: 100px;
    text-align: center;
    width: 10em;
    display: block;
    margin: 0px auto;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #ffffff;
    position: relative;
    overflow: hidden;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}

/* .mobile-style .fix-bottom-btns .fix-bottom-btns-inner .btn-buy-vip::before {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0664.png?v=20210830) center center no-repeat;
    background-size: 100% 300%;
    animation: AmtVipBg 3s linear 0s infinite normal;
    -webkit-animation: AmtVipBg 3s linear 0s infinite normal;
} */
