#agent {
  padding-top: 80px;
}
#agent .banner {
  height: 641px;
  background-image: url('../img/bannerAgent.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0 20px;
}
#agent .banner .bannerInfo {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 123px;
}
#agent .banner .bannerInfo .bannerTitle {
  font-size: 54px;
  color: #eeeefd;
  font-weight: 500;
}
#agent .banner .bannerInfo .bannerDes {
  font-size: 30px;
  margin-top: 32px;
  color: #a2a5f7;
}
#agent .content {
  margin-top: -50px;
  padding: 0 20px;
}
#agent .content .formBox {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#agent .content .formBox .leftPerson {
  width: 400px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#agent .content .formBox .leftPerson .personImg {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  overflow: hidden;
}
#agent .content .formBox .leftPerson .personImg img {
  width: 100%;
  height: 100%;
  display: block;
}
#agent .content .formBox .leftPerson .person {
  text-align: center;
}
#agent .content .formBox .leftPerson .personName {
  color: #333333;
  font-size: 36px;
  font-weight: 500;
  margin-top: 28px;
}
#agent .content .formBox .leftPerson .personPhone {
  color: #333333;
  font-size: 26px;
  font-weight: 500;
}
#agent .content .formBox .leftPerson .personInfo {
  font-size: 26px;
  color: #999999;
  margin-top: 12px;
}
#agent .content .formBox .form {
  width: 800px;
  margin: 0 auto;
}
#agent .content .formBox .form .inputBox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 10px 0;
}
#agent .content .formBox .form .inputBox .leftName {
  width: 131px;
  padding: 0 0 0 20px;
  font-size: 18px;
  color: #7486a3;
  font-weight: 500;
}
#agent .content .formBox .form .inputBox .rightInput {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position: relative;
}
#agent .content .formBox .form .inputBox .rightInput .input {
  width: 410px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  padding: 0 15px;
  font-size: 16px;
  color: #444;
  font-weight: 500;
}
#agent .content .formBox .form .inputBox .rightInput .code {
  width: 210px;
}
#agent .content .formBox .form .inputBox .rightInput .codeBtn {
  width: 94px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #0091ff;
  font-size: 14px;
  color: #0091ff;
  margin-left: 10px;
  cursor: pointer;
}
#agent .content .formBox .form .inputBox .rightInput .chooseArea {
  line-height: 40px;
  color: #6a6a6a;
}
#agent .content .formBox .form .inputBox .rightInput .toDownIcon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
}
#agent .content .formBox .form .inputBox .myInputArea .input {
  color: #6a6a6a;
}
#agent .content .formBox .form .formSubmit {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #006AFF;
  border-radius: 8px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  margin: 20px 0 0 131px;
  border: none;
}
#agent .content .otherContent {
  flex-direction: column;
  align-items: center;
  margin-top: 86px;
  padding-bottom: 60px;
}
#agent .content .otherContent .otherItem {
  justify-content: space-between;
  align-items: center;
}
#agent .content .otherContent .otherItem .itemLeft {
  width: 633px;
  height: 440px;
}
#agent .content .otherContent .otherItem .itemLeft img {
  width: 100%;
  height: 100%;
  display: block;
}
#agent .content .otherContent .otherItem .itemRight {
  padding-left: 116px;
}
#agent .content .otherContent .otherItem .itemRight .topTitle {
  font-size: 32px;
  color: #121212;
  font-weight: 500;
  margin-bottom: 20px;
  white-space: nowrap;
}
#agent .content .otherContent .otherItem .itemRight .bottomInfo {
  color: #666;
  font-size: 18px;
  width: 288px;
  line-height: 32px;
}
#agent .content .otherContent .otherItem:nth-child(2n) {
  flex-direction: row-reverse;
  padding-left: 180px;
}
#agent .content .otherContent .otherItem:nth-child(2n) .itemRight {
  padding-left: 0;
  padding-right: 116px;
}
#agent .submitSucc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: linear 0.15s all;
  -webkit-transition: linear 0.15s all;
}
#agent .submitSucc .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: '';
}
#agent .submitSucc .box {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 0px 29px 0px rgba(157, 157, 157, 0.5);
  padding: 20px 40px 30px;
  transition: linear 0.15s all;
  -webkit-transition: linear 0.15s all;
}
#agent .submitSucc .box .boxTitle {
  font-size: 28px;
  font-weight: 500;
  color: #000;
}
#agent .submitSucc .box .boxInfo {
  margin: 5px 0 20px;
}
#agent .submitSucc .box .followImg {
  width: 600px;
  height: 186px;
}
#agent .submitSucc .box .iKnowBtn {
  width: 160px;
  padding: 10px 0;
  background: #007AFF;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin: 20px auto 0;
  border-radius: 8px;
  cursor: pointer;
}
#agent .submitSuccShow {
  visibility: visible;
  opacity: 1;
}
#agent .submitSuccShow .box {
  top: 22%;
}
@media screen and (max-width: 1200px) {
  #agent .banner {
    height: 500px;
  }
  #agent .content .formBox .leftPerson .personName {
    font-size: 26px;
    margin-top: 20px;
  }
  #agent .content .formBox .leftPerson .personPhone,
  #agent .content .formBox .leftPerson .personInfo {
    font-size: 20px;
  }
  #agent .content .otherContent .otherItem .itemLeft {
    width: 440px;
    height: 320px;
  }
  #agent .content .otherContent .otherItem .itemRight {
    padding-left: 50px;
  }
  #agent .content .otherContent .otherItem .itemRight .topTitle {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #agent .content .otherContent .otherItem .itemRight .bottomInfo {
    font-size: 16px;
    line-height: 25px;
    width: 260px;
  }
}
@media screen and (max-width: 900px) {
  #agent .banner .bannerDes {
    width: 240px;
  }
  #agent .content .formBox .form .inputBox .leftName {
    width: 110px;
  }
  #agent .content .formBox .form .inputBox .rightInput .input {
    width: 315px;
  }
  #agent .content .formBox .form .inputBox .rightInput .code {
    width: 210px;
  }
  #agent .content .formBox .form .formSubmit {
    margin: 20px 0 0 110px;
  }
  #agent .content .otherContent {
    margin-top: 50px;
  }
  #agent .content .otherContent .otherItem {
    margin-top: 30px;
  }
  #agent .content .otherContent .otherItem .itemLeft {
    width: 330px;
    height: 250px;
  }
  #agent .content .otherContent .otherItem .itemRight .topTitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #agent .content .otherContent .otherItem .itemRight .bottomInfo {
    width: 210px;
    font-size: 15px;
    line-height: 24px;
  }
  #agent .content .otherContent .otherItem:nth-child(2n) {
    padding-left: 130px;
  }
  #agent .content .otherContent .otherItem:nth-child(2n) .itemRight {
    padding-right: 50px;
  }
}
@media screen and (max-width: 710px) {
  #agent .banner {
    height: 290px;
  }
  #agent .banner .bannerInfo {
    padding-top: 50px;
  }
  #agent .banner .bannerInfo .bannerTitle {
    font-size: 44px;
  }
  #agent .banner .bannerInfo .bannerDes {
    font-size: 24px;
    margin-top: 0;
  }
  #agent .content .formBox {
    flex-direction: column;
    padding: 40px 0;
  }
  #agent .content .formBox .leftPerson {
    width: 100%;
    flex-direction: row;
  }
  #agent .content .formBox .leftPerson .personImg {
    width: 120px;
    height: 120px;
    margin-right: 30px;
  }
  #agent .content .formBox .leftPerson .person {
    text-align: left;
  }
  #agent .content .formBox .leftPerson .person .personName {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 4px;
  }
  #agent .content .formBox .leftPerson .person .personPhone,
  #agent .content .formBox .leftPerson .person .personInfo {
    font-size: 16px;
  }
  #agent .content .formBox .form {
    width: auto;
    margin: 25px auto 0;
  }
  #agent .content .formBox .form .formSubmit {
    width: 142px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  #agent .content .otherContent {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #agent .content .otherContent .otherItem {
    width: 50%;
    flex-direction: column !important;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #agent .content .otherContent .otherItem .itemLeft {
    width: 200px;
    height: 150px;
  }
  #agent .content .otherContent .otherItem .itemRight {
    padding-left: 0;
  }
  #agent .content .otherContent .otherItem .itemRight .topTitle {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
  }
  #agent .content .otherContent .otherItem .itemRight .bottomInfo {
    font-size: 14px;
  }
  #agent .content .otherContent .otherItem:nth-child(2n) {
    padding-left: 0;
  }
  #agent .content .otherContent .otherItem:nth-child(2n) .itemRight {
    padding-right: 0;
  }
  #agent .submitSucc .box {
    padding: 20px 40px;
  }
  #agent .submitSucc .box .boxTitle {
    font-size: 26px;
  }
  #agent .submitSucc .box .followImg {
    width: 420px;
    height: 131px;
  }
  #agent .submitSucc .box .iKnowBtn {
    width: 140px;
  }
}
@media screen and (max-width: 520px) {
  #agent .banner {
    height: 200px;
  }
  #agent .banner .bannerInfo {
    padding-top: 30px;
  }
  #agent .banner .bannerInfo .bannerTitle {
    font-size: 30px;
  }
  #agent .banner .bannerInfo .bannerDes {
    width: 160px;
    font-size: 18px;
  }
  #agent .content .formBox .leftPerson .personImg {
    width: 60px;
    height: 60px;
  }
  #agent .content .formBox .leftPerson .person .personName {
    font-size: 16px;
    margin-bottom: 2px;
  }
  #agent .content .formBox .leftPerson .person .personPhone {
    font-size: 14px;
  }
  #agent .content .formBox .leftPerson .person .personInfo {
    font-size: 12px;
    margin-top: 4px;
  }
  #agent .content .formBox .form .inputBox .leftName {
    padding-left: 0;
    font-size: 16px;
    width: 80px;
  }
  #agent .content .formBox .form .inputBox .rightInput .input {
    width: 250px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
  }
  #agent .content .formBox .form .inputBox .rightInput .code {
    width: 145px;
  }
  #agent .content .formBox .form .inputBox .rightInput .codeBtn {
    height: 35px;
    line-height: 35px;
  }
  #agent .content .formBox .form .formSubmit {
    width: 115px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin: 20px 0 0 80px;
  }
  #agent .content .otherContent .otherItem .itemLeft {
    width: 150px;
    height: 110px;
  }
  #agent .content .otherContent .otherItem .itemRight .topTitle {
    font-size: 15px;
  }
  #agent .content .otherContent .otherItem .itemRight .bottomInfo {
    font-size: 12px;
    width: 150px;
    height: 96px;
  }
  #agent .submitSucc .box {
    padding: 15px 20px;
  }
  #agent .submitSucc .box .boxTitle {
    font-size: 20px;
  }
  #agent .submitSucc .box .followImg {
    width: 310px;
    height: 98px;
  }
  #agent .submitSucc .box .iKnowBtn {
    width: 100px;
    padding: 8px 0;
    font-size: 14px;
    margin: 12px auto 0;
  }
}
@media screen and (max-width: 375px) {
  #agent .banner {
    height: 190px;
  }
  #agent .banner .bannerInfo .bannerTitle {
    font-size: 26px;
  }
  #agent .banner .bannerInfo .bannerDes {
    width: 142px;
    font-size: 16px;
  }
  #agent .content {
    padding: 0 15px;
  }
  #agent .content .formBox {
    padding: 22px 10px;
  }
  #agent .content .formBox .form .inputBox .leftName {
    font-size: 14px;
    width: 70px;
  }
  #agent .content .formBox .form .inputBox .rightInput .input {
    width: 200px;
    font-size: 13px;
    padding: 0 10px;
  }
  #agent .content .formBox .form .inputBox .rightInput .code {
    width: 98px;
  }
  #agent .content .formBox .form .inputBox .rightInput .codeBtn {
    width: 86px;
    font-size: 13px;
  }
  #agent .content .formBox .form .formSubmit {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin: 14px 0 0 70px;
  }
  #agent .content .otherContent {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  #agent .content .otherContent .otherItem .itemLeft {
    width: 126px;
    height: 94px;
  }
  #agent .content .otherContent .otherItem .itemRight .topTitle {
    font-size: 14px;
  }
  #agent .content .otherContent .otherItem .itemRight .bottomInfo {
    font-size: 12px;
    width: 126px;
    height: 96px;
  }
  #agent .submitSucc .box {
    padding: 10px 15px 15px;
  }
  #agent .submitSucc .box .followImg {
    width: 270px;
    height: 85px;
  }
}
