/* 登录 */
.login_wrap header {
	background-color: #fff;
}

.login_con {
	background-color: #fff;
}

.login_wrap .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .3rem;
	text-align: center;
}

.login_wrap .logo img {
	width: .44rem;
	margin-right: .1rem;
	/* vertical-align: middle; */
}

.login_wrap .logo span {
	font-size: 24px;
	color: #212120;
}

.login_box {
	padding: 0 .4rem .4rem;
}

.login_box .login_input {
	display: flex;
	align-items: center;
	width: 100%;
	height: .45rem;
	line-height: .45rem;
	/* padding: 0 .1rem; */
	margin-top: .3rem;
	font-size: 14px;
	background-color: #fff;
	border-bottom: 1px solid #d3d3d3;
}

.login_box .login_input>span:first-child {
	width: .7rem;
}

.login_box .login_input>input {
	flex: 1;
	/* width: 100%; */
	line-height: .3rem;
	font-size: 14px;
}

.login_box .validate_box input {
	width: 48%;
}

.validate_btn {
	display: inline-block;
	padding: 0 .12rem;
	height: .24rem;
	line-height: .24rem;
	border-radius: .13rem;
	color: #336699;
	border: 1px solid #336699;
}

.login_btn {
	margin-top: .6rem;
	margin-bottom: .15rem;
	border-bottom: none;
}

.login_btn button {
	width: 100%;
	height: .4rem;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 2px;
	background-color: #336699;
}

.forget_pwd_btn {
	text-align: right;
	font-size: 14px;
	color: #777777;
}

.forget_pwd_btn a {
	color: #777777;
}

/* 我的订单 */
.search_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: .35rem;
	background-color: #f2f2f2;
}

.search_wrap {
	flex: 1;
}

.search_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: .3rem;
	line-height: .3rem;
	padding: 0 .1rem;
	border-radius: 3px;
	border: 1px solid #336699;
	background-color: #fff;
}

.icon_search {
	width: .16rem;
	height: .14rem;
	margin-right: .05rem;
	background: url(../images/icon_search.png) no-repeat center;
	background-size: 100% auto;
	vertical-align: middle;
	margin-top: -.03rem;
}

.search_box input {
	display: inline-block;
	width: 100%;
	height: .25rem;
	font-size: 14px;
	outline: none;
	border: none;
}

.search_box input::-webkit-input-placeholder {
	color: #ababab;
}

.search_btn {
	width: .36rem;
	height: .3rem;
	margin-left: .05rem;
	font-size: 14px;
	color: #fff;
	background-color: #336699;
	border-radius: 5px;
}

/* 退出 */
.login_out_btn .icon_usercenter {
	width: .15rem;
	height: .15rem;
	background: url(../images/icon_usercenter.png) no-repeat center;
	background-size: 100% auto;
	vertical-align: middle;
	margin-top: -.03rem;
}

.order_tabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: .45rem;
	line-height: .45rem;
	padding: 0 .1rem;
	font-size: 0;
}

.order_tabs div {
	flex: 1;
	text-align: center;
}

.order_tabs .o_tab a {
	display: inline-block;
	position: relative;
	/*width: 25%;*/
	/* flex: 1; */
	/* width: 95%; */
	line-height: .25rem;
	text-align: center;
	font-size: 14px;
	color: #010101;
	border-bottom: 2px solid #f2f2f2;
}


.order_tabs .o_tab_slt a {
	border-bottom: 2px solid #336699;
}

.order_list_wrap {
	padding: 0 .1rem;
}

.order_list_wrap li,
.order_list_wrap div.order_list_item {
	position: relative;
	padding: .1rem;
	margin-bottom: .1rem;
	background-color: #fff;
}

.order_item_top {
	display: flex;
	justify-content: space-around;
}

.order_item_info {
	flex: 1;
	width: 100%;
}

.order_item_info .order_name {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: .03rem 0;
	font-size: 14px;
	color: #000000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.order_item_info .order_name a,
.order_item_bottom a {
	color: #464646;
}

.order_list_item .icon {
	margin-right: .05rem;
}

.order_item_info .icon_dh {
	width: .1rem;
	height: .12rem;
	background: url(../images/icon_dh.png) no-repeat;
	background-size: 100%;
}

.order_item_info .icon_driver {
	width: .1rem;
	height: .12rem;
	background: url(../images/icon_driver.png) no-repeat;
	background-size: 100%;
}

.icon_cph {
	width: .1rem;
	height: .09rem;
	background: url(../images/icon_cph.png) no-repeat;
	background-size: 100%;
}

.order_item_info .icon_xs {
	width: .1rem;
	height: .12rem;
	background: url(../images/icon_xs.png) no-repeat;
	background-size: 100%;
}

.order_item_info .order_name span {
	display: inline-block;
	width: .6rem;
}

.order_item_info .order_name>span:last-child {
	flex: 1;
}

.order_item_time {
	text-align: right;
}

.order_item_time .execute_btn {
	font-size: 14px;
	color: #ff3c00;
}

.order_item_time p {
	margin-top: .08rem;
	font-size: 14px;
	color: #a4a4a4;
}

.order_item_bottom {
	display: flex;
	justify-content: space-around;
	font-size: 12px;
	color: #464646;
}

.order_item_bottom span {
	flex: 1;
}

.order_item_bottom .icon_dz {
	width: .12rem;
	height: .14rem;
	background: url(../Content/images/icon_dz.png);
	background-size: 100%;
}

@media screen and (min-width: 361px)and (max-width: 750px) {
	.order_item_info .order_name span {
		width: .5rem;
	}
}

/* 扫码收货 */
.sacn_wrap {
	padding: 0 .1rem;
}

.sacn_wrap>div {
	padding: .1rem;
	margin-bottom: .1rem;
	background-color: #fff;
}

.md_info {
	margin: 0 0 .1rem;
	font-size: 14px;
	color: #000000;
	padding: .1rem;
	margin-bottom: .1rem;
	background-color: #fff;

}

.md_info .md_name {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: .03rem 0;
	font-size: 14px;
	color: #000000;
}

.md_info .md_name p:first-child {
	/* width: .6rem; */
}

.md_info .md_name p:last-child {
	flex: 1;

}

.md_info .icon {
	margin-right: .05rem;
}

.md_info .icon_user {
	width: .11rem;
	height: .12rem;
	background: url(../images/icon_user.png) no-repeat;
	background-size: 100%;
}

.md_info .icon_md {
	width: .12rem;
	height: .12rem;
	background: url(../images/icon_md.png) no-repeat;
	background-size: 100%;
}

.md_info .icon_addr {
	width: .1rem;
	height: .13rem;
	background: url(../images/icon_addr.png) no-repeat;
	background-size: 100%;
}

.md_info span:last-child {
	color: #3b3b3b;
	word-wrap: break-word;
	word-break: break-all;
}

.scan_table table {
	font-size: 12px;
	color: #434343;
	border-collapse: collapse;
	border: 1px solid #bcdb8e;
}

.scan_table table th {
	line-height: .26rem;
	font-size: 12px;
	color: #405126;
	font-weight: normal;
	background-color: #d4ebb2;
}

.scan_table table td {
	padding: 0 .05rem;
	text-align: center;
	line-height: .25rem;
	word-wrap: break-word;
	word-break: break-all;
}

.sacn_wrap>div.scan_num {
	font-size: 0;
	padding: .12rem 0 0 .1rem;
}

.scan_num span {
	display: inline-block;
	width: .25rem;
	height: .25rem;
	line-height: .25rem;
	margin: 0 .05rem .1rem 0;
	font-size: 14px;
	color: #3f3f3f;
	text-align: center;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
}

.scan_num span.on {
	color: #fff;
	background-color: #69ac03;
	border-color: #69ac03;
}

.scan_footer {
	padding: .1rem;
}

.scan_footer a {
	width: 33.33%;
	color: #6d6d6d;
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
}

.scan_footer a.pz_btn {
	margin: 0 .1rem;
}

.scan_footer a.scan_sure {
	color: #fff;
	border-color: #69ac03;
	background-color: #69ac03;
}

.scan_footer input.inputFile {
	position: absolute;
	top: 0;
	left: 0;
	/* display: none; */
	width: 100%;
	height: 100%;
	opacity: 0;
}

.sacn_wrap>div.upload_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex: 1;
}

.imgContainer {
	position: relative;
	width: .43rem;
	height: .43rem;
	margin-right: .1rem;
	margin-bottom: .05rem;
}

.imgContainer img {
	position: relative;
	width: .43rem;
	height: .43rem;
}

.imgContainer .close {
	position: absolute;
	z-index: 1;
	top: -.05rem;
	right: -.05rem;
	display: block;
	content: '';
	width: .15rem;
	height: .15rem;
	background: url(../images/close.png) no-repeat;
	background-size: 100%;
	border-radius: 50%;
}

.swiper-container img {
	width: 100%;
	height: 100%;
}

.sacn_wrap>div.map_wrap {
	padding: 0;
	height: 1.21rem;
}

.sacn_wrap>div.map_wrap img {
	width: 100%;
	height: 100%;
}

.order_list_wrap .nadata_tip {
	height: 100%;
	background-color: transparent;
}


/* 送货订单 */
.delivery_order_list .order_item_info {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.delivery_order_list .delivery_order_info {
	flex: 1;
	width: 60%;
}
.delivery_order_list .order_item_time {
    flex: 1;
    width: 39%;
}
.delivery_order_info .order_name>p:last-child {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.delivery_order_list .order_item_px .px_num {
	display: inline-block;
	width: .28rem;
	height: .28rem;
	line-height: .28rem;
	margin-left: .1rem;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 50%;
	background-color: #f6b37f;
}

.delivery_order_list .order_item_top {
	display: block;
}

.delivery_order_list .order_item_top>.order_name {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: .03rem 0;
	font-size: 14px;
	color: #000000;
}

.delivery_order_list .order_name p:first-child {
	width: .8rem;
}

.delivery_order_list .order_item_info .order_name span {
	width: auto;
}

@media screen and (min-width: 361px)and (max-width: 750px) {
	.delivery_order_list .order_name p:first-child {
		width: .7rem;
	}
}

.delivery_order_list .order_name>p:last-child {
	flex: 1;
	word-wrap: break-word;
	word-break: break-all;
}

.delivery_order_list .icon_mend {
	width: .11rem;
	height: .1rem;
	background: url(../images/icon_mend.png) no-repeat;
	background-size: 100%;
}

.delivery_order_list .icon_dz {
	width: .1rem;
	height: .11rem;
	background: url(../images/icon_dz.png) no-repeat;
	background-size: 100%;
}

.delivery_order_list .icon_driver {
	width: .11rem;
	height: .11rem;
	background: url(../images/icon_driver.png) no-repeat;
	background-size: 100%;
}

.delivery_order_list .icon_dh {
	width: .1rem;
	height: .12rem;
	background: url(../images/icon_dh.png) no-repeat;
	background-size: 100%;
}

.delivery_order_list .icon_xs {
	width: .1rem;
	height: .12rem;
	background: url(../images/icon_xs.png) no-repeat;
	background-size: 100%;
}

.delivery_footer {
	justify-content: space-around;
	padding: .1rem;
}

.delivery_footer a {
	width: 45%;
	color: #6d6d6d;
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
}

.delivery_footer a.scan_sure {
	color: #fff;
	border-color: #69ac03;
	background-color: #69ac03;
}

/* 发货中 */
/* .order_count {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 .1rem .1rem;
	font-size: 0;
}
.order_count a{
	flex: 1;
	text-align: center;
	color:#4c4c4c;
	font-size: 14px;
}
.order_count  .order_num{
	display: inline-block;
	width: .4rem;
	height: .4rem;
	line-height: .4rem;
	margin-bottom: .05rem;
	color: #fff;
	border-radius: 50%;
} */
.order_item_time .state_yfh {
	color: #336699;
}

.order_item_time .state_fhz {
	color: #fe9a1e;
}

.order_count .count_dds {
	background-color: #f96d60;
}

.order_count .count_yfh,
.delivery_order_list .order_item_px .state_yfh_bg {
	background-color: #336699;
}

.order_count .count_wfh,
.delivery_order_list .order_item_px .state_fhz_bg {
	background-color: #fe9a1e;
}

.fhz_px .px_num {
	width: .22rem;
	height: .22rem;
	line-height: .22rem;
}

.delivery_order_list .map_wrap {
	padding: 0;
	height: 1.21rem;
	margin-bottom: .1rem;
}

.delivery_order_list .map_wrap img {
	width: 100%;
	height: 100%;
}

.order_count_wrap {
	width: 100%;
	padding: 0 .1rem;

}

.order_count_box {
	height: .44rem;
	line-height: .44rem;
	padding: 0 .12rem;
	margin: .05rem 0 .1rem;
	font-size: 16px;
	color: #618c21;
	background-color: #eefadc;
	border-radius: 3px;
}

.px_wrap {
	padding: 0 .1rem;
}

.px_wrap li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .1rem .1rem;
	margin-bottom: .05rem;
	border-radius: 3px;
	background-color: #fff;
}

.px_order_info {
	flex: 1;
	width: 70%;
	line-height: 26px;
	/* white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden; */
}

.px_order_info>div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 .02rem;
	font-size: 14px;
	color: #000000;
}

.px_order_info>div:first-child {
	flex: 1;
	width: 100%;
}

.px_order_info>div span {
	color: #a1a1a1;
}

.px_order_info>div>p:last-child {
	flex: 1;
	word-wrap: break-word;
	word-break: break-all;
	/* white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden; */
}

.px_copies {
	width: .84rem;
	height: .26rem;
	line-height: .26rem;
	font-size: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #dedede;
	border-radius: 3px;
}

.px_copies .icon {
	width: .25rem;
	height: .26rem;
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
}

.px_copies .icon_jian {
	border-right: 1px solid #dedede;
}

.px_copies input {
	/* flex:1; */
	flex-grow: 1;
	width: 40%;
	height: 100%;
	font-size: 14px;
	color: #000;
	text-align: center;
	padding: 0 .02rem;
}

.px_copies .icon_add {
	border-left: 1px solid #dedede;
}

/* 发货数漂浮 */
.order_count {
	position: fixed;
	z-index: 10;
	right: .1rem;
	bottom: .8rem;
}

.order_num {
	width: .5rem;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	color: #F2F2F2;
	font-size: 16px;
	background-color: #336699;
	border-radius: 50%;
}

.yfh_num {
	margin: .1rem 0;
	background-color: #f96d60;
}

.wfh_num {
	background-color: #fe9a1e;
}
