html,
body {
  padding: 0;
  margin: 0;
  font-family: SourceHanSansCN-Medium;
  background-color: #FFFFFF;

  /* font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif; */

}

p {
  margin: 0px;
  cursor: default;
}

li {
  cursor: default;
}


.header {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  background: #155378;


}

.header_main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header_f {
  position: fixed !important;
  z-index: 1000;
  top: 4px;
}

.header_m {
  width: 1260px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  padding: 0px 30px;
  box-sizing: border-box;
  justify-content: space-between;

  border-radius: 16px;
}

.header_a {
  backdrop-filter: blur(6px);
  background: #155378;
}

.header_a li {
  color: #3d3d3d !important;
}

.header_a li::after {
  background-color: #3d3d3d !important;
}

.header_l {
  width: 210px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.header_l img {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}

.header_l p {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 300;

}

.header_c {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header_c li {
  list-style: none;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 300;
  position: relative;
}

.header_c li::after {
  content: '';
  width: 72px;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  background-color: #FFFFFF90;

}

.header_c li:nth-child(3)::after {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  right: -15px;
  top: 2px;
  background-color: #FFFFFF00;
  display: none;

}

.logo_btn {
  cursor: pointer;
  width: 108px;
  height: 40px;
  background-image: linear-gradient(-37deg, #5E80FF 0%, #63A7FF 100%);
  border-radius: 6px;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
}

/* .warp {
  width: 100%;
  height: 100%;
  padding: 80px 0px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.banner {
  width: 100%;
  height: 100%;


}

.banner_main {
  width: 1200px;
  min-height: 450px;
  margin: 170px auto 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.banner_l {
  width: 55%;
  display: flex;
  flex-direction: column;
  padding-left: 128px;
  box-sizing: border-box;
}

.banner_l_p {
  display: flex;
  flex-direction: row;
}

.banner_l_p span:nth-child(1) {
  font-size: 44px;
  color: #FFFFFF;
  letter-spacing: 0.96px;
  font-weight: 700;
}

.banner_l_span {
  width: 364px;
  height: 48px;
  font-size: 16px;
  color: #FAFF00;
  letter-spacing: 1px;
  text-align: justify;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 25px;
  text-align: center;
  line-height: 48px;
  margin: 15px 0px 0px;
}



.banner_l_sp {
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
  margin: 20px 0px 40px;
}

.banner_l_tip {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}

.banner_l_tip p {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
}



.banner_l_btn {
  width: 242px;
  height: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.btn {
  width: 242px;
  height: 64px;
  background: #0562F0;
  border-radius: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;

}

.btn img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.banner_l_btn_tip {
  width: 74px;
  height: 74px;
  position: absolute;
  top: -5px;
  right: -3px;
}

.banner_r {
  width: 45%;
  position: relative;
}

.banner_r img {
  width: 605px;
  height: 363px;
  position: absolute;
  right: -37px;
  top: 0px;
}

.cont {
  width: 100%;
  height: 192px;
  /* position: fixed;
  bottom: 0px;
  z-index: 10000; */
  background: rgba(255, 255, 255, 0.10);
  border-radius: 48px 48px 0 0;
}




.cont_swiper {
  width: 100%;



  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background: #198DFF;

}


.downloadMove {
  animation: move 1.5s infinite both;
}






@keyframes move {
  0% {
    transform: scale(1.0);
  }

  50% {
    transform: scale(1.10);
  }

  100% {
    transform: scale(1.0);
  }
}

.downloadBtnhoverctive1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.downloadBtnhoverctive1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500%;
  left: 50%;
  top: 0%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
}

.downloadBtnhoverctive {
  position: relative;
  overflow: hidden;
}

.downloadBtnhoverctive:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500%;
  left: 50%;
  top: -50%;
  margin-left: -50%;
  margin-top: -43%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
}

.downloadBtnhover {
  transition: all 0.3s;
  cursor: pointer;
}

.downloadBtnhover:hover {
  transform: scale(1.10);
}

@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pronamei {
  0% {
    top: -8px;
  }

  50% {
    top: 8px;
  }

  100% {
    top: -8px;
  }
}

@-webkit-keyframes pronamei {
  0% {
    top: -8px;
  }

  50% {
    top: 8px;
  }

  100% {
    top: -8px;
  }
}

.card:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transition: all .3s;
}

.trans_all {
  transition: all 0.3s ease;
  cursor: pointer;
}

.trans_all:hover {
  transform: translateY(-10px);
}

/*  */

.warpper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 20px;
  box-sizing: border-box;
}
.warp_nav{
  width: 1200px;
  height: auto;
  margin: 0px auto 0px;
  padding: 30px 110px;
  box-sizing: border-box;
  border-bottom: 1px solid#cccccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.warp_nav p{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:center;
}
.warp_nav p img{
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.warp_nav p span{
  font-size: 18px;
color: #222222;
letter-spacing: 0;
text-align: center;
font-weight: 400;
}
.warp_nav p:hover span{
  color: #198DFF;
}

.warp {
  width: 1200px;
  margin: 0px auto 0px;
}

.title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 20px;
  position: relative;
  z-index: 10;
}

.title img {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 1;

  top: 31px;
}
.title img:nth-child(1){
  left: 50%;
  margin-left: -140px;
}
.title img:nth-child(3){
  left: 50%;
  margin-left: 120px;
}


.title p {
  font-size: 50px;
  color: #333333;

  text-align: justify;
  font-weight: 400;
  z-index: 10;
  margin: 0px 10px;
  letter-spacing: 1px;
}
.titles{
  width: 100%;
  height: auto;
  font-size: 24px;
color: #198DFF;
letter-spacing: 0;
text-align: center;
font-weight: 400;
margin-bottom: 60px;
}

.warp_li {
  width: 1400px;
  height: 328px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}


.warp_l {
  width: 244px;
  height: 328px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: url(../images/card.png);
  background-size: 275px 380px;
  background-position: -20px center;
  background-repeat: no-repeat;
  /* background: #FFFFFF; */
box-shadow: -1px 4px 8px 0 #D8D8D8;
border-radius: 6px;
}

.warp_l img:nth-child(1) {
  width: 168px;
  height: 168px;
  margin-top: 0px;
}

.warp_l span:nth-child(2) {
  height: 48px;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0.8px;
  text-align: right;
  font-weight: 500;
  margin: 20px 0px 0px;

}

.warp_l span:nth-child(3) {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.56px;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
  padding: 0px 10px;
  box-sizing: border-box;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.warp_l:hover {
  -webkit-animation: bounce 1.2s ease-in infinite;
  -o-animation: bounce 1.2s ease-in infinite;
  animation: bounce 1.2s ease-in infinite;
}




/*  */

.playman {
  width: 1200px;
  min-height: 463px;
  margin: 0px auto 0px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;

}

.playman_l {
  width: 52%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

}

.playman_r {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.playman_l img {
  width: 648px;
  height: 463px;

}

.playman_r .playman_r_title {
  font-size: 40px;
  color: #0562F0;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 30px;

}

.playman_r .playman_r_subtitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.playman_r .playman_r_subtitle span:nth-child(1) {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #000000;
  margin-right: 10px;

}

.playman_r .playman_r_subtitle span:nth-child(2) {
  font-size: 24px;
  color: #666666;
  line-height: 34px;
  font-weight: 400;

}

.playman_r_subtitle_f {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.playman_r_subtitle_f span {
  font-size: 42px;
  vertical-align: text-top;
}

/*  */
/*  */
.footer {
  width: 100%;
  min-height: 154px;
  background: #00BBFB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer_c {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer_c_l {
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 3.2px;
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}

.footer_c_l img {
  width: 74px;
  height: 74px;
  margin-right: 15px;
}

.footer_c_l p {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_c_l p span:nth-child(1) {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
}

.footer_c_l p span:nth-child(2) {
  line-height: 19px;
  text-align: left;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 350;
  letter-spacing: 0px;
}

.footer_c_r {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer_c_r_p {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 2.4px;
  text-align: center;
  font-weight: 400;
  margin-right: 30px;
}

.footer_c_r_a {
  width: 222px;
  height: 62px;
  position: relative;
}

.footer_c_a {
  width: 222px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 42px;
  font-size: 22px;
color: #0562F0;
letter-spacing: 0;
font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer_c_a img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.footer_c_r_i {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
}

/*  */

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;

  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}


/*  */
.playman .downloadBtn {
  width: 222px;
  height: 62px;
  background: #0562F0;
  border-radius: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 10px;
}

.playman .downloadBtn img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}


@media screen and (max-width:420px) {
  .header_m,
  .banner_main,
  .warp_nav,
  .warp_li,
  .playman,
  .footer_c,
  .warp{
    width: 100%;
    overflow-x: hidden;
  }
  .banner_main{
    min-height: 500px;
    margin: 100px auto 0px;
    flex-direction: column;
    align-items:center;
    justify-content: center;
  }
  .banner_r{
    min-height:200px;
    /* display: none; */
  }
  .banner_r img{
    width: 300px;
    height: auto;
    object-fit: cover;
    right: 50%;
    top: 0px;
margin-right: -150px;
  }
  .banner_l{
    width: 100%;
    padding-left: 0px;
    align-items:center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .banner_l_tip{
    justify-content: center;
  }
  .warp_nav{
    padding: 10px 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .warp_nav p img{
    margin-right: 5px;
  }
  .warp_nav p span{
    font-size: 14px;
    text-align: left;
  }
  .warp_li{
    height: 910px;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .warp_l{
    width: 170px;
    height: 280px;
    margin-bottom: 30px;
    justify-content: center;
  }
  .warp_l img:nth-child(1){
    width: 120px;
    height: 120px;
  }
  .warp_l span:nth-child(2){
    height: 38px;
  }
  .warp_l span:nth-child(3){
    line-height: 24px;
  }
  .playman_l img{
    width: 300px !important;
    height: auto;
    object-fit: cover;
    margin-right: 0px!important;
  }
  .playman{
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .playman_l{
    align-items: center;
    width: 100%;
    /* position: relative; */
    padding-left: 10px!important;
    padding-right: 10px!important;
    box-sizing: border-box;
    box-sizing: border-box;

  }
  .playman_r{
    align-items: center;
    width: 100%;
    padding-left: 10px!important;
    padding-right: 10px!important;
    box-sizing: border-box;

  }
  .footer_c_l p span:nth-child(1){
    line-height: 60px;
    display: none;
  }
  .footer_c_l p span:nth-child(2){
    display: none;
  }
  .banner_l_sp{
    text-align: center;
  }
  .banner_l_tip p{
    text-align: left;
    font-size: 12px;
  }
}

@media screen and (max-width: 539px){
  .header_m,
  .banner_main,
  .warp_nav,
  .warp_li,
  .playman,
  .footer_c,
  .warp{
    width: 100%;
    overflow-x: hidden;
  }
  .banner_main{
    min-height: 500px;
    margin: 100px auto 0px;
    flex-direction: column;
    align-items:center;
    justify-content: center;
  }
  .banner_r{
    min-height:200px;
    /* display: none; */
  }
  .banner_r img{
    width: 300px;
    height: auto;
    object-fit: cover;
    right: 50%;
    top: 0px;
margin-right: -150px;
  }
  .banner_l{
    width: 100%;
    padding-left: 0px;
    align-items:center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .banner_l_tip{
    justify-content: center;
  }
  .warp_nav{
    padding: 10px 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .warp_nav p img{
    margin-right: 5px;
  }
  .warp_nav p span{
    font-size: 14px;
    text-align: left;
  }
  .warp_li{
    height: 910px;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .warp_l{
    width: 170px;
    height: 280px;
    margin-bottom: 30px;
    justify-content: center;
  }
  .warp_l img:nth-child(1){
    width: 120px;
    height: 120px;
  }
  .warp_l span:nth-child(2){
    height: 38px;
  }
  .warp_l span:nth-child(3){
    line-height: 24px;
  }
  .playman_l img{
    width: 300px !important;
    height: auto;
    object-fit: cover;
    margin-right: 0px!important;
  }
  .playman{
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .playman_l{
    align-items: center;
    width: 100%;
    /* position: relative; */
    padding-left: 10px!important;
    padding-right: 10px!important;
    box-sizing: border-box;
    box-sizing: border-box;

  }
  .playman_r{
    align-items: center;
    width: 100%;
    padding-left: 10px!important;
    padding-right: 10px!important;
    box-sizing: border-box;

  }
  .footer_c_l p span:nth-child(1){
    line-height: 60px;
    display: none;
  }
  .footer_c_l p span:nth-child(2){
    display: none;
  }
  .banner_l_sp{
    text-align: center;
  }
  .banner_l_tip p{
    text-align: left;
    font-size: 12px;
  }
}

@media screen and (min-width:540px) and (max-width: 719px) {
  .header_m,
  .banner_main,
  .warp_nav,
  .warp_li,
  .playman,
  .footer_c,
  .warp{
    width: 100%;
  }
  .banner_main{
    min-height: 500px;
    margin: 100px auto 0px;
    flex-direction: column;
    align-items:center;
    justify-content: center;
  }
  .banner_r{
    min-height:250px;
    /* display: none; */
  }
  .banner_r img{
    width: 400px;
    height: auto;
    object-fit: cover;
    right: 50%;
    top: 0px;
margin-right: -200px;
  }
  .banner_l{
    width: 100%;
    padding-left: 0px;
    align-items:center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .banner_l_tip{
    justify-content: center;
  }
  .warp_nav{
    padding: 30px 0px;
  }
  .warp_nav p img{
    margin-right: 5px;
  }
  .warp_nav p span{
    font-size: 14px;
    text-align: left;
  }
  .warp_li{
    height: 850px;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .warp_l{
    width: 180px;
    height: 280px;
    margin-bottom: 30px;
    justify-content: center;
  }
  .warp_l img:nth-child(1){
    width: 120px;
    height: 120px;
  }
  .warp_l span:nth-child(2){
    height: 38px;
  }
  .warp_l span:nth-child(3){
    line-height: 24px;
  }
  .playman_l img{
    width: 400px !important;
    height: auto;
    object-fit: cover;
    margin-right: 0px!important;
  }
  .playman{
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .playman_l{
    align-items: center;
    width: 80%;
    /* position: relative; */
    padding-left: 10px!important;
    padding-right: 10px!important;
    box-sizing: border-box;
  }
  .playman_r{
    align-items: center;
    width: 80%;
    padding-left: 10px!important;
    padding-right: 10px!important;
    box-sizing: border-box;
  }
  .footer_c_l p span:nth-child(1){
    line-height: 60px;
  }
  .footer_c_l p span:nth-child(2){
    display: none;
  }
}

@media screen and (min-width:720px) and (max-width: 959px){
  .header_m,
  .banner_main,
  .warp_nav,
  .warp_li,
  .playman,
  .footer_c,
  .warp{
    width: 100%;
  }
  .banner_main{
    min-height: 500px;
    margin: 100px auto 0px;
    flex-direction: column;
    align-items:center;
    justify-content: center;
  }
  .banner_r{
    min-height:250px;
    /* display: none; */
  }
  .banner_r img{
    width: 400px;
    height: auto;
    object-fit: cover;
    right: 0px;
    top: 0px;
  }
  .banner_l{
    padding-left: 0px;
    align-items:center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .warp_nav{
    padding: 30px 10px;
  }
  .warp_li{
    height: 580px;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .warp_l{
    width: 180px;
    height: 280px;
    margin-bottom: 30px;
    justify-content: center;
  }
  .warp_l img:nth-child(1){
    width: 120px;
    height: 120px;
  }
  .warp_l span:nth-child(2){
    height: 38px;
  }
  .warp_l span:nth-child(3){
    line-height: 24px;
  }
  .playman_l img{
    width: 400px !important;
    height: auto;
    object-fit: cover;
    margin-right: 0px!important;
  }
  .playman{
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .playman_l{
    align-items: center;
    width: 80%;
    /* position: relative; */
    padding-left: 10px!important;
    padding-right: 10px!important;
    box-sizing: border-box;
  }
  .playman_r{
    align-items: center;
    width: 80%;
    padding-left: 10px!important;
    padding-right: 10px!important;
    box-sizing: border-box;
  }
  .footer_c_l p span:nth-child(1){
    line-height: 60px;
  }
  .footer_c_l p span:nth-child(2){
    display: none;
  }
}

/*当页面宽度大于1280px且小于1366px的时候执行,1280-1366*/
@media screen and (min-width:960px) and (max-width: 1199px) {
  .header_m,
  .banner_main,
  .warp_nav,
  .warp_li,
  .playman,
  .footer_c,
  .warp{
    width: 100%;
  }
  .banner_r img{
    width: 400px;
    height: auto;
    object-fit: cover;
    right: 37px;
    top: 50px;
  }
  .banner_l{
    padding-left: 0px;
  }
  .warp_l{
    width: 180px;
    height: 280px;
    justify-content: center;
  }
  .warp_l img:nth-child(1){
    width: 120px;
    height: 120px;
  }
  .warp_l span:nth-child(2){
    height: 38px;
  }
  .warp_l span:nth-child(3){
    line-height: 24px;
  }
  .playman_l img{
    width: 400px !important;
    height: auto;
    object-fit: cover;
    margin-right: 0px!important;
  }
  .playman{
    justify-content: center;
  }
  .playman_l{
    width: 48%;
    /* position: relative; */
    padding-left: 10px!important;
    padding-right: 10px!important;
    box-sizing: border-box;
  }
  .playman_r{
    width: 52%;
    padding-left: 10px!important;
    padding-right: 10px!important;
    box-sizing: border-box;
  }
}

/*当页面宽度大于1440px且小于1600px的时候执行,1440-1600*/
@media screen and (min-width:1200px) and (max-width:1479px) {
  .header_m,
  .banner_main,
  .warp_nav,
  .warp_li,
  .playman,
  .footer_c{
    width: 1200px;
  }
  .warp_l{
    width: 230px;

  }

}
@media screen and (min-width:1480px) and (max-width:2820px){

}



/* pop */
.pop {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* 半透明黑色背景 */
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

/* 弹框内容 */
.pop_c {
	width: 306px;
	min-height: 194px;
	background: #FFFFFF;
	border-radius: 8px;
	position: relative;
	padding: 0px;
	display: flex;
	flex-direction: column;
	margin: 200px auto 0px;


}



.close-btn {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 220px;
	left: -10px;
	margin-left: 50%;
}

.close-btn img {
	width: 20px;
	height: 20px;

}

.pop_c_b {
	width: 100%;
	height: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
	box-sizing: border-box;
	/* justify-content: center; */
}

.pop_c_b_c {
	width: 100%;
	height: auto;

	padding: 0px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.pop_c_b_c p:nth-child(1) {
	font-size: 16px;
	color: #222222;
	letter-spacing: 0.55px;
	line-height: 51px;
	font-weight: 400;
	text-align: center;
}

.pop_c_b_c p:nth-child(2) {
	width: 236px;
	height: 36px;
	background: #F4F4F4;
	border-radius: 6px;
	line-height: 36px;
	padding: 0px 15px;
	font-size: 12px;
	color: #333333;
	font-weight: 400;
	margin: -10px 0px 20px;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.pop_c_b_a {
	width: 112px;
	height: 34px;
	background: #00A2FF;
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
	line-height: 34px;
	margin-top: 0px;
	cursor: pointer;
}
