@CHARSET "UTF-8";

/* page top bg */
.page_top_banner {
	top: 146px;
	position: relative;
	height: 443px;
}

.page_top_bg {
	height: 443px;
	padding-top:100px;
	background: url('../pic/bgbanner/royal_bg.png') no-repeat center center;
	color: #FFFFFF;
	padding-left:10%;
}

.page_top_banner .top_title {
  opacity: 1;
  font-family: Poppins;
  font-size: 72px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  height: 108px;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
	margin-bottom:50px;
}
.page_top_bg .page_tips, .page_top_bg .page_tips a{color: #FFFFFF;}

@media only screen and (max-width:768px) {
	.page_top_banner {top:130px;height:150px;}
	.page_top_bg{height:auto;}
	.page_top_banner .top_title{
		margin-top:-80px;
		font-size: 30px;
        line-height: 30px;
        height: 30px;
		margin-bottom:0;
	}
}