﻿ /** {
  box-sizing                 : border-box;
  -webkit-box-sizing         : border-box;
  outline                    : none;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0 auto !important;
  width : 10rem;
}

body>span {
  display: none;
}

body>a {
  display: none;
}

body>a>img {
  display: none;
}

body,
html {
  position                  : relative;
  -webkit-overflow-scrolling: touch;
  color                     : #333;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor            : pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding   : 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing        : content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

.ell {
  overflow     : hidden;
  text-overflow: ellipsis;
  white-space  : nowrap;
}

.w100 {
  width: 100%;
}

.line-solid {
  border-style: solid;
}

.line-dashed {
  border-style: dashed;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

 
.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-in-block {
  display: inline-block;
}

.f-weight {
  font-weight: bold;
}

.v-middle {
  vertical-align: middle;
}

.v-top {
  vertical-align: top;
}

 
.flex {
  display: flex;
  display: -webkit-flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  -webkit-justify-content: space-between;
  justify-content        : space-between;
}

.felx-around {
  -webkit-justify-content: space-around;
  justify-content        : space-sround;
}

.flex-end {
  -webkit-justify-content: flex-end;
  justify-content        : flext-end;
}

.item-center {
  -webkit-align-items: center;
  align-items        : center;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content        : center;
}

.item-end {
  -webkit-align-items: flex-end;
  align-items        : flex-end;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear  : both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.plr30 {
  padding-left : 0.4rem;
  padding-right: 0.4rem;
}

header .mhead {
  width                  : 100%;
  display                : flex;
  display                : -webkit-flex;
  -webkit-justify-content: center;
  justify-content        : center;
  height                 : 0.93333333rem;
}

header .mhead img {
  width     : 4.33333333rem;
  height    : 0.34666667rem;
  margin-top: 0.29333333rem;
}

header .mnavs {
  background-color       : #252525;
  height                 : 1.1733333333333333rem;
  padding-left           : 0.4rem;
 
  display                : flex;
  display                : -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content        : space-between;
}

header .mnavs>a {
  height     : 1.1733333333333333rem;
  line-height: 1.1733333333333333rem;
  font-size  : 0.26666667rem;
  color      : #fff;
  display    : inline-block;
}

header .mnavs>a .h-row {
  display  : flex;
  display  : -webkit-flex;
  flex-wrap: wrap;
  width    : 10rem;
}

header .mnavs .mclimor {
  position: relative;
  width   : 1.0533333333333332rem;
  height  : 1.1733333333333333rem
}

header .mnavs .mclimor .mor {
  width : 1.0533333333333332rem;
  height: 1.1733333333333333rem;
  margin: 0 auto;

  display: block;
}

header .mornav {
  display         : none;
  background-color: #fff;
  width           : 100%;
  position        : absolute;

  left: 0rem;
}

header .mornav .mrow {
  width      : 100%;
  padding-top: 0.37333333rem;
}

header .mornav .mrow img {
  display: inline-block;
  width  : 0.13333333rem;
  height : 0.18666667rem;
}

header .mornav .mrow a {
  float        : left;
  display      : inline-block;
  height       : 0.21333333rem;
  line-height  : 0.21333333rem;
  font-size    : 0.21333333rem;
  color        : #666;
  padding-right: 0.29333333rem;
  padding-left : 0.29333333rem;
  margin-bottom: 0.37333333rem;
  border-right : 1px solid #999;
}

header .mornav .mrow a:last-child {
  padding-right: 0rem;
  border-right : none;
}

header .mornav .shouqi {
  display                : flex;
  display                : -webkit-flex;
  -webkit-justify-content: center;
  justify-content        : center;
}

header .mornav .shouqi img {
  width        : 0.41333333rem;
  height       : 0.2rem;
  margin-bottom: 0.32rem;
}


.tgsec01 .swiper-pagination span {
  border    : 1px #999 solid !important;
  background: #fff;
  width     : .25rem;
  height    : .25rem;
}

.tgsec01 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity   : 1;
  border    : none !important;
}

.mornav {
  z-index: 99999999999999999999999999999999999 !important;
}


 
.phone {
  margin-top: 0.8rem;
  height    : 1.30666667rem;
}

.phone .ri {
  font-size : 0.4rem;
  color     : #fff;
  text-align: center;
}

.phone .lef {
  font-size : 0.4rem;
  color     : #fff;
  text-align: center;
}

.phone .lef img {
  width         : 0.48rem;
  margin-right  : 0.33333333rem;
  vertical-align: middle;
  position      : relative;
  top           : 0.44rem;
  left          : .8rem;
  float         : left;
}

.phone .lef {
  line-height: 1.30666667rem;
  width      : 5rem;
  height     : 1.30666667rem;
  background : #000000;
}

.phone .ri {
  background: #FE8D38;
  width     : 5rem;
  height    : 1.30666667rem;
}

.phone .ri a {
  display    : block;
  line-height: 1.30666667rem;
  color      : #fff;
}

#zhichi_as {
  position: absolute;
}
footer{
  width: 100%;
 
  text-align: center;
  font-size: 0.21333333333333335rem;
  color: #808080;
  padding-top: .2rem;
  padding-bottom: .2rem;
  margin-bottom: 1.3rem;
}
footer>p{
  line-height: 0.25333333333333335rem;
  font-size: 0.21333333333333335rem;
}
#mobile_minchat_div {display:none!important;}
.phone {z-index:99999!important;} */