/*公共样式*/
*{
	margin:0;
	padding:0;
	 -moz-box-sizing: border-box;  
	 -webkit-box-sizing: border-box; 
	 -o-box-sizing: border-box; 
	 -ms-box-sizing: border-box; 
	 box-sizing: border-box; 
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after{
	display: block;
	clear:both;
	overflow: hidden;
	content:'';
}

.iconCorrect{
	color:#73CB99;
	font-size:16px!important;
	text-align: center;
}
.iconWrong{
	color:#fc897B;
	font-size:16px!important;
	text-align: center;
}
.icon-icon-calendar{
	color:green;
}
/*标签页*/
.nav-label{
	display: flex;
	justify-content: flex-start!important;
	margin-top:0px!important;
}
.nav-label>li.active>a{
	color:#ff6600!important;
	border-bottom:2px solid #ff6600!important;
	background-color: #fff;
}
.nav-label>li>a {
    border: 1px solid #ddd!important;
    margin-right: 0px!important;
    border-radius: 0px 0px 0 0;
    border-bottom:2px solid #f4f4f4!important;
    background-color: #f4f4f4;
    color:#333;
    font-size:16px;

}
.nav-label>li:first-child>a{
	border-right: none!important;
}
.nav-label>li{
	margin-bottom: 0px!important;
}
.nav-label>li>a:hover{
	background-color: #fff!important;
}

:focus{outline:0 !important;box-shadow：none;}

input[type="number"] {
    -moz-appearance: textfield;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.choseInformation{
	padding: 0 20px 0 20px;
    min-height: 492px;
}
.choseInformation h4{
	font-weight: bold;
}
.trackNumber{
	margin:25px 0;
}
.trackNumber>span{
	font-size: 14px;
	letter-spacing: 1px;
}
.trackNumber>input{
	width: 20%;
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    margin: 0 15px;
    text-indent: 10px;
}
.trackNumber>button{
	background-color: #000!important;
    color: #fff!important;
    width: 72px;
    height: 34px;
    line-height: 32px;
    border-radius: 5px;
    border: none;
}
.formInformation{
	width:100%;
}
.formInformation>thead{
	background-color: #f4f4f4;
}
.formInformation>thead>tr{
	font-weight: bold;
} 
.formInformation>thead>tr>th{
	width: 20%;
    height: 21px;
    line-height: 21px;
    border-color: #ddd;
    padding: 5px 0;
    text-align: center;
    font-size:15px;
}
.formInformation>tbody>tr>td{
	font-size:14px;
	text-align: center;
	 border-color: #ddd;
}
.label-content{
	margin-bottom: 30px;
}

/*当前页面的css*/
.coupon-pic{
	background: url(/Public/haveLogin/images/youhuiquan.png) no-repeat 100% 100%;
    border: none;
    cursor: pointer;
    width: 96%;
    height: 5rem;
    margin: 10px 2%;
    background-image: url(../images/youhuiquan.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.coupon-money{
	position: absolute;
    top: 10px;
    left:26%;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}
.coupon-money b{
	font-weight: bold;
}
.coupon-use{
	position: absolute;
    bottom: 10px;
    left:30%;
    font-size: 12px;
}
.activationcode{
	margin:20px 0;
}
.activationcode input{
	width:35%;
	height:35px;
	line-height: 35px;
	border:1px solid #ddd;
	text-indent: 5px;
}
.activationcode button{
	border:none;
	background-color: #000;
	color:#fff;
	width:65px;
	height:35px;
	line-height: 35px;
	border-radius: 5px;
}

