
body{
	font-family:'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif;margin:0 auto;
}
#container {
	margin: 0 auto;
	max-width: 750px;
	background: #000 url(../images/bg.jpg) no-repeat center top;
	background-size: 100% auto;
}
img {
	vertical-align: top;
	width: auto;
}
.img_contain img{
	width: 100%;
}

i {
	font-style: normal;
}
.en,.yn,.ph{
	display: none;
}
#header {
	height: 1.17rem;
	display: flex;
	align-items: flex-start;
	background: rgba(0,0,0,0.37);
	position: relative;
	align-items: center;
	padding: 0 .42rem;
}
#header:after{
	content: '';
	display: block;
	width: 50%;
	height: 1px;
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(2,189,114,0.99) 49%, rgba(0,0,0,0) 100%);
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#header .logo {
	height: 1rem;
}
#header .logo a{
	height: 100%;
	display: flex;
	width: fit-content;
}
#header .language {
	margin-left: auto;
	position: relative;
	border: thin solid #02BD72;
	border-radius: 0.4rem;
}
#header .language > a {
	padding: 0 0.25rem;
	display: flex;
	color: #fff;
	font-size: 12px;
	line-height: 0.54rem;
	position: relative;
	z-index: 1;
}

#header .language > a .arrow{
	margin-left: .45rem;
}
#header .language > a .arrow img{

	margin: 0;
	height: 0.2rem;
	transition: transform 0.5s;
	cursor: pointer;
}
#header .language > a .down{
	transform: rotate(90deg);
}
#header .language > a .up{
	transform: rotate(270deg);
}
#header .language a img {
	margin-right: .2rem;
	width: auto;
	height: 0.3rem;
	display: inline-block;
	vertical-align: middle;
}
#header .language ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	border-radius: .15rem;
	padding-top: .76rem;
	z-index: 1;
}
#header .language li a {
	white-space: nowrap;
	padding: 0 0.22rem;
	display: block;
	color: #fff;
	font-size: 0.3rem;
	line-height: 0.59rem;
	margin: 0.1rem 0;
}

#main {
	padding:8.25rem 0 0;
}
#main .wrap{
	position: absolute;
	top: 1.64rem;
	left: 0;
	right: 0;
	color:#fff;
	text-align: center;
}
#main .wrap .top{
	font-weight: bold;
	font-size: .4rem;
}
#main .wrap .bottom{
	margin-top: 0.2rem;
	font-size: .36rem;
	display: flex;
	justify-content: space-around;
	color: red;
}
#main .wrap .bottom span{
	width: 45%;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	display: block;
}

#main .navi .share{
	position: absolute;
	width: 7rem;
	bottom: 1.6rem;
	display: none;
	z-index: 1;
}
#main .navi .on .share{
	display: block;
}
#main .navi .share img{
	width: 100%;
}

#main .navi {
	display: flex;
	position: relative;
	margin: .43rem .12rem 0;
	border-radius: .2rem;
}
#main .navi > li:nth-child(2){
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#main .navi > li:nth-child(2):before{
	position: absolute;
	left: 2%;
}

#main .navi > li:nth-child(2) i{
	white-space: pre;
}
#main .navi > li:nth-child(2):after{
	position: absolute;
	right: 2%;
}
#main .navi > li:nth-child(2):before,#main .navi > li:nth-child(2)::after{
	content: '';
	display: block;
	width: 1px;
	height: .97rem;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(2,189,114,0.99) 49%, rgba(0,0,0,0) 100%);
}

#main .navi > li {
	width: calc(100%  / 3);
	box-sizing: border-box;
	background: rgba(0,0,0,0.37);
}
#main .navi > li:nth-child(even) {
	margin-right: 0;
}
#main .navi > li:nth-child(-n + 2) {
	margin-top: 0;
}
#main .navi > li > a {
	height: 1.64rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size:12px;
	box-sizing: border-box;
}
#main .navi > li a img {
	margin: 0 auto 0.2rem;
	display: block;
	width: auto;
	height: 0.6rem;
}
#main  .jsBox {
	box-sizing: border-box;
	background: rgba(0,0,0);
}
#main .jsBox {
	display: block;
}
#main  .jsBox ul {
	padding: .2rem;
}
#main  .jsBox li {
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: center;
}
#main  .jsBox li + li{
	margin-top: 0.15rem;
}
#main  .jsBox li span {
	display: block;
	color: #414755;
	font-size: 12px;
	line-height: 0.7rem;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	border-radius: .1rem;
}
#main  .jsBox li .ms {
	width: .8rem;
}
#main .jsBox li img {
	margin: 0 0.2rem;
	width: 0.45rem;
	display: block;
	float: left;
}
#main  .jsBox li .url {
	width: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 .15rem;
	text-align:left;
}
#main .jsBox li a {
	margin-left: .2rem;
	width: 2rem;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 0.7rem;
	text-align: center;
	background: #02bd72;
	box-sizing: border-box;
	border-radius: .1rem;
}
#main  .jsBox .arrow {
	width: 0.35rem;
	position: absolute;
	left: 20%;
	bottom: -9px;
}
.footer{
	margin-top: .7rem;
}
.footer p {
	color: #fff;
	font-size: 0.17rem;
	text-align: center;
	line-height: .33rem;
	padding: .24rem .52rem .9rem;
}
.footer .socialLinks_icon{
	display: flex;
	justify-content: center;
}
.footer .socialLinks_icon li{
	margin: 0 .1rem;
	display: flex;
	align-items: center;
}
.footer .socialLinks_icon a{
	width: .36rem;
	height: .36rem;
	display: inline-block;
}
#container .footer .socialLinks_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .3rem;
}
.footer .socialLinks_logo li{
	margin: 0 .15rem;
	display: flex;
	align-items: center;
}

.footer .socialLinks_logo li:nth-child(1) {
	height: .51rem;
}
.footer .socialLinks_logo li:nth-child(2) {
	height: .37rem;
}
.footer .socialLinks_logo li:nth-child(3) {
	height: .35rem;
}
.footer img{
	width: auto;
	height: 100%;
}
.bg_logo{
	position: absolute;
	top: 91vw;
	left: 0;
	right: 0;
	width: 5rem;
	margin: 0 auto;
}
.bg_logo img{
	width: 100%;
	height: 100%;
}
/* pc */
#pc {
	width: 100%;
	height: 100%;
	background: url('../images/pc_bg.jpg') 0px 0px / cover no-repeat;
	background-position: center;
}

#pc .language {
	position: fixed;
	top: 36px;
	right: 50px;
	border: thin solid  #02BD72;
	border-radius: 40px;
	z-index: 1;
}
#pc .language > a {
	padding: 0 20px;
	display: flex;
	color: #fff;
	font-size: 20px;
	line-height:49px;
	position: relative;
	z-index: 1;
}

#pc .language > a .arrow{
	margin-left: 45px;
}
#pc .language > a .arrow img{
	margin: 0;
	height: 20px;
	transition: transform 0.5s;
	cursor: pointer;
}
#pc .language > a .down{
	transform: rotate(90deg);
}
#pc .language > a .up{
	transform: rotate(270deg);
}
#pc .language a img {
	margin-right: 13px;
	width: auto;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}
#pc .language ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	border-radius: 15px;
	padding-top: 52px;
}
#pc .language li a {
	white-space: nowrap;
	padding: 0 22px;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	margin: 10px 0;
}

#pc header{
	background: rgba(0,0,0,0.8);
	height: 129px;
	display: flex;
	align-items: center;
}
#pc header .logo {
	height: 85px;
	display: flex;
	align-items: center;
	padding-left: 92px;
}
#pc header .logo::after{
	content: '';
	display: block;
	margin-left: 153px;
	width: 1px;
	height: 45px;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(2,189,114,0.99) 49%, rgba(0,0,0,0) 100%);
}
#pc header .navi {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-right: 57px;
	flex-shrink: 0;
}
#pc header .navi > li:last-child{
	margin-right: 328px;
}
#pc header .navi > li{
	display: flex;
}
#pc header .navi > li + li {
	margin-left: 36px;
}
#pc header .navi > li + li::before{
	content: '';
	display: block;
	margin-right: 15px;
	width: 1px;
	height: 45px;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(2,189,114,0.99) 49%, rgba(0,0,0,0) 100%);
}
#pc header .navi > li:nth-child(2n) {
}
#pc header .navi > li > a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size:12px;
	box-sizing: border-box;
}
#pc header .navi > li a img {
	display: block;
	width: auto;
	height: 45px;
	margin-right: 18px;
}
#pc .footer .footer_left{
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}
#pc .footer .jsBox {
	box-sizing: border-box;
	width: 1110px;
}

#pc .footer .jsBox ul {
	display: flex;
	height: 150px;
	flex-wrap: wrap;
}
#pc .footer .jsBox li {
	display: flex;
	align-items: center;
	height: 42px;
}
#pc .footer .jsBox li:nth-child(odd){
	margin-right: 50px;
}
#pc .footer .jsBox li + li{
	/* margin-top: 15px; */
}
#pc .footer .jsBox li span {
	display: block;
	color: #414755;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
}
#pc .footer .jsBox li .ms {
	width: 64px;
}
#pc .footer .jsBox li img {
	margin: 0 20px;
	width: 45px;
	height: 15px;
	display: block;
	float: left;
}
#pc .footer .jsBox li .url {
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 .15rem;
	text-align:left;
}
#pc .footer .jsBox li a {
	margin-left: 24px;
	width: 135px;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	background: #02bd72;
	box-sizing: border-box;
	border-radius: 10px;
}

#pc .footer{
	position: fixed;
	right: 0;
	left: 0;
	bottom: 10px;
	display: flex;
	justify-content: space-around;
}
#pc .footer p {
	color: #fff;
	font-size: 17px;
	text-align: left;
	line-height: 33px;
	/*margin: 12px 0 0px;*/
	padding: 0;
}
#pc  .socialLinks_icon{
	display: flex;
	justify-content: center;
	margin-left: 28px;
}
#pc .socialLinks_icon li{
	margin: 0 10px;
	display: flex;
	align-items: center;
}
#pc .socialLinks_icon a{
	width: 36px;
	height: 36px;
	display: inline-block;
}
#pc  .socialLinks_logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 60px;
}
#pc .socialLinks_logo li{
	margin: 0 15px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
#pc  .socialLinks_logo li:nth-child(1) {
	height: 51px;
	margin-left: 0;
}
#pc .socialLinks_logo li:nth-child(2) {
	height: 37px;
}
#pc .socialLinks_logo li:nth-child(3) {
	height: 35px;
}
#pc .footer img{
	width: 100%;
	height: 100%;
}

#pcContain {
	width: 100%;
	height: 100%;
	background: url('../images/pcBg.jpg') 0px 0px / cover no-repeat;
}


#pcContain .content-contain {
	display: flex;
	flex-direction: row;
	justify-content: center;
	min-width: 600px;
	margin: 0 auto;
	height: 100%;
	position: relative
}

#pcContain .content-contain .content {
	width: 594px;
	height:684px;
	background: #fff;
	padding: 39px 48px ;
	border-radius: 15px;
	margin: 0 18px;
	box-sizing: border-box;
	flex-shrink: 0;
	margin-top: 155px;
}

#pcContain .left-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between
}

#pcContain .left-content .logo-contain {
	height: 120px;
	min-width: 160px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#pcContain .logo_img{
	display: flex;
	justify-content: center;
	width: auto;
	height: 100%;
}
#pcContain .logo-contain-style2>img {
	width: 420px;
	margin-right: 100px
}

.logo-contain-style2 .logo-contain-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #333;
	overflow: hidden;
	max-width: 80%
}

#pcContain .logo-contain-style2 .logo-contain-text .logo-contain-title {
	margin-bottom: 60px;
	font-weight: 700;
	font-size:16px
}

#pcContain .logo-contain-style2 .logo-contain-url {
	color: #666;
	font-size: 110px;
	width: 100%;
	word-wrap: break-word
}

#pcContain .logo-contain-style1>img {
	width: 242px
}

#pcContain .qr-c {
	text-align: center;
}

#pcContain .qr-c img {
	width: 350px;

}

#pcContain .qr-code-text {
	font-size: 32px;
	display:block;
}


body[langs=vi] #pcContain .qr-code img {
	margin: 50px 0 50px 0
}


body[langs=vi] #pcContain .qr-code-text {
	line-height: 180px;
	min-height: 180px
}

#pcContain .c-p {
	font-size: 24px;
	color: #909090;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

#pcContain .c-p-a {
	color: #02CD72;
	margin-left: 5px
}

#pcContain .online {
	cursor: pointer
}


#pcContain  .entry_contain {
	width:900px;
	min-height: 684px;
	margin: 0 auto;
	border-radius: 20px;
	background: #fff;
	padding: 40px 58px;
	box-sizing: border-box;
	margin-top: 155px;
}

#pcContain .entry_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
}

#pcContain .entry_item + .entry_item {
	margin-top: 36px;
}
#pcContain  .line_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#pcContain .line_wrap .text{
	color: #02CB72;
	margin-top: 9px;
	font-size: 19px;
}
#pcContain .line_left {
	display: flex;
	align-items: flex-end;
}
#pcContain .entry_item_text{
	font-size: 30px;
	color: #000;
}
#pcContain .line1 {
	width: 0.08rem;
	height: 0.2rem;
	border-radius: 0.05rem;
	background-color: #02bd72;
	margin-right: 0.04rem;
}

#pcContain .line2 {
	width: 0.08rem;
	height: 0.28rem;
	border-radius: 0.05rem;
	background-color: #02bd72;
	margin-right: 0.04rem;
}

#pcContain .line3 {
	width: 0.08rem;
	height: 0.36rem;
	border-radius: 0.05rem;
	background-color: #02bd72;
}
#pcContain .entry_head {
	display: flex;
	justify-content: flex-end;
	padding-right: 58px;
}

#pcContain .entry_item_text > span + span {
	margin-left: 0.46rem;
}

#pcContain  .entry_reflush_btn {
	display: block;
	width: 153px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	background: #FFBD2E;
	color: #fff;
	border-radius:12px;
	font-size: 23px;
	position: absolute;
	top:85px;
}

#pcContain .entry_item_btn > a {
	display: block;
	width: 192px;
	height: 72px;
	line-height: 1.2;
	text-align: center;
	background: #FFBD2E;
	color: #fff;
	border-radius:12px;
	font-size:30px;
	white-space: normal;
	word-wrap: break-word;
}
#pcContain .entry_item_btn > a.en{
	line-height: 72px;
}



#pcContain .language {
	position: fixed;
	top: 27px;
	right: 60px;
	background: rgba(0,0,0,0.37);
	border-radius: 40px;
	z-index: 1;
}
#pcContain .language > a {
	padding: 0 20px;
	display: flex;
	color: #fff;
	font-size: 20px;
	line-height:49px;
	position: relative;
	z-index: 1;
}

#pcContain .language > a .arrow{
	margin-left: 45px;
}
#pcContain .language > a .arrow img{
	margin: 0;
	height: 20px;
	transition: transform 0.5s;
	cursor: pointer;
}
#pcContain .language > a .down{
	transform: rotate(90deg);
}
#pcContain .language > a .up{
	transform: rotate(270deg);
}
#pcContain .language a img {
	margin-right: 13px;
	width: auto;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}
#pcContain .language ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	border-radius: 15px;
	padding-top: 49px;
}
#pcContain .language li a {
	white-space: nowrap;
	padding: 0 22px;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	margin: 10px 0;
}
#pc .bg_logo{
	position: absolute;
	top: 13%;
	left: 0;
	right: 0;
	width: 600px;
	margin: 0 auto;
}
#pc .wrap {
	/*margin-left: auto;*/
	/*margin-right: 67px;*/
	margin: 0 29px
}
#pc .wrap .top{
	display: flex;
	color: #fff;
	font-size: 30px;
	align-items: center;
}

#pc .wrap .bottom{
	font-size: 20px;
	color: red;
	margin-top: 13px;
	display: flex;
}
#pc .wrap .bottom  span:first-child{
	margin-right: 17px;
}

#pc .title-box {
	display: flex;
	align-items: center;
}