@charset "UTF-8";
.content {
  background: url("../css/images/bg.png") top center no-repeat #f8f9fa;
}

.logo {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-search {
  position: relative;
  width: 388px;
  height: 46px;
}

.logo-search-input {
  width: 100%;
  height: 100%;
  padding: 0 70px 0 23px;
  line-height: 22px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.logo-search-input::-webkit-input-placeholder {
  color: #747474;
}

.logo-search-input:-ms-input-placeholder {
  color: #747474;
}

.logo-search-input::-ms-input-placeholder {
  color: #747474;
}

.logo-search-input::placeholder {
  color: #747474;
}

.logo-search-btn {
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40px;
  width: 63px;
  background: url("../css/images/search_icon.png") center no-repeat #0e90fe;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 43px;
  cursor: pointer;
}

.nav {
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

.nav-li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.nav-li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 57px;
  letter-spacing: 1px;
}

.nav-li > a > span {
  position: relative;
  display: inline-block;
}

.nav-li:nth-child(n + 2)::before {
  content: '';
  display: block;
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.4);
}

.nav-li.active > a > span, .nav-li:hover > a > span {
  font-weight: 900;
}

.nav-li.active > a > span::after, .nav-li:hover > a > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.new {
  margin-top: 24px;
  height: 313px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new-shuffling {
  width: 428px;
  height: 100%;
  margin: 0;
  border-radius: 0px 0px 4px 4px;
}

.new-shuffling .curtain {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
}

.new-shuffling .curtain-text {
  display: block;
  width: 323px;
  margin-left: 12px;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}

.new-shuffling.swiper-container-horizontal > .swiper-pagination-bullets,
.new-shuffling .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  right: 0;
  left: auto;
  height: 30px;
  padding-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.new-shuffling .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  opacity: 1;
}

.new-shuffling .swiper-pagination-bullet-active {
  width: 20px;
  background: #0e90fe;
}

.new-dynamic {
  width: 411px;
  height: 100%;
  background: #fff;
  border-radius: 6px;
}

.new-dynamic.inform {
  width: 324px;
}

.new-dynamic-title {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}

.new-dynamic-title > span {
  position: relative;
  padding-left: 13px;
  margin-left: 16px;
  color: #0e90fe;
  font-size: 20px;
  line-height: 54px;
  font-weight: bold;
}

.new-dynamic-title > span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 10px;
  background: #0e90fe;
}

.new-dynamic-more {
  padding-right: 17px;
  margin-right: 16px;
  color: #8992a9;
  font-size: 14px;
  line-height: 20px;
  background-image: url("../css/images/more_icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px 14px;
}

.new-dynamic-more.more {
  position: absolute;
  right: 0;
  margin-right: 0;
}

.new-dynamic-more:hover {
  color: #0e90fe;
  background-image: url("../css/images/more_icon_hover.png");
}

.new-dynamic-content {
  height: calc(100% - 54px);
}

.content-li {
  height: 20%;
}

.content-li:nth-child(n + 2) .content-a {
  border-top: 1px dashed rgba(213, 217, 228, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-a {
  height: 100%;
  margin: 0 13px 0 16px;
  padding-left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../css/images/item_icon.png") no-repeat left center;
  background-size: 7px 7px;
}

.content-a:hover span {
  color: #0e90fe;
}

.content-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}

.content-time {
  width: 75px;
  text-align: right;
  color: #b6deff;
}

.login {
  margin-top: 58px;
}

.login-title {
  position: relative;
  height: 43px;
  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;
  font-size: 26px;
  font-weight: bold;
  line-height: 43px;
  color: #333;
}

.login-title::before {
  content: '';
  display: block;
  width: 501px;
  height: 7px;
  margin-right: 13px;
  background: url("../css/images/title_icon_left.png") center no-repeat;
  background-size: 100% 100%;
}

.login-title::after {
  content: '';
  display: block;
  width: 501px;
  height: 7px;
  margin-left: 13px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: url("../css/images/title_icon_left.png") center no-repeat;
  background-size: 100% 100%;
}

.login-list {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-li {
  width: calc(25% - 15px);
  height: 101px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.login-li:hover {
  background: linear-gradient(133.98deg, #0e90fe 8.74%, #80c5ff 90.1%);
}

.login-li > a {
  width: 100%;
  height: 100%;
  padding-left: 101px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: left 34px center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.login-li:nth-child(n + 5) {
  margin-top: 20px;
}

.login-li:nth-child(1) > a:hover {
  background-image: url("../css/images/login_icon1_hover.png");
}

.login-li:nth-child(1) > a:hover .login-li-title {
  color: #fff;
}

.login-li:nth-child(1) > a:hover .login-li-fine {
  color: #fff;
}

.login-li:nth-child(1) > a {
  background-image: url("../css/images/login_icon1.png");
}

.login-li:nth-child(2) > a:hover {
  background-image: url("../css/images/login_icon2_hover.png");
}

.login-li:nth-child(2) > a:hover .login-li-title {
  color: #fff;
}

.login-li:nth-child(2) > a:hover .login-li-fine {
  color: #fff;
}

.login-li:nth-child(2) > a {
  background-image: url("../css/images/login_icon2.png");
}

.login-li:nth-child(3) > a:hover {
  background-image: url("../css/images/login_icon3_hover.png");
}

.login-li:nth-child(3) > a:hover .login-li-title {
  color: #fff;
}

.login-li:nth-child(3) > a:hover .login-li-fine {
  color: #fff;
}

.login-li:nth-child(3) > a {
  background-image: url("../css/images/login_icon3.png");
}

.login-li:nth-child(4) > a:hover {
  background-image: url("../css/images/login_icon4_hover.png");
}

.login-li:nth-child(4) > a:hover .login-li-title {
  color: #fff;
}

.login-li:nth-child(4) > a:hover .login-li-fine {
  color: #fff;
}

.login-li:nth-child(4) > a {
  background-image: url("../css/images/login_icon4.png");
}

.login-li:nth-child(5) > a:hover {
  background-image: url("../css/images/login_icon5_hover.png");
}

.login-li:nth-child(5) > a:hover .login-li-title {
  color: #fff;
}

.login-li:nth-child(5) > a:hover .login-li-fine {
  color: #fff;
}

.login-li:nth-child(5) > a {
  background-image: url("../css/images/login_icon5.png");
}

.login-li:nth-child(6) > a:hover {
  background-image: url("../css/images/login_icon6_hover.png");
}

.login-li:nth-child(6) > a:hover .login-li-title {
  color: #fff;
}

.login-li:nth-child(6) > a:hover .login-li-fine {
  color: #fff;
}

.login-li:nth-child(6) > a {
  background-image: url("../css/images/login_icon6.png");
}

.login-li:nth-child(7) > a:hover {
  background-image: url("../css/images/login_icon7_hover.png");
}

.login-li:nth-child(7) > a:hover .login-li-title {
  color: #fff;
}

.login-li:nth-child(7) > a:hover .login-li-fine {
  color: #fff;
}

.login-li:nth-child(7) > a {
  background-image: url("../css/images/login_icon7.png");
}

.login-li:nth-child(8) > a:hover {
  background-image: url("../css/images/login_icon8_hover.png");
}

.login-li:nth-child(8) > a:hover .login-li-title {
  color: #fff;
}

.login-li:nth-child(8) > a:hover .login-li-fine {
  color: #fff;
}

.login-li:nth-child(8) > a {
  background-image: url("../css/images/login_icon8.png");
}

.login-li-title {
  color: #333;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}

.login-li-fine {
  color: #cfcfcf;
  font-size: 12px;
  line-height: 22px;
}

.notice {
  margin-top: 53px;
}

.notice-nav {
  margin-top: 30px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notice-nav-li {
  position: relative;
  width: 131px;
  height: 100%;
  line-height: 52px;
  text-align: center;
  background-image: url("../css/images/notice_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.notice-nav-li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #333333;
}

.notice-nav-li:hover, .notice-nav-li.active {
  background-color: #0e90fe;
}

.notice-nav-li:hover > a, .notice-nav-li.active > a {
  font-weight: bold;
  color: #fff;
}

.notice-nav-li:hover::after, .notice-nav-li.active::after {
  content: '';
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 21px;
  height: 19px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../css/images/notice_icon.png") no-repeat center center;
}

.notice-table {
  margin-top: 39px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
}

.notice-table-list {
  height: calc(100% - 62px);
  overflow-y: auto;
}

.notice-table-li > .notice-list:hover .notice-li {
  color: #0e90fe;
}

.notice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notice-list.head {
  background: #55b1fe;
}

.notice-list.head > .notice-li {
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: none;
}

.notice-li {
  height: 57px;
  line-height: 57px;
  font-size: 18px;
  text-align: center;
}

.notice-li:nth-child(1) {
  width: 912px;
  padding-left: 32px;
  color: #333;
  text-align: left;
  background: url("../css/images/item_icon.png") no-repeat left 17px center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.notice-li:nth-child(1) > span {
  color: #ff3232;
}

.notice-li:nth-child(2) {
  width: 150px;
  color: #999;
}

.notice-li:nth-child(3) {
  width: 138px;
  color: #999;
}

.bid-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bid {
  width: 826px;
}

.bid .login-title::before {
  width: 271px;
  background: url("../css/images/title_icon_left2.png") center no-repeat;
}

.bid .login-title::after {
  width: 271px;
  background: url("../css/images/title_icon_left2.png") center no-repeat;
}

.bid-shuffling {
  margin-top: 20px;
  padding-bottom: 45px;
  width: 826px;
  height: 517px;
}

.bid-shuffling .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 10px;
  background: #caccd1;
  opacity: 1;
}

.bid-shuffling .swiper-pagination-bullet-active {
  width: 43px;
  background: #0e90fe;
}

.bid .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bid-li {
  width: 403px;
  height: calc((100% - 40px) / 3);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.bid-li:nth-child(n + 2) {
  margin-top: 20px;
}

.bid-slide {
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 18px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bid-slide:hover {
  background: #f5fafe;
  border: 1px solid #0e90fe;
  -webkit-box-shadow: 0px 0px 10px rgba(94, 181, 254, 0.15);
          box-shadow: 0px 0px 10px rgba(94, 181, 254, 0.15);
  border-radius: 6px;
}

.bid-slide:hover .bid-slide-title {
  color: #0e90fe;
}

.bid-slide-title {
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

.bid-slide-line {
  margin-top: 13px;
  width: 32px;
  height: 3px;
  background: #0e90fe;
}

.bid-slide-content {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bid-slide-text {
  margin-top: 8px;
  color: #8992a9;
  font-size: 12px;
  line-height: 22px;
}

.bid-slide-text > span {
  color: #000;
}

.bid-slide-text:nth-child(2n) {
  width: 130px;
}

.serve {
  width: 350px;
}

.serve .login-title::before {
  width: 60px;
  background: url("../css/images/title_icon_left3.png") center no-repeat;
}

.serve .login-title::after {
  width: 60px;
  background: url("../css/images/title_icon_left3.png") center no-repeat;
}

.serve-box {
  margin-top: 20px;
  height: 517px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.serve-tab {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}

.serve-tab::before {
  content: '';
}

.serve-tab::after {
  content: '';
}

.serve-tab-li {
  line-height: 51px;
  font-size: 18px;
  border-bottom: 3px solid transparent;
  color: #caccd1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.serve-tab-li.active, .serve-tab-li:hover {
  font-weight: bold;
  color: #0e90fe;
  border-bottom: 3px solid #0e90fe;
}

.serve-list {
  padding-top: 4px;
  height: calc(100% - 54px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.serve-li {
  margin: 0 20px;
  padding-left: 13px;
  height: 64px;
  background: url("../css/images/item_icon.png") left top 16px no-repeat;
  background-size: 7px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.serve-li:nth-child(n + 2) {
  border-top: 1px dashed rgba(213, 217, 228, 0.5);
}

.serve-li > a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.serve-li > a:hover > div {
  color: #0e90fe;
}

.serve-text {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.serve-time {
  margin-top: 2px;
  font-size: 14px;
  line-height: 22px;
  color: #caccd1;
}

.show-shuffling {
  padding: 20px 0;
  height: 121px;
}

.show-shuffling .swiper-button-prev {
  left: 0;
  width: 29px;
  height: 38px;
  background: url("../css/images/prev_icon.png") center no-repeat;
}

.show-shuffling .swiper-button-prev::after {
  content: '';
}

.show-shuffling .swiper-button-next {
  right: 0;
  width: 29px;
  height: 38px;
  background: url("../css/images/prev_icon.png") center no-repeat;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.show-shuffling .swiper-button-next::after {
  content: '';
}

.show-slide.swiper-slide {
  width: 285px;
  height: 121px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.show-slide.swiper-slide > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.affection {
  margin-top: 33px;
}

.affection-box {
  margin-top: 21px;
  width: 100%;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.chosen-select {
  width: 250px;
  height: 40px;
}

.chosen-container-single .chosen-single {
  height: 40px;
  line-height: 38px;
  color: #333;
  border: 1px solid #e0eefb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container-single .chosen-single span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single div {
  width: 38px;
  background: #daeeff;
}

.chosen-container-single .chosen-single div b {
  background: url("../css/images/arrow_icon.png") center no-repeat;
}

.chosen-container {
  font-size: 16px;
}

.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e0eefb;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
}

.chosen-container .chosen-drop {
  border: 1px solid #e0eefb;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container .chosen-results li {
  margin: 0;
  line-height: 40px;
}

.chosen-container .chosen-results .result-selected,
.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #0e90fe;
  background-image: none;
}

.footer {
  margin-top: 50px;
  height: 230px;
  background: #1b6ab9;
}

.footer-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-text {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-text:nth-child(3) span {
  letter-spacing: 2px;
}

.footer-text .badges {
  margin-right: 7px;
}

.footer-line {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 126px;
}

.ewb-side {
    position: fixed;
    z-index: 9999;
    right: 20px;
    top: 50%;
    margin-top: -130px;
}

.side-item {
    margin-top: 10px;
}

.side-lk {
    padding-top: 46px;
    width: 70px;
    display: block;
    line-height: 32px;
    text-align: center;
    color: #666;
    border: 1px solid #dfefff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 13px;
}

.side-lk.bg01 {
    background-image: url(../images/side_ico01.png);
}

.side-lk.bg02 {
    background-position: center 15px;
    background-image: url(../images/side_ico02.png);
}

.side-lk.bg03 {
    background-position: center 11px;
    background-image: url(../images/side_ico03.png);
}

.side-lk.bg04 {
    background-position: center 11px;
    background-image: url(../images/side_ico04.png);
}

.side-item:first-child {
    margin-top: 0;
}

.visit-fix {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0px;
    z-index: 9999999;
}

.visit-fix .box {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 20%;
    width: 500px;
    z-index: 2;
    background: #fff;
}

.visit-fix .box_zxdksq {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 20px;
    width: 500px;
    z-index: 2;
    background: #fff;
}
.fix-bg {
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
    filter: alpha(opacity=70);
}
.fcdd3 {
    color: #dd342c;
}
.fix-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-right: 10px;
}
.fix-btn-danger {
    color: #fff;
    background-color: #dd342c;
    border-color: #dd342c;
}

.fix-btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.fix-btn-danger:hover {
    color: #fff;
    background-color: #b61109;
    border-color: #b61109;
}
.fix-base-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.ewb-form-mod {
    margin-top: 10px;
}

.fix-bg {
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
    filter: alpha(opacity=70);
}
.recharge-cz .myclose i {
    background: url(../images/zpwt-ico.png) no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
}

.recharge-cz .myclose:hover i {
    background-position: 0px -27px;
}

.recharge-cz {
    padding: 15px 15px 5px;
}

.recharge-cz-hd {
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    line-height: 24px;
}

.recharge-cz .myclose {
    float: right;
}
.ewb-input-name {
    float: left;
    width: 83px;
    padding: 0 10px;
    line-height: 42px;
    height: 42px;
    text-align: right;
    font-size: 14px;
    color: #666;
}
.ewb-form-input {
    float: left;
    border: 1px #ddd solid;
    border-radius: 0px;
    width: 333px;
    position: relative;
}

.ewb-form-input input {
    outline: 0;
    padding: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #666;
}

.ewb-form-input textarea {
    height: 80px;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    width: 313px;
    border: 0;
    vertical-align: top;
    outline: 0;
    color: #666;
}
.ewb-form-input.ewb-wt230 {
    width: 230px;
}
.recharge-btn {
    padding: 10px;
    text-align: center;
}
.visit-fix {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0px;
    z-index: 9999999;
}

.visit-fix .box {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 20%;
    width: 500px;
    z-index: 2;
    background: #fff;
}

.visit-fix .box_zxdksq {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 20px;
    width: 500px;
    z-index: 2;
    background: #fff;
}
.fix-bg {
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
    filter: alpha(opacity=70);
}
.fcdd3 {
    color: #dd342c;
}
.fix-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-right: 10px;
}
.fix-btn-danger {
    color: #fff;
    background-color: #dd342c;
    border-color: #dd342c;
}

.fix-btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.fix-btn-danger:hover {
    color: #fff;
    background-color: #b61109;
    border-color: #b61109;
}
.fix-base-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.ewb-form-mod {
    margin-top: 10px;
}


.mycglb{
	margin-right: 0px !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
}

.mycglb>li{
	width: 81.3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mycglb>li>a{
	    height: 20px !important;
    line-height: 20px !important;
}

.input-box {
    width: 100%;
    height: 44px;
    line-height: 43px;
    border: 0;
    background: 0 0;
}