*{
    margin:0;
    padding:0;
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
ul,ol{
    list-style: none;  
}
a{
    text-decoration: none;
}
.container{
    width: 1280px;
    margin:auto;
    padding:0!important;
    min-width: 1280px;
}
body,html{ font-family: "Alibaba Sans";color:#333; min-width:1280px;}
input,textarea,button{
    outline: none;
    border:none;
}
.font-size-12{
    font-size:12px;
}
.mt16{
    margin-top:16px;
}
.color-999{color:#999!important}
.color-000{color:#000}
.bgf5f5f5{background-color: #f5f5f5}
.bgfff{
    background-color: #fff;
}
.flex-row{
    display:box;
    display:-webkit-box;
    display:-webkit-flex; 
    display:-moz-box; 
    display:-ms-flexbox; 
    display:flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row; 
    flex-direction:row;    
}
.flex-col{
    display:box;
    display:-webkit-box;
    display:-webkit-flex; 
    display:-moz-box; 
    display:-ms-flexbox; 
    display:flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column; 
    flex-direction:column;    
}
.flex-center{
    box-pack:center; 
    box-align:center; 
    -webkit-box-pack:center;
    -webkit-box-align:center;
    -moz-box-pack:center;
    -moz-box-align:center;
    -ms-flex-pack:center;
    -ms-flex-align:center;
}
.inline-block{
   display: inline-block;
}
.mt10{
    margin-top:10px;
}
.mr4{
    margin-right:4px;
}
.ml16{
    margin-left:16px;
}
/* css文字超过一行省略号 */
.ellipsis_1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* css文字超过两行省略�?*/
.ellipsis_2{
    letter-spacing: 0;
    overflow: hidden;
    /* display: -webkit-box; */
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* css文字超过三行省略�?*/
.ellipsis_3{
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
}
.page-list .location .title{
    height: 46px;
    line-height: 46px;
    width: 100%;
    background-color: #f5f5f5;
    padding:0 30px;
    box-sizing: border-box;
    font-size: 14px;
    color:#999;
}
.page-list .location .title span{
   color:#999;
}
.page-list .location .title  a{
    color:#f90;
    cursor: pointer;
}
/* .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
     background-color: #f90!important;
     border:1px solid #f90!important;
}
.paginationzone a{
    color:#333;
} */
/* #q_Msgbox{
    padding-left:0!important;
} */
.zeng_msgbox_layer_wrap{
    width: auto!important;
    padding-left: 50px;
    padding-right: 5px;
}
.zeng_msgbox_layer .gtl_ico_loading{
    margin: 19px 10px 0 -31px!important;
}
#q_Msgbox{
    background-color: #ffff;
    border-radius: 5px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border:1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    left:50%;
    margin-left:-100px;
    width:200px;
 }
.disable{
    color:#999!important;
    cursor: not-allowed!important;
}
.disable:hover{
    background-color:#fff!important;
}
.fr{
    float:right;
}
.ti10{
    text-indent: 10px;
}
.ti20{
    text-indent: 20px;
}
.f-bold{
    font-weight: bold;
}
.jieti-box{
    height: auto!important;
    width: auto!important;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.cart-dialog .content{
    margin-bottom:18px;
}
.color-red{
    color:#cd2121;
}
.cart-dialog{
    position: absolute;
    width: 210px;
	background-color: #fefefe;
	box-shadow: 0px 4px 20px 0px 
		rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display:none; 
    z-index:99;
}
.cart-dialog .title{
    width:100%;
	height: 40px;
    background-color: #ff9900;
	font-family: Alibaba Sans;
	font-size: 18px;
    color: #fefefe;
    position: relative;
    padding:0 15px;
    box-sizing: border-box;
    line-height: 40px;
    border-radius: 5px 5px 0px 0;
}
.page-contaier{
    margin-bottom:0px;
 }
 .page-contaier li:nth-child(1){
     border-radius: 4px 0 0 4px;
     padding-left:10px;
 }
 .page-contaier .last{
     border-radius: 0px 4px 4px  0px;
     border-right:1px solid #e5e5e5;
 }
 .color-e5e5e5{
     background-color: #e5e5e5;
 }
 .page-contaier li:hover{
     /* background-color: #f90;
     color:#fff;
     cursor: pointer; */
 }
 .active-page{
     background-color: #f90!important;
     color:#fff;
     border-top:1px solid #f90!important;
     border-bottom:1px solid #f90!important;
 }
 .page-contaier ul{letter-spacing: -4px;}
.page-contaier li {
    height: 34px;
    line-height: 32px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    letter-spacing: normal;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.page-contaier li:hover {
    background-color: #eee;
    cursor: pointer;
}
.ellipsis_3{
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mt12{
    margin-top:12px;
}
/* 20200218 三仓 捷配仓头部 */
.jp_store .title {
    border-bottom:1px solid #f90;
}
.jp_store .title .name{
    width: 180px;
    height: 40px;
    background-color: #ff9900;
    font-size: 18px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    line-height: 40px;
}
.jp_store .title img{
vertical-align: sub;
}
.triggleicon{
background: #fff;
display: inline-block;
width: 24px;
height: 50px;
margin-left: -15px;
transform: rotate(-30deg);
vertical-align: top;
margin-top: -12px;
margin-right: 3px;
}
/* 协同仓与海外仓头部 */
.coordination-store-box .name{
	height: 17px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding-left:13px;
    box-sizing: border-box;
    border-left:3px solid #f90;
}
.coordination-store-box  .title .text{
    color: #333333;
    font-size: 14px;
    margin-left:38px;
}

.storelist .more-btn{
    background-color: #fff9f0;
    width: 358px;
    box-sizing: border-box;
    text-align: center;
    line-height: 35px;
    margin: auto;
    border-top: none!important;
    cursor: pointer;
    height: 34px;
	background-color: #fff5e5;
	border-radius: 0px 0px 4px 4px;
	border: solid 1px #ffd89d;
}
.storelist .more-btn:hover{
    color:#f90;
}
.color-f90
{
    color:#f90;
}
.storelist .more-yuan{
     width: 16px;
     height: 16px;
     line-height: 15px;;
     background-color: #ff9900;
     display: inline-block;
     border-radius: 50%;
     text-align: center;
}
.storelist .more-yuan .dowm-icon{
    width:0;
	height:0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #fff;
    display: inline-block;
}


/* 关于三仓页面缺货下架的样式 */
.notWork_info{
    background-color: #f2f2f2!important;
}
.notWork_info .distributionSheetBtn{
    width: 100px;
	height: 28px;
	background-color: #999999;
    border-radius: 4px;
    color:#fff;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
}
.notWork_info .distributionSheetBtn:hover{
    background-color: #f90;
}
.notWork_info a{
    text-decoration: none!important;
}
.notWork_info a:hover{
    font-weight: unset!important;
}
.notWork_info .reportBtn{
    color: #ff690b;
    text-decoration: underline;
    margin-top:3px;
    cursor: pointer;
}
.notWork_info .reportBtn:hover{
    color: #f90;
}
#putOnRecord {
    text-align: center;
    min-height: 280px;
    display:none;
}
#putOnRecord .title{
    color: #ff9900;
    font-size: 16px;
}
#putOnRecord .product-info-box{
    width: 277px;
    min-height: 127px;
    height: auto;
	background-color: #f5f5f5;
    border-radius: 5px;
    text-align: center;
    margin:15px auto;
    padding:16px;
    box-sizing:border-box;
}
#putOnRecord .want-num{
    width: 244px;
	height: 39px;
	background-color: #fefefe;
	border-radius: 5px;
    border: solid 1px #e5e5e5;
    margin-top:10px!important;
    text-align: center;
}
#putOnRecord .submit-btn{
    width: 277px;
	height: 38px;
	background-color: #ff9900;
	border-radius: 5px;
    line-height: 38px;
    text-align: center;
    color:#fff;
    margin:auto;
}
.mr5{
    margin-right:5px;
}
.mt5{margin-top:5px}

.not-click{
    pointer-events: none;
}

.maxwidth{
    max-width: 1280px;
    margin:auto;
}
.p12{padding:12px;box-sizing: border-box;}
.check-icon{    
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
    border: solid 1px #cccccc;
    cursor: pointer;
    margin-top: -2px;
}
.check-active{
    background: url(../../img/home/duihao.png) no-repeat center #f90;
    background-size: contain;
    border: solid 1px #f90!important;
}
.yellowout-btn{	background-color: #ffffff;color:#f90;text-align: center;border-radius: 4px;
    border: solid 1px #ff9900;}
.bottom-triangle{
    width:0;
	height:0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #fff;
    display: inline-block;
}
.yellow-btn{background-color: #f90;color:#fff;text-align: center;border-radius: 4px;}
.yellow-btn:hover{background-color: #ffa934;cursor: pointer;}
.update-icon{display: inline-block;width: 15px;height: 15px;background: url('../../img/newhome2/new-home-pic/update.png')no-repeat center center;background-size: contain;vertical-align: top;}
.grayout-btn{background-color: #ffffff;color:#999;text-align: center;border-radius: 4px;
    border: solid 1px #ccc;}
.grayout-btn:hover{background-color: #f90;color:#fff;border:1px solid #f90}
.vertical-top{vertical-align: top;}
.scart-f90-icon{    display: inline-block;
    width: 22px;
    height: 19px;
    background: url(../../img/newhome2/new-home-pic/new_home_iconall.png)no-repeat -160px -33px;
}
/* 模拟下拉框 */
.this_select_style{
    display:inline-block; 
    position:relative;
}
.this_select_style input{
    width:100%;
    /*padding: 5px 50px 5px 20px;*/
    padding-left:5px;
    height: 35px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    text-indent: 5px;
    color: #999;
    background: url('../../img/product/arrow-bottom.png') no-repeat 94% 54%;
    cursor: pointer;
}
.this_select_style ul{
    width:100%;
    border: 1px solid #e5e5e5;
    /* border-top:none; */
    border-radius: 0 0 5px 5px;
    color: #999;
    padding:0;
    position:absolute;
    top:33px;
    background-color:#fff;
    z-index:9999;
    display:none;
    box-sizing: border-box;
    text-align: left;
}
.this_select_style .show_ul{
    border-radius:5px 5px 0 0;
    border-bottom:none;
    background:none;
    background: url('../../img/product/arrow-top.png') no-repeat 94% 52%;
}
.this_select_style ul li{
    width:100%; 
    padding: 5px 10px 5px 10px;
    cursor:pointer;
    box-sizing: border-box;
}
.this_select_style ul li:hover{
    color:#fff;
    background-color:#f90;
}

/* 购物车加减数字按钮 */
.shopping-box {
    height: 25px;
    margin-right:10px;
 }
.shopping-box .computeBtn{
     width: 32px!important;
     height: 100%;
     border: 1px solid #e5e5e5;
     display: inline-block;
     text-align: center;
     font-size: 16px;
     cursor: pointer;
     color:#333;
     background-color:#fff;
 }
.shopping-num{
     width:54%;
 }
 .shopping-box  .shopping-inp{
    width: 72px;
    height: 25px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px;
}
 .not-allowed{
     pointer-events:none;
     color:#999!important;
 }
 .cl-b77c20{color: #b77c20;}
 .bgfcfcfc{background-color: #fcfcfc;}
 .gray-btn{background-color: #999999;color:#fff;text-align: center;cursor: pointer;
    border-radius: 4px;}
.gray-btn:hover{background-color: #f90;}
.del-icon{display: inline-block;width:22px;height: 32px;background: url('../../img/product/del_1.png')no-repeat 0 0;background-size: auto;vertical-align: middle;cursor: pointer;}


.flash{
    animation: flash .1s;
}
 
@keyframes flash{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.loading-icon{
    background: url(../../img/common/loading.gif)no-repeat 0 0;
    background-size: auto;
    width: 120px;
    height: 120px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -60px;
}

.search-table-wrapper{
	float: left;
	margin-left:-1px;
}
    
.minWidth{min-width: 1280px;width: 100%;}
.mt45{margin-top:45px}
.f24{font-size: 24px;}