/*公共调用*/

@import url("/public/css/iconfont/iconfont.css");
@import url("/public/css/public/public.css");

/* 页面样式 */
* {
	margin: 0;
	padding: 0;
}

html {
	background: #F5F5F5;
	height: 100%;
}

.head2 {
	height: 80px !important;
	width: 100%;
}

.logo2 {
	width: 104px;
	height: 26px;
}

.title2 {
	margin-left: 40px;
}

.title2 a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(135, 141, 175, 1);
	line-height: 36px;
	padding: 20px;
}

.cur_new {
	color: #FFFFFF !important;
}

/* 登录注册按钮 */
.login a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}

/* 左侧结构 */
.left_product {
	width: 830px;
}

.lunbo {
	width: 100%;
	height: 250px;
}

/* 连锁便利背景图 */
.bg_1 {
	width: 1199px;
	height: 250px;
	border-radius: 4px;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 50px;
}

.bg_1 img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* 运单号查询 */
.for {
	width: 910px;
	background: #F5F5F5;

	border-radius: 10px 0px 0px 10px;
}

.for_up {
	width: 88px;
	height: 60px;
	background: #108EE9;
	border-radius: 0px 10px 10px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shanchu {
	width: 18px;
	height: 18px;
}

/* 地图展示 */
.map_for {
	width: 1200px;
	height: 540px;
	margin: auto;
	background-image: url(/public/images/map.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.xiangyoujiaohuan {
	width: 60px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.yiqianshou {
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #108EE9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yiqianshou_1 {
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #CCCCCC;
}

.yiqianshou img {
	width: 20px;
	height: 20px;
	color: #108EE9 !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;

}

.yiqianshou_1 img {
	width: 20px;
	height: 20px;
	color: #108EE9 !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

/* 快递发放 */
.head {
	margin-top: 30px !important;
	margin-bottom: 100px !important;
}

/* 竖线 */
.line_h {
	width: 1px;
	height: 50px;
	background: #efefef;
	margin-left: 200px;
}

.poit {
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 14px;
	margin-right: 14px;
}

.poit_1 {
	width: 8px;
	height: 8px;
	background: #CCCCCC;
	border-radius: 50%;
}
.notcheckedradio{
	height: 37px;
	width: 37px;
	border-radius: 50%;
	border: 1px solid gray;
	color: #000000;
	background-color: #fff;
}
.checkedradio{
	background-color: #108EE9 !important;
	color: #fff !important;
}
.centerItemBox{
	width: 48%;
	height: 160px;
	border: 1px solid #222;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: border-color 250ms ease 0s;
}
.centerItemBoxCheckBox{
	position: absolute;
	right: 10px;
	top: 10px;
}
.centerItemBoxLeftImg{
	width: 78px;
	height: 78px;
}
.centerItemBoxLeftImg>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.centerItemBoxRightText{
	width: 210px;
}
.centerItemBoxRightTextTil{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}
.centerItemBoxRightTextExp{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 20px;
}
.selectTips{
	margin-top: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	display: none;
}
.selectItemBoxMain{
	display: none;
}
.showItem{
	display: block;
}
.selectBox select{
	width: 80%;
	margin: 0 auto;
	height: 46px;
	box-sizing: border-box;
	padding: 0 16px;
	font-size: 14px;
	border: 1px solid #ddd;
}

.formBoxLeft{
	width: 500px;
}

.inptBox{
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #108EE9;
}

.inptBox>input{
	border-radius: 4px;
	box-sizing: border-box;
	transition: border-color 250ms ease 0s;
	font-family: Delivery, Verdana, sans-serif;
	font-size: 1.5rem;
	outline: 0px;
	padding: 25px 32px 10px 1.4rem;
	width: 100%;
}
.inptBox>label{
	box-sizing: border-box;
	color: #666666;
	font-family: Delivery, Verdana, sans-serif;
	font-size: 14px;
	left: 1px;
	opacity: 1;
	overflow: hidden;
	padding-left: 1.4rem;
	padding-right: calc(3.5rem);
	padding-top: 11px;
	pointer-events: none;
	position: absolute;
	text-overflow: ellipsis;
	top: -5px;
	transform: translateY(0px);
	transition: color 250ms ease 0s, transform 250ms ease 0s, font-size 250ms ease 0s, opacity 250ms ease 0s;
	white-space: nowrap;
	width: 100%;
	text-align: left;
}

.spiclBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.spiclBox>.inptBox{
	width: 48%;
}
.fNnFjx{
	background-image: url(https://dhl-redbox-assets.azureedge.net/frequent-shipment/49261-3d8289e/assets/images/flags.png);
	background-repeat: no-repeat;
	border: 1px solid rgb(204, 204, 204);
	box-sizing: content-box;
	display: inline-block;
	height: 20px;
	margin-right: 0.7rem;
	width: 30px;
	background-position: -169px -258px;
	left: 15px;
	pointer-events: none;
	position: absolute;
	top: 18px;
	z-index: 1;
}
.cityInput{
	position: relative;
}

.selectInputbox{
	display: flex;
	justify-content: space-between;
}
.selectInputboxSelect{
	display: block;
	flex: 0 0 118px;
	height: 58px;
	margin-right: 0.7rem;
	position: relative;
	border: 1px solid #108EE9;
}
.selectInputboxSelect>select{
    font-family: Delivery, Verdana, sans-serif;
    font-size: 1.3rem;
    height: 100%;
		outline: none;
		border: none;
    width: 100%;
    z-index: 10;
}

.textAreaBox{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.textAreaBox>label{
	text-align: left;
	box-sizing: border-box;
	color: rgb(25, 25, 25);
	font-family: Delivery, Verdana, sans-serif;
	font-size: 1.2rem;
	left: 1px;
	line-height: 1.09;
	opacity: 1;
	overflow: hidden;
	padding-left: 1.4rem;
	padding-right: calc(3.5rem);
	padding-top: 11px;
	pointer-events: none;
	position: absolute;
	text-overflow: ellipsis;
	top: 1px;
	transform: translateY(0px);
	transition: color 250ms ease 0s, transform 250ms ease 0s, font-size 250ms ease 0s, opacity 250ms ease 0s;
	white-space: nowrap;
	width: 100%;
}
.kXuPrM{
	border: 1px solid #108EE9;
	border-radius: 4px;
	box-sizing: border-box;
	font-family: Delivery, Verdana, sans-serif;
	font-size: 1.5rem;
	outline: 0px;
	padding: 35px 30px 10px 1.4rem;
	transition: border-color 250ms ease 0s;
	width: 100%;
}
.cClKuR{
	width: 100%;
	height: 296px;
	resize: vertical;
	resize: none;
}
.reportSuccess{
	width: 100%;
	height: 160px;
	margin-top: 80px;
	position: relative;
}
.suceessFont{
	width: 198px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
}
.reportSuccess>img{
	width: 100%;
	height: 100%;
}