@charset "UTF-8";

/* 登录验证码部分 */
.send_button {
  cursor: pointer;
}
.captcha_code {
  display: none;
}

/* 留言验证码部分 */
.guest_code {
  height: 0.35rem;
}

/* 列表页商品项目 */
.products_list li dl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

/* 详情页图片间隔 */
.pd_intro p {
  font-size: 0; 
}


/* 取消了订单列表鼠标链接样式 */
.account_list li {
  cursor: auto;
}

/* 订单列表页点击查看详情 */
.account_list li dl.order_view {
  cursor: pointer;
}

/* 账户信息文本颜色 */
.fc_form_item dd input {
  color: #888; 
}
.fc_form_item dd textarea {
  color: #888;
}

/* 提交订单窗口商品图片高度 */
.dp_order_info dl dt img {
  height: auto;
}

/* 订单列表商品图高度 */
.account_list dl dt img {
  height: auto; 
}



/* 省市下拉列表样式 */
.location_sel h4 {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  height: 0.35rem;
  line-height: 0.35rem;
  padding-left: 0.1rem;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.location_sel h4 select {
  border-color: #000;
  background-color: #000;
  color: #fff;
  width: 1.2rem;
}

.location_sel h4 select option {
  background-color: #858585;
  color: #fff;
}

.location_sel h4.location_select select {
  border-color: #333;
  background-color: #333;
  color: #fff;
  width: 1.2rem;
}

.location_sel h4.location_select select option {
  background-color: #333;
  color: #fff;
}

/* 市场推广表单文字颜色 */
.join_form dl dd p {
  width: 2.79rem;
  position: relative;
  height: 0.35rem;
  line-height: 0.35rem;
  background-color: #333;
  padding: 0 0.1rem;
  box-sizing: border-box;
  overflow: hidden;
  color: white;
}
/* 订单支付方式提示语 */
#dp_order_prompt {
  font-size: 0.15rem;
  color: #c83945;
  text-align: center;
  display: none;
}
#dp_order_prompt.error {
  display: block;
}
/* 联系我们里的百度地图 */
.sub_map_box {
  height: 720px;
  overflow: hidden;
}
.contact_map {
  height: 800px;
}
.BMap_bubble_title {
  font-size: 16px;
  font-weight: bold;
  color: #c00;
  padding-bottom: 4px;
}
.BMap_bubble_content {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

/*==========以下部分是Validform必须的===========*/
.Validform_checktip {
  margin-left: 8px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
  display: none;
}
.Validform_right {
  color: #71b83d;
  padding-left: 20px;
  background: url(../img/right.png) no-repeat left center;
}
.Validform_wrong {
  color: red;
  padding-left: 20px;
  white-space: nowrap;
  background: url(../img/error.png) no-repeat left center;
}
.Validform_loading {
  padding-left: 20px;
  background: url(../img/onLoad.gif) no-repeat left center;
}
.Validform_error {
  /* background-color:#ffe7e7; */
}

@media screen and (max-width: 768px) {
  .location_sel h4 select {
    width: auto;
  }

  .location_sel h4 {
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.1284rem;
  }
}

/* 账户信息验证提示 */
@media screen and (max-width: 768px) {
  .fc_form .fc_form_item .label_error{
    padding: 0 0 0 0;
    display: none;
  }
}
.fc_form .fc_form_item .label_error{
  display: none;
}
