@font-face {
  font-family: "Helvetica";
  src: url('../font/Helvetica.ttf');
}

@font-face {
  font-family: "Helvetica Bold";
  src: url('../font/Helvetica Bold.ttf');
}

@font-face {
  font-family: "Century Gothic";
  src: url('../font/Century Gothic.ttf');
}

@keyframes an1 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, -20px);
  }
}

/* 最新 */
.in_container .games ul .op_left #btn_home,
.ga_container .games ul .op_left #btn_home {
  top: 71%;
}

.in_container .games ul .op_right #right_imgOne,
.ga_container .games ul .op_right #right_imgOne {
  top: 8%;
}

.in_container .games ul .op_right #right_pOne,
.ga_container .games ul .op_right #right_pOne {
  top: 59%
}

.in_container .games ul .op_left #btn_homeTwo,
.ga_container .games ul .op_left #btn_homeTwo {
  /* top: 79%; */
  bottom: 14%;
}

 #ga_title {
  top: 54%;
  right: 20px;
}
.gameFoot {
  margin-top: 20px;
}
#basketMasterImg {
  top: 10%;
}

/* .in_container .game #in_careersTwo {
   margin-top: 100px;
} */


a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline-style: none;
}

.head_nav {
  width: 100%;
  height: 80px;
  /* max-width: 1920px;
  min-width: 750px; */
  margin: 0 auto;
  padding: 0 55px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  background: #0000007a;
}

/* .head_nav > a {
  display: block;
  float: left;
  margin: 19px 30px 0 0;
} */
.head_nav .logo {
  display: block;
  line-height: 0;
  float: left;
  margin: 19px 30px 0 0;
}

.head_nav .logo {
  width: 77px;
  height: 42px;
}

.head_nav ul {
  margin: 0;
  height: 100%;
  float: left;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.head_nav ul li {
  height: 100%;
  line-height: 80px;
  margin: 0 40px 0 0;
}

.head_nav ul li a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-family: "Helvetica";
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.head_nav ul li a.active {
  color: #a31c1c;
}

.head_nav ul li:hover a {
  color: #a31c1c;
  cursor: pointer;
}

.container {
  max-width: 1680px;
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.foot {
  width: 100%;
  height: 68px;
  min-width: 750px;
  background: url("https://galasports.com/images/galasports/ENImg/o_img17.png");
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.foot div:nth-child(1) {
  width: 35%;
}

.foot div:nth-child(1) img {
  width: 12%;
  margin: 0 30px 0 30px;
  float: left;
}

.foot div:nth-child(1) p {
  float: left;
  font-size: 16px;
}

.foot div:nth-child(1) p a {
  color: #65666a;
}

.foot div:nth-child(2) {
  width: 65%;
}

.foot div:nth-child(2) p {
  margin: 0 100px 0 0;
  text-align: right;
  font-size: 16px;
  color: #65666a;
}

.page_tc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.video_tc {
  display: none;
  background: rgba(0, 0, 0, 0.9);
}

.video_tc>div {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.video_tc>div video {
  width: 100%;
  height: auto;
}

.video_tc>div button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -62px;
  background: #1d1e22;
}

.video_tc>div button:hover {
  cursor: pointer;
}

.video_tc>div button:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.video_tc>div button i {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: url("https://galasports.com/images/galasports/ENImg/o_img43.png") no-repeat;
  background-size: cover;
}

.btn_red {
  display: block;
  width: 188px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-family: "Helvetica Bold";
  border-radius: 50px;
  background: #c02120;
}

/* .btn_right {
  display: block;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-family: "Helvetica Bold";
  border-radius: 50px;
  background: #c02120;
} */
/* .btn_left {
  display: block;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-family: "Helvetica Bold";
  border-radius: 50px;
  background: #c02120;
} */
.banner {
  width: 100%;
  height: auto;
  /* max-width: 1920px;
  min-width: 750px; */
  position: relative;
}

.banner>img:nth-child(1) {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}

.banner>img:nth-child(2) {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.in_banner .swiper-container img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}

.ou_banner img:nth-child(2) {
  width: 53%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 13%;
  bottom: 0;
  margin: auto;
}

.ga_banner img:nth-child(2) {
  width: 56%;
  position: absolute;
  left: 0;
  right: 0;
  top: 13%;
  bottom: 0;
  margin: auto;
  height: auto;
}

.co_container img:nth-child(1) {
  width: 17%;
}

.co_banner img:nth-child(2) {
  width: 32%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 13%;
  bottom: 0;
  margin: auto;
}

.co_banner img:nth-child(2) {
  width: 53%;
  height: auto;
}

.in_container .games,
.ga_container .games {
  width: 100%;
  margin: 0 auto;
}

.in_container .games>img,
.ga_container .games>img {
  margin: 80px 0 50px 0;
  width: 20%;
}

.in_container .games ul,
.ga_container .games ul {
  overflow: hidden;
}

.in_container .games ul li,
.ga_container .games ul li {
  width: 840px;
  height: 840px;
  position: relative;
  float: left;
  overflow: hidden;
}

.in_container .games ul li img:nth-child(1),
.ga_container .games ul li img:nth-child(1) {
  width: 100%;
  height: auto;
}

#bestplayer {
  height: 100%;
  width: 100%;
}

/* .in_container .games ul li img:nth-child(2),
.ga_container .games ul li img:nth-child(2) {
  width: 90%;
  height: auto;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
} */
.in_container .games ul li div,
.ga_container .games ul li div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: rgba(0, 0, 0, 0.8);
}

.in_container .games ul li div img,
.ga_container .games ul li div img {
  height: auto;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.in_container .games ul li div img:hover,
.ga_container .games ul li div img:hover {
  cursor: pointer;
}

.in_container .games ul li div img:nth-child(1),
.ga_container .games ul li div img:nth-child(1) {
  width: 10%;
  top: 50%;
}

.in_container .games ul li div img:nth-child(2),
.ga_container .games ul li div img:nth-child(2) {
  width: 40%;
  top: 100%;
}

.in_container .games ul li p,
.ga_container .games ul li p {
  position: absolute;
  top: 52%;
  right: -1%;
  font-size: 16px;
  color: #666;
  font-family: "Helvetica";
}

.in_container .games ul li p span,
.ga_container .games ul li p span {
  display: block;
  text-align: right;
}

.in_container .games ul li a,
.ga_container .games ul li a {
  position: absolute;
  /* right: 2%; */
  bottom: 11%;
  font-family: "Helvetica";
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#baskLogo {
  width: 42%;
}
#baskTitle {
  width: 85%;
}
#basketballTitle {
  top: 55%;
}
#footLogo {

}
#footTitle {
  left: -30px !important;
}
.in_container .games ul .op_right a,
.ga_container .games ul .op_right a {
  right: 10px;
}

.in_container .games ul .op_left a,
.ga_container .games ul .op_left a {
  left:10px;
}

.in_container .games .aboutUs {
  width: 100%;
  height: 80px;
  margin: 63px 0 30px 0;

}

.in_container .games .aboutUs>img {
  width: 11%;
}

.banner #headTitle {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 53%;
}

#videoBack {
  height: 100%;
  width: 100%;
}

.in_container .games ul li a:hover,
.ga_container .games ul li a:hover {
  background: #c02120c2;
}

.in_container .games ul li.in_g_text,
.ga_container .games ul li.in_g_text {
  background: #fafafa;
}

.in_container .games ul li.in_g_text img,
.ga_container .games ul li.in_g_text img {
  position: absolute;
  margin: auto;
}

.in_container .games ul li.op_right img,
.ga_container .games ul li.op_right img {
  right: 10px;
}

.in_container .games ul li.op_left img,
.ga_container .games ul li.op_left img {
  left: 10px;
}

.in_container .games ul li.op_right img:nth-child(1),
.ga_container .games ul li.op_right img:nth-child(1) {
  width: 35%;
  top: 5%;
}

.in_container .games ul li.op_left img:nth-child(1),
.ga_container .games ul li.op_left img:nth-child(1) {
  width: 30%;
  top: 6%;
}

 #inReal {
  /* top: 7%;
  width: 10%; */
  top: 10%;
  width: 35%;
  right: 20px;
}

.in_container .games ul li.op_right img:nth-child(2),
.ga_container .games ul li.op_right img:nth-child(2) {
  width: 80%;
  top: 30%;
}

.in_container .games ul li.op_left img:nth-child(2),
.ga_container .games ul li.op_left img:nth-child(2) {
  width: 73%;
  top: 27%;
  /* background: #fafafa; player1 这张图片的背景颜色需要改*/
}
#img80 {
  /* left: -80px !important; */
}
.in_container .games ul li.op_left #bigImg,
.ga_container .games ul li.op_left #bigImg {
  /* width: 58%;
  top: 33%; */
  left: -30px !important;
}

 #smallImg {
  width: 65%;
  top: 25%;
  right: -21px;
}

 #innorea {
  width: 40%;
  top: 70%;
}

 #basketballTitle,
 #basketballTitle {
  top: 46%;
  right: 10px;
}
#totalTitle {
  right: 10px;
}

.in_container .games ul li.in_g_text p,
.ga_container .games ul li.in_g_text p {
  top: 58%;
  width: 100%;
  right: 1px;
}

.in_container .games ul li.op_right p span,
.ga_container .games ul li.op_right p span {
  box-sizing: border-box;
}

.in_container .games ul li.op_left p span,
.ga_container .games ul li.op_left p span {
  text-align: left;
  padding-left: 16px;
  box-sizing: border-box;
}

/* .in_container .games ul li.in_g_text img:nth-child(3),
.ga_container .games ul li.in_g_text img:nth-child(3) {
  width: 60%;
  top: 50%;
} */
.in_container .games ul li:nth-child(4)>img:nth-child(2),
.ga_container .games ul li:nth-child(4)>img:nth-child(2) {
  width: 60%;
}

.in_container .games ul li.ga_text>img,
.ga_container .games ul li.ga_text>img {
  position: absolute;
  right: 2%;
}

.in_container .games ul li.ga_text>img:nth-child(1),
.ga_container .games ul li.ga_text>img:nth-child(1) {
  width: 22%;
  top: 12%;
}

.in_container .games ul li.ga_text>img:nth-child(2),
.ga_container .games ul li.ga_text>img:nth-child(2) {
  width: 56%;
  top: 40%;
  left: auto;
}

/* .in_container .games ul li:hover > img:nth-child(2),
.ga_container .games ul li:hover > img:nth-child(2) {
  top: 30%;
} */
/* .in_container .games ul li:hover > img.no_hover,
.ga_container .games ul li:hover > img.no_hover {
  top: 40%;
} */
.in_container .games ul li:hover>div,
.ga_container .games ul li:hover>div {
  opacity: 1;
}

/* .in_container .games ul li:hover > div img:nth-child(1),
.ga_container .games ul li:hover > div img:nth-child(1) {
  width: 10%;
  /* top: 60%; */
/* } */
/* .in_container .games ul li:hover > div img:nth-child(2),
.ga_container .games ul li:hover > div img:nth-child(2) {
  width: 40%;
  top: 85%;
} */
.in_container .in_careers,
.ga_container .in_careers {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
}

.in_container .in_careers img,
.ga_container .in_careers img {
  display: block;
  line-height: 0;
  width: 100%;
  height: auto;
}

.in_container .in_careers a {
  position: absolute;
  left: 45%;
  top: 70%;
}

/* .in_container .in_careers div img,
.ga_container .in_careers div img {
  display: block;
  position: absolute;
} */
.in_container .in_careers img:nth-child(2),
.ga_container .in_careers img:nth-child(2) {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 60%;
}

/* .in_container .in_careers div img:nth-child(1),
.ga_container .in_careers div img:nth-child(1) {
  width: 7%;
  top: 14%;
  left: 6%;
} */
.in_container .in_careers div img:nth-child(1),
.ga_container .in_careers div img:nth-child(1) {
  /* width: 46%;
  margin: auto;
  top: 40%;
  left: 0;
  right: 0; */
  background-color: red;
}

.in_container .in_careers div p,
.ga_container .in_careers div p {
  width: 82%;
  font-size: 24px;
  color: #282828;
  font-family: "Century Gothic";
  text-align: center;
  position: absolute;
  margin: auto;
  top: 60%;
  left: 0;
  right: 0;
}

.in_container .in_careers div a,
.ga_container .in_careers div a {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 180px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.in_container .in_careers div a:hover,
.ga_container .in_careers div a:hover {
  background: #c02120c2;
}

.in_container .home_contact {
  width: 100%;
  height: 50px;
  background: #fafafa;
  position: relative;
}

.in_container .home_contact img {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  height: 90%;
}

.ou_container>div {
  max-width: 1502px;
  margin: 0 auto;
  margin-top: 60px;
}

.ou_container>div>img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}

.ou_container>div .ou_img_box {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
}

.ou_container>div .ou_img_box #setHeight {
  height: 488px;
}

.ou_container>div .ou_img_box>div:nth-child(1) {
  width: 75%;
  position: relative;
}

.ou_container>div .ou_img_box>div:nth-child(1)>div {
  width: 100%;
  height: 100%;
}

.ou_container>div .ou_img_box>div:nth-child(1)>div img {
  display: block;
  line-height: 0;
  width: 100%;
  height: auto;
}

.ou_container>div .ou_img_box>div:nth-child(1) .swiper-pagination {
  width: 100%;
  height: auto;
  bottom: -40px;
  text-align: center;
}

.ou_container p {
  font-family: "Helvetica" !important;
}

.ou_container>div .ou_img_box>div:nth-child(1) .swiper-pagination span {
  width: 18px;
  height: 18px;
  opacity: 1;
  margin: 0 30px 0 0;
  background: #b4b4b4;
}

.ou_container>div .ou_img_box>div:nth-child(1) .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1d1e22;
}

.ou_container>div .ou_img_box>div:nth-child(2) {
  width: 25%;
  background: #1d1e22;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}

.ou_container>div .ou_img_box>div:nth-child(2) p {
  font-size: 21px;
  padding: 0 40px;
  box-sizing: border-box;
}

.ou_container>div .ou_img_box>div:nth-child(2) p:nth-child(1) {
  color: #f8f8f8;
  margin: 30px 0 50px 0;
}

.ou_container>div .ou_img_box>div:nth-child(2) p:nth-child(2) {
  color: #959697;
}

.ou_container>div>ul {
  width: 100%;
  margin: 80px 0 0 0;
  position: relative;
}

.ou_container>div>ul li {
  width: 100%;
  height: auto;
  margin: 0 0 90px 0;
  overflow: hidden;
}

.ou_container>div>ul li p {
  float: left;
  font-size: 16px;
  color: #666;
  font-family: "Helvetica";
}

.ou_container>div>ul li.ou_list_bimg {
  position: absolute;
  width: 12px;
  height: 100%;
  top: 0;
  background: url("https://galasports.com/images/galasports/ENImg/o_img21.png");
}

.ou_container>div>ul.ou_list_left li p:nth-child(1) {
  width: 70px;
  opacity: 0;
  margin: 0 30px 0 0;
}

.ou_container>div>ul.ou_list_left li p.ou_year {
  opacity: 1;
}

.ou_container>div>ul.ou_list_left li p:nth-child(3) {
  float: right;
  width: 50%;
  color: #666666;
}

.ou_container>div>ul.ou_list_left li.ou_list_bimg {
  left: 70px;
}

.ou_container>div>ul.ou_list_right li p:nth-child(1) {
  /* width: 50%; */
  width: 100px;
  color: #666666;
}

.ou_container>div>ul.ou_list_right li p:nth-child(2) {
  width: 250px;
  float: left;
}

.ou_container>div>ul.ou_list_right li p:nth-child(3) {
  width: 50%;
  float: right;
  margin: 0 40px 0 0;
  text-align: left;
}

.ou_container>div>ul.ou_list_right li.ou_list_bimg {
  left: auto;
  /* right: 270px; */
  left: 70px;
}

.ou_container>div.ou_item_foot {
  max-width: 1754px;
  position: relative;
}

.ou_container>div.ou_item_foot img:nth-child(1) {
  width: 100%;
  height: auto;
  line-height: 0;
}

.ou_container>div.ou_item_foot img:nth-child(2) {
  width: 40%;
  height: auto;
  margin: auto;
  top: 0;
  right: 6%;
  bottom: 0;
  position: absolute;
}

.ga_container .games>img {
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 60px;
}

.ga_container .games ul li:nth-child(5)>img:nth-child(2) {
  width: 65%;
}

.ga_container .games ul li:nth-child(8)>img:nth-child(2) {
  width: 50%;
}

/* .ga_container .games ul li:nth-child(8):hover > img:nth-child(2) {
  top: 50%;
} */
.ca_container>div {
  max-width: 1755px;
  margin: 0 auto;
}

.ca_container .ca_benefits {
  overflow: hidden;
  margin-bottom: 80px;
}

.ca_container .ca_benefits>img {
  display: block;
  margin: 0 auto;
  line-height: 0;
  margin-top: 40px;
  margin-bottom: 70px;
}

.ca_container .ca_benefits ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.ca_container .ca_benefits ul li {
  width: 25%;
  text-align: center;
}

.ca_container .ca_benefits ul li img {
  width: 60%;
  height: auto;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.ca_container .ca_benefits ul li img:hover {
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
}

.ca_container .ca_benefits ul li p {
  font-size: 18px;
  color: #908f8f;
  text-align: center;
  margin: 30px 0 0 0;
  font-family: "Helvetica";
}

.ca_container .ca_zp_box {
  overflow: hidden;
}

.ca_container .ca_zp_box>div {
  float: left;
  width: 50%;
  padding: 60px 2% 40px 9%;
  box-sizing: border-box;
}

.ca_container .ca_zp_box>div h1 {
  font-size: 22px;
  color: #333333;
  margin: 0 0 20px 0;
  font-family: "Helvetica Bold";
}

.ca_container .ca_zp_box>div label {
  display: block;
  color: #999999;
  font-size: 16px;
  padding: 0 0 30px 0;
  margin: 0 0 34px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.ca_container .ca_zp_box>div p {
  font-size: 18px;
  color: #717171;
  font-family: "Helvetica";
}

.ca_container .ca_zp_box>div button {
  width: 106px;
  height: 36px;
  float: right;
  margin: 40px 0 0 0;
  border-radius: 36px;
  color: #9b9b9b;
  font-size: 16px;
  border-style: none;
  outline-style: none;
  background: transparent;
  border: 1px solid #9b9b9b;
  transition: all 0.2s;
}

.ca_container .ca_zp_box>div button:hover {
  color: #fff;
  background: #c02120;
  border: 1px solid #c02120;
  cursor: pointer;
}

.ca_container .ca_zp_box1 {
  background: url("https://galasports.com/images/galasports/ENImg/o_img42.png");
}

.ca_tc {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all 0.4s;
}

.ca_tc>div {
  width: 855px;
  height: auto;
  min-width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ca_tc>div>div {
  padding: 0 0 30px 0;
  background: #fff;
  border-radius: 8px 8px 0 0;
}

.ca_tc>div>div h1 {
  width: 100%;
  height: 60px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 8px 8px 0 0;
  font-family: "Helvetica Bold";
  background: url("https://galasports.com/images/galasports/ENImg/o_img17.png");
}

.ca_tc>div>div h2 {
  margin: 40px 0 30px 0;
  padding: 0 50px;
  box-sizing: border-box;
  font-size: 22px;
  font-family: "Helvetica";
  color: #333333;
}

.ca_tc>div>div p {
  margin: 0 0 6px 0;
  padding: 0 50px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Helvetica";
  color: #626262;
}

.ca_tc>div>div p:last-child {
  margin-bottom: 0;
}

.ca_tc>div h3 {
  width: 100%;
  height: 56px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 56px;
  background: #434343;
  font-family: "Helvetica";
  border-radius: 0 0 8px 8px;
}

.ca_tc>div button {
  position: absolute;
  width: 76px;
  height: 60px;
  top: 0;
  right: -74px;
  border-radius: 0 8px 8px 0;
  background-color: #424242;
}

.ca_tc>div button i {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://galasports.com/images/galasports/ENImg/o_img43.png") no-repeat;
  background-size: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.ca_tc>div button:hover {
  cursor: pointer;
}

.ca_tc>div button:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.ca_tc_show {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.co_container {
  max-width: 1500px;
  min-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.co_container>img {
  margin: 50px 0;
}

.co_container .co_list {
  width: 100%;
  height: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
}

.co_container .co_list h1 {
  font-size: 22px;
  color: #333333;
  margin: 0 0 10px 0;
}

.co_container .co_list p {
  font-size: 22px;
  color: #666666;
  margin: 0 0 42px 0;
}

.co_container .co_list .co_map {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}

.co_container .co_list .co_map>div {
  float: left;
}

.co_container #firstMap {
  margin-bottom: 50px;
}

.co_container .co_list .co_map>div:nth-child(1) {
  width: 56%;
  height: auto;
  position: relative;
}

.co_container .co_list .co_map>div:nth-child(1) img {
  display: block;
  line-height: 0;
  width: 100%;
}

.co_container .co_list .co_map>div:nth-child(2) {
  width: 40%;
  margin: 0 0 0 4%;
}

.co_container .co_list .co_map>div:nth-child(2) h1 {
  font-size: 22px;
  color: #333333;
  margin: 0 0 12px 0;
  font-family: 'Helvetica';
}

.co_container .co_list .co_map #secondImg {
  height: 468px;
}

.co_container .co_list .co_map>div:nth-child(2) p {
  font-size: 22px;
  color: #666666;
  margin: 0 0 44px 0;
  font-family: 'Helvetica';
}

.co_container .co_list .co_map>div:last-child {
  clear: left;
  float: none;
}

.co_container .co_list .co_map .swiper-pagination {
  width: 100%;
  bottom: -40px;
}

.co_container .co_list .co_map .swiper-pagination span {
  background: #bfbfbf;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin: 0 36px 0 0;
}

.co_container .co_list .co_map .swiper-pagination span.swiper-pagination-bullet-active {
  background: #252525;
}

.co_container .co_list .co_email {
  width: 100%;
  height: 62px;
  margin: 100px 0 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}

.co_container .co_list .co_email h1 {
  margin: 0 0 0 16px;
}

.co_container .co_list .co_email img {
  width: 41px;
  height: 41px;
}

@media screen and (max-width: 1680px) {

  .in_container .games,
  .ga_container .games {
    width: 1280px;
  }

  .in_container .games ul li,
  .ga_container .games ul li {
    width: 640px;
    height: 640px;
  }

  .ou_container>div {
    width: 1280px;
  }

  .co_container .co_list {
    width: 1280px;
    height: 1200px;
  }
}

@media screen and (max-width: 1280px) {
  .btn_red {
    width: 164px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }

  .in_container .games,
  .ga_container .games {
    width: 1024px;
  }

  .in_container .games ul li,
  .ga_container .games ul li {
    width: 512px;
    height: 512px;
  }

  .in_container .games ul li p span,
  .ga_container .games ul li p span {
    font-size: 18px;
  }

  .in_container .in_careers div p,
  .ga_container .in_careers div p {
    font-size: 18px;
  }

  .ou_container>div {
    width: 1024px;
  }

  .ou_container>div .ou_img_box div:nth-child(2) p {
    font-size: 14px;
  }

  .ou_container>div ul li p {
    font-size: 14px;
  }

  .co_container .co_list {
    width: 1024px;
    height: 600px;
  }

  .co_container .co_list ul li>div p span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .btn_red {
    width: 140px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }

  .in_container .games,
  .ga_container .games {
    width: 750px;
  }

  .in_container .games ul li,
  .ga_container .games ul li {
    width: 375px;
    height: 375px;
  }

  .in_container .games ul li p span,
  .ga_container .games ul li p span {
    font-size: 12px;
  }

  .in_container .in_careers div p,
  .ga_container .in_careers div p {
    font-size: 14px;
  }

  .ou_container>div {
    width: 850px;
  }

  .ou_container ul li p {
    font-size: 14px;
  }

  .co_container .co_list {
    width: 750px;
    height: 576px;
  }

  .co_container .co_list ul li>div p span {
    font-size: 12px;
  }
}
