html {
  background-color: #fff;
}
.main__container {
  background-image: url(../../../resource/images/market/success_apply.png);
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.main__container .form-cont{
  width: 1000px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 100px;
}
.page__header *{
  font-size: 16px;
}
.color0099ff {
  color: #0099ff;
}

.contact__page .err {
  color: red !important;
  border-color: red !important;
}

.contact__page label.err {
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: 0;
}

.contact__page .title__cont_text {
  font-family: Source Han Sans CN;
  font-size: 28px;
  font-weight: 700;
  color: #151515;
  position: relative;
  padding-left: 20px;
}

.contact__page .title__cont_text::after {
  position: absolute;
  width: 5px;
  height: 100%;
  content: "";
  display: block;
  left: -10px;
  top: 0;
  background-color: #0099ff;
}

.market__form_cont {
  padding-left: 20px;
}

.market__form_item {
  display: flex;
  align-items: center;
  margin: 23px 0;
}
.market__form_item .market__form_label {
  width: 100px;
  text-align: right;
  padding-right: 10px;
}

.market__form_item .form__item_cont {
  position: relative;
}

.market__form_cont .market__form_input {
  width: 240px;
  height: 40px;
  border: solid 1px #d9d9d9;
  /* border-radius: 4px; */
  box-shadow: 0 0 1px 0 #d9d9d9;
  padding: 0 10px;
}

.market__form_cont .market__form_textarea {
  width: 700px;
  height: 100px;
  border: solid 1px #d9d9d9;
  /* border-radius: 4px; */
  box-shadow: 0 0 1px 0 #d9d9d9;
  padding: 10px 10px 20px;
  resize: none;
  position: relative;
}

.market__form_cont .textarea_tips {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #a5a5a5;
  font-size: 12px;
}

.market__form_cont .textareaItem {
  align-items: flex-start;
}

#marketForm .submit__btn {
  padding: 10px 30px;
  background: #0099ff;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
}
.justify__content_center {
  justify-content: center;
}

.market__form_cont .upload_btn {
  padding: 6px 26px;
  border: 1px solid #0099ff;
  border-radius: 4px;
  color: #0099ff;
  cursor: pointer;
}

.arcface__bottom_cont {
  line-height: 60px;
  /* position: fixed;
  bottom: 0; */
  background: #f5f5f5;
  font-size: 12px;
  height: 60px;
  width: 100%;
  text-align: center;
}

.success__apply {
  background-image: url(../../../resource/images/market/success_apply.png);
  height: calc(100vh - 150px);
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 150px;
}

.success__apply .main__cont {
  width: 320px;
  margin: 0 auto;
  text-align: center;
}

.success__apply .tips {
  color: #707070;
  font-size: 16px;
}

.form__submit_cont {
  text-align: left;
  font-size: 14px;
  color: #707070;
  margin-top: 28px;
}

.form__submit_cont .form_item {
  display: flex;
  margin: 5px 0;
}

.form__submit_cont .form_item .form_label {
  width: 80px;
}

.form__submit_cont .form_item .form_value {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-word;
  width: calc(100% - 80px);
}

.success__apply .back_index {
  cursor: pointer;
  padding: 10px 35px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-top: 30px;
  display: inline-block;
}

.color707070 {
  color: #707070;
}

.detail__container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 70px 0;
  padding-top: 130px;
  background-color: #fff;
  position: relative;
}

.page__container .img__cont_list .img__cont_main {
  width: 400px;
  height: 400px;
}

.page__container .img__cont_list .img__cont_main .product__main_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page__container .page__wrapper {
  margin-top: 20px;
  display: flex;
}

.page__container .page__wrapper .img__cont_list {
  display: flex;
}

.page__container .page__wrapper .img__cont_ul {
  margin-left: 20px;
  height: 400px;
  overflow: auto;
}

.page__container .page__wrapper .img__cont_ul ul {
  width: 64px;
}

.page__container .page__wrapper .img__cont_ul .product__compression {
  width: 64px;
  height: 64px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__container
  .page__wrapper
  .img__cont_ul
  .product__compression:not(:first-child) {
  margin-top: 20px;
}
.page__container .page__wrapper .img__cont_ul .product__compression_img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 0;
}

.product__main_desc .title__cont_text {
  position: relative;
  font-weight: 700;
  font-size: 20px;
}

.product__main_desc .title__cont_text::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 4px;
  background-color: #0099ff;
  top: 100%;
  left: 0;
}

.product__main_desc {
  margin-left: 35px;
  position: relative;
  width: 100%;
}

.product__main_desc .desc__cont {
  margin-top: 20px;
}

.product__main_desc .desc__cont .desc__text {
  font-size: 16px;
  word-break: break-word;
}

.product__main_desc .desc__bottom {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.product__main_desc .desc__bottom .bottom_right {
  margin-left: 20px;
}

.product__main_desc .desc__bottom .bottom_right .show_number {
  cursor: pointer;
}
.product__main_desc .desc__bottom .bottom_right .contact-supplier{
  width: 126px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 2px;
  border: solid 1px #0099ff;
  line-height: 30px;
  text-align: center;
  color: #0099ff;
  cursor: pointer;
  margin-top: 14px;
  font-size: 14px;
}
.product__main_desc .desc__bottom .bottom_right .isContactSupplier{
  width: 126px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 2px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin-top: 14px;
  font-size: 14px;
  border: solid 1px #d9d9d9;
  color: #707070;
  display: none;
  pointer-events: none;
}
.product__main_desc .desc__bottom .bottom_right .phone_num {
  display: none;
}

.product__main_desc .desc__bottom .product__logo_img {
  /* width: 186px; */
  height: 64px;
}

.product__main_desc .desc__bottom .product__logo_img .logo_img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}

.product__main_desc .desc__bottom .bottom_right .hongruankeji {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}

.market__tabs {
  margin-top: 25px;
}

.market__tabs .market__tabs_header {
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}

.market__tabs .market__tabs_header .market__tabs_nav {
  border: 1px solid #d9d9d9;
  border-bottom: none;
  float: left;
}

.market__tabs .market__tabs_header .market__tabs_nav .market__tabs_item {
  display: inline-block;
  line-height: 40px;
  border-left: 1px solid #d9d9d9;
  padding: 0 20px;
  float: left;
  cursor: pointer;
  outline: none;
}

.market__tabs
  .market__tabs_header
  .market__tabs_nav
  .market__tabs_item:first-child {
  border-left: none;
}

.market__tabs
  .market__tabs_header
  .market__tabs_nav
  .market__tabs_item.is_active {
  background-color: #0099ff;
  color: #fff;
}

.market__tabs .market__tabs_panes .tabs__pane_title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-left: 20px;
  margin-top: 25px;
}

.market__tabs .market__tabs_panes .tabs__pane_title::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 80%;
  background-color: #0099ff;
  left: -15px;
  top: 10%;
}

.market__tabs .market__tabs_panes .market__tab_pane {
  min-height: 200px;
}

.no_login_cont {
  height: 250px;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0%,
    #ffffff 60%,
    #ffffff 100%
  );
  position: absolute;
  bottom: 0;
  text-align: center;
  position: absolute;
  left: 0;
}

.no_login_cont .login_btn {
  padding: 0 20px;
  background-color: #0099ff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  margin-top: 10px;
  line-height: 30px;
}

.active_compression {
  border: 1px solid #080ac1;
}

.product__page .wechat-code-cont {
  /* display: none; */
}

.market__back_top {
  background-color: #0099ff;
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 0 10px 0 #eeeeee;
}

.market__tabs .markdown_views {
  margin-left: 20px;
  margin-top: 20px;
}

.market__tabs .tab_pane_cont {
  margin-left: 20px;
  margin-top: 20px;
}

.resouce_down_link {
  color: #0099ff;
}

.resouce_down_link:hover {
  text-decoration: underline;
}
/* 申请联系方式 */
.contactSupplier-modal{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  top: 0;
  z-index: 9999;
  display: none;
}
.contactSupplier-modal-cont{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 336px;
	background-color: #ffffff;
  border-radius: 2px;
  padding: 16px 24px;
  position: relative;
}
.contactSupplier-modal-cont .modal-title{
  font-size: 16px;
	line-height: 16px;
  color: #151515;
  border-left: 4px solid #bf0000;
  padding-left: 16px;
  font-weight: 700;
}
.contactSupplier-modal-cont .modal-text{
  font-size: 14px;
	line-height: 46px;
  color: #707070;
  padding-left: 21px;
}
.contactSupplier-modal-cont .close{
  position: absolute;
  top: 16px;
  right: 24px;
  cursor: pointer;
  font-size: 12px;
  color: #a5a5a5;
}
.contactSupplier-modal-cont .input-cont{
  padding: 16px 24px;
  background-color: rgba(240,240,240,.5);
}
.contactSupplier-modal-cont .input-cont .item{
  font-size: 0;
}
.contactSupplier-modal-cont .input-cont .item + .item{
  margin-top: 16px;
}
.contactSupplier-modal-cont .input-cont .item .label{
  display: inline-block;
  width: 56px;
  text-align: left;
  line-height: 32px;
  color: #707070;
  font-size: 12px;
  vertical-align: top;
}
.contactSupplier-modal-cont .input-cont .item .input-item{
  display: inline-block;
  width: calc(100% - 56px);
  position: relative;
}
.contactSupplier-modal-cont .input-cont .item .input-item > input,
.contactSupplier-modal-cont .input-cont .item .input-item > select,
.contactSupplier-modal-cont .input-cont .item .input-item > textarea{
  background-color: #ffffff;
	border-radius: 2px;
  border: solid 1px #d9d9d9;
  padding-left: 16px;
}
.contactSupplier-modal-cont .input-cont .item .input-item > input{
  width: calc(100% - 18px);
	height: 30px;
}
.contactSupplier-modal-cont .input-cont .item .input-item > select{
  width: 100%;
	height: 32px;
}
.contactSupplier-modal-cont .input-cont .item .input-item > textarea{
  width: calc(100% - 34px);
  height: 78px;
  resize: none;
  padding: 10px 16px;
}
.contactSupplier-modal-cont .contactSupplier-btn{
  width: 64px;
	height: 32px;
	background-color: #0099ff;
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  margin: 24px auto 8px auto;
}
.contactSupplier-modal-cont label.err{
  position: absolute;
  line-height: 16px;
  bottom: -16px;
  left: 0;
  font-size: 12px;
  color: #f28281;
  padding-left: 20px;
  background: url(../../../resource/images/error.png) left center no-repeat;
}

.contactSupplier-success-modal{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  top: 0;
  z-index: 9999;
  display: none;
}
.contactSupplier-success-modal-cont{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 214px;
	height: 102px;
	background-color: #ffffff;
  border-radius: 2px;
  padding: 25px 33px;
  position: relative;
}
.contactSupplier-success-modal-cont .title{
	font-size: 0;
	line-height: 24px;
	color: #151515;
}
.contactSupplier-success-modal-cont .title svg{
  font-size: 21px;
  vertical-align: middle;
  margin-right: 18px;
}
.contactSupplier-success-modal-cont .title span{
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  vertical-align: top;
}
.contactSupplier-success-modal-cont .text{
  font-size: 12px;
	line-height: 20px;
  color: #959595;
  margin-left: 39px;
}
.contactSupplier-success-modal-cont .ok{
  display: block;
  width: 80px;
	height: 32px;
	background-color: #0099ff;
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin: 24px auto 0 auto;
}
@media screen and (max-width: 500px) {
  .contact__page {
    width: 90%;
    padding-top: 80px;
  }

  .contact__page .market__form_cont {
    padding-left: 0;
  }

  .market__form_item .market__form_label {
    width: 75px;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .market__form_item .form__item_cont {
    position: relative;
    flex-grow: 1;
    margin-right: 20px;
  }
  .market__form_cont .market__form_input {
    width: 100%;
  }
  .market__form_cont .market__form_textarea {
    width: 100%;
  }

  .detail__container {
    width: 93%;
    padding: 0 10px 20px;
    padding-top: 130px;
  }

  .detail__container .page__wrapper {
    flex-wrap: wrap;
  }

  .page__container .page__wrapper .img__cont_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .page__container .img__cont_list .img__cont_main {
    width: 250px;
    height: 250px;
  }
  .page__container .page__wrapper .img__cont_ul {
    height: 250px;
    margin-left: 0;
  }
  .page__container .page__wrapper .img__cont_ul ul {
    width: 38px;
  }
  .page__container .page__wrapper .img__cont_ul .product__compression {
    width: 38px;
    height: 38px;
  }
  .product__main_desc {
    margin-left: 0;
    height: 220px;
    margin-top: 20px;
  }
  .market__tabs .market__tabs_header .market__tabs_nav .market__tabs_item {
    padding: 0 10px;
  }
}
