﻿.strong {
  font-weight: bold;
}
.pt_spacing {
  padding-top: 120px;
}
@media (max-width: 1600px) {
  .pt_spacing {
    padding-top: 100px;
  }
}
@media (max-width: 1200px) {
  .pt_spacing {
    padding-top: 60px;
  }
}
@media (max-width: 992px) {
  .pt_spacing {
    padding-top: 40px;
    overflow: hidden;
  }
}
@media (min-width: 993px) {
  .lang-cn .pt_spacing {
    padding-top: 120px;
  }
}
.cistern .btn-review {
  display: inline-block;
  background: #c7000b;
  color: white;
  padding: 4px 16px;
  font-size: 16px;
  margin: 10px 0 20px 0;
}
.cistern .img_place {
  position: relative;
}
.cistern .img_place .btn-review {
  position: absolute;
  display: inline-block;
  background: #c7000b;
  color: white;
  padding: 5px 20px;
  font-size: 16px;
  margin: 10px 0 20px 0;
  top: 55px;
  opacity: 0;
}
@media (max-width: 750px) {
  .cistern .img_place {
    position: relative;
  }
  .cistern .img_place .btn-review {
    position: absolute;
    display: inline-block;
    background: #c7000b;
    color: white;
    padding: 5px 20px;
    font-size: 16px;
    margin: 0;
    top: 1rem;
    opacity: 0;
  }
}
.p_title {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.p_title:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 76px;
  height: 3px;
  background-color: #c7000b;
  bottom: 0;
}
@media (max-width: 1600px) {
  .p_title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .p_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .p_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .p_title {
    font-size: 16px;
  }
}
.banner {
  position: relative;
}
.banner .pic {
  position: relative;
}
.banner .pic:after {
  padding-top: 35.4%;
}
.banner .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  .banner .pic:after {
    padding-top: 105.33%;
  }
}
.banner .con {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 1;
}
.banner .con .sub_title {
  font-size: 40px;
  color: #c7000b;
  line-height: 1;
}
.banner .con .h_title {
  font-size: 62px;
  line-height: 1.15;
  font-weight: bold;
}
.banner .con .h_title span {
  display: block;
}
.banner .con .logo img {
  max-width: 305px;
  width: 25.4%;
}
.banner .con .h_title,
.banner .con .logo {
  padding-top: 20px;
}
@media (max-width: 1600px) {
  .banner .con {
    padding-top: 30px;
  }
  .banner .con .sub_title {
    font-size: 30px;
  }
  .banner .con .h_title {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .banner .con .sub_title {
    font-size: 24px;
    padding-top: 0px;
  }
  .banner .con .h_title {
    font-size: 36px;
  }
  .banner .con .h_title,
  .banner .con .logo {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .banner .con .logo img {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .banner .con {
    padding-top: 0;
  }
  .banner .con .h_title {
    font-size: 28px;
  }
  .banner .con .sub_title {
    font-size: 20px;
  }
  .banner .con .h_title,
  .banner .con .logo {
    padding-top: 15px;
  }
}
.banner .con .lazyload img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 87%;
}
.introduce .p_title {
  text-align: left;
  font-weight: normal;
}
.introduce .p_title:after {
  display: none;
}
.introduce .box {
  height: 100%;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}
.introduce .box .pic {
  text-align: center;
  margin-bottom: -21%;
}
.introduce .box .pic img {
  max-width: 216px;
  width: 57%;
}
.introduce .box .con {
  padding: 100px 14px 30px;
  background-image: linear-gradient(90deg, #f2f2f2 0%, #ffffff 100%), linear-gradient(#ededed, #ededed);
  background-blend-mode: normal, normal;
  box-shadow: 5px 7px 10px 0px rgba(86, 86, 86, 0.13);
  border-radius: 10px;
  overflow: hidden;
}
.introduce .box .con .p {
  position: relative;
}
.introduce .box .con .p:before {
  content: "“";
  font-size: 64px;
  line-height: 0;
  font-style: italic;
  position: absolute;
  color: #c7000b;
  right: 100%;
  bottom: 100%;
}
.introduce .box .con p.name {
  font-weight: bold;
}
.introduce .box .inscribe {
  padding-top: 30px;
  text-align: right;
}
@media (max-width: 1200px) {
  .introduce .box .inscribe {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .introduce .box {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .introduce .box .con {
    padding-top: 80px;
  }
}
.training_camp {
  overflow: hidden;
}
.training_camp .p_title {
  margin-bottom: 60px;
}
.training_camp .sub_title {
  font-size: 24px;
  color: #221815;
  padding-bottom: 80px;
}
.training_camp .con {
  position: relative;
  padding: 40px 7%;
  background-image: linear-gradient(to right, #fff, #f8f9fb, #fff);
}
.training_camp .con:after {
  content: "";
  background: url("../images/bg.png") no-repeat center center;
  background-size: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 100%;
}
.lang-cn .training_camp .con:after {
  width: 110%;
}
.training_camp .title {
  font-size: 24px;
  color: #221815;
  position: relative;
  z-index: 2;
  font-weight: bold;
  text-align: center;
}
.training_camp .p {
  padding-top: 30px;
  font-size: 20px;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .training_camp .p {
    padding-top: 20px;
  }
  .training_camp .p_title {
    margin-bottom: 40px;
  }
  .training_camp .sub_title {
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .training_camp p {
    padding-top: 15px;
  }
  .training_camp .con {
    padding: 20px 15px;
  }
  .training_camp .con:after {
    display: none;
  }
  .training_camp .sub_title {
    font-size: 20px;
    padding-bottom: 40px;
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .training_camp .title {
    font-size: 20px;
  }
  .training_camp .sub_title,
  .training_camp .p {
    font-size: 15px;
    line-height: 1.8;
  }
  .training_camp .con {
    padding: 0;
  }
}
.tab1 .oh {
  overflow: hidden;
}
.tab1 .swiper-wrapper {
  height: auto !important;
}
.tab1 .tabUl {
  display: flex;
  padding-bottom: 30px;
  margin: 0 -30px;
  border-bottom: 1px solid #888;
}
.tab1 .tabUl .li {
  flex: 1;
  color: #888;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 0 25px;
  cursor: pointer;
  border-left: 1px solid #221815;
  text-align: center;
}
.tab1 .tabUl .li.active {
  color: #c7000b;
}
.tab1 .tabUl .li:first-child {
  border-left: 0 solid #000;
}
.tab1 .tabUl,
.tab1 .swiper-slide .p {
  padding-left: 7%;
  padding-right: 7%;
}
.tab1 .swiper-slide {
  padding-top: 60px;
}
.tab1 .swiper-slide .p {
  font-size: 20px;
  line-height: 1.8;
  padding-top: 10px;
}
.tab1 .swiper-slide .p:first-child {
  padding-top: 0;
}
.tab1 .swiper-slide .p-mt {
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .tab1 .swiper-slide {
    padding-top: 60px;
  }
}
@media (max-width: 1200px) {
  .tab1 .swiper-slide {
    padding-top: 40px;
  }
}
.tab1 .swiper-ul {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .tab1 .swiper-slide {
    padding-top: 30px;
  }
  .tab1 .swiper-slide .p {
    font-size: 18px;
  }
  .tab1 .tabUl .li {
    font-size: 16px;
    padding: 0 5px;
  }
}
@media (max-width: 600px) {
  .tab1 .swiper-slide {
    padding-top: 20px;
  }
  .tab1 .tabUl,
  .tab1 .swiper-slide .p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tab1 .tabUl {
    margin: 0;
    padding: 0 0 15px;
    display: block;
  }
  .tab1 .tabUl .li {
    text-align: left;
    border-left: 0;
    padding: 5px;
    width: 100%;
  }
  .tab1 .swiper-slide .p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.speaker {
  text-align: center;
}
.speaker .box {
  padding: 0 17% 40px;
}
.speaker .con .name {
  font-size: 20px;
  color: #221815;
  font-weight: bold;
}
.speaker .con .title {
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}
.speaker .con .title br.wap {
  display: none;
}
.speaker .con .name,
.speaker .con .title {
  padding-top: 20px;
}
.speaker .title-line {
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 100px;
  position: relative;
  font-weight: bold;
}
.speaker .title-line:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #888;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.speaker .title-line span {
  position: relative;
  background-color: #fff;
  width: 295px;
  z-index: 1;
  display: inline-block;
  color: #c7000b;
}
.speaker .title-line span.w110 {
  width: 110px;
}
.speaker .title-line span.w200 {
  width: 200px;
}
.speaker .title-line span.w135 {
  width: 135px;
}
@media (max-width: 1600px) {
  .speaker .title-line {
    font-size: 20px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .speaker .box {
    padding-bottom: 30px;
  }
  .speaker .title-line {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .speaker .con .name,
  .speaker .con .title {
    padding-top: 10px;
  }
  .speaker .con .name {
    font-size: 16px;
  }
  .speaker .con .title {
    font-size: 14px;
  }
  .speaker .con br.web {
    display: none;
  }
  .speaker .con br.wap {
    display: block !important;
  }
  .speaker .box {
    padding: 0px 20% 20px;
  }
  .speaker .title-line {
    margin-bottom: 20px;
  }
  .speaker .title-line span {
    width: 140px;
  }
}
.introduce .pic:after,
.speaker .pic:after {
  padding-top: 100%;
}
.open_contestants .con {
  color: #221815;
}
.open_contestants .con .title {
  font-size: 20px;
  font-weight: bold;
}
.open_contestants .con .p {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}
.open_contestants .con .p span.bld {
  font-weight: bold;
}
@media (max-width: 600px) {
  .open_contestants .con .p {
    font-size: 18px;
  }
}
.open_contestants .con .p-last {
  text-align: center;
}
.open_contestants .con.pb30 {
  padding-bottom: 30px;
  margin: 0 auto;
}
.lang_en .open_contestants .con.pb30 {
  /*width: 54%;*/
  font-weight: bold;
}
.lang_en .open_contestants .con.pb30 .btn-review {
  font-weight: normal;
}
.lang_en .open_contestants .con.pb30 .p {
  text-align: left;
}
.lang_en .open_contestants .con.pb30 .p_en {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.lang_cn .open_contestants .con.pb30 {
  /*width: 39%;*/
}
.open_contestants .tab2 {
  padding-top: 100px;
}
.open_contestants .tab2 .tabUl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #888;
}
.open_contestants .tab2 .tabUl .li {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
  color: #888;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  cursor: pointer;
}
.open_contestants .tab2 .tabUl .li img {
  width: 100%;
  max-width: 356px;
}
.open_contestants .tab2 .tabUl .li .img1 {
  display: none;
}
.open_contestants .tab2 .tabUl .li .img2 {
  display: block;
}
.open_contestants .tab2 .tabUl .li.active {
  color: #c7000b;
}
.open_contestants .tab2 .tabUl .li.active .img1 {
  display: block;
}
.open_contestants .tab2 .tabUl .li.active .img2 {
  display: none;
}
.open_contestants .tab2 .tabUl .li .number {
  font-size: 72px;
  line-height: 0.8;
  font-style: italic;
  font-weight: bold;
  padding-right: 10px;
}
.open_contestants .tab2 .tabUl .li .text {
  text-align: left;
}
.open_contestants .tab2 .tabUl .li .text p {
  padding-top: 5px;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
.open_contestants .tab2 .tabUl .li .text span {
  font-size: 20px;
}
.open_contestants .tab2 .tabUl .li .text .br {
  display: block;
}
.open_contestants .tab2 .swiper-ul {
  margin-right: -15px;
  overflow: hidden;
}
.open_contestants .tab2 .swiper-ul .tabCon {
  padding-top: 60px;
}
.open_contestants .tab2 .swiper-ul .li {
  padding: 0px 90px 17px;
}
.open_contestants .tab2 .swiper-ul .table {
  /*box-shadow: 5px 7px 10px 0px rgba(86, 86, 86, 0.13);*/
  border-radius: 10px;
  overflow: hidden;
  // display: flex;
  // flex-direction: row;
  // align-items: center;
  // justify-content: space-between;
}
.open_contestants .tab2 .swiper-ul .table .tr {
  background-image: linear-gradient(90deg, #f7f7f7 0%, #ffffff 100%), linear-gradient(#f4f4f4, #f4f4f4);
  background-blend-mode: normal, normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2% 0px;
  position: relative;
}
.open_contestants .tab2 .swiper-ul .table .acc {
  padding: 5% 0px;
}
.open_contestants .tab2 .swiper-ul .table .acc2 {
  padding: 4.5% 0px;
}
.open_contestants .tab2 .swiper-ul .table .tr:after {
  /* content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background-color: #ddd;
  left: 0px;
  right: 50px; */
}
.open_contestants .tab2 .swiper-ul .table .tr:first-child {
  border-top: 0 solid #888;
}
.open_contestants .tab2 .swiper-ul .table .tr:first-child:after {
  display: none;
}
.open_contestants .tab2 .swiper-ul .table .tr .col1 {
  font-weight: normal;
  width: 31%;
  text-align: center;
  font-size: 18px;
}
.lang_en .open_contestants .tab2 .swiper-ul .table .tr .col1 {
  font-weight: bold;
  font-size: 17px;
}
.open_contestants .tab2 .swiper-ul .table .tr .col2 {
  display: none;
  width: 33%;
  text-align: center;
  font-size: 24px;
}
.open_contestants .tab2 .swiper-ul .table .tr .col3 {
  flex: 1;
  padding-left: 8%;
  font-size: 18px;
}
.lang_en .open_contestants .tab2 .swiper-ul .table .tr .col3 {
  font-size: 17px;
}
.open_contestants .tab2 .swiper-ul .table .tr .col1 p,
.open_contestants .tab2 .swiper-ul .table .tr .col2 p,
.open_contestants .tab2 .swiper-ul .table .tr .col3 p {
  line-height: 1.2;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 600px) {
  .open_contestants .tab2 .swiper-ul .table .tr .col1 p,
  .open_contestants .tab2 .swiper-ul .table .tr .col2 p,
  .open_contestants .tab2 .swiper-ul .table .tr .col3 p {
    line-height: 1.8;
  }
}
.open_contestants .tab2 .swiper-ul .table .tr .col1 .btn_box,
.open_contestants .tab2 .swiper-ul .table .tr .col2 .btn_box,
.open_contestants .tab2 .swiper-ul .table .tr .col3 .btn_box {
  padding-top: 10px;
  color: #888;
}
.open_contestants .tab2 .swiper-ul .table .tr .col1 .btn_box .live_btn,
.open_contestants .tab2 .swiper-ul .table .tr .col2 .btn_box .live_btn,
.open_contestants .tab2 .swiper-ul .table .tr .col3 .btn_box .live_btn {
  width: 250px;
  display: inline-block;
  padding: 10px;
  background-color: #c7000b;
  color: #fff;
  text-align: center;
}
.open_contestants .tab2 .swiper-ul .table .tr .col1 .btn_box .live_btn.disabled,
.open_contestants .tab2 .swiper-ul .table .tr .col2 .btn_box .live_btn.disabled,
.open_contestants .tab2 .swiper-ul .table .tr .col3 .btn_box .live_btn.disabled {
  background: #f2f2f2;
  color: #888;
  cursor: not-allowed;
}
.open_contestants .tab2 .swiper-ul .table .tr .line3 p {
  padding: 2px 0;
}
.open_contestants .tab2 .swiper-ul .table .tr .line4 p {
  padding: 0px 0;
}
.open_contestants .tab2 .swiper-ul .item {
  width: 50%;
  float: left;
}
/* .lang_en .open_contestants .tab2 .swiper-ul .item {
  width: 48%;
}
.lang_en .open_contestants .tab2 .swiper-ul .item:first-child {
  width: 52%;
} */
.open_contestants .tab2 .swiper-ul .item .tit {
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.8;
}
.lang_en .open_contestants .tab2 .swiper-ul .item .tit {
  font-size: 17px;
}
.open_contestants .tab2 .swiper-ul .item .tit .btn-review {
  margin-left: 10px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .open_contestants .tab2 .swiper-ul .item {
    width: 100%;
  }
  .lang_en .open_contestants .con.pb30 .p_en{
    display: inline-block;
  }
}
@media (max-width: 1600px) {
  .open_contestants .tab2 .tabUl .li .number {
    font-size: 64px;
  }
  .open_contestants .tab2 .tabUl .li .text p {
    font-size: 24px;
  }
  .open_contestants .tab2 .tabUl .li .text span {
    font-size: 18px;
  }
  .open_contestants .tab2 .swiper-ul .tabCon {
    padding-top: 60px;
  }
  .open_contestants .tab2 .swiper-ul .table .tr .col1 {
    font-size: 18px;
  }
  .open_contestants .tab2 .swiper-ul .table .tr .col2,
  .open_contestants .tab2 .swiper-ul .table .tr .col3 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .lang_en .open_contestants .con.pb30 {
    width: 100%;
  }
  .lang_cn .open_contestants .con.pb30 {
    width: 100%;
  }
  .open_contestants .tab2 {
    padding-top: 40px;
  }
  .open_contestants .tab2 .tabUl {
    flex-wrap: nowrap;
  }
  .open_contestants .tab2 .tabUl .li .number {
    font-size: 48px;
  }
  .open_contestants .tab2 .tabUl .li .text p {
    font-size: 18px;
  }
  .open_contestants .tab2 .swiper-ul .tabCon {
    padding-top: 30px;
  }
  .open_contestants .tab2 .swiper-ul .li {
    padding: 0;
  }
  .open_contestants .tab2 .swiper-ul .table .tr {
    padding: 30px 50px 30px 0;
  }
}
@media (max-width: 992px) {
  .prize_table .phase1 .item .r {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: normal;
  }
  .prize_table .phase1 {
    width: 100%;
  }
  .open_contestants .tab2 .swiper-ul .table {
    flex-direction: column;
  }
  .open_contestants .tab2 .swiper-ul .table .tr{
    width: 100%;
  }
  .open_contestants .tab2 .swiper-ul .table .tr:first-child{
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
  .open_contestants .tab2 .tabUl .li {
    padding: 10px 0;
  }
  .open_contestants .tab2 .tabUl .li .number {
    font-size: 48px;
  }
  .open_contestants .tab2 .tabUl .li .text p {
    font-size: 18px;
  }
  .open_contestants .tab2 .tabUl .li img {
    width: 70%;
  }
  .open_contestants .tab2 .swiper-ul .tabCon {
    padding-top: 20px;
  }
  .open_contestants .tab2 .swiper-ul .table .tr {
    padding: 20px 25px 20px 15px;
    /* background-image: none; */
  }
  .open_contestants .tab2 .swiper-ul .table .tr:after {
    left: 0;
    right: 0;
  }
  .open_contestants .tab2 .swiper-ul .table .tr .col3 {
    line-height: 1.5;
  }
  .open_contestants .tab2 .swiper-ul .table .tr .col3 p {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .open_contestants .tab2 {
    padding-top: 0;
  }
  .open_contestants .tab2 .tabUl {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .open_contestants .tab2 .tabUl .li {
    width: 100%;
    padding: 5px;
  }
  .open_contestants .tab2 .tabUl .li .number {
    font-size: 40px;
  }
  .open_contestants .tab2 .tabUl .li .text p {
    font-size: 16px;
  }
  .open_contestants .tab2 .tabUl .li .text span {
    font-size: 14px;
  }
  .open_contestants .tab2 .swiper-ul .table .tr .col1,
  .open_contestants .tab2 .swiper-ul .table .tr .col2,
  .open_contestants .tab2 .swiper-ul .table .tr .col3 {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }
  .open_contestants .tab2 .swiper-ul .table .tr .col1 {
    font-size: 16px;
  }
  .open_contestants .tab2 .swiper-ul .table .tr .col2 {
    font-size: 14px;
  }
  .open_contestants .tab2 .swiper-ul .table .tr .col3 {
    font-size: 15px;
    line-height: 1.5;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.prize_pool .con {
  text-align: center;
}
.prize_pool .con .item {
  display: inline-block;
  width: 30%;
}
.prize_pool .con .item .title {
  font-size: 16px;
  font-weight: bold;
  padding: 30px 0 20px 0;
}
.prize_pool .con .item .desc {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
}
.prize_pool .p {
  font-size: 12px;
  color: #999999;
  text-align: center;
  font-weight: bold;
  padding: 45px 0;
}
@media (max-width: 600px) {
  .prize_pool .con .item {
    width: 100%;
    margin-bottom: 50px;
  }
  .prize_pool .p {
    padding-top: 0;
  }
}
.contact_us {
  text-align: center;
  padding-bottom: 7%;
}
.contact_us .p_title {
  margin-bottom: 30px;
}
.contact_us .p {
  font-size: 16px;
  line-height: 1.8;
  color: #221815;
}
.contact_us .p-mt {
  margin-top: 10px;
}
.contact_us .p_blod {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #221815;
}
.contact_us .p_btn {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  color: #221815;
  margin-top: 40px;
  padding: 10px 50px;
  border-width: 1px;
  border-style: solid;
  border-color: #c7000b;
  border-image: initial;
}
@media (max-width: 600px) {
  .contact_us {
    padding-bottom: 60px;
  }
  .contact_us .p {
    font-size: 15px;
    line-height: 1.5;
  }
  .contact_us .p_blod {
    font-size: 16px;
    padding-top: 10px;
  }
}
/*prize_table*/
.prize_table {
  overflow: hidden;
  max-width: 1216px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.prize_table .phase1 {
  float: left;
  width: 327px;
  border-top: 1px solid #e4e4e4;
}
.prize_table .phase1 .item {
  border-right: 1px solid #e4e4e4;
}
.prize_table .phase1 .item .l {
  width: 30%;
  font-size: 14px;
}
.prize_table .phase1 .item.strong .r {
  color: #202020;
}
.prize_table .phase1 .item .r {
  width: 70%;
  color: #999999;
  font-size: 14px;
}
.prize_table .phase2 {
  float: left;
  width: 870px;
  border-top: 1px solid #e4e4e4;
}
.prize_table .phase2 .item .l {
  width: 50%;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e4e4e4;
  line-height: 49px;
  border-bottom: 1px solid #e4e4e4;

}
.prize_table .phase2 .item .l:last-child{
  border-right: none;
}
.prize_table .phase2 .item .r {
  width: 28%;
  overflow: hidden;
  font-size: 14px;
}
.prize_table .phase2 .item .t {
  width: 40%;
  float: left;
}
.prize_table .phase2 .item .v {
  width: 60%;
  float: left;
  color: #999999;
  font-size: 14px;
}
.prize_table .phase2 .item.strong .v {
  color: #202020;
}
.prize_table .title{
  width: 100%;
  height: 55px;
  float: left;
  padding:10px 20px 0 20px;
}

.prize_table .bl {
  border-bottom: 1px solid #e4e4e4;
}
.prize_table .item {
  height: 50px;
  line-height: 50px;
  text-align: center;
  /*overflow: hidden;*/
  /* border-bottom: 1px solid #e4e4e4; */
  font-size: 18px;
}
.prize_table .item.itemtl {
  height: 100px;
  line-height: 100px;
}
.prize_table .item .l {
  float: left;
}
.prize_table .item .r {
  float: left;
}
.prize_table .item .r .soon {
  position: absolute;
  text-align: center;
  width: 20%;
  height: 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  
}
.prize_table .item .r .soon span {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
}
@media (max-width: 1255px) {
  .prize_table .phase1 {
    width: 377px;
  }
  .prize_table .phase2 {
    width: 820px;
  }
}
@media (max-width: 1200px) {
  .prize_table .phase1 {
    width: 100%;
  }
  .prize_table .title{
    height: auto;
    padding-bottom: 10px;
  }

.prize_table .item:nth-child(2){
      height: auto;
   }

  .prize_table .phase2 .item .r{
    width: 20%;
  }
  .prize_table .phase2 .item .t {
    width: 55%;
  }
  .prize_table .phase2 .item .v {
    width: 77%;
  }

  .prize_table .phase2 {
    width: 100%;
    border-top: 0;
  }
  .prize_table .phase2 .item .bl {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 49px;
    /* line-height: normal; */

  }
  .prize_table .phase2 .item .t {
    /* width: 100%; */
    float: left;
    line-height: 20px;
  }
  .prize_table .item .r .soon {
    position: absolute;
    text-align: center;
    width: 20%;
    height: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
  }
  .itembot{
    border-bottom:1px solid #e4e4e4;
  }
  .prize_table .phase2 .item .v {
    /* width: 100%; */
    float: left;
    color: #999999;
    line-height: 20px;

    /* font-size: 14px; */
  }
  .prize_table  .item-cn{
    height: 100px;
    line-height: 100px;
  }
  .prize_table  .item-cn .l{
    height: 100px;
    line-height: normal !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .prize_table  .item-cn .r{
    height: 100px;
    line-height: normal !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .prize_table .phase2 .item .br {
    height: 75px;
  }
  .prize_table .item.itemtl {
    height: 50px;
    line-height: 50px;
  }
}