arset "UTF-8";
@media screen and (max-width: 319px) {
  html {
    font-size: 85.33333px; 
  } 
}
@media screen and (min-width: 320px) and (max-width: 359px) {
  html {
    font-size: 85.33333px;
  } 
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  html {
    font-size: 96px; 
  } 
}
@media screen and (min-width: 375px) and (max-width: 383px) {
  html {
    font-size: 100px; 
  } 
}
@media screen and (min-width: 384px) and (max-width: 399px) {
  html {
    font-size: 102.4px; 
  } 
}
@media screen and (min-width: 400px) and (max-width: 413px) {
  html {
    font-size: 106.66667px;
  } 
}
@media screen and (min-width: 414px) {
  html {
    font-size: 110.4px; 
  } 
}

/*CSS Reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0; 
}
div,header,footer{box-sizing: border-box;}
a{color:#333;}
a:hover{color: #333}
body {
  font-family: "Helvetica Neue",Helvetica,STHeiTi,sans-serif,"宋体";
  line-height: 1.5;
  font-size: 0.12rem;
  color: #000;
  background-color: #fff;
  /*-webkit-user-select: none;*/
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; 
}

table {
  border-collapse: collapse;
  border-spacing: 0; 
}

caption, th {
  text-align: left; 
}

fieldset,
img {
  border: 0; 
}

li {
  list-style: none; 
}

ins {
  text-decoration: none; 
}

del {
  text-decoration: line-through; 
}

.text-ellipsis{
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0; 
}

button {
  -webkit-appearance: none;
  border: 0;
  background: none; 
}

a {
  -webkit-touch-callout: none;
  text-decoration: none; 
}

a:hover {
  -webkit-touch-callout: none;
  text-decoration: none; 
}
:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent; 
}

em, i {
  font-style: normal; 
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}
.fl{float:left;}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 970;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 970;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

/* Flex布局 */
.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.justify-end {
  justify-content: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-shrink {
  flex-shrink: 0;
}

.self-center {
  align-self: center;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}


.border-box {
  box-sizing: border-box;
}

.width-100 {
  width: 100%;
}

.width-50 {
  width: 50%;
}

.height-100 {
  height: 100%;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.pad10{
  padding:0.1rem 0.1rem;
}

/*底部导航菜单*/.foot_menu{position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999;}
.foot_menu ul{ overflow: hidden; background-color: #fff;border-top: #fff 1px solid; padding-top:2%; padding-bottom: 1%;	display: -webkit-box;    display: -moz-box;    display: -webkit-flex; /* Safari */     display: -moz-flex;    display: flex;    flex-wrap: nowrap;	-moz-justify-content: space-around;	-webkit-justify-content: space-around;	justify-content: space-around;	-webkit-box-align: center;	-moz-align-items: center;	-webkit-align-items: center;	align-items: center;}
.foot_menu ul li{ text-align: center; width: 25%;}
.foot_menu ul li i{display: block; margin-bottom: .08rem;}
.foot_menu ul li img{ display: block; margin:0 auto; width: .3rem;height: .3rem; }
.foot_menu ul li a{ color: #fd6e03; font-size: .16rem;display: inline-block;}
.foot_menu ul li.gwc a{position: relative;}
.foot_menu ul li.gwc em{ position: absolute; 
right: -4%; top: -8%;
 background-color: #10805a;
  border-radius: 50%;
  	font-style:normal; 
	width: .26rem; height: .26rem;
	text-align: center; line-height: .28rem;
	 border: #fff solid 1px;	font-size: .18rem; color: #fff;}