/*公共样式*/
*{
	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: 0px 20px 30px 20px;
    min-height: 492px;
}
.choseInformation h4{
	font-weight: bold;
	margin:15px 0;
}
.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,.formInformation>tbody>tr>td{
    text-align: center;
    height: 21px;
    line-height: 21px;
    border-color: #ddd;
    padding: 5px 0;
    word-break: break-all;
}

.formInformation>thead>tr>th{
	font-size:15px;
}
.formInformation>tbody>tr>td{
	font-size:14px;
	color:#666;
}
.handlingfee{
	color:#e62019;
}
.recharge{
	margin-top:30px;
}
.recharge button{
	display: inline-block;
	width:100px;
	height:35px;
	line-height: 35px;
	background-color:#e62019;
	color:#fff;
	border:none;
	border-radius: 2px;
}

/*付款成功的页面css*/
.Paymentamount{
	background-color: #fff0ea;
	border-radius:5px;
	border:1px solid #ffD7BD;
	padding: 10px;
}
.Paymentamount p{
	height:25px;
	line-height: 25px;
}
.Paymentamount p span:first-child{
	display: inline-block;
	width:100px;
	text-align: center;
	color:#000;
	font-size:15px;
}
.Paymentamount p span:last-child{
	color:#ff6600;
	font-size:15px;
}
.payintroduce p{
	color:#000;
	height:35px;
	line-height: 35px;
}
.payintroduce p span{
	color:#ff6600;
}
.paynotice p{
	color:#ff6600;
	height:35px;
	line-height: 35px;
}
.btns{
	text-align: center;
	padding: 30px 0 20px 0;
}
.btns button:first-child{
	background-color: #e62019;
	color:#fff;
	width:80px;
	height:35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	border:none;
}
.btns button:last-child{
	background-color: #000;
	color:#fff;
	width:80px;
	height:35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	border:none;
	margin-left: 15px;
}
.add{
	background-color: #ff6633;
    border: none;
    color: #fff;
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    width: 44px;
    border-radius: 3px;
}
.addproject{
	border:1px solid #ddd;
	text-indent: 5px;
}
.transfernum,.selectnumber{
	width:20%;
	margin:0 2%;
	height:35px;
	line-height: 35px;
	border:1px solid #ddd;
}
.Sunlink{
	width:52%;
	height:35px;
	line-height: 35px;
	border:1px solid #ddd;
}
.transfernum,.Sunlink{
	text-indent: 10px;
}
.transfercontent{
	margin:20px 0 10px 0;
}
.tsubmit{
	text-align: right;
}
.tsubmit button{
	padding:5px 10px;
	background-color: #333;
	color:#fff;
	border:none;
	border-radius: 3px;
}
.singlenumber{
	border:1px solid #ddd;
}
.singlenumber thead tr th,.singlenumber tbody tr td{
	width:100px;
	height:35px;
	line-height: 35px;
	text-align: center;
}
.drying{
	position: relative;
}
.singlenumber{
	position: absolute;
    top: 51px;
    left: 18px;
    z-index: 10;
}
.arrowtop{
    position: absolute;
    top: 35px;
    width: 30px;
    height: 18px;
    left: 43px;
    z-index: 19;
}
.singleNumber>input{
	width: 20%;
    height: 35px;
    line-height: 35px;
    margin: 0 2%;
    border:1px solid #ddd;
    text-indent: 5px;
}
.slink input{
	width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    height: 35px;
    line-height: 35px;
    text-indent: 5px;
}
.slink{
	width:52%;
}
.alllink{
	margin-top:100px;
}
.transport{
	background-color: #f3ebe3;
    padding: 10px;
}
.transport p a{
	color:#e62019;
}
.transport p{
	padding-bottom: 5px;
}
#rform .col-sm-3{
	padding-left: 0px!important;
}
