.online_header{
	position: relative;
	text-align: center;
	padding: 30px 0;
}
.online_header img{
	height: 40px;
	width: auto;
}
.online_header a{
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	border-radius: 16px;
	color: #fff;
	background-color: #E87411;
	font-family: fontMedium;
}

.worning-box-line {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    border-radius: 0.4rem;
    padding: 9.5rem 11.8rem 8.1rem 11.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3.9rem;
}


.worning-box-line img {
    width: auto;
    height: 7rem
}

.worning-box-line h2 {
    font-size: 45px;
    line-height: 4.3rem;
    margin-top: 3.2rem
}

.worning-box-line h3 {
    line-height: 3.3rem;
}

.worning-box-line p {
    margin-top: 1.5rem
}

.worning-box-line p a {
    color: #009CBD
}

.worning-box-line button {
    margin-top: 4.4rem
}

.worning-box-line .btn {
    align-content: center;
    text-align: center;
}

.sign-up .back {
    font-size: 12px;
    font-family: fontMedium;
    font-weight: 500;
    line-height: 14px;
    margin-top: 19px;
    cursor: pointer;
    text-align: left;
}

.sign-in .back {
    font-size: 15px;
    font-family: fontMedium;
    font-weight: 500;
    line-height: 14px;
    margin-top: 40px;
    cursor: pointer;
    text-align: left;
    margin-left: 20px;
}

.float-member{
	display: none;
    background: #fff;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
}

.float-pp{
	/**position: absolute;**/
    bottom: -60px;
    right: 0px;
    width: 100%;
}

.float-pp-box{
	max-width: 1280px;
    min-width: 1024px;
    width: 100%;
    position: fixed;
    bottom: 1%;
    display: flex;
    flex-direction: row-reverse;
}

.float-pp-box img{
	width: 300px;
}


