/*金币*/
.commongold{
    background-color: #fff;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    display: flex;
    padding: 30px 25px;
    margin: 32px 0 !important;
    align-items: flex-start;
    justify-content: space-between;
    border:1px solid #e6e6e6;
    width: 100%;
}

.commongold .quantity-list{
    list-style: none;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(7, 1fr);
}

.gametop .box  .trade{
    background :url(/mmoso/image/choses.png) no-repeat right bottom;
    border: 1px solid #195ebb;
    color: #3E5DB1;
    background-color: #EBEEF7;
    position: relative;
    display: inline-block;
    width: 210px;
    height:36px;
    line-height: 36px;
    border-radius: 4px;
    text-align: center;
    font-family: Titillium-Web;
    font-size:16px;
    margin-top:10px;
}
.gametop .box  .trade .fee{
    position: absolute;
    left: -2px;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    background: #e6362d;
    padding: 2px 10px;
    border-radius: 4px;
    top: -13px;
    height:20px;
    line-height: 16px;
}
.gametop .box  .trade .fee::before {
    position: absolute;
    z-index: 10;
    right: -3px;
    bottom: 0;
    width: 0;
    height: 0;
    content: '';
    border-right: 7px solid transparent;
    border-bottom: 12px solid #e6362d;
    border-left: 0 solid transparent;
}

.gametop .box  .trade::after{
    /* content: '';
    background: url(/mmoso/image/server_select_1.webp);
    background-size: 100%;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 2px 0; */
}
.commongold .quantity-list li {
    width: 85px;
    height: 33px;
    border: 1px solid #C2C6CB;
    border-radius: 4px;
    font-size: 15px;
    font-family: Poppins-Regular;
    line-height: 32px;
    color: #333333;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.commongold .quantity-list li:hover {
    border: 1px solid #1E8DCE;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
}

.commongold .quantity-list li.cur {
    background: var(--btn-bg-color);
    color: #fff;
    border: 1px solid #1E8DCE;
}

.commongold .quantity-input{
    display: flex;
    height: 42px;
    opacity: 1;
    border-radius: 4px;
    width: 655px;
    margin: 20px 0;
    line-height: 42px;
    border: 1px solid #C2C6CB;
}

.commongold .quantity-input .subtract, .commongold .quantity-input .add {
    width: 46px;
    height: 40px;
    opacity: 1;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commongold .input-inner {
    background: transparent;
    box-sizing: border-box;
    text-align: center;
    flex: 1;
    height: 42px;
    border-color: transparent;
    font-size: 18px;
    color: #3a3a3a;
    font-family: Poppins-Bold;
    width: calc(100% - 92px);
}
.commongold .quantity-input .subtract img {
    height: 2px;
    width: 11px;
}

.commongold .quantity-input .add img {
    height: 13px;
    width: 13px;
}


.commongold .allnum {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.commongold .allnum>div {
    padding: 0 32px;
    display: block;
    text-align: center;
}

.commongold .allnum>div.gold-price, .commongold .allnum>div.discount {
    border-left: 1px solid #e6e6e6;
}

.commongold .allnum>div.discount {
    height: 71px;
}

.commongold .allnum>div .oldPrice,.commongold .allnum>div .oldPrice span {
    line-height: 15px;
    margin-top: -3px;
    font-size: 14px;
    color: #555;
    text-decoration: line-through;
}
#poe2-gold{
    display: block !important;
}
.commongold .desc{
    width: 61%;
    font-size: 15px;
    color:#444;
    font-family: Poppins-Regular !important;
    float: left;
}
.commongold .desc h2{
    font-size: 16px;
    color: rgba(62, 93, 177, 1);
    font-family: Poppins-SemiBold;
    margin: 10px 0 4px;
}
.commongold .desc h2:first-child{
    margin-top:0;
}
#poe2-gold .buy{
    float: right;
}
.commongold .allnum>div>span,
.commongold .allnum>div h6 {
    font-size: 16px;
    font-family:Poppins-Regular;
    color: #555;
    margin: 0 0 8px;
    display: block;
    line-height: 24px;
}

.commongold .allnum>div p {
    font-size: 18px;
    font-family: Poppins-Semibold;
    color: #393939;
}

.commongold .allnum>div .price,
.commongold .allnum>div .prices_new{
    color: #D41E1E;
    font-size: 18px;
    font-family: Poppins-Semibold;
}

.commongold  .buy {
    width: 36.5%;
    background: #FCFCFC;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    border: 1px solid #D8DCE2;
    padding: 30px 24px 8px;
    box-sizing: border-box;
}
.commongold .buy img{
    display: block;
    margin:0 auto;
    transform: scale(0.9);
}
.commongold .buy p.title{
    font-size: 20px;
    font-family: Poppins-SemiBold;
    margin-bottom: 10px;
    text-align: center;
}
.commongold .buy .list {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: Poppins-Semibold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 16px;
}
.commongold .buy .list span:last-child, .commongold .buy .discount p {
    color: var(--blue-color);
}
.commongold .buy .list3 {
    display: none;
}

.commongold .buy .total {
    border-top: 1px solid #D7D7D7;
    padding-top: 16px;
    margin: 24px 0 16px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family:  Poppins-Bold;
    color: #333333;
}
.commongold .buy .total .price,.commongold .buy .total .prices_new {
    font-family:  Poppins-Bold;
    color: #D41E1E;
}
.commongold .cartBtn button {
    border: 1px solid #2B6CBB;
    font-size: 16px;
    font-family: Poppins-Semibold;
    height: 43px;
    line-height: 43px;
    color: #2B6CBB;
    padding: 0;
    margin: 0 auto 16px;
    width: 100%;
    box-shadow: none !important;
    text-align: center;
    background: transparent;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-transform: uppercase;
    border-radius: 4px;
}
.commongold .cartBtn button.cartAdd {
    border: none;
    background: linear-gradient(315deg, #125dc3 0%, #195ebb 100%);
    color: #fff;
}
.commongold .cartBtn button:before,
.commongold .cartBtn button:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #2F6CB2;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: -1;
}

.commongold .cartBtn button:after  {
  
    border-color: transparent #2F6CB2 transparent transparent;
    left:auto;
    bottom:auto;
    top: 0;
    right: 0;
}

.commongold .cartBtn button.cartBuy:before {
    border-color: transparent transparent transparent #D7E4F2;
}

.commongold .cartBtn button.cartBuy:after {
    border-color: transparent #D7E4F2 transparent transparent;
}

.commongold .cartBtn button:hover:before,.commongold .cartBtn button:hover:after {
    border-width: 43px 366px
}

@media only screen and (min-width: 1024px){
.commongold .buy .list.discount {
    display: none !important;
}
}

@media only screen and (max-width: 1024px){
    .commongold .desc{
        width: 100%;
        margin-top:15px;
    }
    .gametop .box .trade{
        width: calc(50% - 4px);
        height:35px;
        line-height: 35px;
        font-size: 15px;
    }
.bg-box {
    padding: 20px 0 40px;
}
.commongold .quantity-list {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 8px;
    margin-bottom: 16px;
}

.commongold{
    padding: 20px 12px;
    margin: 24px 0 !important;
    display: block;
}
.commongold .quantity-input {
    width: 100%;
    margin: 16px 0;
}
.commongold .quantity-list li {
    width: 100% !important;
    margin: 0;
    font-size: 14px ;
}

.commongold .select_container_new{
    width: 100%;
}
.commongold  .buy {
    padding: 30px 12px 0 !important;
    width: 100%;
}
.commongold .allnum{
    display: none;
}
.commongold .buy .list{
    font-size: 15px;
}
}

@media only screen and (max-width: 768px) {
    .commongold .quantity-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .commongold .quantity-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
