/* 主体色 */

/* 主按钮色 */

/* 

辅按钮色 

主颜色：rgb(161,36,52)
按钮交互颜色： #feb100

*/



/* 边框色 */
body{
  background: url(/resources/v1/img/body_bg_right.png) no-repeat fixed right 20%/30%,url(/resources/v1/img/body_bg_left.png) no-repeat fixed left 80%/30%; 
  background-color: #f5f5f5;
}
.bdCor_main{ border-color: rgb(161,36,52) !important; }


.bdRadius_default{ border-radius: 6px; }
.bdRadius_none{ border-radius: 0px; }

/* 默认颜色 */


/* 背景颜色 */
.bgCor_main{ background-color: rgb(161,36,52); }
.bgCor_default{ background-color: #f5f5f5; }
.bgCor_ff5{ background-color: #f5f5f5; }

/* 字体颜色 */
.ftCor_main{ color: rgb(161,36,52); }
.ftCor_fff{ color: #fff; }


/* allborder*/
.borderNone{border: none!important;}
.border_log{border: 1px solid #a12334;}
.border_ccc{border: 1px solid #ccc;}
.border_e8{border: 1px solid #e8e8e8;}
.border_218{border: 1px solid rgb(161,36,52)!important;}
.border_ff0{border: 1px solid #ff0000!important;}
.border_bottom{
  border-bottom: 7px solid rgb(161,36,52);
  -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .25) !important;
  -moz-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .25) !important;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .25) !important;
}
.border_c_218{border-color: rgb(161,36,52)!important;}

/* all background */
.bgCor_f0{background-color: #f0f0f0;}
.bgCor_f5{background-color: #f5f5f5;}
.bgCor_fff{background-color: #fff;}
.bgCor_eee{background-color: #eee !important;}
.bgCor_ccc{background-color: #ccc;}
.bgCor_log{background-color: #a12334;}
.bgCor_999{background-color: #999;}
.bgCor_333{background-color: #333;}
.bgCor_666{background-color: #666;}
.bgCor_bd8{background-color: #fffbd8;}
.bgCor_218{background-color: rgb(161,36,52);}
.bgCor_e3f{background-color: #e3f1fe;}
.bgCor_ff7{background-color: #ff7330;}
.bgCor_ff0{background-color: #ff0000 !important;;}
.bgCor_76c{background-color: #76c4ff;}
.bgCor_d5e{background-color: #D5E9FF;}

/* 悬停 蓝色按钮#2da1ff*/


/* 悬停 橙色按钮#ff8d30*/

/* all color */
.cor_fff{color: #fff;}
.cor_log{color: #a12334;}
.cor_333{color: #333;}
.cor_666{color: #666;}
.cor_999{color: #999;}
.cor_218{color: rgb(161,36,52);}
.cor_e3f{color: #e3f1fe;}
.cor_eee{color: #eee;}
.cor_ccc{color: #ccc;}
.cor_f5{color: #f5f5f5;}
.cor_ff7{color: #ff7300 !important;}
.cor_ff0{color: #ff0000 !important;}
.cor_76c{color: #76c4ff;}
.cor_green{color: #009900 !important}
.cor_red{color: #f24957 !important}
.letter_space{letter-spacing: 0.06em;}


.btn-218{ background-color: rgb(161,36,52) !important; }
.btn-primary{
  color: #fff;
  background-color: rgb(161,36,52);
  border-color: rgb(161,36,92);
}
.btn-primary:hover{
  
  background-color: #feb100;
  border-color: #feb100;
}

input:focus,
select:focus,
textarea:focus{
  border-color: #dd0000;
}

.deleteModal .modal-footer a:hover, .promptModal .modal-footer a:hover{
  background-color: #feb100;
}


.index_brand_new .index_section_content ul.index_brand_ul_new>li {
  margin-right: 20px;
  margin-bottom: 20px;
}

.index_brand_new .index_section_content ul.index_brand_ul_new>li:nth-of-type(6n){
  margin-right: 0px;
}

.index_brand_new .index_section_content ul.index_brand_ul_new>li>a {
  width: 182px;
  height: 180px;
  display: block;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #fff;
}


.index_brand_new .index_section_content ul.index_brand_ul_new>li>a>span {
  line-height: 180px;
  display: block;
  margin: 0 auto;
}

.index_brand_new .index_section_content ul.index_brand_ul_new>li>a>span>img {
  max-width: 160px;
}

.index_brand_new .index_section_content ul.index_brand_ul_new>li>a>.title_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: rgb(161,36,52);
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 0 0 6px 6px;
  display: none;
}

.index_brand_new .index_section_content ul.index_brand_ul_new>li>a:hover {
  border-color: rgb(161,36,52);
  z-index: 2
}

.index_brand_new .index_section_content ul.index_brand_ul_new>li>a:hover span.imgBox {
  line-height: 152px;
}

.index_brand_new .index_section_content ul.index_brand_ul_new>li>a:hover>.title_name {
  display: block;
}




.index_recommend_goods_new ul.recommend_goods_ul>li{
  margin-right: 13px;
  margin-bottom: 13px;
}

.index_recommend_goods_new ul.recommend_goods_ul>li:nth-of-type(6n){
  margin-right: 0px;
}

.index_recommend_goods_new ul.recommend_goods_ul>li>a{
  padding: 14px;
  display: block;
  height: 210px;
  width: 188px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 6px;
}

.index_recommend_goods_new ul.recommend_goods_ul>li>a .logoImg{
  max-height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.index_recommend_goods_new ul.recommend_goods_ul>li>a .iconSpan{
  width: 58px;
  position: absolute;
  bottom: 6px;
  left: 0;
  text-align: center;
  background: linear-gradient(to right, rgb(161, 36, 52), #ff0000);
  border-radius: 0 16px 16px 0;
  color: #fff;
  font-size: 12px;
  padding: 2px 0;
}

.index_recommend_goods_new ul.recommend_goods_ul>li>a .priceP{
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 4px;
  left: 14px;
  right: 14px;
  text-align: right;
  border-top: 1px solid #ddd;
}


.index_recommend_goods_new ul.recommend_goods_ul>li>a:hover {
  border-color: rgb(161,36,52);
  z-index: 2
}

.index_recommend_goods_new ul.recommend_goods_ul>li>a .goodsImg{
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 120px;
}

.index_recommend_goods_new ul.recommend_goods_ul>li>a:hover span>img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



