@media (max-height: 768px) {
  .banner_wrapper {
    height: 788px !important;
  }
  .banner_wrapper .b_w_content {
    margin-bottom: 15px !important;
  }
  .banner_wrapper .b_w_content .b_w_c_bottom {
    margin-top: 0px !important;
  }
}
@media (max-height: 872px) and (min-height: 768px) {
  .banner_wrapper {
    height: 872px !important;
  }
  .banner_wrapper .b_w_content {
    margin-bottom: 20px !important;
  }
  .banner_wrapper .b_w_content .b_w_c_bottom {
    margin-top: 0 !important;
  }
}
.center, .footer-banner .download_box .tuijian, .shortcut-box > ul > li .s_b_left .download_box .tuijian, .format-box .download_box .tuijian, .banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .download_box .tuijian, .header-top .header-right .download_box .tuijian, .hidden-header-box .download_box .tuijian, .hidden-header-box .download_box, .download_box .tuijian, .download_box > a:last-child, .download_box > a:first-child, .download_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center_aligin, .banner_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.download_box a {
  margin: 0 20px;
  position: relative;
}
.download_box a > span {
  color: #f3f3f8;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  margin-left: 10px;
}
.download_box > a:first-child {
  width: 320px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 35.5px;
  background: var(--Linear, linear-gradient(89deg, #6d86ff 0.59%, #9b6aff 100.65%));
}
.download_box > a:last-child {
  width: 262px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 35.5px;
  background: var(--Linear, linear-gradient(89deg, #6d86ff 0.59%, #9b6aff 100.65%));
}
.download_box .tuijian {
  width: 64px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 100px 100px 100px 0px;
  background: #ff5035;
  position: absolute;
  right: -10px;
  top: -20px;
}
.download_box .tuijian span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* hidden-header */
.hidden-header-box {
  display: none;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #ddd;
}
.hidden-header-box .download_box a {
  margin: 0 15px;
  position: relative;
  width: 187px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 20px;
  background: var(--Linear, linear-gradient(89deg, #6d86ff 0.59%, #9b6aff 100.65%));
}
.hidden-header-box .download_box a > span {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0.1000000015;
  -webkit-text-stroke-color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 0 !important;
}
.hidden-header-box .download_box .tuijian {
  width: 40px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50px 50px 50px 0px;
  background: #fc7eff;
  position: absolute;
  right: -5px;
  top: -7px;
}
.hidden-header-box .download_box .tuijian span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-top {
  display: flex;
  margin: 0 auto;
  height: 60px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.header-top .header-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-top .header-left.aggregate_style {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top .header-left.aggregate_style img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.header-top .header-left.aggregate_style .header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: 0;
}
.header-top .header-left.aggregate_style .header-title h1 {
  margin-bottom: 7px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.header-top .header-left.aggregate_style .header-title span {
  line-height: 100%;
  font-size: 16px;
  color: #000;
}
.header-top .header-left h1 {
  margin-left: 10px;
}
.header-top .header-right {
  display: flex;
  align-items: center;
}
.header-top .header-right p {
  padding-right: 20px;
  color: #5a5d66;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-top .header-right .download_box {
  justify-content: start;
}
.header-top .header-right .download_box a {
  margin: 0;
  position: relative;
  width: 187px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 6px;
  background: var(--Linear, linear-gradient(90deg, #316ffd 0%, #31b4fd 100%));
}
.header-top .header-right .download_box a > span {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0.1000000015;
  -webkit-text-stroke-color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 0;
}
.header-top .header-right .download_box a + a {
  margin-left: 28px;
}
.header-top .header-right .download_box .tuijian {
  width: 37px;
  height: 19px;
  flex-shrink: 0;
  position: absolute;
  right: -23px;
  top: -7px;
  border-radius: 60px 100px 100px 0px;
  background: #ff5035;
}
.header-top .header-right .download_box .tuijian span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.header-top .header-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top .header-left > img {
  width: 200px;
  height: 60px;
}
.header-top .header-left .header-title {
  margin-left: 8px;
}
.header-top .header-left .header-title > h1 {
  margin-left: 0;
  color: #000;
  font-family: "microsoft yahei";
  font-size: 18px;
  line-height: normal;
}
.header-top .header-left .header-title > span {
  line-height: normal;
  margin-left: 0;
}

.banner_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1015px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/501_sem/banner-bg.png) no-repeat center center/cover;
}
.banner_wrapper .b_w_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner_wrapper .b_w_content .b_w_c_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .div-h1 {
  position: relative;
  margin-bottom: 30px;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .div-h1 h1 {
  position: relative;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 1;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .div-h1 .brandNew {
  position: absolute;
  top: -24px;
  right: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 120px;
  height: 36px;
  background-color: #ff5035;
  border-radius: 60px 100px 100px 0px;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .div-h1 .brandNew .fullyear {
  font-style: normal;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .div-h1 .banner-h1-bg {
  position: absolute;
  top: -119px;
  left: -219px;
  width: 452px;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .description-text {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .description-text li {
  display: flex;
  align-items: center;
  color: #5a5d66;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .description-text li img {
  margin-right: 14px;
  width: 34px;
  height: 34px;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .description-text li + li {
  margin-top: 12px;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .download_box {
  margin-bottom: 20px;
  justify-content: start;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .download_box a {
  margin: 0;
  position: relative;
  width: 260px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--Linear, linear-gradient(90deg, #316ffd 0%, #31b4fd 100%));
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .download_box a > span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .download_box a img {
  width: 34px;
  height: 34px;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .download_box a + a {
  margin-left: 28px;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .download_box .tuijian {
  width: 64px;
  height: 36px;
  flex-shrink: 0;
  position: absolute;
  right: -23px;
  top: -20px;
  border-radius: 60px 100px 100px 0px;
  background: #ff5035;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .download_box .tuijian span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .slogan-text {
  margin-bottom: 32px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .slogan-text li {
  color: #00c896;
  font-family: "Smiley Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .slogan-text li img {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .slogan-text li + li {
  margin-left: 30px;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .system-text {
  color: #5a5d66;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_left .update-time-box {
  margin-top: 10px;
  color: #5a5d66;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_right {
  width: 680px;
  margin-left: 38.4px;
}
.banner_wrapper .b_w_content .b_w_c_top .b_w_c_t_right img {
  width: 100%;
}
.banner_wrapper .b_w_content .b_w_c_bottom {
  margin-top: 39px;
  margin-bottom: 26px;
}
.banner_wrapper .b_w_content .b_w_c_bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_wrapper .b_w_content .b_w_c_bottom ul li {
  display: flex;
  align-items: center;
  width: 387px;
  height: 188px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 20px;
}
.banner_wrapper .b_w_content .b_w_c_bottom ul li img {
  margin-left: 8px;
  margin-right: 10px;
  width: 102px;
  height: 102px;
}
.banner_wrapper .b_w_content .b_w_c_bottom ul li div p {
  margin-bottom: 12px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner_wrapper .b_w_content .b_w_c_bottom ul li div span {
  display: inline-block;
  padding-right: 15px;
  color: #5a5d66;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.banner_wrapper .b_w_content .b_w_c_bottom ul li + li {
  margin-left: 20px;
}
.banner_wrapper .b_w_bottom {
  font-size: 0px;
}
.banner_wrapper .b_w_top_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.format-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  box-sizing: border-box;
  background-color: #fff;
}
.format-box h1 {
  margin-bottom: 18px;
  color: #2e2e2e;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.format-box > span {
  opacity: 0;
  margin-bottom: 49px;
  color: #2e2e2e;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.format-box ul {
  margin-bottom: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.format-box ul li {
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.format-box ul li img {
  margin-bottom: 20px;
  width: 88px;
  height: 88px;
}
.format-box ul li + li {
  margin-left: 39px;
}
.format-box .download_box {
  margin-bottom: 20px;
  justify-content: start;
}
.format-box .download_box a {
  margin: 0;
  position: relative;
  width: 260px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--Linear, linear-gradient(90deg, #316ffd 0%, #31b4fd 100%));
}
.format-box .download_box a > span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.format-box .download_box a img {
  width: 34px;
  height: 34px;
}
.format-box .download_box a + a {
  margin-left: 28px;
}
.format-box .download_box .tuijian {
  width: 64px;
  height: 36px;
  flex-shrink: 0;
  position: absolute;
  right: -23px;
  top: -20px;
  border-radius: 60px 100px 100px 0px;
  background: #ff5035;
}
.format-box .download_box .tuijian span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.shortcut-box {
  position: relative;
  padding-top: 100px;
  padding-bottom: 143px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #e6f2fd 39.05%);
}
.shortcut-box > p {
  padding-bottom: 110px;
  color: #2e2e2e;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.shortcut-box > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shortcut-box > ul > li + li {
  margin-top: 175px;
}
.shortcut-box > ul > li .s_b_left {
  width: 548px;
}
.shortcut-box > ul > li .s_b_left h2 {
  margin-bottom: 24px;
  color: #333;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: lowercase;
}
.shortcut-box > ul > li .s_b_left > ul {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  z-index: 1;
}
.shortcut-box > ul > li .s_b_left > ul li {
  border-radius: 0px 20px;
  background: linear-gradient(90deg, rgba(137, 94, 238, 0.1) 0%, rgba(57, 96, 245, 0.1) 100%);
}
.shortcut-box > ul > li .s_b_left > ul li div {
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
  border-radius: 0px 20px;
  padding: 12px 20px;
  box-sizing: border-box;
  background: var(--Linear, linear-gradient(90deg, #895eee 0%, #3960f5 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shortcut-box > ul > li .s_b_left > ul li + li {
  margin-left: 10px;
}
.shortcut-box > ul > li .s_b_left > span {
  display: inline-block;
  margin-bottom: 69px;
  color: #5a5d66;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.982%; /* 31.196px */
  text-transform: uppercase;
}
.shortcut-box > ul > li .s_b_left .download_box {
  justify-content: start;
}
.shortcut-box > ul > li .s_b_left .download_box a {
  margin: 0;
  position: relative;
  width: 260px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--Linear, linear-gradient(90deg, #316ffd 0%, #31b4fd 100%));
}
.shortcut-box > ul > li .s_b_left .download_box a > span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.shortcut-box > ul > li .s_b_left .download_box a img {
  width: 34px;
  height: 34px;
}
.shortcut-box > ul > li .s_b_left .download_box a + a {
  margin-left: 28px;
}
.shortcut-box > ul > li .s_b_left .download_box .tuijian {
  width: 64px;
  height: 36px;
  flex-shrink: 0;
  position: absolute;
  right: -23px;
  top: -20px;
  border-radius: 60px 100px 100px 0px;
  background: #ff5035;
}
.shortcut-box > ul > li .s_b_left .download_box .tuijian span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.shortcut-box > ul > li .s_b_right {
  width: 655px;
}
.shortcut-box > ul > li .s_b_right img {
  margin-top: 40px;
  width: 100%;
}
.shortcut-box > ul > li .odd {
  margin-right: 15px;
}
.shortcut-box .shortcut-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 419px;
}

.footer-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 131px;
  padding-bottom: 100px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/501_sem/footer-bg.png) no-repeat center center/cover;
}
.footer-banner .div-h1 {
  position: relative;
  margin-bottom: 30px;
}
.footer-banner .div-h1 span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.footer-banner .div-h1 .brandNew {
  position: absolute;
  top: -25px;
  right: -111px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 120px;
  height: 36px;
  background-color: #ff5035;
  border-radius: 60px 100px 100px 0px;
}
.footer-banner .div-h1 .brandNew .fullyear {
  font-style: normal;
}
.footer-banner > span {
  display: inline-block;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.footer-banner .total-num-box {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.footer-banner .total-num-box .total-text {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
.footer-banner .total-num-box .total-num {
  color: #6cdcff;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}
.footer-banner .download_box {
  margin-bottom: 20px;
  justify-content: start;
}
.footer-banner .download_box a {
  margin: 0;
  position: relative;
  width: 260px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--Linear, linear-gradient(90deg, #316ffd 0%, #31b4fd 100%));
}
.footer-banner .download_box a > span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.footer-banner .download_box a img {
  width: 34px;
  height: 34px;
}
.footer-banner .download_box a + a {
  margin-left: 28px;
}
.footer-banner .download_box .tuijian {
  width: 64px;
  height: 36px;
  flex-shrink: 0;
  position: absolute;
  right: -23px;
  top: -20px;
  border-radius: 60px 100px 100px 0px;
  background: #ff5035;
}
.footer-banner .download_box .tuijian span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-banner .system-box-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.footer-banner .system-box-footer p {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-banner .system-box-footer p + p {
  margin-left: 30px;
}

.floatingWindow {
  position: fixed;
  right: 28px;
  bottom: 90px;
  z-index: 100;
}
.floatingWindow .checkOutTheEntrance {
  position: fixed;
  right: 28px;
  bottom: 244px;
  width: 265px;
  height: 147px;
  cursor: pointer;
}
.floatingWindow .checkOutTheEntrance img {
  width: 100%;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow {
  display: none;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view {
  border-radius: 8px;
  background-color: #fff;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_top {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 5px;
  margin-bottom: 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_top .v_t_left {
  color: #1f2125;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 100% */
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_top .v_t_right {
  width: 30px;
  height: 30px;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_top .v_t_right img {
  width: 100%;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0 31px 23px;
  box-sizing: border-box;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content .v_c_top > p {
  color: #1f2125;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 19px;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content .v_c_top > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content .v_c_top > div .clickUploadIpt {
  width: 278px;
  height: 37px;
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
  border: 0px;
  outline: none;
  background: rgba(244, 244, 244, 0.65);
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content .v_c_top > div .clickUploadIpt p {
  padding-left: 8px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content .v_c_top > div .clickUpload {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 31px;
  border-radius: 6.923px;
  background: var(--Linear, linear-gradient(90deg, #316ffd 0%, #31b4fd 100%));
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content .v_c_bottom {
  margin-top: 19px;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content .v_c_bottom p {
  margin-bottom: 17px;
  color: #1f2125;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content .v_c_bottom label .canvasArea {
  position: relative;
  width: 388px;
  height: 102px;
  border-radius: 5px;
  border: 1px dashed #b7b7b7;
  background: rgba(244, 244, 244, 0.65);
  overflow-x: auto;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content .v_c_bottom label .canvasArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content .v_c_bottom label .canvasArea ul {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content .v_c_bottom label .canvasArea ul li {
  color: #000;
  font-size: 14px;
}
.floatingWindow .viewTheSupportedFormatsPopUpWindow .content_view .v_content .v_c_bottom .clickUpload {
  margin: 0 auto;
  margin-top: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 31px;
  border-radius: 8.805px;
  background: var(--Linear, linear-gradient(90deg, #316ffd 0%, #31b4fd 100%));
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.floatingWindow .downloadThePopUpWindow {
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-radius: 8px;
  width: 454px;
  height: 410px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/498_sem/downloadThePopUpWindow_bg.png) no-repeat center center/cover;
}
.floatingWindow .downloadThePopUpWindow .off_png {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
}
.floatingWindow .downloadThePopUpWindow .succeed_png {
  margin-top: 24px;
  width: 85px;
}
.floatingWindow .downloadThePopUpWindow p {
  margin-top: 12px;
  color: #1f2125;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}
.floatingWindow .downloadThePopUpWindow h1 {
  margin-top: 24px;
  color: #1f2125;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 46.667% */
}
.floatingWindow .downloadThePopUpWindow > span {
  display: inline-block;
  margin-top: 30px;
  color: #1f2125;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}
.floatingWindow .downloadThePopUpWindow .download_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.floatingWindow .downloadThePopUpWindow .download_box a {
  margin-top: 30px;
  width: 320px;
  height: 68px;
  border-radius: 6px;
  background: var(--Linear, linear-gradient(90deg, #316ffd 0%, #31b4fd 100%));
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatingWindow .downloadThePopUpWindow .download_box a span {
  margin-left: 0;
  color: #f3f3f8;
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.floatingWindow .downloadThePopUpWindow .download_box a img {
  margin-right: 9px;
  width: 24px;
}
.floatingWindow .downloadThePopUpWindow .download_box a:last-child {
  margin-top: 24px;
  margin-bottom: 15px;
}
.floatingWindow .downloadThePopUpWindow .download_box a .tuijian span {
  font-size: 16px;
}

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