html {
  overflow-x: hidden;
  /* font-size: 100px; */
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC,
    Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  color: #f8f9fa;
  position: relative;
}
.full-screen {
  min-height: 100vh;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:visited,
a:active,
a:link {
  color: inherit;
  text-decoration: none;
}

.color-black {
  color: #20272b !important;
}
.color-red {
  color: #cc3300 !important;
}
.color-green {
  color: #00cc33 !important;
}
.text-right {
  text-align: right;
}

.rotate180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
  -o-transform: rotate(180deg); /* Opera */
}

@media (max-width: 767.98px) {
  .mobile-hidden {
    display: none;
  }
  .hide-m {
    display: none;
  }
}

/* hover 效果 */
.hover-buttom {
  position: relative;
  cursor: pointer;
  background-color: transparent;
}
.hover-buttom span,
.hover-buttom .iconfont {
  transition: color 0.1s ease-in-out;
  transition-delay: 0.1s;
  position: relative;
  z-index: 1;
}
.hover-buttom:hover span {
  color: #333;
}
.hover-buttom:hover .iconfont {
  color: #41bda7;
}
.hover-buttom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  transition: transform 0.5s cubic-bezier(0.27, 0.16, 0.01, 0.99);
  transform: scaleY(0);
  transform-origin: top;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.activity-btn::after {
  background: linear-gradient(180deg, #f0764d, #f0cd30);
  /* border-radius: 4px; */
  z-index: 1;
}
.activity-btn:hover span{
  color: white;
  z-index: 2;
}


.activity-btn a{ 
  border: 0px solid #fff;
}
.hover-buttom:hover::after {
  transform: scaleY(1);
  transform-origin: bottom;
  transition-delay: 0s;
}

.hover-right {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  z-index: 1;
}
.hover-right:before,
.hover-right:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 150ms ease-in-out;
}
.hover-right:before {
  background-color: transparent;
  z-index: -2;
}
.hover-right:after {
  background-color: #3d4e4d;
  z-index: -1;
  left: auto;
  right: 0;
  width: 0;
}
.hover-right:hover:after {
  width: 100%;
}

.ads {
  position: fixed;
  bottom: 60px;
  right: 0;
  height: 114px;
  z-index: 10;
}
.ads a {
  display: block;
}
.ads img {
  height: 136px;
}
.ads-close {
  position: absolute;
  right: 2%;
  top: 7%;
  z-index: 12;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../img/close_ads.png");
  background-size: cover;
}

@media (max-width: 767.98px) {
  .ads {
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
  }
  .ads a {
    display: block;
    width: 100%;
    height: auto;
  }
  .ads img {
    width: 100%;
    height: auto;
  }
}

.center-ads {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(8, 5, 5, 0.6);
  z-index: 10;
}
.center-ads-box {
  position: relative;
  width: 600px;
  height: 400px;
}
.center-ads-close {
  position: absolute;
  width: 24px;
  right: -20px;
  top: -20px;
  cursor: pointer;
}
.center-ads-img {
  width: 100%;
}
@media (max-width: 767px) {
  .center-ads-box {
    width: 295px;
    height: 480px;
  }
}

.index-ads {
  display: block;
  position: absolute !important;
  width: 650px;
  height: 58px;
  bottom: -70px;
  left: 15px;
  background: linear-gradient(74deg, rgba(255, 131, 89, 1) 0%, rgba(255, 223, 64, 1) 100%);
  box-shadow: 0px 10px 10px rgba(251, 205, 30, 0.2);
}

.index-ads:hover {
  background: linear-gradient(to bottom, #ff8359, #ffdf40);
}

.index-ads-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url("/img/btn_pic_ad@2x.png");
  background-size: 101% 132%;
}

.index-ads-icon {
  width: 32px;
  height: 32px;
  margin: 0 20px 0 30px;
}

@media (max-width: 991.89px) {
  .index-ads {
    width: 570px;
    height: 52px;
  }
  .login-info .usersBox {
    position: fixed;
    left: unset;
    top: 75px;
    right: 10px;
  }
}

@media (max-width: 767.98px) {
  .index-ads {
    width: 90%;
    height: 48px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* common-header */
.common-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  /* color:#20272B; */
  font-size: 0.16rem;
  /* font-family: Microsoft YaHei; */
}

.common-header .logo {
  height: 0.5rem;
  width: 2.74rem;
  height: auto;
}

.common-header .logo img {
  height: 0.5rem;
  margin-top: -1px;
  margin-left: 0.5px;
  /* width: 274px;
  height: 48px; */
}

.common-header .menu {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 400;
}
.shop-info {
  width: 120px;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 55px;
  top: 55px;
  transition: 0.3s;
}
.shop:hover ~ .shop-info,
.shop-info:hover{
  height: 150px;
  pointer-events: auto;
}
.shop-info .shopInfoBox {
  width: 120px;
  height: 150px;
  background-color: #13171a;
  box-shadow: 0px 8px 16px 0px rgba(95, 114, 124, 0.16);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  font-size: 0.16rem;
  transition: 0.5s;
  overflow: hidden;
}

.shop-info .shopInfoBox .infoItem{
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.shop-info .shopInfoBox .infoItem:hover {
  background-color: #1e4a44;
}

.common-header .item {
  position: relative;
}

.common-header .item::after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #fff;
  width: 0;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.common-header .item:hover::after {
  transition: width 0.3s;
  width: 100%;
}

.common-header .item + .item {
  margin-left: 0.6rem;
}

.common-header .item.login {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #f8f9fa;
  border-radius: 4px;
}

.common-header2 .item.login {
  border: 1px solid #20272b;
}

.common-header .item.login::after {
  content: none;
  transition: background-color 0.3s;
}

.common-header .item.login:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.4);
}

.common-header2 .item.login:hover {
  border-color: #20272b;
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .common-header .menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .common-header .item + .item {
    margin-left: 0.3rem;
  }
}

.pop-up {
  color: #3e4847;
}
.pop-up .cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(8, 5, 5, 0.6);
  z-index: 100;
}
.pop-up .content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  background-color: #fff;
  text-align: center;
  z-index: 101;
}
.pop-up .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: black;
  font-size: 18px;
}

span.copyright-B2{
  position: relative;
  top: 5px;
  left: 170px;
  /* margin-top: 5px; */
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  /* border: 0; */
}


/* .sidebar-mobile */
.sidebar-mobile {
  display: none;
}
.sidebar-mobile > .iconfont {
  position: fixed;
  top: 0.3rem;
  right: 15px;
  color: #f8f9fa;
  font-size: 0.5rem;
  z-index: 2;
}
.sidebar-mobile2 > .iconfont {
  top: 0;
  color: #20272b;
}
.sidebar-mobile-list {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(32, 39, 43, 0.9);
  z-index: 10;
}
.sidebar-mobile-list > .iconfont {
  position: absolute;
  top: 0.3rem;
  right: 15px;
  font-size: 0.32rem;
}
.sidebar-mobile-item, .shopInfo  {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #f8f9fa;
  font-size: 0.18rem;
  opacity: 0.8;
}
.shop {
  border-bottom: none;
}
.shopInfo {
  font-size: .12rem;
  border-bottom: none;
  padding: 10px 0;
}
.shopInfo:last-of-type {
  border-bottom: 1px solid #f8f9fa;
  padding-bottom: 20px;
}
.sidebar-mobile-item:first-of-type {
  border-top: 1px solid #f8f9fa;
}

@media (max-width: 767.98px) {
  .sidebar-mobile {
    display: block;
  }
}

/* section-contact */
.section-contact {
  background-color: #20272b;
  padding: 0.6rem 0;
  color: #a8afb7;
  border-top: 1px solid rgba(248, 249, 250, 0.3);
}
.section-contact-pc {
  display: block;
}
.section-contact-mob {
  display: none;
}
.section-contact-pc-top,
.section-contact-pc-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-contact-pc-bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Microsoft YaHei;
}
.section-contact-ll {
  display: flex;
  align-items: center;
}

.section-contact-icons {
  display: flex;
  justify-content: center;
}
.section-contact-icon {
  position: relative;
  margin-right: 0.2rem;
  color: #41bda7;
  line-height: 1;
}
.section-contact-icon-hover {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  background-color: #fff;
  text-align: center;
  color: #20272b;
}
.section-contact-icon-hover::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.section-contact-icon-hover img {
  width: 100px;
}
.section-contact-icon:hover .section-contact-icon-hover {
  display: flex;
  flex-direction: column;
}
.section-contact-icon i:hover {
  background-color: rgba(248, 249, 250, 0.3);
  cursor: pointer;
}
.section-contact-icon i {
  font-size: 40px;
}
.section-contact-icon:last-of-type {
  margin-right: 0;
}
.section-contact-links {
  font-size: 12px;
  font-weight: 300;
}
.section-contact-links a {
  padding: 0 16px;
  border-right: 1px solid rgba(248, 249, 250, 0.3);
  color: #A8AFB7; 
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.15
}
.section-contact-links >:first-child{
  padding-left: 0;
}
.section-contact-links a:hover {
  color: #f8f9fa;
  text-decoration: underline;
}
.section-contact-trans {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #41bda7;
  font-size: 12px;
  margin-top: 10px;
}
.copyright-footer {
  color: #a8afb7;
  margin-left: 20px;
}
.section-contact-copyright {
  display: flex;
  flex-direction: row;
  color: #a8afb7;
  font-size: 12px;
  font-weight: 300;
}
.section-contact-copyright span {
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 20px;
}
.section-contact-copyright span img {
  width: 20px;
  margin-right: 4px;
}
.section-contact-copyright .copyright-last {
  padding-right: 0;
  border-right: none;
}
.section-contact-languages {
  display: flex;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
}
.section-contact-language-icon {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 14px;
}
.section-contact-language {
  width: 96px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  cursor: pointer;
}
.section-contact-pc .section-contact-language {
  width: auto;
  height: 15px;
  line-height: 15px;
  padding: 0 20px;
  border: none;
  font-size: 12px;
  font-weight: 300;
}
.section-contact-language::selection {
  background-color: transparent;
}
.section-contact-languages-list {
  position: absolute;
  bottom: 100%;
  width: 96px;
  background-color: #fff;
  color: #222;
}
.section-contact-pc .section-contact-languages-list {
  bottom: 130%;
  left: 10px;
}
.section-contact-languages-item {
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  text-align: center;
  background-color: #4d5355;
  color: #1ac89d;
}
.section-contact-languages-item:hover {
  background-color: #1ac89d;
  color: #fff;
}
.section-contact-languages-item::selection {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .section-contact-pc {
    display: none;
  }
  .section-contact-mob {
    display: block;
  }

  .section-contact-languages {
    justify-content: center;
  }
  .section-contact-links {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .section-contact-links a {
    padding: 0 0.16rem;
  }
  .section-contact-links a:last-of-type {
    border: none;
  }
  .section-contact-icon i {
    font-size: 30px;
  }
  .section-contact-icon-hover {
    display: none !important;
  }
  .section-contact-trans {
    font-size: 14px;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .section-contact-copyright {
    text-align: center;
    flex-direction: column;
  }
  .section-contact-copyright div {
    margin-bottom: 0.2rem;
  }
}

.login-info {
  margin-left: 60px;
  position: relative;
}
.login-info a {
  display: flex;
  align-items: center;
}
.login-info img {
  width: 36px;
  height: auto;
  margin-top: -2px;
}
.login-info .left {
  margin-right: 20px;
}
.login-info .transocks-id {
  opacity: 0.4;
  margin-top: 4px;
}
.login-info .usersBox {
  width: 182px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  left: -65px;
  top: 55px;
  transition: 0.3s;
}
.login-info:hover .usersBox {
  height: 250px;
  border-radius: 16px;
}
.login-info .usersInfo {
  width: 182px;
  height: 250px;
  background-color: #13171a;
  box-shadow: 0px 8px 16px 0px rgba(95, 114, 124, 0.16);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  font-size: 0.16rem;
  transition: 0.5s;
  overflow: hidden;
}

.login-info .usersInfo .infoItem {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-info .usersInfo .infoItem:hover {
  background-color: #1e4a44;
}

.login-info .usersInfo > :last-child {
  cursor: pointer;
}

#myModal .tips {
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#myModal .modal-content {
  width: 6.5rem;
  height: 3.45rem;
  padding: 0.6rem;
}
#myModal .tips .title {
  padding-bottom: 10px;
  font-size: 0.26rem;
  font-weight: 700;
  border-bottom: 1px solid #a8afb7;
  text-align: center;
}
#myModal .tips .text {
  padding: 0.4rem 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#myModal .tips .btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#myModal .tips .btns > :first-child {
  width: 2rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: white;
  border-radius: 4px;
  background: linear-gradient(90deg, #2cbfc7, #46eeaa);
  /* box-shadow: 0 5px 16px rgba(65,189,167,.2) */
}
#myModal .tips .btns > :first-child:hover {
  background: linear-gradient(90deg, #00bdc7, #04c799);
}
#myModal .tips .btns > :last-child {
  width: 2rem;
  height: 0.6rem;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: white;
  border-radius: 4px;
  background: #a8afb7;
  /* box-shadow: 0 5px 16px rgba(168,175,183,.2); */
}
#myModal .tips .btns > :last-child:hover {
  background: #353d3c;
}

@media (max-width: 1300px) {
  .login-info .usersBox {
    position: fixed;
    left: unset;
    top: 75px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  #myModal .tips .btns > :last-child,#myModal .tips .btns > :first-child{
    width: 120px;
    height: 40px;
  }
  #myModal .tips .title{
    padding: 0.15rem 0;
  }
  #myModal .tips .text{
    padding: .3rem 0;
  }
  #myModal .modal-content{
    font-size: 16px;
    padding:.3rem;
    height: auto;
    
  }
}
.modal-dialog {
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  html {
    font-size: 90px;
  }
}



/* footer */

.section-contact-pc-bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 20px;
}


.section-contact-copyright {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 12px;
  color: #a8afb7;
}
.section-contact-copyright div {
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.section-contact-copyright div img {
  width: 20px;
  margin-right: 4px;
}
.section-contact-copyright> :first-child {
  padding-left: 0;
}
.section-contact-copyright> :last-child {
  padding-right: 0;
  border-right: none;
}

.section-contact-trans {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #41bda7;
  font-size: 12px;
  margin-top: 10px;
}

.copyright-footer {
  color: #a8afb7;
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .section-contact-copyright {
    flex-direction: column;
    align-items: center;
  }
  .section-contact-copyright div {
    margin-bottom: 0.2rem;
    border-right: none;
    padding: 0;
  }

  .section-contact-trans {
    font-size: 14px;
    margin: 0.4rem 0;
  }

  .copyright-footer {
    margin-left: 0;
  }
} 