a{
  text-decoration: none;
}
body {
  background: url('../images/bg.jpg') top center no-repeat, #000;
  background-size: contain;
}
.body1 {
  background: url('../images/bg1.jpg') top center no-repeat, #000 !important;
  background-size: contain;
}
@font-face {
  font-family: DIN;
  src: url(../fonts/DIN-MEDIUM_0.OTF);
  font-display: swap;
}
.header-wrap {
  height: 114px;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  min-width: 1200px;
  background: rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 9;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.transition {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.center {
  text-align: center;
}

.header-wrap .header-box {
  display: flex;
  justify-content: space-between;
  height: 114px;
}
.header-wrap .header-box .left {
  display: flex;
  align-items: center;
}
.header-wrap .header-box .right {
  display: flex;
  align-items: center;
}
.header-wrap .header-box .right a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.header-wrap .header-box .right .link {
  height: 114px;
  line-height: 114px;
}
.header-wrap .header-box .right .a-active {
  color: #46ec71;
}
.header-wrap .header-box .right .a-active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #46ec71;
  content: '';
}
.header-wrap .header-box .right .btn,.rule-item .btn {
  background: #46ec71;
  color: #131313;
  border: 1px solid #46ec71;
  padding: 6px 18px;
  border-radius: 4px;
}
.header-wrap .header-box .right .btn:hover {
  background: none;
  color: #46ec71;
  border: 1px solid #46ec71;
}
.main {
  width: 1120px;
  height: auto;
  margin: 114px auto 0 auto;
  overflow: hidden;
}
.main-lg{width: 1160px;}
.top-title {
  text-align: center;
  display: flex;
  justify-content: center;
}
.top-subtitle {
  text-align: center;
}
.top-info {
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 48px;
  margin-top: 50px;
}
.top-application-btn {
  display: inline-block;
  font-size: 34px;
  color: #232323;
  text-decoration: none;
  margin: 70px 0px 0px 0px;
  background-image: linear-gradient(to right, #49ec71 0%, #f4f86d 100%);
  border-radius: 60px;
  width: 320px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
.top-application-btn:hover {
  transform: scale(1.1);
}
.mt-60{margin-top: 60px;}
.anchor{height: 1px; margin-top: 100px ; padding-bottom: 100px;}
.anchor140{height: 1px; margin-top: 140px ; padding-bottom: 140px;}
.reword{ text-align: center;}
.reword .reword-wrap{
  width: 1120px;
  display: flex;
  flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.reword .reword-wrap .reword-item{display: flex;flex-direction: column;
  align-items: center; width: 204px; height: 280px; background: url('../images/dollar-bg.png'); color: #fff; font-size: 22px; margin-bottom: 40px;}
  .reword .reword-wrap .reword-item:hover img:first-child{transform: scale(1.05);}

  .reword .reword-info{font-size: 18px; color: #fff; line-height: 36px; margin: 40px 0 90px 0; font-weight: lighter;}

.rule{ text-align: center;}
.rule-title{font-size: 30px; color: #c4a858;display: flex;
  align-items: flex-end; text-align: left; margin-top: 60px; height: 53px; background: url('../images/trophy.png') left bottom no-repeat; padding-left: 48px; line-height: 30px;}
.rule-info{font-size: 18px; color: #989898; line-height: 30px; text-align: left; margin-top: 30px;}
.lh-48{line-height: 48px;}
.rule-box{display: flex; justify-content: space-between;}
.rule-box .rule-item{width: 254px; height: 348px;background: url('../images/box.png') no-repeat;margin-top: 60px; color: #fff;}
.rule-box .rule-item dt{font-size: 22px; line-height: 80px;margin-top:10px;}
.rule-box .rule-item dd{line-height: 36px; font-size: 18px;}
.rule-box .rule-item dd:nth-of-type(2n-1){color: #989898;}
.rule-box .rule-item .btn:hover{opacity: 0.8;}
.bottom{text-align: center; font-size: 18px; color: #acacac; margin: 170px 0 75px 0;}
.bottom img{margin-bottom:25px ;}

.ranking-title{margin-top: 130px; text-align: center;}
.ranking-time{display: flex;align-items: center;
  justify-content: center; margin: 35px 0 95px 0;}
  .top-title{background: linear-gradient(to top, #9b7334 10%, #f7ef90 50%,  #b69d50 90%);background-clip: text;
    color: transparent;-webkit-background-clip: text; font-size: 24px;  margin: 0 50px ; left: 0; position: relative;}
    .ranking-time img{cursor: pointer;}
    .ranking-time img:hover{transform: scale(1.05);}
.ranking-wrap{
    width: 1118px; 
    border-radius: 8px; 
    border: 1px solid #c0a95a;
    overflow: hidden;
}

.ranking-wrap dt {
    min-height: 115px;
    padding: 20px 0;
    border-bottom: 1px solid #9c8951;
    display: flex;
    align-items: center;
}

/* 添加中间容器样式 */
.ranking-wrap .ranking-content {
    height: 475px; /* 5个项目的高度：95px * 5 */
    overflow-y: auto;
    background: url('../images/ranking-no.png') 35px 20px no-repeat;
    /* 隐藏滚动条但保持可滚动 */
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}

.ranking-wrap .ranking-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.ranking-wrap dd{
    height: 95px; 
    line-height: 95px; 
    border-bottom: 1px solid #9c8951;
}

/* 刷新按钮容器样式调整 */
.ranking-wrap .refresh{
    height: 95px;
    border-bottom: none;
    text-align: right;
    color: #9e9a9c;
    padding-right: 120px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background: transparent;
}
.ranking-wrap dt span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #c0a95a;
    min-height: 75px;
    line-height: 1.4;
    text-align: center;
}
.ranking-wrap dt span:nth-of-type(1) {
    width: 12%;
}
.ranking-wrap dt span:nth-of-type(2),.ranking-wrap dt span:nth-of-type(3),.ranking-wrap dt span:nth-of-type(4) {
    width: 28%;
    
}



.ranking-wrap dd span{display: inline-block; font-size: 26px;}
.ranking-wrap dd span:nth-of-type(1){width: 12%; text-align: center; }
.ranking-wrap dd span:nth-of-type(2){width: calc(28% - 2px); color: #fff;text-align: center;}
.ranking-wrap dd span:nth-of-type(3){width: 28%; padding-right: 8%; font-size: 30px; color: #00ff54; text-align: right;}
.ranking-wrap dd span:nth-of-type(4){width: 28%; padding-right: 8%; font-size: 30px; color: #00ff54; text-align: right;}
.ranking-wrap dd span:nth-of-type(5){width: 20%; padding-right: 8%; font-size: 30px; color: #00ff54; text-align: right;}

.ranking-wrap dd .down{color: #ff0000 !important ;}
.ranking-wrap .refresh{border-bottom: none; text-align: right; color: #9e9a9c; padding-right: 120px; display: flex;flex-direction: row;
  justify-content: flex-end;
  align-items: center;}
.ranking-wrap .refresh i{font-style: normal; color: #fff; margin-left: 5px;}
.ranking-wrap .refresh img{margin-right: 10px; cursor: pointer;}
.ranking-wrap .refresh img:hover{transform: rotate(360deg);}

.introduce {
  min-width: 1120px; margin: 0 auto;
}

.introduce .introduce-head .introduce-info {
  width: 1120px;
  margin: 0 auto;
}
.introduce .introduce-head .introduce-info .title-img-box {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.introduce
  .introduce-head
  .introduce-info
  .introduce-info-title {
  font-family: DIN;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  margin: 0 auto 0;
}
.introduce
  .introduce-head
  .introduce-info
  .introduce-info-des {
  font-family: DIN;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
  color: #fff;
  text-align: center;
  margin-top: 16px;
}
.introduce .introduce-head .introduce-info .title-img {
  display: block;
  margin: 215 auto 25px;
}
.introduce .introduce-head .introduce-info .introduce-info-p {
  margin: 15px auto 0;
  max-width: 1000px;
}
.introduce
  .introduce-head
  .introduce-info
  .introduce-info-p
  p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
.introduce .introduce-head .introduce-info .bm-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 53px auto 0;
  height: 105px;
  background: url(../images/bt_bg.b482f3dc.png) no-repeat bottom;
  background-size: 360px 80px;
}
.introduce .introduce-head .introduce-info .bm-bt span {
  height: 80px;
  background: linear-gradient(90.11deg, #4ceb65 2.17%, #fce602 99.22%);
  border-radius: 40px;
  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-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #002320;
  padding: 0 116px;
  cursor: pointer;
}
.introduce .introduce-head .introduce-info .bm-bt span:active {
  opacity: 0.8;
}
.introduce .introduce-head .introduce-info .timeout {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 35px;
}
.introduce
  .introduce-head
  .introduce-info
  .timeout
  .timeout-title,
.introduce .introduce-head .introduce-info .timeout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.introduce
  .introduce-head
  .introduce-info
  .timeout
  .timeout-title
  .timeout-title-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.introduce
  .introduce-head
  .introduce-info
  .timeout
  .timeout-title
  .timeout-title-tt {
  padding: 0 10px;
  color: #55eb60;
  font-size: 36x;
  line-height: 18px;
}
.introduce
  .introduce-head
  .introduce-info
  .timeout
  .timeout-time {
  width: 100%;
  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;
  margin-top: 18px;
}
.introduce
  .introduce-head
  .introduce-info
  .timeout
  .timeout-time
  .timeout-time-bg {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjIiIGhlaWdodD0iNjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfaV8yNzlfNjc1NCkiPjxwYXRoIGQ9Ik0xIDVhNCA0IDAgMDE0LTRoNTJhNCA0IDAgMDE0IDR2MjZIMVY1eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzI3OV82NzU0KSIvPjwvZz48cGF0aCBkPSJNMSA1YTQgNCAwIDAxNC00aDUyYTQgNCAwIDAxNCA0djI2SDFWNXoiIHN0cm9rZT0iIzAwMCIvPjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2lfMjc5XzY3NTQpIj48cGF0aCBkPSJNMSAzMWg2MHYyNmE0IDQgMCAwMS00IDRINWE0IDQgMCAwMS00LTRWMzF6IiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXJfMjc5XzY3NTQpIi8+PC9nPjxwYXRoIGQ9Ik0xIDMxaDYwdjI2YTQgNCAwIDAxLTQgNEg1YTQgNCAwIDAxLTQtNFYzMXoiIHN0cm9rZT0iIzAwMCIvPjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIyX2lfMjc5XzY3NTQpIj48cGF0aCBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMjc5XzY3NTQpIiBkPSJNMSAyNi41aDN2OUgxeiIvPjwvZz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik0xIDI2LjVoM3Y5SDF6Ii8+PGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjNfaV8yNzlfNjc1NCkiPjxwYXRoIGZpbGw9InVybCgjcGFpbnQzX2xpbmVhcl8yNzlfNjc1NCkiIGQ9Ik01OCAyNi41aDN2OWgtM3oiLz48L2c+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNTggMjYuNWgzdjloLTN6Ii8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzI3OV82NzU0IiB4MT0iMzEiIHkxPSIxIiB4Mj0iMzEiIHkyPSIzMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiM1MDUwNTAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMyMTIxMjEiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8yNzlfNjc1NCIgeDE9IjMxIiB5MT0iMzEiIHgyPSIzMSIgeTI9IjYxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzUwNTA1MCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzI3OV82NzU0IiB4MT0iMi41IiB5MT0iMjYuNSIgeDI9IjIuNSIgeTI9IjM1LjUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjNTA1MDUwIi8+PHN0b3Agb2Zmc2V0PSIuNDY5IiBzdG9wLWNvbG9yPSIjOEM4QzhDIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMjEyMTIxIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50M19saW5lYXJfMjc5XzY3NTQiIHgxPSI1OS41IiB5MT0iMjYuNSIgeDI9IjU5LjUiIHkyPSIzNS41IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzUwNTA1MCIvPjxzdG9wIG9mZnNldD0iLjQ2OSIgc3RvcC1jb2xvcj0iIzhDOEM4QyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIvPjwvbGluZWFyR3JhZGllbnQ+PGZpbHRlciBpZD0iZmlsdGVyMF9pXzI3OV82NzU0IiB4PSIuNSIgeT0iLjUiIHdpZHRoPSI2MSIgaGVpZ2h0PSIzMiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJhcml0aG1ldGljIiBrMj0iLTEiIGszPSIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAwLjYgMCIvPjxmZUJsZW5kIGluMj0ic2hhcGUiIHJlc3VsdD0iZWZmZWN0MV9pbm5lclNoYWRvd18yNzlfNjc1NCIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9ImZpbHRlcjFfaV8yNzlfNjc1NCIgeD0iLjUiIHk9IjMwLjUiIHdpZHRoPSI2MSIgaGVpZ2h0PSIzMiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJhcml0aG1ldGljIiBrMj0iLTEiIGszPSIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAwLjUgMCIvPjxmZUJsZW5kIGluMj0ic2hhcGUiIHJlc3VsdD0iZWZmZWN0MV9pbm5lclNoYWRvd18yNzlfNjc1NCIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9ImZpbHRlcjJfaV8yNzlfNjc1NCIgeD0iLjUiIHk9IjI2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxMSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJhcml0aG1ldGljIiBrMj0iLTEiIGszPSIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAwLjQ1IDAiLz48ZmVCbGVuZCBpbjI9InNoYXBlIiByZXN1bHQ9ImVmZmVjdDFfaW5uZXJTaGFkb3dfMjc5XzY3NTQiLz48L2ZpbHRlcj48ZmlsdGVyIGlkPSJmaWx0ZXIzX2lfMjc5XzY3NTQiIHg9IjU3LjUiIHk9IjI2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxMSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJhcml0aG1ldGljIiBrMj0iLTEiIGszPSIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAwLjQ1IDAiLz48ZmVCbGVuZCBpbjI9InNoYXBlIiByZXN1bHQ9ImVmZmVjdDFfaW5uZXJTaGFkb3dfMjc5XzY3NTQiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+)
    no-repeat 50%;
  width: 60px;
  height: 60px;
  font-family: DIN;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin-right: 24px;
}
.introduce
  .introduce-head
  .introduce-info
  .timeout
  .timeout-time
  .timeout-time-text {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  color: #fff;
  margin-right: 24px;
}
.introduce .introduce-head .introduce-info .time_tips {
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  margin: 20px 0 80px 0;
  text-align: center;
}
.introduce .introduce-head .introduce-info .speed {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.introduce .introduce-head .introduce-info .speed .speed-list,
.introduce .introduce-head .introduce-info .speed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.introduce
  .introduce-head
  .introduce-info
  .speed
  .speed-list
  .speed-ul {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #fff;
  border: 4px solid #899490;
  position: relative;
}
.introduce
  .introduce-head
  .introduce-info
  .speed
  .speed-list
  .speed-ul
  .speed-ul-bottom,
.introduce
  .introduce-head
  .introduce-info
  .speed
  .speed-list
  .speed-ul
  .speed-ul-top {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
}
.introduce
  .introduce-head
  .introduce-info
  .speed
  .speed-list
  .speed-ul
  .speed-ul-bottom {
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  padding: 0 10px;
  opacity: 0.5;
}
.introduce
  .introduce-head
  .introduce-info
  .speed
  .speed-list
  .speed-ul
  .t1 {
  top: -50px;
}
.introduce
  .introduce-head
  .introduce-info
  .speed
  .speed-list
  .speed-ul
  .t2 {
  bottom: -50px;
}
.introduce
  .introduce-head
  .introduce-info
  .speed
  .speed-list
  .speed-line {
  width: 164px;
  height: 4px;
  background: #899490;
}
.introduce
  .introduce-head
  .introduce-info
  .speed
  .speed-list:last-child
  .speed-line {
  display: none;
}
.introduce
  .introduce-head
  .introduce-info
  .speed
  .speed-active
  .speed-ul {
  border: 4px solid #4deb65;
}
.introduce
  .introduce-head
  .introduce-info
  .speed
  .speed-active
  .speed-line {
  background: #4deb65;
}
.introduce
  .introduce-head
  .introduce-info
  .speed
  .speed-active
  .speed-ul-top {
  color: #55eb60 !important;
  font-size: 18px;
}
.introduce
  .introduce-head
  .introduce-info
  .speed
  .speed-active
  .speed-ul-bottom {
  background: #55eb60;
  color: #00230a !important;
  opacity: 1 !important;
}

.top-title-1 {
  padding-top : 30px;
  font-size: 36px;
}
.top-title-main{
  margin: 110px 0 30px 0;
}
.icon-rotate-box{
  line-height: 1;
}
.fixed-nav .link {
  position: fixed;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 124px;
  height: 328px;
}
.fixed-nav .link .link-li {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  cursor: pointer;
}
.fixed-nav .link .link-li .link-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-right: 20px;
}
.fixed-nav .link .link-li .link-t {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}
.fixed-nav .link .link-li:hover .link-t {
  background: #57ed63;
}
.fixed-nav .link .link-li:hover .link-text {
  color: #57ed63;
}
.fixed-nav .link .a-active .link-t {
  position: relative;
  background: #57ed63;
}
.fixed-nav .link .a-active .link-t:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #57ed63;
}
.fixed-nav .link .a-active .link-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #57ed63;
}
.fixed-nav .signup_btn {
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  color: #232323;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#58ec6d),
    to(#69e6e5)
  );
  background: linear-gradient(180deg, #58ec6d, #69e6e5);
  border-radius: 8px 0 0 8px;
  padding: 13px;
  position: relative;
}
/* .fixed-nav .signup_btn:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  width: 19px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAYAAAAL4VbbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADkSURBVHgBjZI9EoIwEIUTQkHpAWCUE2jFTwV2tt7AG+gVPAF6A2/AWFqJFRwjBYWlZYYCfJkRR34iec1uki/Zl00o0VAcx7OqqiI2BXqet6zrOmua5mn8A33f3zPGMqQLOTZVYBiGCcLhd24AB0GwoJSmSFf9NaN3WgTwPgZ2YOkPIWv9jcmUbRFCJDhxRyZkAkwBxkRDhmVZW/TwogMzzrkoy/Jq2zaZqJB9L1gUxRFBwlxFd1qX5/kDltaqDYPnRgWOTS7SU39N+ZFwj5vjOC+km4HnMaHCGbbc1hYlGvr8l/kbQcRJfdZQbTkAAAAASUVORK5CYII=)
    no-repeat 50%;
} */

.lang-select {
    margin-left: 20px;
    padding: 9px 17px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.lang-select:hover {
    border-color: #c4a858;
}

.lang-select option {
    padding: 5px;
}