html,
body,
#root {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #fff;
}
:root {
  --jk-color-green: #0ab27d;
  --jk-color-red: #e8503a;
  --jk-page-bg-color: #f4f6f8;
  --jk-color-gray: #8e8e8e;
  --jk-white-color: #ffffff;
  --jk-text-color: #343434;
  --jk-text-nor-color: #999999;
  --jk-text-gray-color: #666666;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: var(--jk-text-color);
}
.view-center {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.view-flex,
.flex-view {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 38px;
  height: 33px;
}
header {
  height: 45px;
}
header .container {
  align-items: center;
  height: 100%;
}
header .container .center {
  flex: 1;
  text-align: center;
}
header .header-content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3px 10px;
  box-sizing: border-box;
}
header .header-content .logo {
  margin-right: 5px;
}
header .header-content .logo-link {
  font-size: 22px;
  color: var(--jk-text-color);
  text-decoration: none;
}
.menu {
  height: 100%;
}
.menu ul {
  display: flex;
  gap: 10px;
  height: 100%;
}
.menu a {
  font-size: 16px;
  color: #000;
  display: block;
  width: 65px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
}
.menu a.active {
  color: #b07024;
  border-bottom: 3px solid #b07024;
}
#banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#banner .abs-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#banner .banner-image-icon-light,
#banner .banner-image-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

#banner .banner-image-font {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-35%);
}
#model .model-item {
  border-radius: 18px;
  width: 50%;
  display: flex;
  padding: 30px;
  box-sizing: border-box;
}
#model .model-item .model-view {
  padding: 1px;
  background: linear-gradient(98.99deg, #ffe2ba 5.02%, #d8a967 100.69%);
  border-radius: 18px;
  width: 100%;
  box-sizing: border-box;
}
#model .model-item .model-view .model-inner {
  width: 100%;
  height: 258px;
  background: linear-gradient(278.08deg, #ffe7c7 0.77%, #fff8ee 98.02%);
  border-radius: 18px;
  position: relative;
}
#model .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0px;
}

#model .model-item .model-view .model-inner .model-item-bg {
  position: absolute;
  top: 0%;
  right: 0%;
}
#model .model-item .model-view .model-inner .model-item-icon {
  position: absolute;
  top: -40px;
  left: 0%;
}
#model .model-item .model-view .model-inner .model-content {
  position: absolute;
  top: 35%;
  left: 43%;
  font-size: 18px;
}
#model .model-item .model-view .model-inner .model-content h5 {
  margin: 0;
  font-size: 30px;
  padding-bottom: 10px;
}
#app-des .app-des-image {
  width: 100%;
}
#app-function-list {
  background: linear-gradient(113.57deg, #444444 7.36%, #000000 59.31%);
  min-height: 200px;
  position: relative;
}
#app-function-list .line-l,
#app-function-list .line-r {
  flex: 1;
}
#app-function-list .bottom {
  padding-top: 90px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#app-function-list .abs-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#app-function-list .abs-box .title {
  margin-top: 40px;
}
#app-function-list .abs-box .box {
  padding-top: 30px;
  display: flex;
}
#app-function-list .abs-box .phone {
  height: 420px;
  margin-right: 80px;
}
#app-function-list .box ul li {
  flex: 1;

  display: flex;
  align-items: center;
  font-family: Pingfang SC, Arial, sans-serif;
  margin: 30px 0px;
  font-size: 22px;
}
#app-function-list .box ul {
  padding-top: 5%;
}
#app-function-list .box ul li .icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #bd9e5d;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#app-function-list .box ul li .icon::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #bd9e5d;
  border-radius: 50%;
  box-shadow: 0px 3px 7.5px 0px #743100;
}
#app-function-list .box ul li .name {
  color: #ffffffbf;
}
#app-function-list .box ul li .name b {
  color: #ffffff;
}
/* achievement */
.achievement {
  padding: 50px 0px;
}
.achievement .title {
  font-size: 30px;
  color: #343434;
  padding-bottom: 30px;
  font-weight: 700;
}
.achievement .title .icon {
  margin-right: 10px;
  margin-left: 10px;
}
.achievement .list {
  padding: 10px;
}
.achievement .list img {
  display: block;
  width: 100%;
}
.achievement .list .item {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;

  background-color: #f1f1f1;
}
.achievement .list .item .box {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 100px;
}
.achievement .list .item .box .img-bar {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0px 3px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.achievement .list .item:hover {
  cursor: pointer;
}
.achievement .list .item:hover .img-bar {
  opacity: 0.8;
  transition: all 0.3s;
}
.achievement .toolbar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  height: 54px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #dbdbdb;
  transition: bottom 0.05s;
}

.achievement .toolbar .bg {
  width: 100%;
  height: 100%;
  filter: blur(3px);
  opacity: 0.8;
  overflow: hidden;
}
.achievement .toolbar .bg img {
  object-fit: cover;
  position: absolute;
  bottom: 0px;
  transition: bottom 0.05s;
}
.achievement .list .item.active .toolbar {
  bottom: 10px;
  transition: bottom 0.05s;
}
.achievement .list .item.active .toolbar .bg img {
  bottom: -10px;
  transition: bottom 0.05s;
}
.achievement .toolbar .content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.achievement .toolbar .name {
  font-size: 16px;
}
.achievement .toolbar .des {
  font-size: 14px;
  opacity: 0.8;
}
footer {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c7a36d;
  font-size: 14px;
}
footer .view-flex {
  margin: 10px 10px;
  word-break: break-word;

}
footer a {
  color: #c7a36d;
  margin: 0px 5px;
  font-family: Pingfang SC, Arial, sans-serif;
}

/* trading-guide-main */
.trading-guide-main .banner {
  width: 100%;
  overflow: hidden;
}
.trading-guide-main .title {
  color: #694c11;
  font-size: 30px;
  margin-top: 30px;
}
.trading-guide-main .title img {
  margin: 0px 10px;
}
.trading-guide-main .model-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px;
}
.trading-guide-main .model-list-item {
  padding: 10px;
  flex: 1;
}
.trading-guide-main .model-list-item .model-list-item-content {
  background-image: linear-gradient(180deg, #fff3ad 0%, #fec974 100%);
  border-radius: 6px;
  backdrop-filter: blur(7.099999904632568px);
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 1px;
}
.trading-guide-main
  .model-list-item
  .model-list-item-content
  .model-list-item-inner {
  display: flex;
  align-items: center;
  min-height: 100px;
  background: linear-gradient(
    180deg,
    rgba(255, 224, 162, 0.6) 0%,
    rgba(255, 207, 109, 0.6) 100%
  );
  box-sizing: border-box;
  border-radius: 6px;
  padding: 6px;
  box-sizing: border-box;
}
.trading-guide-main
  .model-list-item
  .model-list-item-content
  .model-list-item-inner
  img {
  width: 100%;
}
.trading-guide-main .model-list-item .bottom {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}
.trade-fun-list .title {
  padding-top: 35px;
  font-size: 30px;
  color: #694c11;
  padding-bottom: 30px;
  font-weight: 700;
}
.trade-fun-list {
  position: relative;
}
.trade-fun-list .trade-fun-bg {
  width: 100%;
  display: block;
}
.trade-fun-list .list {
  display: flex;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.trade-fun-list .trade-fun-content-abs {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.trade-fun-list .trade-fun-content-abs .container {
  height: 100%;
}
.trade-fun-list .list-item {
  padding: 10px 30px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.trade-fun-list .list-item-box {
  border: 1px solid #ffffff;
  background-color: #ffffff85;
  width: 288px;
  height: 347px;
  border-radius: 20px;
  position: relative;
}
.trade-fun-list .list-item-box .list-item-inner {
  background-image: linear-gradient(180deg, #f2d76e 0%, #ac7000 100%);
  width: 288px;
  height: 347px;
  border-radius: 20px;
  top: -10px;
  left: -10px;
  position: absolute;
  padding: 1px;
  box-sizing: box-border;
}
.trade-fun-list .list-item-box .list-item-inner .list-item-content {
  background: linear-gradient(
    180deg,
    rgb(255 255 255 / 92%) 43.27%,
    rgba(255, 243, 212, 0.7) 100%
  );
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  padding: 20px;
}
.trade-fun-list .list-item-box .list-item-inner .list-item-content .des {
  font-family: Microsoft YaHei;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
}
.trade-fun-list .list-item-box .list-item-inner .list-item-content .fun-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
}
.about-us-main .about-us-content .about-us-icon {
  width: 500px;
}

.about-us-main .about-us-content {
  padding: 30px 0px;
}
.about-us-main .banner {
    position: relative;
    overflow: hidden;
    
}
.about-us-main .banner .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffffc2;
    text-align: center;
    font-size: 24px;

}
.about-us-main .banner .text .text-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
.about-us-main .about-us-content .box-right {
  margin-left: 20px;
  background-color: #fafafa;
  border-radius: 20px;
  padding: 50px 35px;
  font-size: 18px;
  color: #333;
  line-height: 26px;
}

.about-us-main .about-us-content .box-right .title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  width: auto;
  position: relative;
}
.about-us-main .about-us-content .box-right .title span {
  position: relative;
  z-index: 1;
}
.about-us-main .about-us-content .box-right .title::after {
  content: "";
  display: block;
  width: 130px;
  height: 11px;
  background-color: #f9d897;
  margin-top: 10px;
  position: relative;
  top: -15px;
}
.about-us-main .data-list {
  padding: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.about-us-main .data-list .item {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
}
.about-us-main .data-list .item-box {
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.about-us-main .data-list .item-box .name {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
}
.about-us-main .data-list .item-box .name .fun-ico {
  margin-right: 5px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
}
.about-us-main .data-list .item-box .name .fun-ico img {
  width: 24px;
  height: 24px;
}
.about-us-main .data-list .item-box .item-text {
  color: #8c8c8c;
  font-size: 18px;
  margin-left: 42px;
  margin-top: 8px;
}
@media screen and (max-width: 1400px) {
    .trade-fun-list .list-item {
        padding: 10px 10px;
    }
}
@media screen and (max-width: 1270px) {
  #banner .banner-image-font {
    left: -3%;
    transform: translateY(-48%);
    height: 100%;
  }
  #model .model-item .model-view .model-inner .model-content {
    right: 16px;
    top: 21%;
    left: 51%;
  }
  #model .model-item .model-view .model-inner .model-content br {
    display: none;
  }
  #model .model-item .model-view .model-inner .model-item-icon {
    width: 45%;
  }
  .trade-fun-list {
    height: 880px;
  }
  .trade-fun-list .trade-fun-bg {
    height: 100%;
  }
  .trade-fun-list .list-item {
    flex:2;
  }

  
}
@media screen and (max-width: 1110px) {
    .about-us-main .about-us-content .about-us-icon{
        width: 30%;
    }
    .about-us-main .data-list .item-box .name
    {
        font-size: 20px;
    }
    .about-us-main .data-list .item-box .item-text br {
        display: none;
    }
    .about-us-main .data-list .item {
        width: 33.333%;
    }
    .about-us-main .data-list .item-box {
        height: 100px;
    }
    .about-us-main .data-list .item-box .item-text {
        font-size: 16px;
    }
}
@media screen and (max-width: 800px) {
    #model .model-item {
        width: 100%;
    }
    #model .model-item .model-view .model-inner .model-item-icon {
        top: 0px;
        width: 40%;
    }
    #app-function-list .bottom {
        padding-top: 460px;
    }
    #app-function-list .abs-box .box {
        flex-direction: column;
    }
    .achievement .list {
        display: flex;
        flex-direction: column;
    }
    #app-function-list .abs-box .phone {
        width: 100%;
        margin-right:0px;
        object-fit: contain;
    }
    .about-us-main .about-us-content {
        flex-direction: column;
    }
    .about-us-main .data-list .item {
        width: 50%;
    } 
    .about-us-main .banner .text {
        font-size: 16px;
    }
     .about-us-main .banner .text .text-title {
        font-size: 30px;
    }
}
@media screen and (max-width: 620px) {
    .about-us-main .banner .text .text-title {
        font-size: 30px;
    }
    .trading-guide-main .model-list-item {
        flex: auto;
    }
    .trading-guide-main .title img {
        display: none;
    }
    .trade-fun-list {
        height: 1680px;
    }
}