
@media only screen and (min-width: 768px) {
	html {
		font-size: 100px;
	}
	body {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	html {
		font-size: 80px;
	}

	body {
		font-size: 14px;
	}
}


body {
	margin: 0;
	background-color: #fff;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	/* 导航栏高度 */
	--nav-height: 0.8rem;
	/* 除去导航栏高度 */
	--content-fill-height: calc(100vh - var(--nav-height));
	--main-color: #19B4A6;
	--main-disable-color: rgba(25, 180, 166, 0.6);
}

#app {
	font-family: -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Avenir, Helvetica, Arial, sans-serif;
	line-height: 1.4;
	color: #2c3e50;
}

.disable-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* 内容 */
.container {
	min-height: var(--content-fill-height);
	display: flex;
	flex-direction: column;
	align-items: center;
	/*margin-top: var(--nav-height);*/
}

.content-area {
	display: flex;
	/*margin-top: var(--nav-height);*/
}

.left-menu {
	width: 3rem;
	background-color: red;
}

.content-body {
	flex: 1;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
  font-size: 0.22rem;
  color: #000000;
  font-weight: bold;
}

h3 {
  font-size: 0.20rem;
  color: #000000;
  font-weight: bold;
}

h4 {
  font-size: 0.18rem;
  color: #000000;
  font-weight: normal;
}

h5 {
  font-size: 0.16rem;
  color: #000000;
  font-weight: normal;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

/* 手机版 */
@media screen and (max-width: 600px) {
	.float-desktop-button {
        right: -12%;
        transform: scale(0.5);
    }
}

@media screen and (min-width: 600px) {
	.float-desktop-button {
		right: 20px;
	}
}


.float-desktop-button {
	position: fixed;
	z-index: 10;
	bottom: 120px;
	background: #19B4A6;
	box-shadow: 0px 0px 8px 0px rgba(65,65,65,0.29);
	border-radius: 30px;
	display: none;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

.float-desktop-button-text {
	margin-left: 10px;

}

/* 导航栏 */
.nav {
	background: #19B4A6;
	height: var(--nav-height);
	position: sticky;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.nav-item {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*margin: 0 5vw;*/
	height: var(--nav-height);
}

.title-area {
	display: flex;
	align-items: center;
	/*margin-left: 0.2rem;*/
	cursor: pointer;

}

.logoAi{
	width: 0.54rem;
	height: 0.54rem;
}

.logoText{
	font-size: 0.35rem;
	line-height: 0.35rem;
	color: #fff;
	font-weight: bold;
	margin-left: 0.2rem;
}

.title-area-text {
	background-color: var(--main-color);
	font-size: 0.24rem;
	color: #000000;
	font-weight: bold;
	padding: 0.08rem 0.16rem 0.08rem 0.16rem;
	border-radius: 0.06rem;
}

.title-area-text-text {
	color: #000000;
	white-space: nowrap;
}

.title-area-text-highlight-text {
	color: #EF4040;
}

.title-area-slogens {
	/*margin-right: 1rem;*/
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	height: 100%;
}

.title-area-slogens-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	flex: 1;
}

.nav-menu {
	width: 1.2rem;
	flex: 1;
	margin-right: 0.1rem;
	justify-content: flex-end;
	border-bottom: none !important;
	--el-menu-hover-bg-color: rgba(0, 0, 0, 0);
	--el-menu-active-color: #000;
	--el-menu-item-font-size: 16;
}

.el-menu-item {
	font-weight: bold;
}

.title-area-slogen-login-button {
	background-color: #fff;
	font-size: 0.24rem;
	color: #000;
	font-weight: bold;
	padding: 0.08rem 0.16rem 0.08rem 0.16rem;
	border-radius: 0.06rem;
	border: none;
	cursor: pointer;
	word-break: auto-phrase;
	/*margin-top: 16px;*/
}

:deep(.el-sub-menu .el-sub-menu__title) {
	padding: 0 10px;
}

.chat-nav {
	display: flex;
	align-items: center;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	flex: 1;
	justify-content: space-between;
}

.chat-nav-menu {
	display: flex;
}

.chat-nav-menu-item {
	border-radius: 0.1rem;
	height: 0.45rem;
	background-color: #f8f8f8;
	padding: 0 0.1rem 0 0.1rem;
	display: flex;
	align-items: center;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
}

.chat-nav-menu-item-country-icon,
.chat-nav-menu-item-icon {
	width: 0.3rem;
	border-radius: 0.05rem;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.chat-nav-menu-item-country-icon {
	width: 0.25rem;
	height: 0.18rem;
}

.chat-nav-menu-item-text {
	margin-left: 0.1rem;
	font-size: 0.16rem;
	color: #000;
	font-weight: bold;
}

.chat-nav-setting-menu-item {
	padding: 0 0.1rem 0 0.1rem;
	display: flex;
	align-items: center;

	/*margin-left: 0.1rem;*/
	/*margin-right: 0.1rem;*/
	:deep(.el-menu-item) {
		padding: 0 !important;
	}
}

.nav-country-item {
	display: flex;
	align-items: center;
}

.nav-country-item-pic {
	width: 0.35rem;
	height: 0.25rem;
}

.nav-country-item-name {
	margin-left: 0.1rem;
	font-size: 0.16rem;
	/* font-weight: bold; */
	color: #000;
}

.el-dropdown-link {
	display: flex;
	align-items: center;
}

.menu-sign-button {
	text-align: center;
	padding: 0 10px 0 10px;
	color: var(--el-menu-text-color);
	font-weight: 600;
	display: none;
	margin-left: 16px;
}

.el-popper{
	z-index: 999999!important;
}

@media screen and (max-width: 992px) {
	.nav-item {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
		/*margin: 0 5vw;*/
		height: var(--nav-height);
	}

	.nav-menu {
		/*width: auto !important;*/
		/*flex: auto !important;*/
		justify-content: left;
		width: 0.5rem;
	}

	.title-area-text-text {
		/*font-size: 0.18rem;*/
	}
}

.hover-hand-small {
	cursor: pointer;
}

.el-dropdown-menu__item:not(.is-disabled):focus {
	background-color: transparent;
}

.nav-country-view{
	display: flex; 
	/* flex-wrap: wrap;  */
	flex-direction: column;
	justify-content: space-between; 
	/*width: 2.rem;*/
	position: relative;
	height: 100%;
}

.nav-country-item {
	margin: 0 0.04rem;
	display: flex;
	align-items: center;
	/* width: 1rem; */
	padding: 0.06rem;
	cursor: pointer;
}
.nav-country-item:hover {
	background-color: #ecf5ff;
}

.selectLang{
	/*width: 0.7rem;*/
	position: relative;
	margin-left: 0.2rem;
}
.langBox{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 100%;
	text-align: center;
	padding: 0.1rem 0;
	border-bottom: 2px solid #000;
}
.langBoxImg{
	width: 0.45rem;
}
.dowsvg{
	font-size: 0;
	width: 0.15rem;
	height: 0.15rem;
}
.selectBox{
	position: absolute;
	top: 0.65rem;
	left: -2.5rem;
	width: 3rem;
	height: 2.5rem;
	display: none;
	/*align-items: center;*/
	/*justify-content: center;*/
	/*flex-wrap: wrap;*/
	overflow: auto;
	background: #fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.12);
	border-radius: 0.05rem;
}

.shows {
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	flex-wrap: wrap;
	opacity: 1;
	/* 刚好显示 12 个题目 */
	height: 5rem;
	z-index: 999999;
}
.popper-arrow{
	display: none;
	position: absolute;
	left: 0.45rem;
	width: 10px;
	height: 10px;
	font-size: 12px;
	bottom: -0.155rem;
	background: #fff;
	line-height: 20px;
	z-index: 99;
	border: 1px solid #e4e7ed;
	transform: rotate(45deg);
	border-bottom-color: transparent !important;
	border-right-color: transparent !important;
}
.popperShow{
	display: inline-block;
}

.nav-item-table{
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	font-weight: 600;
	color: #fff;
	line-height: 0.7rem;
	margin: 0 0.2rem;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
@media screen and (max-width: 750px) {
	.logoText{
		/* display: none; */
		font-size: 0.16rem;
		margin-left: 0.1rem;
	}
	.logoAi{
		width: 0.4rem;
		height: 0.4rem;
	}
}
@media screen and (max-width: 900px) {
	.nav-item-table {
		color: #1A293D;
	}
}

.nav-item-table-box{
	display: flex;
	align-items: center;
}
.nav-item-table-mobile{
	display: none;
}
@media screen and (max-width: 900px) {
	.nav-item-table-box{
		display: none;
	}
	.nav-item-table-mobile{
		display: inline-block;
	}
}

.nav-item-table{
	font-size: 0.18rem;
	/*font-weight: 600;*/
	line-height: 0.7rem;
	margin: 0 0.2rem;
	cursor: pointer;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.nav-item-table-mobile{
	position: relative;
	cursor: pointer;
}
.nav-item-table-view{
	width: 0.8rem;
	padding: 0.1rem 0.2rem;
}

.caidan{
	width: 0.25rem;
}

.nav-item-table-mobile-pos{
	position: absolute;
	bottom: -2.6rem;
	left: -1rem;
	z-index: -99;
	width: 2rem;
	height: 2.5rem;
	display: none;
	/*opacity: 1;*/
	/*z-index: 99;*/
	background: #fff;
	border-radius: 0.06rem;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.12);
}

.nav-item-table-mobile-pos .nav-item-table {
	font-size: 0.2rem;
	font-weight: 600;
	line-height: 0.5rem;
}
.nav-item-table-mobile-pos-show {
	display: inline-block;
	opacity: 1;
	height: 2.4rem;
	z-index: 999999;
}


.major_countries{

	width: 100%;
	padding: 0.3rem 0 0.15rem;
	background: #EEEEEE;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 700px) {
	.major_content{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 95%;
		flex-wrap: wrap;
	}
	.major_countries_item{
		display: flex;
		align-items: center;
		flex-direction: column;
		cursor: pointer;
		transition: transform 0.3s ease-in-out;
		width: 30%;
		margin-bottom: 0.15rem;
	}
}

@media screen and (min-width: 700px) {
	.major_content{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 80%;
		flex-wrap: wrap;
		margin:0 auto;
		padding: 0.3rem 0 0.3rem;
	}
	.major_countries_item{
		display: flex;
		align-items: center;
		flex-direction: column;
		cursor: pointer;
		transition: transform 0.3s ease-in-out;
	}
}

.major_countries_item:hover{
	transform: scale(1.1);
}
.majorImg{
	width: 0.6rem;
	height: 0.6rem;
}
.majorTitle{
	margin-top: 0.1rem;
	font-size: 0.2rem;
	color: #000;
	text-align: center;
}


.pop-box {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	display: none;
	justify-content: center;
}
.pop-box-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.pop-box-content-text {
	display: block;
	width: 90%;
}
.pop-box-content-text-number{
	font-size: 0.2rem;
	background: #D32D25;
	border-radius: 50%;
	color: #fff;
	width: 0.32rem;
	height: 0.32rem;
	text-align: center;
	line-height: 0.32rem;
	display: inline-block;
}
.pop-box-content-text-title {
	font-family: Arial;
	font-weight: 400;
	font-size: 0.32rem;
	color: #FFFFFF;
	line-height: 48px;
	word-break: break-all;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	display: inline;
	/*white-space: nowrap;*/
}
.icon-add-desktop {
	display: inline;
	width: 0.49rem;
	height: 0.43rem;
}
.pop-box-content-img {
	width: 2.4rem;
	height: auto;
}