
a,body,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,img,input,ol,p,td,th,ul {
	margin: 0;
	padding: 0;
}

body{
	background: #f2f8f8;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑","Chu","ariblk","Heiti SC","Microsoft YaHei","宋体"!important;
}

a{
	color: #666
}



@font-face {
	font-family: 'Chu';  
  src: url('../font/PingFang-SC-Semibold.otf');       /*字体源文件*/
}



.clearfix:before, .clearfix:after {   
    content:"";   
    display:table;   
}   
.clearfix:after{   
    clear:both;   
    overflow:hidden;   
}   
.clearfix{   
    *zoom:1;   
}  

.Courier,.NewAddress{
	width: 100%;
	margin:0 auto;
	height: 100%;
	position: fixed;
}
.NewAddress .main textarea{
	width: 100%;
	border: none;
	height: 45px;
	outline: none;
	text-indent: 5px;
	padding-top: .2rem;
	font-size: 15px;
	color: #666;
	position: relative;
}
.Courier .main {
    background-color: #fff;
    box-shadow: 0px 0px 4px #949494;
    -moz-box-shadow: 0px 0px 4px #949494;
    border-radius: 4px;
    padding: 10px 30px 20px 40px;
    margin: 15px;
    position: relative;
    margin-top: 20px;
}
.Courier .main .icon{
	position: absolute;
    left: 10px;
    height: 111px;
    top: 25px;
}

.Courier .main .list {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
}

.Courier .main .list h4 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #525050;
	font-weight: 100;
	font-family: 'Chu'
}
.Courier .main .list p{
	color: #b9b8b8
}

.Courier .main .list a.JiJian{
	display: inline-block;
	width: 80%;
	float: left;
}
.Courier .main .list a.addressbtn{
	display: inline-block;
	width: 16%;
	float: left;
	border-left: 1px solid #f0f0f0;
	padding: 8px 0 8px 3%;
	color: #7674d8;
	font-size: 16px;
	text-align: right;
}

.Courier .bottom{
	position: absolute;
	bottom: 15px;
	width: 100%;
	margin:0 auto;
	text-align: center;
	font-size: 16px;
	font-family: 'Chu'
}
.Courier .bottom button{
    background-image: linear-gradient(to right, #9f5eec 0%, #6971dc 100%);
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 45px;
    border-radius: 26px;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
}

.Courier .bottom span.agree i{
    font-style: inherit;
    color: #da9435;
}


@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 */

    .Courier .main .list a.addressbtn{
    	width: 18%;
    }

    .Courier .main .list a.JiJian{
    	    width: 78%;
    }
}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */

    .Courier .main .list a.JiJian{
    	    width: 75%;
    }

    .Courier .main .list a.addressbtn{
    	width: 22%;
    	font-size: 15px;
    	padding: 8px 0 8px 2%;
    }

}



/*address.html*/
.NewAddress .main{
    background-color: #fff;
    box-shadow: 0px 0px 1px #949494;
    -moz-box-shadow: 0px 0px 1px #949494;
    border-radius: 4px;
    margin: 10px;
    position: relative;
    margin-top: 20px;
}

.NewAddress .weui-cell{
    padding: 12px 15px;
}

.NewAddress .weui-label{
    font-size: 16px;
    color: #666
}

.NewAddress .main .top .weui-label{
    width: 65px;
}

.NewAddress .addressbtn{
    background-image: linear-gradient(to right, #9f5eec 0%, #6971dc 100%);
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 45px;
    border-radius: 26px;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
}

.NewAddress .buttom{
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.NewAddress .clearall{
    margin:0 10px;
    text-align: right;
    display: block;
    color: #707070;
}
.NewAddress .clearall img{
    width: 16px;
    margin-right: 3px;
    position: relative;
    top: 3px;
}
       
.address {
    height: 100%;
    padding-bottom: 50px;
    padding-top: 0;
}

.address .username {
    color: #666
}

.address .list {
    background-color: #fff;
    padding: 15px 15px 5px 15px;
    margin: 13px;
    box-shadow: 0 0 2px #666;
}

.address .list .top {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.weui-cells_checkbox .weui-icon-checked:before {
    font-size: 17px;
}

.address .bottom {
    height: 35px;
    line-height: 35px;
}

.address .caozuo img {
    display: inline-block;
    width: 15px;
    position: relative;
    top: 2px;
}

.address .caozuo a {
    margin-right: 10px;
} 

.address .last{
    background-image: linear-gradient(to right, #9f5eec 0%, #6971dc 100%);
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 45px;
    border-radius: 26px;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    text-align: center;
    line-height: 45px;
    position: absolute;
    bottom: 0;
    margin: 20px;
}

.address .last a {
    font-size: 15px;
    color: #fff;
}




.orderlist .list {
    padding: 15px 10px;
    border-bottom: 1px solid #e6e6e6;
}

.orderlist .list p {
    color: #666;
    font-size: 14px;
}

.orderlist .list .ordersate {
    margin-top: 10px;
}

.orderlist .list .ordersate .original b {
    font-size: 20px;
    font-weight: 100;
    color: #000;
}

.orderlist .list .ordersate .original {
    text-align: center;
    width: 40%;
    display: inline-block;
}

.orderlist .list .ordersate .state {
    width: 18%;
}

.OrderXinXi{
    padding: 0 10px;
    margin-top: 20px;
}



.time-axis{
    margin: 0;
    padding: 0;
    position: relative;
}

.time-axis:before{
    content: '';
    position: absolute;
    left: 93px;
    top: 15px;
    width: 1px;
    height: 100%;
    background-color: #E4E4E4;
}
.time-axis-item{
    list-style: none;
    padding-left: 120px;
    position: relative;
    line-height: 35px;
    font-size: 14px;
    color: #141414;
}
.time-axis-achievement{
    margin: 0;
}
.time-axis-date{
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
}

.time-axis-date span{
    position: absolute;
    right: -49px;
    top: 35%;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background-color: #fff;
}
.time-axis-date span:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.time-axis-item:last-child .time-axis-date span{
    border-color: #48BEB2;
}

.time-axis-item:last-child .time-axis-date span:after{
    background-color: #48BEB2;
    border-color: #48BEB2;
}

#ShiBeiInput img{
	 position: absolute;
	 right: 5px;
	 bottom: 5px;
	 width: 20px;
	 height: 20px;
}

.searchq input{
	margin: 20px 15px 0 15px;
    height: 35px;
    display:inline-block;
    border: none;
    box-shadow: 0 0 3px #666;
    outline: none;
    text-indent: 10px;
    width: 70%;
    border-radius: 15px;
}

.searchq button{
	display: inline-block;
    width: auto;
    margin: 0 auto;
    height: 33px;
    border-radius: 26px;
    color: #fff;
    font-size: 13px;
    border: none;
    outline: none;
    padding: 0 15px;
    background: #9653e6;
}

.weui-navbar:after{
	    border-bottom: 2px solid #ccc;
}

.weui-navbar__item{
	    background: #fff;
}

.weui-navbar__item:after{
	display: none;
	}
.weui-navbar__item.weui-bar__item--on{
    color: #5b29ec;
    font-family: 'Chu';
    background-color: #fff;
    border-color: #5b29ec;
    border-bottom: 2px solid;
}	
.weui-navbar__item{
	font-family: 'Chu';
}

.orderlist .list .GetTime{
	float: right;
}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */

   .orderlist .list .ordersate .original{
		     width: 38%;
	 }
	 .orderlist .list .GetTime{
		     float: inherit;
    display: block;
	 }

}
	