/* 这个文件里写的是全局样式,在各个页面都生效 */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  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: white;
  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;
}

.phone .no-phone, .pc .no-pc {
  display: none;
}

html {
  background-image: url('../resource/bg-dw.png');
}
body {
  background-image: url('../resource/bottom.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

#copyright {
  margin-top: 150px;
  margin-bottom: 50px;
  color: #fae4c2;
}

.phone .card-box {
  width: 92%;
  margin: 0 auto;
  padding: 2%;
  margin-bottom: 30px;
  background-image: none;
}

.phone .card-box li {
  float: left;
  width: 93%;
  line-height: 36px;
  color: #241600;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 7%;
  height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
}
.phone .card-box .title {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.phone .card-box .more {
  font-size: 14px;
  line-height: 30px;
  top: 12px;
  right: 20px;
}

.phone .card-box ul {
  margin-top: 40px;
}

.show-box .no-pc {
  width: 100%;
}

.phone .editer {
  top: 81vw;
  width: 85%;
  font-size: 13px;
  line-height: 22px;
}

.phone .menu {
  top: 140vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 86%;
  font-size: 14px;
  display: block;
  text-align: center;
}

.phone .menu-item {
  padding: 0px 13px;
  height: 21px;
  border-right: 1px solid #fae4c2;
  float: left;
  margin: 5px 0;
}