* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
.ys_wrap {
  width: 100%;
  height: 100%;
  background: url(../images/ys_icon1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
}
.ys_wrap .ys_left {
  width: 35%;
  height: 100%;
  background: url(../images/ys_icon2.png) no-repeat;
  background-size: 100% 100%;
}
.ys_wrap .ys_left .logo {
  width: 100%;
  padding-top: 59px;
  padding-left: 68px;
  box-sizing: border-box;
}
.ys_wrap .ys_left .logo img {
  display: block;
  width: 172px;
  height: 52px;
}
.ys_wrap .ys_left .ys_title {
  width: 100%;
  margin-top: 89px;
}
.ys_wrap .ys_left .ys_title .b_title {
  width: 379px;
  display: 48px;
  margin: 0 auto;
}
.ys_wrap .ys_left .ys_title .b_title img {
  display: block;
  width: 100%;
  height: 100%;
}
.ys_wrap .ys_left .ys_title .s_title {
  color: #506376;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-top: 32px;
  text-align: center;
}
.ys_wrap .ys_left .ys_join {
  width: 242px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #287eff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 71%;
}
.ys_wrap .ys_left .ys_join:hover {
  cursor: pointer;
}
.ys_wrap .ys_left .ys_join a,span {
  color: #ffffff;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ys_wrap .ys_left .ys_join img {
  display: inline-block;
  width: 14px;
  height: 21px;
  margin-left: 5px;
}
.ys_wrap .ys_right {
  width: 100%;
  flex: 1;
  padding: 111px 72px 306px 114px;
  box-sizing: border-box;
}
.ys_wrap .ys_right .ys_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ys_wrap .ys_right .ys_header .ys_tl {
  color: #333333;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 30%;
}
.ys_wrap .ys_right .ys_header .ys_check {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 17px 24px;
  background-color: #fff;
  border-radius: 56px;
}
.ys_wrap .ys_right .ys_header .ys_check .ic {
  width: 19px;
  height: 21px;
}
.ys_wrap .ys_right .ys_header .ys_check .ic img {
  display: block;
  width: 100%;
  height: 100%;
}
.ys_wrap .ys_right .ys_header .ys_check .gx {
  color: #666666;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  padding: 0 15px;
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ys_wrap .ys_right .ys_header .ys_check .btn_check {
  color: #287eff;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 130px;
}
.ys_wrap .ys_right .ys_version {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 172px;
}
.ys_wrap .ys_right .ys_version .ys_version_item {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ys_wrap .ys_right .ys_version .ys_version_item .ys_top {
  width: 390px;
  height: 77px;
  flex-shrink: 0;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(353deg, #ECCCFF 20.45%, #b79fff00 77.9%);
  color: #ffffff;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 77px;
}
.ys_wrap .ys_right .ys_version .ys_version_item .ys_bottom {
  width: 460px;
  height: 350px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, #ffffff91 0%, #eae3ffde 100%);
  backdrop-filter: blur(40px);
  padding: 40px 50px 70px 50px;
  box-sizing: border-box;
}
.ys_wrap .ys_right .ys_version .ys_version_item .ys_bottom .ys_item {
  width: 100%;
  padding: 23px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #FBFCFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
}
.ys_wrap .ys_right .ys_version .ys_version_item .ys_bottom .ys_item:hover {
  cursor: pointer;
}
.ys_wrap .ys_right .ys_version .ys_version_item .ys_bottom .ys_item .l {
  width: 100%;
  display: flex;
  align-items: center;
}
.ys_wrap .ys_right .ys_version .ys_version_item .ys_bottom .ys_item .l .l_ic {
  width: 28px;
  height: 30px;
}
.ys_wrap .ys_right .ys_version .ys_version_item .ys_bottom .ys_item .l .l_ic img {
  display: block;
  width: 100%;
  height: 100%;
}
.ys_wrap .ys_right .ys_version .ys_version_item .ys_bottom .ys_item .l .i_tx {
  color: #636d7a;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 17px;
}
.ys_wrap .ys_right .ys_version .ys_version_item .ys_bottom .ys_item .arrow {
  width: 10px;
  height: 19px;
}
.ys_wrap .ys_right .ys_version .ys_version_item .ys_bottom .ys_item .arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

