﻿@charset "utf-8";
/* CSS Document */

.line-break {
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
}
html, body, fieldset, img, iframe, abbr {
    border: 0;
}
h1, h2, h3 {
    color: #fff;
}
ul {
}

li {
    list-style: none;
    float: left;
}

a {
    cursor: pointer;
    text-decoration: none;
}
.container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
}
.container-thousand {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.position-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 499;
}
.html-topic-page .about-main .container {
    max-width: 1360px;
    background:none;
    padding: 0;
    border-radius: 0px;
}
.html-topic-page .about-main h2{
    border-bottom:none;
}
/*float*/
.f-fl {
    float: left;
}
.f-fr {
    float: right;
}

.f-none {
    float: none;
}
.clear-both{
    clear:both;
}


/*button*/
.btn-shezhi {
    background: #6ac5d1;
    padding: 2px 15px;
    border-radius: 3px;
    margin: 0px 0 5px 60px;
    color: #1b2f31;
    display: inline-block;
}
button {
    outline: none;
    border: 1px solid transparent;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    font-family: Cambria,Arial,sans-serif;
}
.a-btn {
    font-size: 17px;
    display: inline-block;
    padding: 0 30px;
    margin-top: 20px;
    background: #6ac5d1;
    color: #272624;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-family: Cambria,Arial,sans-serif;
    text-transform: capitalize;
    font-weight: bold;
}
.but-btn {
    font-size: 17px;
    display: block;
    padding: 0 30px;
    background: #6ac5d1;
    color: #272624;
    line-height: 40px;
    border-radius: 4px;
    text-transform: capitalize;
    border: 1px solid transparent;
    font-family: Cambria,Arial,sans-serif;
}
.but-btn-card {
    min-width: 148px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #1b2f31;
    font-size: 16px;
    background: #6ac5d1;
    border: 1px solid transparent;
    font-weight: 400;
    font-family: Cambria,Arial,sans-serif;
    text-transform: capitalize;
}
.but-btn-block {
    display: block;
    line-height: 40px;
    height: 42px;
    color: #272624;
    background: #ffb10f;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    margin-top: 25px;
    border: 1px solid transparent;
    font-family: Cambria,Arial,sans-serif;
}
.a-btn:hover,
.but-link:hover,
.cdkey-buy:hover,
.but-btn:hover,
.but-btn-card:hover,
.but-btn-block:hover {
    -webkit-filter: contrast(1.3);
    filter: contrast(1.3);
}
.but-link-line:hover {
    background: #f6031a;
    color: #fff;
    transition: all 0.5s;
}



input {
    line-height: 40px;
    height: 42px;
    width: 100%;
    padding: 0 10px;
    color: #d4e5ef;
    background: #2d5156;
    outline: 0;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #51767b;
    font-family: Cambria,Arial,sans-serif;
}
select {
    line-height: 40px;
    height: 42px;
    width: 100%;
    padding: 0 10px;
    color: #d4e5ef;
    background: #2d5156;
    outline: 0;
    font-size: 14px;
    border: 1px solid #51767b;
    border-radius: 4px;
    font-family: Cambria,Arial,sans-serif;
}
textarea {
    color: #666;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 10px;
    font-family: Cambria,Arial,sans-serif;
}
input::-webkit-input-placeholder {
    color: #6a8594;
}
input:focus,
select:focus,
textarea:focus {
    border: 1px solid #6ac5d1;
    outline: 0;
}
.fut-list {
    font-size: 0px;
    margin: 10px 0;
    position: relative;
}
.fut-list .list-tit {
    width: 30%;
    text-align: right;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}
.fut-list .list-cont{
    font-size: 14px;
    display: inline;
    width: 35%;
    height: 36px;
    margin: 0 2%;
    padding: 0 10px;
    vertical-align: middle;
}




/*formitm*/
.formitm {
    width: 100%;
    display: block;
    margin: 10px 0;
}
.formitm .lab {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 16px;
    color: #999;
}
.formitm .ipt {
    width: 100%;
    display: block;
}
.table-info {
    table-layout: fixed;
    width: 100%;
    line-height: 1.5;
}
.formitm-table {
    display: table;
    margin: 15px 0;
    border:0;
    width:100%;
}
.formitm-table .lab {
    width: 36%;
    display:table-cell;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 16px;
    color: #d4e5ef!important;
    text-align:right;
}
.formitm-table .ipt {
    width:64%;
    display:table-cell;
    vertical-align: middle;
}
.ipt-sel-input select {
    width: 30% !important;
}
.ipt-sel-input input {
    width: 69% !important;
    display: inline-block;
}
.ipt-tip input,
.ipt-tip select {
    width: 92%;
}
.formitm-top .lab {
    vertical-align: top;
}
.formitm-top .ipt {
    vertical-align: top;
}
.formitm-pd-top .lab {
    vertical-align: top;
    padding-top: 10px;
}
.formitm-pd-top .ipt {
    vertical-align: top;
}
.input-qua{
    width:100px!important;
}
.ipt-input {
    width: 100%;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    color: #333;
    height: 32px;
    line-height: 32px;
}
img {
    max-width: 100%;
}
.clf {
    *zoom: 1
}
.clf:after {
    content: '\20';
    display: block;
    clear: both;
    height: 0;
}
ul {
    *zoom: 1
}
ul:after {
    content: '\20';
    display: block;
    clear: both;
    height: 0;
}
ol {
    *zoom: 1
}
ol:after {
    content: '\20';
    display: block;
    clear: both;
    height: 0;
}
.formitm {
    *zoom: 1
}
.formitm:after {
    content: '\20';
    display: block;
    clear: both;
    height: 0;
}



.cdkey-buy:hover {
    background: #ff2a3e;
}
.text-center {
    text-align: center;
}


/*scrollbar */
.scrollbar {
    overflow: auto;
}
.scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scrollbar::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgb(137 165 183);
    background: #ededed;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #89a5b7;
   box-shadow: inset 0 0 6px rgb(31 73 97);
}	



/*margin*/
.mb0 {
    margin-bottom: 0px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20{
    margin-bottom:30px;
}
.mt-30 {
    margin-top: 20px;
}
.mt-50 {
    margin-top: 50px;
}
.pt-0 {
    padding-top: 0;
}
.pt-50 {
    padding-bottom: 50px;
}
.icon-mr5 {
    margin-right: 5px;
}
.icon-ml5 {
    margin-left: 5px;
}
/*color*/
.color-orange {
    color: #D76C23;
}

.color-blue {
    color: #2F82FB;
}
.color-red {
    color: #f6031a;
}
.color-666{
    color:#666;
}

.a-blue {
    color: #2F82FB;
    text-decoration: underline;
}
.cur-pointer{
    cursor:pointer;
}
.font-16 {
    font-size: 16px;
}
.color-16{
    color:#333;
    font-weight:bold;
    font-size:16px;
}
.table-auto-x {
}
.help-icon {
    background: url(/images/web/icon_tip.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
}
.clearfix{
    clear:both;
}
.text-right{
    text-align:right;
}
.display-none {
    display: none!important;
}
.display-block{
    display:block!important;
}



.pro-tip {
    margin-top: 20px;
    padding: 20px 15px;
    background-color: #e6f5ff;
    border: 1px solid #c5d9e6;
    border-radius: 4px;
}
.pro-tip img{
    margin:10px 0;
}
.display-inline-block{
    display: inline-block;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width:33.33%;
}
.col-6{
    width:50%;
}
.col-12 {
    width: 100%;
}
div.hasChild.open {
    display: block !important;
}


/*input*/
.form-item {
	margin-bottom: 15px;
	position: relative;
}
.input-text {
    width: 100%;
    height: 38px;
    border: 1px solid #ced4da;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    color: #333;
    border-radius: 4px;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
}
.form-item input {
    border: none;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: rgb(58, 58, 58);
}
.form-item select {
    border: none;
    width: 30%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    float: left;
    padding: 0 8px;
}
.s-c-u-ipt {
    width: 70%;
    float: left;
    border-left: 1px solid #ced4da;
}
div#expiration-date,
div#card-number,
div#cvv {
    padding: 0 10px;
}
.input-text:focus {
	outline: none;/*border-color: #ff6709;*/
}
.input-label {
	position: absolute;
	left: 12px;
	top: 11px;
	z-index: 2;
	font-size: 14px;
	line-height: 18px;
	color: #b0b0b0;
	background: transparent;
	cursor: text;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.form-section-active .input-label {
    top: -10px;
    font-size: 12px;
    background-color: #fff;
    background-image: linear-gradient( 90deg,rgb(255 255 255) 11%,rgb(242 247 255) 100%);
    background-image: -moz-linear-gradient( 90deg,rgb(255 255 255) 11%,rgb(242 247 255) 100%);
    background-image: -webkit-linear-gradient( 90deg,rgb(255 255 255) 11%,rgb(242 247 255) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(255 255 255) 11%,rgb(242 247 255) 100%);
}
.span-visa {
    height: 36px;
    padding: 8px 10px;
    position: absolute;
    top: 1px;
    right: 3px;
    border-left: 1px solid #ccc;
}
.form-item-date {
    width: 48%;
    float: left;
    position: relative;
}
.form-item-cvv {
    width: 48%;
    float:right;
    position: relative;
}

.advlong-default {
    background: #fff;
}
.advlong-default a {
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
    width: 49.5%;
    overflow: hidden;
}
.advlong-default a:last-child {
    float: right;
}
.advlong-default a:first-child{
    float: left;
}


.video-player {
    position: fixed;
    background: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
    z-index: 500;
    top: 0;
    left: 0;
}
.video-player .video-box {
    max-height:645px;
    height: 69%;
    position: relative;
    max-width: 1000px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
}
.video-player .player {
    padding: 0px;
    width: 75%;
    float: left;
    height:100%;
}
.video-player iframe {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.video-player .icon-close {
    background-color: #ffffff;
    border-radius: 100%;
    color: #454545;
    height: 32px;
    line-height: 30px;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -11px;
    width: 32px;
    z-index: 100;
    font-size: 34px;
    display: block;
    border: 2px solid #808080;
    box-sizing: border-box;
}
.video-player .icon-close:before {
    content:none;
}
.video-player .video-list {
    float: left;
    width: 23%;
    margin: 0 auto;
}
.video-player .video-list ul {
    margin: 0 0 10px 25px;
}
.video-player .video-list ul li {
    color: #fff;
    margin: 10px 5px;
    cursor: pointer;
    height: 122px;
    border: 3px solid #ddd;
    border-radius: 5px;
    float:none;
}
.video-player .video-list ul li.current {
    border: 3px solid #f6031a;
}
.video-list img {
    max-width: 100%;
    height: 100%;
}




.xivdb {
    position: relative;
    z-index: 999999999999!important;
    transition: 0s;
}
.xivdb-frame {
    border: none;
    border-radius: 7px;
    background-color: #292929;
}
#preview td {
    padding: 0px;
    text-align: left;
    vertical-align: top;
    color: #fff;
    line-height: 17px;
    font-size: 12px;
}
.xivdb-fc {
    font-size: 12px;
    position: relative;
    z-index: 3;
    min-width: 300px;
    background-color: #292929;
}



.bar-notification-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}
.bar-notification.success {
    background-color: #19a6e5;
}
.bar-notification.error {
    background-color: #e4444c;
}
.bar-notification.warning {
    background-color: #f39c12;
}
.bar-notification {
    position: relative;
    display: none;
    padding: 15px 25px 15px 10px;
}
.bar-notification .content {
    margin: 0 10px 0 0;
}
.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}
.bar-notification span {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    cursor: pointer;
    background: #fff;
    color: #025072;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.bar-notification-container .inner {
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
    line-height:20px;
}
div#prompt {
    max-height: 372px;
    overflow-y: auto;
    position: absolute;
    width: 93%;
    line-height: 24px;
    z-index: 99;
    background: #fff;
    border: 1px solid #81affd;
    text-indent: 5px;
    padding: 5px 0;
    top: 56px;
    left: 10px;
    text-align: left;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 7px 6px 0 rgba(0,0,0,.2);
    border-radius: 4px;
}
.detail_mid {
    padding: 5px;
}
.detail_table img.icon-item {
    max-width: 120px;
    height: auto;
    border: 1px solid #605c5c;
    border-radius: 5px;
    overflow: hidden;
}
.detail_table p.name {
    color: #fec434;
    font-size: 18px;
    vertical-align: middle;
    margin-top: 5px;
    padding-left: 8px;
    line-height: 22px;
}
.detail-img-wrap {
    margin-top: 8px;
    color: #999;
}
.registration-result-page {
    padding:80px 20px;
    margin: 0 auto;
    display: block;
    max-width: 650px;
    width: 100%;
    text-align:center;
}
.registration-result-page h2{
    margin-top: 20px;
    line-height: 25px;
}
.registration-result-page .a-btn{
    background: #49534f;
    margin-top: 35px;
    width:auto;
    padding:0 20px;
    cursor:pointer;

}
@media screen and (max-width:1024px) {
    .lg-col-3 {
        width: 25% !important;
    }
}
@media screen and (max-width:768px) {
    .md-col-12 {
        width: 100% !important;
    }
    .md-col-6 {
        width: 50% !important;
    }
    .md-col-4 {
        width: 33.33% !important;
    }
    .md-col-3 {
        width: 25% !important;
    }
    .col-sm-12 {
        width: 100% !important;
    }
    .col-sm-6 {
        width: 50% !important;
    }
    .col-sm-4 {
        width: 33.33% !important;
    }
    .col-sm-3 {
        width: 25% !important;
    }
    .md-none {
        display: none !important;
    }
    .m-leftMenu {
        background: #447379;
        left: -1000px;
        top: 50px;
        display: block;
        width: 100%;
        height: calc(100vh - 50px);
        z-index: 90002;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        overflow: auto;
    }
    .m-leftMenu.menu-open {
        left: 0;
    }
    .m-leftMenu .menu-list-select div {
        position: relative;
    }
    .hasChild {
        display: none !important;
    }
    .video-player .video-box {
        max-width: 700px;
        height: 450px;
    }
}
@media screen and (max-width:576px) {
    .sm-col-12 {
        width: 100% !important;
        display:block;
    }
    .sm-col-6 {
        width: 50% !important;
    }
    .sm-col-4 {
        width: 33.33% !important;
    }
    .col-xs-12 {
        width: 100% !important;
        display:block;
    }
    .col-xs-6 {
        width: 50% !important;
    }
    .col-xs-4 {
        width: 33.33% !important;
    }
    .sm-none {
        display: none !important;
    }
    .sm-font-12 {
        font-size: 12px;
        line-height:18px;
    }
    .sm-formitm-table .lab {
        width: 100%;
        display: block;
        padding-right: 0px;
        font-size: 16px;
        color: #999;
        text-align:left;
    }
    .sm-formitm-table .ipt {
        width: 100%;
        display: block;
    }
    .formitm-table,
    .formitm-table .lab,
    .formitm-table .ipt {
        display: block;
        vertical-align:top;
        width:100%!important;
    }
    .formitm-table .lab{
        text-align:left;
        font-size:14px;
        margin-bottom:5px;
    }
    .formitm-pd-top .lab {
        padding-top: 0px;
    }
    .video-player .video-box {
        margin: 15px;
        width: auto;
        height: auto;
    }
    .player, .video-list {
        width: 100%!important;
    }
    .video-player iframe {
        height:300px;
    }
    .video-player .video-list ul li{
        float:left;
    }
    .advlong-default{
        display:none;
    }
    .btn-shezhi{
        margin:5px 0 0;
    }
}



/*cart-pole-product*/
.cart-ActivityProduct {
    display: block;
    border: 1px solid #acc7ee;
    background: #e2eeff;
    border-radius: 4px;
    padding: 20px 30px;
    margin: 10px 0px;
    color: rgb(0, 0, 0);
    position: relative;
}
.cart-pole-box {
    overflow: hidden;
    width:100%;
    height:auto;
}
.cart-pole-product {
    margin: 0;
    width: 1500px;
    position: relative;
}
.cart-pole-product .pole-list {
    width:244px;
}
/*.cart-pole-product .pole-list:nth-child(2){
    margin:0 2%;
}*/
.cart-pole-product .pole-list input{
    display:inline-block;
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: top;
    border: 1px solid #6f93c6!important;
    color: #ccc;
}
.cart-pole-product .pole-list .pole-list-txtwrap{
    display:inline-block;
    width:84%;
    margin:0 5px;
    padding:10px;
    background:#fff;
    border:1px solid #6f93c6;
    border-radius:0px;
}
.cart-pole-product .pole-list-left {
    background: #fff;
    position: absolute;
    bottom: 8px;
    right: 10px;
}
.cart-pole-product .pole-list-left img {
    width: 106px;
    height: 60px;
    border-radius: 0px;
    border:none;
    display: block;
}
.cart-pole-product .pole-list-right {
    padding:0;
}
.cart-pole-product .pole-list-right h2.product-name {
    height: 32px;
    font-size: 14px;
    font-weight: lighter;
    line-height: 16px;
    color: #365684;
    white-space: normal;
}
.cart-pole-product .pole-list-price span{
    display: block;
    float: none;
    font-size:16px;
}
.cart-pole-product .pole-list-price .price-line-through {
    margin-top: 13px;
    line-height: 14px;
    font-size: 13px;
    color: #365684;
}
.cart-ActivityProduct > p {
    color: #3d9ff2;
    clear: both;
    padding-top: 10px;
}
.cart-ActivityProduct>p a {
    text-decoration: underline;
    color: #e96b1e;
}

.cart-ActivityProduct .cart-ActivityProduct-notice > p {
    color: #3d9ff2;
    clear: both;
    padding-top: 10px;
}

    .cart-ActivityProduct .cart-ActivityProduct-notice > p a {
        text-decoration: underline;
        color: #e96b1e;
    }

.cart-ActivityProduct .pre {
    background: none;
    width: 26px;
    position: absolute;
    top: 28%;
    opacity: 0.4;
    z-index:22;
}
.cart-ActivityProduct .btn-left {
    left: 6px;
}
.cart-ActivityProduct .btn-right {
    right: 6px;
}
.cart-ActivityProduct .pre:hover {
    opacity: 0.9;
}
@media screen and (max-width:1024px) {
    .cart-pole-product .pole-list{
        width:200px;
    }
    .cart-pole-product .pole-list-left img {
        width: 80px;
        height: 47px;
    }
    .cart-pole-product .pole-list-price .product-price {
        line-height: 24px;
    }
}
@media screen and (max-width:1024px) {
    .cart-pole-product .pole-list {
        width: 226px;
    }
}
@media screen and (max-width:576px) {
    .cart-pole-product .pole-list {
        width: 164px;
        margin-bottom: 5px !important;
    }
    .cart-pole-product .pole-list input{
        width:10px;
    }
    .cart-pole-product .pole-list-right h2.product-name{
        height: 32px;
        font-size: 12px;
    }
    .cart-pole-product .pole-list-price .price-line-through {
        font-size: 12px;
    }
    .cart-pole-product .pole-list-price .product-price {
        font-size: 14px;
        line-height: 24px;
    }
    .cart-pole-product .pole-list-left img {
        width: 62px;
        height: 43px;
    }
    .cart-pole-product > p {
        line-height: 18px;
        font-size: 13px;
        padding-top:5px;
    }
    .cart-ActivityProduct{
        padding:20px 10px;
    }
    .cart-ActivityProduct .pre {
        width: 22px;
        top: 20%;
    }

}
@media screen and (max-width: 320px){
    .cart-pole-product .pole-list {
        width: 138px;
    }
    .cart-pole-product .pole-list-left {
        float: none;
        position: relative;
        left: 3px;
        top: 0px;
        margin-bottom: 5px;
    }
    .cart-pole-product .pole-list-price span{
        display:inline-block;
    }
    .cart-pole-product .pole-list .pole-list-txtwrap{
        width:80%;
    }
    .cart-pole-product .pole-list-left img{
        width:82px;
    }
}


/*activity-pop*/
.activity-pop {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 1100;
    top: 0;
    left: 0;
}
.activity-pop-cont{
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-width: 450px;
    width: 100%;
    max-height: 100%;
    position: relative;
}
.activity-close {
    position: absolute;
    top: 15px;
    right: -20px;
    line-height: 18px;
    color: #000;
    font-weight: 700;
    transition: all .5s;
    background: #ccc;
    display: block;
    border-radius: 50%;
    padding: 5px;
}
.activity-pop-bg {
    background-image: url(/images/web/activity/TBC-activity-popup.png);
    background-size: 100% 100%;
    width: 450px;
    height: 518px;
    display: inline-block;
    vertical-align: middle;
}
.activity-pop-link {
    background-image: url(/images/web/activity/activity-pop-link.png);
    background-size: 100% 100%;
    width: 203px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 95px;
    left: 50%;
    margin-left: -101px;
}
.activity-pop-link:hover {
    filter: saturate(1.6);
    -webkit-filter: saturate(1.6);
}
@media screen and (max-width:576px) {
    .activity-pop-cont{
        width:320px;
    }
    .activity-pop-bg {
        width: 320px;
        height: 347px;
    }
    .activity-pop-link {
        width: 160px;
        height: 37px;
        bottom: 53px;
        margin-left: -80px;
    }
}