@charset "UTF-8";
/**
 * 
 * @authors Kevin Shu (yue.shu@ccwonline.com)
 * @date    2019-07
 */
@font-face {
  font-family: 'CAT';
  /* project id 701612 */
  src: url('//at.alicdn.com/t/font_701612_m0426od1j1.eot');
  src: url('//at.alicdn.com/t/font_701612_m0426od1j1.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_701612_m0426od1j1.woff') format('woff'), url('//at.alicdn.com/t/font_701612_m0426od1j1.ttf') format('truetype'), url('//at.alicdn.com/t/font_701612_m0426od1j1.svg#CAT') format('svg');
}
@font-face {
    font-family: 'Noto Sans';
    src: url(/misc/font/NotoSansSC-VariableFont_wght.ttf) format('truetype');
    font-display: swap;
}
/*@font-face {
  font-family: 'Source Han Sans CN';
  src: url('//www.cat-cn.com/font/SourceHanSansCN-Bold.TTF') format('truetype');
}*/
*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
a,
img {
  border: 0;
  text-decoration: none;
}
.css {
  -webkit-appearance: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
input::-webkit-input-placeholder {
  color: #AAAAAA;
}
input:focus::-webkit-input-placeholder {
  color: #EEEEEE;
}
body {
  font-family: "Microsoft YaHei","STXihei","STHeiti","微软雅黑",Arial,"Helvetica Neue",Helvetica,sans-serif !important;
  font-family: 'Noto Sans',sans-serif !important;
  margin: 0;
  padding: 0;
  background: #232323;
  font-size: 16px;
  padding-top: 5.5vw;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 8vw;
  }
}
@keyframes basketball {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes join {
  from {
    color: #f4c624;
  }
  to {
    color: white;
  }
}
.newtec{
  animation: join .5s linear infinite;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}
#header {
  display: flex;
  background: black;
  padding-left: 4.6667vw;
  padding-right: 2.6667vw;
  height: 54.5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all .2s;
}
#header::after{
  content: "";
  width: 100%;
  height: 4.5px;
  background: url(../img/index/footer-line.jpg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#header .logo {
  flex: none;
  height: 50px;
  display: flex;
  align-items: center;
}
#header .logo img{
  /*width: 105px;*/
  width: 60px;
  height: 30px;
}
#header ul.nav {
  display: flex;
  flex: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}
#header ul.nav li {
  flex: none;
}
#header ul.nav li.menu a{
  padding-right: 0;
}
#header ul.nav li.menu a img {
  width: 4.2667vw;
}
#header ul.nav li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 2.2667vw;
}
#header ul.nav li a img{
  width: 4.9333vw;
}
#footer {
  background: #333333;
  padding: 25px 10px 29.5px 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
#footer::after{
  content: "";
  width: 100%;
  height: 4.5px;
  background: url(../img/index/footer-line.jpg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer a {
  color: #fff;
  text-decoration: none;
  padding: 0 .5em;
}
body img {
  width: 100%;
  display: block;
}
#body #kv {
  font-size: 0;
}
#body #kv img {
  width: 100%;
}
#body #kv .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  border-radius: 0;
}
#userAction {
  display: flex;
  background: url('../images/home-userAction-bg.png') repeat-x;
  background-size: 3px 44px;
  height: 44px;
}
#userAction a {
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #f4c624;
  text-decoration: none;
  font-weight: 800;
}
#userAction a:first-child {
  border-right: 1px solid black;
}
#body #sections {
  overflow: hidden;
  font-size: 0;
}
#body #sections .section {
  position: relative;
  border-bottom: 1px solid #98762c;
}
.section img {
  width: 100%;
}
#body #sections .section:last-child {
  border-bottom: 0;
}
#body #sections .section:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  width: 0;
  height: 0;
  margin-left: -0.15rem;
  border-width: 0.30rem;
  border-style: solid;
  border-color: #9c7a30 transparent transparent transparent;
}
#body #sections .section.award a {
  position: absolute;
  display: block;
}
#body #sections .section.award a.look {
  width: 2.9rem;
  height: 1.78rem;
  left: 4.11rem;
  top: 2.38rem;
}
#body #sections .section.award a.list {
  width: 2.8rem;
  height: .78rem;
  left: 3.62rem;
  top: 4.21rem;
}
#body #sections .section.why:after {
  display: none;
}
#body #sections .section.products {
  margin-top: -0.5rem;
}
#body #sections .section.products:after {
  top: 0.5rem;
}
#body #sections .section.basketball {
  margin-top: -0.25rem;
  padding-top: 0.25rem;
}
#body #sections .section.basketball:after {
  top: 0.25rem;
}
#body #sections .section.basketball .content {
  position: relative;
  display: block;
  height: 2.34rem;
  background: #f4c624;
}
#body #sections .section.basketball .content img {
  transition: all .5s;
}
#body #sections .section.basketball .content .text {
  position: absolute;
  width: 3.72rem;
  height: 0.93rem;
  top: 0.73rem;
  left: 100%;
}
#body #sections .section.basketball .content .p1 {
  position: absolute;
  width: 2.63rem;
  height: 1.97rem;
  top: 0.28rem;
  left: -100%;
}
#body #sections .section.basketball .content .p2 {
  position: absolute;
  width: 1.93rem;
  height: 1.93rem;
  top: -0.3rem;
  left: -100%;
  animation: basketball 2s linear infinite ;
  -webkit-animation: basketball 2s linear infinite ;
  -moz-animation: basketball 2s linear infinite ;
  -o-animation: basketball 2s linear infinite ;
  -ms-animation: basketball 2s linear infinite ;
}
#body #sections .section.basketball .content.animated .text {
  left: 3.11rem;
}
#body #sections .section.basketball .content.animated .p1 {
  left: 0.28rem;
}
#body #sections .section.basketball .content.animated .p2 {
  left: 0.91rem;
}
#body #sections .section.cba {
  margin-top: -0.32rem;
  padding-top: 0.32rem;
}
#body #sections .section.cba .content {
  position: relative;
  display: block;
  height: 2.45rem;
  background: #f4c624;
}
#body #sections .section.cba .content img {
  transition: all .5s;
}
#body #sections .section.cba .content .text {
  position: absolute;
  width: 2.88rem;
  height: 1.9rem;
  top: .45rem;
  left: -100%;
}
#body #sections .section.cba .content .p1 {
  position: absolute;
  width: 2.05rem;
  height: 2.77rem;
  bottom: 0;
  left: 100%;
}
#body #sections .section.cba .content .p2 {
  position: absolute;
  width: 1.23rem;
  height: 2.77rem;
  bottom: 0;
  left: 100%;
}
#body #sections .section.cba .content .p3 {
  position: absolute;
  width: 1.27rem;
  height: 2.48rem;
  bottom: 0;
  left: 100%;
}
#body #sections .section.cba .content.animated .text {
  left: .7rem;
}
#body #sections .section.cba .content.animated .p1 {
  left: 3.63rem;
}
#body #sections .section.cba .content.animated .p2 {
  left: 5.32rem;
}
#body #sections .section.cba .content.animated .p3 {
  left: 6.19rem;
}
#body #sections .section.cba:after {
  top: 0.32rem;
}
#body .join {
  margin-top: -1px;
  display: block;
  height: 1.42rem;
  background: url('../images/home-button-join.png') center top no-repeat;
  background-size: 7.5rem 1.42rem;
  font-size: .5rem;
  line-height: 1.42rem;
  color: #f4c624;
  text-decoration: none;
  font-weight: 800;
  text-align: center;
  animation: join .5s linear infinite ;
  -webkit-animation: join .5s linear infinite ;
  -moz-animation: join .5s linear infinite ;
  -o-animation: join .5s linear infinite ;
  -ms-animation: join .5s linear infinite ;
}
#body #sections2 {
  font-size: 0;
}
#body #sections2 img {
  width: 100%;
}
#body #sections2 .section {
  position: relative;
  border-bottom: 1px solid black;
}
#body #sections2 .section:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  width: 0;
  height: 0;
  margin-left: -0.15rem;
  border-width: 0.30rem;
  border-style: solid;
}
#body #sections2 .section.top500:after {
  border-color: #f4c624 transparent transparent transparent;
}
#body #sections2 .section.china:after,
#body #sections2 .section.register:after {
  border-color: black transparent transparent transparent;
}
#body #columns .column h3 {
  margin: 0;
  padding: .3rem .15rem .15rem .15rem;
  font-size: 0.45rem;
  color: #f4c624;
  font-weight: 800;
  border-bottom: .07rem solid #f4c624;
}
#body #columns .column a.more {
  float: right;
  margin-right: .15rem;
  font-size: .35rem;
  color: #f4c624;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  margin-top: -0.75rem;
  padding-right: .75rem;
  background: url('../images/home-link-more.png') right center no-repeat;
  background-size: .65rem .11rem;
}
.column .container {
  padding: 0 0.26rem;
}
.column .top {
  height: 2.18rem;
}
.column .top a.goBack {
  display: inline-block;
  margin-top: 0.2rem;
  padding-left: 0.6rem;
  font-size: 0.26rem;
  color: black;
  position: relative;
}
.column .top a.goBack:before{
  content: "";
  display: block;
  background: url('../images/icon-goBack.png') left top no-repeat;
  background-size: 100% 100%;
  width: 0.42rem;
  height: 0.26rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;

}
.column .top h1 {
  margin: .38rem 0 .1rem 0;
  font-size: 0.52rem;
  color: black;
  line-height: 1em;
}
.column .top h1.s05 {
  margin: .38rem 0 .1rem 0;
  font-size: 0.4rem;
  color: black;
  line-height: 1em;
}
.column .top p {
  font-size: .28rem;
  color: black;
}
.column.news .top {
  background: #f4c624 url('../images/header-image-news.png') right center no-repeat;
  background-size: 4.36rem 2.18rem;
}
.column.news-list .top {
  background: #f4c624 url('../images/header-image-news-list.png') right center no-repeat;
  background-size: 3.92rem 2.17rem;
}
.column.news .list .black {
  background: #262626;
  color: white;
}
.column.news .list .black a.link {
  color: white;
}
.column.news .list .black a.more {
  background: url('../images/icon-btn-link.png') 87.5% 50% no-repeat;
  background-size: .55rem .18rem;
  color: white;
}
.column.news .list .white {
  background: white;
  color: black;
}
.column.news .list .white a.link {
  color: black;
}
.column.news .list .white a.more {
  background: url('../images/icon-btn-link_black.png') 87.5% 50% no-repeat;
  background-size: .55rem .18rem;
  color: black;
}
.column.news .list .container {
  padding-top: .55rem;
  padding-bottom: 1.24rem;
}
.column.news .list .container.links {
  background: #f4c624;
  padding-top: .37rem;
  padding-bottom: .3rem;
}
.column.news .list .container.links h2 {
  color: black;
}
.column.news .list .container.links .items {
  display: flex;
  justify-content: space-between;
}
.column.news .list .container.links a.link {
  display: inline-block;
  width: 2.18rem;
  height: 1.54rem;
  background: #232323;
  text-align: center;
  font-size: .25rem;
  color: white;
  padding-top: 1.05rem;
}
.column.news .list .container.links a.link.cba {
  background: #232323 url('../images/news-icon-cba.png') 50% 0.22rem no-repeat;
  background-size: .74rem .74rem;
}
.column.news .list .container.links a.link.brand {
  background: #232323 url('../images/news-icon-brand.png') 50% 0.22rem no-repeat;
  background-size: .7rem .72rem;
}
.column.news .list .container.links a.link.events {
  background: #232323 url('../images/news-icon-events.png') 50% 0.22rem no-repeat;
  background-size: .87rem .82rem;
}
.column.news .list .container.events.white p {
  color: #444;
}
.column.news .list a.more {
  float: right;
  display: inline-block;
  padding: .2rem .93rem .2rem .28rem;
  font-size: .28rem;
  font-weight: 600;
}
.column.news .list h2 {
  margin: 0 0 0.32rem 0;
  font-size: .48rem;
}
.column.news .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.column.news .list ul li {
  margin-bottom: .7rem;
}
.column.news .list ul li:last-child {
  margin-bottom: 0;
}
.column.news .list ul li h3 {
  margin: 0 0 .3rem 0;
  font-size: .36rem;
  font-weight: 600;
  line-height: 1.25em;
}
.column.news .list ul li img.news-image {
  margin-bottom: .22rem;
}
.column.news .list ul li p {
  margin-bottom: .28rem;
  font-size: .28rem;
  line-height: 1.4em;
}
.column.news .list ul li a {
  display: block;
}
.column.news .list ul li a.btn-link {
  display: inline-block;
  background: #7f7f7f url('../images/icon-btn-link.png') 87.5% 50% no-repeat;
  background-size: .55rem .18rem;
  padding: .2rem .93rem .2rem .28rem;
  font-size: .29rem;
  color: white;
}
.column.news-list .list {
  background: white;
}
.column.news-list .list ul {
  margin: 0;
  padding: .7rem 0 0 0;
  list-style: none;
}
.column.news-list .list ul:after {
  content: '';
  display: block;
  clear: both;
}
.column.news-list .list ul li {
  float: left;
  width: 3.45rem;
  margin-bottom: .65rem;
}
.column.news-list .list ul li:nth-child(even) {
  float: right;
}
.column.news-list .list ul li a {
  display: block;
}
.column.news-list .list ul li h3 {
  margin-bottom: .15rem;
  font-size: .2rem;
  color: black;
  line-height: 1.25em;
  min-height: .5rem;
}
#header .navi,
#header .navi ul {
  display: none;
  list-style: none;
  width: 100%;
}
#header .navi a {
  display: block;
  color: white;
  border-bottom: 1px solid #5a5a5a;
  font-weight: bold;
  position: relative;
}
#header .navi .at_state>a:after {
  font-family: CAT;
  content: "\e62a";
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 17px;
}
#header .navi {
  background-color: #000;
  position: absolute;
  top: 55px !important;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 90;
}
#header .navi:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  right: 6.5%;
  margin-left: -5px;
  background-color: #000;
  transform: rotate(45deg);
}
#header .navi li > a {
  font-size: 3.7333vw;
  padding: 0 20px 0 20px;
  line-height: 50px;
}
#header .navi li li > a {
  font-size: 16px;
  padding: 0 20px 0 40px;
  line-height: 40px;
}
#header .navi li li li > a {
  font-size: 14px;
  padding: 0 20px 0 60px;
  line-height: 40px;
  color: #FECC33;
}
#header .navi > li.current > ul {
  background-color: #222;
}
#header .navi > li.current li.current > ul {
  background-color: #444;
}
#header .navi.current,
#header .navi > li.current > ul,
#header .navi > li.current li.current > ul {
  display: block;
}
#header .navi > li.current > a,
#header .navi > li.current li.current > a {
  color: #FECC33;
}
#header .navi > li.current > a:after,
#header .navi > li.current li.current > a:after {
  transform: rotate(90deg);
}
/* 弹出层 */
.shady-layer {
  display: none;
}
.sl-wrap {
  position: relative;
  margin: 40% 10% 10% 10%;
  height: 8.32rem;
  width: 80%;
  border: 1px solid #9c9c9c;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.sl-wrap .close {
  position: absolute;
  top: 0;
  right: 0;
}
.sl-wrap .close:after {
  content: "\e66c";
  font-family: CAT;
  color: #333;
  font-size: 32px;
}
.sl-content img {
  width: 100%;
  height: auto;
}
.winner-list-div-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: none;
}
.winner-list-div {
  position: relative;
  top: 10%;
  width: 80%;
  height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
}
.winner-list-div img {
  width: 100%;
  height: auto;
}
.winner-list-div .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.winner-list-div .close img {
  width: 100%;
  height: 100%;
}
.signup {
  display: none;
}
.signup_box {
  padding: 15px 25px;
  background-color: #ffcc00;
  font-size: 16px;
  position: fixed;
  top: 50px;
  left: 0;
  width: 90%;
  margin: 5%;
  z-index: 9;
  box-sizing: border-box;
}
.signup_title {
  font-size: 18px;
  text-align: center;
  margin: 15px auto;
}
._form_text_detail{
  padding-bottom: 10px;
  font-size: 14px;
}
.signup ._form_sign{
  display: inline-block;
  padding: 0 5px;
  color: #f00;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
}
.signup ._form_title {
  line-height: 1.5;
  font-size: 16px;
  position: relative;
}
.signup ._form_title:before {
  content: "| ";
}
.signup ._form_items {
  overflow: hidden;
  padding: 5px 0;
  width: 100%;
}
.signup ._form_text {
  background: none;
  border: 1px solid #333;
  padding: 7px;
  outline: none;
  font-size: 16px;
  width: 65%;
}
.signup ._form_button {
  background-color: #333;
  color: #fecc33;
  border: none;
  font-size: 16px;
  width: 100%;
  font-weight: bold;
  padding: 9px;
}
.signup ._form_select {
  overflow: hidden;
  position: relative;
  width: 65%;
  display: inline-block;
  background: none;
  border: 1px solid #333;
}
.signup ._form_select:after {
  content: "\e621";
  font-family: CAT;
  font-size: 12px;
  position: absolute;
  height: 100%;
  line-height: 35px;
  width: 32px;
  top: 0;
  right: 0;
  text-align: center;
  color: #333;
  display: inline-block;
  border-left: 1px solid #333;
}
.signup ._form_select select {
  position: relative;
  z-index: 1;
  color: #333;
  background: none;
  padding: 6px 32px 6px 6px;
  border: none;
  width: 100%;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.signup .check-box {
  cursor: pointer;
  border-radius: 3px;
  font-family: CAT;
  font-size: 12px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  border: 1px solid #333;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.signup .check-box.checked:after {
  content: "\e60a";
}
.signup .privacy,
.signup .tosign {
  clear: both;
  font-size: 14px;
  padding: 5px 0;
  line-height: 1.5;
}
.signup .privacy a,
.signup .tosign a {
  color: #000;
  border-bottom: 1px solid #333;
}
.signup .privacy ._form_sign,
.signup ._form_items ._form_sign{
  padding-left: 0;
  width: 15px;
}
.signup ._form_items ._form_sign{
  float: left;
  padding-top: 3px;
}
.signup ._form_tip {
  color: #666;
  font-size: 12px;
  line-height: 2;
  display: block;
}
.signup ._form_items_title {
  display: inline-block;
  width: 30%;
  font-weight: bold;
}
.signup_close {
  position: absolute;
  top: 0;
  right: 0;
}
.signup_close:after {
  content: "\e66c";
  font-family: CAT;
  color: #333;
  font-size: 32px;
}
.alert {
  width: 80%;
  padding: 10% 5% 100px 5%;
  font-weight: bold;
  background-color: #333;
  position: absolute;
  top: 30%;
  left: 10%;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.alert_button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100px;
  height: 35px;
  line-height: 35px;
  margin-left: -50px;
  text-align: center;
  background-color: #fecc33;
  color: #333;
  font-size: 14px;
  border-radius: 3px;
}
.new_form_items{
  position: relative;
}
.new_form_items ._form_select{
  margin-left: 31.6%;
}
.new_form_items ._form_items_title{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hand-wrap{
  position: absolute;
  bottom: 1.8rem;
  right: 1rem;
}
#body .hand-wrap .hand{
  width: 0.51rem;
  height: 0.59rem;
  animation: index_hand 0.8s linear infinite;
}

@keyframes index_hand{
  0%{opacity: 0;}
  50%{opacity: 0.5;}
  100%{opacity: 1;}
}
.index_banner .swiper-pagination{
  display: none;
}
@keyframes prizeRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    transition: all 5s;
  }
}
.float-reg {
  padding: 0 4.6667vw;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), #ffffff, rgba(255, 255, 255, 0.8));
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
}
.float-reg .prize-box {
  width: 32.2667vw;
  position: relative;
  margin-top: -1.3333vw;
  align-self: start;
}
.float-reg .prize-box img{
  width: 100%;
}
.float-reg .prize-box .prize-posi {
  position: absolute;
  top: 0;
  left: 0;
}
.float-reg .prize-box .prize-animate {
  animation: prizeRotate 3s linear infinite;
}
.float-reg .float-reg-content h2 {
  font-size: 3.4667vw;
}
.float-reg .float-reg-content .links {
  color: #fdc71d;
  font-weight: bold;
  background: black;
  margin-top: 1.3333vw;
}
.float-reg .float-reg-content .links::before {
  background: url(../img/index/more-arrow.png) no-repeat;
  background-size: 100% 100%;
}
a.links {
  padding: 2.6667vw 7.3333vw 2.6667vw 3.3333vw;
  font-size: 3.2vw;
  color: black;
  background: #fdc532;
  position: relative;
  display: inline-block;
  margin-right: 2.6667vw;
}
a.links::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.3333vw;
  width: 2.6667vw;
  height: 1.2vw;
  background: url(../img/index/more-arrow-black.png) no-repeat;
  background-size: 100% 100%;
}
a.links:last-child {
  margin-right: 0;
}