/*
 * @LastEditTime : 2024-08-13 16:13:49
 * @FilePath     : /135new/webroot/css/categories/agency/index.css
 * @Description  : 代理招募页面 > 页面样式
 */
#agency[scoped="YWdlbmN5"] {
  width: 100%;
  height: auto;
}

#agency[scoped="YWdlbmN5"] .agency-container {
  width: 100%;
  height: auto;
}

#agency[scoped="YWdlbmN5"] .agency-container .agency-banner {
  width: 100%;
  height: 520px;
  background-image: url("/img/categories/agency/agency_banner.png");
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#agency[scoped="YWdlbmN5"] .agency-container .agency-banner .banner-title,
#agency[scoped="YWdlbmN5"] .agency-container .agency-banner .banner-subtitle {
  font-size: 54px;
  font-weight: bold;
  color: white;
}

#agency[scoped="YWdlbmN5"] .agency-container .agency-banner .banner-desc {
  font-size: 26px;
  border: 1px solid white;
  padding: 4px 26px;
  border-radius: 24px;
  margin-top: 40px;
  color: white;
}

#agency[scoped="YWdlbmN5"] .product-advantage {
  width: 100%;
  height: auto;
  background-image: url("/img/categories/agency/product_advantage_bg.svg");
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 110px 0;
}

#agency[scoped="YWdlbmN5"] .product-advantage .advantage-container {
  width: 62.5%;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}

#agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-header {
  text-align: center;
}

#agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-header .advantage-title {
  font-size: 36px;
  color: #333333;
}

#agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-header .advantage-subtitle {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  letter-spacing: 5px;
}

#agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-content {
  margin-top: 90px;
}

#agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-content .advantage-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-content .advantage-list .advantage-list_item .list-item_icon {
  text-align: center;
}

#agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-content .advantage-list .advantage-list_item .list-item_content {
  margin-top: 12px;
}

#agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-content .advantage-list .advantage-list_item .list-item_content p {
  margin: 0;
  font-size: 22px;
  color: #333333;
  text-align: center;
}

#agency[scoped="YWdlbmN5"] .agency-policy {
  width: 100%;
  height: auto;
  background-image: url("/img/categories/agency/agency_policy_bg.svg");
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 110px 0 196px;
}

#agency[scoped="YWdlbmN5"] .agency-policy .policy-container {
  width: 62.5%;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
}

#agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-header {
  text-align: center;
}

#agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-header .policy-title {
  font-size: 36px;
  color: #333333;
}

#agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-header .policy-subtitle {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  letter-spacing: 5px;
}

#agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content {
  margin-top: 70px;
}

#agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list .policy-list_item {
  width: 48%;
  height: 206px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff1ee;
  border-radius: 30px;
  background-color: white;
}

#agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list .policy-list_item:nth-child(2n) {
  margin-left: 4%;
}

#agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list .policy-list_item .list-item_icon {
  text-align: center;
}

#agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list .policy-list_item .list-item_content {
  margin-left: 16px;
}

#agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list .policy-list_item .list-item_content .list-item_title {
  font-size: 24px;
  color: #333333;
}

#agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list .policy-list_item .list-item_content .list-item_desc {
  font-size: 18px;
  color: #666666;
  margin-top: 16px;
}

#agency[scoped="YWdlbmN5"] .agency-service {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: fixed;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

#agency[scoped="YWdlbmN5"] .agency-service .service-container {
  width: auto;
  height: auto;
  border-radius: 12px;
  padding: 10px 16px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeee9), to(white));
  background: -webkit-linear-gradient(#ffeee9, white);
  background: -moz-linear-gradient(#ffeee9, white);
  background: -o-linear-gradient(#ffeee9, white);
  background: linear-gradient(#ffeee9, white);
}

#agency[scoped="YWdlbmN5"] .agency-service .service-container .service-title {
  font-size: 18px;
  color: #333333;
  text-align: center;
}

#agency[scoped="YWdlbmN5"] .agency-service .service-container .service-code {
  margin: 8px 0;
}

#agency[scoped="YWdlbmN5"] .agency-service .service-container .service-code img {
  width: 180px;
}

#agency[scoped="YWdlbmN5"] .agency-service .service-container .service-desc {
  font-size: 14px;
  color: #999999;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  #agency[scoped="YWdlbmN5"] .agency-container .agency-banner {
    height: 240px;
  }

  #agency[scoped="YWdlbmN5"] .agency-container .agency-banner .banner-title,
  #agency[scoped="YWdlbmN5"] .agency-container .agency-banner .banner-subtitle {
    font-size: 22px;
  }

  #agency[scoped="YWdlbmN5"] .agency-container .agency-banner .banner-desc {
    margin-top: 20px;
    font-size: 14px;
    padding: 4px 8px;
  }

  #agency[scoped="YWdlbmN5"] .product-advantage {
    padding: 60px 0;
  }

  #agency[scoped="YWdlbmN5"] .product-advantage .advantage-container {
    width: 95%;
    min-width: auto;
  }

  #agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-header .advantage-title {
    font-size: 18px;
  }

  #agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-header .advantage-title img {
    width: 80px;
  }

  #agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-header .advantage-subtitle {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 2px;
  }

  #agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-content {
    margin-top: 30px;
  }

  #agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-content .advantage-list {
    display: block;
  }

  #agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-content .advantage-list .advantage-list_item {
    width: 100%;
  }

  #agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-content .advantage-list .advantage-list_item+.advantage-list_item {
    margin-top: 26px;
  }

  #agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-content .advantage-list .advantage-list_item .list-item_content {
    margin-top: -10px;
  }

  #agency[scoped="YWdlbmN5"] .product-advantage .advantage-container .advantage-content .advantage-list .advantage-list_item .list-item_content p {
    font-size: 14px;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy {
    padding: 60px 0 70px;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy .policy-container {
    width: 95%;
    min-width: auto;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-header .policy-title {
    font-size: 18px;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-header .policy-title img {
    width: 80px;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-header .policy-subtitle {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 2px;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content {
    margin-top: 30px;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list {
    display: block;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list .policy-list_item {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 20px 16px;
    border-radius: 14px;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list .policy-list_item:nth-child(2n) {
    margin-left: 0;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list .policy-list_item+.policy-list_item {
    margin-top: 26px;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list .policy-list_item .list-item_icon img {
    width: 40px;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list .policy-list_item .list-item_content .list-item_title {
    font-size: 15px;
  }

  #agency[scoped="YWdlbmN5"] .agency-policy .policy-container .policy-content .policy-list .policy-list_item .list-item_content .list-item_desc {
    font-size: 13px;
    margin-top: 6px;
  }

  #agency[scoped="YWdlbmN5"] .agency-service .service-container {
    padding: 8px 10px;
    border-radius: 10px;
  }

  #agency[scoped="YWdlbmN5"] .agency-service .service-container .service-title {
    font-size: 14px;
  }

  #agency[scoped="YWdlbmN5"] .agency-service .service-container .service-code {
    margin: 4px 0;
  }

  #agency[scoped="YWdlbmN5"] .agency-service .service-container .service-code img {
    width: 114px;
    margin: 0 auto;
  }

  #agency[scoped="YWdlbmN5"] .agency-service .service-container .service-desc {
    font-size: 12px;
  }
}