.email .flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.email .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.email .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.email .column-start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.email .justify-center {
  justify-content: center;
}

.email .align-start {
  align-items: flex-start;
}

.email .relative {
  position: relative;
}

.email .w-100 {
  width: 100%;
  min-width: 1180px;
}

.email .w-1180 {
  width: 1180px;
  margin: 0 auto;
}

.email .mt-10 {
  margin-top: 10px;
}

.email .banner {
  padding-top: 203px;
  box-sizing: border-box;
  height: 800px;
  background-image: url("../image/email/yanzhengbackground1.jpg");
  background-size: cover;
  background-position: center 0;
}

.email .banner .banner-text {
  position: absolute;
  top: 80px;
  transform: translateX(-20%);
}

.email .banner .banner-text > p {
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  margin-top: -10px;
}

.email .banner .option {
  position: absolute;
  color: #FFFFFF;
  top: 290px;
  right: -100px;
}

.email .banner .option .button {
  display: block;
  width: 230px;
  height: 76px;
  line-height: 76px;
  background: #F68420;
  border-radius: 8px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
}

.email .banner .option > p {
  font-size: 14px;
  margin-top: 12px;
}

.email aside {
  width: 840px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(0, 22, 66, 0.35);
  border-radius: 20px;
  margin: -100px auto 0;
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.email aside .aside-item {
  width: 208px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.email aside .aside-item .text {
  text-align: center;
}

.email aside .aside-item .text h3 {
  color: #323232;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}

.email aside .aside-item .text span {
  color: #999999;
  font-size: 18px;
}

.email aside .line {
  height: 60px;
  border-right: 1px solid #E6E6E6;
}

.email .important {
  height: 370px;
  background: #FFFFFF;
  margin-top: -100px;
  padding-top: 153px;
  box-sizing: border-box;
  background-image: url("../image/email/important.png");
  background-position: center 0;
}

.email .important p {
  color: #333333;
  font-size: 16px;
  margin-top: 37px;
}

.email .verify {
  padding: 63px 0 89px;
}

.email .verify .tabs {
  width: 100%;
  height: 54px;
  background: #EDE8EC;
  border-radius: 2px;
  margin-top: 27px;
  padding: 2px 0;
  box-sizing: border-box;
}

.email .verify .tabs .tabs-item {
  flex: 1;
  text-align: center;
  height: 100%;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  color: #666666;
  border-radius: 2px;
  border-right: 2px solid #CFCECF;
  cursor: pointer;
}

.email .verify .tabs .tabs-item.active {
  background: #1F77DC;
  color: #FFFFFF;
}

.email .verify .tabs .tabs-item:hover {
  color: #FFFFFF;
}

.email .verify .tabs .tabs-item:last-child {
  border-right: 0;
}

.email .verify .content {
  margin-top: 37px;
  width: 100%;
}

.email .verify .content .remark {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.email .verify .content .single {
  display: none;
}

.email .verify .content .single input {
  width: 1046px;
  height: 54px;
  background: #F5F5F5;
  border-radius: 2px;
  outline: 0;
  border: 0;
  padding-left: 13px;
  box-sizing: border-box;
}

.email .verify .content .single button {
  width: 123px;
  height: 54px;
  border-radius: 2px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background: #1F77DC;
}

.email .verify .content .single #tips-loading {
  margin-top: 10px;
  font-size: 20px;
  display: none;
}

.email .verify .content .single .tips {
  margin-top: 10px;
}

.email .verify .content .single .tips-verify {
  width: max-content;
  max-width: 1020px;
  padding: 10px 13px;
  background: #F7F7F7;
  font-size: 14px;
  font-weight: 400;
}

.email .verify .content .single .tips-verify.error-text {
  color: #FF0000;
}

.email .verify .content .single .tips-verify.success-text {
  color: #1F77DC;
}

.email .verify .content .batch {
  display: none;
}

.email .verify .content .batch .buttons {
  margin: 20px 0 15px;
}

.email .verify .content .batch .buttons > button {
  width: 100px;
  height: 32px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  color: #666666;
  line-height: 32px;
  font-size: 16px;
}

.email .verify .content .batch .tips {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
  font-size: 14px;
  color: #999999;
}

.email .verify .content .batch .tips span {
  margin: 0 10px 10px 10px;
  display: inline-block;
}

.email .verify .content .api {
  display: none;
}

.email .verify .content .api .button {
  display: block;
  width: 240px;
  height: 54px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #1F77DC;
  margin: 47px auto 0;
  font-weight: bold;
  color: #1F77DC;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
}

.email .verify .content .active {
  display: block;
}

.email .profession {
  height: 690px;
  padding-top: 53px;
  box-sizing: border-box;
  background: url("../image/email/profession.png"), rgba(213, 234, 255, 0.31);
  background-position: center 0;
}

.email .profession p {
  font-size: 16px;
  color: #666666;
  margin-top: 16px;
}

.email .profession .profession-content {
  margin-top: 44px;
  width: 1180px;
  position: relative;
}

.email .profession .profession-content .profession-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}

.email .profession .profession-content .profession-item > span {
  margin-top: 15px;
  font-size: 20px;
  color: #333333;
}

.email .profession .profession-content .profession-item:nth-child(1) {
  left: 365px;
}

.email .profession .profession-content .profession-item:nth-child(2) {
  right: 362px;
}

.email .profession .profession-content .profession-item:nth-child(3) {
  top: 117px;
}

.email .profession .profession-content .profession-item:nth-child(4) {
  top: 117px;
  right: 0;
}

.email .profession .profession-content .profession-item:nth-child(5) {
  top: 260px;
  left: 203px;
}

.email .profession .profession-content .profession-item:nth-child(6) {
  top: 260px;
  right: 203px;
}

.email .profession .profession-content .profession-item:nth-child(7) {
  top: 320px;
  left: 50%;
  transform: translateX(-50%);
}

.email .advantage {
  padding: 55px 0 109px;
}

.email .advantage .advantage-content {
  margin-top: 57px;
  position: relative;
}

.email .advantage .advantage-content .text {
  position: absolute;
}

.email .advantage .advantage-content .text h4 {
  font-size: 28px;
  color: #333333;
}

.email .advantage .advantage-content .text p {
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
}

.email .advantage .advantage-content .text:nth-of-type(1) {
  top: 0;
  left: -170px;
}

.email .advantage .advantage-content .text:nth-of-type(2) {
  top: 0;
  right: -170px;
}

.email .advantage .advantage-content .text:nth-of-type(3) {
  bottom: -65px;
  left: -160px;
}

.email .advantage .advantage-content .text:nth-of-type(4) {
  bottom: -65px;
  right: -183px;
}

.email .advantage .advantage-content .text:nth-of-type(odd) {
  text-align: right;
}

.email .package {
  background: #F5F5F5;
  padding: 90px 0 68px;
}

.email .package-item {
  width: 370px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: url("../image/email/package.png");
  margin: 35px 35px 0 0;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  cursor: pointer;
}

.email .package-item .price {
  margin-top: 24px;
  font-weight: bold;
  color: #333333;
  font-size: 60px;
}

.email .package-item .price > span {
  font-size: 30px;
  margin-right: 10px;
}

.email .package-item > p {
  color: #666666;
  margin-top: 10px;
  font-size: 18px;
}

.email .package-item .dashed {
  background: linear-gradient(transparent, transparent) padding-box, repeating-linear-gradient(-45deg, #999999 0, #999999 7px, transparent 0, transparent 16px);
  height: 1px;
  margin-top: 40px;
  width: 100%;
}

.email .package-item .button {
  margin-top: 36px;
  width: 189px;
  height: 54px;
  line-height: 54px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  background: #F5F5F5;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-size: 18px;
}

.email .package-item:nth-child(3n) {
  margin-right: 0;
}

.email .package-item.active {
  background-image: url("../image/email/package-active.png");
}

.email .package-item.active .price, .email .package-item.active > p {
  color: #FFFFFF;
}

.email .package-item.active .dashed {
  background: linear-gradient(transparent, transparent) padding-box, repeating-linear-gradient(-45deg, #FFFFFF 0, #FFFFFF 7px, transparent 0, transparent 16px);
}

.email .package-item.active .button {
  background: #0762EA;
  color: #FFFFFF;
}

.email .package-item .button:hover {
  background: #0762EA;
  color: #FFFFFF;
}

.c-1F7 {
  color: #1F77DC;
}
