.banner_wrap {
  width: 100%;
}

.about_wrap {
  margin-top: 30px
}

.link_wrap {
  font-size: 14px;
  color: #969696;
}

.link_wrap span {
  margin: 0 6px;
}

.link_wrap a {
  color: #969696;
}

.about_cont {
  padding: 70px 20px 130px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_img {
  width: 530px;
}

.about_text {
  width: calc(100% - 560px);
}

.statement_cont {
  width: 100%;
}

.statement_cont .about_text {
  width: 100%;
}

.about_text_p1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
}

.about_text_p2 {
  font-size: 16px;
  margin-top: 5px;
  line-height: 32px;
  color: #646464;
}

.product_wrap {
  margin-top: 30px;
}

.product_cont {
  padding: 50px 20px 100px;
}

.cont_tit {
  font-size: 35px;
  line-height: 36px;
  color: #ff0000;
  border-left: 5px solid #ff0000;
  padding-left: 8px;
}

.cont_hint {
  font-size: 16px;
  line-height: 22px;
  padding: 20px 0;
  color: #646464;
}

.cont_screen {
  width: 100%;
  background: #f4f4f4;
  height: 54px;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0 10px;
  box-sizing: border-box;
}

.cont_screen select {
  height: 32px;
  padding-left: 8px;
  width: 165px;
}

.product_list {
  margin-top: 10px;
  box-sizing: border-box;
}

.product_list_com {
  padding: 48px 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c8c8c8;
}

.product_list_com:last-of-type {
  border-bottom: none;
}

.list_com_img {
  background: #f4f4f4;
  overflow: hidden;
  width: 260px;
  height: 260px;
}

.list_com_info {
  width: calc(100% - 290px);
  min-height: 260px;
  padding-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}

.com_info_p1 {
  font-size: 28px;
  color: #000000;
}

.com_info_p2 {
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  margin-top: 20px;
}

.com_info_btm {

  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.info_btm_left {}

.btm_left_pdf {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pdf_com {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.btm_left_img {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.btm_left_img img {
  width: 22px;
}

.info_btm_right {
  width: 144px;
  height: 34px;
  text-align: center;
  background-color: #c80000;
  border-radius: 17px;
  cursor: pointer;
  font-size: 16px;
  line-height: 34px;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.contact_wrap {
  margin-top: 30px;
}

.contact_cont {
  padding: 50px 20px 100px;
}

.contact_form {
  width: 100%;
  padding: 40px 205px 35px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 0px rgba(2, 2, 2, 0.1);
}

.form_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form_item_com {
  width: calc(50% - 16px);
}

.item_tit {
  font-size: 16px;
  color: #646464;
  margin-bottom: 8px;
}

.item_input {
  width: 100%;
  height: 45px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 16px;
  box-sizing: border-box;
  margin-top: 10px;
}

.form_item_comW {
  width: 100%;
}

.item_textarea {
  height: 191px;
  border-radius: 5px;
  padding: 10px;
  border: solid 1px #cccccc;
  width: 100%;
}

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

.code_left {
  display: flex;
  gap: 10px;
  align-items: center;
}

.code_left img {
  width: 95px;
}

.code_input {
  width: 300px;
  height: 30px;
}

.code_btn {
  width: 174px;
  height: 49px;
  text-align: center;
  background-color: #c80000;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  line-height: 49px;
  color: #ffffff;
}

.contact_way {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.way_com {
  width: calc(50% - 18px);
}

.cont_tit24 {
  font-size: 24px;
  line-height: 26px;
}

.way_com_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.way_com_left {
  width: calc(100% - 276px);
}

.com_left_box {
  display: flex;
  gap: 6px;
  margin-top: 5px;
}

.com_left_box img {
  width: 20px;
  height: 20px;
}

.way_com_right {
  width: 260px;
  overflow: hidden;
  height: 260px;
}

.com_left_text .text_p1 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #e63a27;
}

.com_left_text .text_p2 {
  font-size: 16px;
  color: #000000;
  margin-top: 4px;
}

.order_form {
  width: 100%;
  box-shadow: 0px 0px 8px 0px rgba(2, 2, 2, 0.1);
  padding: 50px 120px;
  box-sizing: border-box;
}

.order_form_item {
  justify-content: flex-start;
}

.order_form_item .form_item_com {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
}

.order_form_item .item_tit {
  width: 120px;
  text-align: right;
  margin-bottom: 0;
}

.order_form_item select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 45px;
  background-image: linear-gradient(#f5f5f5,
      #f5f5f5),
    linear-gradient(#ffffff,
      #ffffff);
  box-shadow: inset -2px 2px 6px 0px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  width: 218px;
  padding: 0 8px;
  font-size: 16px;
  box-sizing: border-box;
  border: solid 1px #cccccc;
  position: relative;
}

.order_form_item select {
  background: url(../images/down2.png) no-repeat 96% center;
  background-size: 10px;
}

.order_form_item1 select {
  width: 470px;
}

.order_form_item1 {
  justify-content: flex-start;
  gap: 20px;
}

.order_table {
  margin-top: 30pxx;
}

.table_th {
  border-top: dashed 1px #bebebe;
  border-bottom: dashed 1px #bebebe;
}

.table_tr {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 16px;
  color: #646464;
  padding: 0 10px;
}

.table_com1 {
  width: 12%;
}

.table_com2 {
  width: 68%;
}

.table_com3 {
  width: 12%;
}

.table_com4 {
  width: 8%;
  text-align: center;
}

.table_com4 img {
  cursor: pointer;
}

.table_tr {
  margin-top: 5px;
}

.table_com_input {
  width: 100%;
  height: 30px;
  background-image: linear-gradient(#f5f5f5,
      #f5f5f5),
    linear-gradient(#ffffff,
      #ffffff);
  background-blend-mode: normal,
    normal;
  box-shadow: inset -2px 2px 6px 0px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  border: solid 1px #cccccc;
}

.order_photo {
  margin-top: 50px;
}

.photo_update {
  display: flex;
  align-items: center;
  gap: 20px;
}

.photo_update_icon {
  position: relative;
  width: 69px;
  height: 69px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #bebebe;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.photo_update_icon img {
  width: 24px;
  height: 24px;
}

.file_input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  cursor: pointer;
}

.photo_update_text {
  flex: 1;
}

.update_text_p1 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
}

.update_text_p2 {
  font-size: 16px;
  color: #646464;
  margin-top: 6px;
}

.photo_list {
  margin-top: 20px;
}

.photo_list_com {
  display: flex;
  align-items: center;
  gap: 0 32px;
  margin-bottom: 10px;
}

.photo_list_delete {
  cursor: pointer;
}

.photo_list_img {
  width: 118px;
  height: 80px;
  overflow: hidden;
}

.photo_list_img img {
  width: 100%;
}

.photo_list_input {
  display: flex;
  gap: 0 20px;
  align-items: center;
}

.photo_list_input .com_input {
  width: 136px;
  height: 30px;
  background-image: linear-gradient(#f5f5f5,
      #f5f5f5),
    linear-gradient(#ffffff,
      #ffffff);
  box-shadow: inset -2px 2px 6px 0px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  border: solid 1px #cccccc;
}

.photo_update_card {
  width: 245px;
  padding: 4px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  position: relative;
  margin-top: 20px;
}

.card_delete {
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
  width: 20px;
}

.order_form_itemW {
  margin-top: 25px;
}

.order_form_itemW .form_item_com {
  width: 100%;
}

.order_form_item .item_textarea {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .banner_wrap.phone_show {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 2.9rem;
  }

  .code_input {
    width: auto;
    flex: 1;
  }

  .banner_wrap img {
    height: 100%;
    max-width: fit-content;
  }

  .about_wrap,
  .contact_wrap {
    margin-top: 0.4rem;
  }

  .link_wrap {
    font-size: 0.27rem;
    padding: 0 0.5rem;
  }

  .about_cont,
  .product_cont,
  .contact_cont {
    padding: 0.6rem 0.35rem;
    box-sizing: border-box;
    display: block;
  }

  .about_img {
    width: 100%;
  }

  .about_text {
    width: 100%;
  }

  .about_text_p1 .p1 {
    font-weight: 600;
    font-size: 0.54rem;
  }

  .about_text_p1 .p2 {
    font-weight: 600;
    font-size: 0.4rem;
  }

  .about_text_p2 {
    font-size: 0.32rem;
  }

  .cont_tit {
    font-size: 0.5rem;
    line-height: 0.6rem;
  }

  .cont_hint {
    font-size: 0.36rem;
    line-height: 0.5rem;
    padding: 0.4rem 0;
  }

  .product_list_com {
    display: block;
    overflow: hidden;
    padding: 0.4rem 0.2rem;
  }

  .list_com_img {
    width: 100%;
    height: 6rem;
  }

  .list_com_info {
    width: 100%;
    margin-top: 0.6rem;
    min-height: auto;
    height: auto;
    padding-bottom: 0.2rem;
  }

  .com_info_p1 {
    font-size: 0.54rem;
  }

  .com_info_p2 {
    margin-top: 0.4rem;
    line-height: 0.5rem;
    font-size: 0.3rem;
  }

  .com_info_btm {
    margin-top: 0.5rem;
    display: block;
    position: initial;
  }

  .btm_left_pdf {
    justify-content: space-between;
  }

  .info_btm_right {
    margin-top: 0.6rem;
    float: right;
    font-size: 0.35rem;
    width: 3.2rem;
    border-radius: 0.38rem;
    height: 0.76rem;
    position: inherit;

  }

  .pdf_com {
    width: 100%;
    margin-bottom: 0.1rem;
  }

  .pdf_com p {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .order_form {
    padding: 0.2rem 0.1rem;
    background: none;
    box-shadow: none;
  }

  .form_item {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .order_form_item .form_item_com {
    width: 100%;
    display: block;
    line-height: 0;
  }

  .order_form_item1 select,
  .order_form_item select {
    width: 100%;
    font-size: 0.3rem;
    margin-bottom: 0.24rem;
  }

  .code_btn {
    margin: 0 auto;
    margin-top: 0.5rem;
    width: 3.1rem;
    height: 0.9rem;
    line-height: 0.9rem;
  }

  .order_table {
    margin-top: 1rem;
  }

  .table_com_input {
    width: 100%;
  }

  .update_text_p1 {
    font-size: 0.4rem;
  }

  .update_text_p2 {
    font-size: 0.27rem;
  }

  .photo_list_img {
    width: 1.9rem;
    height: 1.3rem;
  }

  .photo_list_input {
    font-size: 0.3rem;
  }

  .photo_list_input {
    gap: 0 0.2rem;
  }

  .photo_list_input .com_input {
    width: 1.8rem;
  }

  .item_textarea {
    padding: 0.1rem;
    box-sizing: border-box;
  }

  .card_img {
    width: 100%;
  }

  .photo_update_card {
    width: 100%;
    height: 4.25rem;
  }

  .contact_form {
    padding: 0.2rem 0.1rem;
    background: none;
    box-shadow: none;
  }

  .form_item_com {
    width: 100%;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
  }

  .item_tit {
    margin-bottom: 0;
  }

  .item_input {
    margin-top: 0;
  }

  .contact_way {
    display: block;
    margin-top: 0;
  }

  .way_com {
    margin-top: 0.7rem;
  }

  .item_code {
    display: block;
  }

  .way_com,
  .way_com_left {
    width: 100%;
  }

  .way_com_box {
    display: block;
    margin-top: 0.4rem;
  }

  .way_com_right {
    width: 100%;
    margin-top: 0.36rem;
    height: auto;
  }

  .way_com_right img {
    width: 100%;
  }

  .cont_screen {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.2rem;
    height: auto;
    padding: 0.2rem;
  }

  .cont_screen select {
    width: 47%;
  }

  .table_com2 {
    padding: 0.1rem 0;
    width: 52%;
  }

  .table_com3 {
    width: 18%;
  }
  .table_com4{
    width: 17%;
    
  }
}