@charset "UTF-8";
.container {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
  
.my-top {
	height: 80px;
}
				
.logo{
	height: 80px;
	margin-top: -16px;
	margin-left:20px
}

.in-btn{
	height: 10%;
	width: 10%;
	position: absolute;
	padding-left: 75%;
	margin-top: 25px;
	display: none
}

.sign-up-btn{
	margin-top: 1%;
	margin-right: 2%;
	width: 13%;
}

.sign-up-btn li{
	width: 160px;
	height: 50px;
	background: rgba(76,147,254,1);
	border-radius: 25px;
}

.sign-up-btn a{
	color:white;
	text-align: center;
}


.title-header-common{
	width: 4px;
	height: 19px;
	background: rgba(76,147,254,1);
	display: inline-block;
	text-align: center;
}

.title-header {
	display: inline-block;
	width: 98%;
}

.title-header span{
	width: 100px;
	height: 24px;
	font-size: 18px;
	font-family: PingFang-SC-Semibold;
	font-weight: 600;
	color: rgba(0,0,0,1);
	line-height: 29px;
	display: inline-block;
	padding-left: 5px;
	float: left;
}

.title-header a{
	float: right;
	line-height: 24px;
	text-decoration: none;
}

/*.title-header-common span{
	width: 100px;
	height: 21px;
	font-size: 18px;
	font-family: PingFang-SC-Semibold;
	font-weight: 600;
	color: rgba(0,0,0,1);
	line-height: 29px;
	display: inline-block;
	margin-left: 0px;
	margin-top: -6px;
}*/

.system-margin{
    margin-top: 2rem;
    text-align: center;
}

.system-btn{
	margin-top: 10px;
	margin-left:30px;
}
.system-margin a{
	text-decoration: none;
	background-color: #72BEFF;
	height: 84px;
	width: 200px;
	font-size: 18px;
	color: white;
	display: inline-block;
	text-align: center;
	padding-top: 30px;
	border-radius: 10px;
	text-decoration: none;
}

.system-margin img{
	width: 20px;
    margin-right: 3px;
    margin-top: -3px;
}

.news span{
	width: 384px;
    height: 29px;
    font-size: 22px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(34,34,34,1);
    line-height: 20px;
}
.news-ul li{
	cursor: pointer;
    background: url(../../../public/images/circle.png) left center no-repeat;
    background-size: 6px;
    padding-left: 20px;
    line-height: 32px;
    overflow: hidden;
    height: 33px;
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	margin-top: 0.5px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
}

.rules-ul li{
	cursor: pointer;
    background: url(../../../public/images/target.png) left center no-repeat;
    background-size: 12px;
    padding-left: 20px;
    line-height: 32px;
    overflow: hidden;
    height: 33px;
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
	margin-top: 0.5px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
}

.rules-ul li:hover {
	color: #005491;
}

.news-ul li:hover{
	color: #005491;
}

.news p{
	margin-top: 10px;
    height: 49px;
    font-size: 15px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(153,153,153,1);
    line-height: 32px;
}


.upload-data{
    width: 80px;
    height: 80px;
    background: rgba(76,147,254,1);
    text-align: center;
    display: inline-block;
}
	
.upload-data-day{
	width: 36px;
	height: 25px;
	font-size: 25px;
	font-family: PingFang-SC-Semibold;
	/**font-weight: 600;**/
	color: rgba(255,255,255,1);
	line-height: 45px;
}

.upload-data-month{
	width: 64px;
	height: 14px;
	font-size: 17px;
	font-family: PingFang-SC-Semibold;
	/**font-weight: 600;**/
	color: rgba(255,255,255,1);
	line-height: 15px;
}

.upload-data-front{
    background: transparent;
    width: 80%;
    padding-left: 15px;
    display: inline-block;
    float: right;
}

.upload-data-front a{
    /* width: 356px; */
	height: 49px;
	font-size: 16px;
	font-family: PingFang-SC-Regular;
	font-weight: 400;
	color: rgba(0,0,0,1);
    display: table-cell;
	vertical-align: middle;
	text-align: center; 
	text-decoration: none;
}

.upload-data-front a:hover{
    color: #005491;
}

.upload-data-inline{
	display: inline-block;
	margin-top: 25px;
}

.margin-top-common{
	margin-top: 2rem;
}

.padding-left-common{
	padding-left: 15px;
}

.float-right-common{
	float: right;
}


.btn-common{
	margin-right: 36px;
	background-color: #72BEFF;
	height: 84px;
	width: 225px;
	font-size: 20px;
	color: white;
	display: inline-block;
	text-align: center;
	padding-top: 30px;
	border-radius: 10px;
	text-decoration: none;
}

.nav>li>a:hover {
	width: 160px;
	height: 50px;
	background: rgba(76,147,254,1);
	border-radius: 25px;
}

.li-compatible-common{

}

[v-cloak] {
	display: none;
}
		
	
 

