.contact-box {
  background-color: #eff1fe;
  position: relative;
}
.contact-box #phone {
  position: absolute;
  top: -1rem;
}
.contact-box .top {
  background-color: #fff;
}
.contact-box .top .box {
  display: flex;
  max-width: 15.6rem;
  margin: 0 auto;
  height: 1rem;
  align-items: center;
  justify-content: space-between;
}
.contact-box .top .box .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.contact-box .top .box .left img {
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0.2rem;
}
.contact-box .top .box .left .item {
  margin-right: 0.82rem;
}
.contact-box .top .box .left .item .name {
  font-size: 0.14rem;
  color: #444;
}
.contact-box .top .box .left .item .phone {
  font-size: 0.2rem;
  color: #222;
  font-weight: 700;
}
.contact-box .top .box .right {
  position: relative;
}
.contact-box .top .box .right input {
  width: 3.4rem;
  height: 0.44rem;
  background: rgba(252, 252, 252, 0.8);
  border: 1px solid #d2d2d2;
  border-radius: 0.02rem;
  padding-left: 0.15rem;
  padding-right: 0.75rem;
}
.contact-box .top .box .right span {
  cursor: pointer;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  font-size: 0.24rem;
  transform: translateY(-50%);
}
.contact-box .top .box .right .delete {
  cursor: pointer;
  position: absolute;
  right: 0.45rem;
  top: 50%;
  width: 0.3rem;
  transform: translateY(-50%);
  display: none;
}
.contact-box .wrapper {
  padding: 0.36rem 0;
  display: flex;
  align-items: center;
}
.contact-box .wrapper .right {
  margin-left: 0.4rem;
  flex: 1;
}
.contact-box .wrapper .right .content-box {
  width: 100%;
}
.contact-box .wrapper .right .content-box.pageindex {
  background: url(../images/q_mbbg2.png);
}
.contact-box .wrapper .right .content-box .wrapper {
  overflow: hidden;
  padding: 0.4rem 0;
}
.contact-box .wrapper .right .content-box .wrapper > .box {
  overflow: hidden;
}
.contact-box .wrapper .right .content-box h3 {
  font-size: 0.2rem;
  font-weight: bold;
}
.contact-box .wrapper .right .content-box .radio {
  height: 0.5rem;
  margin-top: 0.24rem;
  padding: 0 0.2rem;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.contact-box .wrapper .right .content-box .radio a {
  height: 0.17rem;
  background-size: 0.17rem auto;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  position: relative;
  color: #333;
}
.contact-box .wrapper .right .content-box .radio a.active {
  background-position: 0 -0.18rem;
}
.contact-box .wrapper .right .content-box .radio a.active::before {
  margin-left: 0.05rem;
  margin-top: -0.03rem;
  background-color: #666;
  width: 0.05rem;
  height: 0.05rem;
}
.contact-box .wrapper .right .content-box .radio a::before,
.contact-box .wrapper .right .content-box .radio a::after {
  content: '';
  display: block;
  position: absolute;
  left: -0.05rem;
  top: 60%;
  width: 0.01rem;
  height: 0.01rem;
  border-radius: 50%;
}
.contact-box .wrapper .right .content-box .radio a::after {
  padding: 0.06rem;
  margin-top: -0.08rem;
  border: 1px solid #666;
}
.contact-box .wrapper .right .content-box .form {
  overflow: hidden;
}
.contact-box .wrapper .right .content-box .form input {
  flex: 1;
  height: 0.5rem;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  padding: 0 0.1rem;
}
.contact-box .wrapper .right .content-box .form p {
  padding: 0 0.2rem;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  border-radius: 0.02rem;
  margin-top: 0.1rem;
}
.contact-box .wrapper .right .content-box .form p.code-box {
  height: 0.6rem;
}
.contact-box .wrapper .right .content-box .form p span {
  font-size: 0.14rem;
  position: relative;
  white-space: nowrap;
}
.contact-box .wrapper .right .content-box .form .desc {
  align-items: flex-start;
}
.contact-box .wrapper .right .content-box .form .desc span {
  margin-top: 0.1rem;
}
.contact-box .wrapper .right .content-box .form textarea {
  flex: 1;
  margin-top: 0.08rem;
  height: 0.6rem;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  resize: none;
}
.contact-box .wrapper .right .content-box .box > .fl {
  width: 5.56rem;
}
.contact-box .wrapper .right .content-box .box > .fr {
  width: 4.8rem;
  padding-top: 0.8rem;
}
.contact-box .wrapper .right .content-box .submit_div {
  margin: 0.2rem 0 0.1rem 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.contact-box .wrapper .right .content-box .submit_div .alert-box {
  position: absolute;
  right: 1rem;
  line-height: 0.36rem;
}
.contact-box .wrapper .right .content-box .submit {
  width: 0.8rem;
  height: 0.36rem;
  background: #16426e;
  display: block;
  text-align: center;
  line-height: 0.36rem;
  color: #fff;
  border-radius: 0.03rem;
}
.contact-box .wrapper .right .content-box .account_icon {
  margin-top: 0.24rem;
}
.contact-box .wrapper .right .content-box .account_icon a {
  margin-right: 0.3rem;
}
.contact-box .wrapper .right .content-box .box-right {
  display: flex;
}
.contact-box .wrapper .right .content-box .box-right .qrcode {
  margin-right: 0.2rem;
  position: relative;
}
.contact-box .wrapper .right .content-box .box-right .qrcode-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
  position: relative;
}
.contact-box .wrapper .right .content-box .box-right .qrcode-box img {
  position: absolute;
  top: 0;
  right: -2.4rem;
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 1;
}
.contact-box .wrapper .right .content-box .box-right .qrcode-box .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box .wrapper .right .content-box .box-right .qrcode-box .title .isoftpc {
  font-size: 0.4rem;
  margin-right: 0.2rem;
  color: #333;
}
.contact-box .wrapper .right .content-box .box-right .qrcode-box:hover img {
  display: block;
}
.contact-box .wrapper .right .content-box .box-right .qrcode p {
  margin-top: 0.24rem;
  font-size: 0.18rem;
  text-align: center;
}
.contact-box .wrapper .right .content-box .box-right .info {
  line-height: 0.26rem;
}
.contact-box .wrapper .right .content-box .box-right .info p {
  font-size: 0.16rem;
}
.enter-box {
  background-color: #fff;
  padding: 0.6rem 0 0.3rem;
}
.enter-box .top {
  background-color: #fff;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}
.enter-box .top .item {
  min-width: 2rem;
}
.enter-box .top .item a {
  color: #222;
  display: block;
  font-size: 0.18rem;
  line-height: 0.4rem;
}
.enter-box .top .item a:hover {
  color: #e60000;
}
.enter-box .top .item .title {
  font-weight: 700;
}
.enter-box .bottom {
  background-color: #fff;
  margin-top: 0.3rem;
}
.enter-box .bottom .image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
.enter-box .bottom .image-box .download-windows a {
  width: 2.56rem;
  height: 0.34rem;
  display: block;
}
.enter-box .bottom .image-box .download-windows a img {
  width: 100%;
  height: 100%;
}
.enter-box .bottom .text {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: #999;
  font-size: 0.18rem;
  line-height: 0.44rem;
  align-items: center;
  justify-content: center;
  column-gap: 0.3rem;
}
.enter-box .bottom .text a {
  color: #999;
  display: flex;
  align-items: center;
}
.enter-box .bottom .text a img {
  margin-right: 0.06rem;
}
@media screen and (max-width: 768px) {
  .contact-box {
    background-color: #fff;
    padding: 0.2rem 0.3rem;
  }
  .contact-box .top .box .left .item .name,
  .contact-box .top .box .left .item .phone {
    font-size: 0.24rem;
  }
  .contact-box .top .box .right input {
    height: 0.6rem;
  }
  .contact-box .wrapper {
    padding: 0.17rem 0.3rem 0.4rem;
    background-color: #eff1fe;
  }
  .contact-box .wrapper .right {
    margin-left: 0;
    width: 100%;
  }
  .contact-box .wrapper .right .content-box h3 {
    font-size: 0.36rem;
    text-align: center;
    margin-top: 0.3rem;
  }
  .contact-box .wrapper .right .content-box .box-left {
    font-size: 0.24rem;
  }
  .contact-box .wrapper .right .content-box .box-left .form p.code-box {
    height: 0.7rem;
  }
  .contact-box .wrapper .right .content-box .box-left .form p span {
    font-size: 0.24rem !important;
  }
  .contact-box .wrapper .right .content-box .box-left .form input {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
  }
  .contact-box .wrapper .right .content-box .box-left .form textarea {
    height: 2rem;
    font-size: 0.24rem;
  }
  .contact-box .wrapper .right .content-box .box-left .radio {
    height: 0.7rem;
  }
  .contact-box .wrapper .right .content-box .submit {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    flex: 1;
  }
  .contact-box .wrapper .right .content-box .box-right {
    flex-direction: column;
    font-size: 0.24rem;
  }
  .contact-box .wrapper .right .content-box .box-right .qrcode {
    margin-right: 0;
    display: flex;
    justify-content: space-around;
  }
  .contact-box .wrapper .right .content-box .box-right .qrcode-box img {
    display: block;
    order: -1;
    position: initial;
    margin: 0.3rem auto 0.2rem;
  }
  .contact-box .wrapper .right .content-box .box-right .info {
    line-height: 0.44rem;
  }
  .contact-box .wrapper .right .content-box .box-right .info p {
    font-size: 0.24rem;
  }
  .enter-box {
    padding: 0.4rem 0.3rem;
  }
  .enter-box .top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.3rem 0;
  }
  .enter-box .top .item {
    min-width: initial;
    padding-bottom: 0.3rem;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
  }
  .enter-box .top .item a {
    font-size: 0.24rem;
    line-height: 0.44rem;
  }
  .enter-box .top .item a.line {
    margin-top: 0.07rem;
    line-height: 0.3rem;
  }
  .enter-box .top .item a.line::after {
    display: block;
    content: '-';
  }
  .enter-box .top .item a:last-child::after {
    display: none;
  }
  .enter-box .bottom .image-box {
    flex-wrap: wrap;
  }
  .enter-box .bottom .image-box img {
    text-align: center;
  }
  .enter-box .bottom .image-box .download-windows {
    flex-basis: 100%;
  }
  .enter-box .bottom .image-box .download-windows a {
    width: 4.52rem;
    height: 0.6rem;
    margin: 0 auto;
  }
  .enter-box .bottom .text {
    flex-direction: column;
    font-size: 0.24rem;
  }
}
