*{
	padding:0px;
	margin:0px;
}

body,html
{
    width: 100%;
    height: 100%;
	background: linear-gradient(45deg, #ebeef7, #fefbf4);
}

#title
{
	text-align: center;
	color: #48ae73;
	font-size: 32px;
	padding-top: 40px;
}

#div2
{
	margin-top: 300px;
	text-align: center;
	height: 33px;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B0B0B0;
	line-height: 33px;
}

#div3
{
    width: 320px;
	text-align: center;
    margin: 50px auto 0;
}

#div3 button{
    width: 60px;
	height: 60px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
	border: none;
	border-radius: 15px;
	box-shadow: 5px 5px 3px rgb(0, 0, 0, .3);
	margin-left: 20px;
	margin-right: 20px; 
    margin-bottom: 20px;
}
/*
#plink
{
	background-image: url("images/PlinkVPN-icon-1.png");
}
#txpro
{
	background-image: url("plink/img/txpro.png");
}
#super
{
    background-image: url("plink/img/super.png");
}
#onion
{
    background-image: url("plink/img/onion.png");
}
#solaris
{
    background-image: url("plink/img/solaris.png");
}
#perfect
{
    background-image: url("plink/img/perfect.png");
}
*/
/* ������ʾ */
.toast
{
    display: none;
    color: white;
    width: 8rem;
    font-size: 1rem;
    text-align: center;
    padding: 0.4rem 0.6rem;
    margin: auto;
    background: rgba(0,0,0,0.6);
    border-radius: 0.256rem;
    position: fixed;
    top: 10rem;
    left: 0;
    right: 0;
    z-index: 15;
}

/* loading */
.liload 
{
    display: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.liload .loader 
{
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    border-top: 0.08rem solid rgba(255, 255, 255, 0.2);
    border-right: 0.08rem solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.08rem solid rgba(255, 255, 255, 0.2);
    border-left: 0.08rem solid #409eff;
    -webkit-animation: liload 1.1s infinite linear;
    animation: liload 1.1s infinite linear;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.liload .loader:after 
{
    border-radius: 50%;
    width: 1.7rem;
    height: 1.7rem;
}

@-webkit-keyframes liload 
{
    0% 
    {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
    }
    100% 
    {
	    -webkit-transform: rotate(360deg);
	    transform: rotate(360deg);
    }
}

@keyframes liload 
{
    0% 
    {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
    }
    100% 
    {
	    -webkit-transform: rotate(360deg);
	    transform: rotate(360deg);
    }
}
