@charset "UTF-8";
blockquote,
body,
button,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 Tahoma, Arial, SimSun;
  font-family: "Microsoft YaHei";
}

button,
input,
select,
textarea {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

em,
i,
strong {
  font-style: normal;
  font-weight: 400;
}

fieldset,
img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
html {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.section-top {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/869_sem/bg1.png) no-repeat;
  background-size: cover;
}

.section-footer {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/869_sem/bg2.png) no-repeat;
  background-size: 100% 100%;
}

.header {
  position: relative;
  width: 100%;
  height: 880px;
  font-family: Microsoft YaHei UI;
  background-size: 100% 880px;
  color: white;
}

.nav-search {
  float: right;
  width: 600px;
  height: 40px;
}
.nav-search .nav {
  width: 360px;
}
.nav-search .nav .nav-item {
  float: left;
  width: 72px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  opacity: 1;
}
.nav-search .nav .nav-item:hover {
  opacity: 0.8;
}

.top-searchBox {
  position: relative;
  width: 204px;
  border-radius: 6px;
  overflow: hidden;
}

.searchBar {
  width: 100%;
  height: 34px;
  position: relative;
  background-color: #fff;
}
.searchBar input {
  width: 131px;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 0px solid #fff;
}
.searchBar input:hover {
  border-color: #fff;
}
.searchBar input:focus {
  outline: none;
}
.searchBar button {
  width: 64px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  border: none;
  cursor: pointer;
  background: linear-gradient(224deg, #F9D615 0%, #FFA700 100%);
  padding: 0 0 0 9px;
}
.searchBar button:hover {
  background-color: #EF1905;
}
.searchBar button:active {
  background-color: #EF1905;
}
.searchBar button:before {
  font-size: 18px;
}
.searchBar button img {
  float: left;
  width: 14px;
  margin: 10px 5px 0 0;
}
.searchBar button .search-text {
  float: left;
  font-size: 14px;
  color: #FFFFFF;
}

.banner {
  width: 1167px;
  margin: 0 auto;
  padding-top: 161px;
}
.banner .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.banner .title .titltword {
  position: relative;
  margin-left: 32px;
}
.banner .title .titltword div {
  font-size: 50px;
  line-height: 67px;
  font-weight: 700;
}
.banner .title .titltword span {
  position: absolute;
  top: -42px;
  right: -70px;
  width: 104px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px 22px 22px 0;
  background: linear-gradient(0deg, rgba(129, 129, 129, 0.2) 0%, rgba(129, 129, 129, 0.2) 100%), linear-gradient(180deg, #2EFF00 -42.05%, #20B300 118.18%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.banner .title .logo {
  height: 102px;
}
.banner .desc {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.banner .btn {
  border-radius: 100px;
  color: #fff;
}
.banner .tip {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  margin: 0 0 88px 0;
  opacity: 0.9;
}

.banner-box {
  margin: 0 auto;
  display: flex;
  width: 324px;
  height: 80px;
  justify-content: center;
  align-items: center;
  background: white;
  color: #295FCC;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 15px;
}
.banner-box span {
  margin-left: 16px;
}

.banner-box:hover {
  background: #e3eefb;
}

.system {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 70px;
}

.btn_icon {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 25px 12px 0 96px;
}
.btn_icon::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform: scale3d(0.9, 0.9, 1);
  transition: box-shadow 0.3s, transform 0.3s;
  box-shadow: inset 0 0 0 3px #fff;
}
.btn_icon .arrow-down {
  position: relative;
  width: 20px;
  height: 18px;
  z-index: 1;
  margin: 13px 0 0 12px;
}
.btn_icon .arrow-down::before, .btn_icon .arrow-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
.btn_icon .arrow-down::before {
  width: 3px;
  height: 20px;
  background-color: #fff;
}
.btn_icon .arrow-down::after {
  width: 11px;
  height: 11px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  border-color: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.banner .btn:hover .btn_icon::before {
  box-shadow: inset 0 0 0 35px #fff;
  transform: scale3d(1, 1, 1);
}

.keyword-list {
  width: 952px;
  margin: 0 auto;
}
.keyword-list ul {
  width: 952px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.keyword-list .keyword-item {
  width: 188px;
  height: 188px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  background-position: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  top: 0;
  transition: top 0.3s;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -ms-transition: top 0.3s;
}
.keyword-list .keyword-item > .text {
  margin-top: 10.13px;
}

.main {
  width: 100%;
  height: 930px;
  margin: 0 auto;
  position: relative;
}
.main .user {
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  margin-top: 40px;
}
.main .user span {
  font-weight: 700;
  color: #FB4002;
}

.img-list-box {
  position: relative;
  width: 1154px;
  margin: 0 auto;
  height: 715px;
}

.img-list {
  width: 1112px;
  margin: 0 auto 20px;
  text-align: center;
}
.img-list .desc {
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 60px;
}
.img-list .img {
  width: 850px;
  height: 552px;
  margin: 0 auto 40px;
  background-position: 0 0;
}
.img-list .img > img {
  width: 100%;
  height: 100%;
}
.img-list.no2 .img {
  background-position: -780px 0;
}
.img-list.no3 .img {
  background-position: -1560px 0;
}
.img-list.no4 .img {
  background-position: -2340px 0;
}

.img-list-btn {
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-align: center;
}

.review {
  width: 100%;
  height: 590px;
  background: #F7FAFF;
  background: linear-gradient(180deg, #F7FAFF 0%, #FFFFFF 46%);
}
.review h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  padding: 60px 0 38px 0;
}

.user-review {
  width: 930px;
  height: 300px;
  text-align: center;
  margin: 0 auto;
}

.user-review-item {
  float: left;
  width: 310px;
  height: 244px;
  margin: 0;
}
.user-review-item .user {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  margin: 69px auto 0;
  background-size: 2356px 124px;
  background-position: 0 0;
}
.user-review-item .name {
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 14px;
}
.user-review-item .review-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.user-review-item.swiper-slide-active {
  background: url("https://res.callmysoft.com/wm-static-resource/Sem/856_sem/yuan.png") no-repeat top center;
}
.user-review-item.swiper-slide-active .user {
  width: 152px;
  height: 152px;
  margin-top: 46px;
  background-size: 2888px 152px;
}

.swiper-container2 .user-review-item {
  height: 150px;
}
.swiper-container2 .user-review-item.swiper-slide-active {
  background: none;
}

.user-review.swiper-container2 {
  width: 680px;
  height: 200px;
  margin: -33px auto 0;
}

.swiper-container3 .swiper-button-prev,
.swiper-container3 .swiper-button-next {
  top: 355px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  text-align: center;
  font-weight: 700;
  color: white;
}

.swiper-button-next,
.swiper-button-prev {
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  width: 31px !important;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 50%;
  background-color: #a1a3a6;
  color: #fff;
  padding: 10px 8px 10px 11px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #6fa8f3;
}
.swiper-button-next:active,
.swiper-button-prev:active {
  background-color: #a4c3ed;
}

.swiper-button-prev {
  padding: 10px 11px 10px 8px;
  left: 0;
  right: auto;
}

.downType {
  width: 898px;
  height: 124px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.downType .common-btn,
.downType .safeType {
  height: 120px;
  width: 50%;
}
.downType .btn {
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  cursor: pointer;
}
.downType .tip {
  color: #888;
  margin-top: 24px;
  font-size: 16px;
  line-height: 21px;
}

.bottom-container {
  width: 100%;
  height: 430px;
  background-size: 100% 430px;
}
.bottom-container .title {
  padding-top: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-container .title .text {
  color: #FFF;
}
.bottom-container .title .text h2 {
  font-size: 50px;
}
.bottom-container .title .text div {
  font-size: 30px;
  margin-top: 4px;
}
.bottom-container .logo {
  float: left;
  width: 100px;
  margin-right: 30px;
}
.bottom-container h2 {
  font-size: 50px;
  line-height: 67px;
  font-weight: 700;
  /* margin-bottom: 10px; */
}
.bottom-container .description {
  font-size: 30px;
  line-height: 54px;
  font-weight: 400;
  margin-bottom: 30px;
  height: 30px;
}
.bottom-container .star {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}
.bottom-container .star .img {
  height: 40px;
}
.bottom-container .star span {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 133.333% */
}

.footer {
  width: 100%;
  line-height: 30px;
  text-align: center;
  padding: 10px 0 100px 0;
  font-size: 14px;
  color: #999;
}

.fix {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  padding: 20px 0;
  background-color: #f1f1f1;
  z-index: 100;
}
.fix .fix-box {
  position: relative;
  width: 1019px;
  margin: 0 auto;
}
.fix .product-logo {
  position: absolute;
  height: 50px;
  line-height: 50px;
}
.fix .product-logo img {
  height: 50px;
}
.fix .product-logo i {
  font-size: 20px;
  line-height: 48px;
  margin-left: 14px;
  font-weight: 700;
}
.fix .at-once {
  position: absolute;
  right: 0;
  display: block;
  width: 140px;
  height: 44px;
  cursor: pointer;
  border-radius: 6px;
}
.fix .at-once img {
  margin: 10px 10px 0 23px;
}
.fix .at-once i {
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
}

.alert-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.alert-wrapper {
  width: 460px;
  height: 249px;
  margin: 0 auto;
  top: 50%;
  margin-top: -115px;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  z-index: 100;
  box-shadow: 1px 2px 3px #c7c6c6;
  font-size: 20px;
}

.alertTop {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #eee;
  font-size: 22px;
}
.alertTop .topTitle {
  float: left;
  padding-left: 20px;
  line-height: 60px;
}
.alertTop .topClose {
  float: right;
  padding: 10px 20px;
  font-size: 26px;
  cursor: pointer;
}

.alertMain {
  padding-top: 15px;
}
.alertMain .title {
  text-align: left;
  padding-left: 25px;
  line-height: 28px;
}
.alertMain .little {
  font-size: 16px;
  text-align: left;
  color: #e9827d;
}
.alertMain .alert-btn a {
  position: relative;
  width: 194px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  margin: 20px 0 0 23px;
  float: left;
  border-radius: 8px;
}

.check-alert {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.check-alert .check-wrapper {
  width: 440px;
  height: 200px;
  margin: 0 auto;
  top: 50%;
  margin-top: -100px;
  position: relative;
  border-radius: 6px;
}
.check-alert .check-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 3px;
  font-size: 22px;
  cursor: pointer;
}
.check-alert .check-close:hover {
  color: #f8784d;
}
.check-alert .check-btn {
  position: absolute;
  width: 170px;
  height: 40px;
  line-height: 40px;
  left: 135px;
  bottom: 24px;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.tips {
  position: fixed;
  width: 301px;
  height: 227px;
  bottom: 120px;
  right: 113px;
  z-index: 999;
  display: none;
}
.tips .close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #666;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.tips img {
  width: 301px;
  height: 227px;
}

html,
body {
  color: #3D4756;
}

.banner .title .border {
  border-left: 2px solid #3D4756;
}

.banner .btn:hover .arrow-down::before {
  background-color: #F33925;
}

.banner .btn:hover .arrow-down::after {
  border-color: #F33925;
}

.keyword-list .keyword-item {
  background-position: 0 0;
}

.keyword-list .keyword-item:hover,
.keyword-list .keyword-item.active {
  top: -10px;
  background-position: -188px 0;
  color: #fff;
}

.alertMain .alert-btn a,
.alertTop .topClose:hover {
  color: #F33925;
}

.alertMain .alert-btn .safeBtn {
  border: 1px solid #F33925;
}

.alertMain .alert-btn a:hover {
  color: #fff;
  background-color: #F33925;
}

.btn {
  background: #F33925;
  background: linear-gradient(90deg, #F33925 0%, #ffab90 100%);
}

.alertMain .alert-btn > a::before {
  content: "";
  /* 伪元素内容为空 */
  position: absolute;
  /* 绝对定位相对于按钮 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  /* 初始背景透明 */
  transition: background-color 0.3s ease;
  /* 过渡动画 */
  z-index: 0;
  /* 确保伪元素在文本之下 */
  overflow: hidden;
  border-radius: 12px;
}

.banner .btn::before {
  border-radius: 100px;
}

.alertMain .alert-btn a::before {
  border-radius: 8px;
}

.fix .at-once::before {
  border-radius: 6px;
}

.btn:hover::before,
.alertMain .alert-btn a:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn:active::before,
.alertMain .alert-btn a:active::before {
  background-color: rgba(0, 0, 0, 0.1);
}

/* 整个页面的文案颜色的配置 */
html,
body {
  color: #333;
}

/* banner的首行中的左边框色值设置 */
.banner .title .border {
  border-left: 2px solid #333;
}

.banner .title .border {
  border-left: 2px solid #fff;
}

/* banner内轮播文案色 */
.keyword-list .keyword-item {
  color: #E0F4FF;
  background: rgba(0, 0, 0, 0.1);
  border: 5px solid rgba(204, 204, 204, 0.55);
}

.keyword-item div {
  background-size: 100% 100%;
}

/* banner内轮播文案hover色 */
.keyword-list .keyword-item:hover,
.keyword-list .keyword-item.active {
  background: rgba(38, 202, 2, 0.7);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  /* color: #333333; */
}

/* 所有按钮背景色 */
.btn,
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:active,
.swiper-button-prev:active {
  background: #348CF1;
}

.banner .btn {
  background: #fff;
}

.banner .btn:hover {
  background: #eef7ff;
}

/* banner内大按钮元素静态颜色 */
.btn_icon::before {
  box-shadow: inset 0 0 0 3px #F33925;
}

.banner .btn .arrow-down::before {
  background-color: #F33925;
}

.banner .btn .arrow-down::after {
  border-color: #F33925;
}

.banner .btn {
  color: #000000;
  display: flex;
  justify-content: center;
}

.nav-list {
  display: flex;
  gap: 40px;
}
.nav-list a {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

@font-face {
  font-family: Mirza;
  src: url(/static/common/font/Mirza/CO3IMWLIKIN5EURDKMEWSRVI.ttf) format("truetype");
}
.tipsspan {
  font-family: Mirza;
}

.top-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 4;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 80px;
  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;
}
.top-box .header-box .header-left .logo {
  height: 40px;
}
.top-box .header-box .header-left span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 31.5px */
}
.top-box .header-box .header-right a {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 24px;
}
.top-box .header-box .header-right a:hover {
  color: #679eed;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.top-box .hidden-header-box {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  bottom: 0;
}
.top-box .hidden-header-box .footer-downloadBox {
  background: #FFF;
  box-shadow: 1px -2px 10px 0px rgba(158, 158, 158, 0.19);
  height: 80px;
  width: 100%;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 80px;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left {
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left span {
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content a {
  width: 178.2px;
  height: 44px;
  border-radius: 4.471px;
  background: #4186E8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2.2px 2.2px rgba(22, 80, 197, 0.4);
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content a span {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 8.21px;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content a:hover {
  background: #679eed;
}

.section-banner-btn {
  display: flex;
  width: 324px;
  height: 80px;
  justify-content: center;
  align-items: center;
  background: #4186E8;
  border-radius: 15px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-banner-btn span {
  margin-left: 16px;
}

.section-banner-btn:hover {
  background: #679eed;
}

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