body{
	font-family: PingFangSC-Regular;
}
.btn_sty {
	border-radius: 4px;
	background-color: #1184e6;
	color: #ffffff!important;
	text-align: center;
}

.btn_sty:hover {
	opacity: 0.85;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 33;
	transition: all .2s ease;
}

.scrollbg header {
	background: #FFFFFF;
	box-shadow: 0 1px 10px 0 rgba(48, 51, 85, .1);
}

.header_div {
	height: 98px;
}

a:hover {
	opacity: 0.75;
}

.header_div .a1 {
	line-height: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #31353b;
	margin-left: 45px;
}

.header_div .btn_sign {
	width: 96px;
	height: 38px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 38px;
	margin-left: 25px;
}

.header_div .dr {
	display: flex;
	align-items: center;
}

.lang_tab {
	position: relative;
	padding: 7px 15px 7px 0;
	overflow: hidden;
	background: url(../../img/goldPrice/lang_jt.svg) no-repeat right center;
	background-size: 12px;
}

.lang_tab.active {
	background: url(../../img/goldPrice/lang_jt_close.svg) no-repeat right center;
	background-size: 12px;
}

.lang_tab ul {
	/*	display: none;*/
	height: 0;
	position: absolute;
	border-radius: 6px;
	box-shadow: 0 4px 36px 0 rgba(26, 47, 71, 0.09);
	background-color: #ffffff;
	left: 25px;
	top: 40px;
	overflow: hidden;
}

.lang_tab li {
	padding: 0 20px 0 20px;
	min-width: 80px;
}

.lang_tab a {
	font-size: 16px;
	color: #31353b;
	line-height: 42px;
	display: block;
	word-break: keep-all;
}

.lang_tab a:hover {
	color: #1184e6;
	opacity: 1;
}

.lang_tab .active {
	background-color: #1184e6;
}

.lang_tab .active a {
	color: #FFFFFF;
}

.lang_tab .active a:hover {
	color: #FFFFFF;
}

.lang_name {
	cursor: pointer;
}

.img_m {
	display: none;
}

footer {
	background-color: #031f3a;
	padding: 80px 0;
}

.foot_con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 16px;
	color: #707e8c;
	line-height: 22px;
}

.foot_con .bor {
	width: 1px;
	height: 180px;
	border-left: solid 1px #414e5a;
}

.foot_con .dl a {
	color: #ffffff;
}

.foot_con .dl>div {
	margin-top: 20px;
}

.foot_con .dr .d_a {
	margin-top: 20px;
	font-size: 16px;
	color: #707e8c;
	line-height: 22px;
	display: block;
}

.foot_con .d_tit {
	color: #ffffff;
}

.foot_con .dr {
	display: flex;
	justify-content: space-between;
	width: calc(60%);
}

.footer_lang {
	text-align: right;
	color: #FFFFFF;
	position: relative;
	top: -25px;
}

.footer_lang a {
	color: #707e8c;
}

.copy_right {
	background-color: #000;
	color: #cbcddb;
	font-size: 14px;
	padding: 16px 0;
	font-size: 12px;
	color: #a6b5c4;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.div1 {
	background: url(../../img/goldPrice/bg_pc.jpg) no-repeat center center;
	background-size: cover;
	height: 780px;
	position: relative;
	overflow: hidden;
}

.div1_con {
	padding-top: 200px;
	max-width: 696px;
	font-size: 24px;
	line-height: 1.67;
	color: #9f883b;
}

.div1_con h2 {
	font-size: 66px;
	font-weight: 600;
	line-height: 1.09;
	color: #582223;
	margin-bottom: 60px;
}

.div1_con .btn_sty {
	max-width: 320px;
	line-height: 80px;
	border-radius: 8px;
	box-shadow: 4px 4px 12px 0 rgba(17, 132, 230, 0.36);
	display: block;
	font-size: 24px;
	font-weight: 500;
	margin-top: 100px;
}

.h3_tit {
	font-size: 42px;
	font-weight: 600;
	color: #0d1730;
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
}

.h3_tit span {
	color: #1184e6;
}

.div3 {
	background: url(../../img/goldPrice/div3_bg.jpg) no-repeat center center;
	background-size: cover;
}

.div3 .h3_tit {
	color: #FFFFFF;
}

.h3_dsp {
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	color: #f5f6f6;
	margin: 30px auto 80px;
}

.div3_con {
	padding: 70px 41px 70px 99px;
	border-radius: 10px;
	background-color: #ffffff;
}

.div3_con_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.div3_con_item:not(:first-child) {
	margin-top: 50px;
}

.div3_con_item>div:first-child {
	width: calc(50% - 50px);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	color: #0d1730;
	min-height: 60px;
	display: flex;
	align-items: center;
	padding-left: 50px;
	padding-right: 20px;
}

.div3_con_item>div:last-child {
	width: 50%;
	max-width: 560px;
	font-size: 18px;
	line-height: 2;
	color: #596069;
}

.div3_con_item .bg_1 {
	background: url(../../img/goldPrice/01.svg) no-repeat left center;
}

.div3_con_item .bg_2 {
	background: url(../../img/goldPrice/02.svg) no-repeat left center;
}

.div3_con_item .bg_3 {
	background: url(../../img/goldPrice/03.svg) no-repeat left center;
}

.div3_con_item .bg_4 {
	background: url(../../img/goldPrice/04.svg) no-repeat left center;
}

.div4_con {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.div4_con_item {
	width: calc(33% - 15px);
	border-radius: 10px;
	box-shadow: 0 4px 36px 0 rgba(26, 47, 71, 0.09);
	background-color: #ffffff;
}

.div4_con_item img {
	display: block;
}

.div4_con_item>div {
	padding: 40px 35px 30px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	color: #0d1730;
}

.div4_con_item>div p {
	font-size: 18px;
	line-height: 1.56;
	color: #596069;
	font-weight: 400;
	margin-top: 20px;
}

.div5 {
	padding-bottom: 120px;
}

.div5_con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 90px;
}

.div5_con>img {
	max-width: 591px;
	width: 50%;
}

.div5_con .dr {
	width: calc(50% - 100px);
}

.div5_con .dr>div::before {
	content: "";
	background: url(../../img/goldPrice/div5_dh.svg) no-repeat center center;
	background-size: cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
}

.div5_con .dr>div {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: #0d1730;
	padding-left: 50px;
	position: relative;
}

.div5_con .dr>div:not(:first-child) {
	margin-top: 40px;
}

.div5_con .btn_sty {
	width: 320px;
	height: 80px;
	display: block;
	font-size: 24px;
	font-weight: 500;
	line-height: 80px;
	color: #ffffff;
	margin-top: 62px;
}

.div6 {
	background: url(../../img/goldPrice/div6_bg.svg) no-repeat center center;
	background-size: cover;
}

.div6 .h3_tit {
	color: #FFFFFF;
}

.div6_con {
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.div6_item {
	text-align: center;
	width: 33%;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.56;
	color: #ffffff;
}

.div6_item img {
	height: 40px;
}

.div6_item>div {
	margin-top: 26px;
}

.div6_item:nth-child(4),
.div6_item:nth-child(5),
.div6_item:nth-child(6) {
	margin-top: 70px;
}

.div7_con {
	margin-top: 80px;
}

.div7_con_item {
	border-radius: 8px;
	box-shadow: 0 4px 36px 0 rgba(26, 47, 71, 0.09);
	background-color: #ffffff;
	margin-top: 20px;
}

.div7_ques_tit {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	color: #0d1730;
	padding: 22px 60px 22px 30px;
	cursor: pointer;
	background: url(../../img/goldPrice/div7_jt_close.svg) no-repeat right 30px center;
}

.div7 .active .div7_ques_tit {
	background: url(../../img/goldPrice/div7_jt.svg) no-repeat right 30px center;
}

.div7_ques_con {
	padding: 0 37px 30px 30px;
	font-size: 18px;
	line-height: 1.56;
	color: #596069;
	display: none;
}

.div7 .active .div7_ques_con {
	display: block;
}

.div8_con {
	background: url(../../img/goldPrice/div8_bg.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 100px;
	padding: 80px;
	font-size: 42px;
	font-weight: 600;
	color: #ffffff;
	border-radius: 8px;
}

.div8_con .d2 {
	margin-top: 30px;
	margin-bottom: 70px;
}

.div8_con .d3 {
	display: flex;
}

.div8_con a {
	width: 280px;
	height: 80px;
	font-size: 28px;
	font-weight: 500;
	color: #ffcd00;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #ffcd00;
	color: #1184e6;
	text-align: center;
}

.div8_con .btn_2 {
	display: none;
}

.symbol_list {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #e3e8ee;
	margin-top: 80px;
	margin-bottom: 40px;
	width: 100%;
}

.symbol_list img {
	width: 36px;
	height: 36px;
	margin-right: 10px;
	opacity: 0.6;
}

.symbol_list li {
	flex: 1;
	position: relative;
}

.symbol_list li>div {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #9cb1c9;
	position: relative;
	cursor: pointer;
	padding: 16px 0;
}

.symbol_list .active::after {
	content: "";
	height: 7px;
	margin: 9px 70px 0 0;
	background-color: #1184e6;
	display: inline-block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.symbol_list .active {
	color: #0d1e30;
}

.symbol_list .active img {
	opacity: 1;
}

.hq_div {
	border-radius: 8px;
	border: solid 1px #e9e9e9;
	background-color: #fcfcfc;
}

.hq_div_dt {
	display: flex;
	height: 200px;
}

.hq_div_db {
	display: none!important;
}

.hq_div .dl {
	border-right: solid 1px #e9e9e9;
	width: 33.3%;
	font-size: 36px;
	color: #0d1730;
}

.hq_div .dl img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.hq_div .dl,
.hq_div .dl .dl_1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hq_div .btn_sty {
	width: 230px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	display: block;
	margin-top: 20px;
}

.hq_div .dr {
	width: 66.6%;
}

.hq_div .dr .dt {
	border-bottom: solid 1px #e9e9e9;
	height: 100px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #596069;
}

.hq_div .dr .dt>div {
	width: 50%;
}

.hq_div .dr .dt .dt_1 {
	padding-left: 50px;
}

.dt_1_data {
	font-size: 36px;
	line-height: 46px;
	color: #0d1730;
}

.col_red {
	color: #E7182B!important;
}

.col_green {
	color: #29a76d!important;
}

.hq_div .dr_db {
	display: flex;
	align-items: center;
	height: 100px;
	padding-left: 50px;
	font-size: 14px;
	color: #596069;
}

.hq_div .dr_db i {
	padding: 0 16px;
}

.hq_div .dr_db span {
	cursor: pointer;
	position: relative;
}

.hq_div .dr_db .active {
	color: #1184e6;
}

.hq_div .dr_db .active::after {
	content: "";
	display: inline-block;
	height: 2px;
	background-color: #1184e6;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -3px;
}

.chat_box {
	margin-top: 35px;
}

.div4_con_m {
	display: none;
}

.en_us_body .div1_con,
.vi_vn_body .div1_con,
.th_th_body .div1_con {
	max-width: 800px;
	font-size: 22px;
}

.en_us_body .div1_con h2,
.vi_vn_body .div1_con h2,
.th_th_body .div1_con h2 {
	font-size: 60px;
}


/*手机模式*/

.pc_hide {
	display: none!important;
}

@media only screen and (max-width: 450px) {
	.m_hide {
		display: none!important;
	}
	.pc_hide {
		display: block!important;
	}
	.img_m {
		display: block!important;
	}
	.header_div {
		height: 60px;
	}
	header {
		background: #FFFFFF;
	}
	body {
		padding-top: 60px;
	}
	.div1 {
		background: url(../../img/goldPrice/bg_m.jpg) no-repeat center center;
		background-size: cover;
		height: 645px;
		position: relative;
		overflow: hidden;
	}
	.div1_con {
		padding-top: 55px;
		max-width: 100%;
		text-align: center;
		font-size: 14px!important;
		line-height: 1.57;
	}
	.div1_con h2 {
		font-size: 30px!important;
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: 25px;
		text-align: center;
	}
	.div1_con .m_minh {
		min-height: 340px;
	}
	.div1_con .btn_sty {
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		width: 230px;
		margin: 0 auto;
	}
	.h3_tit {
		font-size: 20px;
	}
	.hq_div_db {
		display: flex!important;
	}
	.hq_div_dt {
		height: 65px;
		border-bottom: solid 1px #e9e9e9;
	}
	.hq_div .dl {
		width: 140px;
		font-size: 16px;
		height: 65px;
	}
	.hq_div .dl img {
		width: 24px;
		height: 24px;
		margin-right: 9px;
	}
	.hq_div .dr .dt {
		height: 65px;
		font-size: 12px;
		border-bottom: 0;
	}
	.hq_div .dr {
		width: calc(100% - 140px);
	}
	.hq_div .dr .dt .dt_1 {
		padding-left: 20px;
	}
	.dt_1_data {
		font-size: 18px;
		line-height: 23px;
		padding-top: 3px;
	}
	.hq_div .dr_db {
		height: 50px;
		font-size: 12px;
		padding-left: 22px;
	}
	.hq_div .dr_db i {
		padding: 0 8px;
	}
	.symbol_list {
		margin-bottom: 15px;
		margin-top: 25px;
	}
	.symbol_list li {
		min-width: 86px;
	}
	.symbol_list li:not(:first-child) {
		padding-left: 20px;
	}
	.symbol_list img {
		width: 21px;
		height: 21px;
		margin-right: 7px;
	}
	.symbol_list li>div {
		font-size: 12px;
		padding: 8px 0;
	}
	.symbol_list .active::after {
		height: 3px;
	}
	.h3_dsp {
		font-size: 14px;
		margin: 25px auto;
	}
	.div3_con_item {
		flex-direction: column;
	}
	.div3_con {
		padding: 30px 15px 30px 30px;
	}
	.div3_con_item>div {
		width: 100%!important;
		font-size: 16px!important;
		padding-left: 25px!important;
		min-height: 27px!important;
		background-size: 36px 27px!important;
		box-sizing: border-box;
	}
	.div3_con_item>div:last-child {
		font-size: 12px!important;
		line-height: 1.5!important;
		margin-top: 15px;
	}
	.div3_con_item:not(:first-child) {
		margin-top: 25px;
	}
	.div4_con_m {
		padding-top: 30px;
		display: block;
		padding-bottom: 50px;
	}
	.div4_con_item {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.swiper-slide {
		width: 100%;
		box-sizing: border-box;
	}
	.div4_con_item>div {
		padding: 20px 15px;
		font-size: 16px;
	}
	.div4_con_item>div p {
		font-size: 14px;
		margin-top: 15px;
	}
	.div4 {
		padding-bottom: 0;
	}
	.div5 {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.div5_con {
		flex-direction: column;
		margin-top: 20px;
	}
	.div5_con>img {
		width: 100%;
		max-width: 300px;
	}
	.div5_con .dr {
		display: flex;
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
	}
	.div5_con .dr>div {
		width: 33%;
		box-sizing: border-box;
		margin-top: 30px!important;
		font-size: 14px;
		line-height: 1.43;
		padding-left: 0;
		text-align: center;
		padding: 0 7px;
	}
	.div5_con .dr>div::before {
		position: inherit;
		display: block;
		margin: 0 auto 10px;
		width: 15px;
		height: 15px;
	}
	.div5_con .btn_sty {
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		width: 230px;
		margin: 30px auto 0;
	}
	footer {
		padding: 50px 0;
	}
	footer .foot_con {
		display: block;
	}
	footer .bor {
		display: none;
	}
	footer .foot_con .dl {
		text-align: center;
		font-size: 14px;
		line-height: 18px;
	}
	.foot_con .dl>div,
	.foot_con .dr .d_a {
		margin-top: 9px;
	}
	footer .foot_con .dr {
		margin-top: 30px;
		width: 100%;
		font-size: 12px;
		line-height: 15px;
	}
	footer .foot_con .dr .d_a {
		font-size: 12px;
		line-height: 15px;
	}
	.copy_right {
		display: flex;
	}
	.footer_lang {
		font-size: 14px;
	}
	.div6_con {
		margin-top: 10px;
	}
	.div6_item {
		font-size: 12px;
		width: 50%;
	}
	.div6_item:not(:nth-child(1)),
	.div6_item:not(:nth-child(2)) {
		margin-top: 20px!important;
	}
	.div6_item>div {
		margin-top: 8px;
	}
	.div7 {
		padding-bottom: 124px;
	}
	.div7_con {
		margin-top: 40px;
	}
	.div7_con_item {
		border-radius: 4px;
		margin-top: 10px;
	}
	.div7_ques_tit {
		font-size: 14px;
		padding: 15px 35px 15px 15px;
		background: url(../../img/goldPrice/div7_jt_close.svg) no-repeat right 10px center;
		background-size: 12px auto;
	}
	.div7 .active .div7_ques_tit {
		background: url(../../img/goldPrice/div7_jt.svg) no-repeat right 10px center;
		background-size: 12px auto;
	}
	.div7_ques_con {
		font-size: 12px;
		line-height: 1.5;
		padding: 0 15px 15px 15px;
	}
	.chat_box {
		height: 250px;
	}
	.div8_con {
		margin-top: 50px;
		background: url(../../img/goldPrice/div8_bg_m.jpg) no-repeat center center;
		background-size: cover;
		font-size: 14px;
		padding: 30px 10px 20px 20px;
		position: relative;
		min-height: 144px;
		box-sizing: border-box;
	}
	.div8_con .d2 {
		margin-top: 20px;
		margin-bottom: 0;
		font-size: 18px;
	}
	.div8_con .d3 {
		position: absolute;
		bottom: -74px;
		left: 0;
		width: 100%;
	}
	.div8_con a {
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		width: 230px;
		margin: 30px auto 0;
	}
	.header_div .a1 {
		font-size: 14px;
	}
	.lang_tab,
	.lang_tab.active {
		background-size: 8px;
		padding-right: 11px;
	}
	.lang_tab a {
		font-size: 12px;
		line-height: 35px;
	}
	.lang_tab ul {
		right: 0;
		left: inherit;
	}
	.lang_tab li {
		padding: 0 15px 0 15px;
		min-width: 60px;
	}
}