* {
  margin: 0;
  padding: 0;
}
* img{
  display: block;
  width: 100%;
}

html *:before,
html *:after {
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*z-index: -1;*/
}
a {
  text-decoration: none;
}
.content_terms a{
    text-decoration: underline;
}
.wrap {
  min-width: 10.8rem;
  overflow: hidden;
}
.header {
  width: 10.8rem;
  height: 2.13rem;
  background: url(../img/mo_ref_img/index/index_top_bg.png) no-repeat top center;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  z-index: 99;
}

.logo {
  width: 2.84rem;
  height: 1.1rem;
  background: url(../img/mo_ref_img/index/index__top_logo.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0.4rem 0.5rem 0;
  display: inline-block;
}

.header .header_btn {
  width: 3.18rem;
  height: 0.88rem;
  line-height: 0.88rem;
  position: absolute;
  top: 0.4rem;
  right: 1.56rem;
}

.menu {
  width: 0.91rem;
  height: 0.71rem;
  display: inline-block;
  background: url(../img/mo_ref_img/index/index__nav.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0.52rem;
  top: 0.54rem;
  margin: 0;
}

.header2 {
  width: 10.8rem;
  background-color: #25292F;
  position: fixed;
  top: 0;
  z-index: 99;
  overflow: hidden;
  padding-bottom: 0.5rem;
}

.close {
  width: 0.61rem;
  height: 0.61rem;
  background: url(../img/mo/close.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.menu-list p {
  font-size: 0.56rem;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.2rem;
}

.header-share {
  width: 100%;
  text-align: center;
  margin-top: 0.8rem;
}
.header-share li{
  width: 0.69rem;
  height: 0.71rem;
  display: inline-block;
  color: #5a5859;
  font-size: 0.16rem;
  text-decoration: none;
  font-weight: bold;
  margin-right: 0.5rem;
}
.header-share li:first-child{
  width: auto;
  line-height: 0.71rem;
}
.header-share li:last-child{
  margin-right: 0;
}
.header-share li a{
  display: block;
  text-decoration: underline;
  color: #fff;
}

.wrap>.content {
  width: 100%;
  /* min-height: 45rem; */
  min-height: 19.2rem;
  position: relative;
  background: url(../img/mo/bj_01.jpg) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.footer {
  min-height: 7rem;
  width: 100%;
  background-color: #25292f;
  overflow: hidden;
  text-transform: uppercase;
  padding-bottom: 0.4rem;
}

.footer_top_bottom {
  margin-top: 0.6rem;
  font-size: 0.44rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #727171;
  line-height: 0.55rem;
  text-align: center;
}
.footer_top_bottom a{
  display: block;
  width: 100%;
  color: #727171;
  text-align: center;
}
.footer_top{
  width: 100%;
  height: 0.87rem;
  margin: 0.5rem 0;
}
.footer .footer_top_top {
  width: 100%;
  height: 0.87rem;
}
.footer_top_middle{
  width: 100%;
  height: 0.87rem;
  overflow: hidden;
  text-align: center;
}
.footer_top_middle li{
  display: inline-block;
  width: 0.87rem;
  height: 0.87rem;
  margin-right: 0.3rem;
}
.footer_bottom{
  width: 100%;
  border-top: 0.01rem solid #50545B;
}
.footer_bottom_icon {
  width: 100%;
  text-align: center;
  margin-top: 0.6rem;
  height: 0.91rem;
  margin-bottom: 0.2rem;
}

.footer_bottom_icon img {
  width: 2.65rem;
  height: 0.91rem;
  display: inline-block;
  margin-right: 0.2rem;
}
.footer_bottom_icon img:last-child{
  margin-right: 0;
}

.footer_bottom_info {
    width: 100%;
    height: 0.5rem;
    text-align: center;
    /* margin-top: 0.2rem; */
}
  
.footer_bottom_info ul {
    display: inline-block;
}
  
.footer_bottom_info li {
    height: 0.24rem;
    float: left;
    cursor: pointer;
    display: inline-block;
    padding-right: 0.22rem;
    padding-left: 0.22rem;
    border-right: 1px solid #727171;
    margin-top: 0.2rem;
}

.footer_bottom_info li:last-child {
    border-right: 0;
}

.footer_bottom_info li a:link,
a:visited {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #727171;
    line-height: 0.24rem;
    text-decoration: none;
}

.footer_bottom_info li a:hover,
a:active {
    color: #727171;
    text-decoration: none;
}

.footer_bottom_reserve {
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    margin-top: 0.2rem;
}