body{
    background-color: #f2f2f2;
    font-size: 14px;
    color: #333;
}
#web-main{
    min-height: 100vh;
    padding-bottom: 100px;
}
.nav{
    width: 1200px;
    max-width: 100%;
    min-width: 960px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 31px;
    padding: 12px 60px;
}
.nav .nav-item{
    text-decoration: none;
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 19px;
    font-size: 14px;
    color: #2f2f2a;
    z-index: 2;
    cursor: pointer;
}
.nav ul i{
    position: absolute;
    background-color: #ffffff;
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 19px;
    transition: 0.6s;
    left: 0;
    top: 0;
}

.nav .nav-item:nth-child(2).active ~i{
    transform: translateX(130px);
}
.nav .nav-item:nth-child(2):hover ~i{
    transform: translateX(130px) !important;
}
.nav .nav-item:nth-child(1):hover ~i{
    transform: translateX(0px) !important;
}
.nav .nav-item:nth-child(1).active ~i{
    transform: translateX(0px);
}

.nav .nav-bg{
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.14);
    border-radius: 30px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 0;
}
.content-box{
    margin-bottom: 20px;
    padding-top: 20px;
    background: url(../img/game-pay-top.png) no-repeat center top;
    background-size: 100% 180px;
}
.game-list-box{
    width: 1196px;
    border-radius: 8px;
    z-index: 1;
    padding: 20px;
    margin-bottom: 30px;
}
.hot-game{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
}
.hot-game span{
    padding-left: 6px;
}
.more-game{
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    border-radius: 13px;
    background-color: #f8f8f8;
    color: #666;
}
.more-game:hover{
    background: #fafafa;
    border-color: #f5f5f5;
}
.game-list{
    flex-wrap: wrap;
    margin-top: 10px;
}
.game-list .game-item-box{
    width: 199px;
    height: 104px;
}
.game-list .game-item-box a{
    height: 64px;
    display: inline-flex;
    align-items: center;
    color: #333;
}
.game-list .game-item-box a:hover{
    color: #d60b30;
}
.game-list .game-item-box a i{
    overflow: hidden;
    height: 64px;
    width: 64px;
    border-radius: 14px;
    overflow: hidden;
    margin-right: 10px;
}
.game-list .game-item-box a i:hover img{
    transform: scale(1.1);
}
.foot{
    color: #999;
    width: 1196px;
    padding-bottom: 20px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    text-align: left;
}
.foot a{
    color: #999;
    text-decoration: underline; 
}
.foot span{
    padding-right: 10px;
}

.foot .nie-cn-logo {
    display: inline-block;
    vertical-align: middle;
    height: 48px;
    min-width: 300px;
}


.foot .nie-cn-nav {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.foot .nie-cn-nav a.nie-cn-guardianship {
    display: inline-block;
    color: #fff;
    background-color: #610000;
    height: 26px;
    line-height: 26px;
    padding: 0 3px;
}

/**/
.gamelist{
    background: url(../img/game-list.png) no-repeat center top;
    background-size: 100% 438px;
}
.gamelist .content-box{
    margin: 0 auto;
    padding-top: 100px;
    background: none;
    width: 1196px;
    flex-direction: column;
}
.top-game-box{
    height: 240px;
    margin-bottom: 20px;
}
.top-game-box .top-game-item{
    width: 287px;
    margin-left: 16px;
    height: 240px;
    cursor: pointer;
    color: #333;
}
.top-game-box .top-game-item:nth-child(1) {
    margin-left: 0px;
}
.top-game-box .top-game-item .top-game-bg{
    border-radius: 8px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 192px;
}
.top-game-box .top-game-item .top-game-img {
    height: 128px;
    width: 128px;
    border-radius: 28px;
    flex-shrink: 0;
}
.top-game-box .top-game-item p{
    width: 224px;
    margin-top: 16px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.top-game-box .top-game-item span{
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-top: 10px;
    font-size: 12px;
}
.search-box{
    width: 268px;
    display: flex;
    align-items: center;
    padding-right: 0;
    position: relative;
    cursor: initial;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 1000px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.04);
}
.search-box input{
    position: relative;
    flex: 1;
    background: none;
    border: none;
    min-width: 0;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}
.search-box .clean{
    position: relative;
    flex-shrink: 0;
    font-size: 16px;
    color: #98989e;
    margin-left: 4px;
    margin-right: 10px;
    cursor: pointer;
    display: none;
}
.search-box .b-search{
    position: relative;
    background-color: #d60b30;
    flex-shrink: 0;
    width: 60px;
    text-align: center;
    line-height: inherit;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
}
.no-data-tips{
    line-height: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.no-data-tips img{
    width: 68px;
}
/**/
.game-pay-box .content-box{
    padding: 0;
}
.game-pay-bg{
    width: 100%;
    height: 180px;
    background: url(../img/game-pay-top.png) no-repeat center bottom;
    background-size: 100% 100%;
    z-index: 0;
}
.game-pay-content{
    width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.game-pay-box .game-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
    position: relative;
}

.game-pay-box .game-info .game-img{
    width: 91px;
    height: 91px;
    margin-top: -22px;
    border-radius: 14px;
    overflow: hidden;
}

.game-pay-box .game-info .game-name{
    font-size: 18px;
    line-height: 18px;
    color: #2f2f2a;
    margin-left: 15px;
    font-weight: bold;
}

.game-pay-box .game-info .game-info-right{
    display: flex;
    align-items: center;
    margin-bottom: -17px;
}
.game-pay-box .game-info .guide-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 50px;
    margin-left: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 1px rgba(50, 53, 98, 0.05);
    border-radius: 26px;
    font-size: 16px;
    font-family: PingFang SC;
    color: #D61031;
    cursor: pointer;
    text-indent: 4px;
}
.main-container {
    background-color: #ffffff;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 53px;
    padding-top: 29px;
    margin-top: 19px;
    position: relative;
}
.main-container .main-content {
    z-index: 1;
    position: relative;
}
.main-container .main-content .tabs-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
    z-index: 1;
}
.main-container .main-content .tabs-header .tabs {
    display: flex;
}
.main-container .main-content .tabs-header .tabs .tabs-item {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #2f2f2a;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s linear;
}
.main-container .main-content .tabs-header .tabs .tabs-item.active {
    font-size: 20px;
    color: #d6092f;
}
.main-container .main-content .tabs-header .tabs .tabs-item.active::after {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background-color: #d6092f;
    border-radius: 1px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
 .roles-info {
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
}
.roles-info .extend-role-list {
    padding: 50px 38px;
    position: relative;
}
.main-container .main-content .goods-container .gift-tips {
    width: 700px;
    height: 38px;
    display: flex;
    align-items: center;
    color: #2f2f2a;
    background-color: #f4f4f4;
    border-radius: 19px;
    padding-left: 22px;
    margin-bottom: 22px;
    position: relative;
}
.main-container .main-content .goods-container .gift-tips .gift-icon {
    display: flex;
    margin-right: 18px;
    flex-shrink: 0;
    align-items: center;
}
.main-container .main-content .goods-container .gift-tips .text-wrap {
    width: 600px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.main-container .main-content .goods-container .gift-tips .text-wrap .text {
    display: inline-block;
    padding-left: 100px;
    animation: marqueeTransform 20s linear infinite;
}

.goods-content {
    width: 103%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    border-bottom: none;
}

.goods-content .goods-item {
    width: 220px;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 3px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 12px;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s linear;
}
.goods-content .goods-item.active ,.goods-content .goods-item:hover {
    border: solid 1px #d6092f;
}
.goods-content .goods-item .goods-img-wrap {
    width: 179px;
    text-align: center;
    flex: 1;
}
.goods-content .goods-item .goods-img {
    max-width: 100%;
    vertical-align: middle;
}
.goods-content .goods-item .goods-name {
    margin: 15px 0;
    color: #2f2f2a;
}
.module-header {
    display: flex;
    align-items: center;
}
.module-header .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #2f2f2a;
}
.goods-content .goods-item .goods-price {
    width: 206px;
    height: 39px;
    background-color: #f2f2f2;
    border-radius: 18px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    color: #da1233;
    text-align: center;
}
.goods-content .goods-item.active .goods-price {
    color: #fff;
    width: 206px;
    height: 39px;
    background: linear-gradient(90deg, #f5524d 0%, #d91132 100%);
    box-shadow: 0px 8px 24px 0px rgba(214, 9, 47, 0.52);
}
.goods-container .calculator{ margin-top: 48px;}
.goods-container .quantity-row, .goods-container .pay-methods-row {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.goods-container .row-label {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.goods-container .module-header .extra {
    padding: 4px 12px;
    color: #d6092f;
    font-size: 12px;
    background-color: #fef1f3;
    border-radius: 4px;
    margin-left: 12px;
}
.goods-container .quantity-calc .calc-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    width: 143px;
    height: 35px;
    background-color: #f2f2f2;
    border-radius: 17px;
    border: solid 1px #d6092f;
    justify-content: space-between;
    align-items: center;
    padding: 0 7px;
    z-index: 1;
}

.goods-container .quantity-calc .calc-wrap .calc-icon {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #da1233;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}
.goods-container .quantity-calc .calc-wrap .calc-icon.disabled {
    cursor: not-allowed;
    opacity: 0.6;
    color: #dbdbdb;
}
.goods-container .quantity-calc .calc-wrap .number-input {
    flex: 1;
    width: 0;
    border: 0;
    background: none;
    font-weight: bold;
    color: #da1233;
    text-align: center;
}
.goods-container .pay-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    flex: 1;
}
.goods-container .pay-methods .pay-method-item.active {
    border: solid 1px #d6092f;
}

.goods-container .pay-methods .pay-method-item {
    min-width: 210px;
    padding: 10px 18px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 28px;
    border: solid 1px #dbdbdb;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    transition: all 0.3s linear;
}
.goods-container .pay-methods .pay-method-item img {
    height: 33px;
    margin-right: 5px;
}
.goods-container .pay-methods .pay-method-item .pay-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #333;
    text-align: left;
}
.goods-container .pay-methods .pay-method-item .pay-activity {
    position: absolute;
    min-width: 200px;
    right: 0;
    top: -11px;
    display: flex;
    justify-content: flex-end;
}

.goods-container .pay-methods .pay-method-item .pay-activity .item {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 3px;
    text-align: center;
    color: #fff;
    background-color: #d6092f;
    font-size: 12px;
    border-radius: 9px 10px 10px 0px;
    background-color: #ee9c35;
}
.goods-container .settle-detail {
    padding: 14px 20px;
    padding-top: 0;
    background-color: #f9f9f9;
    border-radius: 12px;
    margin-top: 20px;
}
 .goods-container .settle-detail .settle-role, .goods-container .settle-product-role{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #999;
}
.goods-container .settle-detail .settle-role {
    position: relative;
    padding-left: 16px;
}
.goods-container  em {
    color: #333;
    font-weight: bold;
    font-style: normal;
}
.goods-container .settle-total-count {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}
.goods-container .total-wrap {
    font-size: 16px;
    line-height: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.goods-container .discount-price {
    color: #da1432;
    font-size: 24px;
    font-weight: bold;
}

.goods-container .settle-detail .settle-product {
    position: relative;
    padding-right: 16px;
    line-height: 24px;
}
.extend-role-list .ls-input{
    height: 48px;
    width: 420px;
    margin: 0 20px;
    line-height: 48px;
}
.extend-role-list .ls-input div{
    border: solid 1px #dbdbdb;
    border-radius: 24px;
    padding: 0 20px;
    overflow: hidden;
    
}
.extend-role-list .ls-input> span{
    width: 100px;
    text-align: right;
    font-size: 14px;
    margin-right: 12px;
}
.extend-role-list .ls-input> span span{
    color: rgb(236, 23, 23);
}
.extend-role-list .ls-input input{
    line-height: 48px;
    height: 48px;
    width: 100%;
    background:none;
    border: none;
}
.pay-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 56px;
}

.pay-footer .btn-primary {
    min-width: 210px;
    padding: 0 20px;
    height: 56px;
    border-radius: 28px;
    line-height: 56px;
    font-size: 16px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
}

.btn-primary.disabled {
    opacity: 1;
    cursor: not-allowed;
}

.pay-footer .disabled::after {
    background-image: none;
    background: #CCCCCC;
}

.btn-primary::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(90deg, #ff6a65 0%, #f02345 100%);
    transition: all 0.3s linear;
}

.btn-ctrl .end-text {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: auto;
    position: relative;
}
.btn-ctrl .end-text::before {
    left: -30px;
}
.btn-ctrl .end-text::after {
    right: -30px;
}


.btn-ctrl .end-text::before, .content-box .end-text::after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #ececec;
    position: absolute;
    top: 50%;
}


.charge-tips {
    text-align: left;
    position: relative;
    padding: 16px 24px;
    background-color: #f8f8f8;
    border-radius: 20px;
    border: solid 1px #dbdbdb;
}
.charge-tips .title {
    margin-bottom: 15px;
    color: #da1432;
    text-indent: -6px;
}

.charge-tips .charge-tips-content {
    line-height: 24px;
    color: #7e7e7e;
}

.bottom-tips{
    text-align: left;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

#pay_pop .pwin_box{
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
    padding: 32px 32px 48px;
    background-color: #fff;
   
}
#pay_pop .pwin_box .title{
    
    padding-bottom: 20px;
    border-bottom: #efefef 1px solid;
}
#pay_pop .pwin_box .title span{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    text-align: left;
}
#pay_pop .pwin_box .title a{
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: inline-flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 1000px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.04);
    font-weight: bold;
}
#pay_pop .pwin_box .title a:hover{
    background-color: rgba(0, 0, 0, 0.02);
}
#qrcodeBox {
    padding: 20px;
    text-align: center;
}