* {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  font-size: 12px;
  background: #fff;
}
html body {
  font-family: "Microsoft Yahei";
  position: relative;
  margin: 0 auto;
}
html a {
  text-decoration: none;
}
html body {
    max-width: 640px;
    margin: 0 auto !important;
    position: relative;
}
img {
  width: 100%;
}
.duration {
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.wrapper {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
.wrapper.index .showImg {
  font-size: 0;
  background-color:#fff;
}
.wrapper.index .nav {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  font-size: 0;
}
.wrapper.index .nav .item {
  box-sizing: border-box;
  font-size: .35rem;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: center;
  color: #505050;
  height: 3rem;
  padding-top: .7rem;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  text-decoration: none;
}
.wrapper.index .nav .item img {
  width: 30%;
}
body.page .clearboth.scale {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
body.page .title-tip {
  position: relative;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  zoom: 1;
}
body.page .title-tip h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0 .5rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 5;
}
body.page .title-tip span {
  display: inline-block;
  padding: .1rem .2rem;
}
body.page .mt {
  margin-top: -0.5rem;
}
/*
顶部公用样式
*/
header {
  position: relative;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  background-color:#fff;
}
header img.logo {
  width: auto;
  height: .9rem;
  margin-top: .33rem;
}
header:before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 2px;
  left: 0%;
  bottom: -2px;
  background: -webkit-linear-gradient(left, #007EBE, #007EBE);
  background: -o-linear-gradient(right, #007EBE, #007EBE);
  background: -moz-linear-gradient(right, #007EBE, #007EBE);
  background: linear-gradient(to right, #007EBE, #007EBE);
}
header .am-fr,
header .am-fl {
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 3%;
  height: auto;
}
header .am-fr img,
header .am-fl img {
  width: .5rem;
}
header .am-fr.am-fl,
header .am-fl.am-fl {
  left: 3%;
  right: auto;
}
header .am-fr.am-fl img,
header .am-fl.am-fl img {
  width: 2.5rem;
}
/*
右侧菜单栏
*/
.barMenu {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 700;
  display: none;
}
.barMenu.active .barMenu_con {
  right: 0;
}
.barMenu .barMenu_con {
  position: fixed;
  background: #2c2c2c;
  width: 45%;
  height: 100%;
  top: 0;
  right: -70%;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.barMenu .barMenu_con .closeBtn {
  display: inline-block;
  position: relative;
  width: .35rem;
  height: .35rem;
  background-image: url(../img/colse.png);
  background-size: 100% 100%;
}
.barMenu .barMenu_con .barMenu_con_header {
  position: relative;
  height: 1.4rem;
  line-height: 1.4rem;
  border-bottom: 2px solid #616161;
  padding: 0 .2rem;
  font-size: .45rem;
  color: #e14732;
}
.barMenu .barMenu_con .barMenu_con_header .closeBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: .4rem;
}
.barMenu .barMenu_con .barMenu_list {
  font-size: .38rem;
}
.barMenu .barMenu_con .barMenu_list li {
  position: relative;
  padding-left: 25%;
  line-height: 1.5rem;
  border-bottom: 1px solid #616161;
  color: #fff;
}
.barMenu .barMenu_con .barMenu_list li:active,.barMenu .barMenu_con .barMenu_list li.active {
  background-color: #505050;
}
.barMenu .barMenu_con .barMenu_list li:after {
  content: "";
  width: .55rem;
  height: .55rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 5%;
  background-size: 100% 100%;
}
.barMenu .barMenu_con .barMenu_list li:nth-child(1):after {
  background-image: url(../img/index_icon11.png);
}
.barMenu .barMenu_con .barMenu_list li:nth-child(2):after {
  background-image: url(../img/index_icon06.png);
}
.barMenu .barMenu_con .barMenu_list li:nth-child(3):after {
  background-image: url(../img/index_icon07.png);
}
.barMenu .barMenu_con .barMenu_list li:nth-child(4):after {
  background-image: url(../img/index_icon08.png);
}
.barMenu .barMenu_con .barMenu_list li:nth-child(5):after {
  background-image: url(../img/index_icon09.png?t=111);
}
.barMenu .barMenu_con .barMenu_list li:nth-child(6):after {
  background-image: url(../img/index_icon10.png);
}
/**
* 提示框
*/
.mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}
.mask .mask_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  min-width: 100px;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.banner{
  background: #f5f5f5;
}
/**/
.header_logo{
  width: 23%;
  float: initial;
  padding: 13px 0 0 10px;
}
.header_title{
  float: left;
  margin-left: 13px;
  font-size: .5rem;
  color:#01adff;
  line-height: 1;
  position: absolute;
  left: 15%;
  top:22px;
}

.imgBlock {
  display: block;
  width: 100%;
}
.titleBlue{
  text-align: center;
  margin:10px 0;
}
.titleBlue>img{
  width:20%;
}
.titleBlue b{
  display: inline-block;
  padding: .1rem .2rem;
  font-size: .42rem;
  color: #00acff;
  font-weight: bold;
}
.floatBtn{
  position: fixed;
  right:2%;
  bottom:2%;
  font-size: .3rem;
  width:1rem;
  color:#000;
  z-index: 500;
}
.floatBtn .itemBtn{
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}
.floatBtn .app{
  background: #00adff;
  color:#fff;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.floatBtn .report{
  background: #fff;
  color:#555;
  border:1px solid #dfdfdf;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
.floatBtn .scrollTop{
  background: #fff;
  color:#555;
  border:1px solid #dfdfdf;
  margin-top:5px;
  display: none;
}
.footer{
  text-align: center;
  line-height: 2;
  padding: 10px 0 20px;
  background: #393939;
}
.footer.fixed{
  position: fixed;
  width:100%;
  left:0;
  bottom:0;
}
.footer a{
  color: #fff;
  text-decoration: none;
}


/*new*/
.comBoxCont{
    margin: 2.5%;
    border: 1px solid #ccc;
    padding: 2.5%;
    font-size: 14px;
    line-height: 25px;
    margin-top: -6%;
    z-index: 99;
    position: relative;
    width: 80%;
    margin-left: 8%;
    padding-top: 7%;
}
.comTit{
    /* font-weight: 900;
    background: #007EBE;
    color: #fff;
    padding: 1.6% 3.5%;
    margin-top: -22px;
    margin-left: -14px;
    display: inline-block;
    border-radius: 2px;
    position: absolute; */
    font-weight: 900;
    background: #007EBE;
    color: #fff;
    padding: 1.3% 3.5%;
    margin-top: -11%;
    margin-left: -5%;
    display: inline-block;
    border-radius: 2px;
    position: absolute;
    font-size: .35rem;


}
.subTit {
    font-size: 14px;
    font-weight: bold;
}
.comBoxCont p {
  font-size: 0.3rem;color: #666;
}
.comBoxCont .tips_l{
    background: #fff;
    text-align:  center;
    width: 40%;
    margin: 0 auto;
    margin-bottom: -7%;
    color: #ccc;
}
.comBoxCont p a{
  color: #007EBE;text-decoration: underline;font-size: 0.35rem;
}
.warranty_tit{margin:10px 0;}
.warranty_tit .box{
  font-size: 14px;margin-top: -14%;margin-left: 17%;
  margin-bottom: 25px;
}
.warranty_tit .box h4,.warranty_tit h4{
  font-weight: 900;font-size: 0.4rem;color: #555;
}
.warranty_tit .box p{
  font-size: 0.35rem;
    color: #555;
    padding-right: 10px;
    line-height: 0.5rem;
}
p.cont{
    font-size: 0.3rem;
    text-align:  center;
    color: #555;
    padding: 0 12px;
    margin-top: 2%;
    line-height: 0.5rem;
}
/* 201900606样式新增 */
.website1-text {
    text-align: center;
    color: #007ebe;
    font-size: 14px;
    margin-bottom: 40px;
}
/*体验站注册显示返回*/
.nav_regits{
  position: absolute;
  width: 36px;
  height: 36px;
  left: 10px;
  top: 10px;
  z-index: 100;
}
.nav_regits>img{
  display: block;
  width: 100%;
}