* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}
body,
div,
p,
ul,
li,
table,
tbody,
tr,
td,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
img,
iframe,
header,
nav,
section,
article,
footer,
figure,
figcaption,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
html,
body {
  font: 14px / 1.5 "Microsoft YaHei", "Tahoma,Arial", sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  color: #929392;
  text-align: left;
  background-color: #fff;
  height: 100%;
}
a {
  color: #929392;
  vertical-align: baseline;
  text-decoration: none;
  outline: 0;
}
/* html{transition: all .3s;} */
li,
ul {
  list-style-type: none;
}
.hid {
  display: block;
  height: 0;
  overflow: hidden;
}
.tn {
  text-indent: -9999em;
  overflow: hidden;
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.cfix:after {
  display: table;
  content: "";
  clear: both;
}
div:focus,
span:focus {
  outline: none;
}
a img,
img {
  border: none;
}
.oh {
  overflow: hidden;
}
em {
  font-style: normal;
}
.wrapper {
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
}
.bg {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

/* jquery-toast */
.jq-toast-wrap {
  z-index: 9999 !important;
}

/*pop */
.pop_Mark {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.pop {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  top: 50%;
}
.pop_close {
  width: 0.27rem;
  height: 0.27rem;
  position: absolute;
  right: 0px;
  top: -0.43rem;
  transition: all 0.3s;
  z-index: 999;
}
.pop_close1 {
  background-image: url(../image/close.png);
}
.pop_close2 {
  background-image: url(../image/close2.png);
}
.pop_close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.pop_Mark.menu_bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

/* 横屏提示 */
.orientation_mask {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999999;
}
.orientation_mask::before {
  content: "";
  position: fixed;
  z-index: 999999;
  height: 2.27rem;
  width: 1.5rem;
  left: 50%;
  top: 50%;
  margin-left: -0.6rem;
  margin-top: -1.1rem;
  color: #fff;
  background-image: url("../image/heng.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: rotate(-90deg);
  animation: rotate 1.5s linear infinite alternate;
  -webkit-animation: rotate 1.5s linear infinite alternate;
}
.orientation_mask span {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -1.3rem;
  margin-top: 1.2rem;
  color: #fff;
  font-size: 0.23rem;
}
/* @media (orientation: landscape) {
  .orientation_mask {
    display: block;
  }
  body {
    overflow: hidden;
  }
} */
@keyframes rotate {
  0%,
  30% {
    transform: rotate(-90deg);
  }
  100%,
  70% {
    transform: rotate(0);
  }
}

/* footer */
.footer {
  width: 100%;
}
.footer_center {
  width: 100%;
  height: 4.933333rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica";
  font-size: 0.186667rem;
  color: #818181;
}
.footer_center .logo_footer {
  width: 6.546667rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer_center .logo_footer img {
  display: block;
  width: 3.093333rem;
  height: 1.053333rem;
}
.footer_center div {
  margin: 0.066667rem 0 0.266667rem 0;
}
/* .bq-china{padding-top:0.6rem} */

.bq {
  padding: 0.6rem 0;
  background-color: #000;
}
.bq a {
  display: inline-block;
}
.bq .gs_logo {
  width: 1.92rem;
  height: 0.573333rem;
  background: url("../image/gs_logo.png") no-repeat;
  background-size: 100% 100%;
  margin: 0.6rem auto 0;
}
.bq .cn_logo {
  display: block;
  width: 1.92rem;
  height: 0.573333rem;
  background: url("../image/cn_logo.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.bq .link-box {
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.15rem;
}
.bq .link-box a {
  display: inline;
  text-decoration: none;
  color: #fff;
  font-size: 0.2rem;
}
.bq .link-box span {
  display: inline;
  margin: 0 0.2rem;
  color: #fff;
  font-size: 0.2rem;
  -webkit-transform: translateY(-0.02rem);
  -moz-transform: translateY(-0.02rem);
  -ms-transform: translateY(-0.02rem);
  -o-transform: translateY(-0.02rem);
  transform: translateY(-0.02rem);
}
.bq p {
  text-align: center;
  line-height: 0.25rem;
  font-size: 0.2rem;
  color: gray;
  margin: 0.15rem auto 0.3rem;
}
.bq .bq-china p {
  margin: 0.15rem auto;
}
.bq .bq-china a {
  color: gray;
}
.bq .bq-china .bq-image img:nth-of-type(1) {
  width: 1.426667rem;
  height: 0.666667rem;
  margin-right: 20px;
}
.bq .bq-china .bq-image img:nth-of-type(2) {
  width: 1.96rem;
  height: 0.666667rem;
}
.bq .bq-image img {
  display: block;
  /* background-color: #666; */
}
