.banner {
  position: relative;
  width: 100%;
}
.banner .headImg {
  width: 100%;
}
.banner .get_started_btn {
  position: absolute;
  left: 80px;
  bottom: 100px;
  width: 244px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #000;
  text-decoration: none;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
}
.tips_identify {
  display: flex;
  padding-top: 10px;
}
.tips_identify p {
  width: 300px;
  margin-right: 55px;
}
.tips_identify p img {
  width: 24px;
}
.tips_identify p span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding-left: 4px;
}
.tips_identify p.branding_options {
  width: 166px;
  margin-right: 0;
}
.title {
  position: relative;
  padding: 60px 0 30px;
  text-align: center;
  font-size: 36px;
  color: #333;
  font-family: impact,Arial !important;
}
.title .view_all_btn {
  position: absolute;
  right: 0;
  top: 59px;
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
.title .view_all_btn i {
  padding-left: 8px;
  font-size: 14px;
  font-weight: bold;
}
.desc_text {
  text-align: center;
  font-size: 22px;
  color: #333;
}
.custom_all_product .custom_content {
  display: flex;
  margin-top: 26px;
}
.custom_all_product .custom_content .upload_logo {
  width: 285px;
  margin-right: 19px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
}
.custom_all_product .custom_content .img {
  width: 100%;
  height: 158px;
  overflow: hidden;
}
.custom_all_product .custom_content .upload_logo img {
  width: 100%;
}
.custom_all_product .custom_content .upload_logo p {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #333;
}
.custom_women_clothing .custom_women_content {
  display: flex;
  margin-top: 30px;
}
.custom_women_clothing .custom_women_content .coustom_product {
  width: 380px;
  margin-right: 30px;
  border: 1px solid #eee;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
}
.custom_women_clothing .custom_women_content .co_ords {
  margin-right: 0;
}
.custom_women_clothing .custom_women_content .coustom_product .img {
  width: 100%;
  height: 334px;
  overflow: hidden;
}
.custom_women_clothing .custom_women_content .coustom_product img {
  width: 100%;
}
.custom_women_clothing .custom_women_content .coustom_product p {
  width: 100%;
  text-align: left;
  padding-left: 12px;
  height: 45px;
  line-height: 45px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.other_custom_products_box {
  width: 100%;
  margin-top: 60px;
  background-color: #f6f6f6;
}
.other_custom_products .title {
  padding: 34px 0;
}
.other_custom_classify {
  display: flex;
}
.other_custom_classify .left,
.other_custom_classify .right,
.other_custom_classify .center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.other_custom_classify .left p,
.other_custom_classify .right p,
.other_custom_classify .center p {
  line-height: 18px;
  padding-bottom: 24px;
  color: #1f6dad;
  font-weight: bold;
  font-size: 18px;
}
.other_custom_classify .right p {
  color: #ff4062;
}
.more_custom_product {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.more_custom_product .product_item {
  width: 280px;
  height: 386px;
  padding: 30px 40px 0;
  margin: 0 20px 20px 0;
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
}
.more_custom_product .product_item .img {
  width: 205px;
  height: 288px;
  overflow: hidden;
}
.more_custom_product .product_item p {
  width: 100%;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  padding-top: 20px;
  color: #333;
}
.more_custom_product .product_item:nth-child(4n) {
  margin-right: 0;
}
.faq_list {
  width: 1200px;
  margin: 0px auto;
}
.faq_list .faq_item {
  cursor: pointer;
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
.faq_list .faq_item h2 {
  font-size: 18px;
  color: #04274b;
  padding: 0px 20px;
  line-height: 60px;
  overflow: hidden;
  background-color: #f6f6f6;
}
.faq_list .faq_item h2 i {
  float: right;
  margin-right: 20px;
  color: #9d9d9d;
  font-size: 24px;
}
.faq_list .faq_item h2 .icon-weibiaoti33 {
  display: none;
}
.faq_list .faq_item .faq_test {
  display: none;
  padding-left: 60px;
  padding-bottom: 10px;
  font-size: 14px;
}
.faq_list .faq_item .faq_test p {
  line-height: 2;
}
.faq_list .faq_item .faq_test p .strong {
  font-weight: bold;
}
.faq_list .faq_item .faq_test img {
  width: auto;
  margin: 10px 20px;
}
.faq_list .faq_item:last-child {
  border: none;
}
.faq_list .active {
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
}
.faq_list .active h2 .icon-weibiaoti33 {
  display: block;
  color: #9d9d9d;
  font-size: 30px;
  margin-right: 16px;
}
.faq_list .active h2 .icon-xia {
  display: none;
}
.customization_info {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.customization_info .customization_info_img {
  width: 100%;
}
.customization_info .custom_design,
.customization_info .custom_Clothes {
  position: absolute;
  left: 38px;
  top: 20px;
  width: 622px;
  height: 158px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari 和 Chrome */
  border-radius: 10px;
}
.customization_info .custom_design .left,
.customization_info .custom_Clothes .left {
  width: 306px;
  padding: 0 36px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.customization_info .custom_design .right,
.customization_info .custom_Clothes .right {
  color: #aeaeab;
  font-size: 14px;
}
.customization_info .custom_design .right > p,
.customization_info .custom_Clothes .right > p {
  position: relative;
  padding-left: 14px;
  line-height: 28px;
}
.customization_info .custom_design .right > p > i,
.customization_info .custom_Clothes .right > p > i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
}
.customization_info .custom_design .right > p > a,
.customization_info .custom_Clothes .right > p > a {
  font-weight: bold;
  color: #ff4062;
  text-decoration: underline;
}
.customization_info .custom_design .right > p > span,
.customization_info .custom_Clothes .right > p > span {
  font-weight: bold;
  color: #fff;
}
.customization_info .custom_Clothes {
  top: 197px;
  height: 74px;
}
.customization_info .custom_Clothes .right > p > span > .unlque_style {
  color: #fff;
  text-decoration: underline;
}
.customization_info .submit_form_tips {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.customization_info .submit_form_tips .describe_text {
  line-height: 26px;
}
.customization_info .submit_form_tips .describe_text > a {
  color: #ff4062;
  font-weight: bold;
  text-decoration: underline;
}
.co_ords_swiper_wrap {
  margin-bottom: 0;
}
.unique_style_design {
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  background-color: #fff0a4;
  cursor: pointer;
  overflow: hidden;
}
.unique_style_design .left_img {
  width: 840px;
}
.unique_style_design .left_img img {
  width: 100%;
}
.unique_style_design .right_btn {
  position: relative;
  flex: 1;
}
.unique_style_design .right_btn a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #ff4062;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
}
.custominInfo_contact_us {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  background-size: auto;
  cursor: pointer;
}
.custominInfo_contact_us .custominInfo_contact_us_img {
  width: 100%;
}
.custominInfo_contact_us .Service_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.custominInfo_contact_us .contact_us_text_box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.custominInfo_contact_us .contact_us_text_box .contact_us_text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 30px 0;
}
.custominInfo_contact_us .contact_us_text_box .contact_us_tips {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  line-height: 30px;
}
.custominInfo_contact_us .contact_us_text_box .Service_link {
  text-align: center;
}
.custominInfo_contact_us .contact_us_text_box .Service_link a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}
.custominInfo_contact_us #chatNum {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.customize_details {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 596px;
  height: 700px;
  z-index: 100;
  overflow-y: scroll;
  box-shadow: 0 0 5px #ccc;
}
.customize_details .customize_details_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 10px 22px;
  box-sizing: border-box;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.customize_details .customize_details_title .right {
  cursor: pointer;
}
.customize_details .upload_img {
  margin-top: 30px;
  text-align: center;
}
.customize_details .upload_img > a {
  position: relative;
  display: inline-block;
  background: #ff4062;
  width: 340px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
}
.customize_details .upload_img > a .star {
  position: absolute;
  left: 31%;
  top: 2px;
  padding-right: 8px;
}
.customize_details .upload_img > a .uploadInput {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.customize_details .showImg {
  text-align: center;
  margin: 22px 0;
}
.customize_details .showImg .img_box {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 85px;
}
.customize_details .showImg img {
  width: 100%;
  height: 85px;
}
.customize_details .showImg .deleteImg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  background-color: #ff4062;
  cursor: pointer;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
}
.customize_details .showImg .deleteImg > i {
  font-size: 12px;
  color: #fff;
}
.customize_details .qunatity,
.customize_details .material,
.customize_details .color,
.customize_details .size,
.customize_details .whats_app,
.customize_details .email,
.customize_details .remark {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.customize_details .qunatity .qunatity_title,
.customize_details .material .qunatity_title,
.customize_details .color .qunatity_title,
.customize_details .size .qunatity_title,
.customize_details .whats_app .qunatity_title,
.customize_details .email .qunatity_title,
.customize_details .remark .qunatity_title,
.customize_details .qunatity .material_title,
.customize_details .material .material_title,
.customize_details .color .material_title,
.customize_details .size .material_title,
.customize_details .whats_app .material_title,
.customize_details .email .material_title,
.customize_details .remark .material_title,
.customize_details .qunatity .color_title,
.customize_details .material .color_title,
.customize_details .color .color_title,
.customize_details .size .color_title,
.customize_details .whats_app .color_title,
.customize_details .email .color_title,
.customize_details .remark .color_title,
.customize_details .qunatity .size_title,
.customize_details .material .size_title,
.customize_details .color .size_title,
.customize_details .size .size_title,
.customize_details .whats_app .size_title,
.customize_details .email .size_title,
.customize_details .remark .size_title,
.customize_details .qunatity .whats_app_title,
.customize_details .material .whats_app_title,
.customize_details .color .whats_app_title,
.customize_details .size .whats_app_title,
.customize_details .whats_app .whats_app_title,
.customize_details .email .whats_app_title,
.customize_details .remark .whats_app_title,
.customize_details .qunatity .email_title,
.customize_details .material .email_title,
.customize_details .color .email_title,
.customize_details .size .email_title,
.customize_details .whats_app .email_title,
.customize_details .email .email_title,
.customize_details .remark .email_title,
.customize_details .qunatity .remark_title,
.customize_details .material .remark_title,
.customize_details .color .remark_title,
.customize_details .size .remark_title,
.customize_details .whats_app .remark_title,
.customize_details .email .remark_title,
.customize_details .remark .remark_title {
  width: 340px;
  text-align: left;
  line-height: 34px;
  font-size: 14px;
  color: #666;
}
.customize_details .qunatity .qunatity_title span,
.customize_details .material .qunatity_title span,
.customize_details .color .qunatity_title span,
.customize_details .size .qunatity_title span,
.customize_details .whats_app .qunatity_title span,
.customize_details .email .qunatity_title span,
.customize_details .remark .qunatity_title span,
.customize_details .qunatity .material_title span,
.customize_details .material .material_title span,
.customize_details .color .material_title span,
.customize_details .size .material_title span,
.customize_details .whats_app .material_title span,
.customize_details .email .material_title span,
.customize_details .remark .material_title span,
.customize_details .qunatity .color_title span,
.customize_details .material .color_title span,
.customize_details .color .color_title span,
.customize_details .size .color_title span,
.customize_details .whats_app .color_title span,
.customize_details .email .color_title span,
.customize_details .remark .color_title span,
.customize_details .qunatity .size_title span,
.customize_details .material .size_title span,
.customize_details .color .size_title span,
.customize_details .size .size_title span,
.customize_details .whats_app .size_title span,
.customize_details .email .size_title span,
.customize_details .remark .size_title span,
.customize_details .qunatity .whats_app_title span,
.customize_details .material .whats_app_title span,
.customize_details .color .whats_app_title span,
.customize_details .size .whats_app_title span,
.customize_details .whats_app .whats_app_title span,
.customize_details .email .whats_app_title span,
.customize_details .remark .whats_app_title span,
.customize_details .qunatity .email_title span,
.customize_details .material .email_title span,
.customize_details .color .email_title span,
.customize_details .size .email_title span,
.customize_details .whats_app .email_title span,
.customize_details .email .email_title span,
.customize_details .remark .email_title span,
.customize_details .qunatity .remark_title span,
.customize_details .material .remark_title span,
.customize_details .color .remark_title span,
.customize_details .size .remark_title span,
.customize_details .whats_app .remark_title span,
.customize_details .email .remark_title span,
.customize_details .remark .remark_title span {
  font-weight: bold;
}
.customize_details .qunatity .qunatityInput,
.customize_details .material .qunatityInput,
.customize_details .color .qunatityInput,
.customize_details .size .qunatityInput,
.customize_details .whats_app .qunatityInput,
.customize_details .email .qunatityInput,
.customize_details .remark .qunatityInput,
.customize_details .qunatity .materialInput,
.customize_details .material .materialInput,
.customize_details .color .materialInput,
.customize_details .size .materialInput,
.customize_details .whats_app .materialInput,
.customize_details .email .materialInput,
.customize_details .remark .materialInput,
.customize_details .qunatity .colorInput,
.customize_details .material .colorInput,
.customize_details .color .colorInput,
.customize_details .size .colorInput,
.customize_details .whats_app .colorInput,
.customize_details .email .colorInput,
.customize_details .remark .colorInput,
.customize_details .qunatity .sizeInput,
.customize_details .material .sizeInput,
.customize_details .color .sizeInput,
.customize_details .size .sizeInput,
.customize_details .whats_app .sizeInput,
.customize_details .email .sizeInput,
.customize_details .remark .sizeInput,
.customize_details .qunatity .whats_appInput,
.customize_details .material .whats_appInput,
.customize_details .color .whats_appInput,
.customize_details .size .whats_appInput,
.customize_details .whats_app .whats_appInput,
.customize_details .email .whats_appInput,
.customize_details .remark .whats_appInput,
.customize_details .qunatity .emailInput,
.customize_details .material .emailInput,
.customize_details .color .emailInput,
.customize_details .size .emailInput,
.customize_details .whats_app .emailInput,
.customize_details .email .emailInput,
.customize_details .remark .emailInput {
  width: 340px;
  height: 30px;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.customize_details .qunatity .remarkTextarea,
.customize_details .material .remarkTextarea,
.customize_details .color .remarkTextarea,
.customize_details .size .remarkTextarea,
.customize_details .whats_app .remarkTextarea,
.customize_details .email .remarkTextarea,
.customize_details .remark .remarkTextarea {
  width: 340px;
  border: 1px solid #dedede;
  resize: vertical -moz-border-radius: 5px; /* Firefox */ -webkit-border-radius: 5px; /* Safari 和 Chrome */ border-radius: 5px;;
}
.customize_details .submit {
  display: flex;
  justify-content: center;
}
.customize_details .submit .submitBtn {
  width: 260px;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 40px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
}
