@charset "UTF-8";
@media (min-width: 320px) {
  html {
    font-size: 21.33px;
  }
}
@media (min-width: 330px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 26.67px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}
@media (min-width: 424px) {
  html {
    font-size: 28.27px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 32px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 36px;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 40px;
  }
}
@media (min-width: 660px) {
  html {
    font-size: 44px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 50px;
  }
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: 'Microsoft YaHei', sans-seri;
  background-color: #f5f5f5;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,
ol {
  list-style: none;
}
input[type="text"],
input[type="search"],
textarea {
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
em,
i {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  line-height: 0;
  clear: both;
}
img {
  display: block;
  width: 100%;
  border: none;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.hide {
  display: none;
}
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

.fix-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 2.3rem;
  background: #191919;
  z-index: 9999;
  -webkit-transform: translateZ(0);
  /*解决底部滑动抖动问题*/
}
.fix-bar .fixbtn {
  float: left;
  width: 50%;
  height: 2.3rem;
  font-size: 0.6rem;
  color: #fff;
  padding-left: 1.3rem;
  line-height: 2.3rem;
  /*background: url(onlinenew.png) 3rem center no-repeat;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fix-bar .fixbtn .bg-online {
  float: left;
  width: 0.86rem;
  height: 2.3rem;
  margin-right: 0.3rem;
  background: url(onlinenew.png) 0 center no-repeat;
  background-size: 100% auto;
}
.fix-bar .fixbtn .bg-apply {
  float: left;
  width: 0.76rem;
  height: 2.3rem;
  margin-right: 0.3rem;
  background: url(writenew.png) 0 center no-repeat;
  background-size: 100% auto;
}
.fix-bar .fixbtn .tel {
  position: absolute;
  left: 50%;
  margin-left: -1.27rem;
  width: 2.54rem;
  height: 2.54rem;
  background: url(phonenew.png) 0 0 no-repeat;
}
.fix-bar .fixbtn-apply {
  padding-left: 2.9rem;
}
.fix-bar .tel {
  position: absolute;
  left: 50%;
  top: -0.6rem;
  margin-left: -1.27rem;
  width: 2.54rem;
  height: 2.54rem;
  background: url(phonenew.png) 0 0 no-repeat;
  background-size: 100%;
}
footer {
  width: 100%;
  background: #050d16;
}
footer .foot-top {
  padding-top: 1rem;
}
footer .foot-top a {
  font-size: 0.6rem;
  float: left;
  width: 3rem;
  height: 0.8rem;
  border-right: 1px solid #5f6162;
  text-align: center;
  color: #fff;
  opacity: 0.6;
}
footer .foot-top .active {
  opacity: 1;
}
footer .foot-top a:nth-last-child(1) {
  border: none;
}
footer .container {
  padding: 0 1rem 4rem;
  color: #fff;
  opacity: 0.6;
}
footer .container a {
  color: #fff;
}
footer .container .footer-main .con {
  margin-top: 1.5rem;
}
footer .container .footer-main .con li {
  font-size: 0.48rem;
  line-height: 0.48rem;
  margin-top: 0.4rem;
}
footer .container .footer-main .authent {
  position: relative;
  padding-top: 1.8rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #5f6162;
}
footer .container .footer-main .authent .iso-bg {
  float: left;
  width: 1.1rem;
  height: 1.1rem;
  background: url(ic_iso.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
footer .container .footer-main .authent .iso-bg:nth-of-type(2) {
  margin-left: 0.8rem;
}
footer .container .footer-main .authent .authent-text {
  float: left;
  padding-left: 0.4rem;
  font-size: 0.4rem;
  line-height: 0.6rem;
}
@media screen and (max-width: 365px) {
  footer .container .footer-main .authent .authent-text {
    margin-top: 0.5rem;
  }
  footer .container .footer-main .authent .authent-text:nth-of-type(1) {
    width: 11rem;
  }
  footer .container .footer-main .authent .iso-bg:nth-of-type(2) {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
footer .container .footer-bottom .paper {
  padding-top: 0.5rem;
  font-size: 0.48rem;
  text-align: center;
}
footer .container .footer-bottom .paper a {
  float: left;
  height: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.28rem;
  border-right: 1px solid #5f6162;
}
footer .container .footer-bottom .paper a:last-child {
  border: none;
}
footer .container .footer-bottom .dtel {
  padding-top: 0.5rem;
  line-height: 0.64rem;
  font-size: 0.48rem;
  text-align: center;
}
.footer-bottom .dtel {
  padding-top: 0.5rem;
  line-height: 0.64rem;
  font-size: 0.48rem;
  text-align: center;
 width: 100%;
  background: #050d16;
}