* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
}

.abs {
  position: absolute;
}

.hide {
  display: none;
}

.rel {
  position: relative;
}

.center {
  text-align: center;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
}

button,
input,
select,
textarea {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

html,
body {
  max-width: 750px;
  margin: 0 auto;
}

.line1 {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nav {
  width: 100%;
  height: 1.35rem;
  background: #fff url('../images/logo.png') 2.5rem center no-repeat;
  background-size: 4.85rem;
  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;
}

.nav .menu {
  width: 0.99rem;
  margin-left: 0.2rem;
}

.menus {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}

.menus .close {
  width: 0.99rem;
  margin-left: 0.2rem;
  margin-top: 0.15rem;
}

.menus .menus_nav {
  width: 6rem;
  position: absolute;
  background: #945c4c;
  height: 100%;
  right: 0;
  top: 0;
}

.menus .menus_nav .item.active .title {
  background: url('../images/nav/down.png') 1.65rem center no-repeat;
  background-size: 0.2rem;
}

.menus .menus_nav .item.active .item_list {
  display: block;
}

.menus .menus_nav .item {
  padding-left: 0.9rem;
}

.menus .menus_nav .item .title {
  font-size: 0.35rem;
  color: #fff;
  border-bottom: 0.05rem solid #864e3e;
  padding: 0.2rem 0;
  background: url('../images/nav/right.png') 1.65rem center no-repeat;
  background-size: 0.17rem;
}

.menus .menus_nav .item .item_list {
  width: 100%;
  display: none;
}

.menus .menus_nav .item .item_list a {
  font-size: 0.3rem;
  color: #ffffff;
  display: block;
  padding: 0.2rem 0;
}

.footer {
  width: 100%;
  background: #505050;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
}

.footer .logo {
  width: 4.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .logo .logoimg {
  width: 1.76rem;
}

.footer .logo .logos {
  background-color: #424141;
  border-radius: 0.3rem;
  text-align: center;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.15rem 0.3rem;
}

.footer .logo .logos .wx {
  width: 0.3rem;
}

.footer .logo .logos .dy {
  width: 0.22rem;
}

.footer .logo .logos .wb {
  width: 0.34rem;
  margin: 0 0.25rem;
}

.footer .link {
  color: #ffffff;
  font-size: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0;
}

.footer .link a {
  color: #fff;
  margin: 0 0.15rem;
}

.footer .copyright {
  color: #9a9797;
  font-size: 0.15rem;
  width: 100%;
  text-align: center;
}




