#icon_module{
  display: none !important;
}
#div_company_mini .mini-btn{
  width: 50px !important;
  height: 50px !important;
}
#div_company_mini .mini-btn>div{
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF6E11 !important;
}

#div_company_mini .mini-btn>div:before {
    content: "\e9f5";
    font-family: "iconfont" !important;
    color: #fff;
    font-size:36px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

#div_company_mini{
  display: block !important;
  right: 20px !important;
  bottom: 50px !important;
}
/* #iframe_company_mini_div .pc-visitor-header{
  background-color: #FF6E11 !important;
} */

.common_tab {
  background-color: #F2F4F7;
  display: flex;
  padding: 6px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 28px;
  gap: 10px;
}

.common_tab .item {
  height: 44px;
  border-radius: 22px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.6s;
}

.common_tab .item:hover,
.common_tab .item.active {
  background-color: #fff;
}

.common_title {
  text-align: center;
}

.common_title h3 {
  color: #111;
  font-size: 42px;
}

.common_top {
  width: 100%;
  padding: 160px calc(50% - 700px) 60px;
  background-color: #EFEFEF;
}

.common_top .title h3 {
  color: #1A1A1A;
  font-size: 48px;
}

.common_banner {
  overflow: hidden;
}

.common_banner.aos-animate .img img {
  transform: scale(1);
}

.common_banner .img {
  width: 100%;
}

.common_banner .img img {
  width: 100%;
  transform: scale(1.1);
  transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s, opacity 1s;
}

.common_banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #fff;
}

.common_banner .content {
  position: absolute;
  left: 260px;
  top: 50%;
  transform: translateY(-50%);
  width: 540px;
}

.common_banner .content .tit {
  margin-bottom: 40px;
}

.common_banner .content .tit h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
}

.common_banner .content .txt {
  margin-bottom: 60px;
}

.common_banner .content .txt p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

.common_banner .content .flex {
  display: flex;
  gap: 20px;
}

.common_banner .content .flex a {
  display: flex;
  border: 1px solid #FF6E11;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  gap: 24px;
  padding: 0 20px;
  transition: all 0.6s;
}

.common_banner .content .flex a:hover {
  background-color: #FF6E11;
}

.common_banner .content .flex a:hover p {
  color: #fff;
}

.common_banner .content .flex a:hover .icon span {
  color: #fff;
}

.common_banner .content .flex a p {
  color: #FF6E11;
  transition: all 0.6s;
  font-size: 16px;
}

.common_banner .content .flex a .icon span {
  color: #FF6E11;
  transition: all 0.6s;
}

.common_banner .service_content {
  position: absolute;
  left: calc(50vw + 150px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 400px;
  text-align: center;
}

.common_banner .service_content .tit {
  margin-bottom: 10px;
}

.common_banner .service_content .tit h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
}

.common_banner .service_content .txt {
  margin-bottom: 30px;
}

.common_banner .service_content .txt p {
  color: #fff;
  font-size: 26px;
}

.common_banner .service_content .tel {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 0 40px;
  align-items: center;
  height: 114px;
}

.common_banner .service_content .tel .icon {
  width: 52px;
  margin-right: 24px;
}

.common_banner .service_content .tel .right {
  text-align: left;
}

.common_banner .service_content .tel .right .key {
  color: #111;
  font-size: 14px;
}

.common_banner .service_content .tel .right .value {
  color: #FF6E11;
  font-weight: 700;
  font-size: 32px;
}

.common_banner .about_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common_banner .about_content .txt {
  margin-bottom: 10px;
}

.common_banner .about_content .txt p {
  color: #fff;
  font-size: 56px;
}

.common_banner .about_content .play {
  height: 52px;
  background-color: #FF6E11;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0 26px;
  border-radius: 26px;
  cursor: pointer;
}

.common_banner .about_content .play p {
  color: #fff;
}

.common_banner .about_content .play .icon {
  margin-left: 8px;
}

.common_page {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.common_page .common_page_list {
  display: flex;
  gap: 6px;
  align-items: center;
}

.common_page .common_page_list .item {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000000;
  transition: all 0.6s;
}

.common_page .common_page_list .item:not(.omit) {
  background-color: #F8F9FA;
}

.common_page .common_page_list .item:hover:not(.omit),
.common_page .common_page_list .item.active:not(.omit) {
  background-color: #FF6E11;
  color: #fff;
}

.common_page .next {
  height: 42px;
  padding: 0 18px;
  border-radius: 21px;
  display: flex;
  background-color: #F8F9FA;
  color: #000;
  align-items: center;
  transition: all 0.6s;
}

.common_page .next:hover {
  background-color: #FF6E11;
  color: #fff;
}

.common_swiper_tab {
  display: flex;
  gap: 22px;
  justify-content: center;
  pointer-events: none;
}

.common_swiper_tab.absolute {
  position: absolute;
  width: calc(100% + 132px);
  top: 50%;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common_swiper_tab .cir {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  cursor: pointer;
  background-color: #D7D7D7;
  transition: all 0.6s;
}

.common_swiper_tab .cir.swiper-button-lock {
  display: none;
}

.common_swiper_tab .cir span {
  color: #fff;
  font-size: 20px;
  transition: all 0.6s;
}

.common_swiper_tab .cir.prev {
  transform: rotate(180deg);
}

.common_swiper_tab .cir:hover {
  background-color: #FF6E11;
}

.common_sec {
  background-color: #FBFBFB;
  overflow: hidden;
}

.common_sec+.footer {
  background-color: #FBFBFB;
  padding-top: 0;
}

.common_sec .wrap {
  padding-top: 88px;
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.common_sec .wrap .left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.common_sec .wrap .left .top {
  padding-left: 100px;
}

.common_sec .wrap .left .top .trem.mail{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.common_sec .wrap .left .top .trem.mail .key{
  margin-bottom: 0;
}
.common_sec .wrap .left .top .trem.mail .key a{
  font-size: 20px;
  color: #333;
  transition: all .6s;
  font-weight: 700;
}
.common_sec .wrap .left .top .trem.mail .key h3{
  font-size: 18px;
}
.common_sec .wrap .left .top .trem.mail .value a{
  font-size: 20px;
  color: #1a1a1a;
  transition: all .6s;
}
.common_sec .wrap .left .top .trem.mail .key a:hover,
.common_sec .wrap .left .top .trem.mail .value a:hover{
  color: #FF6E11;
}

.common_sec .wrap .left .top .key {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.common_sec .wrap .left .top .key h3{
  font-size: 36px;
}

.common_sec .wrap .left .top .key .icon {
  margin-right: 14px;
}

.common_sec .wrap .left .top .key p {
  color: #333;
  font-size: 36px;
}

.common_sec .wrap .left .top .value p {
  color: #FF6E11;
  font-size: 46px;
  font-weight: 700;
}

.common_sec .wrap .left .bottom {
  position: absolute;
  width: 1235px;
  bottom: 0;
}

.common_sec .wrap .left .bottom img {
  margin-left: -50px;
}

.common_sec .wrap .right {
  width: 760px;
  background-color: #fff;
  padding: 56px 70px 78px 84px;
  margin-bottom: 120px;
}

.common_sec .wrap .right .title {
  margin-bottom: 50px;
}

.common_sec .wrap .right .title h3 {
  font-size: 32px;
}

.common_sec .wrap .right .title h3 span {
  color: #FF6E11;
}

.common_mask .content .main .layui-form,
.common_sec .wrap .right .layui-form {
  width: 100%;
}
.common_mask .content .main .layui-form .list,
.common_sec .wrap .right .layui-form .list {
  display: flex;
  width: 100%;
  /* flex-direction: column; */
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.common_mask .content .main .layui-form  .layui-form-item.row,
.common_sec .wrap .right .layui-form  .layui-form-item.row {
  width: 100%;

}
.common_mask .content .main .layui-form .layui-form-item,
.common_sec .wrap .right .layui-form .layui-form-item {
  width: calc(50% - 10px);
  position: relative;
  margin-bottom: 0;
}
.common_mask .content .main .layui-form .layui-form-item.select,
.common_sec .wrap .right .layui-form .layui-form-item.select {
  z-index: 3;
}

.common_mask .content .main .layui-form .layui-form-item h5,
.common_sec .wrap .right .layui-form .layui-form-item h5 {
  font-weight: 400;
  /* font-size: 14px; */
  font-size: 16px;

  line-height: 100%;
  color: #000000;
  margin-bottom: 14px;
}
/* .common_mask .content .main .layui-form .layui-form-item h5{
  font-size: 14px;
} */
.common_mask .content .main .layui-form .layui-form-item .layui-this,
.common_sec .wrap .right .layui-form .layui-form-item .layui-this {
  color: #FF6E11;
}
.common_mask .content .main .layui-form .layui-form-item .layui-input-inline,
.common_sec .wrap .right .layui-form .layui-form-item .layui-input-inline {
  margin-right: 0;
}
.common_mask .content .main .layui-form .layui-form-item input,
.common_sec .wrap .right .layui-form .layui-form-item input {
  width: 100%;
  height: 54px;
  /* font-size: 14px; */
  font-size: 16px;
  border: 1px solid #E9E9E9;
  padding: 0 20px;
}
/* .common_mask .content .main .layui-form .layui-form-item input{
  font-size: 14px;
  height: 44px;
} */
.common_mask .content .main .layui-form .layui-form-item input::placeholder ,
.common_sec .wrap .right .layui-form .layui-form-item input::placeholder {
  color: #DFDFDF;
}
.common_mask .content .main .layui-form .layui-form-item input:focus ,
.common_sec .wrap .right .layui-form .layui-form-item input:focus {
  border-color: #FF6E11 !important;
  box-shadow: 0 0 0 3px rgba(255, 110, 17, 0.08);
}
.common_mask .content .main .layui-form .layui-form-item .select_box,
.common_sec .wrap .right .layui-form .layui-form-item .select_box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.common_mask .content .main .layui-form .layui-form-item .select_box select,
.common_sec .wrap .right .layui-form .layui-form-item .select_box select {
  width: 186px;
  height: 54px;
  padding: 0 20px;
}
.common_mask .content .main .layui-form .layui-form-item .select_box .layui-form-select,
.common_sec .wrap .right .layui-form .layui-form-item .select_box .layui-form-select {
  width: 186px;
}
.common_mask .content .main .layui-form .layui-form-selected dl,
.common_sec .wrap .right .layui-form .layui-form-selected dl {
  top: 54px;
  bottom: auto;
}
.common_mask .content .main .layui-form .layui-form-selectup dl,
.common_sec .wrap .right .layui-form .layui-form-selectup dl{
  bottom: 54px;
  top: auto;
}
.common_mask .content .main .layui-form .btns,
.common_sec .wrap .right .layui-form .btns {
  margin-top: 28px;
}
.common_mask .content .main .layui-form button,
.common_sec .wrap .right .layui-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  border-radius: 46px;
  background: #FF6E11;
  padding: 0 28px 0 31px;
  width: fit-content;
  opacity: 1 !important;
}
.common_mask .content .main .layui-form button p,
.common_sec .wrap .right .layui-form button p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.common_swiper_page .swiper-pagination {
  position: static;
}

.common_swiper_page .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #D8D8D8;
  transition: all 0.6s;
  margin: 0 4px;
  overflow: hidden;
}

.common_swiper_page .swiper-pagination .swiper-pagination-bullet::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #FF6E11;
  border-radius: 5px;
  transform: translateX(-100%);
}

.common_swiper_page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
}

.common_swiper_page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  animation: line 5s ease alternate;
}

.common_crumbs {
  position: fixed;
  top: 76px;
  z-index: 3;
  padding: 0 32px 0 56px;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: 0.6s ease;
}

.common_crumbs.on {
  background-color: #fff;
  top: 65px;
}

.common_crumbs.on .crumbs a,
.common_crumbs.on .crumbs span {
  color: #333;
}

.common_crumbs.on .list .item {
  color: #333;
}

.common_crumbs .crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.common_crumbs .crumbs a {
  color: #fff;
  transition: all 0.6s;
}

.common_crumbs .crumbs a:hover {
  color: #FF6E11;
}

.common_crumbs .crumbs span {
  color: #fff;
  transition: all 0.6s;
}

.common_crumbs .list {
  display: flex;
  gap: 60px;
}

.common_crumbs .list .item {
  color: #fff;
  transition: all 0.6s;
}

.common_crumbs .list .item.active,
.common_crumbs .list .item:hover {
  color: #FF6E11;
}

.sidebar {
  background-color: #fff;
  position: fixed;
  /* right: 20px;
  bottom: 34px; */
  /* right: calc(30px + 8px);
    bottom: calc(94px + 20px); */
  right: 20px;
  bottom: 120px;
  z-index: 4;
  width: 50px;
  padding: 24px 0;
  border-radius: 25px;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.05);
}

.sidebar .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.sidebar .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

.sidebar .list .item:hover .txt {
  opacity: 1;
  transform: translate(0px, -50%);
}

.sidebar .list .item .txt {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translate(10px, -50%);
  transition: all .6s;
  width: max-content;
  background-color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #1A1A1A;
  padding: 0 20px;
  pointer-events: none;
  opacity: 0;
}

.sidebar .list .item:hover .text {
  color: #FF6E11;
}

.sidebar .list .item .icon {
  margin: 0 auto 4px;
}

.sidebar .list .item .text {
  white-space: nowrap;
  color: #444444;
  font-size: 14px;
  transition: all 0.6s;
}

.sidebar .list .item.up {
  transform: rotate(180deg);
}

.sidebar .list .item.up span {
  color: #444444;
  transition: all 0.6s;
}

.sidebar .list .item.up:hover span {
  color: #FF6E11;
}

@keyframes line {
  0% {
    transform: translateX(-100%);
  }

  90% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.software_banner {
  overflow: hidden;
}

.software_banner .bg{
  filter: brightness(0.7);
}
.software_banner .bg img {
  width: 100%;
}

.software_banner .content {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  /* top: 130px; */
  /* top: 220px; */
  top: 6.458333333vw;
  width: 1007px;
  bottom: 130px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.software_banner .content .title {
  margin-bottom: 25px;
}

.software_banner .content .title h3 {
  color: #fff;
  font-size: 46px;
}

.software_banner .content .text p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.software_banner .content .img {
  width: 800px;
  margin: 60px auto 0;
  box-shadow: 0px 6px 45.4px 21px #80ACFF66;
}

.common_sec1 .wrap {
  padding-bottom: 100px;
}

.common_sec1 .wrap .list {
  margin-top: 58px;
  display: flex;
  /* gap: 50px; */
  justify-content: space-between;
}

.common_sec1 .wrap .list .item {
  text-align: center;
  cursor: pointer;
  width: 290px;
}

.common_sec1 .wrap .list .item:hover .icon {
  transform: rotateY(360deg);
}

.common_sec1 .wrap .list .item:hover h4 {
  color: #FF6E11;
}

.common_sec1 .wrap .list .item .icon {
  width: 56px;
  height: 56px;
  display: flex;
  transition: all 0.6s;
  align-items: center;
  margin: 0 auto 17px;
  justify-content: center;
}

.common_sec1 .wrap .list .item h4 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
  transition: all 0.6s;
}

.common_sec1 .wrap .list .item p {
  font-size: 16px;
  line-height: 28px;
  color: #7f7f7f;
}

.common_sec2 .wrap {
  padding-bottom: 90px;
}

.common_sec2 .wrap .main {
  margin-top: 60px;
}

.common_sec2 .wrap .main .item {
  background-color: #FAFAFA;
  padding: 40px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 180px;
}

.common_sec2 .wrap .main .item:not(:last-child) {
  margin-bottom: 40px;
}

.common_sec2 .wrap .main .item .img {
  width: 800px;
  height: 460px;
  background-color: #FFFFFF;
  padding: 70px 80px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.common_sec2 .wrap .main .item .content .text {
  width: 526px;
}

.common_sec2 .wrap .main .item .content .text h4 {
  color: #111;
  font-size: 32px;
  margin-bottom: 40px;
}

.common_sec2 .wrap .main .item .content .text h5 {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
}

.common_sec2 .wrap .main .item .content .text p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 28px;
}

.common_sec2 .wrap .main .item .content .flex {
  display: flex;
  gap: 70px;
  margin-top: 36px;
}

.common_sec2 .wrap .main .item .content .flex .trem .value {
  color: #FF6E11;
  font-size: 48px;
}

.common_sec2 .wrap .main .item .content .flex .trem .value::after {
  content: attr(data-text);
  font-size: 20px;
}


.layui-form .layui-form-item .select_box .layui-form-select .layui-select-title{
  display: flex;
  align-items: center;
}

.common_banner .content .tit h3 {
  font-size: 50px;
}
.common_banner .content .txt p{
  font-size: 16px;
}
.common_title h3{
  font-size: 40px;
}

.software_banner .content .title h3{
  font-size: 50px;
}

/* .common_sec1 .wrap .list .item h4{
  font-size: 24px;
} */

/* .common_sec1 .wrap .list .item .icon{
  width: 120px;
  height: 120px;
}
.common_sec1 .wrap .list .item .icon img{
  width: 100%;
  height: 100%;
} */

.common_sec1 .wrap .list .item h4{
  font-size: 16px;
}
.common_sec1 .wrap .list .item p{
  font-size: 14px;
  line-height: 1.6;
}

.common_sec2 .wrap .main .item .content .text h4{
  font-size: 24px;
}

.common_sec2 .wrap .main .item{
  padding-right: 160px;
}
.common_sec2 .wrap .main .item .content .text{
  width: 540px;
}

.common_sec2 .wrap .main .item .content .flex .trem .value,
.common_sec2 .wrap .main .item .content .flex .trem .value::after {
  font-size: 36px;
}

.common_banner .service_content .txt p{
  font-size: 24px;
}
.software_banner,
.common_banner{
  height:90vh;
}
.common_banner .img,
.common_banner .img img,
.software_banner .bg,
.software_banner .bg img{
  width: 100%;
  height: 100%;
}

.common_sec2 .wrap .main .item .content .text p span{
  font-weight: 700;
}

.common_sec2 .wrap .main .item .img.full{
  padding: 0;
}
.common_sec2 .wrap .main .item .img.full img{
  width: 100%;
  height: 100%;
}

.common_mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.common_mask.active {
  pointer-events: all;
}
.common_mask.active .color {
  opacity: 1;
}
.common_mask.active .content {
  opacity: 1;
  transform: translateY(0);
}
.common_mask .color {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.6s;
}
.common_mask .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_mask .content {
  width: 760px;
  height: auto;
  background-color: #FBFBFB;
  padding: 56px 70px 78px 84px;
  border-radius: 12px;
  position: absolute;
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}
.common_mask .content .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 14px;
  color: #FF6E11;
  cursor: pointer;
}
.common_mask .content .title {
  margin-bottom: 55px;
}
.common_mask .content .title h3 {
  color: #333;
  font-size: 32px;
}
.common_mask .content .title h3 span{
  color: #FF6E11;
}


@media screen and (max-width: 1919px) {
  .common_banner .about_content .play .icon{
    width: 1.3020833333vw;
  }
  .common_tab {
    padding: 0.3125vw;
    border-radius: 1.4583333333vw;
    gap: 0.5208333333vw;
  }

  .common_tab .item {
    height: 2.2916666667vw;
    border-radius: 1.1458333333vw;
    padding: 0px 1.25vw;
  }

  .common_title h3 {
    font-size: 2.1875vw;
  }

  .common_top {
    padding: 8.3333333333vw calc(50% - 36.4583333333vw) 3.125vw;
  }

  .common_top .title h3 {
    font-size: 2.5vw;
  }

  .common_banner .text {
    font-size: 2.604166666vw;
  }

  .common_banner .content {
    left: 13.5416666667vw;
    width: 28.125vw;
  }

  .common_banner .content .tit {
    margin-bottom: 2.0833333333vw;
  }

  .common_banner .content .tit h3 {
    font-size: 2.5vw;
  }

  .common_banner .content .txt {
    margin-bottom: 3.125vw;
  }

  .common_banner .content .txt p {
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
  }

  .common_banner .content .flex {
    gap: 1.0416666667vw;
  }

  .common_banner .content .flex a {
    height: 2.7083333333vw;
    border-radius: 1.3541666667vw;
    gap: 1.25vw;
    padding: 0px 1.0416666667vw;
  }

  .common_banner .content .flex a p {
    font-size: 0.8333333333vw;
  }

  .common_banner .service_content {
    left: calc(7.8125vw + 50vw);
    width: 20.8333333333vw;
  }

  .common_banner .service_content .tit {
    margin-bottom: 0.5208333333vw;
  }

  .common_banner .service_content .tit h3 {
    font-size: 2.5vw;
  }

  .common_banner .service_content .txt {
    margin-bottom: 1.5625vw;
  }

  .common_banner .service_content .txt p {
    font-size: 1.3541666667vw;
  }

  .common_banner .service_content .tel {
    border-radius: 0.5208333333vw;
    padding: 0px 2.0833333333vw;
    height: 5.9375vw;
  }

  .common_banner .service_content .tel .icon {
    width: 2.7083333333vw;
    margin-right: 1.25vw;
  }

  .common_banner .service_content .tel .right .key {
    font-size: 0.7291666667vw;
  }

  .common_banner .service_content .tel .right .value {
    font-size: 1.6666666667vw;
  }

  .common_banner .about_content .txt {
    margin-bottom: 0.5208333333vw;
  }

  .common_banner .about_content .txt p {
    font-size: 2.9166666667vw;
  }

  .common_banner .about_content .play {
    height: 2.7083333333vw;
    padding: 0px 1.3541666667vw;
    border-radius: 1.3541666667vw;
  }

  .common_banner .about_content .play .icon {
    margin-left: 0.4166666667vw;
  }

  .common_page {
    gap: 0.3125vw;
  }

  .common_page .common_page_list {
    gap: 0.3125vw;
  }

  .common_page .common_page_list .item {
    width: 2.1875vw;
    font-size: 0.83333333vw;
    height: 2.1875vw;
  }

  .common_page .next {
    height: 2.1875vw;
    padding: 0px 0.9375vw;
    border-radius: 1.09375vw;
  }

  .common_swiper_tab {
    gap: 1.1458333333vw;
  }

  .common_swiper_tab.absolute {
    width: calc(100% + 6.875vw);
  }

  .common_swiper_tab .cir {
    width: 2.3958333333vw;
    height: 2.3958333333vw;
  }

  .common_swiper_tab .cir span {
    font-size: 1.0416666667vw;
  }

  .common_sec .wrap {
    padding-top: 4.5833333333vw;
    width: 83.3333333333vw;
  }

  .common_sec .wrap .left .top {
    padding-left: 5.2083333333vw;
  }

  .common_sec .wrap .left .top .key {
    margin-bottom: 1.0416666667vw;
  }
.common_sec .wrap .left .top .key h3{
  font-size: 1.875vw;
}

  .common_sec .wrap .left .top .key .icon {
    margin-right: 0.7291666667vw;
  }

  .common_sec .wrap .left .top .key p {
    font-size: 1.875vw;
  }

  .common_sec .wrap .left .top .value p {
    font-size: 2.3958333333vw;
  }

  .common_sec .wrap .left .bottom {
    width: 64.3229166667vw;
  }

  .common_sec .wrap .left .bottom img {
    margin-left: -2.6041666667vw;
  }

  .common_sec .wrap .right {
    width: 39.5833333333vw;
    padding: 2.9166666667vw 3.6458333333vw 4.0625vw 4.375vw;
    margin-bottom: 6.25vw;
  }

  .common_sec .wrap .right .title {
    margin-bottom: 2.6041666667vw;
  }

  .common_sec .wrap .right .title h3 {
    font-size: 1.6666666667vw;
  }


.common_mask .content .main .layui-form .list, .common_sec .wrap .right .layui-form .list{
gap: 1.0416666667vw;
}
.common_mask .content .main .layui-form .layui-form-item, .common_sec .wrap .right .layui-form .layui-form-item{
width: calc(50% - 0.5208333333vw);
}
.common_mask .content .main .layui-form .layui-form-item h5, .common_sec .wrap .right .layui-form .layui-form-item h5{
font-size: 0.8333333333vw;
 margin-bottom: 0.7291666667vw;
}
.common_mask .content .main .layui-form .layui-form-item input, .common_sec .wrap .right .layui-form .layui-form-item input{
height: 2.8125vw;
 font-size: 0.8333333333vw;
 padding: 0px 1.0416666667vw;
}
.common_mask .content .main .layui-form .layui-form-item input:focus, .common_sec .wrap .right .layui-form .layui-form-item input:focus{
box-shadow: rgba(255, 110, 17, 0.08) 0px 0px 0px 0.15625vw;
}
.common_mask .content .main .layui-form .layui-form-item .select_box, .common_sec .wrap .right .layui-form .layui-form-item .select_box{
gap: 1.25vw;
}
.common_mask .content .main .layui-form .layui-form-item .select_box select, .common_sec .wrap .right .layui-form .layui-form-item .select_box select{
width: 9.6875vw;
 height: 2.8125vw;
 padding: 0px 1.0416666667vw;
}
.common_mask .content .main .layui-form .layui-form-item .select_box .layui-form-select, .common_sec .wrap .right .layui-form .layui-form-item .select_box .layui-form-select{
width: 9.6875vw;
}
.common_mask .content .main .layui-form .layui-form-selected dl, .common_sec .wrap .right .layui-form .layui-form-selected dl{
top: 2.8125vw;
}
.common_mask .content .main .layui-form .layui-form-selectup dl, .common_sec .wrap .right .layui-form .layui-form-selectup dl{
bottom: 2.8125vw;
}
.common_mask .content .main .layui-form .btns, .common_sec .wrap .right .layui-form .btns{
margin-top: 1.4583333333vw;
}
.common_mask .content .main .layui-form button, .common_sec .wrap .right .layui-form button{
gap: 0.4166666667vw;
 height: 2.2916666667vw;
 border-radius: 2.3958333333vw;
 padding: 0px 1.4583333333vw 0px 1.6145833333vw;
}
.common_mask .content .main .layui-form button p, .common_sec .wrap .right .layui-form button p{
font-size: 0.8333333333vw;
}


  .common_swiper_page .swiper-pagination .swiper-pagination-bullet {
    height: 0.5208333333vw;
    width: 0.5208333333vw;
    border-radius: 0.2604166667vw;
    margin: 0px 0.2083333333vw;
  }

  .common_swiper_page .swiper-pagination .swiper-pagination-bullet::after {
    border-radius: 0.2604166667vw;
  }

  .common_swiper_page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.875vw;
  }

  .common_crumbs {
    top: 3.9583333333vw;
    padding: 0px 1.6666666667vw 0px 2.9166666667vw;
    height: 2.1875vw;
  }

  .common_crumbs.on {
    top: 3.3854166667vw;
  }

  .common_crumbs .crumbs {
    gap: 0.4166666667vw;
  }

  .common_crumbs .list {
    gap: 3.125vw;
  }

  .sidebar {
  /* right: calc(30px + 0.416666666vw);
    bottom: calc(94px + 1.0416666vw); */
    right: 1.04166666vw;
    bottom: 6.25vw;
    /* bottom: 6.25vw; */
    width: 2.6041666667vw;
    padding: 1.25vw 0px;
    border-radius: 1.3020833333vw;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0.2083333333vw 1.6666666667vw 0px;
  }

  .sidebar .list {
    gap: 0.7291666667vw;
  }

  .sidebar .list .item .txt {
    right: calc(100% + 0.5208333333vw);
    transform: translate(0.5208333333vw, -50%);
    height: 2.6041666667vw;
    border-radius: 1.3020833333vw;
    padding: 0px 1.0416666667vw;
  }

  .sidebar .list .item .icon {
    margin: 0px auto 0.2083333333vw;
  }

  .sidebar .list .item .text {
    font-size: 0.7291666667vw;
  }

  .software_banner .content {
    /* top: 6.7708333333vw; */
    width: 52.4479166667vw;
    bottom: 6.7708333333vw;
  }

  .software_banner .content .title {
    margin-bottom: 1.3020833333vw;
  }

  .software_banner .content .title h3 {
    font-size: 2.3958333333vw;
  }

  .software_banner .content .text p {
    font-size: 0.8333333333vw;
    line-height: 1.4583333333vw;
  }

  .software_banner .content .img {
    width: 41.6666666667vw;
    margin: 3.125vw auto 0px;
    box-shadow: rgba(128, 172, 255, 0.4) 0px 0.3125vw 2.3645833333vw 1.09375vw;
  }

  .common_sec1 .wrap {
    padding-bottom: 5.2083333333vw;
  }

  .common_sec1 .wrap .list {
    margin-top: 3.0208333333vw;
    gap: 2.6041666667vw;
  }

  .common_sec1 .wrap .list .item {
    width: 13.90625vw;
  }

  .common_sec1 .wrap .list .item .icon {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
    margin: 0px auto 0.8854166667vw;
  }

  .common_sec1 .wrap .list .item h4 {
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
    margin-bottom: 0.5208333333vw;
  }

  .common_sec1 .wrap .list .item p {
    font-size: 0.8333333333vw;
    line-height: 1.4583333333vw;
  }

  .common_sec2 .wrap {
    padding-bottom: 4.6875vw;
  }

  .common_sec2 .wrap .main {
    margin-top: 3.125vw;
  }

  .common_sec2 .wrap .main .item {
    padding: 2.0833333333vw 9.375vw 2.0833333333vw 2.0833333333vw;
    border-radius: 1.6666666667vw;
  }

  .common_sec2 .wrap .main .item:not(:last-child) {
    margin-bottom: 2.0833333333vw;
  }

  .common_sec2 .wrap .main .item .img {
    width: 41.6666666667vw;
    height: 23.9583333333vw;
    padding: 3.6458333333vw 4.1666666667vw;
    border-radius: 0.625vw;
  }

  .common_sec2 .wrap .main .item .content .text {
    width: 27.3958333333vw;
  }

  .common_sec2 .wrap .main .item .content .text h4 {
    font-size: 1.6666666667vw;
    margin-bottom: 2.0833333333vw;
  }

  .common_sec2 .wrap .main .item .content .text h5 {
    font-size: 0.9375vw;
    margin-bottom: 0.4166666667vw;
  }

  .common_sec2 .wrap .main .item .content .text p {
    font-size: 0.8333333333vw;
    line-height: 1.4583333333vw;
  }

  .common_sec2 .wrap .main .item .content .flex {
    gap: 3.6458333333vw;
    margin-top: 1.875vw;
  }

  .common_sec2 .wrap .main .item .content .flex .trem .value {
    font-size: 2.5vw;
  }

  .common_sec2 .wrap .main .item .content .flex .trem .value::after {
    font-size: 1.0416666667vw;
  }
  .common_banner .about_content .play p{
    font-size: 0.83333333vw;
  }
  .common_sec .wrap .left .top .key .icon{
    width: 2.1875vw;
  }
   .layui-form-select .iconfont{
    font-size: 0.7291666666vw !important;
  }
  .layui-form-select dl dd{
  font-size: 0.833333333vw;
}
.layui-form-select dl dd, .layui-form-select dl dt{
  line-height:1.875vw !important;
}
.layui-form-select dl dd, .layui-form-select dl{
  max-height: 15.625vw !important;
}
.common_crumbs .list .item,
.common_crumbs .crumbs span,
.common_crumbs .crumbs a{
  font-size: 0.83333333vw;
}
.common_banner .content .flex a .icon span{
  font-size: 0.83333333vw;
}

.common_sec2 .wrap .main .item .content .flex .trem .key{
  font-size: 0.83333333vw;
}
.common_sec .wrap .right .layui-form .layui-form-item {
  width: calc(50% - 0.5208333333vw);
}

.common_banner .content .tit h3{
font-size: 2.6041666667vw;
}
.common_banner .content .txt p{
font-size: 0.8333333333vw;
}
.common_title h3{
font-size: 2.0833333333vw;
}

.common_sec1 .wrap .list .item h4{
  font-size: 0.833333333vw;
}
.common_sec1 .wrap .list .item p{
  font-size: 0.729166666vw;
  line-height: 1.6;
}
    .software_banner .content .title h3{
  font-size: 2.60416666666667;
}
  .common_sec2 .wrap .main .item .content .text h4 {
    font-size: 1.25vw;
  }



.common_sec2 .wrap .main .item{
padding-right: 8.3333333333vw;
}
.common_sec2 .wrap .main .item .content .text{
width: 28.125vw;
}

  .common_sec2 .wrap .main .item .content .flex .trem .value,
.common_sec2 .wrap .main .item .content .flex .trem .value::after {
  font-size: 1.875vw;
}

.common_banner .service_content .txt p{
  font-size: 1.25vw;
}



.common_mask .content{
width: 39.5833333333vw;
 padding: 2.9166666667vw 3.6458333333vw 4.0625vw 4.375vw;
 transform: translateY(1.0416666667vw);
}
.common_mask .content .close{
top: 1.0416666667vw;
 right: 1.5625vw;
 font-size: 0.7291666667vw;
}
.common_mask .content .title{
margin-bottom: 2.8645833333vw;
}
.common_mask .content .title h3{
font-size: 1.6666666667vw;
}



.common_sec .wrap .left .top .trem.mail{
margin-top: 1.0416666667vw;
}
.common_sec .wrap .left .top .trem.mail .key a{
font-size: 1.0416666667vw;
}
.common_sec .wrap .left .top .trem.mail .key h3{
font-size: 0.9375vw;
}
.common_sec .wrap .left .top .trem.mail .value a{
font-size: 1.0416666667vw;
}
 
#div_company_mini .mini-btn{
width: 2.6041666667vw !important;
 height: 2.6041666667vw !important;
}
#div_company_mini .mini-btn > div::before{
font-size: 1.875vw;
}
#div_company_mini{
right: 1.0416666667vw !important;
 bottom: 2.6041666667vw !important;
} 
}
@media screen and (max-width: 1024px) {

  #div_company_mini .mini-btn{
width: 40px !important;
 height:40px !important;
}
#div_company_mini .mini-btn > div::before{
font-size: 30px;
}
#div_company_mini{
right:30px !important;
 bottom: 30px !important;
} 


  .common_banner .about_content .play{
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
  }
  .common_banner .about_content .play p{
    font-size: 14px;
  }
  .common_banner .about_content .play .icon{
    margin-left: 10px;
  }
  .common_banner .about_content .txt{
    text-align: center;
    margin-bottom: 10px;
  }
  .common_banner .about_content .play .icon{
    width: 20px;
  }
  .common_banner .about_content .txt p{
    font-size: 32px;
  }
  .common_swiper_tab.absolute{
    position: static;
    width: 100%;
     justify-content: center;
   
    transform: none;
    margin: 0 auto;
  }
  .common_swiper_tab{
     justify-content: center;
    gap: 20px;
  }
  .common_swiper_tab .cir{
    width: 40px;
    height: 40px;
  }
  .common_swiper_tab .cir span{
    font-size: 20px;
  }
  .common_banner{
    height: 460px;
    padding-top: 60px;
  }
  .common_banner .wrap{
    position: relative;
    transform: none !important;
  }
  .common_banner .img img,
  .common_banner .img{
    height: 100%;
  }
  .common_banner .text{
    font-size: 32px;
  }
  .common_title h3{
    font-size: 24px;
  }
  .common_sec .wrap .left .bottom{
    display: none;
  }
  
  .common_sec .wrap{
    width: 90vw;
    padding: 50px 0;
    flex-direction: column;
  }
  .common_sec .wrap .left .top{
    padding-left: 0;
    margin-bottom: 30px;
  }
  .common_sec .wrap .left .top .key{
    margin-bottom: 10px;
  }
  .common_sec .wrap .left .top .key .icon{
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

  .common_mask .content .main .layui-form .layui-form-item h5,
  .common_sec .wrap .right .layui-form .layui-form-item h5{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .common_mask .content .main .layui-form .list,
  .common_sec .wrap .right .layui-form .list{
    gap: 20px;
  }
  .common_mask .content .main .layui-form .layui-form-item input,
  .common_sec .wrap .right .layui-form .layui-form-item input{
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
  .common_mask .content .main .layui-form .layui-form-item .select_box,
  .common_sec .wrap .right .layui-form .layui-form-item .select_box{
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .common_mask .content .main .layui-form .layui-form-item,
    .common_sec .wrap .right .layui-form .layui-form-item{
    width: 100%;
  }
  .common_mask .content .main .layui-form .layui-form-item .select_box .layui-form-select,
  .common_mask .content .main .layui-form .layui-form-item .select_box .layui-input-inline,
  .common_sec .wrap .right .layui-form .layui-form-item .select_box .layui-form-select,
  .common_sec .wrap .right .layui-form .layui-form-item .select_box .layui-input-inline{
    width: 100% !important;
  }
  .common_mask .content .main .layui-form .layui-form-select .iconfont,
  .common_sec .wrap .right .layui-form .layui-form-select .iconfont{
    font-size: 14px !important;
  }
 .common_mask .content .main .layui-form .layui-form-selected dl{
  bottom:100%;
  top: auto;
 }
  .common_sec .wrap .right .layui-form .layui-form-selected dl{
    top: 100%;
    bottom:auto ;
  }
 .common_mask .content .main .layui-form .layui-form-selected dl{
    top:auto ;
    bottom: 100%;
 }
  .common_mask .content .main .layui-form .layui-form-selectup dl, 
  .common_sec .wrap .right .layui-form .layui-form-selectup dl{
    bottom: 100%;
     top: auto;
  }
  .common_mask .content .main .layui-form .layui-form-select dl dd,
  .common_mask .content .main .layui-form .layui-form-select dl,
  .common_sec .wrap .right .layui-form .layui-form-select dl dd,
  .common_sec .wrap .right .layui-form .layui-form-select dl{
    max-height: 200px !important;
  }
  .common_mask .content .main .layui-form .layui-form-select dl dd,
  .common_mask .content .main .layui-form .layui-form-select dl dt,
  .common_sec .wrap .right .layui-form .layui-form-select dl dd,
  .common_sec .wrap .right .layui-form .layui-form-select dl dt{
    line-height: 32px !important;
  }
  .common_mask .content .main .layui-form .layui-form-select dl dd,
  .common_sec .wrap .right .layui-form .layui-form-select dl dd{
    font-size: 14px;
  }
  .common_mask .content .main .layui-form .btns,
  .common_sec .wrap .right .layui-form .btns{
    margin-top: 30px;
  }
  .common_mask .content .main .layui-form button,
  .common_sec .wrap .right .layui-form button{
    gap: 10px;
    height: 40px;
    border-radius: 30px;
    padding: 0 20px;
  }
  .common_mask .content .main .layui-form button p,
 .common_sec .wrap .right .layui-form button p{
    font-size: 14px;
  }
 .common_sec .wrap .right{
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 0;
  }
  .common_sec .wrap .right .title h3{
    font-size: 20px;
  }
  .common_sec .wrap .right .title{
    margin-bottom: 30px;
  }
  .common_sec .wrap .left .top .value p{
    font-size: 20px;
  }
.common_top{
  padding: 110px 5vw 50px;
}
.common_top .title h3{
  font-size: 24px;
}
.common_banner .text{
  width: 90vw;
  text-align: center;
}
.common_banner .content .tit h3{
  font-size: 24px;
}
.common_banner .content{
  left: 5vw;
  width: 90vw;
}
.common_banner .content .txt p{
  font-size: 14px;
  line-height: 2;
}
.common_banner .content .flex a p,
.common_banner .content .flex a .icon span{
  font-size: 14px;
}
.common_banner .content .flex a{
  height: 36px;
  gap: 10px;
  padding: 0 20px;
  border-radius: 18px;
}
.common_banner .content .txt,
.common_banner .content .tit{
  margin-bottom: 20px;
}
.common_banner .content .flex{
  gap: 10px;
}
.common_banner .service_content .tit{
  margin-bottom: 10px;
}
.common_banner .service_content .tit h3{
  font-size: 24px;
}
.common_banner .service_content .txt{
  margin-bottom: 20px;
}
.common_banner .service_content .tel{
  border-radius: 10px;
  padding:10px 20px;
  height: auto;
  margin: 0 auto;
  width: fit-content;
}
.common_banner .service_content .tel .right .key{
  font-size: 12px;
}
.common_banner .service_content .tel .icon{
  width: 32px;
  margin-right: 10px;
}
.common_banner .service_content{
  left: 50%;
  top: 50%;
  width: 90vw;
  transform: translate(-50%,-50%);
}
.common_banner .service_content .txt p{
  font-size: 14px;
}
/* .software_banner{
  height: 600px;
} */
.software_banner .bg img,
.software_banner .bg{
  height: 100%;
  width: 100%;
}
.software_banner .bg{
  position: absolute;
  z-index: -1;
  filter: brightness(0.7);
}
.software_banner .wrap{
  transform: none !important;
  position: relative;
}
.software_banner .content{
    width:100%;
    padding: 110px 5vw 110px;
    position: static;
    transform: none;
    justify-content: center;
    /* top: 50%; */
    /* transform: translate(-50%,-50%); */
    /* bottom: auto; */
  }
  .software_banner .content .title h3{
    font: 24px;
  }
  .software_banner .content .text p{
    font-size: 14px;
    line-height: 2;
  }
  .software_banner .content .img{
    margin-top: 30px;
    width: 60%;
    filter: brightness(0.7);
    box-shadow: rgba(128, 172, 255, 0.4) 0px 5px 20px 10px;
  }
  .software_banner .content .title h3{
    font-size: 24px;
  }
  .software_banner .content .title{
    margin-bottom: 20px;
  }
  .common_sec1 .wrap .list{
    /* flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px 40px;
    margin-top: 30px;
  }
  .common_sec1 .wrap .list .item{
    width: 100%;
  }
  .common_sec1 .wrap .list .item .icon{
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
  }
  .common_sec1 .wrap .list .item h4{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .common_sec1 .wrap .list .item p{
    font-size: 14px;
    line-height: 2;
  }
  .common_sec1 .wrap .list{
    grid-template-columns: repeat(1,1fr);
  }
  .common_sec1 .wrap{
    padding-bottom: 50px;
  }
  .common_sec2 .wrap .main{
    margin-top: 30px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .common_sec2 .wrap .main .item:not(:last-child){
    margin-bottom: 0;
  }
  .common_sec2 .wrap .main .item{
    padding: 0px;
    width: calc(50% - 10px);
    flex-direction: column;
    border-radius: 20px;
    justify-content: start;
  }
  .common_sec2 .wrap .main .item .content{
    width: 100%;
    padding: 20px;
    /* margin-top: 20px; */
  }
  .common_sec2 .wrap .main .item .content .text{
    width: 100%;
  }
  .common_sec2 .wrap .main .item .img{
    border-radius: 10px;
    width: 100%;
    height: 240px;
    padding: 30px;
  }
  .common_sec2 .wrap .main .item .content .text h4{
    font-size: 18px;
  }
  .common_sec2 .wrap .main .item .content .text h5{
    font-size: 16px;
  }
  .common_sec2 .wrap .main .item .content .text p{
    font-size: 14px;
    line-height: 2;
  }
  .common_sec2 .wrap .main .item .content .flex{
    gap: 30px;
    margin-top: 20px;
  }
  .common_sec2 .wrap .main .item .content .flex .trem .value{
    font-size:26px;
  }
  .common_sec2 .wrap .main .item .content .flex .trem .value::after{
    font-size: 20px;
  }
  .common_sec2 .wrap .main .item .content .flex .trem .key{
    font-size: 12px;
  }
  .common_sec2 .wrap{
    padding-bottom: 50px;
  }
  .common_sec2 .wrap .main .item .content{
    padding: 30px 20px;
  }
  .common_sec2 .wrap .main .item .content .text h4{
    margin-bottom: 20px;
  }
  .common_sec2 .wrap .main .item .content .text h5{
    margin-bottom: 5px;
  }

  .common_mask .content{
    width: 90vw;
    padding: 30px 20px;

  }
  .common_mask .content .title h3{
    font-size: 24px;
  }
  .common_mask .content .main{
    height: 70vh;
    overflow: scroll;
  }
  .common_page,
  .common_page .common_page_list {
    gap: 10px;
  }
  .common_page .common_page_list .item{
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .common_page .next{
    height: 32px;
    border-radius: 16px;
    padding: 0 20px;
  }
  .common_mask .content .title{
    margin-bottom: 30px;
  }
  .common_sec .wrap .left .top .trem.mail{
    margin-top: 20px;
  }
  .common_sec .wrap .left .top .trem.mail .key{
    margin-bottom: 10px;
  }
  .common_sec .wrap .left .top .key h3{
    font-size: 24px;
  }
  .common_sec .wrap .left .top .trem.mail .key h3{
    font-size: 18px;
  }
  .common_sec .wrap .left .top .trem.mail .value a{
    font-size: 14px;
  }

  .common_sec .wrap .left .top .trem.mail .key a{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .common_mask .content .main .layui-form .layui-form-item .select_box,
  .common_sec .wrap .right .layui-form .layui-form-item .select_box{
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
  }
  .common_mask .content .main .layui-form .layui-form-item .layui-input-inline,
  .common_sec .wrap .right .layui-form .layui-form-item .layui-input-inline{
    margin: 0 !important;
  }
  .software_banner .content .img{
    width: 90%;
  }
  .common_sec2 .wrap .main .item{
    width: 100%;
    padding: 0;
  }
  .common_sec2 .wrap .main .item .content{
    padding: 20px 15px;
  }
  /* .common_sec .wrap .right .layui-form .layui-form-item:nth-child(2),
.common_sec .wrap .right .layui-form .layui-form-item:nth-child(1) {
  width: 100%;
} */
}