@import "https://fonts.googleapis.com/css?family=Muli:400,300,600,700,800";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif";
  font-family: "Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif", "微软雅黑", "黑体";
  font-family: 'Muli',sans-serif,Arial,Helvetica;
  box-sizing: border-box;
}
a {
  color: #626262;
  text-decoration: none;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .container {
    width: 1140px;
  }
}
@media screen and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }
}
@media screen and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
}
@media screen and (max-width: 767.98px) {
  .container {
    width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 540px;
    width: 100%;
    padding: 0 15px;
  }
}
#phone_slide {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(6,6,6,0.6);
  top: 0;
  left: 0;
  z-index: 999;
}
#slide_body {
  position: absolute;
  right: -220px;
  width: 220px;
  height: 100%;
  background-color: #1b212f;
}
#phone_slide ul li {
  font-size: 16px;
  padding: 15px;
  text-align: center;
}
#phone_slide ul li a {
  color: #fff;
}
