body,
ul,
li,
button,
input,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}
.clean:after {
  content: '';
  display: block;
  clear: both;
  *zoom: 1;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
.block {
  display: block;
}
html {
  font-size: 100px;
}
body {
  font-size: 0.14rem;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  background: #FBFBFB;
  color: #333;
}
@media screen and (max-width: 960px) {
  html {
    font-size: -webkit-calc(26.66666667vw);
    font-size: calc(100vw / 375 * 100);
  }
}
#main,
.main {
  min-height: 60vh;
}
.sw-coop-img {
  width: 4rem;
  height: auto;
}
.header {
  height: 0.6rem;
  background: #fff;
  box-shadow: 0 4px 10px rgba(95, 116, 255, 0.1);
}
.header .header-bg {
  display: none;
}
.header .container {
  width: 1200px;
  height: 0.6rem;
  margin: 0 auto;
}
.header .container .logo {
  width: 100px;
  float: left;
}
.header .container .logo img {
  margin-top: 14px;
  width: auto;
  height: 33px;
}
.header .container .nav {
  float: right;
}
.header .container .nav a {
  float: left;
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 0.6rem;
  margin-right: 0.64rem;
}
.header .container .user {
  float: right;
  width: 0.5rem;
  text-align: center;
  height: 0.6rem;
  position: relative;
}
.header .container .user img {
  width: 20px;
  height: 20px;
  margin-top: 20px;
}
.header .container .user .user-options {
  position: absolute;
  z-index: 9;
  display: none;
  width: 1.2rem;
  background: #fff;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
  top: 0.68rem;
  right: 0;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.03);
}
.header .container .user .user-options ul li {
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.14rem;
  border-bottom: 0.01rem solid #E3E9FF;
}
.header .container .user .user-options ul li a {
  color: #666;
  font-size: 0.14rem;
  line-height: 0.36rem;
  display: block;
  border-left: 0.04rem solid transparent;
  text-align: left;
  text-indent: 0.1rem;
}
.header .container .user .user-options ul li a:hover {
  border-left-color: #5F74FF;
}
.header .container .user .user-options ul li:last-child {
  border: none;
}
.header .container .user .user-options .icon {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-top: 0.16rem solid transparent;
  border-bottom: 0.16rem solid #fff;
  top: -0.26rem;
  right: 0.2rem;
}
.header .container .login {
  font-size: 0.16rem;
  line-height: 80px;
  cursor: pointer;
}
.header .container .mb-select-btn {
  display: none;
}
.header .container-2 {
  width: 100%;
  height: 0.44rem;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .container-2 .header-back {
  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;
  position: relative;
  margin-left: 0.16rem;
}
.header .container-2 .header-back img {
  width: 0.12rem;
}
.header .container-2 .header-back .go-first {
  position: absolute;
  right: -0.62rem;
  top: 0.04rem;
}
.header .container-2 .header-back .go-first img {
  width: 0.74rem;
  height: auto;
}
.header .container-2 .main2-title {
  width: 2rem;
  font-size: 0.2rem;
  text-align: center;
}
.header .container-2 .right {
  width: 0.33rem;
  margin-right: 0.16rem;
}
.footer {
  margin-top: 0.3rem;
  width: 100%;
  text-align: center;
  color: #999999;
  font-size: 0.12rem;
  background: #EDF4FB;
  padding: 0.07rem 0 0.08rem;
  line-height: 0.17rem;
}
.footer .cooperation {
  display: flex;
  justify-content: center;
  font-weight: 500;
}
.footer .cooperation div:first-child {
  margin-right: 0.3rem;
}
.footer .cooperation .sw-coop {
  cursor: pointer;
}
.footer .cooperation span {
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .clean:after {
    display: none;
  }
  body {
    font-size: 0.14rem;
  }
  .mb-head {
    display: block;
  }
  .sw-coop-img {
    width: 2rem !important;
  }
  .header {
    height: auto;
    width: 100vw;
  }
  .header .container {
    height: 0.41rem;
    width: 3.43rem;
    padding: 0 0.16rem;
    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;
  }
  .header .container .logo {
    width: auto;
  }
  .header .container .logo img {
    margin: 0;
    width: auto;
    height: 0.22rem;
  }
  .header .container .title {
    font-size: 0.16rem;
    line-height: 0.16rem;
    margin-top: 0.06rem;
    color: #333;
    text-indent: 0.07rem;
    border-left: 1px solid transparent;
    margin-left: 0.09rem;
    width: 1.63rem;
  }
  .header .container .title-left {
    border-left: 0.01rem solid #EBEBEB;
  }
  .header .container .user {
    margin-left: 0.32rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }
  .header .container .user img {
    margin: 0;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 100%;
  }
  .header .container .login {
    width: auto;
    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;
  }
  .header .container .nav {
    display: none;
  }
  .header .container .mb-select-btn {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.24rem;
    background: url('../images/mb-menu-btn-bg.png') no-repeat center / 0.2rem auto;
  }
  .footer {
    background: #F2F8FB;
    color: #999999;
  }
  .footer .footer-info > li {
    margin-left: 0.15rem;
    border-bottom: 0.01rem solid #E3E9FF;
  }
  .footer .footer-title {
    font-size: 0.16rem;
    display: flex;
    justify-content: space-between;
    height: 0.46rem;
    line-height: 0.46rem;
  }
  .footer .footer-title img {
    width: 0.14rem;
    height: 0.08rem;
    vertical-align: middle;
    margin: auto 0.15rem auto 0;
  }
  .footer .footer-related {
    color: #A2A2A2;
    font-size: 0.11rem;
    text-align: center;
    line-height: 0.16rem;
    padding: 0.2rem 0;
  }
  .footer .footer-wechat {
    display: flex;
    justify-content: space-around;
    line-height: 0;
  }
  .footer .footer-wechat img {
    width: 0.8rem;
    height: 0.8rem;
    vertical-align: top;
    margin-top: 0.12rem;
    margin-bottom: 0.1rem;
  }
  .footer .footer-wechat div {
    font-size: 0.12rem;
    color: #A2A2A2;
    text-align: center;
    line-height: 0.18rem;
  }
  .footer .footer-wechat div:last-child {
    padding-bottom: 0.12rem;
  }
  .footer .footer-media {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.08rem;
  }
  .footer .footer-media > li {
    width: 0.86rem;
    font-size: 0.13rem;
    color: #A2A2A2;
    line-height: 0.19rem;
    margin-bottom: 0.08rem;
  }
  .footer .footer-concat {
    padding-bottom: 0.08rem;
  }
  .footer .footer-concat > li {
    font-size: 0.13rem;
    color: #A2A2A2;
    line-height: 0.19rem;
    margin-bottom: 0.08rem;
  }
  .footer .footer-know {
    display: flex;
    padding-bottom: 0.12rem;
  }
  .footer .footer-know > li,
  .footer .footer-know > li a {
    font-size: 0.13rem;
    color: #A2A2A2;
    margin-right: 0.27rem;
  }
  .footer .footer-info-content {
    /*display:none;*/
  }
}
