@charset "utf-8";
p{
	margin-bottom:0px;
}
.p-title{
	margin-bottom: 15px;
	font-size: 28px;
}
.sel-operation {
	margin-bottom:20px;
}
.login-screen{
	padding: 4.5rem 0;
}
/* 重置地址样式 */
.city-picker-span>.title>span{
	color: #fff;
}
.city-picker-span{
	width:100% !important;
	height:50px !important;
	line-height:25px !important;
	text-align:left;
	border:none;
	border-radius: 0.25rem;
	padding: .75rem .75rem;
	background:none;
}
.city-picker-span.focus, .city-picker-span.open {
	border-bottom-color: #ced4da;
}
.city-picker-span>.placeholder{
	color:#4AABFE;
}
.city-picker-span>.title>span:hover {
	background-color: rgb(241 248 255 / 0%);
}
/* 重置地址样式 end*/
.custom-control-label {
	color:#fff;
	padding-left: 1.5rem;
	font-size: 15px;
}
.arrow {
	right: 0;
	margin-right: 10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	height: .65em;
	width: .65em;
	border-style: solid;
	border-width: 2px 0 0 2px;
	border-color: #4AABFE;
	-ms-transform: translate(-75%, -50%) rotate(135deg);
	transform: translate(-75%, -50%) rotate(135deg);
}
.title-name{
	text-align: center;
	color: #fff;
	width: 100%;
	background-size: 55em 100%;
	margin-bottom: 5rem;
	background-position: center 0px;
	font-size: 25px;
}
.tips-info{
	position: absolute;
	bottom: -18px;
	display:none;
	color: #ff6744;
	font-size:12px;
}
/*上传图片样式*/
.image-list{
	display:flex;
	align-items:center;
}
.image-list p{
	color: #4AABFE;
}
.image-item1 {
	width:50px;
	height:50px;
	border-radius: 5px;
	margin-right: 10px;
	border: 1px solid #0BA1F8;
	display: inline-block;
	font-size: 20px;
	box-sizing: border-box;
	text-indent: -9999px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
.image-item1::before,.image-item1::after,.image-close1::before,.image-close1::after{
  content: '';
  box-sizing: inherit;
  position: absolute;
  left: 50%; 
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon-plus::before {
  width: 50%;
  border-top: 1px solid #0BA1F8;
}
.icon-plus::after {
  height: 50%;
  border-left: 1px solid #0BA1F8;
}
.image-set1 {
	width:50px;
	height:50px;
	background-size: 100% 100%;
	display: inline-flex;
	position: relative;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom:3px;
}
.image-set1 img {
	width: 100%;
	height: 100%;
}
.image-set1 .image-close1 {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 20px;
	border-radius: 12px;
	z-index: 1;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid white;
}
.image-set1 .icon-close::before {
  width: 70%;
  border-top: 2px solid;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.image-set1 .icon-close::after {
  height: 70%;
  border-left: 2px solid;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.image-set1.space .image-close1 {
	display: block;
}
.image-item1 input[type="file"] {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 0;
}
/*上传图片样式 end*/
.select-sty option{
	color:#626262;
}
/* 客服二维码弹层样式 */
.Popup-wrap-QRCode{
	position: fixed;
	width:100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right:0px;
	background-color: rgb(0 0 0 / 80%);
	z-index:99999;
	display: none;
}
.wraps-QRCode {
	width: 100%;
	height: 100%;
	padding-top: 44px;
	padding-bottom: 44px;
	overflow-y: scroll;
}
.bd_main_QRCode {
	width:50%;
	position: relative;
	background-color: #fff;
	box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	border-radius: 3px;
}
.staff-button-QRCode {
	display: inline-block;
	cursor:pointer;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 16px/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #ededed;
}
.staff-button-QRCode:hover {
	text-decoration: none;
	background: #fff;
}
.staff-button-QRCode:active {
	position: relative;
	top: 1px;
	color: #999;
}
/* 客服二维码弹层样式 end*/

/* 协议弹层样式 */
.Popup-wrap{
	position: fixed;
	width:100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right:0px;
	background-color: rgb(0 0 0 / 80%);
	z-index:99999;
	display: none;
}
.wraps {
	width: 100%;
	height: 100%;
	padding-top: 44px;
	padding-bottom: 44px;
	overflow-y: scroll;
}

.bd_main {
	width:1000px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	border-radius: 3px;
}

.agree_title {
	width:100%;
	padding: 10px 20px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom:0px;
	font-size: 20px;
	font-weight: 700;
	color: #404040;
	text-align: left;
	display: inline-block;
}
.agree_title::before{
	content: "";
	position: absolute;
	height: 2px;
	width: 4%;
	background-color:var(--cyan);
	top: 42px;
	left: 38px;
}
.p_writing{
	margin-top: 7px;
	margin-bottom: 7px; 
	line-height: 3em; 
	font-size: 16px 
	font-family: 微软雅黑;
}
.footerbox{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background-color:#FFF;
	padding: 10px 0;
}
.footerbox .copy {
	text-align: center;
	left: 0px;
	color: #626262;
	font-size: 14px;
}

.staff-button {
	display: inline-block;
	cursor:pointer;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 16px/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #ededed;
}
.staff-button:hover {
	text-decoration: none;
	background: #fff;
}
.staff-button:active {
	position: relative;
	top: 1px;
	color: #999;
}
/* 协议弹层样式 end*/