@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

input, button {
  outline: none !important;
}

p {
  margin: 0;
}

/* 尺寸规范 */
/**
*****小屏768/720-30
*****中屏992/970-30
*****大屏1200/1200-30
*****超大屏1600/1520-30
**/
/* 选择按钮样式 */
/* 页码 */
.pages {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  font-size: 0;
}

.page-num {
  clear: both;
  padding: 3px 0;
  font-size: 13px;
  display: inline-block;
}

.page-num a {
  float: left;
  padding: 0 15px;
  cursor: pointer;
  background: #fff;
  text-decoration: none;
  color: #000;
  font-weight: 300;
  height: 34px;
  margin: 2px;
  box-sizing: border-box;
  line-height: 32px;
  position: relative;
  border-radius: 6px;
}

.page-num a:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.page-num a:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.page-num a:hover {
  background: #eee;
}

.page-num .page-btn {
  width: 34px;
  padding: 0;
}

.page-num .current {
  color: #fff;
  background: #ff8200;
  border-color: #ff8200;
  z-index: 3;
}

.page-num .current:hover {
  background: #ff8200;
}

.page-num .disabled {
  color: rgba(0, 0, 0, 0.4);
  cursor: default;
}

.page-num .disabled:hover {
  background: #fff;
  color: rgba(0, 0, 0, 0.4);
}

.spinner-border {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 7px;
  margin-left: 15px;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
  color: #ccc;
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

/* 尺寸规范 */
/**
*****小屏768/720-30
*****中屏992/970-30
*****大屏1200/1200-30
*****超大屏1600/1520-30
**/
/* 选择按钮样式 */
.popup-login {
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.6);
}

.popup-login .popup-login-close {
  position: absolute;
  top: 568px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  color: #fff;
}

.popup-login .popup-login-close:hover {
  color: #ddd;
}

.popup-login .popup-login-close .icon-cuowu {
  font-size: 40px;
}

.popup-login .wrap {
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 500px;
  background-image: url(../img/login-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.popup-login .login-wrap {
  width: 768px;
  height: 468px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  overflow: hidden;
}

.popup-login .login-half {
  width: 384px;
  height: 480px;
  border-radius: 10px;
  margin: 80px auto 20px;
  position: relative;
}

.popup-login .login-half.slogan {
  background: url(../img/login-half-bg.png) no-repeat;
  background-size: cover;
}

.popup-login .login-half.weixin {
  background: url(../img/login-half-bg.png) no-repeat;
  background-size: cover;
}

.popup-login .login-half.message {
  background-color: #ffffff;
}

.popup-login .login-half.erweima {
  background-color: #ffffff;
}

.popup-login .login-half .tab-box {
  width: 100%;
  height: 380px;
  padding: 35px 60px 0;
}

.popup-login .login-half .tab-head {
  display: flex;
}

.popup-login .login-half .tab-head li {
  float: left;
  width: 50%;
  flex-grow: 1;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

.popup-login .login-half .tab-head li.active {
  border-bottom: 1px solid #ff8200;
}

.popup-login .login-half .tab-head li.active a {
  color: #ff8200;
}

.popup-login .login-half .tab-head li a {
  font-size: 16px;
  color: #b3b3b3;
}

.popup-login .login-half .tab-content {
  clear: both;
  padding-top: 15px;
}

.popup-login .login-half .tab-content .input {
  width: 260px;
  margin-top: 20px;
  position: relative;
}

.popup-login .login-half .tab-content .input.submit {
  margin-top: 30px;
}

.popup-login .login-half .tab-content .input input, .popup-login .login-half .tab-content .input button {
  width: 260px;
  height: 34px;
  background-color: #f5f5f5;
  border-radius: 8px;
  border: none;
  padding-left: 24px;
  font-size: 16px;
  color: #595959;
  outline: none;
  letter-spacing: 1px;
}

.popup-login .login-half .tab-content .input button {
  padding-left: 0;
  background: #ff8200;
  color: #ffffff;
}

@media (min-width: 1600px) {
  .popup-login .login-half .tab-content .input input {
    padding-left: 24px;
    font-size: 16px;
  }
}

.popup-login .login-half .tab-content .verify {
  position: absolute;
  width: 94px;
  height: 34px;
  top: 0;
  right: 0;
  background-color: #76cbae;
  border-radius: 0px 8px 8px 0px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
}

@media (min-width: 1600px) {
  .popup-login .login-half .tab-content .verify {
    font-size: 16px;
  }
}

.popup-login .login-half .tab-content .verify.img {
  line-height: 1;
  background: none;
}

.popup-login .login-half .tab-content .verify img {
  width: 100%;
  height: 100%;
}

.popup-login .login-half .tab-content .link-to {
  height: 12px;
  line-height: 12px;
  width: 100%;
  margin-top: 15px;
  text-align: right;
  font-size: 12px;
  color: #b3b3b3;
}

.popup-login .login-half .tab-content .link-to a {
  font-size: 12px;
  color: #b3b3b3;
  margin: 0 6px;
}

.popup-login .login-half .tab-content .link-to a:hover {
  color: #ff8200;
}

.popup-login .login-half .privacy-btn {
  padding-top: 15px;
  text-align: center;
}

.popup-login .login-half .privacy-btn button {
  width: 260px;
  height: 34px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  outline: none;
  letter-spacing: 1px;
  padding-left: 0;
  background: #ff8200;
  color: #ffffff;
}

.popup-login .slogan-logo-big {
  width: 270px;
  margin-top: 15px;
  margin-left: 22px;
  display: none;
}

.popup-login .slogan-logo-big img {
  width: 100%;
  opacity: 0.15;
}

.popup-login .slogan-slogan {
  color: rgba(255, 255, 255, 0.85);
  font-size: 30px;
  padding-top: 90px;
}

.popup-login .slogan-slogan p:first-of-type {
  margin-top: 60px;
  margin-left: 55px;
}

.popup-login .slogan-slogan p:last-of-type {
  margin-top: 30px;
  margin-right: 60px;
  text-align: right;
}

.popup-login .slogan-logo-small {
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.7;
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: none;
}

.popup-login .slogan-logo-small img {
  width: 18px;
  margin-right: 3px;
}

.popup-login .weixin-user {
  padding-top: 120px;
  text-align: center;
}

.popup-login .weixin-user img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.popup-login .weixin-user p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  margin-bottom: 25px;
}

.popup-login .weixin .slogan-logo-small {
  color: rgba(0, 0, 0, 0.1);
}

.popup-login .register .tab-content {
  padding-top: 8px;
}

.popup-login .third-box {
  margin-top: -15px;
  padding: 0 30px;
}

.popup-login .third-title {
  text-align: center;
  font-size: 12px;
  height: 12px;
  line-height: 1;
  color: #808080;
  position: relative;
}

.popup-login .third-title::before, .popup-login .third-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 5px;
  left: 0;
}

.popup-login .third-title::after {
  left: auto;
  right: 0;
}

.popup-login .third-logo {
  margin-top: 15px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-login .third-logo .iconfont {
  font-size: 30px;
  color: #76cbae;
  margin: 0 10px;
}

.popup-login .third-logo .iconfont:hover {
  color: rgba(118, 203, 174, 0.8);
}

.popup-login .third-logo .iconfont.icon-weibo {
  font-size: 26px;
  color: #e32529;
}

.popup-login .third-logo .iconfont.icon-weibo:hover {
  color: rgba(227, 37, 41, 0.8);
}

.popup-login .tip {
  position: absolute;
  top: 100%;
  font-size: 12px;
  color: red;
}

.popup-login .tip .iconfont {
  font-size: 12px;
  margin: 0 5px;
}

.popup-login .switch {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 60px;
  padding: 5px;
  text-align: right;
}

.popup-login .switch .tab-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.popup-login .erweima {
  display: none;
}

.popup-login .erweima-box {
  width: 100%;
  height: 226px;
  padding-top: 12px;
  text-align: center;
  position: relative;
}

.popup-login .erweima-box button {
  width: 120px;
  height: 32px;
  margin-top: 10px;
  background: #ff8200;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  border: none;
  outline: none;
}

.popup-login .login-erweima {
  width: 100%;
  text-align: center;
}

.popup-login .login-erweima img {
  width: 214px;
  margin: 0 auto;
}

.popup-login .invalid-box {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.popup-login .invalid-box p {
  font-size: 18px;
  color: #000000;
  margin-top: 75px;
  font-weight: bold;
  letter-spacing: 1px;
}

.popup-login .invalid .invalid-box {
  display: block;
}

.popup-login .success {
  display: none;
}

.popup-login .success img {
  padding-top: 25px;
}

.popup-login .success p:first-of-type {
  margin-top: 20px;
  font-size: 12px;
  color: #000000;
}

.popup-login .success p:last-of-type {
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
}

.popup-login .again {
  display: none;
}

.popup-login .again .erweima-portrait {
  width: 140px;
  margin-bottom: 15px;
  border-radius: 50%;
}

.popup-login .again p {
  position: relative;
}

.popup-login .again button {
  margin-top: 0;
}

.popup-login .again .switch-account {
  position: absolute;
  bottom: 0;
  left: 195px;
  text-decoration: underline;
}

.popup-login .again .switch-account:hover {
  color: #ff8200;
}

.popup-login .login-privacy {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-login .login-privacy .radio-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #ff8200;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
}

.popup-login .login-privacy .radio-box input[type='checkbox'], .popup-login .login-privacy .radio-box input[type='radio'] {
  width: 12px;
  height: 12px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.popup-login .login-privacy .radio-box input[type='checkbox']:checked ~ .selected,
.popup-login .login-privacy .radio-box input[type='checkbox']:checked ~ .checked,
.popup-login .login-privacy .radio-box input[type='checkbox']:checked ~ .radio-dot, .popup-login .login-privacy .radio-box input[type='radio']:checked ~ .selected,
.popup-login .login-privacy .radio-box input[type='radio']:checked ~ .checked,
.popup-login .login-privacy .radio-box input[type='radio']:checked ~ .radio-dot {
  display: block;
}

.popup-login .login-privacy .radio-box input[type='checkbox'] ~ .selected,
.popup-login .login-privacy .radio-box input[type='checkbox'] ~ .checked,
.popup-login .login-privacy .radio-box input[type='checkbox'] ~ .radio-dot, .popup-login .login-privacy .radio-box input[type='radio'] ~ .selected,
.popup-login .login-privacy .radio-box input[type='radio'] ~ .checked,
.popup-login .login-privacy .radio-box input[type='radio'] ~ .radio-dot {
  display: none;
}

.popup-login .login-privacy .radio-box .selected, .popup-login .login-privacy .radio-box .checked, .popup-login .login-privacy .radio-box .radio-dot {
  width: 4px;
  height: 4px;
  background: #ff8200;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 3px;
  padding: 0;
  display: none;
}

.popup-login .login-privacy .radio-box .checked {
  width: 6px;
  height: 6px;
  margin: 2px;
}

.popup-login .go-privacy {
  color: #299BFF !important;
  cursor: pointer;
}

.privacy {
  display: none;
}

.privacy .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 8px;
}

.privacy .head {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
}

.privacy p {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

.privacy li {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}

.privacy-wrap {
  padding: 25px;
  width: 750px !important;
  background: #ffffff;
}

.privacy-text {
  width: 100%;
  height: 320px;
  font-size: 13px;
  padding: 0 12px;
  color: #999999;
  overflow: auto;
}

.privacy-text::-webkit-scrollbar {
  width: 8px;
}

.privacy-text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}

.privacy-text::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background: transparent;
}

.login-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  display: none;
}

.login-popup-wrap .login-popup {
  position: relative;
  width: 360px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 10px 40px;
}

.login-popup-wrap .lp-title {
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}

.login-popup-wrap .lp-content {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #424242;
}

.login-popup-wrap .lp-button {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  padding: 0 20px;
  color: #fff;
  background: #ff8200;
  border-radius: 16px;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  margin: 20px 0;
}

.login-popup-wrap .lp-button.cancel {
  background: #D4D4D4;
  border-color: #D4D4D4;
  color: #fff;
}

.login-popup-wrap .lp-button.cancel:hover {
  background: #D4D4D4;
  border-color: #D4D4D4;
  color: #fff;
}

.login-popup-wrap .lp-close {
  position: absolute;
  top: 12px;
  right: 16px;
  color: #999;
  z-index: 1;
}

.login-popup-wrap .lp-close:hover {
  color: #666;
}

.login-popup-wrap .lp-close .iconfont {
  font-size: 18px;
}

html {
  min-width: 768px;
  font-size: 100px;
}

@media (min-width: 1600px) {
  html {
    font-size: 110px;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 90px;
  }
}

body {
  min-width: 768px;
  min-height: 100vh;
  background: #F6F8FA;
  font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Segoe UI, Microsoft YaHei, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  /* footer高度 */
  padding-bottom: 130px;
}

.container {
  width: 720px;
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1520px;
  }
}

header {
  height: 0.7rem;
  background: #ffffff;
  font-size: .14rem;
  position: relative;
  z-index: 1000;
}

header .active a, header a:hover {
  color: #ff8200 !important;
}

header .navbar {
  margin-bottom: 0;
  border: none;
}

header .navbar .navbar-header {
  height: .7rem;
  display: flex;
  align-items: center;
}

header .navbar .navbar-header .navbar-toggle, header .navbar .navbar-header .navbar-brand {
  margin: 0;
  padding: 0;
}

header .navbar .navbar-header .navbar-toggle {
  margin-right: 15px;
}

header .navbar .navbar-header .logo {
  height: .3rem;
}

header .navbar .navbar-header .logo img {
  height: 100%;
}

header .nav-box, header .login-box {
  height: .7rem;
  display: flex;
  align-items: center;
  margin: 0;
}

header .nav-box li a, header .login-box li a {
  color: #666;
  font-size: .14rem;
  background-color: transparent !important;
}

header .login-box a {
  padding: 0 .15rem;
}

header .login-box .app-load {
  line-height: .12rem;
  border-right: 1px solid #aaa;
}

header .login-box .done-login {
  display: block;
  overflow: hidden;
  max-width: 1.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

header .login-box .done-login img {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  margin-right: .05rem;
}

header .login-box .dropdown-menu {
  top: .5rem;
  right: 0;
  left: auto;
  border: none;
}

header .login-box .dropdown-menu li a {
  line-height: 44px;
  text-align: center;
}

@media (max-width: 991px) {
  .navbar-header {
    float: left;
  }
  .navbar-toggle {
    display: block;
    float: left;
  }
  .navbar-toggle .icon-menu {
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #ff8200;
    border-radius: 8px;
    padding: 4px 7px;
    background: #ff8200;
  }
  .navbar-toggle.collapsed .icon-menu {
    color: #ff8200;
    background: transparent;
  }
  .navbar-toggle.collapsed .icon-menu:hover {
    background: rgba(255, 130, 0, 0.15);
  }
  header .nav-box {
    display: block;
    height: .40px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.in {
    display: block !important;
  }
  .navbar-collapse.collapsing,
  .navbar-collapse.in {
    position: absolute;
    top: .7rem;
    left: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse.collapsing ul li,
  .navbar-collapse.in ul li {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
  }
  .navbar-collapse.collapsing ul li a,
  .navbar-collapse.in ul li a {
    max-width: 750px;
    margin: 0 auto;
    padding: 10px 20px;
  }
  .navbar-nav {
    float: none;
  }
  .navbar-nav > li {
    float: none;
    padding-left: 30px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: #000;
  z-index: 10;
  font-size: .14rem;
  color: #666;
  text-align: center;
  overflow: visible !important;
}

footer a {
  color: #666;
}

footer a:hover {
  color: #999;
}

footer .container {
  height: 90px;
  line-height: 90px;
}

footer .container .footer-left {
  display: inline-block;
  margin-right: 80px;
}

footer .container .footer-left a {
  display: inline-block;
  color: #666;
  padding: 0 12px;
  line-height: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

footer .container .footer-left a:last-of-type {
  border-right: none;
}

footer .container .footer-left a:hover {
  color: rgba(255, 255, 255, 0.6);
}

footer .container .footer-left a:hover .footer-popup {
  display: block;
}

footer .container .footer-left a .iconfont {
  margin-right: 2px;
}

footer .container .footer-left a .footer-popup {
  position: absolute;
  top: -170px;
  left: -15px;
  width: 150px;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
  display: none;
}

footer .container .footer-left a .footer-popup::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 67px;
}

footer .container .footer-left a .footer-popup img {
  width: 100%;
}

@media (max-width: 992px) {
  footer .container .footer-left {
    margin-right: 22px;
  }
  footer .container .footer-left a {
    padding: 0 8px 0 3px;
  }
}

footer .container .footer-center {
  display: inline-block;
}

footer .container .footer-center a {
  display: inline-block;
  width: 1.1rem;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  font-size: .16rem;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  margin-right: 15px;
  margin-bottom: 8px;
}

footer .container .footer-center a:hover {
  border: 1px solid white;
  color: white;
}

footer .container .footer-center a i {
  font-size: .2rem;
  margin-right: 8px;
}

footer .footer-bottom {
  background: #151515;
  overflow: hidden;
  text-align: center;
  height: 40px;
  line-height: 38px;
}

footer .footer-bottom p {
  display: inline-block;
  padding: 0 20px;
  border-right: 2px solid #666;
  line-height: .16rem;
  vertical-align: middle;
  margin-bottom: 0;
}

footer .footer-bottom p:last-of-type {
  border-right: none;
}

footer .footer-bottom p img {
  width: .16rem;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -230px;
  bottom: 0;
  background: #fff;
  border-left: 1px solid #F6F8FA;
  z-index: 1000001;
  width: 265px;
  transition: all .8s;
}

.sidebar.show {
  right: 0;
}

.sidebar.show .side-left .back {
  display: block;
}

.sidebar .side-left {
  float: left;
  width: 34px;
  height: 100%;
  position: relative;
}

.sidebar .side-left .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
  display: none;
}

.sidebar .side-left .back:hover {
  color: #ff8200;
}

.sidebar .side-left .back .iconfont {
  font-size: 12px;
}

.sidebar .side-left .items {
  margin-top: 100px;
}

.sidebar .side-left .item {
  width: 34px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #000;
  border-radius: 6px;
  margin-top: 10px;
  margin-left: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.sidebar .side-left .item.active, .sidebar .side-left .item:hover {
  background: #ff8200;
  color: #fff;
}

.sidebar .side-left .item:hover .tip {
  display: block;
}

.sidebar .side-left .item .iconfont {
  font-size: 20px;
}

.sidebar .side-left .item .tip {
  position: absolute;
  top: 18px;
  right: 45px;
  width: 90px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.sidebar .side-left .item .tip::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.sidebar .side-left .tools {
  position: absolute;
  left: 0;
  bottom: 10px;
}

.sidebar .side-left .tool {
  width: 34px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.sidebar .side-left .tool:hover {
  width: 64px;
  margin-left: -30px;
  padding-left: 30px;
}

.sidebar .side-left .tool:hover .icon {
  color: #fff;
  background: #ff8200;
}

.sidebar .side-left .tool:hover .phone-box, .sidebar .side-left .tool:hover .weixin-box {
  display: block;
}

.sidebar .side-left .tool .icon {
  display: inline-block;
  width: 34px;
  height: 30px;
  font-size: 20px;
  border-radius: 6px;
}

.sidebar .side-left .tool .icon-telephone {
  color: #e95d60;
}

.sidebar .side-left .tool .icon-weixin {
  color: #20c581;
}

.sidebar .side-left .tool .icon-top1 {
  color: #a2a2a2;
}

.sidebar .side-left .phone-box {
  width: 300px;
  height: 175px;
  padding: 20px 25px;
  background: #fff;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -70px;
  right: 55px;
  display: none;
}

.sidebar .side-left .phone-box::before {
  content: "";
  position: absolute;
  top: 76px;
  right: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid #ddd;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.sidebar .side-left .phone-box::after {
  content: "";
  position: absolute;
  top: 77px;
  right: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.sidebar .side-left .phone-box p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #5b6269;
  cursor: text;
}

.sidebar .side-left .phone-box p.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.sidebar .side-left .phone-box p.number {
  font-size: 16px;
  line-height: 30px;
}

.sidebar .side-left .phone-box p.number .iconfont {
  font-size: 18px;
  color: #5b6269;
  margin-right: 5px;
}

.sidebar .side-left .weixin-box {
  width: 180px;
  height: 180px;
  position: absolute;
  top: -100px;
  right: 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: none;
}

.sidebar .side-left .weixin-box img {
  width: 100%;
}

@media (max-height: 580px) {
  .sidebar .side-left .items {
    margin-top: 50px;
  }
}

@media (max-height: 480px) {
  .sidebar .side-left .tools {
    display: none;
  }
}

.sidebar .side-right {
  float: left;
  width: 230px;
  height: 100%;
}

.sidebar .side-right .content {
  display: none;
  height: 100%;
  animation: scale .5s linear;
}

.sidebar .side-right .none-item {
  width: 100%;
  padding-top: 140px;
  text-align: center;
}

.sidebar .side-right .none-item img {
  width: 100px;
}

.sidebar .side-right .none-item p {
  margin-top: 15px;
  font-size: 0.13rem;
  color: #666;
}

.sidebar .side-right .none-item p a {
  color: #ff8200;
  margin-left: 12px;
  text-decoration: underline;
}

.sidebar .side-right .item-list {
  padding: 15px;
  height: 100%;
  overflow: auto;
}

.sidebar .side-right .item-list::-webkit-scrollbar {
  display: none;
}

.sidebar .side-right .item-head {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #313131;
  text-align: center;
  position: relative;
}

.sidebar .side-right .item-head::before {
  content: "";
  width: 55px;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  top: 30px;
  left: 0;
}

.sidebar .side-right .item-head::after {
  content: "";
  width: 55px;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  top: 30px;
  right: 0;
}

.sidebar .side-right .item-more a {
  float: right;
  font-size: 12px;
  color: #ff8200;
  line-height: 30px;
}

.sidebar .side-right .title a {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.sidebar .side-right .title a:hover {
  color: #ff8200;
}

.sidebar .side-right .title-2 a {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.sidebar .side-right .title-2 a:hover {
  color: #ff8200;
}

.sidebar .side-right .item {
  padding-top: 10px;
  border-bottom: 1px dashed #ddd;
  position: relative;
}

.sidebar .side-right .item .time {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 12px;
}

.sidebar .side-right .item .button {
  height: 25px;
}

.sidebar .side-right .item .button a {
  display: inline-block;
  width: 160px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  background: #ff8200;
  border-radius: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s ease;
}

.sidebar .side-right .item .button.over a {
  background: #fdda8c;
}

.sidebar .side-right .item .button.waiting a {
  background: #ccc;
}

.sidebar .side-right .bofang {
  text-align: center;
}

.sidebar .side-right .bofang .item {
  padding: 10px 0 20px;
  margin-bottom: 10px;
}

.sidebar .side-right .kecheng .item {
  padding: 10px 0 5px;
  margin-bottom: 10px;
}

.sidebar .side-right .kecheng .item .zuijin-detail {
  top: auto;
  bottom: -45px;
  padding: 8px 15px 1px;
}

.sidebar .side-right .kecheng .item .zuijin-detail::before {
  content: "";
  position: absolute;
  left: 84px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.sidebar .side-right .kecheng .item .zuijin-detail::after {
  content: "";
  position: absolute;
  left: 85px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.sidebar .side-right .kecheng .item .zuijin-detail::before {
  top: -8px;
  border-top: none;
  border-bottom: 8px solid #ddd;
}

.sidebar .side-right .kecheng .item .zuijin-detail::after {
  top: -7px;
  border-top: none;
  border-bottom: 7px solid #fff;
}

.sidebar .side-right .zuijin .item {
  padding: 10px 12px 2px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  border: none;
  background: #F8F8F8;
}

.sidebar .side-right .zuijin .item:nth-of-type(2) .zuijin-detail {
  top: 100%;
  bottom: auto;
}

.sidebar .side-right .zuijin .item:nth-of-type(2) .zuijin-detail::before {
  content: "";
  position: absolute;
  left: 84px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.sidebar .side-right .zuijin .item:nth-of-type(2) .zuijin-detail::after {
  content: "";
  position: absolute;
  left: 85px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.sidebar .side-right .zuijin .item:nth-of-type(2) .zuijin-detail::before {
  top: -8px;
  border-top: none;
  border-bottom: 8px solid #ddd;
}

.sidebar .side-right .zuijin .item:nth-of-type(2) .zuijin-detail::after {
  top: -7px;
  border-top: none;
  border-bottom: 7px solid #fff;
}

.sidebar .side-right .zuijin .item p {
  margin-bottom: 8px;
}

.sidebar .side-right .zuijin .zuijin-left {
  flex-grow: 1;
}

.sidebar .side-right .zuijin .zuijin-right {
  padding-left: 5px;
  flex-shrink: 0;
  text-align: center;
  display: none;
}

.sidebar .side-right .zuijin .zuijin-right .icon-zhengchangbofang {
  font-size: 24px;
  color: #ff8200;
}

.sidebar .side-right .zuijin .zuijin-right .zuijin-rate {
  font-size: 12px;
  margin-top: -11px;
  color: #b2b2b2;
}

.sidebar .side-right .zuijin .time {
  margin-top: 0;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.sidebar .side-right .icon-i {
  color: #ccc;
  font-size: 14px;
  margin-left: 6px;
  cursor: pointer;
  position: relative;
}

.sidebar .side-right .icon-i:hover {
  color: #b2b2b2;
}

.sidebar .side-right .zuijin-detail {
  position: absolute;
  left: 10px;
  right: 10px;
  top: auto;
  bottom: 38px;
  box-shadow: 0 0 3px 0 #aaa;
  border-radius: 3px;
  background: #fff;
  padding: 10px 10px 5px;
  display: none;
  z-index: 2;
}

.sidebar .side-right .zuijin-detail::before {
  content: "";
  position: absolute;
  left: 84px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.sidebar .side-right .zuijin-detail::after {
  content: "";
  position: absolute;
  left: 85px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.sidebar .side-right .zuijin-detail::before {
  bottom: -8px;
  border-top: 8px solid #ddd;
  border-bottom: none;
}

.sidebar .side-right .zuijin-detail::after {
  bottom: -7px;
  border-top: 7px solid #fff;
  border-bottom: none;
}

.sidebar .side-right .zuijin-detail p {
  margin-bottom: 6px;
  font-size: 12px;
  color: #000;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes scale {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.noaside {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 5px;
  background: #e2e2e2;
  z-index: 100;
}

.noaside:hover {
  background: lightgray;
}

.noaside .icon-top1 {
  color: #fff;
  font-size: 28px;
}

.go-top {
  visibility: hidden;
}

/* 弹框 */
.compopup-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000001;
}

.compopup-cd {
  min-width: 400px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}

.compopup-cd p {
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-bottom: 0;
  margin-top: 35px;
  margin-bottom: -10px;
}

.compopup-cd p.time {
  font-size: 50px;
  color: #ff8200;
}

.compopup-cd .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.compopup-cd .close .iconfont {
  font-size: 26px;
}

.compopup-suc {
  min-width: 240px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
  padding: 22px;
}

.compopup-suc p {
  font-size: 16px;
  text-align: center;
  color: #ff8200;
  margin-bottom: 0;
}

.compopup-suc p .iconfont {
  font-size: 50px;
}

.compopup-err {
  min-width: 150px;
  height: 100px;
  background: rgba(26, 26, 26, 0.85);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: 1000001;
  color: #e5e5e5;
  padding: 12px 20px;
  animation: popup_scale .5s linear;
}

.compopup-err.tip {
  height: auto;
}

.compopup-err.tip p {
  margin-bottom: 0;
}

.compopup-err p {
  font-size: 0.14rem;
  text-align: center;
  margin-bottom: 6px;
}

.compopup-err p .iconfont {
  font-size: 32px;
}

.compopup-confirm {
  min-width: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: #fff;
  padding: .1rem .2rem;
}

.compopup-confirm p {
  font-size: .16rem;
  text-align: center;
  color: #333;
  margin: .25rem 0;
}

.compopup-confirm button {
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.13rem;
  padding: 0 0.3rem;
  color: #fff;
  background: #ff8200;
  border-radius: 0.14rem;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 .15rem;
}

.compopup-confirm button.cancel {
  background: #D4D4D4;
  border-color: #D4D4D4;
  color: #fff;
}

.compopup-confirm button.cancel:hover {
  background: #D4D4D4;
  border-color: #D4D4D4;
  color: #fff;
}

.compopup-confirm button.no {
  background: #d8d8d8;
  color: #fff;
}

.compopup-loading {
  min-width: 150px;
  height: 100px;
  background: rgba(26, 26, 26, 0.4);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: 1000001;
  color: #f2f2f2;
  padding: 12px 20px;
  animation: popup_scale .5s linear;
  text-align: center;
}

.compopup-loading .spinner-border {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 0;
  text-align: center;
}

.compopup-loading .tip {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

@-webkit-keyframes popup_scale {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@-moz-keyframes popup_scale {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes popup_scale {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.popup-download {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffeecc;
  color: #000;
  font-size: 15px;
  padding: 20px 35px;
  border: 1px solid #ffdab3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 10000;
}

.popup-download .desc-ad {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.popup-download .desc {
  font-size: 16px;
}

.popup-download .desc-end {
  font-size: 12px;
  color: red;
  margin-bottom: 20px;
}

.popup-download .btn-line {
  text-align: center;
  margin-bottom: 0;
}

.popup-download .btn-line .download, .popup-download .btn-line button {
  margin: 10px 25px 0;
  border: none;
  outline: none;
  background: #fdfdfd;
  border-radius: 5px;
  padding: 6px 20px;
  font-size: 13px;
}

.popup-download .btn-line .download:hover, .popup-download .btn-line button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
}

.popup-download .btn-line .download {
  background: #fd9b35;
  color: #FFFFFF;
}

.popup-download .close {
  margin-left: 5px;
  margin-right: -8px;
  margin-top: -4px;
  color: #b0b0b0;
  opacity: 1;
}

.popup-download .close .iconfont {
  font-size: 20px;
}

.downloaded {
  color: #464646;
  text-decoration: underline !important;
}

.downloaded:hover {
  color: #000;
}

.load-box-win {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 260px;
  height: 46px;
  line-height: 46px;
  background: #ffffff;
  border-radius: 12px;
  color: #333;
  box-shadow: 0px 3px 7px 0px rgba(171, 78, 35, 0.2);
  margin-bottom: 15px;
}

.load-box-win:hover {
  color: #000;
}

.load-box-win i {
  flex-shrink: 0;
  font-size: 22px;
  margin-right: 8px;
}

.load-box-win span {
  font-size: 18px;
}

/* 密码提示 */
.psw-tip {
  top: 100%;
  color: #999;
  font-size: 12px;
  font-family: cursive;
  margin-top: 3px;
  margin-bottom: 0;
}

.chide {
  display: none;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.highlight {
  color: #ff8200;
}
