html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
hr {
  margin: 0;
  padding: 0;
}

body {
  min-width: 840px;
}

/* .header_title {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
}

.header_title .logo img {
  height: 40px;
}


.header_title .title {
  display: flex;
  align-items: center;
}

.header_title .title .item {
  margin: 0 30px;
  line-height: 40px;
}


.pc_header_title {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  position: fixed !important;
  top: 0 !important;
  z-index: 999 !important;
  background-color: #fff !important;
  width: 100% !important;
  height: 70px !important;
  box-sizing: border-box !important;
} */

/* .pc_header_title .logo {
  margin-right: 17px !important;

}

.pc_header_title .left_nav {
  display: flex !important;
  align-items: center !important;
}

.pc_header_title .title {
  width: 100% !important;
} */

.pc_header_title .title .item {
  /* margin: 0 0 0 40px !important */
  white-space: nowrap;
}

.pc_header_title .product_list {
  /* margin: 0 0 0 40px !important; */
}

/* .product_list {
  position: relative !important;
  height: 42px !important;
  line-height: 40px !important;
  white-space: nowrap;
} */

/* .product_list .igm {
  transition: transform 0.2s;
}

.product_list:hover .igm {
  transform: rotateZ(180deg);
}

.right_btn {
  display: flex;
  align-items: center;
}

.right_btn .img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.right_btn .phone {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-right: 45px;
}

.right_btn .login {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin: 0 24px 0 22px;
}

.right_btn .register {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  background: #1F64FF;
  padding: 14px 20px;
} */

.swiper {
  height: 460px;
  width: 100%;
  position: relative;
  margin-top: 64px;
}

.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-text {
  position: absolute;
  top: 78px;
  left: 240px;
}

.swiper-slide {
  box-sizing: border-box;
  padding: 72px 240px;
}

.characters-list .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600 !important;
  font-size: 44px !important;
  color: #000000 !important;
  z-index: 9999 !important;
}

.characters-list .btn_list {
  display: flex !important;
  margin-top: 20px !important;
}

.characters-list .btn_list .btn {
  width: 104px;
  height: 40px;
  background: rgba(196, 216, 255, 0.6);
  border-radius: 10px;
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #003FFF;
  line-height: 40px;
  margin-right: 16px;
}

.characters-list .banner-btn {
  width: 146px !important;
  height: 48px !important;
  background: #003FFF;
  display: inline-block;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 48px;
}

.swiper .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product_recommend {
  margin-top: 106px;
  box-sizing: border-box;
  padding: 0 260px;
  position: relative;

}

.product_recommend_text {
  text-align: center;
  position: relative;
}

.product_recommend_text .bg {
  width: 360px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 180px);
}

.product_recommend_text .text {
  font-weight: 600;
  font-size: 44px;
  color: #000000;
  line-height: 66px;
  text-align: center;
}

.product_recommend .product_tip {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 8px;
}

.product_recommend .product_option_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.product_recommend .product_option_list .list_item {
  width: calc(50% - 10px);
  height: 260px;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 36px;


  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.product_option_list .list_item .text {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
}

.product_option_list .list_item p {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
  line-height: 22px;
}

.advantage {
  margin-top: 100px;
  width: 100vw;
  height: 728px;
  background: #F5F9FD;
  border-radius: 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 100px 245px;
}

.advantage .advantage_list_bg {
  width: 1430px;
  height: 430px;
  margin-top: 50px;
  background-image: url("../images/Group 427320714@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.app_scene {
  margin-top: 0;
  width: 100vw;
  height: 868px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 100px 250px;
}

.app_scene_list .app_scene_list_item {
  /* width: 25%; */
  width: 340px;
  height: 250px;
  box-sizing: border-box;
  padding: 30px;
  background: #FAFAFA;
  border-radius: 16px 16px 16px 16px;
}

.app_scene_list .app_scene_list_item .haed_icon {
  width: 48px;
  height: 48px;
}

.app_scene_list_item .haed_icon img {
  width: 100%;
  height: 100%;
}

.app_scene_list .app_scene_list_item .text {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin-top: 20px;
}

.app_scene_list .app_scene_list_item p {
  margin-top: 8px;
  font-family: PingFang HK, PingFang HK;
  font-weight: 400;
  font-size: 14px;
  color: #505966;
  line-height: 22px;
}

.m_t_20 {
  margin-top: 20px;
}

.product_tryout {
  width: 100vw;
  height: 862px;
  margin-top: 0;
  /* background: #F5F9FD; */
  border-radius: 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 100px 347px;

  background-image: url("../images/product_tryout_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.product_tryout .product_tryout_list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.product_tryout .tryout_list_item {
  width: 284px;
}

.product_tryout .tryout_list_item:hover {
  /* width: 284px; */
  margin-top: -10px;
  /* box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05); */
}

.tryout_list_item .head {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 36px 0 0 30px;
  display: flex;
  align-items: center;
}

.tryout_list_item .head .text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
}

.tryout_list_item .head .btn {
  width: 92px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px 50px 50px 50px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  margin-left: 10px;

}



.tryout_list_item .content {
  height: 330px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  box-sizing: border-box;
  padding: 20px;

}


.tryout_list_item .content:hover {
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.1);
}

.content .money_text {
  display: flex;
  justify-content: space-between;
}

.content .money_text div {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #FA001E;
}

.content .money_text span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #5B5E66;
  align-self: end;
}

.tryout_list_item .content .btn {
  width: 100%;
  height: 40px;
  margin-top: 24px;
  background: linear-gradient(135deg, #6580B5 0%, #7F93BE 100%);
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;

  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.tryout_list_item .content .btn::after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  bottom: -20px;
  left: 0;
  background: #F4F4F4;
}

.tryout_list_item .product_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  text-align: left;
  margin-top: 20px;
}

.page_footer {
  width: 100%;
  height: 507px;
  background: #000000;
  border-radius: 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 90px 0 0 200px;
  display: flex;
  position: relative;
}


.footer_img img {
  width: 112px;
  height: 35px;
}

.page_footer .footer_text_1 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  padding-bottom: 8px;
}

.page_footer .footer_text_2 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #6D727E;
  margin-top: 8px;
}

.copyright {

  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #9A9A9A;

  position: absolute;
  bottom: 30px;
  left: calc(50% - 230px);
}

.page_right_info {
  position: fixed;
  right: 20px;
  /* top: 564px; */
  top: 530px;
}

.page_right_info .img_size img {
  width: 64px;
  height: 80px;
}

.page_right_info .img_size {
  margin-top: 16px;
}

.product_mask {
  box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.10);
  padding: 15px 8px;
  background-color: #fff;
  flex-direction: column;
  position: absolute;
  width: 170px;
  top: 42px;
  line-height: 24px;
  display: none;
  font-size: 14px;
  border-radius: 4px;
}

.product_mask a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.product_mask span,
.product_mask a {
  padding: 6px 10px;
  cursor: pointer;
}

.product_mask span:hover {
  border-radius: 2px;
  background: #F4F8FF;
  color: #1F64FF;
}

.product_list:hover .product_mask {
  display: flex;
}

.dialog {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.dialog_mask {
  position: relative;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  cursor: pointer;
}

#show-application {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
}

.diaolg__body .inp_contact {
  border-radius: 4px;
  border: 1px solid #E4E8ED;
  background: #FFF;
  height: 47px;
  width: 240px;
  padding-left: 20px;
  font-size: 14px;
}

.diaolg__body .inp_mask {
  margin-bottom: 28px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.inp_mask .btn {
  border-radius: 4px;
  background: #1F64FF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
}

.inp_mask .label {
  width: 70px;
  text-align: right;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}

.diaolg__body {
  background-color: #FFF;
  padding: 20px 40px;
  border-radius: 10px;
  width: 682px;
  height: 306px;
}

.dialog_body-title {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.dialog_body-title .close-dialog {
  font-size: 24px;
  cursor: pointer;
}

.el-message--success {
  min-width: 380px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  transition: opacity .3s, transform .4s, top .4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
  background-color: #f0f9eb;
  color: #67c23a;
  display: none;
  z-index: 3000;
}

.duihao {
  padding: 2px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #67c23a;
  color: #ffffff;
  text-align: center;
  line-height: 10px;
  font-size: 8px;
  margin-right: 4px;
}

#el-message--error {
  color: #f56c6c;
  background-color: #fef0f0;
  z-index: 3000;
}

#el-message--error .duihao {
  background-color: #f56c6c;
  color: #ffffff;
}

.experience_img_list {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.experience_img_list .img {
  width: 30%;
}

.blue_btn {
  width: 100px;
  margin: 0;
  text-align: center;
}

.swiper-text-human {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.human_btn-list {
  margin-top: 40px;
}

.banner-btn {
  border-radius: 4px;
}

.pc_phoneNumber {
  font-weight: bold !important;
  color: #0C1734 !important;
  font-size: 19px !important;
  margin-right: 45px !important;
}

.aboutUs_item {
  width: 100%;
  margin: 0 15px;
  line-height: 150%;
}

.code_list {
  display: flex;
  justify-content: flex-start;
}

.code_list .item {
  margin-right: 10px;
}

.code_list .title {
  color: #6C7380;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.logo {
  height: 40px;
}

#aboutUs {
  padding: 80px 198px;
  display: flex;
  padding-bottom: 0px !important;
  justify-content: center;
  background-color: #000;
}


@media (width< 1440px) {
  #aboutUs {
    flex-wrap: wrap;
  }
}

.aboutUs_item {
  max-width: 350px !important;
  width: 100%;
  margin: 0 25px;
  line-height: 150%;
}

.aboutUs_item .title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.aboutUs_item .content {
  color: #6C7380;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.aboutUs_item .cont {
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  /* margin-left: 10px; */
}

.copy-right {
  line-height: 100px;
  color: #9A9A9A;
  text-align: center;
  background-color: #000;
}




#scroll_top {
  width: 46px;
  height: 56px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 999;
  cursor: pointer;
}