* {
    margin: 0px;
    padding: 0px;
}

a, a:hover, a:focus {
    text-decoration: none;
}
@font-face {
  font-family: vkFont;
  src: url("./vkfont.ttf");
}
html{
    height: 100%;
}
body {
    overflow: hidden;
    height: 100%;
    background: url("../img/web_bg.png") no-repeat center top, -webkit-linear-gradient(left, #3a1001 , #012421) ; /* Safari 5.1 - 6.0 */
    background: url("../img/web_bg.png") no-repeat center top, -o-linear-gradient(right, #3a1001 , #012421); /* Opera 11.1 - 12.0 */
    background: url("../img/web_bg.png") no-repeat center top, -moz-linear-gradient(right, #3a1001 , #012421); /* Firefox 3.6 - 15 */
    background: url("../img/web_bg.png") no-repeat center top, linear-gradient(to right, #3a1001 , #012421); /* 标准的语法 */
    background-size: cover;
}

.main {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

video {
    max-width: 1000%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    transform: none;
    position: fixed;
    top: 0;
    left: 0;
}
.fl {
    float: left;
}
.center-container {
    top: 0;
    display: block;
    left: 0;
    height: auto;
    position: relative;
    width: 100%;
}
.r-team {
    position: absolute;
    right: 0;
    bottom:0;
    width: 480px;
    height: 571px;
    background:url("../img/r-team.png") no-repeat;
}
.l-team {
    position: absolute;
    left: 0;
    bottom:0;
    width: 481px;
    height: 705px;
    background:url("../img/l-team.png") no-repeat;
}
.center-container .center-block {
    padding-top: 100px;
    text-align: center;
}

.center-container .center-block .logo img {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    width: 200px;
}

.center-container .firstPageTips {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    line-height: 1;
}

.videoWrapper {
    max-height: 100%;
    overflow: hidden;
}

.center-block p {
    color: #fff;
    font-size: 20px;
    margin-top: 25px;
}

.header-tips {
  color: #fff;
  font-family: vkFont;
  font-size: 60px;
  margin-top: 25px;
}
.back_link{
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
.back_link a{
    color: #fff;
}
.back_link a:hover{
    color: #07f1b7;
}

.webSiteList {
    text-align: center;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    margin-top: 20px;
}

.webSiteList > div, .footer .f-num > div {
    display: inline-block;
}

.webSiteList .webSiteBox {
    display: inline-block;
    margin: 20px;
    color: #fff;
    font-size: 26px;
}

.webSiteList .webSiteBox .webSiteDelay {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 5px;
}

.webSiteList .webSiteBox .webSiteUrl {
    text-align: center;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    width: 200px;
    background: url(../img/btn-normal.png);
}

.webSiteList .webSiteBox .webSiteUrl:hover {
    background: url(../img/btn-hover.png);
    background-size: 100% 100%;
}

.webSiteList .webSiteBox .webSiteUrl a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}


/* .bottom-notice {
    position: absolute;
    bottom: 10px;
    width: 100%;
} */

.bottom-notice .notice{
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin: 0 auto 20px;
    font-size: 12px;
}
.tip_kefu_box {
    position: absolute;
    left: -36px;
    top: -233px;
    width: 172px;
    height: 233px;
    display: none;
    opacity: 0;
}
.tip_kefu {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #07eae7;
    padding: 5px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background: #17191f;
}
.tip_kefu::before {
    content:"";
    position: absolute;
    bottom:-12px;
    left: 84px;
    border:6px solid transparent;
    border-top-color:#07eae7;
}
.tip_kefu::after {
    content:"";
    position: absolute;
    bottom:-10px;
    left: 85px;
    border:5px solid transparent;
    border-top-color:#17191f;
}
.tip_kefu p {
    font-size: 16px;
    margin: 5px 0 0 0;
}
.tip_kefu img {
    width: 160px;
    height: 160px;
}
.kf_btn_list{
	display: flex;
	justify-content: center;
	grid-column-gap: 8px;
}
.wap_kf_btn_list{
	width: 2.36rem;
	line-height: 0.44rem;
	text-indent: 0.5rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 16px;
	grid-row-gap: 8px;
}
.kf_btn_list.more_link_gourp{
	margin-top: 8px;
}
.kf_box{
    margin-top: 25px;
    text-align: center;
}
.kf_box .box_btn{
    position: relative;
    display: inline-block;
    width: 110px;
    height: 44px;
    background: url("../img/kf-normal.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    vertical-align: top;
}
/*.kf_box .box_btn:hover{
    background: url("../img/kf-hover.png") no-repeat center;
    background-size: 100% 100%;
}*/
.box_btn_vn{
    width: 136px!important;
    height: 40px!important;
    background: url("../img/kf-vn-normal.png") no-repeat center!important;
    background-size: 100% 100%!important;
}
.box_btn_vn:hover{
    background: url("../img/kf-vn-hover.png") no-repeat center!important;
    background-size: 100% 100%!important;
}
.kf_btn_list .more_link_btn, .wap_kf_btn_list .more_link_btn{
	user-select: none;
	border: none;
	text-align: left;
	text-indent: 46px;
	color: #fff;
	background: url("../img/more_link_btn.png") no-repeat center;
	background-size: 100% 100%;
}
.wap_kf_btn_list .more_link_btn{
	text-indent: 0.47rem;
}
.more_link_btn:hover{
	color: #07f1b7;
	background: url("../img/more_link_hover.png") no-repeat center;
	background-size: 100% 100%;
}
.kf_box .proxy_btn{
    background-image: url("../img/proxy-normal.png");
    /* margin-left: 16px; */
}
.kf_box .proxy_btn:hover{
    background-image: url("../img/proxy-hover.png");
}
.proxy_btn_vn{
    width: 136px!important;
    height: 40px!important;
    background-image: url("../img/proxy-normal-vn.png")!important;
}
.proxy_btn_vn:hover{
    background-image: url("../img/proxy-hover_.png")!important;
}
.f-middle, .f-bottom {
    border-top: 1px solid #e8e8e8;
    padding: 55px 0;
}

.f-middle .mid, .f-bottom .bottom {
}

.f-middle-left {
    margin-top: 20px;
    text-align: center;
}

.f-middle-left .top .iconbox {
    display: inline-block;
    text-align: center;
    width: 230px;
    margin-bottom: 36px;
}

.f-middle-left .top .iconbox p {
    margin-top: 10px;
    font-size: 12px;
}

.f-middle-left .top .iconbox span {
    display: inline-block;
    height: 50px;
    width: 56px;
    background: url(../img/tnc_cg_isl_sel.jpg) no-repeat;
}

.f-middle-left .top .m1 span {
    background-position: -46px -12px;
}

.f-middle-left .top .m2 span {
    background-position: -282px -12px;
}

.f-middle-left .top .m3 span {
    background-position: -46px -134px;
}

.f-middle-left .top .m4 span {
    background-position: -282px -134px;
}

.f-middle-right {
    text-align: center;
    box-sizing: border-box;
}

.f-middle-right .rightWrapper {
    display: inline-block;
    padding: 0 20px;
}

.f-middle-right .title, .f-bottom-left .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.f-bottom-left {
    padding-left: 20px;
}

.f-middle-right p {
    text-align: left;
}

.f-middle-right p {
    margin-bottom: 10px;
    line-height: 21px;
}

.f-bottom-left p {
    margin-bottom: 0;
    line-height: 21px;
}

.f-bottom {
    text-align: center;
}

.f-bottom .bottom {
    display: inline-block;
    width: 100%;
}

.f-bottom .f-bottom-left {
    text-align: left;
}

.f-bottom .right .bottom .col-sm-4 > div {
    display: inline-block;
}

.f-bottom-right span {
    display: inline-block;
    width: 170px;
    margin: 0 14px;
    height: 69px;
    line-height: 69px;
}

.f-bottom-right span img {
    vertical-align: middle;
}

.frendShipLink {
    line-height: 80px;
    border-top: 1px solid #e8e8e8;
    color: #000;
    text-align: center;
    font-size: 14px;
}

.frendShipLink a {
    display: inline-block;
    margin: 0 10px;
    color: #000;
}

.frendShipLink a:hover {
    color: #c71c1c;
}

.webfooter {
    border-top: 1px solid #e8e8e8;
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
}

.webfooter p {
    margin: 0 auto;
}
.qrcodeWrapper_box {
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-item {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.logo-item img {
    margin-bottom: 12px;
}
.logo-item span {
    font-size: 16px;
    color: #b4b0ae;
    font-weight: bold;
}
.wap-team  {
    display: none;
    align-items:center;
    justify-content: space-evenly;
}
.wap-team-item {
    display: flex;
    align-items:center;
    justify-content: center;
}
.wap-team span {
    font-size: 12px;
    color: #b4b0ae;
    font-weight: bold;
}
.qrcodeWrapper{
    margin: 0 100px;
    width: 150px;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}
.qrcodeWrapper:first-child {
    margin-right: 100px;
}
.qrcodeWrapper .img_box{
    width: 100%;
    height: 150px;
    text-align: center;
}
.qrcodeWrapper .img_box img{
    width: 100%;
}
.qrcodeWrapper p{
    margin-top: 10px;
    font-size: 18px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.animation-hide {
    visibility: hidden
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
        visibility: visible
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@keyframes dropDown {
    from {
        -webkit-transform: translateY(-300%);
        transform: translateY(-300%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes dropDown {
    from {
        -webkit-transform: translateY(-300%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

.dropDown {
    -webkit-animation-name: dropDown;
    animation-name: dropDown
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}



.maskLayer {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    z-index: 91;
    display: none;
}
iframe{
    border: none;
}
#contactServiceIframe {
    position: absolute;
    top: 0px;
    box-sizing: border-box;
    z-index: 100;
    background: #fff;
}

.servicecloseicon {
    position: absolute;
    top: 17px;
    right: 28px;
    z-index: 101;
    width: 32px;
    height: 32px;
    background: url(../img/leftnav_closeicon.png) center no-repeat #c71c1c;
    background-size: 18px 18px;
    border-radius: 50%;
}


/*周年庆浮标*/
.anniversary_aside {
  position: fixed;
  z-index: 99;
  right: 108px;
  bottom: 72px;
  cursor: pointer;
  display: none;
}
.anniversary_aside_img {
    width: 160px;
    height: 160px;
}
.anniversary_aside_close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: url("../img/anniver_aside_close.png") no-repeat center center;
  background-size:19px 19px;
}
.anniversary_aside_close:hover,.anniversary_aside_close:active {
  background: url("../img/anniver_aside_close_hover.png") no-repeat center center;
  background-size:19px 19px;
}
.anniversary_aside_time {
  margin: 0 auto;
  width: 110px;
  height: 32px;
  font-size: 12px;
  color: #fffaf1;
  text-align: center;
  line-height: 32px;
  display: none;
}
/*动画*/
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

.wap-btn {
  display: none;
}

.wap_back_link {
  display: none;
}

.wap_kf_box {
  display: none;
}


/*------------------适配------------------*/
@media (max-width: 1250px) {
    .footer .f-num .b1 {
        background-position: 74px 8px;
    }

    .footer .f-num .b1 .num {
        margin-left: 102px;
        margin-top: 6px;
    }

    .footer .f-num .b1 .dataShowDesc {
        padding-left: 105px;
        padding-top: 2px;
    }

    .footer .f-num .b2 {
        background-position: 70px 8px;
    }

    .footer .f-num .b2 .num {
        margin-left: 86px;
        margin-top: 6px;
    }

    .footer .f-num .b2 .dataShowDesc {
        padding-left: 74px;
        padding-top: 2px;
    }

    .footer .f-num .b3 {
        background-position: 134px 8px;
    }

    .footer .f-num .b3 .num {
        margin-left: 158px;
        margin-top: 6px;
    }

    .footer .f-num .b3 .dataShowDesc {
        position: relative;
        left: 47px;
        top: 1px;
    }

    .footer .f-num .b3 .dataShowDesc2 {
        position: absolute;
        right: 69px;
        top: 49px;
    }

    .footer .f-num .b3 b {
        color: #ff0000;
        position: absolute;
        font-size: 32px;
        left: 90px;
        top: 6px;
    }

    .footer .f-num .b3 .no1 {
        color: #ff0000;
        position: absolute;
        left: 34px;
        top: 14px;
    }

    .footer .f-num .b4 {
        background-position: 160px 8px;
    }

    .footer .f-num .b4 .num {
        margin-left: 80px;
        padding-top: 4px;
    }

    .footer .f-num .b4 .dataShowDesc {
        padding-left: 68px;
        padding-top: 2px;
    }
}
@media (max-width: 1400px) {
    .r-team,.l-team {
        display: none;
    }
}
@media (max-width: 1200px) {
    .f-middle-right .rightWrapper, .f-bottom .f-bottom-left {
        width: 1000px;
        padding: 0;
    }
}
@media (max-width: 1050px) {
    .f-middle-right .rightWrapper, .f-bottom .f-bottom-left, .webfooter p, .center-container .notice {
        width: 800px;
        padding: 0;
    }
}
@media (max-height: 940px) {
    .bottom-notice{
        position: static;
    }
}
/* @media (max-width: 750px) {
    .logo-item{
        display: none;
    }
    .wap-team  {
        display: flex;
    }
    .f-middle-right .rightWrapper, .f-bottom .f-bottom-left, .webfooter p, .center-container .notice {
        width: 500px;
        padding: 0;
    }

    .center-container .center-block .logo img {
        width: 160px;
    }

    .frendShipLink {
        line-height: 50px;
    }

    .center-container .center-block {
        padding-top: 60px;
    }

    .qrcodeWrapper {
        width: 160px;
        padding-bottom: 20px;
    }
    .qrcodeWrapper .img_box{
        height: 160px;
    }
    .qrcodeWrapper p{
        font-size: 16px;
    }
    .webSiteList{
        margin-top:20px;
    }
    body {
        background: url("../img/wap_bg.png") no-repeat center top, -webkit-linear-gradient(left, #3a1001 , #012421);
        background: url("../img/wap_bg.png") no-repeat center top, -o-linear-gradient(right, #3a1001 , #012421);
        background: url("../img/wap_bg.png") no-repeat center top, -moz-linear-gradient(right, #3a1001 , #012421);
        background: url("../img/wap_bg.png") no-repeat center top, linear-gradient(to right, #3a1001 , #012421);
        background-size: 100% 100%;
    }
    .bottom-notice{
        position: relative;
        bottom: 0;
        margin-top: 10px;
    }
    .anniversary_aside_close {
        right: 50%;
        transform: scale(2) translateX(50%);
        top: -10px;
    }
    .anniversary_aside {
        transform: scale(.5);
        transform-origin: right top;
    }
} */
@media (max-width: 1024px) {
    body {
      font-family: PingFangSC;
      background: url("../img/wap_bg.png") no-repeat center top, -webkit-linear-gradient(left, #3a1001 , #012421); /* Safari 5.1 - 6.0 */
      background: url("../img/wap_bg.png") no-repeat center top, -o-linear-gradient(right, #3a1001 , #012421); /* Opera 11.1 - 12.0 */
      background: url("../img/wap_bg.png") no-repeat center top, -moz-linear-gradient(right, #3a1001 , #012421) ; /* Firefox 3.6 - 15 */
      background: url("../img/wap_bg.png") no-repeat center top, linear-gradient(to right, #3a1001 , #012421); /* 标准的语法 */
      background-size: 100% 100%;
    }
    /*周年庆浮标*/
    .anniversary_aside {
        position: fixed;
        z-index: 99;
        right: 0.28rem;
        bottom: 0.72rem;
        cursor: pointer;
        display: none;
        transform-origin: right top;
    }
    .anniversary_aside_img {
        width: 0.9rem;
        height: 0.9rem;
    }
    .anniversary_aside_close {
        position: absolute;
        right: -0.1rem;
        top: -0.1rem;
        width: 0.19rem;
        height: 0.19rem;
        cursor: pointer;
        background: url("../img/anniver_aside_close.png") no-repeat center center;
        background-size: 0.19rem  0.19rem;
    }
    .anniversary_aside_close:hover,.anniversary_aside_close:active {
        background: url("../img/anniver_aside_close_hover.png") no-repeat center center;
        background-size: 0.19rem  0.19rem;
    }
    .anniversary_aside_time {
        margin: 0 auto;
        width: 1.2rem;
        height: 0.36rem;
        font-size: 0.12rem;
        color: #fffaf1;
        text-align: center;
        line-height: 0.36rem;
        display: none;
    }

    .qrcodeWrapper_box {
      display: none;
    }

    .wap-btn {
      margin: auto;
      margin-top: .32rem;
      width: 3.53rem;
      height: .45rem;
      border-radius: 0.04rem;
      box-shadow: inset 0 0.01rem 0 0 rgba(201, 253, 238, 0.47);
      background-image: linear-gradient(to right, #07e9f1, #07f1b7);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: .17rem;
      color: #000;
      font-weight: bold;
    }

    .iphone-img {
      width: .18rem;
      height: .255rem;
      margin-right: .12rem;
    }

    .center-container .center-block .logo img {
        width: 1.1rem;
    }

    .frendShipLink {
        line-height: 50px;
    }

    .center-container .center-block {
        padding-top: 0.2rem;
    }

    .header-tips {
      margin-top: 0.13rem;
      font-size: 0.3rem;
      margin-bottom: 0;
      line-height: 1.07;
    }

    .kf_box {
      display: none;
    }

    .back_link {
      display: none;
    }

    .webSiteList{
        margin-top:0;
    }

    .webSiteList .line-box {
      margin-top: .15rem;
    }

    .webSiteList .webSiteBox{
      margin: 0;
      margin-left: .1rem;
    }
    .webSiteList .webSiteBox:first-child{
      margin-left: 0;
    }

    .webSiteList .webSiteBox .webSiteDelay {
      font-size: 0.2rem;
      font-weight: 600;
      line-height: 1.8;
      letter-spacing: 0.01rem;
      margin: 0;
    }

    .webSiteList .webSiteBox .webSiteUrl {
      width: 1.7rem;
      height: 0.44rem;
      line-height: .44rem;
      background-position: center;
      background-size: 100% 100%;
      font-size: .17rem;
      letter-spacing: 0.0085rem;
    }

    .wap_back_link {
      color: #fff;
      font-size: .15rem;
      line-height: 1;
      margin-top: .17rem;
      display: block;
    }

    .wap_kf_box {
      display: block;
      margin-top: .28rem;
    }

    .wap_kf_box .box_btn {
      width: 1.1rem;
      height: .44rem;
      font-size: 0.14rem;
    }

    .wap-team {
      display: flex;
      margin-top: .2rem;
    }

    .wap-team-item .lmzz-img {
      width: 1.16rem;
      height: .85rem;
    }
    .wap-team-item .zdzu-img {
      width: 0.61rem;
      height: 0.76rem;
    }

    .wap-team span {
      font-size: .13rem;
      color: #b4b0ae;
      line-height: 1.64;
    }

    .bottom-notice .notice{
      margin-bottom: .225rem;
      padding: 0 .12rem;
      font-size: .12rem;
      line-height: 1.58;
      margin-top: 0.1rem;
      color: #b4b0ae;
    }
}
