.width100 {
  width: 100%;
  min-width: 1200px;
}
.width1200 {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}
.agent-content {
  color: #262626;
  font-size: 14px;
}
.agent-top {
  height: 340px;
  padding-top: 66px;
  box-sizing: border-box;
  background: url("../../../www/singlepage/2024/agentBg.png") no-repeat center top #F5FBFF;
  background-size: auto 100%;
}
.agent-top-main {
  padding-top: 60px;
}
.agent-top-main h3 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 10px;
  font-weight: 600;
}
.agent-top-main p {
  line-height: 18px;
  margin-bottom: 20px;
  width: 600px;
}
.agent-top-main p.top-desc {
  margin-bottom: 10px;
}
.agent-a-box {
  display: flex;
}
.agent-a-box .agent-a {
  width: 140px;
  height: 40px;
  background: #07AAFF;
  border-radius: 2px;
  line-height: 40px;
  margin-right: 20px;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
}
.agent-a-box .agent-a:hover {
  opacity: 0.8;
}
.agent-a-box .agent-a.agent2 {
  background-color: #1A86EF;
}
.agent-info-box {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 36px;
}
.agent-info-box .info-title {
  font-size: 28px;
  line-height: 30px;
  padding: 90px 0 42px;
  text-align: center;
}
.agent-info {
  position: relative;
  height: 457px;
  box-sizing: content-box;
  background: url("../../../www/singlepage/2024/agentDes.png") no-repeat center top #FFFFFF;
  background-size: auto 457px;
}
.agent-info .why-info strong {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  width: 200px;
  text-align: center;
  position: absolute;
  left: 288px;
  top: 116px;
}
.agent-info .why-info strong:last-of-type {
  left: auto;
  right: 280px;
}
.agent-info .why-info span {
  color: #FFFFFF;
  line-height: 30px;
  position: absolute;
  top: 130px;
  left: 555px;
  width: 100px;
  text-align: center;
}
.agent-info .list1,
.agent-info .list2 {
  line-height: 21px;
  position: absolute;
  top: 92px;
  left: 32px;
}
.agent-info .list1 li,
.agent-info .list2 li {
  margin-bottom: 37px;
}
.agent-info .list2 {
  left: auto;
  right: 0;
}
.agent-steps p {
  position: absolute;
}
.agent-steps p:nth-child(1) {
  left: 172px;
  bottom: 32px;
}
.agent-steps p:nth-child(2) {
  left: 529px;
  bottom: 0;
}
.agent-steps p:nth-child(3) {
  right: 151px;
  bottom: 32px;
}
.agent-contact {
  padding: 80px 0;
}
.contact-title {
  margin-bottom: 40px;
  text-align: center;
}
.contact-title dt {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 10px;
}
.contact-title dd {
  line-height: 21px;
}
.contact-title .font {
  color: #07AAFF;
  font-weight: 600;
  font-style: normal;
}
.contentAdd .form-left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentAdd .addText {
  width: 590px;
  height: 46px;
  border: 1px solid #ccc;
  line-height: 46px;
  border-radius: 2px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
}
.contentAdd .addText::placeholder {
  color: #bbb;
}
.code-wrap {
  position: relative;
}
.code-wrap .vercode {
  padding-right: 200px;
  box-sizing: border-box;
}
.code-wrap .code-box {
  position: absolute;
  right: 10px;
  top: 4px;
  display: flex;
  align-items: center;
}
.code-wrap .code-box img {
  height: 40px;
}
.code-wrap .code-box span {
  font-size: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.contentAdd .description {
  width: 1200px;
  height: 120px;
  line-height: 20px;
}
.input-select {
  position: relative;
}
.input-select .select {
  position: absolute;
  right: 16px;
  top: 17px;
  width: 13px;
  height: 12px;
  background: url(/images/v10/select.svg) center no-repeat;
  transition: 0.3s all;
  cursor: pointer;
  background-size: 12px 11px;
}
.input-select .select.show {
  transform: rotate(180deg);
}
.input-select .input-row-inp {
  cursor: pointer;
}
.input-select-list {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  height: 96px;
  width: 590px;
  padding: 8px 0;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #CCCCCC;
  z-index: 999;
  transition: 0.3s all;
  box-sizing: border-box;
}
.input-select-item {
  line-height: 40px;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  cursor: pointer;
}
.input-select-item:hover {
  color: #07AAFF;
  background: #F3F5F8;
}
.btn-box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.btn-box .complaint-btn,
.btn-box .reset-btn {
  width: 140px;
  height: 40px;
  background: #07AAFF;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
  cursor: pointer;
  border: 0;
  font-size: 14px;
}
.btn-box .complaint-btn:hover,
.btn-box .reset-btn:hover {
  opacity: 0.8;
}
.btn-box .complaint-btn:disabled,
.btn-box .reset-btn:disabled {
  opacity: 0.4;
}
.btn-box .reset-btn {
  background: #eee;
  color: #666;
}
@media screen and (min-width: 751px) {
  .nav-mobile,
  .mobile-footer,
  .header-dropdown-m,
  .desM {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .footer .header,
  .header-nav,
  .desP {
    display: none;
  }
  .width100 {
    width: 100%;
    min-width: 100%;
  }
  .width1200 {
    width: 100% !important;
    min-width: 100% !important;
  }
  .agent-top {
    height: 6.18rem;
    padding-top: 1rem;
    background: url("../../../www/singlepage/2024/agentBg2.png") no-repeat center top 1rem #F5FBFF;
    padding: 1rem 0.32rem 0;
    background-size: auto 5.18rem;
  }
  .agent-top-main {
    padding-top: 1.42rem;
  }
  .agent-top-main h3 {
    font-size: 0.48rem;
    line-height: 1;
    margin-bottom: 0.2rem;
    font-weight: 600;
  }
  .agent-top-main p {
    line-height: 0.36rem;
    margin-bottom: 0.26rem;
    width: auto;
    font-size: 0.24rem;
  }
  .agent-top-main p.top-desc {
    margin-bottom: 0.1rem;
  }
  .agent-a-box .agent-a {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-right: 0.2rem;
    font-size: 0.24rem;
  }
  .agent-info-box {
    padding-bottom: 0;
  }
  .agent-info-box .info-title {
    font-size: 0.36rem;
    line-height: 1;
    padding: 0.8rem 0 0.4rem;
    text-align: center;
    font-weight: 600;
  }
  .agent-info {
    height: 9.04rem;
    width: 6.88rem;
    background: url("../../../www/singlepage/2024/agentM.png") no-repeat center top #FFFFFF;
    background-size: 100%;
    margin: 0 auto;
  }
  .agent-info .why-info,
  .agent-info .list1,
  .agent-info .list2 {
    display: none;
  }
  .agent-steps {
    display: none;
  }
  .agent-contact {
    padding: 0.87rem 0;
  }
  .contact-title {
    margin-bottom: 0.2rem;
  }
  .contact-title dt {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .contact-title dd {
    line-height: 0.36rem;
    font-size: 0.24rem;
  }
  .contact-title span {
    display: block;
  }
  .contentAdd {
    padding: 0 0.32rem;
  }
  .contentAdd .addText {
    width: 100%;
    height: 0.8rem;
    border: 0.01rem solid #ccc;
    line-height: 0.78rem;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
  }
  .code-wrap {
    width: 100%;
  }
  .code-wrap .vercode {
    padding-right: 2.2rem;
    box-sizing: border-box;
    width: 100%;
  }
  .code-wrap .code-box {
    top: 0.07rem;
  }
  .code-wrap .code-box img {
    height: 0.7rem;
  }
  .code-wrap .code-box span {
    margin-left: 0.06rem;
    font-size: 0.2rem;
  }
  .contentAdd .description {
    width: 100%;
    height: 2.4rem;
    line-height: 0.4rem;
  }
  .input-select {
    position: relative;
    width: 100%;
  }
  .input-select .select {
    position: absolute;
    right: 0.32rem;
    top: 0.32rem;
    width: 0.26rem;
    height: 0.24rem;
    background: url(/images/v10/select.svg) center no-repeat;
    cursor: pointer;
    background-size: 0.24rem 0.22rem;
  }
  .input-select-list {
    top: 0.9rem;
    left: 0;
    height: 1.8rem;
    width: 100%;
    padding: 0.1rem 0;
  }
  .input-select-item {
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .btn-box {
    gap: 0.2rem;
  }
  .btn-box .complaint-btn,
  .btn-box .reset-btn {
    width: 3.33rem;
    height: 0.72rem;
    line-height: 0.72rem;
    margin-top: 0.4rem;
    font-size: 0.24rem;
  }
}
