* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  color: #565656;
  padding-top: 55px;
}

a {
  color: #565656;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.wrapper {
  margin: 0 auto;
}

.clearbox {
  overflow: hidden;
}

.site-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header .top-title {
  float: left;
  line-height: 36px;
  font-size: 14px;
  display: none;
}

.site-header .top-info {
  float: right;
  line-height: 24px;
  font-size: 14px;
  padding: 10px 15px 0;
  display: none;
}

.site-header .top-info span {
  display: none;
}

.site-header .top-info-mobile {
  float: right;
  line-height: 40px;
  font-size: 12px;
  padding-right: 20px;
}

.site-header .logo-header {
  float: left;
  width: 120px;
  padding-top: 5px;
}

.site-header .logo-header img {
  display: block;
  width: 120px;
  border: none;
  cursor: pointer;
}

.site-header .site-navigation {
  display: none;
}

.header-menu {
  float: right;
  border-radius: 5px;
  border: 1px solid #ececec;
  width: 35px;
  height: 35px;
  margin-top: 3px;
}

.mobile-logo-box {
  margin: 5px 0;
  padding: 0 10px;
  padding-top: 5px;
}

.header-menu {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.menu-wrap {
  position: relative;
  display: none;
}

.menu-wrap .menu-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 15px;
}

.menu-wrap .menu-list p {
  line-height: 40px;
  border-bottom: 1px solid #ececec;
  text-align: center;
}

.menu-wrap .menu-list p:last-child {
  border-bottom: none;
}

.site-navigation-active a {
  color: #cc4bed !important;
}

.site-footer-top {
  background-color: #3e454c;
  padding: 20px 0;
}

.site-footer-top-l {
  display: none;
}
.site-footer-top-l p {
  overflow: hidden;
  margin-bottom: 15px;
}

.site-footer-top-r img {
  margin: 0 auto;
  display: block;
  width: 138px;
  height: 138px;
}

.site-footer-bottom {
  color: #888;
  background-color: #373c42;
  padding: 20px 0;
  font-size: 12px;
}

.site-footer-bottom p {
  text-align: center;
}

.site-footer-bottom p a {
  color: #888;
}

.footer-address {
    width: 90%;
    margin: 10px auto 0 !important;
    float: none !important;
}