.self-common{
	/* margin-top: 81px; */
	text-align: center;
}
.self-common-title{
	color: #333333;
	font-size: 32px;
	font-weight: 700;
}

.self-common-info{
	margin: 27px 0px 27px 0px;
	color: #666666;
	font-size: 16px;
	width: 60%;
	margin-left: 20%;
}

.self-common-ready{
	margin: 27px 0px 0px 0px;
	color: #666666;
	font-size: 20px;
	width: 60%;
	margin-left: 20%;
}
.self-common-ready-two{
	margin-top: 8px;
	color: #666666;
	font-size: 20px;
	width: 60%;
	margin-left: 20%;
}
.self-common-ready-three{
	color: #666666;
	font-size: 20px;
	width: 60%;
	margin-left: 20%;
}
.self-common-disabled{
	display: none;
}
.self-common-center{
	text-align: center;
}
.self-common-number-color{
	color: #2067CF;
}
.self-common-title-sm{
	font-size: 20px;
	font-weight: 700;
}
.self-common-info-sm{
	font-size: 14px;
	font-weight: 400;
}

/* 导航 解决方案 */
#show-tab-ref .tab-title:hover{
	font-size: 16px;
}

/* 准备好了吗? */
.ready-btn{
	border-radius: 3.875rem;
	padding: 12px 20px;
	width: 22%;
	font-size: 20px;
	position: relative;
	z-index: 999;
}
.ready-btn:hover{
	cursor:pointer
}
.ready-bg{
	background: #2067cf;
	color: #FFFFFF;
}
.ready-border{
	border: 1px solid #2067cf;
	color: #2067cf;
}

/* 右下侧固定栏  */
.phone-self{
	right: -190px;
	position: fixed;
	bottom: 70px;
	padding: 10px;
	width: 260px;
	text-align: center
}
.kefu-self{
	right: -80px;
	position: fixed;
	bottom: 140px;
	padding: 10px;
	width: 150px;
	text-align: center
}
.back-self{
	position: fixed;
	bottom: 0px;
	padding: 10px;
	z-index: 9;
}
.weixin-self{
	position: fixed;
	bottom: 210px;
	padding: 10px
}
/* 公共弹框 */
.pop-frame{
	display: none;
	padding: 0px; 
	position: fixed; 
	/* width: 28%;
	height: 32%;
	left: 34%;
	top: 36%; */
	width: 500px;
	height: 280px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -140px;
	background-color: rgb(32,103,207,0.8)
}
.pop-body{
	width: 96%;
	margin-left: 2%;
	margin-top: 2%;
	border: 1px solid #FFFFFF;
	height: 76%;
	text-align: center;
	padding-top: 9%;
}

.pop-footer{
	width: 100%;
	margin-top: 1%;
	height: 20%;
	/* padding-left: 55% */
	padding-right: 2%;
}

.pop-footer-btn{
	cursor:pointer; 
	background-color: #FFFFFF;
	height: 66%;
	margin-top: 2%;
	padding: 0px 3%;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	float: right
}

.pop-footer-btn-margin{
	position: relative;
	left: -2%;
}

.pop-footer-x{
	position: absolute;
	color: #FFFFFF;
	left: 94%;
	top: 4%;
	cursor: pointer;
	font-weight: 700;
	background: url(../img/x.png) no-repeat;
	background-size: 100%;
	width: 4%;
	height: 10%;
}



/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,.3);
}

/* 案例背景图  */
.case-info-img-text{
	transition: all 0.6s;
	position: absolute;
	z-index: 9;
	background-color: rgb(0,0,0,0.3);
	width: 25%;
	color: #FFFFFF;
	top: 86%;
	width: 96%;
	margin-left: 2%;
	padding: 2% 0%
}
