/********banner_below_container***************/

.banner_below_container {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.banner_below_container .banner_below_row .inner_box {
  background: white;
  padding: 12px 0 0 20px;
  position: relative;
}

.banner_below_container .mall_subtitle {
  position: relative;
}

.mall_subtitle .icon-vip,.goods_recommend_box .mall_subtitle .icon-tuijian{
  font-size: 20px;
}
.banner_below_container .mall_subtitle span {
  display: inline-block;
  height: 1px;
  width: calc(100% - 220px);
  background: #ccc;
  position: absolute;
  top: 50%;
  right: 20px;
}

.banner_below_container .container_fluid {
  overflow: hidden;
}

.banner_below_container .banner_below_row .inner_box .banner_below_list li {
  float: left;
  width: calc(25% - 10px);
  text-align: center;
  padding: 30px 0;
}

.banner_below_container .banner_below_list li:hover .img_box img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.banner_below_container .banner_below_list li .img_box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 10px;
}

.banner_below_container .banner_below_list li .img_box img {
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  -webkit-transition: 0.36s;
  transition: 0.36s;
}

.banner_below_container .banner_below_row .inner_box .price_box, .banner_below_container .banner_below_row .inner_box .brand_name {
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: calc(2em + 15px);
}
/*************************goods_live_section*****************************/
.goods_live_section .goods_live_box {
  margin-top: 15px;
}
.goods_live_section .goods_live_box .container_fluid {
  background: white;
  padding: 15px;

}
.goods_live_box .mall_subtitle {
  display: flex;
  align-items: center;
}
.goods_live_box .mall_subtitle .title_text {
  font-size: 20px;
  line-height: 30px;
  color: #FC614B;
}
.goods_live_box .mall_subtitle .iconfont {
  font-size: 30px;
  color: #FC614B;
  line-height: 34px;
}
.goods_live_box .mall_subtitle span {
  display: block;
  flex: 1;
  height: 1px;
  background: #ccc;
  margin-left: 15px;
}
.goods_live_box .live_list_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.goods_live_box .live_list_box .live_item_box {
  width: calc(20% - 22px);
  margin-bottom: 15px;
}
.goods_live_box .live_item_box{
  margin-right: 22px;
}
.goods_live_box .live_item_box:nth-of-type(5n) {
  margin-right: unset;
}
.goods_live_box .live_item_box .live_banner_box {
  width: 100%;
  padding-top: 56%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.56s;
  background: black;
}
.goods_live_box .live_item_box .live_banner_box:hover {
  transform: translateY(1px);
  box-shadow:  0 4px 8px rgba(0, 0, 0, .2), 0 0 12px rgba(0, 0, 0, .2);
}
.goods_live_box .live_banner_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.goods_live_box .live_item_box .live_title_box {
  height: 70px;
  display: flex;
  align-items: center;
}
.goods_live_box .live_title_box .icon_box {
  width: 16.13%;
  padding-top: 16.13%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: white;
  margin-right: 15px;
}
.goods_live_box .icon_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.goods_live_box .live_title_box .text_box {
  flex: 1;
}
.goods_live_box .text_box .name{
  font-size: 12px;
  color: #AAAAAA;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: calc(1em + 5px);
}
.goods_live_box .text_box .main_text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: calc(1em + 10px);

}
/*************************goods_show_section*****************************/

.goods_show_section .goods_main_box {
  padding-bottom: 30px;
}

.goods_show_section .goods_main_box .goods_show_row {
  height: 360px;
}

.goods_show_section .goods_main_box .goods_show_row>a {
  display: block;
  height: 100%;
}

.goods_show_section .goods_main_box .goods_show_row .first_box {
  height: 100%;
  color: white;
  padding: 26px;
  position: relative;
  background: #eee;
}
.goods_show_section .first_box .bg_box{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.goods_show_section .goods_main_box .container_fluid {
  background: white;
}

.goods_show_section .goods_main_box .goods_show_row .first_box .mall_subtitle {
  font-size: 26px;
  z-index: 2;
  position: relative;
}

.goods_show_section .goods_main_box .goods_show_row .first_box .mall_p_desp {
  width: 60%;
  position: absolute;
  top: 30%;
  line-height: 30px;
  z-index: 2;
}

.goods_show_section .goods_main_box .goods_show_row .first_box .btn_view_more {
  top: 70%;
  position: absolute;
  width: 120px;
  height: 30px;
  background: white;
  color: #88B1DF;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  z-index: 2;
}

.goods_show_section .goods_main_box .goods_show_row .goods_show_list {
  height: 100%;
}

.goods_show_section .goods_main_box .goods_show_row .goods_list_row li {
  height: 360px;
}

.goods_show_section .goods_main_box .goods_show_list .goodsAlink {
  padding: 10px 0;
}

.goods_show_section .goods_main_box .goods_show_list .link_2 {
  height: 50%;
  display: block;
  border-right: 1px solid #F2F3F7;
  position: relative;
}

.goods_show_section .goods_main_box .goods_show_list .link_1 {
  height: 100%;
  display: block;
  border-right: 1px solid #F2F3F7;
  position: relative;
}

.goods_show_section .goods_main_box .goods_show_list .goods_list_title {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: calc(1em + 10px);
}

.goods_show_section .goods_show_list .link_2 .img_box {
  width: 40%;
  padding-top: 40%;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.goods_show_section .goods_show_list .link_2 .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.36s;
  transition: 0.36s;
  -o-object-fit: contain;
  object-fit: contain;
}

.goods_show_section .goods_show_list .link_2 .img_box img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.goods_show_section .goods_show_list .link_1 .img_box {
  width: 100%;
  padding-top: 100%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.goods_show_section .goods_show_list .link_1 .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.36s;
  transition: 0.36s;
  -o-object-fit: contain;
  object-fit: contain;
}

.goods_show_section .goods_show_list .link_1 .img_box img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

/**********************goods_recommend_box**********************/

.goods_recommend_box .mall_subtitle {
  position: relative;
}

.goods_recommend_box .mall_subtitle span {
  display: inline-block;
  height: 1px;
  width: calc(100% - 180px);
  background: #ccc;
  position: absolute;
  top: 50%;
  right: 20px;
}

.goods_recommend_box .container_fluid {
  background: white;
  padding: 28px;
}

.goods_recommend_box .container_fluid .tab_list {
  margin-bottom: 5px;
  width: 100%;
  text-align: right;
}

.goods_recommend_box .goods_recommend_row .goods_item {
  position: relative;
}

.goods_recommend_box .tab_list span {
  margin-left: 8px;
}

.goods_recommend_box .tab_list span .active {
  color: #FFA800;
}

.goods_recommend_box .tab_list i {
  margin-left: 40px;
  font-style: normal;
}

.goods_recommend_box .tab_list i a{
  font-size: 14px;
}

.goods_recommend_box .goods_recommend_row .img_box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 30px;
}

.goods_recommend_box .goods_recommend_row .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.36s;
  transition: 0.36s;
}

.goods_recommend_box .goods_recommend_row .goods_item:hover .img_box img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.recommends_text_ellipsis {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: calc(2em + 16px);
}

.goods_recommend_box .goods_recommend_row .price_box {
  text-align: left;
  font-size: 18px;
  color: #666;
  margin-top: 20px;
}

.goods_recommend_box .goods_recommend_row .price_box span {
  color: #FC614B;
  padding-left: 1em;
}

/***********************goods_deals_section***************/

.goods_deals_box {
  margin-top: 30px;
}

.goods_deals_box .mall_subtitle {
  position: relative;
}

.goods_deals_box .mall_subtitle span {
  display: inline-block;
  height: 1px;
  width: calc(100% - 130px);
  background: #ccc;
  position: absolute;
  top: 50%;
  right: 20px;
}

.goods_deals_box .goods_deals_row .inner_box {
  background: white;
  padding: 26px;
  padding-bottom: 30px;
}

.goods_deals_box .goods_deals_row .inner_box .goods_discounts_box {
  height: 230px;
  padding-top: 30px;
  background: url(/public/images/mall/static/goods_discount_bg.png)50% 0/130% no-repeat;
  border-radius: 10px;
  position: relative;
}

.goods_deals_box .goods_discounts_box .see_more {
  position: absolute;
  bottom: -10px;
  text-align: center;
  width: calc(100% - 30px);
}

.goods_deals_box .goods_discounts_box .off_msg {
  color: #FA6E46;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.goods_deals_box .goods_discounts_box .more_btn {
  padding: 5px 12px;
  background: #FA6E46;
  display: inline-block;
  color: white;
  border-radius: 16px;
}

.goods_deals_box .goods_deals_row .inner_box .ends_time {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.goods_deals_box .goods_deals_row .inner_box .ends_time span {
  margin: 10px 5px 0 5px;
  display: inline-block;
}

.goods_deals_box .goods_deals_row .inner_box .col-lg-4 {
  position: relative;
}

.goods_deals_box .goods_deals_row .img_box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 20px;
}

.goods_deals_box .goods_deals_row .price_box {
  text-align: left;
  padding-left: 20px;
}

.goods_deals_box .goods_deals_row .price_box .discount_price {
  color: #FC614B;
  font-size: 22px;
  padding-bottom: 10px;
}

.goods_deals_box .goods_deals_row .price_box .origin_price {
  text-decoration: line-through;
}

.goods_deals_box .goods_deals_row .price_box .discount_precent {
  text-decoration: none;
  background: #FF9D67;
  padding: 2px 5px;
  border-radius: 10px;
  color: white;
  margin-left: 10px;
}

.goods_deals_box .goods_deals_row .img_box img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: 0.36s;
  transition: 0.36s;
}

.goods_deals_box .goods_deals_row .goods_deals_item:hover .img_box img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

/******************goods_quotesForm_section***********/

.goods_quotesForm_section {
  margin-top: 30px;
}

.goods_quotesForm_box .container_fluid {
  background: url(/public/images/mall/static/goods_form_bg.png)50% 50%/cover no-repeat;
}

.goods_quotesForm_box .goods_quotesForm_row {
  padding: 40px 0;
}

.goods_quotesForm_box .goods_quotesForm_row .goods_form_box {
  padding: 0 140px 0 50px;
}

.goods_quotesForm_box .goods_quotesForm_row .goods_form_box p {
  height: 40px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.goods_quotesForm_box .goods_quotesForm_row .goods_form_box p+p {
  margin-top: 20px;
}

.goods_quotesForm_box .goods_form_box p input {
  height: 100%;
  width: calc(50% - 18px);
  border-radius: 5px;
}

.goods_quotesForm_box .goods_form_box p input+input {
  margin-left: 30px;
}

.goods_quotesForm_box .goods_form_box p>* {
  border: 1px solid #CCCCCC;
  outline: none;
  text-indent: 1.5em;
}

.goods_quotesForm_box .goods_form_box p select {
  height: 40px;
  margin-left: 30px;
  width: calc(50% - 18px);
  border-radius: 5px;
}

.goods_quotesForm_box .goods_form_box p button {
  height: 40px;
  width: calc(50% - 18px);
  border: none;
  background: #FFA800;
  text-align: center;
  line-height: 40px;
  color: white;
  border-radius: 5px;
  text-indent: 0%;
  font-size: 14px;
}

.goods_quotesForm_box .goods_quotesForm_inner .title_box {
  font-size: 30px;
  color: #FFA800;
  font-weight: bold;
  padding: 18px 0;
}

.goods_quotesForm_box .goods_quotesForm_inner .txt_box {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.goods_quotesForm_box .goods_quotesForm_inner .resources_p {
  font-size: 30px;
}

/**********************goods_bottom_section******************/

.goods_bottom_box {
  margin-top: 30px;
}

.goods_bottom_box .mall_subtitle {
  position: relative;
}

.goods_bottom_box .mall_subtitle span {
  display: inline-block;
  height: 1px;
  width: calc(100% - 390px);
  background: #ccc;
  position: absolute;
  top: 50%;
  right: 18%;
}

.goods_bottom_box .container_fluid .inner_box {
  background: white;
  padding: 26px;
  position: relative;
}

.goods_bottom_box .goods_bottom_txt {
  width: 62%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: calc(2em + 13px);
}

.goods_bottom_box .img_bg_box {
  position: absolute;
  width: 20%;
  padding-top: 20%;
  right: 0;
  top: 0;
}

.goods_bottom_box .img_bg_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.goods_bottom_box .inner_box .mall_subtitle {
  margin-bottom: 30px;
}

.goods_bottom_box .inner_box .inner_container .content_box {
  background: #F5F5F5;
  padding-top: 20px;
  padding: 30px 20px;
}

.goods_bottom_box .inner_container .content_box .goods_title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}

.goods_bottom_box .content_box .col-lg-4 {
  position: relative;
}

.goods_bottom_box .content_box .img_box {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.goods_bottom_box .content_box .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.36s;
  transition: 0.36s;
}

.goods_bottom_box .content_box .img_box img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

/*******************goods_hotbrand_section**********/

.goods_hotbrand_box {
  margin-top: 30px;
}

.goods_hotbrand_box .mall_subtitle {
  position: relative;
}

.goods_hotbrand_box .mall_subtitle span {
  display: inline-block;
  height: 1px;
  width: calc(100% - 180px);
  background: #ccc;
  position: absolute;
  top: 50%;
  right: 20px;
}

.goods_hotbrand_box .container_fluid {
  background: white;
  padding: 28px;
}

.goods_hotbrand_box .container_fluid .tab_list {
  margin-bottom: 30px;
  width: 100%;
  text-align: right;
}

.goods_hotbrand_box .tab_list span {
  margin-left: 8px;
}

.goods_hotbrand_box .tab_list span .active {
  color: #FFA800;
}

.goods_hotbrand_box .tab_list i {
  margin-left: 40px;
  font-style: normal;
  font-weight: bold;
}

.goods_hotbrand_box .left_box .inner_box {
  width: 100%;
  position: relative;
}

.goods_hotbrand_box .left_box .inner_box .img_top_box {
  width: 100%;
  padding-top: 37.5%;
  position: relative;
}

.goods_hotbrand_box .left_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* -o-object-fit: cover; */
  -o-object-fit: contain;
     object-fit: contain;
}

.goods_hotbrand_box .left_box .inner_box .img_bottom_box {
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}

.goods_hotbrand_box .middle_box .img_box {
  width: 100%;
  padding-top: 52.552%;
  position: relative;
}

.goods_hotbrand_box .middle_box .icon_list {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.goods_hotbrand_box .middle_box .col-lg-4 {
  padding: 0;
}

.goods_hotbrand_box .middle_box .icon_list li {
  padding: 0;
}

.goods_hotbrand_box .middle_box .img_box {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.goods_hotbrand_box .middle_box .img_box img {
  width: 90%;
  height: 90%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* -o-object-fit: cover; */
  -o-object-fit: contain;
     object-fit: contain;
}

.goods_hotbrand_box .right_box .img_bottom_box {
  width: 100%;
  padding-top: 37.5%;
  position: relative;
}

.goods_hotbrand_box .right_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* -o-object-fit: cover; */
  -o-object-fit: contain;
     object-fit: contain;
}

.goods_hotbrand_box .right_box .img_top_box {
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
/*vrSection*/
.vr_section {
  margin-top: 15px;
}
.vr_section .vr_img_box{
  width: 100%;
  padding-top: 12.5%;
  position: relative;
}
.vr_section .vr_img_box img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}
