@charset "UTF-8";

*,
ul {
  margin: 0;
  padding: 0;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.link {
  cursor: pointer;
}

.c3 {
  color: #333;
}

.c9a {
  color: #9A9A9A;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.theme-hover:hover {
  color: #F56883;
}

.header-container {
  min-width: 1200px;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(136, 136, 136, 0.05);
          box-shadow: 0px 4px 4px 0px rgba(136, 136, 136, 0.05);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header-container .header-box {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-container .header-box .header-logo {
  width: auto;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-container .header-box .header-logo .home-logo {
  width: 134px;
  height: 43px;
  display: inline-block;
}

.header-container .header-box .header-logo .switch-identity {
  height: 100%;
  position: relative;
  margin-left: 10px;
}

.header-container .header-box .header-logo .switch-identity .switch-identity-btn {
  width: 30px;
  height: 100%;
  cursor: pointer;
}

.header-container .header-box .header-logo .switch-identity .changeIdIcon {
  width: 30px;
  height: 30px;
  margin: 15px auto;
}

.header-container .header-box .header-logo .switch-identity .company-list-box {
  width: 286px;
  height: auto;
  position: absolute;
  left: -41px;
  top: 60px;
  z-index: 999;
  display: none;
}

.header-container .header-box .header-logo .switch-identity .company-list {
  width: 100%;
  height: auto;
  max-height: 330px;
  overflow-y: auto;
  background: #FFFFFF;
  -webkit-box-shadow: 3px 6px 15px 0px rgba(39, 39, 39, 0.1);
          box-shadow: 3px 6px 15px 0px rgba(39, 39, 39, 0.1);
  border-radius: 4px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-container .header-box .header-logo .switch-identity .company-item {
  width: 100%;
  height: auto;
  font-size: 14px;
}

.header-container .header-box .header-logo .switch-identity .company-item:first-of-type {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 10px;
}

.header-container .header-box .header-logo .switch-identity .company-item:nth-of-type(2) {
  padding-top: 10px;
}

.header-container .header-box .header-logo .switch-identity .company-item .type {
  color: #9A9A9A;
  margin: 20px 0;
  display: none;
}

.header-container .header-box .header-logo .switch-identity .company-item:first-of-type .type,
.header-container .header-box .header-logo .switch-identity .company-item:nth-of-type(2) .type {
  display: block;
}

.header-container .header-box .header-logo .switch-identity .company-item .ids-icon {
  width: 70px;
  height: 19px;
  display: inline-block;
  background: url("/new20198/images/vipIntro/ids.png") no-repeat;
}

.header-container .header-box .header-logo .switch-identity .company-item .ids-icon0 {
  background-position: 0 0;
}

.header-container .header-box .header-logo .switch-identity .company-item .ids-icon1 {
  background-position: 0 -29px;
}

.header-container .header-box .header-logo .switch-identity .company-item .ids-icon2 {
  background-position: 0 -58px;
}

.header-container .header-box .header-logo .switch-identity .company-item .ids-icon3 {
  background-position: 0 -86px;
}

.header-container .header-box .header-logo .switch-identity .company-item .ids-icon4 {
  background-position: 0 -115px;
}

.header-container .header-box .header-logo .switch-identity .company-item .ids-icon5 {
  background-position: 0 -142px;
}

.header-container .header-box .header-logo .switch-identity .company-item .ids-icon6 {
  background-position: 0 -196px;
}

.header-container .header-box .header-logo .switch-identity .company-item .ids-icon7 {
  background-position: 0 -223px;
}

.header-container .header-box .header-logo .switch-identity .company-item .nickname {
  width: auto;
  max-width: 113px;
  color: #333333;
  margin-right: 4px;
  display: inline-block;
}

.header-container .header-box .header-logo .switch-identity .company-item-b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.header-container .header-box .header-logo .switch-identity .canchoose .company-item-b {
  cursor: pointer;
}

.header-container .header-box .header-logo .switch-identity:hover .company-list-box {
  display: block;
}

.header-container .header-box .nav-list {
  position: relative;
}

.header-container .header-box .nav-list .classify-box {
  width: 796px;
  height: 592px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(74, 74, 74, 0.08);
          box-shadow: 0px 4px 15px 0px rgba(74, 74, 74, 0.08);
  border-radius: 10px;
  position: absolute;
  top: 60px;
  left: -58px;
  display: none;
  z-index: 999;
}

.header-container .header-box .nav-list .classify-box .classify-header {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("/new20198/images/home/cate-bg.png");
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-container .header-box .nav-list .classify-box .classify-header .classify-header-t {
  color: #444444;
}

.header-container .header-box .nav-list .classify-box .classify-header .classify-header-t span {
  color: #FB6F5B;
}

.header-container .header-box .nav-list .classify-box .classify-header .classify-header-btn {
  width: 180px;
  height: 33px;
  background: -webkit-gradient(linear, right top, left top, from(#F56883), to(#FB6F5B));
  background: -webkit-linear-gradient(right, #F56883 0%, #FB6F5B 100%);
  background: -o-linear-gradient(right, #F56883 0%, #FB6F5B 100%);
  background: linear-gradient(270deg, #F56883 0%, #FB6F5B 100%);
  -webkit-box-shadow: 0px 4px 4px 0px #F8AFBC;
          box-shadow: 0px 4px 4px 0px #F8AFBC;
  border-radius: 30px;
  text-align: center;
  line-height: 33px;
  color: #FFFFFF;
  display: inline-block;
}

.header-container .header-box .nav-list .classify-box .classify-content {
  width: 100%;
  height: 532px;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-l {
  width: 180px;
  height: 100%;
  overflow: hidden;
  float: left;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-l .classify-content-li {
  width: 180px;
  height: 84px;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  position: relative;
  padding-left: 20px;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-l .classify-content-li .first-cate {
  color: #444444;
  margin-bottom: 2px;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-l .classify-content-li .second-cate-ul {
  margin-left: -6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-l .classify-content-li .second-cate-ul li {
  position: relative;
  margin-left: 6px;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-l .classify-content-li .second-cate-ul li a {
  color: #6F6D6D;
  margin-right: 6px;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-l .classify-content-li .second-cate-ul li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #6F6D6D;
  border-radius: 30px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  margin-right: 6px;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-l .classify-content-li .second-cate-ul li:last-of-type::after {
  content: none;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-l .classify-content-li:hover,
.header-container .header-box .nav-list .classify-box .classify-content .classify-content-l .active-li {
  background: #FFF9FA;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-l .classify-content-li:hover::before,
.header-container .header-box .nav-list .classify-box .classify-content .classify-content-l .active-li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#F56883), to(#FB6F5B));
  background: -webkit-linear-gradient(right, #F56883 0%, #FB6F5B 100%);
  background: -o-linear-gradient(right, #F56883 0%, #FB6F5B 100%);
  background: linear-gradient(270deg, #F56883 0%, #FB6F5B 100%);
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-r {
  float: right;
  width: 616px;
  height: 532px;
  overflow-y: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-r .classify-content-item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #F0F0F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0 12px;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-r .classify-content-item .classify-content-title {
  margin-right: 12px;
  width: 65px;
  display: inline-block;
  font-weight: 500;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-r .classify-content-item .classify-content-text {
  width: 500px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-r .classify-content-item .classify-content-text li {
  margin: 0 8px 8px;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-r .classify-content-item .classify-content-text li a {
  color: #6F6D6D;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-r .classify-content-item .classify-content-text li a:hover {
  color: #F56883;
}

.header-container .header-box .nav-list .classify-box .classify-content .classify-content-r-show {
  display: block;
}

.header-container .header-box .searchBox {
  height: auto !important;
  padding-top: 9px !important;
}

.header-container .header-box .searchBox .searchMain {
  width: auto;
  max-width: 400px;
}

.header-container .header-box .searchBox .searchMain .searB {
  width: auto;
  max-width: 400px;
  height: 42px;
}

.header-container .header-box .searchBox .searchMain .searB .searchBtn {
  width: 80px;
  height: 42px;
}

.header-container .header-box .searchBox .searchMain .searB .searchInput {
  width: 100% !important;
  height: 42px;
  color: #6F6D6D;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px 0 0 10px;
}

.header-container .header-box .searchBox .searchMain .searB .searchNewInput {
  border: 2px solid #f66a73 !important;
  border-radius: 10px 0 0 10px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.header-container .header-box .searchBox .searchMain .searB .searchRecommend {
  border-bottom: none !important;
  padding-bottom: 2px !important;
  border-radius: 10px 0 0 0 !important;
}

.header-container .header-box .searchBox .searchMain .searB .twitter-typeahead {
  width: calc(100% - 80px) !important;
}

.header-container .header-box .searchBox .searchMain .searB .twitter-typeahead .tt-menu {
  top: 42px !important;
}

.header-container .header-box .searchBox .searchMain .searB .twitter-typeahead,
.header-container .header-box .searchBox .searchMain .searB .searchInput {
  height: 42px;
}

.header-container .header-box .searchBox .searchMain .searB .searchBtn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-container .header-box .searchBox .searchMain .searB .searchBtn img {
  width: 19px;
  height: auto;
}

.header-container .header-box .nav-list {
  width: auto;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-container .header-box .nav-list .nav-li {
  margin: 0 15px;
  float: left;
  position: relative;
}

.header-container .header-box .nav-list .nav-li .nav-li-text {
  color: #333333;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  position: relative;
}

.header-container .header-box .nav-list .nav-li .nav-li-text::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: none;
  background: #F56883;
}

.header-container .header-box .nav-list .nav-li .nav-select-box {
  width: 715px;
  height: auto;
  max-height: 462px;
  overflow-y: auto;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(74, 74, 74, 0.08);
          box-shadow: 0px 4px 15px 0px rgba(74, 74, 74, 0.08);
  border-radius: 10px;
  position: absolute;
  top: 60px;
  left: -150px;
  background-color: #fff;
  display: none;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-header {
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #333333;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-header .nav-select-header-l {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-header .nav-select-header-l .cate-icon {
  width: 59px;
  height: 63px;
  display: inline-block;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-header .nav-select-header-r {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-header .nav-select-header-r .update-icon {
  width: 17px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-header .nav-select-header-r .update-num {
  font-size: 20px;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-content {
  width: 100%;
  height: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-content .keywords-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  padding: 10px 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-content .keywords-list .keywords-li {
  margin: 6px 0 12px;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-content .keywords-list .keywords-li .title {
  width: 69px;
  position: relative;
  padding-left: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-content .keywords-list .keywords-li .title::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #FF8270;
  position: absolute;
  left: 0;
  top: 3.5px;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-content .keywords-list .keywords-li .keywords-r {
  width: 430px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-content .keywords-list .keywords-li .keywords-r .keywords-r-li {
  padding: 0 20px 0 10px;
  margin-bottom: 6px;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-content .keywords-list .keywords-li:last-of-type {
  margin-bottom: 0;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-content .keywords-imgbox {
  width: 176px;
  height: auto;
  margin-top: 16px;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-content .keywords-imgbox .keywords-img-box {
  width: 176px;
  height: 110px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 18px;
  border-radius: 4px;
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-content .keywords-imgbox .keywords-img-box:hover .keywords-img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.header-container .header-box .nav-list .nav-li .nav-select-box .nav-select-content .keywords-imgbox .keywords-img {
  width: 100%;
  height: auto;
  max-height: 110px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(2) .nav-select-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE6E2), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #FFE6E2, #FFFFFF);
  background: -o-linear-gradient(top, #FFE6E2, #FFFFFF);
  background: linear-gradient(to bottom, #FFE6E2, #FFFFFF);
}

.header-container .header-box .nav-list .nav-li:nth-of-type(2) .cate-icon {
  background: url("/new20198/images/home/navIcon.png");
  background-position: 0 0;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(2) .update-icon {
  background: url("/new20198/images/home/nav-icon-right.png");
  background-position: 0 -1px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(2) .update-num {
  color: #FF604A;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(3) .nav-select-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECFFE6), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #ECFFE6, #FFFFFF);
  background: -o-linear-gradient(top, #ECFFE6, #FFFFFF);
  background: linear-gradient(to bottom, #ECFFE6, #FFFFFF);
}

.header-container .header-box .nav-list .nav-li:nth-of-type(3) .cate-icon {
  background: url("/new20198/images/home/navIcon.png");
  background-position: 0 -73px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(3) .update-icon {
  background: url("/new20198/images/home/nav-icon-right.png");
  background-position: 0 -27px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(3) .update-num {
  color: #2AAE02;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(3) .title::before,
.header-container .header-box .nav-list .nav-li:nth-of-type(3) .nav-li-text::after {
  background: #2AAE02 !important;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(4) .nav-select-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF4E3), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #FFF4E3, #FFFFFF);
  background: -o-linear-gradient(top, #FFF4E3, #FFFFFF);
  background: linear-gradient(to bottom, #FFF4E3, #FFFFFF);
}

.header-container .header-box .nav-list .nav-li:nth-of-type(4) .cate-icon {
  background: url("/new20198/images/home/navIcon.png");
  background-position: 0 -146px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(4) .update-icon {
  background: url("/new20198/images/home/nav-icon-right.png");
  background-position: 0 -52px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(4) .update-num {
  color: #F69600;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(4) .title::before,
.header-container .header-box .nav-list .nav-li:nth-of-type(4) .nav-li-text::after {
  background: #F69600 !important;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(5) .nav-select-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8E5FF), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #F8E5FF, #FFFFFF);
  background: -o-linear-gradient(top, #F8E5FF, #FFFFFF);
  background: linear-gradient(to bottom, #F8E5FF, #FFFFFF);
}

.header-container .header-box .nav-list .nav-li:nth-of-type(5) .cate-icon {
  background: url("/new20198/images/home/navIcon.png");
  background-position: 0 -219px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(5) .update-icon {
  background: url("/new20198/images/home/nav-icon-right.png");
  background-position: 0 -78px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(5) .update-num {
  color: #B933EB;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(5) .title::before,
.header-container .header-box .nav-list .nav-li:nth-of-type(5) .nav-li-text::after {
  background: #B933EB !important;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(6) .nav-select-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#E4FDFE), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #E4FDFE, #FFFFFF);
  background: -o-linear-gradient(top, #E4FDFE, #FFFFFF);
  background: linear-gradient(to bottom, #E4FDFE, #FFFFFF);
}

.header-container .header-box .nav-list .nav-li:nth-of-type(6) .cate-icon {
  background: url("/new20198/images/home/navIcon.png");
  background-position: 0 -292px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(6) .update-icon {
  background: url("/new20198/images/home/nav-icon-right.png");
  background-position: 0 -105px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(6) .update-num {
  color: #02CEDA;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(6) .title::before,
.header-container .header-box .nav-list .nav-li:nth-of-type(6) .nav-li-text::after {
  background: #02CEDA !important;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(7) .nav-select-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4FFD5), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #F4FFD5, #FFFFFF);
  background: -o-linear-gradient(top, #F4FFD5, #FFFFFF);
  background: linear-gradient(to bottom, #F4FFD5, #FFFFFF);
}

.header-container .header-box .nav-list .nav-li:nth-of-type(7) .cate-icon {
  background: url("/new20198/images/home/navIcon.png");
  background-position: 0 -365px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(7) .update-icon {
  background: url("/new20198/images/home/nav-icon-right.png");
  background-position: 0 -131px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(7) .update-num {
  color: #7FAC01;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(7) .title::before,
.header-container .header-box .nav-list .nav-li:nth-of-type(7) .nav-li-text::after {
  background: #7FAC01 !important;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(8) .nav-select-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E6FF), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #E8E6FF, #FFFFFF);
  background: -o-linear-gradient(top, #E8E6FF, #FFFFFF);
  background: linear-gradient(to bottom, #E8E6FF, #FFFFFF);
}

.header-container .header-box .nav-list .nav-li:nth-of-type(8) .cate-icon {
  background: url("/new20198/images/home/navIcon.png");
  background-position: 0 -438px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(8) .update-icon {
  background: url("/new20198/images/home/nav-icon-right.png");
  background-position: 0 -156px;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(8) .update-num {
  color: #6B61E3;
}

.header-container .header-box .nav-list .nav-li:nth-of-type(8) .title::before,
.header-container .header-box .nav-list .nav-li:nth-of-type(8) .nav-li-text::after {
  background: #6B61E3 !important;
}

.header-container .header-box .nav-list .nav-li:hover .nav-select-box,
.header-container .header-box .nav-list .nav-li:hover .nav-li-text::after,
.header-container .header-box .nav-list .nav-li:hover .classify-box {
  display: block;
}

.header-container .header-box .header-right-box {
  height: 60px;
}

.header-container .header-box .header-right-box .navbar_ul {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-container .header-box .header-right-box .header-r-li {
  height: 100%;
  margin: 0 9.5px;
  position: relative;
}

.header-container .header-box .header-right-box .header-r-li .header-r-li-a,
.header-container .header-box .header-right-box .header-r-li .open-vip {
  margin: 20px 0;
}

.header-container .header-box .header-right-box .header-r-li .gonggao {
  width: 19px;
  height: 20px;
  margin-right: 3px;
}

.header-container .header-box .header-right-box .header-r-li .openvip {
  width: 23px;
  height: 20px;
  margin-right: 3px;
}

.header-container .header-box .header-right-box .header-r-li .message-a {
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box {
  width: 570px;
  height: 278px;
  background: url("/new20198/images/home/open-vip-bg.png");
  position: absolute;
  top: 60px;
  right: -46px;
  z-index: 5;
  display: none;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-l {
  padding: 10px 20px;
  float: left;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-l,
.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-r {
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-h {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-h .geren-icon {
  width: 19px;
  height: 19px;
  margin-right: 6px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-h .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #784300;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-h .look-more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-h .look-more:hover {
  color: #9a9a9a;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-btn {
  width: 245px;
  height: 38px;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#E5B372), to(#FFE6C5));
  background: -webkit-linear-gradient(bottom, #E5B372 0%, #FFE6C5 100%);
  background: -o-linear-gradient(bottom, #E5B372 0%, #FFE6C5 100%);
  background: linear-gradient(360deg, #E5B372 0%, #FFE6C5 100%);
  border-radius: 30px;
  text-align: center;
  line-height: 38px;
  color: #784300;
  margin-top: 21px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-geren-vip-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFE6C5), to(#E5B372));
  background: -webkit-linear-gradient(bottom, #FFE6C5 0%, #E5B372 100%);
  background: -o-linear-gradient(bottom, #FFE6C5 0%, #E5B372 100%);
  background: linear-gradient(360deg, #FFE6C5 0%, #E5B372 100%);
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .auth-box {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul {
  width: 245px;
  margin: 0 auto;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul .open-icon-li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6F6D6D;
  margin-top: 20px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul .open-icon-li .open-icon {
  width: 29px;
  height: 29px;
  background: url("/new20198/images/home/open-badge.png");
  margin-bottom: 10px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul .open-icon-li .open-icon-1 {
  background-position: 0 0;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul .open-icon-li .open-icon-2 {
  background-position: 0 -39px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul .open-icon-li .open-icon-3 {
  background-position: 0 -78px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul .open-icon-li .open-icon-4 {
  background-position: 0 -117px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul .open-icon-li .open-icon-5 {
  background-position: 0 -156px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul .open-icon-li .open-icon-6 {
  background-position: 0 -196px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul .open-icon-li .open-icon-7 {
  background-position: 0 -235px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul .open-icon-li .open-icon-8 {
  background-position: 0 -274px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul .open-icon-li .open-icon-9 {
  background-position: 0 -313px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul .open-icon-li .open-icon-10 {
  background-position: 0 -352px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-icon-ul-1 {
  width: 170px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-r {
  float: right;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-r .title span {
  background: -webkit-gradient(linear, left top, right top, from(#E5B372), to(#FFE6C5));
  background: -webkit-linear-gradient(left, #E5B372, #FFE6C5);
  background: -o-linear-gradient(left, #E5B372, #FFE6C5);
  background: linear-gradient(90deg, #E5B372, #FFE6C5);
  background: -webkit-linear-gradient(90deg, #E5B372, #FFE6C5);
  background: -o-linear-gradient(90deg, #E5B372, #FFE6C5);
  background-clip: text;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-r .open-btn-box {
  width: 100%;
  text-align: center;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-r .open-btn-box .open-vip-btn {
  width: 159px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-r .qy-icon {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-r .last-bg {
  width: 284px;
  height: 240px;
  background: #CD964F;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-r .second-bg {
  width: 260px;
  height: 266px;
  background: url("/new20198/images/home/open2.png");
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-r .first-bg {
  width: 100%;
  height: 197px;
  background: url("/new20198/images/home/open1.png");
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-r .open-vip-select-r-content {
  position: absolute;
  z-index: 4;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 20px 0;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-r:hover .second-bg {
  top: 0;
}

.header-container .header-box .header-right-box .header-r-li .open-vip-select-box .open-vip-select-r:hover .open-vip-select-h {
  margin-top: -2px;
}

.header-container .header-box .header-right-box .header-r-li:last-of-type {
  margin-right: 0;
}

.header-container .header-box .header-right-box .open-vip-li:hover .open-vip-select-box {
  display: block;
}

.header-container .excludeHomeHeader {
  display: none;
  margin: 0 auto;
}

.searchInput {
  cursor: text;
  line-height: 14px !important;
  /* 兼容safari */
}

.footerNoLoginTip {
  width: 100%;
  height: 80px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -ms-backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
  -o-backdrop-filter: blur(8px);
  background: rgba(229, 229, 229, 0.67);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.13);
  position: fixed;
  left: 0;
  z-index: 999;
  -webkit-animation: fadeInUp 1s ease-out;
          animation: fadeInUp 1s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: none;
}

.noLoginBox {
  height: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.noLoginBox::before,
.noLoginBox::after {
  content: none;
}

.noLoginBox_l_img {
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #9A9A9A;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-logo-no-login {
  width: 113px;
  height: 54px;
}

.noLoginBox_l_r {
  padding-left: 34px;
}

.noLoginBox_l_r_1 {
  font-size: 24px;
  /* color: #FD6E58; */
  font-weight: bolder;
  background: -webkit-gradient(linear, left top, left bottom, from(#F86680), to(#FD6E58));
  background: -webkit-linear-gradient(top, #F86680, #FD6E58);
  background: -o-linear-gradient(top, #F86680, #FD6E58);
  background: linear-gradient(180deg, #F86680, #FD6E58);
  background: -webkit-linear-gradient(180deg, #F86680, #FD6E58);
  background: -o-linear-gradient(180deg, #F86680, #FD6E58);
  background-clip: text;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.noLoginBox_l_r_2 {
  font-size: 14px;
  color: #000000;
}

.noLoginBox_l_r_2 span {
  color: #FD6E58;
}

.noLoginBox_r {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.noLoginBox_r_tip {
  color: #000000;
  font-size: 14px;
  margin-right: 10px;
}

.iconfontBox img {
  width: 52px;
  height: 52px;
  cursor: pointer;
  margin: 0 10px;
}

.closeFooterIcon img {
  width: 30px;
  height: 30px;
  margin: 0 16px 0 18px;
  cursor: pointer;
}

@-webkit-keyframes fadeInUp {
  from {
    bottom: -93px;
  }

  to {
    bottom: 0px;
  }
}

@keyframes fadeInUp {
  from {
    bottom: -93px;
  }

  to {
    bottom: 0px;
  }
}

.integral—enter-box,
.invite-friends-dialog-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  display: none;
}

.invite-friends-dialog-box {
  z-index: 100;
}

.integral—enter {
  width: 579px;
  height: 560px;
  background: url("/new20198/images/huodong2.png");
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.integral—enter-close-icon {
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  right: 50px;
  top: 110px;
  cursor: pointer;
}

.integral—enter-btn-box {
  width: 275px;
  height: 67px;
  border-radius: 30px;
  position: absolute;
  left: 177px;
  bottom: 26px;
  cursor: pointer;
}

.integral—enter-btn {
  width: 275px;
  height: 67px;
  -webkit-animation: scaleDraw 2.4s ease-in-out infinite;
  animation: scaleDraw 2.4s ease-in-out infinite;
}

@-webkit-keyframes scaleDraw {
  /*定义关键帧、scaleDrew关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes scaleDraw {
  /*定义关键帧、scaleDrew关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.invite-friends-dialog {
  width: 466px;
  height: 341px;
  background: url("/new20198/images/invite-friends-dialog.png");
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.invite-friends-content-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 0 50px;
  text-align: center;
}

.invite-friends-content-box .title {
  font-weight: 800;
  font-size: 22px;
  color: #222222;
  margin: 25px 0 10px;
}

.invite-friends-content-box .tip {
  letter-spacing: 6px;
  font-weight: 500;
  font-size: 14px;
  background: -webkit-linear-gradient(25deg, #edd6b2 0%, #B5783E 100%);
  background: -o-linear-gradient(25deg, #edd6b2 0%, #B5783E 100%);
  background: linear-gradient(65deg, #edd6b2 0%, #B5783E 100%);
  background: -webkit-linear-gradient(65deg, #edd6b2 0%, #B5783E 100%);
  background: -o-linear-gradient(65deg, #edd6b2 0%, #B5783E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.invite-friends-price-box {
  position: relative;
  margin-left: -42px;
}

.invite-friends-unit {
  font-size: 18px;
  color: #E39F39;
}

.invite-friends-price {
  font-size: 54px;
  font-weight: 800;
  background: -webkit-linear-gradient(150deg, #E39F39 0%, #B5783E 100%);
  background: -o-linear-gradient(150deg, #E39F39 0%, #B5783E 100%);
  background: linear-gradient(300deg, #E39F39 0%, #B5783E 100%);
  background: -webkit-linear-gradient(300deg, #E39F39 0%, #B5783E 100%);
  background: -o-linear-gradient(300deg, #E39F39 0%, #B5783E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.invite-friends-unit-name {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: -webkit-linear-gradient(94deg, #E39F39, #B5783E);
  background: -o-linear-gradient(94deg, #E39F39, #B5783E);
  background: linear-gradient(356deg, #E39F39, #B5783E);
  background: -webkit-linear-gradient(356deg, #E39F39, #B5783E);
  background: -o-linear-gradient(356deg, #E39F39, #B5783E);
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  bottom: 13px;
  margin-left: 5px;
  line-height: 28px;
}

.invite-friends-share-tip {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}

.invite-friends-dialog-btn {
  width: 198px;
  height: 44px;
  background: -webkit-linear-gradient(136deg, #f9edbd 0%, #efd081 100%);
  background: -o-linear-gradient(136deg, #f9edbd 0%, #efd081 100%);
  background: linear-gradient(314deg, #f9edbd 0%, #efd081 100%);
  background: -webkit-linear-gradient(314deg, #f9edbd 0%, #efd081 100%);
  background: -o-linear-gradient(314deg, #f9edbd 0%, #efd081 100%);
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  font-size: 17px;
  color: #C67926;
  margin-top: 22px;
  cursor: pointer;
}

.invite-friends-close-icon {
  right: 15px;
  top: 20px;
  z-index: 1;
}

.navbar-normal-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

.change-account-dialog-max-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}

.change-account-dialog-box {
  width: 370px;
  height: 200px;
  background: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.change-account-dialog-box .dialog-header {
  width: 100%;
  height: 50px;
  background: #F5D6B0;
  line-height: 50px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #784300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.change-account-dialog-box .close-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.change-account-dialog-box .dialog-content {
  width: 100%;
  height: 86px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
}

.change-account-dialog-box .dialog-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.change-account-dialog-box .cancel-btn,
.change-account-dialog-box .change-btn {
  width: 115px;
  height: 40px;
  border-radius: 30px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.change-account-dialog-box .cancel-btn {
  border: 1px solid #DFDFDF;
  color: #333333;
}

.change-account-dialog-box .cancel-btn:hover {
  background: #DFDFDF;
}

.change-account-dialog-box .change-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#CCA36E), to(#F5D6B0));
  background: -webkit-linear-gradient(top, #CCA36E 0%, #F5D6B0 100%);
  background: -o-linear-gradient(top, #CCA36E 0%, #F5D6B0 100%);
  background: linear-gradient(180deg, #CCA36E 0%, #F5D6B0 100%);
  background: -webkit-linear-gradient(180deg, #CCA36E 0%, #F5D6B0 100%);
  background: -o-linear-gradient(180deg, #CCA36E 0%, #F5D6B0 100%);
  color: #784300;
  margin-left: 13px;
}

.change-account-dialog-box .change-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5D6B0), to(#CCA36E));
  background: -webkit-linear-gradient(top, #F5D6B0 0%, #CCA36E 100%);
  background: -o-linear-gradient(top, #F5D6B0 0%, #CCA36E 100%);
  background: linear-gradient(180deg, #F5D6B0 0%, #CCA36E 100%);
  background: -webkit-linear-gradient(180deg, #F5D6B0 0%, #CCA36E 100%);
  background: -o-linear-gradient(180deg, #F5D6B0 0%, #CCA36E 100%);
}

.right-icon {
  position: inherit !important;
  font-size: 14px;
  color: #9a9a9a;
}

/* 公共切换弹框layui样式 */

.layer-confirm-class .layui-layer-content,
.layer-confirm-class .layui-layer-btn {
  text-align: center;
}

.layer-confirm-class .layui-layer-content {
  height: auto !important;
  padding: 40px 0 0;
  font-size: 16px;
  color: #567485;
}

.layer-confirm-class .layui-layer-close2 {
  background-position: 1px -40px;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  top: -19px;
  right: -19px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.layer-confirm-class .layui-layer-btn a {
  height: 48px;
  line-height: 46px;
  width: 137px;
  border-color: #c5ab7e;
  background-color: #c5ab7e;
  margin-top: 15px;
  font-size: 16px;
}

