/* 整体布局 */

.e-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: padding 0.2s, max-width 0.3s;
  box-sizing: border-box;
  min-width: 1300px;
}

.icon-list .content {
  min-height: 446px;
  background: #F8FAFD;
  display: flex;
  justify-content: space-between;
  /* gap: 0px; */
  box-sizing: border-box;
  padding-bottom: 24px;
}

.server-icon img {
  width: 100px;
  height: 100px;
}

.describe-line {
  width: 30px;
  margin: auto;
}

.severce {
  height: auto;
}

.severce .tittle p {
  display: inline-block;
  font-size: 32px;
  /* font-weight: bold; */
  color: #333333;
  line-height: 48px;
}

.severce .tittle span {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #999999;
  line-height: 24px;
  margin-left: 20px;
}

.severce .severce_bottom {
  display: flex;
  /* gap: 23px; */
  margin-top: 40px;
}

.severce .severce_bottom .severce_bottom_left {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: calc(8%/3);
}

_:-ms-fullscreen,
:root .severce .severce_bottom .severce_bottom_left .item {
  margin-right: 32px;
}
_:-ms-fullscreen,
:root .showQrBox{
  width:25%
}
_:-ms-fullscreen,
:root .severce .severce_bottom .severce_bottom_left .qr{
  width:89%
}
.showQrBox{
  width:23%
}
.severce .severce_bottom .severce_bottom_left .item {
  height: 80px;
  background: #F8FAFF;
  border: 1px solid #E4E9F2;
  display: flex;
  /* gap: 10px; */
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
  color: black;
}

.severce .severce_bottom .severce_bottom_left .item.showAfter {
  background-color: #005096;
  color: #fff !important;
}

.severce .severce_bottom .severce_bottom_left .item.showAfter p {
  color: #fff !important;
}

.severce .severce_bottom .severce_bottom_left .qr {
  width: 100%;
  /* height: 336px; */
  background-color: #fff;
  z-index: 9999;
  top: 50px;
  /* height: 338px; */
  position: absolute;
  top: 82px;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  /* padding: 46px 48px 50px 48px; */
  box-sizing: border-box;
  padding: 10px;

}

.severce .severce_bottom .severce_bottom_left .qr .imgBig {
  background-color: #9F9F9F;
  width: 90%;
  height: 90%;
  margin: auto;
}

.severce .severce_bottom .severce_bottom_left .qr .imgBig img {
  width: 100%;
}

.severce_bottom_right_tittle .item {
  display: flex;
  /*  gap: 10px; */
  align-items: center;
}

.severce .severce_bottom .severce_bottom_left .item p,
.severce_bottom_right_tittle .item p {
  font-size: 24px;
  color: #005096;
  line-height: 36px;
}

.severce_bottom_right_tittle .item p {
  color: #fff !important;
}

.severce .severce_bottom .severce_bottom_left .item .img,
.severce_bottom_right_tittle .item .img {
  width: 26px;
  height: 26px;

  margin-left: 25px;
  margin-right: 19px;
  background-image: url(../assets/icons/erweima-2@2x.png);
  background-size: cover;
}

.severce .severce_bottom .severce_bottom_right {
  width: 336px;
  display: flex;
  flex-direction: column;
  /* gap: 4px; */
}

.severce .severce_bottom .severce_bottom_right .severce_bottom_right_tittle {
  width: 336px;
  height: 80px;
  background: #005096;
  border: 2px solid #005096;
  display: flex;
  /* gap: 7px; */
}

.severce .severce_bottom .severce_bottom_right .severce_bottom_right_qr {
  width: 336px;
  height: 336px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 46px 48px 50px 48px;
  box-sizing: border-box;
}


.severce .severce_bottom .severce_bottom_right .severce_bottom_right_qr .img {
  width: 100%;
  height: 100%;
  background: #9F9F9F;
}

.aiPick2 .box {
  left: 50px;
}

.icon-list2 .content {
  height: 458px;
  background: #F8FAFD;
  padding: 30px 141px 80px;
  box-sizing: border-box;
  margin-bottom: 60px;
}





.icon-list2 .content>div {
  width: 438px;
  padding-top: 0px;
}

.server-icon1 {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  margin: 0 auto;
}




.describe1 {
  width: 100%;
  text-align: center;
  height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin: 50px auto 32px;
  white-space: nowrap;
}

.icon-list .subtitle {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 26px;
  text-align: center;
  width: 100%;

}



.icon-list2 .list {
  display: flex;
  flex-wrap: wrap;

}

.icon-list2 .list>p {
  min-width: 33.3%;
  margin-bottom: 16px;
}

.icon-list2 .list>p::before {

  content: "\25A0";
  display: inline-block;
  margin-right: 12px;
  color: #FFCB19;
  position: relative;
  top: -2px;
}



.icon-list2 .list div .square {
  width: 6px;
  height: 6px;
  background: #FFCB19;
  display: inline-block;
}

.icon-list2 .list div span {
  font-size: 16px;
  color: #333333;
  line-height: 24px;

}


@media screen and (max-width: 1920px) {
  .banner-img-style1 {
    width: auto !important;
  }

  .aboutUs {
    position: fixed;
    top: 50%;
    /* left: 50%; */
    width: 1920px;
    z-index: 999;
    /* transform: translateX(-50%); */
    right: 0;
    transform: translateY(-50%);

  }


  .footer {
    width: auto !important;
  }
  .bgcolor{
    width: auto !important;
  }
  .navList {
    width: auto !important;
  }

  .bigBgc {
    width: auto !important;
  }
}

@media screen and (min-width: 992px) {
  .e-container {
/*     padding-left: 1.2rem;
    padding-right: 1.2rem; */
  }
}

@media screen and (min-width: 1200px) {

  .e-fund-sm .sx-fundStyle,
  .e-fund-sm .sx-fundStyle-box-ul,
  .moreJijin {
    width: 100% !important;
    /* min-width: 1140px; */
  }
}

/* @media screen and (min-width: 1400px) {
  .e-container {
    padding-left: 0;
    padding-right: 0;
  }
} */



.aiPick {
  height: 496px;

  /* background-color: pink; */
  /*   margin-top: 200px; */
  position: relative;
}

.aiPick .box {
  width: 520px;
  height: 520px;
  background: linear-gradient(90deg, #005096 0%, #1E5E96 100%);
  position: absolute;
  right: 50px;
  bottom: 48px;
  padding: 56px 48px;
  box-sizing: border-box;
}

.aiPick .box .tittle {
  font-size: 40px;
  font-family: "Microsoft YaHei";
  color: #FFFFFF;
  line-height: 60px;
  padding-bottom: 18px;

}

.aiPick .box p {
  width: 100%;
  margin-top: 32px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}

.icon-list .content>div {
  width: 416px;
  padding-top: 80px;
}

.icon-list2 .list div {
  width: 33.3%;
  display: flex;
  /*  gap: 12px; */
  align-items: center;
}

.aiBottom {
  width: 100%;
  background: #F8FAFD;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 48px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.aiBottom .tittle {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}

.aiBottom .list>div,
.introduce .list>div {
  display: flex;
  height: 24px;
  /* gap: 16px; */
  align-items: center;
}

.aiBottom .list>div .square,
.introduce .list>div .square {
  width: 8px;
  height: 8px;
  background: #005096;
}

.aiBottom .list>div .test,
.introduce .list>div .test {
  font-size: 16px;
  color: #333333;
}

.concact {
  display: flex;
  margin-bottom: 40px;
}

.concact>div {
  width: 50%;
}

.concatBox {
  background-image: url(../assets/icons/question.png);
  max-width: 1920px;
  height: 637px;
  margin: 0 auto;
  padding-top: 40px;
  box-sizing: border-box;
}

.concact .inputBox {
  border-right: 1px solid #DCDFE6;
}

.concact .inputBox .tittle,
.concatWay .tittle {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-bottom: 32px;
}

.concact .inputBox .info,
.concatWay .info {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  line-height: 24px;
  margin-bottom: 42px;
}

.concact .inputBox .list>div {
  display: flex;
  /* gap: 20px; */
  height: 44px;
  align-items: center;
  margin-bottom: 16px;
}

.concact .inputBox .list>div input[type="text"],
.concact .inputBox .list>div select {
  width: 320px;
  height: 44px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #DCDFE6;
  padding-left: 12px;
  box-sizing: border-box;
}

.concact .inputBox .list>div select {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #C1C6C8;
  line-height: 22px;
}

.concact .inputBox .list>div textarea {
  width: 320px;
  height: 113px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #DCDFE6;
  padding: 10px;
  box-sizing: border-box;
}

.concact .inputBox .list>div p {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: right;
  width: 82px;
  margin-right: 20px;
}

.concact .inputBox .list .submit {
  width: 144px;
  height: 44px;
  background: #005096;
  text-align: center;
  line-height: 44px;
  color: #fff;

  font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #C1C6C8;
  line-height: 22px;
}

.concact .concatWay {
  padding-left: 271px;
  box-sizing: border-box;
}

.concatWay .list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.concatWay .list img {
  width: 19px;
  height: 17px;
  margin-right: 15px;
}

.concatWay .list .labelcontent {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #666666;
  line-height: 21px;
}

.concatWay .list .content {
  font-size: 16px;
  font-family: "Microsoft YaHei Bold", "Microsoft YaHei";
  font-weight: bold;
  color: #005096;
  line-height: 24px;
}

/* 标题 */
.txt-title {
  font-size: 40px;
  height: 105px;
  line-height: 105px;
  padding-bottom: 30px;
}

/* 标题下方线条 一半黄一半蓝 */
.title-line-half {
  position: relative;
}

.title-line-half::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #ffc819;
  content: "";
}

.title-line-half::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1eb9e1;
  content: "";
}

/* 一半黄一半蓝 高度为2px 前面黄后面蓝 */
.title-line-half-small {
  position: relative;
}

.title-line-half-small::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #ffc819;
  content: "";
}

.title-line-half-small::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1eb9e1;
  content: "";
}

/* 一半黄一半蓝 高度为2px 前面蓝后面黄 */
.title-line-half-small-blue {
  position: relative;
}

.title-line-half-small-blue::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #1eb9e1;
  content: "";
}

.title-line-half-small-blue::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffc819;
  content: "";
}

/* 整条黄线 */
.title-line-yellow {
  position: relative;
}

.title-line-yellow::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffc819;
  content: "";
}

/* 整条蓝线 */
.title-line-blue {
  position: relative;
}

.title-line-blue::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1EB9E1;
  content: "";
}

/* 标题下方黄线，剩余部分蓝线 */
.title-line-blue>.title-line-yellow {
  display: inline-block;
  z-index: 1;
}

/* 查看更多按钮 */
.e-learn_more {
  border: 2px solid #005096;
  font-size: 14px;
  color: #005096;
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.e-learn_more>a {
  color: #005096;
}
.e-learn_more:hover {
  background: #005096;
  border-color: #005096;
  color: #ffffff;
}

.e-learn_more:hover>a {
  color: #ffffff;
}

.e-title {
  margin-bottom: 50px;
}

/* 圆圈，向右图标 */
.e-icon-right {
  background: url("../assets/images/icon-right.png") no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  content: "";
  margin-bottom: -6px;
  margin-left: 10px;
}

/* */
.model {
  position: fixed;
  top: 10px;
  width: 360px;
  height: 40px;
  background: #0E801A;
  border-radius: 2px;
  margin: 0 auto;
  color: #fff;
  left: 50%;
  transform: translateX(-180px);
  line-height: 40px;
  padding-left: 20px;
  display: none;
  z-index: 99999;
}
.model:nth-child(1) {
  margin-right: 10px;
}

@media screen and (min-width: 1920px) {
  .aboutUs {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1920px;
    z-index: 999;
    transform: translate(-50%);
    /* transform: translateY(10px); */
  }

}
@media screen and (max-width: 1440px) {
  .concact .concatWay{
    padding-left: 170px;
  }

}

body {
  transition: transform 0.5s ease-in-out, margin 0.5s ease-in-out;
  margin: 0;
}


select {
  color: #DCDFE6 !important;
  /* 默认状态下的颜色 */
}

select:valid {
  color: #222 !important;
  /* 有选择时的颜色 */
}
.e-btn{
  min-width: 150px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  border: 1px solid #005096;
  color: #005096
}
.e-btn:hover{
  background: #005096;
  color: #fff;
}
.e-btn-bold{
  border-width: 2px;
}