.footer-wrap {
    background: linear-gradient(360deg,rgba(31,32,32,1) 0%,rgba(34,35,35,1) 100%);
}
.plus-container {
    padding-top: 120px;
    min-width: 1200px;
    height: 4210px;
    text-align: center;
    color: #E4CAA0;
    background: url(images/plus-bg.jpg?v=2) no-repeat center 0;
}
.plus-container h1 {
    margin-bottom: 625px;
    font-size: 84px;
    letter-spacing: 5px;
}
.plus-container .plus-tips {
    margin-bottom: 76px;
    font-size: 28px;
    line-height:40px;
    letter-spacing:1px;
    text-shadow:0px 2px 4px rgba(0,0,0,1), -1px -1px 4px rgba(174,143,103,1);
}
.plus-container .plus-box {
    margin: 0 auto;
    padding-top: 0.1px;
    width: 1160px;
}
.plus-container .plus-box h2 {
    margin-top: -8px;
    font-size: 28px;
    letter-spacing: 4px;
}
.plus-container .get-plus {
    font-size: 32px;
    text-align: center;
    line-height: 80px;
    color: #1F2020;
}
.plus-container .plus-box1 {
    height: 420px;
    text-align: center;
}
.plus-container .plus-box1 ul {
    display: flex;
    justify-content: space-around;
    margin-top: 170px;
    margin-left: 50px;
    margin-bottom: 56px;
    width: 1095px;
}
.plus-container .plus-box1 li {
    width: 25%;
}
.plus-container .plus-box1 li h3 {
    margin-bottom: 20px;
    font-size: 26px;
}

.plus-container .plus-box1 li p {
    font-size: 18px;
    line-height: 1.5em;
}
.plus-container .plus-box1 .get-plus {
    display: inline-block;
    width: 860px;
    height: 80px;
    background:linear-gradient(180deg,rgba(232,208,167,1) 0%,rgba(186,148,94,1) 100%);
    box-shadow:0px 4px 10px 3px rgba(0,0,0,0.5);
    border-radius: 40px;
    background-size: cover;
}
.plus-container .plus-box2 {
    margin-top: 145px;
    height: 260px;
}
.plus-container .plus-box2 .plus-tips {
    margin-top: 80px;
    margin-bottom: 66px;
}

.plus-price-table {
    position: relative;
    margin: 0 auto;
    margin-top: 128px;
    padding-top: 1727px;
    width: 1200px;
    height: 1848px;
}
.plus-price-table .table-anchor {
    position: absolute;
    top: 380px;
    left: 50%;
    margin-left: -580px;
    width:80px;
    height:240px;
    text-align: center;
    background:rgba(255,255,255,1);
    box-shadow:2px 3px 4px 1px rgba(233,212,168,1);
    border-radius:8px;
}
.plus-price-table .table-anchor.fix {
    position: fixed;
    top: 100px;
}
.plus-price-table .table-anchor a {
    display: block;
    padding-top: 50px;
    width:80px;
    height:80px;
    color: #71552A;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-size: 26px;
}
.plus-price-table .table-anchor a.brand-anchor {
    background-image: url(images/R.png);
}
.plus-price-table .table-anchor a.patent-anchor {
    background-image: url(images/P.png);
}
.plus-price-table .table-anchor a.copyright-anchor {
    background-image: url(images/C.png);
}
.plus-price-table .table-anchor a.active {
    border-radius:8px;
    background-color: #EADCBF;
}
.plus-price-table .brand-ac {
    position: absolute;
    left: 0;
    top: 190px;
    width: 100%;
}
.plus-price-table .patent-ac {
    position: absolute;
    left: 0;
    top: 830px;
    width: 100%;
}
.plus-price-table .copyright-ac {
    position: absolute;
    left: 0;
    top: 1250px;
    width: 100%;
}
.plus-price-table .get-plus {
    display: inline-block;
    width: 680px;
    height: 80px;
    background:linear-gradient(180deg,rgba(188,151,98,1) 0%,rgba(164,127,76,1) 100%);
    border-radius:40px;
}

.plus-tips-swiper {
    margin: 0 auto;
    margin-top: 170px;
    padding-left: 270px;
    width: 1200px;
}
.plus-tips-swiper .swiper-box {
    position: relative;
    width: 894px;
    line-height: 40px;
    text-align: left;
}

.plus-tips-swiper p {
    position: absolute;
    font-size: 28px;
    letter-spacing:2px;
    opacity: 0;
}
.plus-tips-swiper p.s_show {
    opacity: 1;
    animation:zl_scroll_show 2s infinite;
    animation-iteration-count: 1;
}
.plus-tips-swiper p.s_hide {
    opacity: 0;
    transform: translateY(-20px);
    transition: 1s;
}

@keyframes zl_scroll_show {
    0% { transform: translateY(20px); opacity: 0 }
    100% { transform: translateY(0px); opacity: 1 }
}
@keyframes zl_scroll_hide {
    0% { transform: translateY(0px); opacity: 1}
    100% { transform: translateY(-20px); opacity: 0 }
}

.modal-plus {
    height: 100%;
}
.modal-plus-top {
    padding: 15px 28px;
    height: 50px;
    color: #E4CAA0;
    background: url(images/plus-modal-bg.png) no-repeat center;
}
.modal-plus-top .close {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 13px;
    height: 13px;
    background: url(images/close.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}
.modal-plus-top span{
    padding-left: 25px;
    background: url(images/icon-plus.png) no-repeat 0;
    background-size: 20px;
}
.modal-plus-body {
    padding: 20px 30px;
    height: calc(100% - 50px);
    background-color: #f5f5f5;
}
.modal-plus-body .plus-pay-price {
    position: relative;
    padding-left: 42px;
    height: 120px;
    line-height: 110px;
    background-color: #eee4d3;
    border: 2px solid #EDAB76;
    border-radius: 4px;
}
.modal-plus-body .plus-pay-price:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    background: url(images/icon-checked.png) no-repeat center;
    background-size: cover;
}
.modal-plus-body .plus-pay-price del {
    margin-right: 5px;
    color: #999;
    font-size: 20px;
    vertical-align: middle;
}
.modal-plus-body .plus-pay-price strong {
    margin-right: 45px;
    color: #222;
    vertical-align: middle;
}
.modal-plus-body .plus-pay-price strong span {
    font-size: 28px;
    color: #222;
    vertical-align: -3px;
}
.modal-plus-body .plus-pay-price span {
    font-size: 24px;
    color: #666;
    vertical-align: middle;
}

.modal-plus-body .plus-pay-way {
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
}
.modal-plus-body .plus-pay-way .ewm {
    display: inline-block;
    margin-right: 50px;
    width: 120px;
    height: 120px;
    vertical-align: top;
}

.modal-plus-body .plus-pay-way .pay-price {
    display: inline-block;
}

.modal-plus-body .plus-pay-way .pay-price strong {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #FF7200;
}
.modal-plus-body .plus-pay-way .pay-price p {
    margin-bottom: 14px;
    font-size: 12px;
    color: #666;
}
.modal-plus-body .pay-price {
    text-align: left;
}
.modal-plus-body .pay-way span {
    display: inline-block;
    margin-right: 18px;
    width: 30px;
    height: 30px;
}
.modal-plus-body .pay-way span.wx{
    background: url(images/wx.png) no-repeat center;
    background-size: cover;
}
.modal-plus-body .pay-way span.ali{
    background: url(images/ali.png) no-repeat center;
    background-size: cover;
}
.plus-line {
    padding-top: 0.1px;
    color: #E4CAA0;
    border-top: 1px solid #E4CAA0;
    text-align: center;
}
.plus-line span {
    display: block;
    margin: 0 auto;
    margin-top: -10px;
    width: 80px;
    background-color: #f5f5f5;
}
.plus-activate {
    position: relative;
    margin-top: 30px;
    height: 60px;
    border: 1px solid #242424;
    overflow: hidden;
    background-color: #fff;
}
.plus-activate .icon-jhm {
    display: inline-block;
    margin-left: 15px;
    padding-left: 30px;
    padding-right: 10px;
    border-right: 1px solid #e4e4e4;
    vertical-align: middle;
    background: url(images/jhm.png) no-repeat 0 center;
    background-size: 24px;
}
.plus-activate input {
    padding: 5px;
    width: 310px;
    height: 100%;
    font-size: 16px;
    border: none;
    vertical-align: middle;
}
.plus-activate .button {
    float: right;
    width: 120px;
    height: 100%;
    background-color: #242424;
    font-size: 18px;
    border: none;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}

/* 个人中心 */
.home-plus-page {

}
.home-plus-page .no-plus{
    display: none;
}
.home-plus-page.home-page .home-page-top {
    height: 150px;
    background: url(images/home-plus-bg.png) no-repeat center;
    background-color: #242424;
    background-size: cover;
}
.expire-date {
    display: none;
}
.home-plus-page.home-page .expire-date {
    display: block;
    margin-top: 6px;
    color: #ddd;
}
.home-plus-page.home-page .article1 .article-left dt {
    position: relative;
}
.home-plus-page.home-page .article1 .article-left dt .pic{
    background:rgba(228,202,160,1);
    box-shadow:0px 2px 4px 0px rgba(113,114,119,0.17);
}
.home-plus-page.home-page .article1 .article-left dt .icon-plus {
    display: block;
    position: absolute;
    top: -47px;
    right: 1px;
    width: 89px;
    height: 37px;
    background: url(images/header-plus-active.png) no-repeat center;
    background-size: cover;
    z-index: 99;
}
.home-plus-page.home-page .article1 .article-left dd .s1 {
    color: #fff;
}
.home-plus-page.home-page .article1 .article-left dd .row-1 .color{
    color: #E4CAA0;
}
.home-plus-page.home-page .article1 .article-left dd .row-2 .s1 {
    color: #ddd;
}
.home-page .icon-plus{
    display: inline-block;
    margin-left: 6px;
    width: 54px;
    height: 23px;
    background: url(images/header-plus.png) no-repeat center;
    border-radius:2px;
    background-size: cover;
    vertical-align: -2px;
    cursor: pointer;
}

.home-plus-page.home-page .icon-plus{
    width: 26px;
    height: 23px;
    background: url(images/person-plus-active.png) no-repeat center;
    background-size: auto 100%;
}
.home-page .article1 .article-left dd .row-1 .icon-erweima03 {
    margin-left: 20px;
}
.home-plus-page.home-page .article1 .article-left dd .row-2 .s2 {
    background-color: #1f1f1f;
}
.home-plus-page .safe-level-complete {
    /*color: #fff;*/
}
.plus-info {
    display: none;
}
.home-plus-page  .plus-info {
    display: block;
    padding-right: 80px;
    text-align: right;
    color: #ddd;
}
.home-plus-page  .plus-info h4{
    margin-bottom: 14px;
    color: inherit;
    font-size: 18px;
}
.home-plus-page  .plus-info strong {
    color: #E4CAA0;
    font-size:28px;
    font-weight:500;
}
.home-plus-page  .plus-info p {
    margin-top: 14px;
    font-size: 12px;
    color: inherit;
}
.home-plus-page  .plus-info p i {
    color: #E4CAA0;
}

table.myDataTable .td-left {
    padding-left: 30px !important;
    text-align: left;
}
table.myDataTable td.td-order-num span {
    font-size: 12px;
    color: #666;
}
table.myDataTable td.td-order-price span{
    font-size: 12px;
}