@charset "utf-8";

/*公用*/
.w-880{width: 880px;}
.m-b-90{margin-bottom: 90px;}
.m-b-40{margin-bottom: 40px;}

.m-t-90{margin-top: 90px;}
.m-t-20{margin-top: 20px;}
.b-c-fff{background-color: #fff;}
#addGoodsList .goods-num.w-95{width:95px;}
.fl{float: left;}
.fr{float: right;}
.m-l-50{margin-left: 50px;}
.m-l-35{margin-left: 35px;}
.m-l-15{margin-left: 15px;}
.b-b-1{border-bottom: 1px solid #ccc;}
.m-r-35{margin-right: 35px;}
.b-none{border: none;}
.btn-group .btn.bg-fff{background: #fff;}
.font-yahei-12{
	font-size: 12px;
	font-family: "Microsoft YaHei";
}
.col-e53935{
    border: 1px solid #da3610;
    background-color: #fff;
    color:#da3610;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.pop-container.pay-success.m-none{margin: 0px auto;}

.pay-next{
	margin-top: 32px;
    margin-left: 11px;
    margin-bottom: 12px;
}

.tips-tex{
	font-size: 12px;
	font-family: "SimSun";
	color: #666;    
}
.delivery-address .address{
	font-size: 12px;
	font-family: "SimSun";
	color: #da3610;
}
/*我的包裹 为空*/

.package-sky-content{
	width: 700px;
	height: 318px;	
	font-family: "Microsoft YaHei";
	color: #666;
	margin-top: 70px;
	position: relative;
}
.package-sky-content .package-left{
	
	width: 440px;
	
}
.package-sky-content .package-left dt{
	font-size: 24px;
    padding-left: 78px;
    background: url(/new/images/sky-tit.png) no-repeat left center;
    height: 36px;
    line-height: 36px;
    margin-bottom: 16px;    
}
.package-sky-content .package-left hr{
	border-top: 1px solid #999;
}
.package-sky-content .package-left dd{
	font-size: 18px;
	
	line-height: 48px;
	margin-left: 14px;
}

.package-sky-content .package-left dd .tex{
	color: #0093c9;
}
.package-sky-content .package-right img{	
	width: 288px;
	position: absolute;
	right: 0;
	top: -50px;
}





/*出库不满足条件警告*/
.warn-storage{	
	color: #e53935;
	line-height: 20px;
	display: block;
	height: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: relative;
}
.warn-storage img{
	position: absolute;
	left: 0;
	top:4px;
	height: 12px;
	width: 12px;
}
.warn-storage span{
	position: absolute;
	left: 17px;
	top:0;
}


/* 弹窗升级用户 */
.pop-pt{
	width:672px;
	height:412px;
	position: absolute;
	top:50%;
	left:50%;
	margin:-210px 0 0 -340px;
	border:4px solid #a0a0a0;
	background: #ffffff url(/new/images/pop-ver.jpg) left top no-repeat;
	font-family: 'Microsoft YaHei', '\u5fae\u8f6f\u96c5\u9ed1';
}
.pop-pt p{
	margin:0;
}
.pop-pt .pop-cont{
	padding:170px 0 0 0;
	text-align: center;
}
.pop-pt .pop-tit{
	font-size:28px;
	color:#DA3610;
	line-height:54px;
}
.pop-pt .btn-reset{
	display: block;
	width:260px;
	height:24px;
	border-radius:4px;
	background:#DA3610;
	font-size:16px;
	line-height: 24px;
	color:#ffffff;
	margin:0 auto;
	padding:10px 0;
}
.pop-pt .btn-reset:hover{
	text-decoration: none;
	background:#bb2d0c;
}
.pop-pt .pop-mes{
	margin:30px 0;
	line-height:20px;
	color:#666666;
}
.pop-pt .btn-close{
	position: absolute;
	right:0;
	top:0;
	display: block;
	padding:16px;
}
.pop-pt .ico-close{
	background: url(/new/images/pop_close.png) 0 0;
	width:16px;
	height:16px;
	display: block;
	text-indent: -9999px;
}
.pop-pt .btn-close:hover .ico-close{
	background-position: 0 16px;
}

/*包裹添加 请选择转运仓库下拉框*/
.dropDown-transfer {
  position: relative;
  z-index: 888;
  width: 179px;
  height: 24px;
  padding: 9px 29px 9px 10px;
  color: #999;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}

.dropDown-transfer:hover {
  padding: 9px 29px 9px 10px;
  border: 1px solid #333;
  color: #999;
  background-color: #fff;
  z-index: 999;
}
.dropDown-transfer:focus,
.dropDown-transfer:visited {
  padding: 9px 29px 9px 10px;
  border: 1px solid #333;
  color: #999;
  background-color: #fff;
  outline: none;
}
.dropDown-transfer.error {
  padding: 9px 29px 9px 10px;
  border: 1px solid #da3610;
  color: #333;
  background-color: #fff;
}
.optionButton{
    height: 40px;
    width: 100px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.option{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgb(221, 221, 221);
}
.clickOption{
	background-color: #E5E5E5;
}
.dbClickOption{
	background-color: #FFFFFF;
}

/* 消息设置页面*/
.testswitch {
    position: relative;
    float: right; 
    width: 60px;
    margin-left: 30px;
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none;
} 
.testswitch-checkbox {
    display: none;
} 
.testswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    border: 2px solid #999999; 
    border-radius: 20px;
} 
.testswitch-inner {
    display: block; 
    width: 200%; 
    margin-left: -100%;
    transition: margin 0.1s ease-in 0s;
} 
.testswitch-inner::before, .testswitch-inner::after {
    display: block; 
    float: right; 
    width: 50%; 
    height: 20px; 
    padding: 0; 
    line-height: 20px;
    font-size: 14px; 
    color: white; 
    font-family: 
    Trebuchet, Arial, sans-serif; 
    font-weight: bold;
    box-sizing: border-box;
} 
.testswitch-inner::after {
    content: attr(data-on);
    padding-left: 10px;
    background-color: #da3610; 
    color: #FFFFFF;
} 
.testswitch-inner::before {
    content: attr(data-off);
    padding-right: 10px;
    background-color: #EEEEEE; 
    color: #999999;
    text-align: right;
} 
.testswitch-switch {
    position: absolute; 
    display: block; 
    width: 18px;
    height: 18px;
    margin: 2px;
    background: #FFFFFF;
    top: 0; 
    bottom: 0;
    right: 35px;
    border: 2px solid #999999; 
    border-radius: 20px;
    transition: all 0.1s ease-in 0s;
}
 
.testswitch-checkbox:checked + .testswitch-label .testswitch-inner {
    margin-left: 0;
}
 
.testswitch-checkbox:checked + .testswitch-label .testswitch-switch {
    right: 0px; 
}