*,
body,
html {
  padding: 0;
  margin: 0;
}
body,
html {
  margin: auto;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica, Arial;
  font-size: 14px;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
li {
  list-style: none;
}
img {
  border: 0 none;
}
a {
  text-decoration: none;
}
.div-body {
  width: 100%;
  float: left;
}
.container {
  width: 6.9rem;
  margin: auto;
}
.pop-area {
  position: absolute;
  display: none;
  height: 40px;
  width: 140px;
  background-image: url("../image/bg_popup.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  top: 0.6rem;
  left: 1.5rem;
}
.pop-area > span {
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  bottom: 4px;
  width: 100%;
  text-align: center;
}
/*.pop-area.activity{
  position: absolute;
  display: block;
  top: 0.6rem;
  left: 1.5rem;
}
.pop-area.item{
  display: block;
  left: 1.8rem;
  top: 4.9rem;
}*/
#modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #6e94fb;
  z-index: 999;
}
.nav {
  z-index: 1000;
  width: 7.5rem;
  position: absolute;
  top: 0;
  z-index: 9999;
  padding: 0.16rem 0;
}
.nav .navBar-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: none;
}
.nav .container .logo > img {
  width: 1.6rem;
}
.nav .container .mainNav-m {
  float: right;
}
.nav .container .mainNav-m #menuText {
  font-size: 0.26rem;
  line-height: 0.26rem;
  color: #ffffff;
  display: inline-block;
  line-height: 0.88rem;
}
.nav .container .mainNav-m #menuImg {
  margin-left: 0.1rem;
  width: 0.24rem;
  height: 0.24rem;
  transform: rotate(90deg);
}
.nav .container .mainNav-m.active #menuImg {
  transform: rotate(0deg);
}
.nav .container > ul.mainNav {
  display: none;
  height: calc(98.8vh);
  margin-top: 0.4rem;
}
.nav .container > ul.mainNav .li-nav > a {
  font-size: 0.36rem;
  line-height: 0.72rem;
  color: #ffffff;
}
.nav .container > ul.mainNav .li-nav > a.select {
  color: #F5DF52;
}
.nav .container > ul.mainNav .li-nav img {
  width: 0.36rem;
  height: 0.36rem;
  vertical-align: middle;
}
.nav .container > ul.mainNav .li-nav.active img {
  transform: rotate(-90deg);
}
.nav .container > ul.mainNav .li-nav.active .sub-subnav {
  display: block;
}
.nav .container > ul.mainNav .li-nav.holdOn {
  position: relative;
}
.nav .container > ul.mainNav .li-nav.holdOn:hover .pop-area {
  display: block;
}
.nav .container > ul.mainNav .li-nav#change-web-area {
  margin-top: 1.2rem;
}
.nav .container > ul.mainNav .li-nav#change-web-area a,
.nav .container > ul.mainNav .li-nav#change-web-area span {
  font-size: 0.3rem;
  line-height: 0.32rem;
  color: #A2BAF9;
  opacity: 0.8;
}
.nav .container > ul.mainNav .li-nav#change-web-area .active {
  color: #fff;
}
.nav .container > ul.mainNav .li-nav#change-web-area .divider {
  display: inline-block;
  padding: 0 0.2rem;
  color: #A2BAF9;
}
.nav .container > ul.mainNav .sub-subnav {
  display: none;
  margin-bottom: 0.1rem;
}
.nav .container > ul.mainNav .sub-subnav > li {
  text-align: left;
  text-indent: 0.3rem;
  color: #ffffff;
}
.nav .container > ul.mainNav .sub-subnav > li > a {
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #ffffff;
}
.nav.active .navBar-bg {
  display: inline-block;
}
.nav.active #mainNav {
  display: block;
}
.foot {
  background: #0A0A39;
  color: #616DAC;
  width: 7.5rem;
  position: relative;
  z-index: 1;
  padding: 0.3rem 0;
}
.foot .logo-area {
  text-align: center;
  margin-bottom: 0.2rem;
}
.foot .logo-area > a {
  height: 0.8rem;
}
.foot .main-footer {
  font-size: 0.28rem;
  line-height: 0.32rem;
  float: left;
  text-align: center;
}
.foot .main-footer .contact-us {
  float: left;
}
.foot .main-footer .contact-us .input {
  color: #ffffff;
  opacity: 0.8;
}
.foot .main-footer .foot-div {
  float: left;
  width: 100%;
  margin-bottom: 0.1rem;
}
.foot .main-footer .foot-div a {
  display: inline-block;
  color: #616DAC;
  padding: 0 0.05rem;
  text-align: center;
}
.foot .main-footer .foot-div a:hover,
.foot .main-footer .foot-div a.active {
  color: #ffffff;
  opacity: 0.8;
}
.foot .main-footer .foot-div .enWeb {
  padding-right: 0.2rem;
}
.clearBoth {
  clear: both;
}
