@charset "utf-8";
/*顶部 tab切换*/
.cu-list {
	padding: 15px 10px 0 10px;
	display: -webkit-flex;
	display: flex;
}

.cu-item {
	flex: 1;
	width: 25%;
	display: inline-block;
	text-decoration: none;
}

.cu-item img {
	width: 100%;
	margin: 0 auto;
	height: auto;
}

.cu-item span {
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	color: #666666;
	width: 100%;
	text-align: center;
	height: 24px;
	line-height: 24px;
}

.cu-content {
	width: 81%;
	margin: 0 auto;
	text-align: center;
	display: -moz-grid;
	display: -ms-grid;
	display: -webkit-grid;
	display: grid;
	position: relative;
}

.mask {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: .6;
	z-index: 6666;
	display: none;
}

.pop {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	z-index: 7777;
	background-color: #fff;
	display: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.pop_cen {
	font-size: 13px;
	margin: 5px 5px 30px 5px;
	margin-top: 15px;
	margin-left: 15px;
	color: #363636;
	text-indent: 24px;
}

.tip-title {
	font-size: 14px;
	color: #000;
	padding-top: 10px;
}

.query-wrap {
	border: 1px solid #b50005;
	overflow: hidden;
	border-radius: 5px;
}

.query-content {
	width: 90%;
	margin: 10px auto;
}

.global_back_top {
	display: block;
}

.concast-box {
	position: fixed;
	top: 25%;
	width: 90%;
	left: 5%;
	background: #FFF;
	z-index: 99999;
	background-size: 100% 100%;
	padding-bottom: 0px;
	border-radius: 12px;
	display: none;
}

.service-box {
	padding-top: 22px;
	font-size: 15px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}

.account {
	display: inline-block;
}

.copyBtn {
	height: 22px;
	width: 46px;
	line-height: 22px;
	font-size: 14px;
	background: #ffffff;
	color: #dd524d;
	padding: 0;
	border-radius: 4px;
	border: 1px solid #dd524d;
	margin-left: 10px;
}

.baocun {
	font-size: 14px;
	color: #8f8f94;
	text-align: center;
	padding-bottom: 20px;
}

.erweima {
	width: 50%;
	margin-top: 20px;
	margin-left: 50%;
	transform: translateX(-50%);
}

#accountname {
	width: 100px;
	outline: none;
	border: none;
	text-align: center;
}

.pop-close-span {
	display: inline-block;
	height: 24px;
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
}

.close-btn {
	float: right;
	width: 20px;
	margin-right: 15px;
}


/*底部footer*/
.footer {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 750px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding-bottom:5px;
    font-size: 12px!important;
}
.footer_one {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3px 0;
    position: relative;
}
.footer_one_img {
     height: 28.8px;
}
/*新增 订单数量角标*/
.order-count{
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    background: red;
    color: #fff;
    border-radius: 50%;
    display: none;
}
.order-count-2{
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    background: red;
    color: #fff;
    border-radius: 50%;
    display: none;
}
.order-count-3{
    position: absolute;
    right: 0;
    width: 20px;
    top:-10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    background: red;
    color: #fff;
    border-radius: 50%;
    display: none;
}
/*号码筛选*/
.line-screen{
    text-align: center;
    font-weight: 100;
    position: relative;
    margin-top:5px;
}
.cen-text{
    background: #fff;
    display: inline-block;
    width: 64px;
    position: relative;
    z-index: 99;
}
.cen-line{
    position: absolute;
    width: 100%;
    height: 10px;
    border-bottom:1px solid #eee;
    top:0;
}
/*清除条件，重新筛选*/
.reSearch{
    padding: 0 10px;
    background: #b50005;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 8px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 100px;
}


















