.top-box {
  position: absolute;
  width: 100%;
  height: 70px;
  z-index: 4;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 4;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  display: flex;
  align-items: center;
  color: #191919;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box .header-left img {
  height: 40px;
}
.top-box .header-box .header-left span {
  margin-left: 7px;
  color: #5CB0EF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .header-box .header-right {
  display: flex;
  align-items: center;
}
.top-box .header-box .header-right a {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #1F6FFF 0%, #00E5FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 2px 22px 0 rgba(0, 0, 0, 0.2);
  z-index: 4;
}
.top-box .hidden-header-box .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .header-left img {
  height: 40px;
}
.top-box .hidden-header-box .header-left span {
  margin-left: 7px;
  color: #5CB0EF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .hidden-header-box .header-right {
  display: flex;
  align-items: center;
}
.top-box .hidden-header-box .header-right a {
  display: flex;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #1F6FFF 0%, #00E5FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-box .hidden-header-box .header-right .header {
  width: 148px;
  height: 40px;
}
.top-box .hidden-header-box .header-right .header div {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.48px;
  margin-left: 15px;
}
.top-box .hidden-header-box .header-right .header img {
  height: 24px;
}

main {
  height: 960px;
  padding-top: 147px;
  box-sizing: border-box;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/846_sem/bg1.png) no-repeat;
  background-size: cover;
}
main .main-content {
  width: 1200px;
  margin: 0 auto;
}
main .main-content section {
  display: flex;
  align-items: center;
}
main .main-content section > img {
  height: 394px;
}
main .main-content section .main-section-right {
  display: flex;
  align-items: center;
  align-items: start;
  flex-direction: column;
}
main .main-content section .main-section-right > div:nth-child(1) {
  display: flex;
  align-items: center;
}
main .main-content section .main-section-right > div:nth-child(1) span {
  background: linear-gradient(133deg, #0080FF 53.47%, #27F7D8 110.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .main-content section .main-section-right > div:nth-child(1) p {
  color: #3C3C3C;
  font-family: "Microsoft YaHei";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .main-content section .main-section-right > div img {
  height: 24px;
  margin-right: 7px;
}
main .main-content section .main-section-right > div {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .main-content footer {
  padding: 31px 61px 38px 20px;
  box-sizing: border-box;
  margin-top: 76px;
  width: 100%;
  height: 224px;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 4px 10.9px 0 rgba(219, 219, 219, 0.08);
}
main .main-content footer section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .main-content footer section .section-left {
  display: flex;
  align-items: center;
  flex-direction: row;
}
main .main-content footer section .section-left img {
  height: 72.402px;
}
main .main-content footer section .section-left aside {
  margin-left: 22px;
}
main .main-content footer section .section-left aside .main-footer-up {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main .main-content footer section .section-left aside .main-footer-up .up {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main-content footer section .section-left aside .main-footer-up .up p {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 28px;
}
main .main-content footer section .section-left aside .main-footer-up .up .up-box {
  border-radius: 6px;
  background: #5FA645;
  width: 96px;
  height: 32px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
main .main-content footer section .section-left aside .main-footer-up .up .up-box svg {
  margin-right: 8px;
}
main .main-content footer section .section-left aside .main-footer-up .down {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
main .main-content footer section .section-left aside .main-footer-up .down img {
  height: 28.458px;
  margin-right: 20px;
}
main .main-content footer section .section-left aside .main-footer-up .down p {
  color: #03A4FF;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .main-content footer section .section-right {
  display: flex;
  align-items: center;
  width: 298px;
  height: 72px;
  border-radius: 12px;
  background: linear-gradient(90deg, #4F81FF 0%, #25B6FF 100%);
  justify-content: center;
  position: relative;
}
main .main-content footer section .section-right img {
  height: 35px;
}
main .main-content footer section .section-right p {
  margin: 0 10px;
}
main .main-content footer section .section-right div {
  position: absolute;
  right: -35px;
  top: -20px;
  border-radius: 15px 0 15px 0;
  text-align: center;
  width: 132px;
  height: 32px;
  background: linear-gradient(270deg, #FF4856 0%, #FF6153 100%);
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
main .main-content footer section .section-right {
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 28px */
}
main .main-content footer article {
  margin-left: 106px;
  margin-top: 16.6px;
  display: flex;
  align-items: center;
}
main .main-content footer article > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .main-content footer article > div > p:nth-child(1) {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
main .main-content footer article > div > p:nth-child(2) {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .main-content footer article > p {
  width: 2px;
  background: rgba(0, 0, 0, 0.2);
  height: 32px;
}

.introduce-box {
  height: 760px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/846_sem/bg2.png) no-repeat;
  background-size: cover;
  padding-top: 83px;
  box-sizing: border-box;
}
.introduce-box .introduce-content {
  width: 1200px;
  margin: 0 auto;
}
.introduce-box .introduce-content .introduce-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 41px;
}
.introduce-box .introduce-content .introduce-title p {
  color: #18255B;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.introduce-box .introduce-content .introduce-title span {
  background: linear-gradient(90deg, #3768E4 71.15%, #08BDFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.introduce-box .introduce-content .introduce-carp {
  padding: 67px 30px 0 91px;
  box-sizing: border-box;
  width: 1151px;
  height: 490px;
  border-radius: 20px;
  background: linear-gradient(101deg, #FFF 5.57%, #F2F9FF 31.19%, #F4FDF9 85.91%);
  box-shadow: 0 4px 25.6px 0 rgba(162, 184, 201, 0.08);
  display: flex;
  align-items: center;
}
.introduce-box .introduce-content .introduce-carp .introduce-carp-left {
  width: 350px;
  margin-right: 13px;
}
.introduce-box .introduce-content .introduce-carp .introduce-carp-left .introduce-carp-title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.introduce-box .introduce-content .introduce-carp .introduce-carp-left .introduce-carp-title > div {
  display: flex;
  align-items: center;
}
.introduce-box .introduce-content .introduce-carp .introduce-carp-left .introduce-carp-title > div p {
  color: #585858;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
}
.introduce-box .introduce-content .introduce-carp .introduce-carp-left .introduce-carp-title > div span {
  color: #2D5CFF;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.introduce-box .introduce-content .introduce-carp .introduce-carp-left .introduce-carp-title .introduce-carp-subtitle {
  color: #585858;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.introduce-box .introduce-content .introduce-carp .introduce-carp-left .introduce-carp-word {
  margin-top: 35px;
}
.introduce-box .introduce-content .introduce-carp .introduce-carp-left .introduce-carp-word .word {
  display: flex;
  align-items: center;
}
.introduce-box .introduce-content .introduce-carp .introduce-carp-left .introduce-carp-word .word i {
  width: 13px;
  height: 13px;
  border-radius: 7px;
  background: #009346;
  display: inline-block;
  margin-right: 16px;
}
.introduce-box .introduce-content .introduce-carp .introduce-carp-left .introduce-carp-word .word div {
  color: #18255B;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
}
.introduce-box .introduce-content .introduce-carp .introduce-carp-left .introduce-carp-word > p {
  color: #585858;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 27px;
  margin-top: 5px;
  margin-bottom: 28px;
  /* 24px */
}

.highlight-box {
  height: 775px;
  background: linear-gradient(133deg, rgba(51, 153, 255, 0.04) 39.14%, rgba(87, 241, 252, 0.04) 107.4%);
}
.highlight-box .highlight-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 103px;
  box-sizing: border-box;
}
.highlight-box .highlight-content .highlight-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 99px;
}
.highlight-box .highlight-content .highlight-title p {
  color: #18255B;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.highlight-box .highlight-content .highlight-title span {
  background: linear-gradient(90deg, #3272E7 79.33%, #09BAFE 91.83%, #0DF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.highlight-box .highlight-content .highlight-item {
  width: 1148px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.highlight-box .highlight-content .highlight-item img {
  width: 281px;
  height: 385px;
}

.tree-box {
  height: 892px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/846_sem/bg4.png) no-repeat;
  background-size: cover;
}
.tree-box .tree-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  box-sizing: border-box;
}
.tree-box .tree-content .tree-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.tree-box .tree-content .tree-title p {
  color: #18255B;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
.tree-box .tree-content .tree-title span {
  background: linear-gradient(90deg, #2E5BFF 29.33%, #00B6FE 78.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
.tree-box .tree-content .tree-carp {
  padding-left: 15px;
  box-sizing: border-box;
  width: 1200px;
  height: 568px;
  border-radius: 20px;
  background: linear-gradient(101deg, #E8F7FF 0%, #F4FDF9 100%);
  display: flex;
  align-items: center;
}
.tree-box .tree-content .tree-carp img {
  height: 530px;
  margin-right: 41px;
}
.tree-box .tree-content .tree-carp .tree-carp-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
}
.tree-box .tree-content .tree-carp .tree-carp-right .carp-right-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 466px;
  height: 101.923px;
  border-radius: 12px 0 0 12px;
  border: 1px solid #FFF;
  background: linear-gradient(269deg, rgba(255, 255, 255, 0) 0.61%, #FFF 99.33%);
  padding: 20px 0 0 20px;
  box-sizing: border-box;
  margin-bottom: 20.3px;
}
.tree-box .tree-content .tree-carp .tree-carp-right .carp-right-item .right-title {
  display: flex;
  align-items: center;
}
.tree-box .tree-content .tree-carp .tree-carp-right .carp-right-item .right-title span {
  color: #08213A;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tree-box .tree-content .tree-carp .tree-carp-right .carp-right-item .right-title img {
  width: 28.614px;
  height: 28.538px;
  margin-right: 12px;
}
.tree-box .tree-content .tree-carp .tree-carp-right .carp-right-item .righit-subtitle {
  margin: 13.5px 0 0 38.8px;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tree-box .tree-content .tree-carp .tree-carp-right .clickactive-one {
  background: linear-gradient(269deg, rgba(255, 255, 255, 0) 0.61%, #CBFFE4 99.33%);
}
.tree-box .tree-content .tree-carp .tree-carp-right .clickactive-one .right-title {
  display: flex;
  align-items: center;
}
.tree-box .tree-content .tree-carp .tree-carp-right .clickactive-one .right-title span {
  color: #1B6941;
}
.tree-box .tree-content .tree-carp .tree-carp-right .clickactive-two {
  background: linear-gradient(269deg, rgba(255, 255, 255, 0) 0.61%, #FFC3C3 99.33%);
}
.tree-box .tree-content .tree-carp .tree-carp-right .clickactive-two .right-title {
  display: flex;
  align-items: center;
}
.tree-box .tree-content .tree-carp .tree-carp-right .clickactive-two .right-title span {
  color: #CF0000;
}
.tree-box .tree-content .tree-carp .tree-carp-right .clickactive-three {
  background: linear-gradient(269deg, rgba(255, 255, 255, 0) 0.61%, #C3E8FF 99.33%);
}
.tree-box .tree-content .tree-carp .tree-carp-right .clickactive-three .right-title {
  display: flex;
  align-items: center;
}
.tree-box .tree-content .tree-carp .tree-carp-right .clickactive-three .right-title span {
  color: #2E6EFF;
}

.assess-box {
  height: 826px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(133deg, rgba(51, 153, 255, 0.1) 39.14%, rgba(222, 251, 255, 0.1) 110.13%);
}
.assess-box .assess-title {
  margin: 0 auto;
  color: #18255B;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 99px;
}
.assess-box .assess-title span {
  background: linear-gradient(52deg, #4085FE 13.44%, #40D0FE 129.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.assess-box .assess-content {
  width: 1200px;
  margin: 33px auto 0 auto;
}
.assess-box .assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
  background: white;
}
.assess-box .assess-content ul:nth-child(1) li:first-child {
  display: block;
}
.assess-box .assess-content ul:nth-child(1) li span {
  display: block;
  width: 1000px;
  height: 1px;
  background: #ebeff3;
  border-radius: 0px;
  margin: 40px auto 0 auto;
}
.assess-box .assess-content ul:nth-child(1) li p {
  margin-top: 44px;
  color: #555;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.assess-box .assess-content ul:nth-child(1) li i {
  display: block;
  width: 40px;
  height: 40px;
  background: #FEFDFF;
  border-radius: 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
}
.assess-box .assess-content ul:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 63px;
}
.assess-box .assess-content ul:nth-child(2) li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.assess-box .assess-content ul:nth-child(2) li:hover {
  cursor: pointer;
}
.assess-box .assess-content ul:nth-child(2) li.active img {
  border: 3px solid #006FFF;
}
.assess-box .assess-content ul:nth-child(2) li img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid transparent;
}
.assess-box .assess-content ul:nth-child(2) li > p:nth-child(2) {
  color: #444;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: lowercase;
  margin-top: 27px;
}
.assess-box .assess-content ul:nth-child(2) li > p:nth-child(3) {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  text-transform: lowercase;
  margin-top: 12px;
}
.assess-box .assess-content ul:nth-child(2) li h2 {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #283256;
}

.assess-star h1 {
  font-size: 26px;
  font-weight: 700;
  color: #2d2856;
  margin-bottom: 24px;
}

.left1 {
  left: 100px;
}

.left2 {
  left: 335px;
}

.left3 {
  left: 579px;
}

.left4 {
  left: 820px;
}

.left5 {
  left: 1058px;
}

.download-foolter {
  padding-top: 57px;
  box-sizing: border-box;
  height: 343px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/846_sem/foolter.png) no-repeat;
  background-size: cover;
}
.download-foolter .foolter-content {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.download-foolter .foolter-content .download-btn {
  width: 320px;
  height: 80px;
  border-radius: 12px;
  background: linear-gradient(90deg, #4F81FF 0%, #25B6FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.download-foolter .foolter-content .download-btn img {
  height: 45px;
  margin-right: 16px;
}
.download-foolter .foolter-content .download-btn {
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.download-foolter .foolter-content .foolter-content-top {
  display: flex;
  align-items: center;
}
.download-foolter .foolter-content .foolter-content-top .content-top-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.download-foolter .foolter-content .foolter-content-top .content-top-item > div:nth-child(1) {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.download-foolter .foolter-content .foolter-content-top .content-top-item > div:nth-child(1) p {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.download-foolter .foolter-content .foolter-content-top .content-top-item > div:nth-child(2) {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.download-foolter .foolter-content .foolter-content-top .content-top-item svg {
  position: absolute;
  right: -14px;
  top: 0px;
}
.download-foolter .foolter-content .foolter-content-top p {
  width: 2px;
  height: 89px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
}

/*# sourceMappingURL=style.css.map */
