.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: 90%;
    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: 1.5rem 1.8rem 1.1rem 1.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1.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: 1.3rem;
}

.worning-box-line p {
    margin-top: 1.5rem
}

.worning-box-line p a {
    color: #009CBD
}

.worning-box-line button {
    margin-top: 1.4rem;
    margin-bottom: 1rem;
}

.worning-box-line .btn {
    align-content: center;
    text-align: center;
}

.sign-in-to .back {
    font-size: 13px;
    font-family: fontMedium;
    font-weight: 500;
    line-height: 14px;
    margin-top: 40px;
    cursor: pointer;
    text-align: left;
}


.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: 768px;
    margin: 0 auto;
    position: fixed;
    bottom: 1%;
    right: 0rem;
    display: flex;
    flex-direction: row-reverse;
}
.float-pp-box img{
	width: 300px;
}