/* nav */
/*.page-num {*/
/*    display: none !important;*/
/*}*/
/*body {*/
/*    margin: 0 auto;*/
/*    max-width: 1920px !important;*/
/*}*/

.nav_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 2px 2px 10px #000;
}

.sssbox {
    display: inline-block;
    width: 5%;
}

.navtit {
    width: 30%;
}

.navsub {
    width: 70%;
}

.skip span {
    display: none;
}

.yyunit {
    position: relative;
    margin: 0 15px 0 0;
    width: 25px;
    z-index: 991;
}

.yyunit img {
    display: block;
    margin: 0 !important;
    width: 100% !important;
}

.two_yyunit_box {
    position: absolute;
    left: 45%;    
		top:225%; 
		transform:translate(-50%,-50%);
		display: flex;
		justify-content: space-between;
		width: 100%;
		display: none;
}

.two_yyunit_box a {
    display: inline-block;
    margin: 0 20px;
}

.yyunit:hover .two_yyunit_box {
    display: flex !important;
}

.nav .r ul li a {
  position: relative;
  display: block;
  padding: 50px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.nav .r ul {
  display: flex;
  justify-content: space-between;
  width: 70%;
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav .r {
  position: relative;
  display: flex;
  align-items: center;
  width: 70%;
}

.nav_box .container {
  width: 90%;
}

.nav .l {
  width: 15%;
}

.nav .l img {
  display: block;
  width: 100%;
}

.nav_btnbox {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 60px;
  padding: 0 0 0 60px;
  width: 30%;
  border-left: 1px solid #000;
  box-sizing: border-box;
}

.nav_btnbox input[type="submit"] {
  width: 60px;
  height: 60px;
  background: #00AB38;
  border-radius: 50%;
  border: none;
  outline: none;
  background-image: url(../image/搜索\ \(1\).png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  cursor: pointer;
}

.nav_btnbox a img {
  display: block;
  width: 100%;
}

.nav_btnbox a:nth-child(1) {
  display: inline-block;
  margin: 0 20px 0 0;
}

.nav .r ul li a:hover {
  color: #00AB38;
  transition: all 0.6s;
}

.nav .r ul li a::before {
  content: " ";
  display: block;
  position: absolute;
  left: -100%;
  top: 3px;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 4px;
  background: #00AB38;
}

.nav .r ul li:hover a::before {
  left: 50%;
  transition: all 0.3s;
}

.nav_act a {
  color: #00AB38;
}

.nav_act a::before {
  left: 50%;
}

.sskbox .search {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 80px;
  width: 60px;
  height: 60px;
  background: #00AB38;
  border-radius: 50%;
  transition: all 1s;
  z-index: 4;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  /*z-index: 993;*/
}

.sskbox .search:hover {
  cursor: pointer;
}

.sskbox .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 22px;
  right: 0;
  bottom: 0;
  left: 22px;
  width: 12px;
  height: 2px;
  background: white;
  transform: rotate(45deg);
  transition: all .2s;
  /*z-index: 993;*/
}

.sskbox .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid white;
  transition: all .2s;
  z-index: 993;
}

.sskbox input {
  /* font-family: 'Inconsolata', monospace; */
  position: absolute;
  margin: auto;
  top: 0;
  right: -145px;
  bottom: 0;
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  background: fff;
  color: #000;
  /* text-shadow: 0 0 10px #00AB38; */
  padding: 0 80px 0 20px;
  border-radius: 30px;
  box-shadow: 0 0 25px 0 #00AB38, 0 20px 25px 0 rgba(0, 0, 0, 0.2);
  transition: all 1s;
  opacity: 0;
  /*z-index: 5;*/
  font-weight: bolder;
  letter-spacing: 0.1em;
  z-index: 992;
}

.sskbox input:hover {
  cursor: pointer;
}

.sskbox input:focus {
  width: 100px;
  opacity: 1;
  cursor: text;
}

.sskbox input:focus~.search {
  right: -250px;
  background: #151515;
  z-index: 6;
}

.sskbox input:focus~.search::before {
  top: 0;
  left: 0;
  width: 25px;
}

.sskbox input:focus~.search::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: white;
  border-radius: 0%;
  transform: rotate(-45deg);
}

.sskbox input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.5;
  font-weight: bolder;
  font-size: 14px
}

.sskbox {
  position: absolute;
  right: 50%;
  z-index: 991;
}

/* banner */
.bannerhead {
  position: relative;
  margin: 50px 0 0 0;
}

.bannerhead .banner-img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  animation: bannermove 20s infinite;
  o-animation: bannermove 20s infinite;
}

@keyframes bannermove {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.bannerhead .swiper-slide {
  position: relative;
  overflow: hidden;
}

.bannertextbox {
  position: absolute;
  top: 60%;
  left: 65%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
  color: #000;
  animation: ydtext 2s infinite;
  animation-iteration-count: 1;
  o-animation: ydtext 3s linear infinite;
}

.bannertextbox h4 {
    margin: 0 0 20px 0 !important;
}

@keyframes ydtext {
  0% {
    opacity: 0;
    transform: translate(-50%, 0%);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.bannertextbox p {
  margin: 0 0 20px 0;
}

/* foot */
.foot .l dl dd a {
  font-size: 16px;
}

.foot .l {
  display: flex;
  justify-content: space-between;
  width: 65%;
}

.foot {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}

.foot .l dl dt {
  margin: 0 0 60px 0;
  color: #00802A;
}

.foot .l dl dd {
  margin: 0 0 30px 0;
}

.foot .l dl:nth-child(1) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
}

.foot .l dl:nth-child(1) dt {
  width: 100%;
}

.foot .l dl:nth-child(1) dd {
  width: 30%;
}

.foot .r .qr_codebox {
  width: 160px;
  height: 160px;
}

.foot .r .qr_codebox img {
  display: block;
  width: 100%;
  height: 100%;
}

.foot .r p {
  margin: 30px 0 0 0;
  text-align: center;
}

.foot_box {
  background: #F0F0F0;
}

.por_box {
  padding: 50px 0 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: center;
}

/* 联系组件 */
/* 组件 */
.conainer {
  position: fixed;
  bottom: 30%;
  right: 0%;

  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  /* opacity: 0.5; */
}

.conainer ul li a .fa {
  font-size: 25px !important;
}

.conainer:hover {
  opacity: 1;
  transition: 0.6s;
}

/* .conainer::before {
            content: " ";
            position: absolute;
            bottom: 0px;
            width: 100%;
            height: 50%;
            z-index: 1;
            border-top: 1px solid rgba(255, 255, 255, 0.5);
            背景模糊
            backdrop-filter: blur(5px);
          } */

.conainer .color {
  position: absolute;
  filter: blur(200px);
}

.conainer ul {
  position: relative;
  /* display: flex; */
  z-index: 2;
}

.conainer ul li {
  position: relative;
  list-style: none;
  margin: 10px;
}

.conainer ul li a {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* 盒子阴影 */
  box-shadow: 0px 5px 45px rgba(0, 0, 0, 0.1);
  /* 背景模糊 */
  backdrop-filter: blur(2px);
  overflow: hidden;
}

.conainer ul li a:hover {
  transition: all 0.6s;
  /* 沿y轴向上移动 */
  /* transform: translateX(-20px); */
}

/* 扫光动画 */
.conainer ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #fff;
  /* 元素沿着x轴横切 沿着x轴向右移动150px */
  transform: skewX(45deg) translateX(150px);
  transition: all 0.6s;
}

.conainer ul li a:hover::before {
  transform: skewX(45deg) translateX(-150px);
}

.qcode_box {
  position: absolute;
  left: -160%;
  top: 32%;
  transform: translate(-50%, -50%);
  padding: 15px;
  background-color: #999999;
  display: none;
}

.qcode_box img {
  display: block;
  width: 100%;
}

.qcode_box .fa-times {
  position: absolute;
  right: 0;
  top: -6%;
}

.phone_box {
  position: absolute;
  left: -160%;
  top: 32%;
  transform: translate(-50%, -50%);
  padding: 15px;
  background-color: #999999;
  border-radius: 50px;
  color: #fff;
  display: none;
}

.phone_box .fa-times {
  position: absolute;
  right: 0;
  top: -40%;
  color: #000;
}

.phone_two {
  display: none;
}

/* footprint */
.footprint a::after {
  content: " > ";
  margin: 0 20px;
}

.footprint a:last-child::after {
  display: none;
}

.footprint a {
    font-size: 18px !important;
}

.footprint {
  padding: 60px 0;
  box-sizing: border-box;
}

.footprint a:hover {
  color: #00AB38;
  transition: all 0.6s;
}

.footprint a:hover::after {
  color: #000;
}

/* skip */
.skip_box {
  margin: 80px 0 120px 0;
}

.skip ul {
  display: flex;
  justify-content: center;
}

.skip ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.skip ul li {
  margin: 0 10px;
}

.skip ul li a:hover {
  background: #00AB38;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  transition: all 0.6s;
}

.skip_act {
  background: #00AB38 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
}

.two_act {
  color: #00AB38;
}

/* vip_unitbox */
.vip_unitbox ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px 0;
  padding: 0 0 80px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.vip_act {
  color: #00AB38;
}

.vip_unitbox ul li a:hover {
  color: #00AB38;
  transition: all 0.6s;
}

/* 移动端头部样式 */
.app {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translate(-90%, -30%);
  width: 10%;
  height: 72px;
  box-sizing: border-box;
}

.app .c1,
.c2,
.c3 {
  width: 34px;
  height: 2px;
  background: #00AB38;
  display: block;
  margin: 10px auto;
  transition: all 277ms ease-in-out;
  position: relative;
}

.app .c2.new {
  opacity: 0;
}

.app .c1.new {
  transform: rotate(-45deg);
  top: 12px;
}

.app .c3.new {
  transform: rotate(45deg);
  top: -12px;
}

.wap-nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(5px) !important;
}

.wap-nav dl {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.wap-nav dl dd {
  width: 100%;
}

.wap-nav dl dd a {
  display: block;
  padding: 15px 0;
  width: 100%;
  color: #00AB38;
  text-align: center;
  /* background-color: rgba(255, 255, 255, 0.1); */
}

.nav_two {
  display: none;
}

/* 新增 */
/* #product {
  position: relative;
} */

#tnav_product {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 998 !important;
  display: none;
}

#tnav_product a {
    display: flex;
    justify-content: space-between;
  padding: 0;
}

#tnav_product a::before {
  display: none !important;
}

.dda a {
  display: block;
  margin: 20px 0 15px 0;
  padding: 0 0 15px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.dda a:hover {
  border-bottom: 1px solid #00AB38;
}

.dda:first-child a {
  margin: 0 0 15px 0;
}

#tnav_product dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

#tnav_product dd ul li {
  margin: 0 0 15px 0;
  width: 49%;
}

#tnav_product dd a:hover {
  padding: 0 0 0 15px;
  box-sizing: border-box;
}

.i_act {
  transform: rotate(180deg);
  transition: all 0.3s;
}

#ss_product {
  display: none;
}

.product_act {
  display: block !important;
}

#sss_one,
#sss_two,
#sss_three,
#sss_four {
  display: none;
}

.foot .l dl:nth-child(2) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 30%;
}

.foot .l dl dt {
    width: 100%;
}

.foot .l dl dd {
    width: 50%;
}

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

  /* nav */
  .nav .r ul li a {
    padding: 45px 0;
  }

  .nav_btnbox {
    margin: 0 0 0 50px;
    padding: 0 0 0 50px;
  }

  /* footprint */
  .footprint {
    padding: 55px 0;
  }

  .footprint a::after {
    margin: 0 15px;
  }

  /* banner */
  .bannertextbox p {
    margin: 0 0 15px 0;
    font-size: 28px;
  }

  .bannertextbox h4 {
    font-size: 45px;
  }

  /* foot */
  .foot {
    padding: 70px 0;
  }

  .foot .l dl dt {
    margin: 0 0 50px 0;
  }

  .foot .l dl dd {
    margin: 0 0 25px 0;
  }

  .foot .r p {
    margin: 25px 0 0 0;
  }

  .por_box {
    padding: 40px 0 50px 0;
  }

  .foot .l dl dt {
    font-size: 20px;
  }

  .foot .l dl dd a {
    font-size: 16px;
  }

  .foot .r p {
    font-size: 16px;
  }

  .por_box a {
    font-size: 14px;
  }

  /* two_unit */
  .two_unit {
    margin: 0 0 50px 0 !important;
    padding: 0 0 70px 0 !important;
    font-size: 24px;
  }

  /* skip_box */
  .skip_box {
    margin: 70px 0 100px 0;
  }

  .skip ul li a {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }

  .vip_unitbox ul {
    margin: 0 0 70px 0 !important;
    padding: 0 0 70px 0 !important;
    font-size: 24px !important;
  }

  .login .l h4 {
    font-size: 45px !important;
  }

  .login .l {
    padding: 50px 0 0 0 !important;
  }

  .login {
    margin: 0 0 100px 0 !important;
  }

  .login .l h4::after {
    margin: 35px 0 0 0 !important;
  }
  
  .footprint a {
    font-size: 16px !important;
}
}

@media screen and (max-width: 1600px) {
    
    .sskbox .search::after {
        width: 20px ;
        height: 20px;
    }
    
    .footprint a {
    font-size: 14px !important;
}
  .sskbox .search {
    width: 60px !important;
    height: 60px !important;
  }

  /* nav */
  .nav .r ul li a {
    padding: 40px 0;
  }

  .nav_btnbox {
    margin: 0 0 0 40px;
    padding: 0 0 0 40px;
  }

  /* footprint */
  .footprint {
    padding: 50px 0;
  }

  .footprint a::after {
    margin: 0 10px;
  }

  /* banner */
  .bannertextbox p {
    font-size: 26px;
  }

  .bannertextbox h4 {
    font-size: 40px;
  }

  /* foot */
  .foot {
    padding: 60px 0;
  }

  .foot .l dl dt {
    margin: 0 0 40px 0;
  }

  .foot .l dl dd {
    margin: 0 0 20px 0;
  }

  .foot .r p {
    margin: 20px 0 0 0;
  }

  .por_box {
    padding: 30px 0 40px 0;
  }

  .foot .l dl dt {
    font-size: 18px;
  }

  .foot .l dl dd a {
    font-size: 16px;
  }

  .foot .r p {
    font-size: 14px;
  }

  /* two_unit */
  .two_unit {
    margin: 0 0 40px 0 !important;
    padding: 0 0 60px 0 !important;
    font-size: 22px;
  }

  /* skip_box */
  .skip_box {
    margin: 60px 0 80px 0;
  }

  .skip ul li a {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .vip_unitbox ul {
    margin: 0 0 60px 0 !important;
    padding: 0 0 60px 0 !important;
    font-size: 22px !important;
  }

  .login .l h4 {
    font-size: 40px !important;
  }

  .login .l {
    padding: 40px 0 0 0 !important;
  }

  .login {
    margin: 0 0 80px 0 !important;
  }

  .login .l h4::after {
    margin: 30px 0 0 0 !important;
  }
}

@media screen and (max-width: 1440px) {
.two_yyunit_box {
    width: 120%;
}

.two_yyunit_box {
    top: 190%;
}
  /* nav */
  .nav .r ul li a {
    padding: 35px 0;
  }

  .nav_btnbox {
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
  }

  .sskbox {
    position: absolute;
    right: 60%;
  }

  /* footprint */
  .footprint {
    padding: 45px 0;
  }

  .footprint a::after {
    margin: 0 5px;
  }

  /* banner */
  .bannertextbox p {
    font-size: 24px;
  }

  .bannertextbox h4 {
    font-size: 35px;
  }

  /* foot */
  .foot {
    padding: 50px 0;
  }

  .foot .l dl dt {
    margin: 0 0 30px 0;
  }

  .foot .l dl dd {
    margin: 0 0 15px 0;
  }

  .foot .r p {
    margin: 15px 0 0 0;
  }

  .por_box {
    padding: 20px 0 30px 0;
  }

  .foot .l dl dt {
    font-size: 16px;
  }

  .foot .l dl dd a {
    font-size: 14px;
    line-height: 30px;
  }

  /* two_unit */
  .two_unit {
    margin: 0 0 30px 0 !important;
    padding: 0 0 50px 0 !important;
    font-size: 20px;
  }

  /* skip_box */
  .skip_box {
    margin: 50px 0 60px 0;
  }

  .skip ul li a {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }

  .vip_unitbox ul {
    margin: 0 0 50px 0 !important;
    padding: 0 0 50px 0 !important;
    font-size: 20px !important;
  }

  .login .l h4 {
    font-size: 35px !important;
  }

  .login .l {
    padding: 30px 0 0 0 !important;
  }

  .login {
    margin: 0 0 60px 0 !important;
  }

  .login .l h4::after {
    margin: 25px 0 0 0 !important;
  }
  
  .sskbox input {
      right: -180px;
  }
}

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

  /* nav */
  .nav_btnbox {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
  }

  .sskbox .search {
    width: 60px;
    height: 60px;
  }

  .sskbox input {
    height: 40px;
  }

  /*.sskbox input {*/
  /*  right: -130px;*/
  /*}*/

  /* footprint */
  .footprint {
    padding: 40px 0;
  }

  /* banner */
  .bannertextbox p {
    font-size: 22px;
  }

  .bannertextbox h4 {
    font-size: 30px;
  }

  /* foot */
  .foot {
    padding: 40px 0;
  }

  .foot .l dl dt {
    margin: 0 0 20px 0;
  }

  .por_box {
    padding: 15px 0 20px 0;
  }

  /* two_unit */
  .two_unit {
    margin: 0 0 20px 0 !important;
    padding: 0 0 40px 0 !important;
    font-size: 18px !important;
  }

  /* skip_box */
  .skip_box {
    margin: 40px 0;
  }

  .skip ul li a {
    width: 40px;
    height: 40px;
  }

  .vip_unitbox ul {
    margin: 0 0 40px 0 !important;
    padding: 0 0 40px 0 !important;
    font-size: 18px !important;
  }

  .login .l h4 {
    font-size: 30px !important;
  }

  .login .l {
    padding: 20px 0 0 0 !important;
  }

  .login {
    margin: 0 0 40px 0 !important;
  }

  .login .l h4::after {
    margin: 20px 0 0 0 !important;
  }
}

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

  /* nav */
  .nav_btnbox {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
  }

  .nav .r {
    width: 70%;
  }

  /* footprint */
  .footprint {
    padding: 35px 0;
  }

  /* banner */
  .bannertextbox p {
    font-size: 20px;
  }

  .bannertextbox h4 {
    font-size: 28px;
  }

  /* foot */
  .foot {
    padding: 30px 0;
  }

  .foot .l dl dt {
    margin: 0 0 15px 0;
  }

  /*.foot .l {*/
  /*  width: 60%;*/
  /*}*/

  /* two_unit */
  .two_unit {
    margin: 0 0 15px 0 !important;
    padding: 0 0 30px 0 !important;
    font-size: 18px;
  }

  /* skip_box */
  .skip_box {
    margin: 30px 0;
  }

  .skip ul li a {
    width: 30px;
    height: 30px;
  }

  .vip_unitbox ul {
    margin: 0 0 30px 0 !important;
    padding: 0 0 30px 0 !important;
    font-size: 16px !important;
  }

  .login .l h4 {
    font-size: 28px !important;
  }

  .login .l {
    padding: 15px 0 0 0 !important;
  }

  .login {
    margin: 0 0 20px 0 !important;
  }

  .login .l h4::after {
    margin: 15px 0 0 0 !important;
  }
}

@media screen and (max-width: 1024px) {
    .sskbox input {
    right: -190px;
}
    
.two_yyunit_box {
    width: 130%;
}
  /* nav */
  /*.nav_btnbox {*/
  /*  margin: 0 0 0 30px;*/
  /*  padding: 0 0 0 30px;*/
  /*}*/

  .nav .r ul li a {
    font-size: 14px;
  }

  .nav .r {
    width: 75%;
  }

  .sskbox {
    right: 70%;
  }

  /* footprint */
  .footprint {
    padding: 30px 0;
  }

  /* banner */
  .bannertextbox p {
    font-size: 18px;
  }

  .bannertextbox h4 {
    font-size: 26px;
  }

  /* foot */
  .foot {
    padding: 20px 0;
  }

  /* two_unit */
  .two_unit {
    margin: 0 0 15px 0 !important;
    padding: 0 0 20px 0 !important;
    font-size: 16px;
  }

  /* skip_box */
  .skip_box {
    margin: 20px 0;
  }

  .skip ul li a {
    width: 20px;
    height: 20px;
  }

  .vip_unitbox ul {
    margin: 0 0 20px 0 !important;
    padding: 0 0 20px 0 !important;
    font-size: 14px !important;
  }

  .login .l h4 {
    font-size: 26px !important;
  }
  
  .foot .l {
      width: 80%;
  }
}

@media screen and (max-width: 980px) {
/*    .footprint a {*/
/*    font-size: 16px !important;*/
/*}*/

.conainer ul {
    background-color: #fff;
        border-radius: 10px;
}
    
.conainer {
      left: 50%; 
		top:95%;      
		transform:translate(-50%,-50%);
		background: none;
}

.conainer ul {
    display: flex;
}

.qcode_box {
         left: 50%; 
		top:-1500%;      
		transform:translate(-50%,-50%);
}

.phone {
    display: none;
}

.phone_two {
    display: block;
}

  /* nav */
  .nav .l {
    width: 20%;
  }

  .nav .r {
    display: none;
  }

  .nav {
    padding: 15px 0;
    box-sizing: border-box;
  }

  .nav_two {
    display: block;
  }

  /* footprint */
  .footprint {
    padding: 25px 0;
  }

  /* banner */
  .bannertextbox p {
    font-size: 16px;
  }

  .bannertextbox h4 {
    font-size: 24px;
  }

  /* foot */
  .foot .l {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }

  .foot .l dl:nth-child(1) {
    justify-content: space-around;
    width: 100%;
  }

  .foot .l dl:nth-child(2) {
    width: 100%;
  }

  .foot .r {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .foot {
    flex-wrap: wrap;
  }

  /* two_unit */
  .two_unit {
    margin: 0 0 15px 0 !important;
    padding: 0 0 15px 0 !important;
    font-size: 14px;
  }

  .skip ul li {
    margin: 0 5px;
  }

  .vip_unitbox ul {
    margin: 0 0 15px 0 !important;
    padding: 0 0 15px 0 !important;
  }

  .login .l h4 {
    font-size: 24px !important;
  }

  .login {
    flex-wrap: wrap !important;
  }

  .login .l,
  .login .r {
    width: 100% !important;
  }

  .login .r {
    margin: 15px 0 0 0 !important;
  }
}

@media screen and (max-width: 768px) {
/*        .footprint a {*/
/*    font-size: 14px !important;*/
/*}*/

  /* nav */
  .nav .l {
    width: 25%;
  }

  /* footprint */
  .footprint {
    padding: 20px 0;
  }

  /* banner */
  .bannertextbox p {
    font-size: 14px;
  }

  .bannertextbox h4 {
    font-size: 22px;
  }

  .login .l h4 {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 640px) {
    
            .footprint a {
    font-size: 12px !important;
}

  /* nav */
  .nav .l {
    width: 30%;
  }

  /* footprint */
  .footprint {
    padding: 15px 0;
  }

  /* banner */
  .bannertextbox h4 {
    font-size: 20px;
  }

  .login .l h4 {
    font-size: 20px !important;
  }
}

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

  /* nav */
  .nav .l {
    width: 35%;
  }

  /* banner */
  .bannertextbox h4 {
    font-size: 18px;
  }
}