/* 这个文件里写的是全局样式,在各个页面都生效 */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  user-select: text;
  font-size: 14px;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei','simsun',sans-serif;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
html {
  background-color: #efdbdc;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body, html, .page {
  padding: 0;
  margin: 0;
  position: relative;
}
h1, h2, h3, h4, h5, input {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style-type: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: initial;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td{
  margin:0;
  padding:0;
}

.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pc .no-pc, .phone .no-phone {
  display: none;
}
.show img {
  display: block;
  width: 100%;
  height: auto;
}
.phone .title-bar {
  display: none;
}
.phone .home {
  background-image: none;
  background-color: white;
}

.phone .so {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
}
.phone .show {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.phone .no-phone {
  display: none;
}
.phone .home {
  overflow: auto;
}
.phone .datepicker-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 70, 54, 0.9);
  display: none;
  z-index: 9;
}
.phone #datepicker {
  position: fixed;
  left: 0;
  width: 90%;
  height: 370px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.close {
  position: fixed;
  top: 5vw;
  right: 5vw;
}