@charset "UTF-8";
html {
  font-size: 14px;
  color: #333;
}
@font-face {
  font-family: "iconfont2";
  src: url("../font2/iconfont.woff2") format("woff2"), url("../font2/iconfont.woff") format("woff"), url("../font2/iconfont.ttf") format("truetype");
}
.iconfont2 {
  font-family: "iconfont2" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inner {
  width: 1170px;
  margin: 0 auto;
}
[v-cloak] {
  display: none;
}
.max-wrap {
  padding-top: 77px;
}
.max-wrap .nav {
  /* border-bottom: 1px #dedede solid;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.max-wrap .nav .nav-inner {
  width: 1170px;
  height: 62px;
  padding-top: 14px;
  position: relative;
  margin: 0 auto;
}
.max-wrap .nav .nav-inner .nav-left-wrap {
  width: 700px;
  height: 63px;
}
.max-wrap .nav .nav-inner .nav-left-wrap .logo-wrap {
  width: 298px;
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
}
.max-wrap .nav .nav-inner .nav-left-wrap .logo-wrap .logo {
  display: block;
  width: 126px;
  height: 50px;
  flex: 0 0 auto;
  overflow: hidden;
}
.max-wrap .nav .nav-inner .nav-left-wrap .logo-wrap .logo img {
  width: 109px;
  height: 36px;
}
.max-wrap .nav .nav-inner .nav-left-wrap .logo-wrap .logo i {
  display: inline-block;
  margin-top: -50px;
}
.max-wrap .nav .nav-inner .nav-left-wrap .logo-wrap .title {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 172px;
  height: 40px;
  padding: 5px 7px 3px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background-color: #d1462a;
  border-radius: 2px;
}
.max-wrap .nav .nav-inner .nav-left-wrap .search-wrap {
  width: auto;
}
.max-wrap .nav .nav-inner .nav-left-wrap .search-wrap .search-top {
  height: 18px;
}
.max-wrap .nav .nav-inner .nav-left-wrap .search-wrap .search-top > span {
  float: left;
  display: block;
  width: 56px;
  height: 18px;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 18px;
  cursor: pointer;
}
.max-wrap .nav .nav-inner .nav-left-wrap .search-wrap .search-top > span:hover {
  color: #0d86ff;
}
.max-wrap .nav .nav-inner .nav-left-wrap .search-wrap .search-top > span.active {
  background-color: #0d86ff;
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.max-wrap .nav .nav-inner .nav-left-wrap .search-wrap .search-top > span.active:hover {
  color: #fff;
}
.max-wrap .nav .nav-inner .nav-left-wrap .search-wrap .search-bot {
  box-sizing: border-box;
  height: 30px;
  border: 1px #0d86ff solid;
  font-size: 12px;
  line-height: 28px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.max-wrap .nav .nav-inner .nav-left-wrap .search-wrap .search-bot input {
  box-sizing: border-box;
  float: left;
  height: 28px;
  width: 283px;
  border: none;
  padding-left: 10px;
}
.max-wrap .nav .nav-inner .nav-left-wrap .search-wrap .search-bot button {
  float: left;
  height: 28px;
  width: 75px;
  border: none;
  background-color: #0d86ff;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.max-wrap .nav .nav-inner .nav-left-wrap .search-wrap .search-bot button:hover {
  background-color: #0b78e5;
}
.max-wrap .nav .nav-inner .nav-right-wrap {
  position: relative;
  height: 50px;
  padding-top: 12px;
  font-size: 14px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li {
  float: right;
  margin-left: 13px;
  height: 50px;
  cursor: pointer;
  padding-right: 10px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:nth-child(1) {
  position: relative;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:nth-child(1) > img {
  position: absolute;
  top: 24px;
  right: 0;
  width: 8px;
  height: 4px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:nth-child(4) {
  position: relative;
  margin-right: 0px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:nth-child(4) > img {
  position: absolute;
  top: 24px;
  right: -14px;
  width: 8px;
  height: 4px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:nth-child(4) .treasure-box {
  position: absolute;
  top: 38px;
  left: -190px;
  width: 488px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: solid 1px #ededed;
  box-sizing: border-box;
  padding-top: 25px;
  padding-left: 16px;
  cursor: auto;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:nth-child(4) .treasure-box .tit {
  font-size: 16px;
  color: #333232;
  margin-top: 3px;
  margin-bottom: 24px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:nth-child(4) .treasure-box .cont {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 15px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:nth-child(4) .treasure-box .cont .treasure-item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  margin-right: 30px;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:nth-child(4) .treasure-box .cont .treasure-item .treasure-logo {
  width: 40px;
  height: 40px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:nth-child(4) .treasure-box .cont .treasure-item .name {
  color: #333333;
  margin-top: 10px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:nth-child(4) .treasure-box .cont .treasure-item .new-log {
  position: absolute;
  right: -10px;
  top: 0;
  width: 26px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:nth-child(4) .treasure-box .cont .treasure-item:hover .name {
  color: #0d86ff;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li:hover {
  color: #0d86ff;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li i {
  font-size: 12px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li > a,
.max-wrap .nav .nav-inner .nav-right-wrap > li > span {
  display: inline-block;
  height: 50px;
  /*max-width: 75px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
  line-height: 50px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li > a i,
.max-wrap .nav .nav-inner .nav-right-wrap > li > span i {
  font-size: 12px;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li > a:hover,
.max-wrap .nav .nav-inner .nav-right-wrap > li > span:hover {
  color: #0d86ff;
  font-weight: bold;
}
.max-wrap .nav .nav-inner .nav-right-wrap > li.active {
  display: none;
}
.max-wrap .nav .nav-inner .nav-right-wrap .vip {
  margin-right: 7px;
  position: relative;
}
.max-wrap .nav .nav-inner .nav-right-wrap .vip .top-icon {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d1462a;
  position: absolute;
  top: 15px;
  left: -10px;
  z-index: 2;
}
.max-wrap .nav .nav-inner .nav-right-wrap .sjkfpe {
  display: flex;
  align-items: center;
}
.max-wrap .nav .nav-inner .nav-right-wrap .sjkfpe a {
  line-height: 34px;
  width: 105px;
  text-align: center;
  height: 34px;
  position: relative;
  overflow: revert;
  background: url("/static/img/rukde.png") no-repeat;
  background-size: 100% 100%;
}
.max-wrap .nav .nav-inner .nav-right-wrap .sjkfpe a i {
  padding-right: 34px;
  font-size: 14px;
}
.max-wrap .nav .nav-inner .nav-right-wrap .sjkfpe a:hover i {
  text-decoration: underline;
}
.max-wrap .nav .nav-inner .nav-right-wrap .select {
  box-sizing: border-box;
  width: 126px;
  position: absolute;
  top: 45px;
  right: -25px;
  border: 2px #ededed solid;
  background-color: #fff;
  z-index: 10;
  display: none;
}
.max-wrap .nav .nav-inner .nav-right-wrap .select > li {
  box-sizing: border-box;
  width: 122px;
  height: 36px;
  padding-left: 20px;
  cursor: pointer;
}
.max-wrap .nav .nav-inner .nav-right-wrap .select > li:hover {
  background-color: #f2f7fc;
}
.max-wrap .nav .nav-inner .nav-right-wrap .select > li > a {
  font-size: 14px;
  line-height: 36px;
  color: #333;
}
.max-wrap .nav .nav-inner .nav-right-wrap .select > li.active {
  background-color: #f2f7fc;
}
.max-wrap .nav .nav-inner .nav-right-wrap .active {
  display: block;
}
.max-wrap .index-nav {
  box-shadow: none;
}
.max-wrap .main {
  padding: 16px 0 52px 0;
  background-color: #f6f6f6;
}
.max-wrap .main .main-inner {
  display: flex;
  justify-content: space-between;
}
.max-wrap .main .main-inner .sidebar-wrap {
  box-sizing: border-box;
  width: 192px;
  height: 548px;
  flex: 0 0 auto;
  border: 1px #ededed solid;
  background-color: #fff;
}
.max-wrap .main .main-inner .sidebar-wrap > li > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 190px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  padding-left: 44px;
  color: #333;
}
.max-wrap .main .main-inner .sidebar-wrap > li > a .icon-wrap {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  width: 17px;
  height: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon01 > a .icon-wrap {
  background: url("../img/account/myicon.png") no-repeat 0px 0px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon01:hover > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon01:hover > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px 0px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon01.active > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon01.active > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px 0px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon02 > a .icon-wrap {
  background: url("../img/account/myicon.png") no-repeat 0px -43px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon02:hover > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon02:hover > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -43px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon02.active > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon02.active > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -43px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon03 > a .icon-wrap {
  background: url("../img/account/myicon.png") no-repeat 0px -88px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon03:hover > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon03:hover > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -88px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon03.active > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon03.active > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -88px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon04 > a .icon-wrap {
  background: url("../img/account/myicon.png") no-repeat 0px -132px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon04:hover > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon04:hover > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -132px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon04.active > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon04.active > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -132px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon05 > a .icon-wrap {
  background: url("../img/account/myicon.png") no-repeat 0px -178px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon05:hover > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon05:hover > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -178px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon05.active > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon05.active > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -178px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon06 > a .icon-wrap {
  background: url("../img/account/myicon.png") no-repeat 0px -220px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon06:hover > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon06:hover > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -220px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon06.active > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon06.active > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -220px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon07 > a .icon-wrap {
  background: url("../img/account/myicon.png") no-repeat 0px -265px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon07:hover > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon07:hover > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -265px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon07.active > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon07.active > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -265px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon08 > a .icon-wrap {
  background: url("../img/account/myicon.png") no-repeat 0px -309px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon08:hover > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon08:hover > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -309px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon08.active > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon08.active > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -309px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon09 > a .icon-wrap {
  background: url("../img/account/myicon.png") no-repeat 0px -354px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon09:hover > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon09:hover > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -354px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon09.active > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon09.active > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -354px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon10 > a .icon-wrap {
  background: url("../img/account/myicon.png") no-repeat 0px -88px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon10:hover > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon10:hover > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -88px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon10.active > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon10.active > a .icon-wrap {
  background: url("../img/account/ac-myicon.png") no-repeat 0px -88px;
  background-size: 17px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon11 > a .icon-wrap {
  background: url("../img/custom_shop/qbd_wx.png") no-repeat;
  background-size: 15px 14px;
  left: 16px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon11:hover > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon11:hover > a .icon-wrap {
  background: url("../img/custom_shop/qbd_yx.png") no-repeat;
  background-size: 15px 14px;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon11.active > a {
  color: #0d86ff;
  background-color: #f2f7fc;
  border-right: 2px #0d86ff solid;
}
.max-wrap .main .main-inner .sidebar-wrap #li-icon11.active > a .icon-wrap {
  background: url("../img/custom_shop/qbd_yx.png") no-repeat;
  background-size: 15px 14px;
}
.max-wrap .main .main-inner .sidebar-wrap .hot {
  position: relative;
}
.max-wrap .main .main-inner .sidebar-wrap .hot > img {
  width: 27px;
  height: 13px;
  position: absolute;
  top: 5px;
  right: 40px;
  z-index: 2;
}
.max-wrap .footer {
  background-color: #2a2f34;
  color: #878a8c;
  font-size: 14px;
  overflow: hidden;
}
.max-wrap .footer .inner .footer-top {
  box-sizing: border-box;
  height: 205px;
  padding-top: 23px;
}
.max-wrap .footer .inner .footer-top .text-wrap {
  width: 770px;
  display: flex;
  flex-wrap: nowrap;
  margin-right: 30px;
}
.max-wrap .footer .inner .footer-top .text-wrap .item {
  width: 56px;
  flex: 0 0 auto;
  margin-right: 49px;
}
.max-wrap .footer .inner .footer-top .text-wrap .item dt {
  height: 32px;
  color: #fff;
  line-height: 32px;
}
.max-wrap .footer .inner .footer-top .text-wrap .item dd {
  height: 28px;
}
.max-wrap .footer .inner .footer-top .text-wrap .item dd a {
  color: #878a8c;
  line-height: 28px;
}
.max-wrap .footer .inner .footer-top .text-wrap .item dd a:hover {
  color: #fff;
}
.max-wrap .footer .inner .footer-top .text-wrap .substation {
  width: 263px;
}
.max-wrap .footer .inner .footer-top .text-wrap .substation dd {
  display: flex;
  justify-content: space-between;
}
.max-wrap .footer .inner .footer-top .text-wrap .substation .last {
  justify-content: flex-start;
}
.max-wrap .footer .inner .footer-top .text-wrap .substation .last a {
  margin-right: 11px;
}
.max-wrap .footer .inner .footer-top .text-wrap .service {
  width: 153px;
}
.max-wrap .footer .inner .footer-top .code-wrap {
  width: 368px;
  display: flex;
}
.max-wrap .footer .inner .footer-top .code-wrap .item {
  width: 100px;
  flex: 0 0 auto;
  margin-right: 32px;
}
.max-wrap .footer .inner .footer-top .code-wrap .item dt img {
  width: 100px;
  height: 100px;
}
.max-wrap .footer .inner .footer-top .code-wrap .item dd {
  font-size: 14px;
  color: #878a8c;
  line-height: 38px;
  text-align: center;
}
.max-wrap .footer .inner .footer-top .code-wrap .item:last-of-type {
  margin-right: 0;
}
.max-wrap .footer .inner .friend-links {
  width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 16px auto;
}
.max-wrap .footer .inner .friend-links:last-child {
  margin: 16px auto 0;
  box-sizing: border-box;
  padding-bottom: 16px;
}
.max-wrap .footer .inner .friend-links .warp {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  text-align: left;
}
.max-wrap .footer .inner .friend-links .warp h4 {
  color: #939599;
  font-size: 14px;
  margin-right: 10px;
  min-width: 145px;
  text-align: right;
}
.max-wrap .footer .inner .friend-links .warp a {
  display: inline-block;
  margin-right: 10px;
  color: #939599;
  font-size: 14px;
}
.max-wrap .footer .inner .friend-links .warp .list-box {
  width: 1030px;
}
.max-wrap .footer .inner .friend-links .warp .list-box a {
  display: inline-block;
  margin-right: 10px;
  color: #939599;
  font-size: 14px;
  line-height: 24px;
}
.max-wrap .footer .inner .friend-links .warp .list-box a:hover {
  color: #fff;
}
.max-wrap .footer .inner .friend-links .warp .list-box a.ychove:hover {
  color: #939599;
}
.max-wrap .footer .inner .friend-links .warp .list-right-box {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
}
.max-wrap .footer .inner .friend-links .warp .list-right-box .classify-list-box {
  display: flex;
  line-height: 22px;
}
.max-wrap .footer .inner .friend-links .warp .list-right-box .classify-list-box .classify {
  min-width: 70px;
  cursor: pointer;
  color: #939599;
  font-size: 14px;
}
.max-wrap .footer .inner .friend-links .warp .list-right-box .classify-list-box .one {
  margin-right: 10px;
  min-width: 60px;
  cursor: pointer;
  color: #939599;
  font-size: 14px;
}
.max-wrap .footer .inner .friend-links .warp .list-right-box .classify-list-box .one:hover {
  color: #fff;
}
.max-wrap .footer .inner .friend-links .classify-box {
  color: #939599;
}
.max-wrap .footer .inner .footer-bot {
  width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 16px auto;
  display: flex;
}
.max-wrap .footer .inner .footer-bot span {
  color: #939599;
  font-size: 14px;
  margin-right: 10px;
}
.max-wrap .footer .inner .footer-bot a {
  display: inline-block;
  margin-right: 10px;
  color: #939599;
  font-size: 14px;
  line-height: 24px;
}
.max-wrap .footer .inner .footer-bot a:hover {
  color: #fff;
}
.max-wrap .footer .inner .footer-bot .paeyur {
  flex: 1;
}
.max-wrap .bottom {
  background-color: #1f2326;
  height: 73px;
  height: 45px;
}
.max-wrap .bottom .inner {
  text-align: center;
  color: #878a8c;
  font-size: 14px;
  line-height: 20px;
}
.max-wrap .bottom .inner p span {
  margin-right: 6px;
}
.max-wrap .aside {
  position: fixed;
  top: 280px;
  right: 0;
  width: 48px;
  background-color: #ffffff;
  border: solid 1px #ededed;
}
.max-wrap .aside .item {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  display: block;
}
.max-wrap .aside .item .img-icon-1 {
  display: none;
}
.max-wrap .aside .item:last-child {
  margin-bottom: 0;
}
.max-wrap .aside .item p {
  margin-top: 8px;
  font-size: 12px;
  color: #333;
}
.max-wrap .aside .item:hover {
  background-color: #0d86ff;
}
.max-wrap .aside .item:hover > img:first-child {
  display: none;
}
.max-wrap .aside .item:hover .img-icon-1 {
  display: block;
  margin: auto;
}
.max-wrap .aside .item:hover p {
  color: white;
}
.max-wrap .aside .item:hover .download {
  display: block;
}
.max-wrap .aside .app {
  position: relative;
}
.max-wrap .aside .app .download {
  display: none;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: -30px;
  left: -147px;
  text-align: center;
  border: solid 1px #ededed;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.max-wrap .aside .app .download img {
  width: 100%;
  height: 100%;
}
.max-wrap .aside .app .download .triangle {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid white;
  margin-top: -15px;
}
.order-page-wrap {
  display: none;
  height: 32px;
  margin-top: 32px;
  text-align: center;
}
.order-page-wrap .page-inner-wrap {
  height: 32px;
}
.order-page-wrap .page-inner-wrap > span,
.order-page-wrap .page-inner-wrap a {
  font-size: 14px;
  line-height: 32px;
  color: #0d86ff;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  height: 32px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px #ededed solid;
  text-align: center;
  cursor: pointer;
}
.order-page-wrap .page-inner-wrap > span.current,
.order-page-wrap .page-inner-wrap a.current {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.order-page-wrap .page-inner-wrap > span:hover,
.order-page-wrap .page-inner-wrap a:hover {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.order-page-wrap .page-inner-wrap .ac {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.order-page-wrap .page-inner-wrap .dian {
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  width: 14px;
  height: 32px;
  margin-right: 10px;
  text-align: center;
}
.fenye {
  display: flex;
  justify-content: center;
}
.pageSkipping {
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  height: 32px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px #ededed solid;
  text-align: center;
  cursor: pointer;
}
.pageSkipping .paging {
  display: inline-block;
  color: #595959;
  font-weight: normal;
}
.pageSkipping .paging #inputBox {
  width: 40px;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  text-align: center;
  height: 24px;
  margin: -4px 8px 0 8px;
  vertical-align: middle;
  border-radius: 4px;
  background: #F8F8F8;
}
.pageSkipping .jump {
  width: 40px;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  text-align: center;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  background: #F8F8F8;
  margin-top: -4px;
}
.pageSkipping .jump:hover {
  background-color: #0d86ff !important;
  border-color: #0d86ff !important;
  color: #fff;
}
.order-page-wrap.active {
  display: block;
}
.main .top-link {
  text-align: left;
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
  padding: 20px 0 5px 0;
}
.main .top-link a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.main .top-link span {
  margin-left: 6px;
}
.search-top-m {
  background: #fff;
  border-radius: 2px;
  border: solid 1px #ededed;
  margin-bottom: 16px;
}
.search-top-m .search-link {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
  background-color: #fcfcfc;
  position: relative;
  /*更多*/
}
.search-top-m .search-link .search-link-item {
  width: 132px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  color: #666666;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  border-bottom: solid 1px #e8ebed;
  cursor: pointer;
}
.search-top-m .search-link .search-link-item .more-img {
  width: 27px;
  position: absolute;
  top: 5px;
  right: 22px;
}
.search-top-m .search-link .search-link-item .more-img:first-child {
  position: absolute;
  top: 11px;
  right: 2px;
}
.search-top-m .search-link .search-link-item span {
  position: absolute;
  top: -1px;
  right: 38px;
}
.search-top-m .search-link .search-link-item.active {
  color: #0d86ff;
  background-color: #ffffff;
  border-bottom: none;
  border-right: solid 1px #e8ebed;
  border-left: solid 1px #e8ebed;
}
.search-top-m .search-link .search-link-item:last-of-type {
  border-right: none;
  text-align: left;
  padding-left: 30px;
}
.search-top-m .search-link .search-link-item:hover {
  color: #0d86ff;
}
.search-top-m .search-link .more-box {
  position: absolute;
  left: 0;
  top: 51px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 0 0px 35px;
  border-bottom: 1px solid #ededed;
  z-index: 99;
  display: none;
}
.search-top-m .search-link .more-box .mb-tit {
  color: #333333;
  font-size: 18px;
  margin-bottom: 15px;
}
.search-top-m .search-link .more-box .mb-con {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.search-top-m .search-link .more-box .mb-con .mb-item {
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background-color: #f4f4f4;
  border-radius: 18px;
  color: #666666;
  margin-right: 20px;
  position: relative;
  margin-bottom: 30px;
}
.search-top-m .search-link .more-box .mb-con .mb-item .new-img {
  width: 27px;
  position: absolute;
  top: 0;
  right: -14px;
}
.search-top-m .search-link .more-box .mb-con .mb-item:hover {
  color: #0d86ff;
}
.search-top-m .sc-group {
  display: flex;
  display: -webkit-flex;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.search-top-m .sc-group .label {
  min-width: 75px;
  color: #999999;
  margin-right: 20px;
  padding-top: 4px;
}
.search-top-m .sc-group .sc-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
}
.search-top-m .sc-group .sc-list .sc-list-item {
  padding: 5px 10px;
  color: #333333;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 6px;
}
.search-top-m .sc-group .sc-list .sc-list-item.active {
  color: #ffffff;
  background-color: #0d86ff;
  border-radius: 2px;
}
.search-top-m .sc-group .sc-list .sc-list-item.active a {
  color: #ffffff;
}
.search-top-m .sc-group .sc-list .sc-list-item:hover {
  color: #ffffff;
  background-color: #0d86ff;
  border-radius: 2px;
}
.search-top-m .sc-group .sc-list .sc-list-item:hover a {
  color: #ffffff;
}
.search-top-m .sc-group .sc-list .search-input {
  width: 276px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #ededed;
  padding-left: 8px;
  margin-bottom: 5px;
}
.search-top-m .sc-group .sc-list .search-input:hover {
  cursor: text;
}
.search-top-m .sc-group .sc-list .search-input:focus {
  border: 1px solid #0d86ff;
}
.search-top-m .sc-group .sc-list .search-button {
  color: #0d86ff;
  margin-left: 8px;
  cursor: pointer;
  margin-bottom: 7px;
}
.search-top-m .sc-group .sc-list .search-button:hover {
  text-decoration: underline;
}
.search-top-m .sc-group .sc-list .timeSelection {
  display: flex;
  margin-top: -7px;
  margin-left: 15px;
}
.search-top-m .sc-group .sc-list .timeSelection .time_input input {
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  height: 30px;
  text-align: center;
  width: 145px;
}
.search-top-m .sc-group .sc-list .timeSelection .time_Button {
  background: #0d86ff;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  border-radius: 3px;
  padding: 0 10px;
}
.result-box-max {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.result-box-max .item-title-news-2 {
  font-weight: 600;
}
.result-box-max .result {
  width: 863px;
}
.result-box-max .result .result-box {
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #ededed;
}
.result-box-max .result .result-box .info-none {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  margin-top: 137px;
  margin-bottom: 245px;
}
.result-box-max .result .result-box .info-none .text {
  color: #999999;
  font-size: 12px;
  margin-top: 23px;
  margin-bottom: 20px;
}
.result-box-max .result .result-box .info-none .kefu-relation {
  color: #feffff;
  width: 186px;
  height: 40px;
  background-color: #0d86ff;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.result-box-max .result .result-box .result-top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 52px;
  background-color: #fcfcfc;
  align-items: center;
  padding: 0 25px 0 21px;
  box-sizing: border-box;
  color: #323233;
  font-size: 14px;
  border-bottom: 1px solid #ededed;
}
.result-box-max .result .result-box .result-top .total span {
  color: #d1462a;
}
.result-box-max .result .result-box .result-top .buttoner span {
  color: #fff;
  background: #4285f4;
  border-radius: 2px;
  cursor: pointer;
  margin-left: 10px;
  padding: 5px 12px;
}
.result-box-max .result .result-box .result-top .result-condition {
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  position: relative;
  cursor: pointer;
}
.result-box-max .result .result-box .result-top .result-condition .direction:last-of-type {
  display: none;
}
.result-box-max .result .result-box .result-top .result-condition .option-box {
  position: absolute;
  top: 31px;
  right: 0;
  width: 124px;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 0px #cccccc;
  border-radius: 2px;
  border: solid 1px #ededed;
  color: #333232;
  font-size: 14px;
  display: none;
  z-index: 9;
}
.result-box-max .result .result-box .result-top .result-condition .option-box .option {
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  border-radius: 2px 2px 0px 0px;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
}
.result-box-max .result .result-box .result-top .result-condition .option-box .option:hover {
  background-color: #f2f7fc;
}
.result-box-max .result .result-box .result-item {
  width: 100%;
  border-bottom: 1px solid #ededed;
  padding: 23px 25px 23px 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  /*企业资质*/
}
.result-box-max .result .result-box .result-item:last-of-type {
  border-bottom: none;
}
.result-box-max .result .result-box .result-item .company-name {
  width: 730px;
  color: #333333;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.result-box-max .result .result-box .result-item .company-name img {
  width: 40px;
  margin-right: 4px;
}
.result-box-max .result .result-box .result-item .company-name img.big-img {
  width: 76px;
}
.result-box-max .result .result-box .result-item .company-name p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.result-box-max .result .result-box .result-item .item-desc {
  color: #999999;
  margin-top: 20px;
  width: 730px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.result-box-max .result .result-box .result-item .item-detail {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 17px;
}
.result-box-max .result .result-box .result-item .item-detail .item-detail-left {
  display: flex;
  display: -webkit-flex;
}
.result-box-max .result .result-box .result-item .item-detail .item-detail-left div {
  font-size: 12px;
  padding: 4px 7px;
  border-radius: 2px;
  margin-right: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.result-box-max .result .result-box .result-item .item-detail .item-detail-left .back1 {
  color: #0d86ff;
  background-color: #f0f7ff;
  display: flex;
  align-items: end;
}
.result-box-max .result .result-box .result-item .item-detail .item-detail-left .back2 {
  color: #ef6a2c;
  background-color: #fff1eb;
  font-weight: 600;
}
.result-box-max .result .result-box .result-item .item-detail .item-detail-left .back2 i {
  font-weight: 600;
}
.result-box-max .result .result-box .result-item .item-detail .item-detail-left .back3 {
  color: #35ae6a;
  background-color: #ebfff3;
}
.result-box-max .result .result-box .result-item .item-detail .item-detail-left .time {
  color: #999999;
  font-size: 12px;
}
.result-box-max .result .result-box .result-item .item-detail .time {
  color: #999999;
  font-size: 12px;
}
.result-box-max .result .result-box .result-item .dikeioder {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-top: 15px;
}
.result-box-max .result .result-box .result-item .dikeioder span {
  margin-right: 40px;
}
.result-box-max .result .result-box .result-item .aptitude-item-top {
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
  position: relative;
}
.result-box-max .result .result-box .result-item .aptitude-item-top img {
  width: 44px;
  height: 20px;
  margin-right: 5px;
}
.result-box-max .result .result-box .result-item .aptitude-item-top .name {
  color: #333333;
  font-size: 18px;
}
.result-box-max .result .result-box .result-item .aptitude-item-top .content {
  color: #999999;
  /* margin-bottom: 3px;*/
}
.result-box-max .result .result-box .result-item .aptitude-item-top .content span {
  color: #e24e30;
}
.result-box-max .result .result-box .result-item .aptitude-item-top .more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #999999;
}
.result-box-max .result .result-box .result-item .aptitude-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 22px;
}
.result-box-max .result .result-box .result-item .aptitude-box a {
  width: 235px;
  cursor: pointer;
  margin-bottom: 19px;
  margin-right: 30px;
  color: #999999;
}
.result-box-max .result .result-box .result-item .aptitude-box a:hover {
  color: #0d86ff;
}
.result-box-max .result .result-box .result-item:hover {
  box-shadow: 0px 1px 4px 0px #e5e5e5;
}
.result-box-max .result .result-box .result-item:hover .company-name {
  color: #0d86ff;
}
.result-box-max .result .result-box .result-item:hover .name {
  color: #0d86ff !important;
}
.result-box-max .result .page {
  height: 50px;
}
.result-box-max .advert {
  width: 290px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.result-box-max .advert .advert-img {
  border: solid 1px #ededed;
  /* cursor: pointer;*/
  width: 290px;
}
.result-box-max .advert .section-one {
  margin-bottom: 15px;
  border: 1px solid #ededed;
  position: relative;
}
.result-box-max .advert .section-one .fudonger {
  position: absolute;
  right: -160px;
  bottom: 0px;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  display: none;
}
.result-box-max .advert .section-one .fudonger img {
  width: 100%;
  height: 100%;
}
.result-box-max .advert .img-advert:hover .fudonger {
  display: block;
}
.result-box-max .advert a {
  cursor: pointer !important;
}
.result-box-max .advert .fabuClon {
  position: relative;
  width: 290px;
  margin-bottom: 20px;
  display: block;
}
.result-box-max .advert .fabuClon img {
  display: block;
  width: 100%;
}
.result-box-max .advert .fabuClon .djanniu {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 40px;
  text-align: center;
}
.result-box-max .advert .fabuClon .djanniu > span {
  color: #7d3d08;
  font-size: 17px;
  padding: 5px 15px;
  margin: 0 12px;
  border-radius: 4px;
  background-image: linear-gradient(-69deg, #fdf1d7 0%, #f7d58d 100%);
}
.result-box-max .advert .list-box .title-box {
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
  background-color: #fcfcfc;
  font-size: 16px;
}
.result-box-max .advert .list-box .title-box i {
  color: #0d86ff;
  font-size: 14px;
}
.result-box-max .advert .list-box .title-box .more {
  color: #0d86ff;
  float: right;
  font-size: 14px;
  margin-right: 10px;
  line-height: 16px;
  padding-top: 20px;
}
.result-box-max .advert .list-box .title-box .more span {
  font-size: 24px;
  vertical-align: text-top;
}
.result-box-max .advert .list-box .title-box .more:hover {
  border-bottom: 1px solid #0d86ff;
}
.result-box-max .advert .list-box .news-list {
  background-color: #ffffff;
}
.result-box-max .advert .list-box .news-list .one-new {
  padding: 14px 15px;
  cursor: pointer;
  border-top: 1px solid #ededed;
  color: #333333;
}
.result-box-max .advert .list-box .news-list .one-new .info {
  width: 250px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.result-box-max .advert .list-box .news-list .one-new .from-info {
  height: 28px;
  line-height: 28px;
  color: #999999;
  font-size: 12px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.result-box-max .advert .list-box .news-list .one-new .from-info span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-box-max .advert .list-box .news-list .one-new .from-info .address {
  margin-right: 15px;
  display: none;
}
.result-box-max .advert .list-box .news-list .one-new:hover .info {
  color: #0d86ff;
}
.result-box-max .advert .list-box .hit-word-box {
  background-color: #ffffff;
  border-top: 1px solid #ededed;
  display: flex;
  padding: 18px 15px 10px;
  flex-wrap: wrap;
}
.result-box-max .advert .list-box .hit-word-box .word {
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.result-box-max .advert .list-box .hit-word-box .word:hover a {
  color: #0d86ff;
}
.result-box-max .advert .list-box .company-list .one-new {
  padding: 8px 15px;
}
.result-box-max .advert .list-box .company-list .one-new:hover {
  background-color: #f2f7fc;
}
.result-box-max .advert .list-box .people-list {
  border-top: 1px solid #ededed;
  background-color: white;
  font-size: 0;
}
.result-box-max .advert .list-box .people-list .one {
  font-size: 14px;
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid #ededed;
  line-height: 40px;
  text-indent: 15px;
  color: #404040;
  cursor: pointer;
}
.result-box-max .advert .list-box .people-list .one:hover {
  color: #0d86ff;
}
.result-box-max .advert .list-box .people-list .one:hover a {
  color: #0d86ff;
}
.result-box-max .recommend-box {
  margin-top: 20px;
}
.result-box-max .recommend-box .title {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  font-weight: 600;
}
.result-box-max .recommend-box .recom-list {
  font-size: 0;
}
.result-box-max .recommend-box .recom-list .item {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.result-box-max .recommend-box .recom-list .item i {
  color: #a7a7a7;
  margin-right: 5px;
  font-size: 12px;
}
.result-box-max .recommend-box .recom-list .item:hover {
  color: #0d86ff;
}
.result-box-max .recommend-box .recom-list .item:hover a {
  color: #0d86ff;
}
.result-box-max .recommend-box .user-list .item {
  width: 20%;
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  /*会员限制弹窗*/
}
.modal .login-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 416px;
  height: 427px;
  border-radius: 4px;
  background-color: #fff;
}
.modal .login-wrap .login-top {
  position: relative;
  box-sizing: border-box;
  padding-top: 26px;
  height: 68px;
  border-bottom: 1px #ededed solid;
}
.modal .login-wrap .login-top .tab-wrap {
  box-sizing: border-box;
  height: 41px;
  padding: 0 112px;
}
.modal .login-wrap .login-top .tab-wrap > P {
  box-sizing: border-box;
  line-height: 39px;
  font-size: 18px;
  color: #333;
  height: 40px;
  border-bottom: 2px transparent solid;
  cursor: pointer;
}
.modal .login-wrap .login-top .tab-wrap .ac {
  position: relative;
}
.modal .login-wrap .login-top .tab-wrap .ac:after {
  width: 100%;
  height: 2px;
  content: '';
  background-color: #0d86ff;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.modal .login-wrap .login-top .close-login-model-btn {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 1100;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
.modal .login-wrap .login-top .close-login-model-btn:hover {
  color: #0d86ff;
}
.modal .login-wrap .mes-wrap {
  display: none;
  box-sizing: border-box;
  padding: 9px 36px 0;
}
.modal .login-wrap .mes-wrap .title-wrap {
  height: 40px;
  color: #d1462a;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}
.modal .login-wrap .mes-wrap .title-wrap .title {
  display: none;
}
.modal .login-wrap .mes-wrap .title-wrap .title .close {
  cursor: pointer;
  vertical-align: bottom;
}
.modal .login-wrap .mes-wrap .title-wrap .active {
  display: block;
}
.modal .login-wrap .mes-wrap .input-wrap .my-wrap {
  box-sizing: border-box;
  width: 344px;
  height: 41px;
  border-bottom: 1px #ededed solid;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  padding-left: 28px;
}
.modal .login-wrap .mes-wrap .input-wrap .my-wrap > img {
  display: block;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 100000;
}
.modal .login-wrap .mes-wrap .input-wrap .my-wrap > input {
  border: none;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  outline: none;
  height: 40px;
}
.modal .login-wrap .mes-wrap .input-wrap .my-wrap input::-webkit-input-placeholder {
  opacity: 0.6;
}
.modal .login-wrap .mes-wrap .input-wrap .my-wrap input::-moz-placeholder {
  opacity: 0.6;
}
.modal .login-wrap .mes-wrap .input-wrap .my-wrap input:-ms-input-placeholder {
  opacity: 0.6;
}
.modal .login-wrap .mes-wrap .input-wrap .my-wrap input:-moz-placeholder {
  opacity: 0.6;
}
.modal .login-wrap .mes-wrap .input-wrap .phone-wrap {
  margin-bottom: 20px;
}
.modal .login-wrap .mes-wrap .input-wrap .phone-wrap > input {
  width: 100%;
}
.modal .login-wrap .mes-wrap .input-wrap .cdyDbj {
  margin-bottom: 0;
}
.modal .login-wrap .mes-wrap .input-wrap .email-wrap > input {
  width: 245px;
}
.modal .login-wrap .mes-wrap .input-wrap .email-wrap .graphicalCode img {
  cursor: pointer;
}
.modal .login-wrap .mes-wrap .input-wrap .email-wrap .mybtn {
  width: 70px;
  background-color: #fff;
  color: #0d86ff;
  cursor: pointer;
  line-height: 40px;
}
.modal .login-wrap .mes-wrap .input-wrap .email-wrap .mybtn:hover {
  text-decoration: underline;
}
.modal .login-wrap .mes-wrap .state-wrap {
  height: 46px;
  font-size: 14px;
  color: #333;
  line-height: 46px;
  margin-bottom: 30px;
}
.modal .login-wrap .mes-wrap .state-wrap .state {
  margin: 0 8px 0 2px;
  font-size: 14px;
}
.modal .login-wrap .mes-wrap .state-wrap span {
  cursor: pointer;
}
.modal .login-wrap .mes-wrap .state-wrap .btn:hover {
  /*text-decoration: underline;*/
}
.modal .login-wrap .mes-wrap .state-wrap .ac {
  color: #0d86ff;
}
.modal .login-wrap .mes-wrap .login {
  height: 40px;
  width: 100%;
  background-color: #0d86ff;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.modal .login-wrap .mes-wrap .login:hover {
  background-color: #0b78e5;
}
.modal .login-wrap .mes-wrap .bot-wrap {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.modal .login-wrap .mes-wrap .bot-wrap .left .read {
  color: #999;
}
.modal .login-wrap .mes-wrap .bot-wrap .left a {
  color: #333;
}
.modal .login-wrap .mes-wrap .bot-wrap .left a:hover {
  /*text-decoration: underline;*/
}
.modal .login-wrap .mes-wrap .bot-wrap .right {
  display: block;
  color: #0d86ff;
  cursor: pointer;
}
.modal .login-wrap .mes-wrap .bot-wrap .right:hover {
  text-decoration: underline;
}
.modal .login-wrap .pas-wrap {
  display: none;
  box-sizing: border-box;
  padding: 9px 36px 0;
}
.modal .login-wrap .pas-wrap .title-wrap {
  height: 40px;
  color: #d1462a;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}
.modal .login-wrap .pas-wrap .title-wrap .title {
  display: none;
}
.modal .login-wrap .pas-wrap .title-wrap .title .close {
  cursor: pointer;
  vertical-align: bottom;
}
.modal .login-wrap .pas-wrap .title-wrap .active {
  display: block;
}
.modal .login-wrap .pas-wrap .input-wrap .my-wrap {
  box-sizing: border-box;
  width: 344px;
  height: 41px;
  border-bottom: 1px #ededed solid;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-left: 28px;
}
.modal .login-wrap .pas-wrap .input-wrap .my-wrap .icon {
  display: block;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 0;
}
.modal .login-wrap .pas-wrap .input-wrap .my-wrap > input {
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  height: 40px;
}
.modal .login-wrap .pas-wrap .input-wrap .my-wrap input::-webkit-input-placeholder {
  opacity: 0.6;
}
.modal .login-wrap .pas-wrap .input-wrap .my-wrap input::-moz-placeholder {
  opacity: 0.6;
}
.modal .login-wrap .pas-wrap .input-wrap .my-wrap input:-ms-input-placeholder {
  opacity: 0.6;
}
.modal .login-wrap .pas-wrap .input-wrap .my-wrap input:-moz-placeholder {
  opacity: 0.6;
}
.modal .login-wrap .pas-wrap .input-wrap .phone-wrap {
  margin-bottom: 20px;
}
.modal .login-wrap .pas-wrap .input-wrap .phone-wrap > input {
  width: 100%;
}
.modal .login-wrap .pas-wrap .input-wrap .passwrod-wrap > input {
  width: 245px;
}
.modal .login-wrap .pas-wrap .input-wrap .passwrod-wrap #login-see {
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
  width: 20px;
}
.modal .login-wrap .pas-wrap .state-wrap {
  height: 46px;
  font-size: 14px;
  color: #333;
  line-height: 46px;
  margin-bottom: 30px;
}
.modal .login-wrap .pas-wrap .state-wrap .state {
  margin: 0 8px 0 2px;
  font-size: 14px;
}
.modal .login-wrap .pas-wrap .state-wrap span {
  cursor: pointer;
}
.modal .login-wrap .pas-wrap .state-wrap .btn:hover {
  text-decoration: underline;
}
.modal .login-wrap .pas-wrap .state-wrap .ac {
  color: #0d86ff;
}
.modal .login-wrap .pas-wrap .state-wrap #forget {
  color: #0d86ff;
  cursor: pointer;
}
.modal .login-wrap .pas-wrap .state-wrap #forget:hover {
  text-decoration: underline;
}
.modal .login-wrap .pas-wrap .login {
  height: 40px;
  width: 100%;
  background-color: #0d86ff;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.modal .login-wrap .pas-wrap .login:hover {
  background-color: #0b78e5;
}
.modal .login-wrap .pas-wrap .bot-wrap {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.modal .login-wrap .pas-wrap .bot-wrap .left .read {
  color: #999;
}
.modal .login-wrap .pas-wrap .bot-wrap .left > a {
  color: #333;
}
.modal .login-wrap .pas-wrap .bot-wrap .left > a:hover {
  text-decoration: underline;
}
.modal .login-wrap .pas-wrap .bot-wrap .right {
  display: block;
  color: #0d86ff;
  cursor: pointer;
}
.modal .login-wrap .pas-wrap .bot-wrap .right:hover {
  text-decoration: underline;
}
.modal .login-wrap .active {
  display: block;
}
.modal .register-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 416px;
  height: 466px;
  border-radius: 4px;
  background-color: #fff;
}
.modal .register-wrap .register-top {
  position: relative;
  padding-top: 24px;
}
.modal .register-wrap .register-top > p {
  box-sizing: border-box;
  line-height: 43px;
  font-size: 18px;
  color: #333;
  height: 45px;
  border-bottom: 1px #ededed solid;
  text-align: center;
}
.modal .register-wrap .register-top .close-register-model-btn {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 1100;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
.modal .register-wrap .register-top .close-register-model-btn:hover {
  color: #0d86ff;
}
.modal .register-wrap .main-wrap {
  box-sizing: border-box;
  padding: 9px 36px 0;
}
.modal .register-wrap .main-wrap .title-wrap {
  height: 40px;
  color: #d1462a;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}
.modal .register-wrap .main-wrap .title-wrap .title {
  display: none;
}
.modal .register-wrap .main-wrap .title-wrap .title .close {
  cursor: pointer;
  vertical-align: bottom;
}
.modal .register-wrap .main-wrap .title-wrap .active {
  display: block;
}
.modal .register-wrap .main-wrap .input-wrap .my-wrap {
  box-sizing: border-box;
  width: 344px;
  height: 41px;
  border-bottom: 1px #ededed solid;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-left: 28px;
}
.modal .register-wrap .main-wrap .input-wrap .my-wrap .icon {
  display: block;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 0;
}
.modal .register-wrap .main-wrap .input-wrap .my-wrap > input {
  border: none;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  outline: none;
  height: 40px;
}
.modal .register-wrap .main-wrap .input-wrap .my-wrap input::-webkit-input-placeholder {
  opacity: 0.6;
}
.modal .register-wrap .main-wrap .input-wrap .my-wrap input::-moz-placeholder {
  opacity: 0.6;
}
.modal .register-wrap .main-wrap .input-wrap .my-wrap input:-ms-input-placeholder {
  opacity: 0.6;
}
.modal .register-wrap .main-wrap .input-wrap .my-wrap input:-moz-placeholder {
  opacity: 0.6;
}
.modal .register-wrap .main-wrap .input-wrap .phone-wrap {
  margin-bottom: 5px;
}
.modal .register-wrap .main-wrap .input-wrap .phone-wrap > input {
  width: 100%;
}
.modal .register-wrap .main-wrap .input-wrap .email-wrap {
  margin-bottom: 5px;
}
.modal .register-wrap .main-wrap .input-wrap .email-wrap > input {
  width: 245px;
}
.modal .register-wrap .main-wrap .input-wrap .email-wrap .mybtn {
  width: 70px;
  background-color: #fff;
  color: #0d86ff;
  cursor: pointer;
  line-height: 40px;
}
.modal .register-wrap .main-wrap .input-wrap .email-wrap .mybtn:hover {
  text-decoration: underline;
}
.modal .register-wrap .main-wrap .input-wrap .pas-wrap {
  margin-bottom: 50px;
}
.modal .register-wrap .main-wrap .input-wrap .pas-wrap > input {
  width: 290px;
}
.modal .register-wrap .main-wrap .input-wrap .pas-wrap > i {
  line-height: 40px;
  cursor: pointer;
}
.modal .register-wrap .main-wrap .input-wrap .pas-wrap #register-see {
  position: absolute;
  top: 15px;
  right: 0;
  width: 20px;
  cursor: pointer;
}
.modal .register-wrap .main-wrap .register {
  height: 40px;
  width: 100%;
  background-color: #0d86ff;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.modal .register-wrap .main-wrap .bot-wrap {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.modal .register-wrap .main-wrap .bot-wrap .left .read {
  color: #999;
}
.modal .register-wrap .main-wrap .bot-wrap .left > a {
  color: #333;
}
.modal .register-wrap .main-wrap .bot-wrap .left > a:hover {
  text-decoration: underline;
}
.modal .register-wrap .main-wrap .bot-wrap .forget-register {
  display: block;
  color: #0d86ff;
  cursor: pointer;
}
.modal .register-wrap .main-wrap .bot-wrap .forget-register:hover {
  text-decoration: underline;
}
.modal .register-wrap .main-wrap .bot-wrap .right {
  display: block;
  color: #0d86ff;
  cursor: pointer;
}
.modal .register-wrap .main-wrap .bot-wrap .right:hover {
  text-decoration: underline;
}
.modal .change-phone-wrap-original {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 376px;
  height: 350px;
  border-radius: 4px;
  background-color: #fff;
}
.modal .change-phone-wrap-original .top-wrap {
  box-sizing: border-box;
  height: 57px;
  font-size: 18px;
  color: #333;
  line-height: 56px;
  border-bottom: 1px #ededed solid;
  padding: 0 16px 0 28px;
}
.modal .change-phone-wrap-original .top-wrap #close-wphone {
  cursor: pointer;
}
.modal .change-phone-wrap-original .top-wrap #close-wphone:hover {
  color: #0d86ff;
}
.modal .change-phone-wrap-original .main-wrap {
  position: relative;
  padding: 41px 28px 0;
}
.modal .change-phone-wrap-original .main-wrap .title {
  display: none;
  width: 376px;
  height: 35px;
  color: #d1462a;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 6px;
  left: 0;
}
.modal .change-phone-wrap-original .main-wrap .title .close {
  cursor: pointer;
}
.modal .change-phone-wrap-original .main-wrap .title.active {
  display: block;
}
.modal .change-phone-wrap-original .main-wrap > input {
  box-sizing: border-box;
  width: 320px;
  padding-left: 15px;
  height: 44px;
  font-size: 14px;
  color: #333;
  line-height: 42px;
  border: 1px #ededed solid;
  outline: none;
  border-radius: 2px;
}
.modal .change-phone-wrap-original .main-wrap > input:focus {
  border: 1px #0d86ff solid;
}
.modal .change-phone-wrap-original .main-wrap input::-webkit-input-placeholder {
  opacity: 0.6;
}
.modal .change-phone-wrap-original .main-wrap input::-moz-placeholder {
  opacity: 0.6;
}
.modal .change-phone-wrap-original .main-wrap input:-ms-input-placeholder {
  opacity: 0.6;
}
.modal .change-phone-wrap-original .main-wrap input:-moz-placeholder {
  opacity: 0.6;
}
.modal .change-phone-wrap-original .main-wrap .original-phone {
  margin-bottom: 20px;
}
.modal .change-phone-wrap-original .main-wrap .original-code {
  padding-right: 94px;
  margin-bottom: 50px;
}
.modal .change-phone-wrap-original .main-wrap .original-code-btn {
  position: absolute;
  top: 105px;
  left: 253px;
  z-index: 1000000;
  cursor: pointer;
  height: 44px;
  width: 94px;
  background-color: #0d86ff;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
}
.modal .change-phone-wrap-original .main-wrap .original-code-btn:hover {
  background-color: #0b78e5;
}
.modal .change-phone-wrap-original .main-wrap #original-next-btn {
  cursor: pointer;
  width: 320px;
  height: 40px;
  background-color: #0d86ff;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  border: none;
  border-radius: 2px;
}
.modal .change-phone-wrap-original .main-wrap #original-next-btn:hover {
  background-color: #0b78e5;
}
.modal .change-phone-wrap-new {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 376px;
  height: 350px;
  border-radius: 4px;
  background-color: #fff;
}
.modal .change-phone-wrap-new .top-wrap {
  box-sizing: border-box;
  height: 57px;
  font-size: 18px;
  color: #333;
  line-height: 56px;
  border-bottom: 1px #ededed solid;
  padding: 0 16px 0 28px;
}
.modal .change-phone-wrap-new .top-wrap #close-nphone {
  cursor: pointer;
}
.modal .change-phone-wrap-new .top-wrap #close-nphone:hover {
  color: #0d86ff;
}
.modal .change-phone-wrap-new .main-wrap {
  position: relative;
  padding: 41px 28px 0;
}
.modal .change-phone-wrap-new .main-wrap .title {
  display: none;
  width: 376px;
  height: 35px;
  color: #d1462a;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 6px;
  left: 0;
}
.modal .change-phone-wrap-new .main-wrap .title .close {
  cursor: pointer;
}
.modal .change-phone-wrap-new .main-wrap .title.active {
  display: block;
}
.modal .change-phone-wrap-new .main-wrap > input {
  box-sizing: border-box;
  width: 320px;
  padding-left: 15px;
  height: 44px;
  font-size: 14px;
  color: #333;
  line-height: 42px;
  border: 1px #ededed solid;
  outline: none;
  border-radius: 2px;
}
.modal .change-phone-wrap-new .main-wrap > input:focus {
  border: 1px #0d86ff solid;
}
.modal .change-phone-wrap-new .main-wrap input::-webkit-input-placeholder {
  opacity: 0.6;
}
.modal .change-phone-wrap-new .main-wrap input::-moz-placeholder {
  opacity: 0.6;
}
.modal .change-phone-wrap-new .main-wrap input:-ms-input-placeholder {
  opacity: 0.6;
}
.modal .change-phone-wrap-new .main-wrap input:-moz-placeholder {
  opacity: 0.6;
}
.modal .change-phone-wrap-new .main-wrap .original-phone {
  margin-bottom: 20px;
}
.modal .change-phone-wrap-new .main-wrap .original-code {
  padding-right: 94px;
  margin-bottom: 50px;
}
.modal .change-phone-wrap-new .main-wrap .original-code-btn {
  position: absolute;
  top: 105px;
  left: 253px;
  z-index: 1000000;
  cursor: pointer;
  height: 44px;
  width: 94px;
  background-color: #0d86ff;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
}
.modal .change-phone-wrap-new .main-wrap .original-code-btn:hover {
  background-color: #0b78e5;
}
.modal .change-phone-wrap-new .main-wrap #new-btn {
  cursor: pointer;
  width: 320px;
  height: 40px;
  background-color: #0d86ff;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  border: none;
  border-radius: 2px;
}
.modal .change-phone-wrap-new .main-wrap #new-btn:hover {
  background-color: #0b78e5;
}
.modal .active {
  display: block;
}
.modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 538px;
  height: 409px;
  border-radius: 4px;
  background: #fff;
}
.modal .content .content-box {
  position: relative;
}
.modal .content .content-box .skipvip {
  display: block;
  width: 266px;
  height: 44px;
  background-color: #d1462a;
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  position: absolute;
  left: 26%;
  bottom: 78px;
}
.modal .content .content-box .close-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.modal .content.content-agreement {
  width: 602px;
  height: 557px;
  box-sizing: border-box;
}
.modal .content.content-agreement .title {
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #ededed;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 20px;
}
.modal .content.content-agreement .title i {
  cursor: pointer;
}
.modal .content.content-agreement .title i:hover {
  color: #0d86ff;
}
.modal .content.content-agreement .maincontent {
  max-height: 480px;
  overflow-y: auto;
  padding: 0 13px 0 24px;
  color: #333333;
  line-height: 28px;
  box-sizing: border-box;
}
.modal-register {
  display: none;
}
.modal-login {
  display: none;
}
.modal-phone-wrap {
  display: none;
}
.phone-wrap-new {
  display: none;
}
.modal-forget {
  display: none;
}
.modal-vip-restrict {
  display: none;
}
.feed {
  display: none;
}
.modal-agreement {
  display: none;
}
.feedback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1100px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.feedback .feedback-content {
  width: 600px;
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px 0;
}
.feedback .feedback-content .content-title {
  font-size: 18px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 20px 20px;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
}
.feedback .feedback-content .content-title i {
  cursor: pointer;
}
.feedback .feedback-content .content {
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
}
.feedback .feedback-content .content .problem {
  color: #333333;
  margin-bottom: 16px;
}
.feedback .feedback-content .content .problem span {
  color: #e24e30;
}
.feedback .feedback-content .content .problem > img {
  margin-left: 10px;
}
.feedback .feedback-content .content .problem .nodata {
  display: none;
}
.feedback .feedback-content .content .problem .problen-content {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
}
.feedback .feedback-content .content .problem .problen-content div {
  width: 136px;
  height: 44px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  text-align: center;
  line-height: 44px;
  color: #0d86ff;
  font-size: 14px;
  margin-right: 14px;
  cursor: pointer;
}
.feedback .feedback-content .content .problem .problen-content .active {
  border: solid 1px #0d86ff;
}
.feedback .feedback-content .content .problem .form {
  margin-top: 16px;
  position: relative;
}
.feedback .feedback-content .content .problem .form textarea {
  box-sizing: border-box;
  padding: 15px 12px;
  width: 558px;
  height: 130px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  outline: none;
}
.feedback .feedback-content .content .problem .form textarea:focus {
  border: solid 1px #0d86ff;
}
.feedback .feedback-content .content .problem .form p {
  position: absolute;
  bottom: 16px;
  right: 12px;
  font-size: 14px;
  color: #999999;
}
.feedback .feedback-content .content .problem .form p span {
  color: #999999;
}
.feedback .feedback-content .content .problem .upload-img {
  margin-top: 16px;
  font-size: 14px;
}
.feedback .feedback-content .content .problem .upload-img .upload-img-title {
  color: #333333;
  margin-bottom: 15px;
}
.feedback .feedback-content .content .problem .upload-img .upload-img-title span {
  color: #999999;
}
.feedback .feedback-content .content .problem .upload-img .img-box {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  background-color: #f7f9fa;
  position: relative;
  margin-right: 10px;
}
.feedback .feedback-content .content .problem .upload-img .img-box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feedback .feedback-content .content .problem .upload-img .img-box .del {
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  color: #333;
  z-index: 10;
}
.feedback .feedback-content .content .problem .upload-img .up-box {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  background-color: #f7f9fa;
  position: relative;
}
.feedback .feedback-content .content .problem .upload-img .up-box img {
  max-width: 100%;
  vertical-align: middle;
}
.feedback .feedback-content .content .problem .upload-img .up-box .upload {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.feedback .feedback-content .content .problem .upload-img .addimg {
  display: inline-block;
  position: relative;
  top: -13px;
}
.feedback .feedback-content .content .problem .upload-img .addimg input {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.feedback .feedback-content .content .problem .upload-img .addimg span {
  float: left;
  color: #0d86ff;
  cursor: pointer;
}
.feedback .feedback-content .content .problem .input {
  margin-top: 16px;
}
.feedback .feedback-content .content .problem .input input {
  width: 560px;
  height: 44px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 15px 12px;
  outline: none;
}
.feedback .feedback-content .content .problem .input input:focus {
  border: solid 1px #0d86ff;
}
.feedback .feedback-content .content .submit {
  float: right;
  width: 168px;
  height: 44px;
  background-color: #0d86ff;
  border-radius: 2px;
  color: white;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
.province-box .item {
  position: relative;
}
.province-box .item .cityList {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.province-box .item .cityList i {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  border: solid 1px #666666;
  display: block;
  margin-right: 5px;
  box-sizing: border-box;
}
.province-box .item .cityList span {
  font-size: 14px;
  color: #333333;
}
.province-box .item .cityList .dropDownArrow {
  display: block;
  width: 11px;
  height: 7px;
  background: url("/static/img/xljtd.png") no-repeat;
  background-size: 100% 100%;
}
.province-box .item .active i {
  border: 0;
  background: url("/static/img/xuanZd.png") no-repeat;
  background-size: 100%;
}
.province-box .item .active i:hover {
  background: url("/static/img/xuanXfd.png") no-repeat;
  background-size: 100%;
}
.province-box .item .allCities {
  position: absolute;
  left: 0;
  display: none;
  min-width: 140px;
  z-index: 999;
}
.province-box .item .allCities .allCitiesList {
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(199, 199, 199, 0.38);
  border-radius: 2px;
  border: solid 1px #eeeeee;
  max-height: 220px;
  overflow-y: auto;
}
.province-box .item .allCities .allCitiesList li {
  font-size: 12px;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 9px 10px 9px 15px;
  cursor: pointer;
}
.province-box .item .allCities .allCitiesList li i {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  border: solid 1px #666666;
  display: block;
  margin-right: 5px;
  box-sizing: border-box;
}
.province-box .item .allCities .allCitiesList .active i {
  border: 0;
  background: url("/static/img/xuanZd.png") no-repeat;
  background-size: 100%;
}
.province-box .item .allCities .allCitiesList .active:hover i {
  background: url("/static/img/xuanXfd.png") no-repeat;
  background-size: 100%;
}
.province-box .item:hover .allCities {
  display: block;
}
.province-box .xuanzhong {
  border-radius: 2px;
  border: solid 1px #4285f4;
  margin: 0 10px 5px 0;
}
.province-box .xuanzhong .cityList span {
  font-size: 14px;
  color: #4285f4;
}
.province-box .xuanzhong:hover {
  background: #4285f4;
  border-color: #4285f4;
}
.province-box .xuanzhong:hover .cityList span {
  color: #fff;
}
.yxdqdert .sc-list {
  display: flex;
  flex-wrap: wrap;
  align-items: normal !important;
}
.yxdqdert .sc-list .floatButton {
  display: flex;
}
.yxdqdert .sc-list .floatButton div {
  width: 74px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  font-size: 14px;
  box-sizing: content-box;
  cursor: pointer;
  text-align: center;
}
.yxdqdert .sc-list .floatButton .clearButton {
  border: solid 1px #d6d6d6;
  color: #333333;
}
.yxdqdert .sc-list .floatButton .seekButton {
  color: #fff;
  background-color: #4285f4;
  border: solid 1px #4285f4;
  margin-left: 10px;
}
.yxdqdert .sc-list .floatButton .seekButton:hover {
  border-color: #255fc0;
  background: #255fc0;
}
.epm-data .item-title-table {
  margin: 16px auto 10px;
}
.epm-data .item-title-table table,
.epm-data .item-title-table td {
  border: 1px solid #e4ecf5;
}
.epm-data .item-title-table table {
  width: 100%;
  font-size: 14px;
  color: #333333;
  min-width: 150px;
}
.epm-data .item-title-table table td {
  box-sizing: border-box;
  padding: 15px 8px;
  line-height: 24px;
  min-width: 50px;
  word-break: break-all;
}
.epm-data .item-title-table table td:first-child {
  background-color: #f2f7fc;
  width: 160px;
}
.epm-data .item-title-table table td.cxdyWider {
  width: 160px !important;
}
.epm-data .item-title-table table td:nth-child(3) {
  background-color: #f2f7fc;
  width: 160px;
}
.suspension {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*# sourceMappingURL=common.css.map */