.wepage_box {
  background: #fff;
}
.wepage_top {
  /* background: url('/features/common/img/wepage-introduce/topBg.png'); */
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
  /* background: linear-gradient(180deg, #EEFBF9 3.22%, #FFF 70.83%, #FFF); */
}
.wepage_top_background {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  height: 560px;
  z-index: 0;
}
.wepage_top_background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wepage_tips {
  text-align: center;
  padding-top: 59px;
  max-width: 710px;
  min-width: 316px;
}
.wepage_tips div:nth-child(1) {
  color: rgba(51, 51, 51, 0.8);
  font-size: 20px;
  line-height: 26px;
}
.wepage_tips div:nth-child(2) {
  margin: 12px 0;
  color: #333;
  font-size: 46px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 2px;
}
.wepage_tips span {
  color: #04bdb2;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 2px;
}
.wepage_tips div:nth-child(3) {
  color: rgba(30, 67, 58, 0.6);
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.7px;
}
.wepage_create_btn,
.fast_create_btn {
  height: 56px;
  width: 180px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #1d1d1d;
  color: #fff;
  margin: 20px 0 40px 0;
}
.wepage_create_btn:hover,
.fast_create_btn:hover {
  cursor: pointer;
  background: #333;
}
.fast_create_btn {
  text-decoration: none;
}
.wepage_top_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
  column-gap: 16px;
  margin: 20px 0 40px;
}
.wepage_top_btn.mobile {
  flex-direction: column;
}
.wepage_qrcode_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 180px;
  border-radius: 6px;
  border: 1px solid #04BDB2;
  background: rgba(255, 255, 255, 0.00);
  color: #04BDB2;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  text-decoration: none;
  cursor: pointer;
}
.wepage_qrcode_btn:hover {
  background-color: #E6FBF7;
}
.wepage_top_img.pc_img {
  max-width: 813px;
  max-height: 540px;
}
.pc_img {
  display: block;
}
.wepage_top_img.mobile_img {
  max-width: 311px;
  max-height: 401px;
}
.wepage_top_img{
  height: 100%;
  width: 100%;
}
.wepage_top .wepage_create_btn {
  margin: 0;
}
.wepage_top > * {
  z-index: 1;
}
.mobile_img {
  display: none;
}
.wepage_case {
  padding: 80px 20px;
}
.wepage_case_title {
  max-width: 476px;
  margin: 0 auto;
  text-align: center;
}
.wepage_case_title .case_title {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}
.wepage_case_title .case_text {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 40px;
}
.wepage_case_title .case_text .qrcode_box {
  color: #0076FE;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  z-index: 2;
}
.wepage_case_title .case_text .qrcode_box .qrcode_img_box{
  height: 201px;
  width: 192px;
  padding: 22px 25px;
  border-radius: 8px;
  border: 1px solid #EEE;
  background:#fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 18px;
  left: -52px;
  display: none;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.wepage_case_title .case_text .qrcode_box:hover > .qrcode_img_box {
  display: block;
}
.wepage_case_title .qrcode_img_box .service_img{
  height: 116px;
  width: 116px;
  border: 1px solid rgba(0, 118, 254, 0.90);
  border-radius: 4px;
  margin-top: 16px;
}
.case_line {
  width: 50%;
  max-width: 476px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) -1.06%, #04BDB2 51.8%, rgba(255, 255, 255, 0.00) 98.69%);
}
.wepage_case_box {
  max-width: 1108px;
  margin: 40px auto;
}
.wepage_case_list {
  display: flex;
  flex-wrap: wrap;
  /* margin-left: -10px; */
  justify-content: center;
}
.wepage_case_list .case_item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 10px 20px 10px;
  border-radius: 4px;
  position: relative;
  height: 386px;
  width: 257px;
}
.wepage_case_list .case_item:hover > .qrcode_box {
  display: block;
}
.wepage_case_list .case_item .qrcode_box {
  display: none;
  height: 255px;
  width: 255px;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
}
.wepage_case_list .case_item .qrcode_box > img {
  border-radius: 2px;
  margin: 17px 30px 0;
}
.wepage_case_list .case_item:hover > .img_box {
  background: #f0f0f0;
}
.wepage_case_list .case_item .img_box {
  height: 254px;
  width: 255px;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: center;
}
.wepage_case_list .case_item .img_box > img{
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 100%; */
  max-height: 100%;
  max-width: 100%;
}
.wepage_case_list .case_item .desc_box {
  height: 130px;
  width: 255px;
  padding: 0 16px;
  border-radius: 0 0 4px 4px;
  background: #fff;
}
.wepage_case_list .case_item .desc_box .case_name {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.8px;
  padding: 14px 0 8px 0;
}
.wepage_case_list .case_item .desc_box .case_text {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}


.wepage_detail_box {

}
.wepage_text_right {
  text-align: right;
}
.wepage_text_right > .wepage_detail_item_content {
  align-items: flex-end;
}
.wepage_detail_box .wepage_text_left{
  text-align: left;
  flex-flow: row-reverse;
}
.wepage_detail_item.wepage_text_right > .wepage_detail_item_img {
  margin-left: 100px;
}
.wepage_detail_item.wepage_text_left > .wepage_detail_item_img {
  margin-right: 100px;
}
.wepage_detail_item {
  display: flex;
  padding: 50px 0;
  justify-content: center;
}
.wepage_detail_item_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
  width: 560px;
}
.wepage_detail_item_subtitle {
  color: rgba(51, 51, 51, 0.60);
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}
.wepage_detail_item_title {
  color: #333;
  font-size: 36px;
  line-height: 150%;
}
.wepage_detail_item_title span {
  font-weight: 700;
}
.wepage_detail_item_text {
  color: rgba(51, 51, 51, 0.60);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 32px;
}
.wepage_detail_item_text span {
  color: #04BDB2;
}
.wepage_detail_item .wepage_create_btn {
  height: 44px;
  width: 140px;
  font-size: 16px;
  margin: 0;
}
.wepage_detail_item_img img{
  max-width: 640px;
  max-height: 460px;
  width: 100%;
  height: auto;
}

.wepage_bottom {
  width: 100%;
  height: 320px;
  background: url('/features/common/img/wepage-introduce/bottomBg.png');
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
}
.wepage_bottom .bottom_display {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-width: 320px;
}
.wepage_bottom .bottom_text > div:nth-child(1) {
  color: rgba(255, 255, 255, 0.90);
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 1.4px;
}
.wepage_bottom  .bottom_text > div:nth-child(2) {
  color: rgba(255, 255, 255, 0.90);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1.6px;
  margin: 8px 0 32px 0;
}
.wepage_bottom span {
  color: #04BDB2;
}
.wepage_bottom .wepage_create_btn {
  width: 160px;
  height: 48px;
  background: #04BDB2;
  box-shadow: 0px 2px 10px 0px rgba(10, 147, 130, 0.20);
  margin: 0;
  font-size: 16px;
}
.wepage_bottom_bg {
  max-width: 779px;
  max-height: 360px;
  flex: 1;
  overflow: hidden;
}
.wepage_top_case_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
}
.wepage_top_case_item {
  /* width: 294px; */
  margin: 0 14px 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.wepage_top_case_item .img_box {
  /* width: 294px; */
  height: 183px;
  transition: transform 0.2s;
}
.wepage_top_case_item .img_box > img{
  max-height: 100%;
  max-width: 100%;
}
.wepage_top_case_item .img_box:hover {
  cursor: pointer;
  transform: translateY(-8px);
}
.wepage_top_case_item .desc_box {
  margin-top: 20px;

}
.wepage_top_case_item .desc_box .case_name {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 4px;
  text-align: center;
}
.wepage_top_case_item .desc_box .case_text {
  color: #999;
  font-size: 14px;
  line-height: 150%; /* 21px */
  text-align: center;
}

.wepage_mobile_detail_box {
  background-color: #fff;
}
.wepage_mobile_detail_item {
  margin: 0 -4px 60px -4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wepage_mobile_detail_item:last-child {
  margin-bottom: 0;
}
.wepage_mobile_text_box {
  margin: 0 29.5px;
}
.wepage_mobile_detail_subtitle {
  font-size: 16px;
  line-height: 150%;
  color: rgba(51, 51, 51, 0.60);
}
.wepage_mobile_detail_title {
  font-size: 20px;
  color: #333;
  line-height: 150%;
}
.wepage_mobile_detail_title span {
  font-weight: 700;
}
.wepage_mobile_detail_title_desc {
  margin-top: 8px;
  color: rgba(51, 51, 51, 0.60);
  font-size: 12px;
  line-height: 150%;
}
.wepage_mobile_detail_title_desc span {
  color: #04BDB2;
}
.wepage_mobile_detail_item .wepage_create_btn, 
.wepage_mobile_detail_item .fast_create_btn {
  margin: 0;
}
.mobile_detail_img {
  width: 100%;
  height: auto;
  margin: 24px 0;
  max-width: 343px;
}

.pc_wepapge_box .wepage_detail_box {
  display: block;
}
.pc_wepapge_box .wepage_mobile_detail_box{
  display: none;
}
.mobile_wepapge_box .wepage_mobile_detail_box{
  display: block;
}
.mobile_wepapge_box .case_item{
  margin: 0 3px 20px 3px;
  width: 163px;
  height: 263px;
}
.mobile_wepapge_box .case_item .desc_box {
  padding: 0 10px;
  width: 161px;
  height: 100px;
}
.mobile_wepapge_box .case_item .img_box {
  height: 161px;
  width: 161px;
}
.mobile_wepapge_box .case_item .desc_box .case_name {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  padding: 8px 0 5px 0;
}
.mobile_wepapge_box .case_item .desc_box .case_text {
  font-size: 10px;
}
.mobile_wepapge_box .wepage_bottom {
  flex-direction: column;
  height: 434px;
}
.mobile_wepapge_box  .wepage_bottom_bg {
  max-width: 100%;
  max-height: 224px;
  background: url('/features/common/img/wepage-introduce/bottomImg_mobile.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.mobile_wepapge_box .bottom_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile_wepapge_box .wepage_bottom .bottom_text > div:nth-child(1) {
  font-size: 16px;
  line-height: 21px;
}
.mobile_wepapge_box  .wepage_bottom  .bottom_text > div:nth-child(2) {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}
.mobile_wepapge_box .wepage_bottom .wepage_create_btn {
  width: 112px;
  height: 35px;
}
.wepage_mobile_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
}
.wepage_mobile_open_dialog {
  width: 315px;
  height: 267px;
  padding: 18px;
  border-radius: 8px;
  background: #FFF;
  position: absolute;
  text-align: center;
}
.wepage_mobile_open_dialog .wepage_mobile_open_dialog_close_icon {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 20px;
  width: 20px;
}
.wepage_mobile_open_dialog .wepage_mobile_open_dialog_img {
  width: 92px;
  height: 92px;
  margin-top: 4px;
}
.wepage_mobile_open_dialog_tips {
  color: #333;
  font-weight: 700;
  line-height: 150%;
  font-size: 18px;
}
.wepage_mobile_open_dialog .wepage_mobile_open_dialog_subTips {
  color: #606060;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.wepage_mobile_open_dialog .wepage_mobile_open_btn {
  border-radius: 4px;
  background: #3191FF;
  height: 45px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding: 12px 97.5px;
  margin-top: 35px;
}
.wepage_mobile_open_dialog .wepage_mobile_open_btn:hover {
  background: #3191FF;
}
@media(max-width: 890px) {
  .pc_wepapge_box .wepage_mobile_detail_box {
    display: block;
  }
  .pc_wepapge_box .wepage_detail_box {
    display: none;
  }
}
@media(max-width: 700px) {
  .wepage_tips {
    padding-top: 41px;
  }
  .wepage_tips div:nth-child(1){
    font-size: 15px;
    line-height: 20px;
  }
  .wepage_tips div:nth-child(2), .wepage_tips span {
    font-size: 30px;
    line-height: 40px;
  }
  .wepage_tips div:nth-child(3){
    font-size: 11px;
  }
  .pc_img {
    display: none;
  }
  .mobile_img {
    display: block;
  }

  .wepage_case .case_title{
    font-size: 26px;
    line-height: 33px;
  }
  .wepage_case .case_text {
    font-size: 10px;
    max-width: 193px;
    display: block;
  }
}
