.sa-guide-modallayer
{
   	z-index: 999999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(98,98,98,1);
}

.sa-guide-content-container
{
/*	width: 1024px;
	height: 576px;
	margin-left: -512px;
	margin-top: -288px;
	position: absolute;
	left: 50%;
	top: 50%;*/
	width: 100%;
	height: 100%;
}

.sa-guide-tltle
{
	width: 1024px;
	height: 40px;
	background-color: #FC8555;
	color: #FFFFFF;
	font-size: 16px;
	user-select: none;
    -webkit-user-select: none;
}

.sa-guide-content
{
	width: 100%;
	height: 100%;
	position: relative;
}

.sa-introduction-dialog
{
	width: 450px;
	height: 284px;
	background-color: #F6F6F7;
	position: absolute;
}

.sa-arrow
{
	width:10px;
	height: 10px;
	background-color: #F6F6F7;
	transform: transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	
	-moz-transform:rotate(45deg); 	
	-webkit-transform:rotate(45deg); 
	-o-transform:rotate(45deg); 
	position: relative;
}

.sa-introduction-container
{
	width: 450px;
	height: 175px;
	border-bottom: 2px solid #E5E5E5;
}

.sa-logo
{
	width: 67px;
	height: 67px;
	margin: 41px auto 13px;
}

.sa-dialog-title
{
	font-family: PingFangSC-Regular;
	font-size: 22px;
	color: #333333;
	text-align: center;
	line-height: 22px;
	height: 22px;
	margin: 0px auto 10px;
}

.sa-text1
{
	height: 22px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 22px;
	margin: 0 auto;
}

.sa-text2
{
	height: 22px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 22px;
	margin: 0 auto;
}

.sa-number-container
{
	position: relative;
	width: 450px;
	height: 56px;
}

.sa-line
{
	width: 70px;
	height: 2px;
	background-color: #E5E5E5;
	position: absolute;
	top: 27px;
	left: 31px;
}

.sa-big-circle
{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #F4784A;
	position: absolute;
	top:23px;
}

.sa-small-circle
{
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #E5E5E5;
	position: absolute;
	top: 24px;
}

.sa-next-action-button
{
	width: 90px;
	height: 25px;
	line-height: 25px;
	background-color: #F28554;
	border-radius: 100px;
	position: absolute;
	top: 15px;
	right: 25px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}