.banner>img {
  width: 100%;
}

.banner {
  position: relative;
  color: white;
}

.banner_txt {
  width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner {
  position: relative;
  width: 100%;
  min-height: 622px;
}

.banner>img {
  width: 100%;
}

.banner .banner_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}

.banner .left {
  color: #fff;
  width: 60%;
}

.banner .left h2 {
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}

.banner .left h3 {
  font-weight: 700;
  margin-bottom: 30px;
}

.banner .right {
  padding: 35px;
  background-color: rgba(23, 36, 64, 0.88);
  border-radius: 10px;
  margin-right: 0;
}

.banner .right h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.banner .right>div {
  padding-bottom: 20px;
  color: #a7a9af;
  position: relative;
  overflow: hidden;
  width: 330px;
  font-size: 16px;
}

.banner .right label {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  width: 100px;
  padding-left: 5px;
  float: left;
  margin-right: -100px;
  border-bottom: 1px solid #6b6f76;
  position: relative;
  z-index: 2;
}

.banner .right label.ina_none {
  border-bottom: none;
}

.banner .right .input-border-blur {
  border-bottom: 1px solid #ffffff !important;
}

.banner .right .input-border-red {
  border-bottom: 1px solid #ff0c0b !important;
}

.banner .right .apply-error {
  width: 100%;
  padding: 0;
  margin: 0 !important;
  text-align: right;
  font-size: 14px;
  color: #ff0c0b !important;
  line-height: 20px;
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  display: none;
}

.banner .right input[type='text'] {
  padding-left: 100px;
  float: left;
  width: 100%;
  padding-left: 5px;
  border-bottom: 1px solid #6b6f76;
}

.banner .right .huoqu {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease-out;
}

.banner .right .huoqu:hover {
  color: #3173df;
}

.banner .right .p1 label {
  width: 50px;
}

.banner .right .p1 input {
  padding-left: 50px;
}

.banner .right .p2 label {
  width: 85px;
  color: #fff;
}

.banner .right .p2 .s_phone {
  padding-left: 100px;
  float: left;
  width: 100%;
}

.banner .right .p2 input {
  padding-left: 0px;
}

.banner .right .p3 input {
  padding-left: 100px;
  padding-right: 90px;
}

.banner .right .p4 {
  border-bottom: 0px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease-out;
  margin-top: 20px;
  padding-bottom: 0;
}

.banner .right .p4 button {
  width: 100%;
  height: 60px;
  border: none;
  font-size: 20px;
  color: #0068dd;
  font-weight: 700;
  transition: all 0.3s ease-out;
}

.banner .right .p4 button:after {
  transform: translateY(-1px);
  content: "";
  transition: all .4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.banner .right .p4 button:hover:after {
  content: "\e683";
  margin-left: 5px;
}

.banner .right .p5 {
  padding-top: 6px;
  padding-left: 3px;
  padding-bottom: 6px;
}

.banner .right .p5.ty_policy img {
  top: 8px;
  left: 2px;
}

.banner .right .p5.ty_policy i {
  margin-top: -1px;
}

.banner .right input {
  border: 0px;
  background-color: transparent;
  height: 40px;
  color: #ffffff;
}

.banner .right input::-webkit-input-placeholder {
  color: #fff;
}

.banner .right input::-moz-input-placeholder {
  color: #fff;
}

.banner .right input::-ms-input-placeholder {
  color: #fff;
}

.banner .ty_policy a {
  color: #a7a9af;
  text-decoration: underline;
}

.banner .ty_policy a:hover {
  color: #ffffff;
}

.banner .code-btn {
  pointer-events: none;
  cursor: ne-resize;
}

.banner .code-btn.code-allow-get {
  pointer-events: unset;
  cursor: pointer;
}

.ty_policy {
  color: #a4bafc;
  padding: 7px 0 14px;
  position: relative;
}

.ty_policy img {
  position: absolute;
  top: 7px;
  left: -1px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: none;
}

.ty_policy.active img {
  display: block;
}

.ty_policy i {
  background: #fff;
  border-radius: 6px;
  width: 22px;
  margin-right: 10px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  margin-top: 0px;
  vertical-align: middle;
}

.ty_policy a {
  text-decoration: underline;
  color: #a4bafc;
}

.ty_policy a:hover {
  color: #fff;
}


.banner #bannerRectangle {
  background: url(https://www.kingdee.com/r/cms/www/default/v0.1/images/new-sem/rectangle.png) no-repeat center;
  background-size: cover;
  z-index: 36;
  height: 29px;
  align-self: flex-start;
  margin-top: -13px;
  width: 133px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 0 0 8px;
  /* display: none; */
  visibility: hidden;
}

.txt4 {
  z-index: 37;
  width: 108px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 17px;
  text-align: left;
}

.banner_list {
  display: flex;
  flex-wrap: wrap;
  /* width: 75%; */
  margin-top: 20px;
}

.banner_list li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.banner_list img {
  margin-right: 14px;
}
#rectangle, #rectangle1 {
    background: url(https://www.kingdee.com/r/cms/www/default/v0.1/images/new-sem/rectangle.png) no-repeat center;
    background-size: cover;
    z-index: 36;
    height: 29px;
    align-self: flex-start;
    margin-top: -13px;
    width: 133px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4px 0 0 8px;
    /* display: none; */
    visibility: hidden;
}
.banner_main{
    display: inline-block;
    position: relative;
    text-align: left;
}
.banner_main .p5_1{
   color:#ffff
}
.banner_search {
  position: absolute;
  width: 940px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 80px;
}

.b_l1 {
  width: 155px;
}

.b_l2 {
  margin: 0 25px;
  width: 245px;
}

.search_box {
  background: white;
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  width: calc(100% - 250px);
}

.search_box div {
  color: #252b3a;
  width: 120px;
  text-align: center;
  position: relative;
}

.search_box div::after {
  position: absolute;
  width: 1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
}

.search_box input {
  width: calc(100% - 120px);
  border: none;
  padding: 0 20px;
}

.apply {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid white;
  width: 220px;
  font-weight: bold;
  color: white;
}

/*Ã§Â«â€¹Ã¨Â¶Â³Ã¤Â¸Â­Ã¥â€ºÂ½Ã‚Â·Ã¦Â¯â€Ã¨â€šÂ©Ã¥â€ºÂ½Ã©â„¢â€¦*/
.international {
  background-image: url(https://www.kingdee.com/r/cms/www/default/v02/images/sem_gather/inter_bg.jpg);
  background-size: cover;
  padding: 4.6875vw 0 4.16vw;
}

.inter_tit {
  color: #132842;
  text-align: center;
  line-height: 1;
  margin-bottom: 4.42vw;
}

.inter_first {
  display: flex;
  justify-content: space-around;
}

.inter_first>div {
  width: 330px;
  position: relative;
  text-align: center;
  color: #64728d;
}

.inter_l {
  position: absolute;
  left: 0;
  top: 0;
}

.inter_r {
  position: absolute;
  right: 0;
  top: 0;
}

.inter_f {
  color: #2e67d8;
}

/*Ã¥Â¤Â§Ã¥ÂËœÃ¥Â±â‚¬Ã¦â€”Â¶Ã¤Â»Â£Ã¯Â¼Å’Ã¤Â¸ÂÃ§Â¡Â®Ã¥Â®Å¡Ã¦â‚¬Â§Ã¤Â¸Å½Ã¦â€”Â¥Ã¤Â¿Â±Ã¥Â¢Å¾Ã¯Â¼Å’Ã¤Â¼ÂÃ¤Â¸Å¡Ã¥Â¦â€šÃ¤Â½â€¢Ã¤Â¿ÂÃ¦Å’ÂÃ©Å¸Â§Ã¦â‚¬Â§Ã¥Â¢Å¾Ã©â€¢Â¿*/
.increase {
  text-align: center;
  padding: 5.72vw 0 6.77vw;
}

.increase_tit {
  color: #132842;
  margin-bottom: 30px;
  line-height: 1;
}

.increase_des {
  color: #64728d;
  margin-bottom: 5.2vw;
}

/*Ã©ÂÂ¢Ã¥Ââ€˜Ã¤Â¸ÂÃ¥ÂÅ’Ã¨Â§â€žÃ¦Â¨Â¡Ã¤Â¼ÂÃ¤Â¸Å¡Ã§Å¡â€žÃ¥â€¦Â¨Ã¤Â¸Å¡Ã¥Å Â¡Ã¥Å“ÂºÃ¦â„¢Â¯Ã¨Â§Â£Ã¥â€ Â³Ã¦â€“Â¹Ã¦Â¡Ë†*/
.plan_title {
  text-align: center;
  color: #132842;
  line-height: 1;
}

.plan_summary {
  text-align: center;
  color: #64728d;
  margin: 30px 0 4.16vw;
}

.plan_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.plan_list li {
  width: calc((100% - 160px)/3);
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.plan_list li:nth-child(n+4) {
  margin-bottom: 0;
}

.plan_img {
  position: relative;
  height: 0;
  padding-bottom: 75.2%;
  overflow: hidden;
}

.plan_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}

.plan_txt {
  position: absolute;
  width: 100%;
  padding: 0 40px;
  bottom: -30%;
  color: white;
  z-index: 2;
  transition: all 0.6s linear;
}

.plan_des {
  margin: 5px 0 10px;
}

.plan_detail>div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.plan_detail img {
  margin-right: 15px;
}

.plan_list li::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.6s linear;
}

.plan_detail {
  overflow: hidden;
  transition: all 0.6s linear;
  opacity: 0;
}

.plan_list li:hover::after {
  opacity: 1;
}

.plan_list li:hover .plan_detail {
  opacity: 1;
}

.plan_list li:hover .plan_txt {
  bottom: 60px;
}

.plan_more {
  width: 216px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e67d8;
  border-radius: 5px;
  margin-top: 35px;
  cursor: pointer;
}

/**/
.vertical {
  padding-top: 5.46875vw;
}

.vertical_title {
  text-align: center;
  color: #132842;
  margin-bottom: 4.16vw;
  line-height: 1;
}

.vertical_l>div {
  width: 79%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 5px;
}

.vertical_l .l_act {
  color: white;
  background: #2e67d8;
}

.vertical_l>div:last-child {
  margin-bottom: 0;
}

.ts {
  margin-top: 30px;
  width: 79%;
  text-align: center;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 5px;
  cursor: pointer;
}

.ts.l_act {
  color: white;
  background: #2e67d8;
}

.vertical_bg {
  background: #eef1f3;
}

.ver_l {
  width: 26%;
  padding-left: calc((100% - 1440px)/2);
  padding-top: 5.72vw;
}

.vertical_r {
  width: 74%;
}

.vertical_r>div {
  background-size: cover;
  padding: 5.72vw;
  display: none;
}

.vertical_r .r_act {
  display: block;
}

.vertical_summary {
  color: #64728d;
  line-height: 2em;
  margin-bottom: 35px;
  width: 555px;
}

.r_act .vertical_summary {
  animation: myfirst 0.6s ease-out;
}

.vertical_flx {
  display: flex;
}

.obtain {
  border-radius: 5px;
  width: 216px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #2e67d8;
  margin-bottom: 60px;
  cursor: pointer;
}

.r_act .obtain {
  animation: myfirst 1s ease-out;
}

.anli {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.r_act .anli {
  animation: myfirst 1.4s ease-out;
}

.anli img {
  margin-right: 35px;
}

.anli_tit {
  margin-bottom: 20px;
  color: #132842;
}

.r_act .anli_tit {
  animation: myfirst 1.2s ease-out;
}

.icon_flx {
  display: flex;
  color: #64728d;
  margin-bottom: 45px;
}

.r_act .icon_flx {
  animation: myfirst 0.8s ease-out;
}

.icon_flx li {
  margin-right: 40px;
}

.icon_flx li:last-child {
  margin-right: 0px;
}

.vertical_img {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto 15px;
}

.vertical_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.vertical_tit {
  margin-bottom: 35px;
  color: #132842;
}

.r_act .vertical_tit {
  animation: myfirst 0.4s ease-out;
}

@keyframes myfirst {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

/*Ã¤Â¼â€”Ã¥Â¤Å¡500Ã¥Â¼ÂºÃ¥ÂÅ Ã¨Â¡Å’Ã¤Â¸Å¡Ã©Â¢â€ Ã¥â€ â€ºÃ¤Â¼ÂÃ¤Â¸Å¡Ã©Æ’Â½Ã©â‚¬â€°Ã¦â€¹Â©Ã©â€¡â€˜Ã¨ÂÂ¶*/
.many_title {
  text-align: center;
  color: #132842;
  line-height: 1;
}

.many_summary {
  margin: 1vw auto 4.16vw;
  text-align: center;
}

.many_sort {
  display: flex;
  justify-content: center;
  margin-bottom: 4.94vw;
}

.many_sort>div {
  margin: 0 40px;
  width: 130px;
  border-bottom: 2px solid #e8e9ea;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

.many_sort .many_a {
  border-color: #2e67d8;
  color: #2e67d8;
}

.many_img {
  position: relative;
  height: 0;
  padding-bottom: 56.2%;
}

.many_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}

.many_content {
  position: relative;
}

.many_con>div {
  position: relative;
  display: none;
  overflow: hidden;
  padding-bottom: 30px;
}

.many_con .many_b {
  display: block;
}

.many_con>div>.swiper-container {
  width: 644px;
  margin: auto;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}

.many_con .swiper-slide {
  padding-bottom: 165px;
  background: white;
}

.many_txt {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: white;
  height: 165px;
  padding: 0 30px;
  transition: all 0.5s linear;
}

.many_icon {
  display: flex;
  align-items: center;
  height: 165px;
  justify-content: center;
  font-weight: bold;
}

.many_txt .many_des {
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0px;
  width: 100%;
  transition: all 0.5s linear;
  display: none;
  line-height: 2em;
}

.many_txt .plan_more {
  position: absolute;
  color: white;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  opacity: 0;
}

.many_con .swiper-slide:hover .many_txt .many_des {
  max-height: 600px;
  display: block;
  text-align: left;
  color: #64728d;
}

.many_con .swiper-slide:hover .many_txt .plan_more {
  opacity: 1;
  transition: 1s;
}

.many_con .swiper-slide:hover .many_txt {
  height: 100%;
  display: block;

}

@keyframes ml {
  0% {
    transform: translateX(-50px);
  }

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

@keyframes mr {
  0% {
    transform: translateX(50px);
  }

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

.manyl {
  max-width: 30%;
  position: absolute;
  left: 0;
  top: 0;
}

.many_b .manyl {
  animation: ml 0.5s ease-out;
}

.manyr {
  max-width: 30%;
  position: absolute;
  right: 0;
  top: 0;
}

.many_b .manyr {
  animation: mr 0.5s ease-out;
}

.manyl img {
  max-width: 100%;
}

.manyr img {
  max-width: 100%;
}

.many {
  padding: 5.46875vw 0 8.07vw;
}

/*Ã©ÂÂÃ¥Â¸Æ’Ã¥â€¦Â¨Ã¥â€ºÂ½Ã§Å¡â€žÃ©â€â‚¬Ã¥â€Â®Ã§Â½â€˜Ã§Â»Å“Ã¦ÂÂÃ¤Â¾â€ºÃ¦Å“Â¬Ã¥Å“Â°Ã¥Å’â€“Ã§Å¡â€žÃ¦Å“ÂÃ¥Å Â¡*/
.minister {
  background: #f7f9fb;
  padding: 4.6875vw 0;
}

.common_tit {
  color: #132842;
  text-align: center;
  line-height: 1;
}

.common_des {
  color: #64728d;
  text-align: center;
}

.minister_number {
  color: #2e67d8;
  line-height: 1;
}

.number_des {
  color: #64728d;
}

.number_flx {
  display: flex;
  justify-content: center;
}

.number_flx>div {
  margin: 0 95px;
}

.map {
  display: block;
  margin: 70px auto 0;
  max-width: 96%;
}

.approve_flx {
  display: flex;
  justify-content: space-around;
  width: 1440px;
  margin: auto;
  color: #64728d;
  text-align: center;
  margin-top: 3.38vw;
}

.approve_img {
  width: 60px;
  height: 65px;
  position: relative;
  margin: auto;
}

.approve_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bm {
  margin: 20px auto 5px;
}

.minister .common_des {
  margin: 30px auto 4.16vw;
}

/*Ã¥Â¦â€šÃ¦Å¾Å“Ã¦Æ’Â³Ã¨Â¿â€ºÃ¤Â¸â‚¬Ã¦Â­Â¥Ã¤Âºâ€ Ã¨Â§Â£Ã©â€¡â€˜Ã¨ÂÂ¶Ã¤ÂºÂ§Ã¥â€œÂÃ¦Ë†â€“Ã¨Â§Â£Ã¥â€ Â³Ã¦â€“Â¹Ã¦Â¡Ë†*/
.sove {
  background-image: url(https://www.kingdee.com/r/cms/www/default/v02/images/sem_gather/sove_bg.jpg);
  background-size: cover;
  padding: 85px 0 110px;
  text-align: center;
}

.sove_tit {
  line-height: 1;
  color: white;
}

.sove_des {
  color: white;
  margin-top: 20px;
}

.sove .banner_search {
  position: relative;
  bottom: inherit;
  background: none;
  padding: 0;
  margin: 50px auto 0;
  width: 780px;
  left: inherit;
  transform: inherit;
}

.sove .apply {
  color: white;
}

/*Ã¥Â¼Â¹Ã§Âªâ€”*/
.ty_mask {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.ty_mask::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
}

.ty_mask>div {
  background: white;
  border-radius: 10px;
  width: 440px;
  position: relative;
  z-index: 2;
  padding: 40px;
}

.mask_close {
  position: absolute;
  right: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.4;
}

.phone_number {
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.phone_number .j {
  width: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  height: 100%;
}

.phone_number input {
  width: calc(100% - 80px);
  padding: 0 20px;
  border: none;
}

.code {
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 30px;
}

.code input {
  width: calc(100% - 110px);
  padding-left: 20px;
  border: none;
}

.code a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #2e67d8;
  pointer-events: none;
  cursor: ne-resize;
}

.code-allow-get {
  pointer-events: unset !important;
  cursor: pointer !important;
}

.experience {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #2e67d8;
  color: white;
  margin-bottom: 30px;
}

.aggree {
  display: flex;
  align-items: center;
}

.aggree a {
  color: #2e67d8;
}

.aggree input {
  margin-right: 5px;
}

.free {
  line-height: 1;
  margin-bottom: 40px;
  font-weight: bold;
  color: #132842;
}



.sove_mask {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.sove_mask::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
}

.sove_mask>div {
  background: white;
  border-radius: 10px;
  width: 440px;
  position: relative;
  z-index: 2;
  padding: 40px;
}

.sove_mask #rectangle,
.ty_mask #rectangle2 {
  background: url(https://www.kingdee.com/r/cms/www/default/v02/images/ERP/rectangle.png) no-repeat center;
  background-size: cover;
  z-index: 36;
  height: 29px;
  align-self: flex-start;
  margin-top: -13px;
  width: 133px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 0 0 8px;
  /* display: none; */
  visibility: hidden;
}

.sove_mask #rectangle .txt4,
.ty_mask #rectangle2 .txt4 {
  z-index: 37;
  width: 108px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 17px;
  text-align: left;
}

.sove_mask .apply-error {
  text-align: right;
  width: 100%;
  margin-bottom: 20px;
  color: red;
  display: block;
  position: absolute;
  bottom: -40px;
  display: none;
}

.fnt_62 {
  font-size: 62px;
}

.swiper-pagination-bullet-active {
  background: #2e67d8;
}

/*Ã¥Âºâ€¢Ã©Æ’Â¨*/
.foot {
  color: white;
  background: #1c2839;

}

.foot_flx {
  justify-content: space-between;
  align-items: center;
  display: flex;
  height: 80px;
}

.foot_l {
  display: flex;
  align-items: center;
}

.foot_l img {
  margin-right: 30px;
  height:60px;
}

/*Ã¥Â¯Â¼Ã¨Ë†Âª*/
.head {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  z-index: 2;
  color: white;
}

.header_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_r {
  display: flex;
  align-items: center;
}

.header_r img {
  margin-right: 10px;
  transition: all 1s;
}

.nav {
  display: flex;
  margin-left: 5.98vw;
}

.nav a {
  margin-right: 3.9vw;
  color: #ffffff;
  font-weight: bold;
}

#kingdee-phone-numb {
  color: #ffffff;
  font-weight: bold;
}

.nav a:last-child {
  margin-right: 0;
}

.header_l {
  display: flex;
  align-items: center;
}

.header_r {
  animation: number 5s ease-in-out infinite reverse;
}


/* Ã©ÂªÅ’Ã¨Â¯ÂÃ§Â ÂÃ¨Â¾â€œÃ¥â€¦Â¥ */
.footer-content-right2,
.banner-content-right {
  text-align: left;
  position: relative;
  padding-top: 50px;
  width: 400px;
  margin: 0 auto;
  display: none;
}

.banner-content-right {
  position: absolute !important;
  left: 35%;
  bottom: 70px;
  width: 450px !important;
}


.modify-return,
.modify-phone {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  cursor: pointer;
}

.verification-describe,
.code-describe {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}

.verification-describe .code-btn,
.code-describe .code-bt {
  display: inline-block;
  cursor: pointer;
}

.verification-box,
.code-box {
  display: flex;
  margin-top: 22px;
}

.verification-box .verification,
.code-box .code-text {
  width: 55px;
  height: 55px;
  outline: none;
  padding-left: 20px;
  font-size: 24px;
  margin-right: 12px;
  display: inline;
  box-sizing: border-box;
}

.code-err,
.verification-err {
  position: absolute;
  left: 0;
  bottom: -30px;
  display: flex;
  align-items: center;
  opacity: 0;
}

.code-err img,
.code-err img {
  width: 16px;
  height: 16px;
}

.verification-err-text,
.code-err-text {
  width: 118px;
  height: 16px;
  background: #FF0000;
  border-radius: 9px;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  margin-left: 4px;
  white-space: nowrap;
  text-align: center;
}

.search_box .input-err,
.search_box .phone-err {
  position: absolute;
  line-height: 32px;
  width: 140px;
  top: 13px;
  left: 130px;
  background: #fff;
  color: #f00;
  display: none;
  align-items: center;
}

.search_box .phone-err {
  top: 43px;
  left: 200px;
}

.verification-err.verification-active {
  opacity: 1;
}

/* Ã¥ÂÂ³Ã¤Â¾Â§Ã¦â€šÂ¬Ã¦ÂµÂ® */
.after-sale-box {
  position: fixed;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.after-sale-box .after-sale-box-item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 54px;
  height: 95px;
  background: #3399FF;
  border-radius: 10px 0px 0px 10px;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 2px;
  text-align: center;
  right: 10px;
  z-index: 999999;
}

.after-sale-box-item {
  width: 68px;
  height: 68px;
  background: #3399FF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  position: static;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 2px;
}

.after-sale-box-item img {
  width: 50px;
  height: 50px;
}

.after-sale-box-item .dtu {
  width: 32px;
  height: 32px;
}

.after-sale-box-item-text {
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  padding-bottom: 3px;
}

.after-sale-box .after-sale-box-item-text {
  font-size: 11px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  padding-bottom: 3px;
  width: 26px;
  margin-top: 8px;
}

.after-sale-box .up-box {
  width: 54px;
  height: 55px;
  background: #3399FF;
  border-radius: 10px 0px 0px 10px;
  justify-content: center;
  cursor: pointer;
}

.after-sale-box .up-box img {
  width: 29px;
  height: 16px;
}

.after-sale-dialog-tips {
  width: 274px;
  height: 125px;
  position: absolute;
  left: -272px;
  top: -15px;
  background: url(https://www.kingdee.com/r/cms/www/default/v02/images/ERP/business-card.png) no-repeat;
  background-size: 274px 125px;
}

.item_hide {
  display: none;
}

.after-sale-dialog-content {
  padding: 12px 0 0 10px;
  display: flex;
}

.after-sale-dialog-content .phone_area {
  margin-left: 6px;
  margin-top: 20px;
}

.after-sale-dialog-content div {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}

.after-sale-dialog-content span {
  display: block;
  font-size: 10px;
  color: #848586;
  line-height: 20px;
}

.after-sale-dialog-center,
.after-sale-dialog-center2 {
  width: 194px;
  height: 84px;
  position: absolute;
  left: -190px;
  top: 6px;
  display: none;
}

.after-sale-dialog-content-bottom {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.after-sale-dialog-content-bottom span {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 16px;
  padding-left: 5px;
}

.after-sale-dialog-center,
.after-sale-dialog-center2 {
  width: 194px;
  height: 84px;
  position: absolute;
  left: -190px;
  top: 6px;
  display: none;
}

.after-sale-dialog-center img,
.after-sale-dialog-center2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.after-sale-dialog-cente-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}

.after-sale-dialog-center .dialog-box-item-text-title {
  font-weight: inherit;
  margin-bottom: 5px;
}

.after-sale-dialog-center .dialog-box-item-text-subtitle {
  line-height: 11px;
}

.dialog-box-item-text-title {
  font-size: 15px;
  color: #333333;
  line-height: 15px;
}

.dialog-box-item-text-subtitle {
  font-size: 11px;
  color: #777777;
  text-align: justify;
}

/* Ã¥ÂÂ³Ã¤Â¾Â§Ã¦â€šÂ¬Ã¦ÂµÂ®end */

@keyframes number {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}

@media only screen and (max-width:1600px) {
  .fnt_62 {
    font-size: 40px;
  }

  .inter_first .fnt_16 {
    font-size: 14px;
  }

  .banner_txt {
    width: 85%;
  }

  .banner_txt .left {
    /* float: left; */
    color: #fff;
  }

  .banner_txt .right {
    /* float: right; */
    padding: 35px;
    background-color: rgba(23, 36, 64, 0.88);
    border-radius: 10px;
    margin-right: 0;
  }

  .vertical_l {
    padding-left: 10%;
  }

  .approve_flx {
    width: 80%;
  }

  .many_con>div>.swiper-container {
    width: 460px;
  }

  .many_txt img {
    margin-bottom: 25px;
  }

  .many_txt {
    height: 200px;
    padding: 35px 20px 0;
  }

  .banner_list {
    /* width: 68%; */
  }

  .inter_first>div {
    width: calc((100% - 60px)/5);
  }

  .plan_txt {
    padding: 0 20px;
  }

  .plan_list li {
    width: calc((100% - 80px)/3);
    margin-bottom: 20px;
  }

  .plan_list li:hover .plan_txt {
    bottom: 20px;
  }

  .plan_more {
    margin-top: 15px;
  }

  .plan_detail>div span {
    font-size: 12px;
  }

  .increase_tit {
    margin-bottom: 20px;
  }

  .plan_summary {
    margin: 20px 0 4.16vw;
  }

  .vertical_tit {
    margin-bottom: 15px;
  }

  .vertical_summary {
    margin-bottom: 20px;
  }

  .icon_flx {
    margin-bottom: 30px;
  }

  .obtain {
    margin-bottom: 40px;
  }

  .minister .common_des {
    margin: 20px auto 4.16vw;
  }
}

@media only screen and (max-width:1200px) {
  .banner_txt {
    width: 90%;
  }

  .vertical_l {
    padding-left: 5%;
  }

  .approve_flx {
    width: 90%;
  }
}

@media only screen and (max-width: 1440px) {
  .banner .banner_text {
    top: 59%;
    transform: translate(-50%, -59%);
  }

  .banner_txt .left {
    width: 70%;
  }

  .banner .right {
    padding: 30px;
  }

  .banner .right .p4 button {
    height: 40px;
    font-size: 16px;
  }

  .banner .right>div {
    width: 290px;
    padding-bottom: 16px;
    font-size: 14px;
  }

  .banner .right label {
    height: 40px;
    line-height: 40px;
  }

  .banner .right input {
    height: 40px;
  }

  .banner .right .p5 {
    padding-bottom: 6px;
    font-size: 14px;
  }

  .banner .left h2 {
    font-size: 45px;
  }

  .case_r_title b {
    font-size: 30px;
  }

  .case_r_title span {
    margin: 15px 0 110px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner .left h2 {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .banner .left h3 {
    margin-bottom: 15px;
  }

  .banner .right {
    padding: 20px 30px 25px;
  }

  .banner .right>div {
    margin-top: 10px;
  }

  .banner .right .p4 {
    margin-top: 20px;
  }

  .banner .right .p4 input {
    height: 45px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner {
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 15px;
  }

  .banner>img {
    height: 560px;
    width: auto;
  }

  .banner .banner_text {
    top: 70px;
    left: 20px;
    transform: translate(0, 0);
  }

  .banner .left {
    float: none;
    margin-bottom: 30px;
  }

  .banner .right {
    padding: 15px 15px 20px;
    float: none;
    width: 310px;
    box-sizing: border-box;
  }

  .banner .right h5 {
    font-size: 20px;
  }

  .banner .right p {
    font-size: 14px;
    width: 280px;
  }

  .banner .right label {
    width: 80px;
  }

  .banner .right p.p4 button {
    height: 40px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 700px) {
  .banner {
    padding-bottom: 0;
  }

  .banner>img {
    transform: translateX(-300px);
  }
}
.content-gif2{
 
  display:block!important;
}
.content-gif1{
  display: none!important;
}