﻿* {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
body {
  margin: 0;
  padding: 0;
  font: 14px/1.5 "Microsoft YaHei", helvetica, tahoma, arial, sans-serif;
  background: #FAFAFA;
  color: #737373;
}
div,
input {
  box-sizing: border-box;
}
ul.normal,
ul.normal li {
  list-style: none;
  padding: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.vj-container {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}
.vj-main {
  width: 880px;
  float: left;
}
.vj-side-bar {
  width: 280px;
  float: right;
  margin-left: 20px;
}
/*防止fixedBar元素高度塌陷*/
.fixedBar {
  overflow: auto;
}
.vj-footer {
  width: 1200px;
  margin: 0 auto;
}
.padt10 {
  padding-top: 10px;
}
.mrb10 {
  margin-bottom: 10px;
}
.mrb15 {
  margin-bottom: 15px;
}
.mrb20 {
  margin-bottom: 20px;
}
.mrb16 {
  margin-bottom: 16px;
}
.mrr15 {
  margin-right: 15px;
}
a {
  color: #737373;
}
a:hover {
  color: #178fff;
}
i {
  font-size: 16px;
}
.link{
  color: #b2b2b2;
}
.link:hover{
  color: #b2b2b2;
}
.baseLink {
  cursor: pointer;
  transition: all .3s linear;
  color: #b2b2b2;
}
.baseLink:hover {
  color: #178fff !important;
}
/* 面包屑 Start */
.breadcrumb {
  /*margin: 0;*/
  /*padding: 10px 0;*/
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 85%;
  margin-top: 12px;
  padding-bottom: 10px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: '>';
  padding: 0 8px;
}
.breadcrumb > li.active {
  color: #262626;
}
/* 面包屑 End */
.header {
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 2px 2px 4px 0 rgba(51, 51, 51, 0.15);
}
.header__ad {
  width: 100%;
  height: 60px;
  position: relative;
}
.header__close {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 24px;
  background: url(../../Image/header-icon.png) -142px -201px;
  top: 50%;
  right: 2%;
  cursor: pointer;
  margin-top: -14px;
}
.header__top {
  min-width: 1151px;
  height: 40px;
  line-height: 40px;
  padding: 0 19px 0 30px;
}
.header__logo {
  display: inline-block;
  width: 79px;
  height: 32px;
  background: url(../../Image/header-icon.png);
  background-position: -116px -50px;
  margin-top: 4px;
}
.p-center__list {
  position: relative;
  float: left;
  padding: 0 15px;
  font-size: 13px;
  outline: 0;
}
.p-center__list a {
  color: #333;
}
.header li a:hover {
  color: #4c8af7 !important;
}
.p-center__user-name i {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../Image/header-icon.png);
  background-position: -36px -90px;
  top: 13px;
  left: -6px;
}
.p-usernav__child {
  display: none;
  position: absolute;
  top: 40px;
  z-index: 1001;
  width: 150px;
  height: auto;
  padding: 10px 0;
  margin-left: -45px;
  border-radius: 2px;
  background: #FFF;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.p-usernav__arrow {
  position: absolute;
  top: -20px;
  left: 40px;
  width: 0;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
}
.p-usernav__childItem {
  float: none;
  margin-bottom: 0;
  line-height: 30px;
  text-align: center;
}
.p-usernav__child .p-usernav__childItem li a {
  display: block;
  color: #333;
}
.p-usernav__child .p-usernav__childItem li a:hover {
  color: #2898fd;
}
/*.p-personal {*/
  /*position: absolute;*/
  /*width: 250px;*/
  /*left: 50%;*/
  /*top: 41px;*/
  /*margin-left: -125px;*/
  /*padding: 0;*/
  /*border: 1px solid #eee;*/
  /*border-top: none;*/
  /*background: #fff;*/
  /*color: #333;*/
  /*font-size: 12px;*/
  /*text-align: center;*/
  /*opacity: 1;*/
  /*transition: all .2s ease;*/
  /*transform: scale(0);*/
  /*transform-origin: 50% 0;*/
  /*z-index: 1000;*/
/*}*/
.p-center__user:hover .p-personal {
  transform: scale(1);
}
.p-personal__hd {
  padding: 13px 10px;
}
.p-hd__avatar {
  padding: 0;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.p-hd__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.p-hd__set-name {
  font-size: 16px;
  line-height: 26px;
}
.p-hd__name {
  font-size: 14px;
  text-align: left;
  color: #333;
}
.p-personal__bd {
  font-size: 12px;
  border-top: 1px solid rgba(230, 230, 230, .5);
  padding-bottom: 10px;

}
.p-personal__item {
  width: 260px;
  height: 35px;
  line-height: 35px;
}
.p-personal__wrap {
  position: relative;
  width: 130px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  padding: 11px 0;
}
.p-personal__wrap a {
  display: inline;
  position: absolute;
  left: 43px;
  top: 15px;
  padding: 0;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  color: #333;
}
.p-bd__icon {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 21px;
  height: 21px;
  background: url(../../Image/header-icon.png);
}
.p-bd__myorder {
  background-position: -50px -10px;
}
.p-bd__mycollect {
  background-position: -90px -10px;
  left: 11px;
}
.p-bd__myques {
  background-position: -10px -10px;
}
.p-bd__myreply {
  background-position: -10px -50px;
  margin-left: -3px;
}
.p-bd__myrecommend {
  background-position: -88px -49px;
  left: 14px;
}
.p-personal__ft ul {
  background: rgba(0, 0, 0, 0.3);
  padding: 0 14px;
}
.p-personal__ft ul li {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  overflow: hidden;
}
.p-personal__ft ul li a {
  color: #fff;
}
.header__body {
  min-width: 1200px;
  position: relative;
  height: 60px;
  border-top: 1px solid rgba(230, 230, 230, 0.5);
  padding: 0 30px;
}
.p-nav__item {
  display: inline-block;
  font-size: 15px;
  position: relative;
  transition: border-bottom 0.5s;
  -moz-transition: border-bottom 0.5s;
  -webkit-transition: border-bottom 0.5s;
  -o-transition: border-bottom 0.5s;
  height: 57px;
  line-height: 57px;
  border-bottom: 3px solid transparent;
  background: #fff;
}
.p-nav__item.active,
.p-nav__item:hover {
  border-bottom: 3px solid #4c8af7;
}
.p-nav__txt {
  color: #333;
  padding: 0 20px;
  padding-bottom: 9px;
  line-height: 60px;
}
.p-nav__more {
  display: inline-block;
  width: 0;
  height: 3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  margin-left: 4px;
}
.p-nav__hot {
  background: url(../../Image/new4.gif) no-repeat;
  position: absolute;
  width: 27px;
  height: 14px;
  overflow: hidden;
  top: 6px;
  right: 0px;
}
.p-nav__item.active .p-nav__more {
  border-top: 5px solid #4c8af7;
}
.p-nav__item:hover .p-nav__more {
  border-top: 5px solid #4c8af7;
}
.p-nav__item:hover .p-nav__child {
  display: block;
}
.p-nav__child {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 54px;
  text-align: left;
  white-space: nowrap;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  z-index: 99;
  padding-top: 6px;
}
.p-nav__child > a {
  display: block;
  color: #333;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #fff;
  border: 1px solid #eee;
  border-top: none;
}
/*.p-nav__list-item--yuanchuang a {
	padding:0 33px 0 20px
}
.p-nav__list-item--sucai a {
	padding:0 18px 0 20px
}
.p-nav__list-item--shangwu a {
	padding:0 27px 0 20px
}*/
.p-nav__txt--cooperation {
  position: relative;
  color: #ff5a3c;
}
.p-nav__txt--cooperation i.p-nav__more {
  border-top: 5px solid #ff5a3c;
}
.p-nav__txt--cooperation:hover i {
  border-top: 5px solid #ff5a3c;
}
.p-nav__bor-r {
  border-right: 1px solid #e1e1e1;
}
.header__btn--blue {
  box-sizing: border-box;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background: #1890ff;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  /*padding-left: 36px;*/
  text-align: center;
  /*background-Image: url(../../Image/search-icon.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: 10px 50%;*/
}
.header__btn--blue i {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../../Image/header-icon.png);
  background-position: -51px -48px;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 4px;
}
.header__btn--blue:hover {
  color: #fff;
}
.bg-opacity {
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, 0, endColorstr=#19000000, 0);
  /*¼æÈÝie89*/
  top: 0;
  left: 0;
}
.bg-opacity:hover {
  background: #373d41;
}
.bg-opacity .header__logo {
  background-position: -116px -10px;
}
.bg-opacity .p-center__list a {
  color: #fff;
}
.bg-opacity .header__body {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.bg-opacity .p-nav__txt {
  color: #fff;
}
.bg-opacity .p-nav__more {
  border-top: 5px solid #fff;
}
.bg-opacity:hover .p-nav__txt--cooperation {
  color: #ff5a3c;
}
.bg-opacity:hover .p-nav__txt--cooperation i {
  border-top: 5px solid #ff5a3c;
}
.bg-opacity .p-nav__txt--cooperation:hover i {
  border-top: 5px solid #4c8af7;
}
.bg-opacity .p-nav__bor-r {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.bg-opacity {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
.bg-opacity .p-center__user-name i {
  background-position: -52px -90px;
}
.bg-opacity .p-personal {
  color: #fff;
  background: rgba(39, 43, 46, 0.95);
  border: 1px solid rgba(39, 43, 46, 0.95);
}
/*.animated {*/
  /*animation-duration: 1s;*/
  /*animation-fill-mode: both;*/
  /*animation-iteration-count: infinite;*/
  /*animation-duration: 2s;*/
  /*animation-name: make-money;*/
  /*transform-origin: center bottom;*/
  /*cursor: pointer;*/
/*}*/
@keyframes make-money {
  0% {
    transform: translate(0, -5px);
  }
  20% {
    transform: translate(0, 5px);
  }
  40% {
    transform: translate(0, 0);
  }
  55% {
    transform: rotateY(30deg);
  }
  70% {
    transform: translate(0, 0);
  }
  85% {
    transform: rotateY(-30deg);
  }
  100% {
    transform: translate(0, 0);
  }
}
.header__ad {
  display: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
  overflow: hidden;
}
.header__ad img {
  /*width: 100%;*/
  position: absolute;
  top:0;
  left: 50%;
  margin-left: -960px;
  vertical-align: top;
}
/*footer*/
/*.footer {
  background: #1f2631;
  margin-top: 20px;
}
.footer__hd {
  padding: 20px 0;
}
.footer__items {
  float: left;
  margin-right: 30px;
}
.footer__items dt {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
}
.footer__items dd {
  line-height: 30px;
  font-size: 14px;
}
.footer__items dd a {
  color: #fff;
}
.footer__items dd a:hover {
  color: #4be5ff;
}
.footer__items01 {
  float: left;
  width: 458px;
  border-left: 1px #373d46 solid;
  border-right: 1px #373d46 solid;
}
.footer__items01 h3 {
  padding: 0 35px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
}
.footer__items01 ul {
  padding: 10px 0 0 35px;
}
.footer__items01 li {
  float: left;
  margin: 0 10px 10px 0;
  width: 124px;
  height: 46px;
  background: #e2e3e4;
  overflow: hidden;
}
.footer__items01 li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../Image/footer-icon.png) no-repeat;
}
.footer__items01 li .footer__oppein {
  background-position: -10px -10px;
}
.footer__items01 li .footer__qm {
  background-position: -298px -10px;
}
.footer__items01 li .footer__piano {
  background-position: -154px -208px;
}
.footer__items01 li .footer__holike {
  background-position: -154px -10px;
}
.footer__items01 li .footer__zbom {
  background-position: -10px -76px;
}
.footer__items01 li .footer__mm {
  background-position: -154px -142px;
}
.footer__items01 li .footer__roca {
  background-position: -10px -208px;
}
.footer__items01 li .footer__kefan {
  background-position: -154px -76px;
}
.footer__items01 li .footer__landbond {
  background-position: -10px -142px;
}
.footer__items02 {
  float: left;
  width: 190px;
  margin-left: 20px;
}
.footer__items02 h3 {
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
}
.footer__items02 p {
  padding-left: 20px;
}
.footer__tel {
  font-size: 24px;
  font-weight: 700;
  color: #1890ff;
  line-height: 40px;
}
.footer__ad {
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.footer__items03 {
  float: left;
  width: 150px;
}
.footer__items03 h3 {
  margin-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
}
.footer__qrcode {
  width: 110px;
  height: 110px;
  margin-left: 20px;
  background: url(../../Image/footer-icon.png) no-repeat;
}
.footer__qrcode--sanweijia {
  background-position: -433px -10px;
}
.footer__qrcode--xueyuan {
  background-position: -433px -124px;
}
.footer__qrcode img {
  width: 110px;
  height: 110px;
  display: block;
}
.f-bd__top {
  padding-bottom: 10px;
  border-bottom: 1px solid #373d46;
}
.f-bd__list {
  width: 72px;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
  background: #19202a;
  color: #737a84;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.f-bd__list.cur {
  background: #394354;
  color: #fff;
}
.f-bd__top--link {
  padding-right: 15px;
  font-size: 14px;
  color: #737a84;
}
.f-bd__bottom {
  padding: 15px 0 0;
}
.footer-bottom .yq-link dt {
  float: left;
  width: 60px;
  line-height: 25px;
  color: #999;
}
.f-bd__link-box {
  float: left;
  width: 1170px;
  height: 30px;
  overflow: hidden;
}
.f-bd__link-box a {
  float: left;
  margin: 0 20px;
  line-height: 25px;
  color: #999;
  color: rgba(115, 122, 132, 0.7);
  font-size: 12px;
}
.f-bd__link-box dd a:hover {
  color: #fff;
}
.f-bd__more {
  float: left;
  width: 30px;
  height: 30px;
  display: block;
  background: #fff;
  background: url(../../Image/footer-icon.png);
  background-position: -298px -76px;
}
.f-bd__more:hover {
  background-position: -328px -76px;
}
.f-bd__more.link-open-seleted {
  background-position: -359px -76px;
}
.f-bd__more.link-open-seleted:hover {
  background-position: -389px -76px;
}
.footer__safe {
  margin: 58px 0 0;
  text-align: center;
  height: auto;
}
.footer__safe span {
  display: inline-block;
  margin: 0 20px;
  color: #999;
}
.footer__safe span i {
  float: left;
  display: inline-block;
  height: 50px;
  background: url(../../Image/footer-icon.png);
}
.footer__safe span .footer__safe--anquan {
  width: 80px;
  background-position: -298px -126px;
  margin-top: 6px;
  height: 30px;
}
.footer__safe span .footer__safe--renzheng {
  width: 52px;
  background-position: -366px -176px;
}
.footer__safe span .footer__safe--jingcha {
  width: 48px;
  background-position: -298px -176px;
}
.footer__safe span em {
  float: left;
  line-height: 50px;
  padding-left: 5px;
  text-align: left;
  font-style: normal;
  font-size: 12px;
}
.footer__safe span .footer__safe--txt {
  padding-top: 11px;
  line-height: 14px;
}
.footer__copyright {
  color: #666;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
}
.footer__police {
  width: 332px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 12px;
}
.f-police__img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -5px;
  margin-right: 5px;
  background: url(../../Image/footer-icon.png);
  background-position: -10px -274px;
  vertical-align: middle;
}
.footer__police a {
  color: #666;
}
.friend-link {
  color: #999;
  vertical-align: 6px;
}*/
#hd_menu {
  display: inline-block;
}
.vj-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  user-select: none;
  color: #fff;
  /*padding: 2px 6px;*/
  min-height: 40px;
}
.vj-btn:hover{
  color: #fff;
}
.vj-btn i {
  margin-right: 5px;
}
.vj-btn-primary {
  background-color: #178fff;
  text-align: center;
  position: relative;
}
.vj-btn-block {
  display: block;
  width: 100%;
}
.vj-btn-radius {
  border-radius: 5px;
}
.search-box {
  width: 100%;
  height: 40px;
  padding: 1px;
  position: relative;
  border-radius: 5px;
}
.search-box.active,
.search-box:hover {
  background-color: #178fff;
}
.search-box.active .search-box__btn,
.search-box:hover .search-box__btn {
  background-color: #178fff;
  color: #fff;
}
.search-box input {
  float: left;
}
.search-box input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 12px;
}
.search-box__val {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: none;
  padding-left: 10px;
  font-size: 14px;
  border-radius: 5px;
  color: #737373;
}
.search-box__btn {
  width: 40px;
  height: 38px;
  border: none;
  color: #b2b2b2;
  background: none;
  position: absolute;
  top: 1px;
  right: 0;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.search-box__btn i {
  font-size: 16px;
}
.plane-side {
  box-sizing: border-box;
  /*position: relative;*/
  padding: 20px;
  background: #fff;
}
.plane-side.warning {
  position: relative;
  width: 280px;
  height: 586px;
}
.plane-side.warning i {
  color: #18CD96;
}
.plane-side-hd {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 18px;
}
.plane-side__tit {
  display: inline-block;
  font-size: 18px;
  color: #262626;
}
.plane-side__tit--border {
  border-left: 2px solid #178fff;
  padding-left: 10px;
}
.plane-side i {
  color: #faaf50;
}
.plane-side .plane-rank {
  margin: 0;
}
.plane-side .plane-rank__item {
  margin-bottom: 20px;
  position: relative;
  height: 40px;
}
.plane-hot .plane-rank__item{
  cursor: pointer;
}
.plane-side .plane-rank__item:hover .plane-hot__bd div{
  color: #178fff;
}
.plane-side .plane-rank__item:hover .plane-hot__bd span{
  color: #737373;
}
.plane-side .plane-rank__item:last-child {
  margin-bottom: 0;
}
.plane-side .plane-rank__hd {
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.plane-side .plane-rank__hd .gold-medal {
  width: 20px;
  height: 25px;
  background: url('../../Image/rank.png') -50px -10px;
}
.plane-side .plane-rank__hd .silver-medal {
  width: 20px;
  height: 25px;
  background: url('../../Image/rank.png') -90px -10px;
}
.plane-side .plane-rank__hd .bronze-medal {
  width: 20px;
  height: 25px;
  background: url('../../Image/rank.png') -10px -10px;
}
.plane-side .plane-rank__hd .other-medal {
  width: 15px;
  height: 20px;
  background: url('../../Image/rank.png') -13px -56px;
  margin-left: 3px;
}
.plane-side .plane-rank__bd {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 10px;
}
.plane-side .plane-rank__bd:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0px;
  width: 40px;
  height: 40px;
  background: url('../../Image/radius.png') no-repeat;
}
.plane-side .plane-rank__bd.hot:after {
  content: ' ';
  position: absolute;
  top: -4px;
  right: -5px;
  width: 15px;
  height: 15px;
  background: url('../../Image/rank.png') -50px -56px;
}
.plane-side .plane-rank__bd img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.plane-side .plane-rank__ft div:first-child {
  font-size: 14px;
  color: #404040;
  max-width: 154px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plane-side .plane-rank__ft div:last-child {
  font-size: 0;
}
.plane-side .plane-rank__ft span {
  display: inline-block;
  font-size: 12px;
  color: #737373;
  margin-right: 2px;
}
.plane-rank__number{
  width: 28px;
}
.plane-side .plane-ask {
  margin: 0;
}
.plane-side .plane-ask li a {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  margin-bottom: 10px;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #737373;
}
.plane-side .plane-ask li:last-child a {
  margin-bottom: 0;
}
.plane-side .plane-ask li span {
  font-size: 14px;
  font-weight: bold;
  margin-right: 4px;
}
.plane-side .plane-hot {
  margin: 0;
}
.plane-side .plane-hot__item {
  margin-bottom: 20px;
}
.plane-side .plane-hot__hd {
  text-align: center;
  color: #fff;
}
.plane-side .plane-hot__hd img {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  font-size: 0;
  vertical-align: middle;
}
.plane-side .plane-hot__bd {
  height: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  margin-left: 66px;
}
.plane-side .plane-hot__bd div {
  font-size: 14px;
  color: #404040;
  line-height: 14px;
  margin-bottom: 10px;
}
.plane-side .plane-hot__bd span {
  font-size: 12px;
  display: block;
  /*line-height: 12px;*/
  max-width: 174px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plane-side .plane-cloud{
  font-size: 0;
}
.plane-side .plane-cloud a {
  height: 24px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 99px;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #404040;
  padding: 0 15px;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  float: left;
}
.plane-side .plane-cloud a:hover {
  border-color: #178fff;
  color: #178fff;
}
.plane-side .plane-cloud a:nth-last-child(1) {
  margin-bottom: 0;
}
.plane-side .plane-warning li {
  font-size: 0;
  color: #737373;
  margin-bottom: 15px;
}
.plane-side .plane-warning li span.number {
  margin-right: 10px;
  font-size: 12px;
  vertical-align: top;
}
.plane-side .plane-warning li span.description {
  display: inline-block;
  width: 220px;
  text-align: left;
  font-size: 12px;
}
.plane-side .plane-warning--tips {
  width: 240px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #b2b2b2;
  font-size: 12px;
}
.feedback {
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.feedback-text {
  display: inline-block;
  margin-left: 68px;
}
.feedback-text_title {
  margin-bottom: 8px;
  font-size: 18px;
  color: #262626;
  line-height: 18px;
}
.feedback-text_content {
  color: #737373;
  font-size: 12px;
  line-height: 18px;
}
.feedback-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -36px;
}
.feedback-icon i {
  font-size: 48px;
  color: #737373;
}
.feedback:hover i {
  color: #178fff;
}
.guide-zindex{
  position: relative;
}
.guide-zindex01{
  border-bottom: 3px solid #4c8af7;
  z-index: 999;
}
.guide-zindex06{
  z-index: 999;
}
.guide-box{
  background: #fff;
  border-radius: 12px;
  position: absolute;
  padding: 20px 24px;
  width: 434px;
  z-index: 9999;
}
.guide-box__01{
  top: 10px;
  left: 156px;
}
.guide-box__02{
  top: 0;
  left: 0;
}
.guide-box__03{
  top: 90px;
  right: -70px;
}
.guide-box__04{
  top: 150px;
  right: -70px;
}
.guide-box__05{
  top: 128px;
  left: 240px;
}
.guide-box__06{
  left: 560px;
  top: 155px;
}
/*.guide-box__07{
  left: 560px;
  top: 190px;
}*/
.guide-box__inner{
  position: relative;
  height: 150px;
}
.guide-box__arraw{
  content: '';
  display: inline-block;
  width:0;
  height:0;
  border-width:0 10px 10px;
  border-style:solid;
  border-color:transparent transparent #fff;
  position:absolute;
  top:-30px;
  left:50%;
  margin-left: -10px;
}
.guide-box__05 .guide-box__arraw{
  top:inherit;
  bottom: -30px;
  border-width:10px 10px 0;
  border-style:solid;
  border-color:#fff transparent transparent;
}
.guide-cover{
  position: fixed;
  top:0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 998;
}
.guide-conten dt{
  background: url("../../Image/user-guide-icon.png") no-repeat;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  margin-top: 12px;
  height: 62px;
}
.guide-conten dt.guide-icon__01{
  background-position: 0 0;
  width: 62px;
}
.guide-conten dt.guide-icon__02{
  background-position: -64px 0;
  width: 76px;
}
.guide-conten dt.guide-icon__03{
  background-position: -140px 0;
  width: 71px;
}
.guide-conten dt.guide-icon__04{
  background-position: -212px 0;
  width: 74px;
}
.guide-conten dt.guide-icon__05{
  background-position: -287px 0;
  width: 74px;
}
.guide-conten dt.guide-icon__06{
  background-position: -362px 0;
  width: 70px;
}
.guide-conten dt.guide-icon__07{
  background-position: -432px 0;
  width: 54px;
}
.guide-conten dd{
  float: left;
  line-height: 2;
  width: 280px;
}
.guide-conten dd h3{
  font-size: 24px;
  color: #333;
}
.guide-conten dd p{
  font-size: 16px;
}
.guide-btn{
  margin-top: 30px;
  text-align: right;
}
.guide-btn button{
  border-radius: 4px;
  width: 100px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  border: none;
  cursor: pointer;
}
.guide-jump__btn{
  background: #E5E5E5;
  color: #737373;
}
.guide-next__btn{
  background: #178FFF;
  color: #fff;
  margin-left: 20px;
}
.guide-next__btn span{
  font-size: 12px;
}
.container-zindex{
  position: relative;
}


.outerdiv_ .closeBtn {
  position: fixed;
  height: 40px;
  width: 40px;
  top: 50px;
  right: 30px!important;
  z-index: 2;
  background: url(../../Image/icon_remove.png) no-repeat center;
  cursor: pointer;
  background-color: #000;
  opacity: 0.5;
  padding: 7px;
}
.outerdiv_ p {
  position: fixed;
  height: 61px;
  width: 38px;
  top: 50%;
  left: 0;
  z-index: 999;
  background: transparent url(../../Image/themes.png) no-repeat left top;
  margin-top: -30.5px;
  cursor: pointer;
}
.outerdiv_ p.nextBtn {
  left: auto;
  background-position: right top;
  right: 0;
}
.innerdiv_{
  background: #fff;
}

/*侧边栏开始*/
.rightSideWrap{position: fixed;right: 0;top: calc(100% - 316px);z-index: 99;background: #fff;box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);border-radius: 3px 0 0 3px;width: 50px;}
.rightSideWrap .side-icon{position: relative;width: 40px;/*height: 30px;*/text-align: center;border-bottom: 2px solid #ccc;cursor: pointer;overflow: hidden;padding: 11px 5px;box-sizing:border-box;}
.rightSideWrap .feedback .feedback-go{display: inline-block;width: 100%;height: 100%;}
.rightSideWrap .side-icon:hover{background: #1890ff;}
.rightSideWrap .side-icon i{display:inline-block;width: 30px;height: 30px;margin-left: 1px;position: relative;z-index: 2;background:url(../../Image/icon3.png);}
.rightSideWrap .server i{background-position:-10px -61px;}
.rightSideWrap .server:hover i{background-position:-58px -61px;}
.rightSideWrap .order i{background-position:-10px -10px;}
.rightSideWrap .order:hover i{background-position:-60px -10px;}
.rightSideWrap .feedback i{background-position:-110px -10px;}
.rightSideWrap .feedback:hover i{background-position:-110px -58px;}
.rightSideWrap .go-top i{background-position:-10px -109px;}
.rightSideWrap .go-top:hover i{background-position:-56px -109px;}
.rightSideWrap .side-icon .tab-text{width: 78px;height: 52px;line-height: 52px;color: #fff;text-align: center;font-size:16px;font-family: 微软雅黑;position: absolute;z-index: 999;left:70px;top: 0px;background-color: #1890ff;border-radius: 3px 0px 0px 3px;transition: left 0.3s ease-in-out 0.1s;}
.rightSideWrap .side-icon .tab-text1{width: 78px;height: 52px;line-height: 52px;color: #fff;text-align: center;font-size:16px;font-family: 微软雅黑;position: absolute;z-index: 999;left:70px;top: 52px;background-color: #1890ff;border-top:1px solid rgba(255,255,255,.2);border-radius: 3px 0px 0px 3px;transition: left 0.4s ease-in-out 0.1s;}
.rightSideWrap .side-icon:hover{overflow:visible;}
.rightSideWrap .side-icon:hover .tab-text{left: -78px;}
.rightSideWrap .side-icon:hover .tab-text1{left: -78px;}
/*侧边栏结束*/

/*意向登记弹窗开始*/
/*.register-out{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;}*/
/*.register-out .register-pop{position: relative;top: 10%;width: 478px;height: !*546px;*!656px;margin: 0 auto;border-radius: 5px;background: #fff;background-image: url(../../Image/out.png);background-repeat: no-repeat;background-position: center;padding-top: 60px;text-align:center;background-size: 93% 94%;}*/
/*.register-out .register-pop .close-btn{display:inline-block;position:absolute;top: -13px;right: -13px;width:40px;height:40px;background:url(../../Image/close.png) no-repeat center;cursor:pointer;}*/
/*.register-out .register-pop p{font-size:16px;color:#333;margin-top: 14px;}*/
/*.register-out .register-pop form{width: 382px;padding-top: 10px;margin: 0 auto;margin-top: 24px;border-top: 1px solid #cdcccd;}*/
/*.register-out .register-pop .input-wrap{width: 372px;height: 55px;margin: 0 auto 0px;position: relative;}*/
/*.register-out .register-pop .input-wrap input{display: inline-block;width: 372px;padding:12px 15px;font-size: 16px;color: #333;border: 1px solid #c29d6d;border-radius: 5px;}*/
/*.register-out .register-pop .input-wrap.yanzheng input{width: 202px;margin-right:5px;}*/
/*.register-out .register-pop .input-wrap.yanzheng input[name=verifyCode]{margin-left:-1px;}*/
/*.register-out .register-pop .select-wrap{width: 372px;height: 55px;margin: 0 auto 0px;position: relative;}*/
/*.register-out .register-pop .select-wrap select{display: block;width: 372px;height:44px;line-height:44px;padding: 10px 16px;font-size: 16px;color: #666;border: 1px solid #c29d6d;border-radius: 5px;}*/
/*.register-out .register-pop .sub{display: block;margin: 0 auto;width: 372px;height: 44px;line-height: 44px;margin-top: 16px;border-radius: 5px;background: #c29d6d;color: #fff;font-size: 18px;text-align: center;}*/
/*.register-out .register-pop .sub:hover{background: #e8d6be;color: #9d6e31;}*/
/*input.sub{cursor: pointer;background: none;border: none;-webkit-appearance: none;}*/
/*.register-out .register-pop .phone-wrap{width:372px;height:76px;margin:0 auto;margin-top: 15px;padding:24px 0;background:url(../../Image/inner.png) no-repeat center;font-size:18px;color:#333333;background-size: 100% 100%;}*/
/*.register-out .register-pop .phone-wrap i{display:inline-block;width:28px;height:28px;background:url(../../Image/phone.png) no-repeat center;vertical-align:middle;}*/
/*.register-out .register-pop .input-wrap input.phone-auth-btn{display:inline-block;height: 42px;line-height: 42px;text-align: center;width: 156px;border-radius: 5px;font-size: 16px;color: #fff;background: #c29d6d;right: 0;!*cursor: not-allowed;*!cursor:pointer;border: 1px solid #c29d6d; padding: 0;}*/
/*.register-out .register-pop .phone-auth-btn:hover{background:#e8d6be;border: 1px solid #e8d6be;color:#9d6e31;}*/
/*@media screen and (max-width:1367px){.register-out .register-pop{top: 2%;}}*/
/*意向登记弹窗结束*/

.p-personal {
  position: absolute;
  width: 260px;
  left: 50%;
  top: 41px;
  margin-left: -125px;
  padding: 0;
  border: 1px solid #eee;
  border-top: none;
  background: #fff;
  color: #333;
  font-size: 12px;
  text-align: center;
  opacity: 1;
  transition: all .2s ease;
  transform: scale(0);
  transform-origin: 50% 0;
  z-index: 1000;
}
/*头部消息中心*/
.top-msg__bubble{
  position: absolute;
  left: -40px;
  top: 10px;
}
a.msg-bubble,span.msg-bubble,.msg-bubble:hover{
  border-radius: 20px;
  background: red;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-left: 2px;
  padding: 0 3px;
  min-width: 14px;
  color:#fff !important;
}
.p-center .msg-bubble:hover {
  color: #fff!important;
}
.i-msgcenter{
  background-position: -10px -88px;
  top: 17px;
}

.p-bd__yiliangchi{
  background-position: -168px -86px;
  left: 12px;
  height: 28px;
  width: 28px;
}

.brandShow {
  position: relative;
}

.container {
  width: 1180px;
  margin: auto;
}
.float-left {
  float: left !important
}
.float-right {
  float: right !important
}
.margin-large-right {
  margin-right: 30px
}

/*注册有礼侧边栏*/
/*.register__present {*/
  /*display: none;*/
  /*position: fixed;*/
  /*right: 0;*/
  /*top: calc(100% - 394px);*/
  /*z-index: 99;*/
  /*width: 54px;*/
  /*line-height: 1;*/
  /*text-align: center;*/
/*}*/
/*.register__icon {*/
  /*display: inline-block;*/
  /*width: 46px;*/
  /*height: 45px;*/
  /*background: url("../../images/package.png") no-repeat;*/
/*}*/
/*.register__text {*/
  /*position: relative;*/
  /*top: -18px;*/
  /*background: #f96141;*/
  /*border-radius: 8px;*/
  /*color: #fff;*/
  /*font-weight: bold;*/
  /*font-size: 12px;*/
  /*line-height: 1.5;*/
/*}*/
/*.register__text--small {*/
  /*display: block;*/
/*}*/
/*.register__present:hover .register__icon {*/
  /*animation: wave .22s;*/
/*}*/
/*!*@keyframes wave {*/
    /*0%, 100% {*/
        /*transform: translateX(0)*/
    /*}*/
    /*10% {*/
        /*transform: translateX(-10px)*/
    /*}*/
    /*50% {*/
        /*transform: translateX(0)*/
    /*}*/
    /*90% {*/
        /*transform: translateX(10px)*/
    /*}*/
/*}*!*/
/*@keyframes wave {*/
  /*0%, 100% {*/
    /*transform: rotate(0)*/
  /*}*/
  /*10% {*/
    /*transform: rotate(-25deg)*/
  /*}*/
  /*50% {*/
    /*transform: rotate(0)*/
  /*}*/
  /*90% {*/
    /*transform: rotate(25deg)*/
  /*}*/
/*}*/

/* 禁言弹窗 Start */
.banned{
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 1000;
}
.banned__box{
  position: relative;
  width: 450px;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}
.banned__close{
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  background: url("../../Image/icon__close.png") no-repeat;
  cursor: pointer;
}
.banned__title{
  font-size: 16px;
  color: #999;
  margin-top: -7px;
}
.banned__content{
  font-size: 20px;
  color: #262626;
  text-indent: -31px;
  padding-left: 31px;
  margin-top: 40px;
}
.banned__warning{
  display: inline-block;
  width: 24px;
  height: 22px;
  background: url("../../Image/icon__warning.png") no-repeat;
  margin-bottom: -3px;
}
.banned__reason{
  color: #F5333D;
}
.banned__time{
  color: #178FFF;
}
.banned__btn{
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #178fff;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 4px;
  margin: 25px 0 20px 270px;
}
.banned__btn:hover{
  background: rgb(93,176,255);
}
/* 禁言弹窗 End */
/* 个人主页 Start */
.JS-homepage{
  cursor: pointer;
}
/* 个人主页 End */
pre{
  display: block;
  white-space: pre-line;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.site-nav {
  display: flex;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 30px;
}
.site-nav li {
  margin-right: 40px;
}

/* 防止小屏下右侧栏被遮挡 */
@media screen and (max-width: 1599px) {
  .rightSide .common-sidebar {
      bottom: 10px;
  }
}