@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 20 version
*/
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
  font-size: 12px;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}

textarea {
  outline: none;
  border: none;
  background-color: transparent;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

td, th {
  padding: 0;
}

input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 15px;
  cursor: pointer;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
}
input[type=checkbox]:checked::before {
  content: "✓";
  background-color: #D42516;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  border: 1px solid #D42516;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
}

img[src=""], img:not([src]) {
  opacity: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #7c7c7c;
}
input::-moz-input-placeholder, textarea::-moz-input-placeholder {
  color: #7c7c7c;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #7c7c7c;
}

.both {
  clear: both;
}

.pubilctitle {
  padding: 55px 0 30px;
  text-align: center;
}
.pubilctitle .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #262628;
}
.pubilctitle .title::before, .pubilctitle .title::after {
  display: inline-block;
  content: "";
  width: 72px;
  height: 16px;
  background: url(/img/index/title-left-bg.png) no-repeat;
  margin: 0 7px;
}
.pubilctitle .title::after {
  background-image: url(/img/index/title-right-bg.png);
}
.pubilctitle .desc {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #8B8B8B;
  margin-top: 15px;
}
.pubilctitle.white .title {
  color: #FFFFFF;
}
.pubilctitle.white .title::before {
  background: url(/img/index/title-left-white-bg.png) no-repeat;
}
.pubilctitle.white .title::after {
  background: url(/img/index/title-right-white-bg.png) no-repeat;
}
.pubilctitle.white .desc {
  color: #999999;
}

.bottom-adv {
  height: 170px;
  min-width: 1400px;
  background: url(/img/product/adv-bg.png) no-repeat;
  background-position: center;
  margin-top: 30px;
}
.bottom-adv .bottom-nav-wrap {
  width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-adv .bottom-adv-item {
  display: flex;
  align-items: center;
}
.bottom-adv .bottom-adv-item img {
  width: 60px;
  height: 60px;
}
.bottom-adv .bottom-adv-item .con {
  margin-left: 17px;
}
.bottom-adv .bottom-adv-item .con .p1 {
  font-size: 18px;
  font-weight: bold;
  color: #262628;
}
.bottom-adv .bottom-adv-item .con .p2 {
  font-size: 15px;
  font-weight: 400;
  color: #606060;
}

.footer {
  width: 100%;
  min-width: 1400px;
  background: #24242a;
  padding: 50px 0 15px 0;
  box-sizing: border-box;
}
.footer .footerInner {
  width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid #2e2e32;
}
.footer .footerInner:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}

.footerNav {
  width: 950px;
  margin-bottom: 46px;
  float: left;
}
.footerNav > ul:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.footerNav > ul > li {
  float: left;
  margin-right: 110px;
}
.footerNav > ul > li:last-child {
  margin-right: 0;
}
.footerNav > ul > li .title {
  margin-bottom: 20px;
}
.footerNav > ul > li .title a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.footerNav > ul > li ul li {
  font-size: 12px;
  line-height: 25px;
}
.footerNav > ul > li ul li a {
  color: #9b9b9f;
}
.footerNav > ul > li ul li a:hover {
  color: #fffefe;
}

.footermsg {
  width: 280px;
  float: right;
  color: #fff;
}
.footermsg span {
  font-size: 14px;
}
.footermsg div {
  font-size: 20px;
  margin-top: 16px;
}
.footermsg div span {
  font-size: 14px;
}
.footermsg p {
  font-size: 12px;
  color: #9b9b9f;
  margin-top: 16px;
}

.footerSites {
  padding-top: 32px;
  font-size: 12px;
  color: #626265;
  width: 1400px;
  margin: 0 auto;
}
.footerSites .sites {
  margin-top: 10px;
}
.footerSites .sites a {
  color: #626265;
  margin-right: 5px;
  white-space: nowrap;
}
.footerSites .sites a:last-child:hover {
  color: #f44444;
}
.footerSites .sites a:hover {
  color: #fff;
}

.records {
  width: 1400px;
  margin: 0 auto;
  margin-top: 20px;
}
.records img {
  height: 35px;
  margin-right: 5px;
}
.records span {
  float: right;
  font-size: 12px;
  color: #626265;
  margin-top: 8px;
}

.advertising .advertisingBut {
  cursor: pointer;
  width: 40px;
  height: 71px;
  background: url(../img/advertising01.png?v=1) no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 180px;
  left: 0;
  margin: 0 auto;
  transition: all 1s ease;
}
.advertising .advertisingBut.active {
  left: -109px;
}
.advertising .advertisingBut span {
  display: block;
  transform: rotate(-6deg);
  font-size: 14px;
  color: #fff;
}

.advertising .advertisingInner {
  width: 100%;
  height: 110px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -110px;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 888;
  transition: all 1s ease;
}
.advertising .advertisingInner.active {
  bottom: 0;
}
.advertising .advertisingInner .inner {
  width: 1400px;
  margin: 0 auto;
  height: 100%;
  background: url(../img/advertising02.png) no-repeat;
  background-position: left bottom;
  position: relative;
}
.advertising .advertisingInner .inner:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.advertising .advertisingInner .inner .fonts {
  font-size: 12px;
  color: #ADADAD;
  float: left;
  margin-left: 305px;
  padding-top: 87px;
  box-sizing: border-box;
}
.advertising .advertisingInner .inner .forms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 73px;
  width: 700px;
  height: 100%;
  float: right;
  box-sizing: border-box;
}
.advertising .advertisingInner .inner .forms select {
  width: 225px;
  height: 36px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #888888;
  appearance: none;
  -moz-appearance: none;
  line-height: 36px;
  -webkit-appearance: none;
  background: #fff url("../img/advertising05.png") no-repeat scroll 98% center;
  float: left;
  outline: none;
  border: none;
}
.advertising .advertisingInner .inner .forms select.active {
  color: #181818;
  background: #fff url("../img/advertising06.png") no-repeat scroll 98% center;
}
.advertising .advertisingInner .inner .forms .inputs {
  width: 225px;
  height: 36px;
  background: #fff;
  margin-left: 10px;
  float: left;
}
.advertising .advertisingInner .inner .forms .inputs input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 10px;
  color: #000;
  font-size: 12px;
  box-sizing: border-box;
}
.advertising .advertisingInner .inner .forms #submitted {
  float: left;
  width: 99px;
  height: 36px;
  text-align: center;
  background-color: #F64143;
  line-height: 36px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 10px;
}
.advertising .advertisingInner .inner .agreement {
  font-size: 12px;
  color: #fff;
  margin-top: 8px;
  text-align: justify;
}
.advertising .advertisingInner .inner .agreement a {
  color: #5289bc;
}
.advertising .advertisingInner .inner .close {
  width: 22px;
  height: 22px;
  background: url(../img/advertising04.png?v=1) no-repeat;
  background-position: center center;
  position: absolute;
  top: 11px;
  right: 20px;
  cursor: pointer;
}

/*loading*/
#loading {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 100px;
  margin-top: -100px;
  margin-left: -100px;
  z-index: 2000;
  background: url(/img/loading.gif) no-repeat center 20px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 10px;
  background-size: 40px;
  color: #888;
}

#loading span {
  display: block;
  margin-top: 68px;
  font-size: 14px;
}

.chat {
  width: 141px;
  height: 278px;
  background: url(/img/chat.png) no-repeat;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11111;
  margin: auto;
  padding-top: 115px;
  padding-left: 31px;
  box-sizing: border-box;
}
.chat .close {
  width: 12px;
  height: 12px;
  background: url(/img/newIndex/close.png) no-repeat;
  position: absolute;
  right: 2px;
  top: 0;
  cursor: pointer;
}
.chat .chat-item {
  width: 100px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: linear-gradient(270deg, #FFF1E6, #FFF6F5);
  box-shadow: 0px 9px 6px 0px rgba(247, 86, 64, 0.04);
  border-radius: 13px;
  font-size: 12px;
  font-weight: bold;
  color: #F35E4C;
  cursor: pointer;
  margin-bottom: 10px;
}

.login-popup {
  display: none;
}
.login-popup .mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 11111;
}
.login-popup .login-box {
  width: 767px;
  height: 560px;
  position: fixed;
  top: -242px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11112;
  background: url(/img/login/login-box-bg.png) no-repeat 100% 100%;
  padding: 30px;
  padding-top: 116px;
  box-sizing: border-box;
}
.login-popup .login-box .close {
  width: 11px;
  height: 11px;
  background: url(/img/product/close.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 126px;
  cursor: pointer;
}
.login-popup .login-box .tit {
  display: flex;
}
.login-popup .login-box .tit span {
  font-size: 24px;
  font-weight: bold;
  color: #262628;
}
.login-popup .login-box .tit i {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #E1833E;
  margin-left: 30px;
  font-style: normal;
}
.login-popup .login-box .tit i::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/img/login/tips.png) no-repeat;
  margin-right: 10px;
}
.login-popup .login-box .login-box-wrap {
  margin-top: 25px;
}
.login-popup .login-box .login-box-wrap .left {
  width: 344px;
  background-color: #fff;
  float: left;
  padding-bottom: 20px;
}
.login-popup .login-box .login-box-wrap .left .qrcode {
  padding-top: 40px;
  text-align: center;
  position: relative;
}
.login-popup .login-box .login-box-wrap .left .qrcode .t {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #262628;
}
.login-popup .login-box .login-box-wrap .left .qrcode img {
  display: inline-block;
  width: 160px;
  height: 160px;
  margin: 30px 0;
  cursor: pointer;
}
.login-popup .login-box .login-box-wrap .left .qrcode .checklink {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #415EA2;
}
.login-popup .login-box .login-box-wrap .left .qrcode .checksms {
  width: 68px;
  height: 64px;
  background: url(/img/login/sms.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.login-popup .login-box .login-box-wrap .left .sms {
  padding-top: 20px;
  position: relative;
}
.login-popup .login-box .login-box-wrap .left .sms .checkqrcode {
  width: 68px;
  height: 64px;
  background: url(/img/login/qrcode.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.login-popup .login-box .login-box-wrap .left .sms .nav {
  width: 276px;
}
.login-popup .login-box .login-box-wrap .left .sms .nav:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.login-popup .login-box .login-box-wrap .left .sms .nav .nav-item {
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  position: relative;
  float: left;
  cursor: pointer;
}
.login-popup .login-box .login-box-wrap .left .sms .nav .nav-item.on {
  font-size: 20px;
  font-weight: bold;
  color: #262628;
}
.login-popup .login-box .login-box-wrap .left .sms .nav .nav-item.on::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background: #C33827;
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.login-popup .login-box .login-box-wrap .left .sms .login-list {
  margin-top: 25px;
}
.login-popup .login-box .login-box-wrap .left .sms .login-list li .input {
  width: 284px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DBDBDD;
  border-radius: 3px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 20px;
}
.login-popup .login-box .login-box-wrap .left .sms .login-list li .input .img-code {
  opacity: 1;
  width: 109px;
}
.login-popup .login-box .login-box-wrap .left .sms .login-list li .input input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
}
.login-popup .login-box .login-box-wrap .left .sms .login-list li .input input::-moz-placeholder {
  color: #999999;
}
.login-popup .login-box .login-box-wrap .left .sms .login-list li .input input::placeholder {
  color: #999999;
}
.login-popup .login-box .login-box-wrap .left .sms .login-list li .input input[type=button] {
  width: 92px;
  line-height: 40px;
  text-align: center;
  background: #F3F3F3;
  border-left: 1px solid #DBDBDD;
}
.login-popup .login-box .login-box-wrap .left .sms .login-btn {
  width: 284px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #D42516;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 20px auto 0;
  cursor: pointer;
  transition: all 0.3s;
}
.login-popup .login-box .login-box-wrap .left .sms .login-btn:hover {
  background-color: #de1000;
}
.login-popup .login-box .login-box-wrap .left .sms .checkbox {
  display: flex;
  align-items: center;
  margin-top: 22px;
  padding: 0 30px;
}
.login-popup .login-box .login-box-wrap .left .sms .checkbox label {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
  margin-left: 10px;
}
.login-popup .login-box .login-box-wrap .left .sms .checkbox label a {
  color: #D42516;
}
.login-popup .login-box .login-box-wrap .right {
  padding-top: 63px;
  width: 325px;
  float: right;
}
.login-popup .login-box .login-box-wrap .right .copywriter-list .copywriter-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.login-popup .login-box .login-box-wrap .right .copywriter-list .copywriter-item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: url(/img/login/border.png) no-repeat;
  padding: 0 5px;
  box-sizing: border-box;
}
.login-popup .login-box .login-box-wrap .right .copywriter-list .copywriter-item .number .number-wrap {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #C73B2A;
}
.login-popup .login-box .login-box-wrap .right .copywriter-list .copywriter-item .number .number-wrap span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.login-popup .login-box .login-box-wrap .right .copywriter-list .copywriter-item .desc {
  margin-left: 12px;
}
.login-popup .login-box .login-box-wrap .right .copywriter-list .copywriter-item .desc .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #262628;
}
.login-popup .login-box .login-box-wrap .right .copywriter-list .copywriter-item .desc .p2 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.success-popup {
  display: none;
}
.success-popup .mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 11111;
}
.success-popup .success-box {
  width: 767px;
  height: 450px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11112;
  background: url(/img/login/login-box-bg.png) no-repeat;
  padding: 30px;
  box-sizing: border-box;
}
.success-popup .success-box .close {
  width: 11px;
  height: 11px;
  background: url(/img/product/close.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.success-popup .success-box .tit {
  display: flex;
  align-items: baseline;
  font-size: 24px;
  font-weight: bold;
  color: #262628;
  position: relative;
  padding-left: 40px;
}
.success-popup .success-box .tit span {
  font-size: 14px;
  font-weight: 400;
  color: #52B968;
  margin-left: 30px;
}
.success-popup .success-box .tit::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(/img/login/success.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.success-popup .success-box .success-box-wrap {
  margin-top: 25px;
}
.success-popup .success-box .success-box-wrap .left {
  width: 344px;
  height: 332px;
  background-color: #fff;
  float: left;
  text-align: center;
}
.success-popup .success-box .success-box-wrap .left img {
  width: 180px;
  height: 180px;
  margin-top: 50px;
}
.success-popup .success-box .success-box-wrap .left p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 20px;
}
.success-popup .success-box .success-box-wrap .right {
  padding-top: 63px;
  width: 325px;
  float: right;
}
.success-popup .success-box .success-box-wrap .right .copywriter-list .copywriter-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.success-popup .success-box .success-box-wrap .right .copywriter-list .copywriter-item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: url(/img/login/border.png) no-repeat;
  padding: 0 5px;
  box-sizing: border-box;
}
.success-popup .success-box .success-box-wrap .right .copywriter-list .copywriter-item .number .number-wrap {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #C73B2A;
}
.success-popup .success-box .success-box-wrap .right .copywriter-list .copywriter-item .number .number-wrap span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.success-popup .success-box .success-box-wrap .right .copywriter-list .copywriter-item .desc {
  margin-left: 12px;
}
.success-popup .success-box .success-box-wrap .right .copywriter-list .copywriter-item .desc .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #262628;
}
.success-popup .success-box .success-box-wrap .right .copywriter-list .copywriter-item .desc .p2 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}/*# sourceMappingURL=footer.css.map */