@charset "UTF-8";

/*css 初始化 */

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:after,
:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


div[data-v-28bf9789]{
  display: none;
}

.top-head-zh .btn-warp[data-v-28bf9789], .top-head-zh[data-v-28bf9789] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 888;
}
.top-head-zh[data-v-28bf9789] {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
  height: 1.272222rem;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  
}
.blue.top-head-zh[data-v-28bf9789] {
  /* position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999999; */
  height: 1.172222rem;
  background: #09b6f2;
  /* height: .972222rem; */
  /* overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  border-bottom: 1px solid #09b6f2;
  
}
.top-head-zh .close-btn[data-v-28bf9789] {
  width: .766667rem;
  margin-left: .238889rem;
  padding: 0 .138889rem;
  border: 1px solid #fff;
  text-align: center;
}
.top-head-zh.blue .close-btn[data-v-28bf9789] {
  width: .700007rem;
  height: 0.646111rem;
  margin-left: .388889rem;
  padding: 0 .138889rem;
  border: 1px solid #09b6f2;
  text-align: center;
}

.top-head-zh .title[data-v-28bf9789] {
  font-size: .433333rem;
  width: 100%;
  text-align: center;
  position: absolute;
}

.top-head-zh .blue.title[data-v-28bf9789] {
  font-size: .5rem;
  /* font-size: .333333rem;
   */
   color: #fff;
}


.top-head-zh .right[data-v-28bf9789] {
  width: 1.388889rem;
}
.top-bar[data-v-28bf9789] {
  height: .972222rem;
  background: #fff;
}



html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}

fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: none;
}

button,
input {
  font-family: inherit;
  outline: 0;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "SimSun", "宋体";
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 0.111111rem;
  margin: 0;
}

textarea {
  resize: none;
}

/*防止拖动*/

a,
img {
  border: 0;
  outline: 0;
  vertical-align: top;
}

/*  去掉图片低测默认的3像素空白缝隙*/

table {
  border-collapse: collapse;
}

body,
html {
  background: #fff;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #303030;
  font-family: "Microsoft YaHei";
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}

s,
i,
em {
  font-style: normal;
  text-decoration: none;
}

/*公共类*/

.fl {
  float: left;
}

.fr {
  float: right;
}

.al {
  text-align: left;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.hide {
  display: none;
}

/*index start*/

body,
html {
  background-color: #ffffff;
}

.index {
  width: 100%;
  height: 100%;
  max-width: 10rem;
  margin: 0 auto;
}

.index .banner-box img {
  width: 100%;
}

.index .content {
  width: 100%;
  margin: 0 auto;
}

.index .content a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.index .content a img {
  width: 100%;
  border: none;
}










