@charset "utf-8";

.ptb32 {
	padding: 32px 0;
}

.content {
	width: 1200px;
	margin: 0 auto;
	max-width: 96%;
	position: relative;
	z-index: 10;
}

.top_tips {
	width: 100%;
	height: 72px;
	background: rgba(245, 249, 255, 1);
	font-size: 32px;
	letter-spacing: 4px;
	color: rgba(51, 51, 51, 1);
}

.top_tips .mySwiperV {
	height: 72px;
}

.top_tips .swiper-slide {
	height: 72px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_tips span {
	color: rgba(247, 13, 40, 1);
	display: inline-block;
	width: auto;
	margin: 0 24px;
	position: relative;
	padding: 0 15px;
}

.top_tips span::after {
	content: '';
	display: block;
	width: 10px;
	height: 12px;
	border-left: 3px solid #F70D28;
	border-top: 3px solid #F70D28;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 5px;
}

.top_tips span::before {
	content: '';
	display: block;
	width: 10px;
	height: 12px;
	border-right: 3px solid #F70D28;
	border-bottom: 3px solid #F70D28;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.nav {
	width: 100%;
	height: 56px;
	opacity: 1;
	background: #FFFFFF;
	border-bottom: 1px solid #EBEBEB;
}

.nav .logo a img {
	width: 55px;
	height: 55px;
}

.nav .logo p {
	margin-left: 8px;
	margin-top: 38px;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 17.38px;
	color: rgba(102, 102, 102, 1);
}

.nav .rBtn .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(0, 0, 0, 1);
	margin-right: 28px;
}

.nav .rBtn .tel img {
	padding-left: 8px;
}

.nav .rBtn .signIn {
	width: 78px;
	height: 32px;
	opacity: 1;
	border-radius: 5px;
	border: 1px solid rgba(84, 155, 255, 1);
	margin-right: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(84, 155, 255, 1);
	cursor: pointer;
}

.nav .rBtn .language {
	position: relative;
	cursor: pointer;
}

.nav .rBtn .language span {
	position: absolute;
	left: 11px;
	top: 14px;
	background: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 17.38px;
	color: rgba(102, 102, 102, 1);
	padding: 0 2px;
	width: 30px;
}

.nav .rBtn .language .list {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	display: none;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.nav .rBtn .language .list a {
	color: #999;
	cursor: pointer;
}

.nav .rBtn .language:hover .list {
	display: block;
}

.nav .rBtn .language:hover .list a:hover {
	color: #333;
}

.indexBox {
	position: relative;
}

.gradientBackground {
	width: 100%;
	height: 260px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1;
}

.gradientBackground div {
	width: 509px;
	height: 146.9px;
	opacity: 1;
	filter: blur(45px);
	position: absolute;
	border-radius: 100%;
}

.gradientBackground .d1 {
	background: rgba(255, 227, 227, 0.4);
	left: -90px;
	top: -17px;
	z-index: 9;
}

.gradientBackground .d2 {
	background: rgba(191, 218, 255, 0.5);
	left: 48px;
	top: 65px;
	z-index: 8;
}

.gradientBackground .d3 {
	width: 544px;
	height: 180.7px;
	background: rgba(191, 218, 255, 0.5);
	left: 840px;
	top: 0;
	z-index: 7;
}

.gradientBackground .d4 {
	width: 634px;
	height: 270.4px;
	opacity: 1;
	background: rgba(227, 235, 255, 0.5);
	top: -30px;
	right: -98px;
}

.search_height {
	height: 202px;
}

.search_box {
	width: 1024px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	z-index: 99;
}

.search_box .close {
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 999;
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: none;
}


.search_box .top_title .img_box .text_box1 {
	font-size: 36px;
	letter-spacing: 6px;
	line-height: 52.13px;
	/* color: rgba(0, 0, 0, 1); */
	text-align: left;
	margin-left: 16px;
	color: rgba(84, 155, 255, 1);

}

.search_box .top_title .text_box2 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26.06px;
	/* color: rgba(51, 51, 51, 1); */
	text-align: center;
	margin-top: 3px;
	padding-left: 10px;
	color: rgba(84, 155, 255, 1);

}

.search_box .search_control {
	/* background: rgba(255, 255, 255, 1); */
}

.search_box .search_list {
	width: 100%;
	background: #fff;
	padding: 20px 32px 28px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(235, 235, 235, 1);
	display: none;
}

.search_box .search_control .search {
	width: 960px;
	height: 50px;
	opacity: 1;
	border-radius: 5px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
	margin: 28px auto 12px;
	display: block;
	max-width: 100%;
	color: rgba(179, 179, 179, 1);
	cursor: text;
}

.search_box .search_control .tips_box {
	margin: 0 auto;
	width: 960px;
	max-width: 100%;
}

.search_box .search_control .tips_box .item {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 17.38px;
	color: rgba(102, 102, 102, 1);
	text-align: left;
	padding-left: 10px;
	position: relative;
}

.search_box .search_control .tips_box .item span {
	color: rgba(84, 155, 255, 1);
	cursor: pointer;
}

.search_box .search_control .tips_box .item::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	opacity: 1;
	background: rgba(84, 155, 255, 1);
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
	border-radius: 4px;
}

.search_box .chatList {
	display: none;
	height: 0;
	padding: 0 0 20px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

.search_box .chatList .time {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 17.38px;
	color: rgba(153, 153, 153, 1);
	margin-bottom: 20px;
}

.search_box .chatList .item {
	margin-bottom: 16px;
}

.search_box .chatList .item {}

.search_box .chatList .item::after {
	content: '';
	display: block;
	clear: both;
}

.search_box .chatList .item .headPortrait {
	width: 40px;
	height: 40px;
	border-radius: 40px;
}


.search_box .chatList .item .chatContent .name {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 8px;
}

.search_box .chatList .item .chatContent .contentBox {
	width: auto;
	max-width: 388px;
	border-radius: 0px 5px 5px 5px;
	background: rgba(237, 245, 255, 1);
	box-sizing: border-box;
	padding: 9px 12px;
	color: rgba(102, 102, 102, 1);
	border-radius: 0px 5px, 5px, 5px;
}

.search_box .chatList .item .chatContent .img {
	max-width: 400px;
	cursor: pointer;
}

.search_box .chatList .item .chatContent .img img {
	width: 100%;
}

.search_box .chatList .litem .headPortrait {
	float: left;
	margin-right: 12px;
}

.search_box .chatList .litem .chatContent {
	float: left;
}


.search_box .chatList .ritem .headPortrait {
	float: right;
	margin-left: 12px;
}

.search_box .chatList .ritem .chatContent .name {
	text-align: right;
}

.search_box .chatList .ritem .chatContent {
	float: right;
}

.search_box .chatList .ritem .chatContent .contentBox {
	background: rgba(84, 155, 255, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 5px 0px 5px 5px;
}

.search_box .chatBox {
	display: none;
}

.search_box .chatBox .inputBox {
	width: 100%;
	height: 44px;
	border-radius: 44px;
	background: rgba(244, 245, 249, 1);
	padding: 3px;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.search_box .chatBox .inputBox .limg {
	width: 16px;
	height: 16px;
	margin: 12px 12px 0 21px;
}

.search_box .chatBox .inputBox .search2 {
	width: calc(100% - 140px);
	font-size: 14px;
	line-height: 38px;
}

.search_box .chatBox .inputBox .search2::-webkit-input-placeholder {
	color: rgba(153, 153, 153, 1);
}

.search_box .chatBox .inputBox button {
	width: 86px;
	height: 38px;
	opacity: 1;
	border-radius: 19px;
	background: rgba(84, 155, 255, 1);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(255, 255, 255, 1);
}

.search_box .chatBox .inputBox button img {
	margin-right: 6px;
}

.search_box .chatBox .upBox .lBox button {
	width: 128px;
	height: 34px;
	opacity: 1;
	border-radius: 3px;
	background: rgba(245, 249, 255, 1);
	border: 0.5px solid rgba(84, 155, 255, 1);
	margin-right: 12px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(84, 155, 255, 1);
	text-align: center;
	cursor: pointer;
}

.search_box .chatBox .upBox .lBox button img {
	width: 20px;
	margin-right: 6px;
}

/* 提示文字的样式 */
.tooltip-text {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	padding: 8px;
	border-radius: 5px;

	/* 定位 */
	position: absolute;
	z-index: 1;
	bottom: 125%;
	/* 让提示文字在按钮上方 */
	left: 50%;
	margin-left: -60px;

	/* 提示框箭头 */
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
}

/* 三角箭头 */
.tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	/* 在提示框的底部 */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

.button-container:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

.button-container {
	position: relative;
	display: inline-block;
}

.search_box .chatBox .upBox .rBox img {
	width: 24px;
	height: 24px;
}

.search_box .chatBox .upBox .rBox button {
	width: 102px;
	height: 34px;
	line-height: 34px;
	opacity: 1;
	border-radius: 3px;
	background: rgba(84, 155, 255, 1);
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	margin-left: 6px;
}

.search_box .tips_box2 {
	margin: 16px 0 8px;
	overflow: hidden;
	width: 100%;
	padding: 0 32px;
	box-sizing: border-box;
	display: none;
}

.search_box .tips_box2 .item {
	padding-left: 10px;
	margin-right: 26px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 17.38px;
	color: rgba(102, 102, 102, 1);
	text-align: left;
	position: relative;
	float: left;
}

.search_box .tips_box2 .item span {
	color: rgba(84, 155, 255, 1);
}

.search_box .tips_box2 .item::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	opacity: 1;
	background: rgba(84, 155, 255, 1);
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
	border-radius: 4px;
}

.search_box .tips_box2 .item:last-child {
	margin-right: 0;
}

.search_box .tips_box3 {
	overflow: hidden;
	width: 100%;
	padding: 0 32px 20px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 17.38px;
	color: rgba(102, 102, 102, 1);
	text-align: left;
	vertical-align: top;
	display: none;
}

.search_box .tips_box3 a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	vertical-align: top;
	margin-right: 20px;
}

.search_box.active-search {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
	padding: 24px 0 0;
	border-radius: 5px;
}

.search_box.active-search .chatList {
	display: block;
	height: auto;
	max-height: 475px;
	overflow-y: auto;
}

.search_box.active-search .search {
	display: none;
}

.search_box.active-search .tips_box {
	display: none;
}

.search_box.active-search .close,
.search_box.active-search .search_list,
.search_box.active-search .chatBox {
	display: block;
}

.search_box.active-search .tips_box2,
.search_box.active-search .tips_box3 {
	display: flex;
}

.search_box.active-search .search_control {
	background: rgba(255, 255, 255, 1);
	margin-top: 20px;
	border-radius: 0 0 5px 5px;
}

.indexList {
	margin-top: 70px;
	width: 100%;
	overflow: hidden;
}

.indexList .item {
	float: left;
	width: 23.8%;
	margin-right: 1.6%;
	margin-bottom: 28px;
}

.indexList .item .img {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 12px;
	z-index: 2;
}

.indexList .item  img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	/*right: 0;*/

	top: 0;
	/*bottom: 0;*/
	z-index: 2;
	width: 100%;
	/*height: 100%;*/
  object-fit: contain;
}

.indexList .text_box {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28.96px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexList .item:nth-child(4n) {
	margin-right: 0;
}

.loginTips {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(153, 153, 153, 1);
	margin: 12px 0 8px;
}

.loginTips a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(84, 155, 255, 1);
}

.fBox1 {
	width: 100%;
	height: 61px;
	opacity: 1;
	background: rgba(245, 249, 255, 1);
}

.fBox1 a {
	display: block;
	margin: 0 24px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	position: relative;
}

.fBox1 a:nth-child(2):after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	opacity: 1;
	background: rgba(204, 204, 204, 1);
	position: absolute;
	top: calc(50% - 7px);
	left: -24px;
}

.fBox1 a:nth-child(2)::before {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	opacity: 1;
	background: rgba(204, 204, 204, 1);
	position: absolute;
	top: calc(50% - 7px);
	right: -24px;
}

.fBox2 {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(153, 153, 153, 1);
}


/* 样式用于模态框 */
.modal {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	/* 固定定位 */
	z-index: 999;
	/* 置于顶层 */
	padding-top: 100px;
	/* 顶部内边距 */
	left: 0;
	top: 0;
	width: 100%;
	/* 全宽 */
	height: 100%;
	/* 全高 */
	overflow: auto;
	/* 如果需要滚动条，自动显示 */
	background-color: rgb(0, 0, 0);
	/* 背景颜色 */
	background-color: rgba(0, 0, 0, 0.8);
	/* 黑色 w/ opacity */
}

/* 关闭按钮 */
.previewClose {
	position: absolute;
	top: 74px;
	right: 74px;
	color: #fff;
	font-size: 60px;
	font-weight: 300;
	transition: 0.3s;
	width: 60px;
	height: 60px;
	line-height: 55px;
	border-radius: 60px;
	background: rgba(153, 153, 153, 1);
	text-align: center;
}

.previewClose:hover,
.previewClose:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 模态内容 */
.modal-content {
	margin: auto;
	display: block;
	width: 750px;
	max-width: 80%;
}

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* 支付提示模态框基本样式 */
.payment-modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

.payment-modal-content {
	background-color: #fff;
	margin: 16% auto;
	/* 位于屏幕中央 */
	padding: 28px 0;
	width: 400px;
	height: 255px;
	opacity: 1;
	border-radius: 5px;
	background: rgba(255, 255, 255, 1);
	position: relative;
}

.payment-close {
	position: absolute;
	top: 12px;
	right: 12px;
	color: #666666;
	font-size: 34px;
	font-weight: 300;
	width: 24px;
	height: 24px;
	line-height: 21px;
	text-align: center;
}

.payment-close:hover,
.payment-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.payment-modal-header img {
	display: block;
	margin: 0 auto 24px;
	width: 60px;
	height: 60px;
}

.payment-modal-body p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.payment-modal-footer {
	margin-top: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.payment-modal-footer button {
	/* border: none; */
	cursor: pointer;
	width: 106px;
	height: 40px;
	opacity: 1;
	border-radius: 5px;
	margin: 0 12px;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 40px;
	text-align: center;
}

.payment-modal-footer button:nth-child(1) {
	border: 1px solid #549BFF;
	color: rgba(84, 155, 255, 1);
	box-sizing: border-box;
	line-height: 38px;
}

.payment-modal-footer button:nth-child(2) {
	background: #549BFF;
}


/* 二维码支付模态框基本样式 */
.qr-payment-modal {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	/* 半透明背景 */
	z-index: 999;

}




.qr-payment-modal-content {
	background-color: #fff;
	margin: 15% auto;
	width: 480px;
	height: 482px;
	opacity: 1;
	border-radius: 10px;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}

.qr-payment-modal-header {
	width: 100%;
	height: 60px;
	background: url(../images/img16.png);
	background-size: cover;
	padding: 0 32px;
	box-sizing: border-box;
	color: rgba(95, 69, 21, 1);
	display: flex;
	align-items: center;
	line-height: 60px;
	font-size: 24px;
	font-weight: 550;
	letter-spacing: 0px;
	text-align: left;
}

.qr-payment-modal-header span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	padding-left: 16px;
	position: relative;
	top: 2px;
}

.qr-payment-close {
	position: absolute;
	top: 18px;
	right: 18px;
	color: #666666;
	font-size: 40px;
	font-weight: 300;
	width: 24px;
	height: 24px;
	line-height: 21px;
	text-align: center;
}

.qr-payment-close:hover,
.qr-payment-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}



.qr-payment-modal-amount {
	text-align: center;
	font-size: 40px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 57.92px;
	color: rgba(247, 13, 40, 1);
	margin-bottom: 20px;
	height: 57.92px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qr-payment-modal-amount span {
	font-size: 20px;
	font-weight: 550;
	position: relative;
	top: 8px;
}

.qr-payment-modal-select {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(0, 0, 0, 1);
	height: 40px;
}

.qr-payment-modal-select a {
	padding-left: 36px;
	position: relative;
}

.qr-payment-modal-select a:nth-child(1) {
	margin-left: 12px;
	margin-right: 28px;
}

.qr-payment-modal-select a::after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	opacity: 1;
	border: 1px solid #CCCCCC;
	border-radius: 24px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: calc(50% - 12px);
}

.qr-payment-modal-select a.selected::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	opacity: 1;
	background: #549BFF;
	border-radius: 14px;
	box-sizing: border-box;
	position: absolute;
	left: 5px;
	top: calc(50% - 7px);
}

.qr-code {
	width: 206px;
	height: 206px;
	opacity: 1;
	border-radius: 5px;
	margin: 0 auto 12px;
}

.qr-payment-modal-footer {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.qr-payment-modal-body {
	text-align: center;
	padding: 13px 0 32px;
}


.subscription-modal {
	display: none;
	position: fixed;
	z-index: 999;
	/* 确保此弹窗在其他内容之上 */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.subscription-modal-content {
	background-color: #fefefe;
	margin: 10% auto;
	width: 650px;
	height: 521px;
	opacity: 1;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
	position: relative;
	overflow: hidden;
}

.subscription-modal-header {
	width: 100%;
	height: 60px;
	background: url(../images/img16.png);
	background-size: cover;
	padding: 0 32px;
	box-sizing: border-box;
	color: rgba(95, 69, 21, 1);
	display: flex;
	align-items: center;
	line-height: 60px;
	font-size: 24px;
	font-weight: 550;
	letter-spacing: 0px;
	text-align: left;

}

.subscription-modal-header span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	padding-left: 16px;
	position: relative;
	top: 2px;
}

.subscription-modal-close {
	position: absolute;
	top: 18px;
	right: 18px;
	color: #666666;
	font-size: 40px;
	font-weight: 300;
	width: 24px;
	height: 24px;
	line-height: 21px;
	text-align: center;
}

.subscription-modal-close:hover,
.subscription-modal-close:focus {
	color: black;
	cursor: pointer;
}

.plans {
	padding: 36px 24px 60px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.plan {
	cursor: pointer;
	padding-bottom: 20px;
	width: 31.6%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid rgba(235, 235, 235, 1);
	overflow: visible;
	text-align: center;
}

.plan .plan_title {
	width: 100%;
	height: 44px;
	background: rgba(244, 246, 250, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 12px;
}

.plan .plan_amount {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(51, 51, 51, 1);
}

.plan .plan_amount p {
	font-size: 28px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 40px;
	color: rgba(212, 148, 0, 1);
	margin-right: 8px;
}

.plan .plan_amount p span {
	font-size: 14px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 40px;
	color: rgba(212, 148, 0, 1);
}

.plan .plan_text {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 17.38px;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 8px;
}

.plan .plan_text:last-child {
	margin-bottom: 0;
}

.plan .plan_time {
	font-size: 14px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	margin-top: 12px;
}

.plan.selected {
	background: rgba(248, 244, 227, 1);
	border: 1px solid rgba(242, 217, 157, 1);
}

.plan.selected .plan_title {
	background: rgba(242, 217, 157, 1);
	color: rgba(95, 69, 21, 1);
}

.plan.selected .plan_time,
.plan.selected .plan_text {
	color: rgba(95, 69, 21, 1);
}

.confirm-btn {
	display: block;
	margin: 0 auto;
	width: 340px;
	height: 44px;
	line-height: 44px;
	opacity: 1;
	border-radius: 5px;
	text-align: center;
	background: linear-gradient(90deg, rgba(217, 165, 102, 1) 0%, rgba(250, 233, 207, 1) 100%);
	font-size: 16px;
	font-weight: 550;
	letter-spacing: 0px;
	color: rgba(95, 69, 21, 1);
	cursor: pointer;
}

.subscription-modal-agreement {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 17.38px;
	color: rgba(0, 0, 0, 1);
	margin-top: 18px;
}


/* 基础样式设置 */
.subscription-modal-agreement .custom-checkbox {
	position: relative;
	/* padding-left: 35px; */
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

/* 隐藏原生复选框 */
.subscription-modal-agreement .custom-checkbox input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
}

/* 创建一个自定义的勾选框 */
.subscription-modal-agreement .custom-checkbox .checkmark {
	position: absolute;
	top: -1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #ccc;
}

/* 当复选框被选中时的样式 */
.subscription-modal-agreement .custom-checkbox input[type="checkbox"]:checked+.checkmark {
	background-color: #fff;
}

/* 添加勾选标记的样式 */
.subscription-modal-agreement .custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* 当复选框被选中时显示勾选标记 */
.subscription-modal-agreement .custom-checkbox input[type="checkbox"]:checked+.checkmark:after {
	display: block;
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid #007BFF;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
}

.subscription-modal-agreement a {
	color: rgba(84, 155, 255, 1);
}

.subscription-modal-content2 {
	width: 444px;
	height: 451px;
}

.plans2 {
	padding-bottom: 50px;
}

.plan2 {
	width: 48%;
}


.vip-modal {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.vip-modal-content {
	background-color: #fff;
	margin: 15% auto;
	padding: 28px 0 32px;
	width: 400px;
	height: 256px;
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
}

.vip-close {
	position: absolute;
	top: 12px;
	right: 12px;
	color: #666666;
	font-size: 34px;
	font-weight: 300;
	width: 24px;
	height: 24px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
}

.vip-crown {
	display: block;
	margin: 0 auto 24px;
	width: 76px;
	/* Adjust size as needed */
}

.vip-modal-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	margin-bottom: 32px;
}

.vip-modal-actions {
	display: flex;
	justify-content: center;
	align-items: center;
}

.vip-modal-actions button {
	/* border: none; */
	cursor: pointer;
	width: 106px;
	height: 40px;
	opacity: 1;
	border-radius: 5px;
	margin: 0 12px;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 40px;
	text-align: center;
}

.vip-modal-actions button:nth-child(1) {
	border: 1px solid #549BFF;
	color: rgba(84, 155, 255, 1);
	box-sizing: border-box;
	line-height: 38px;
}

.vip-modal-actions button:nth-child(2) {
	background: #549BFF;
}

.login-modal {
	display: none;
	position: fixed;
	z-index: 1999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.login-modal-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 56px 40px;
	position: relative;
	width: 510px;
	height: 577px;
	opacity: 1;
	border-radius: 10px;
	background: linear-gradient(153.44deg, rgba(222, 235, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);

}

.login-close {
	position: absolute;
	top: 16px;
	right: 16px;
	color: #666666;
	font-size: 34px;
	font-weight: 300;
	width: 24px;
	height: 24px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
}

.login-modal-content h2 {
	font-size: 24px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 34.75px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	margin-bottom: 44px;
	position: relative;
}

.login-modal-content h2::after {
	content: '';
	display: block;
	width: 28px;
	height: 4px;
	opacity: 1;
	background: rgba(84, 155, 255, 1);
	position: absolute;
	left: 0;
	bottom: -12px;
}

.login-modal-content .label {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	margin-bottom: 16px;
	display: block;
}

.login-modal-content .talBox {
	width: 400px;
	height: 52px;
	opacity: 1;
	border-radius: 5px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(235, 235, 235, 1);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	max-width: 100%;
}

.login-modal-content .talBox span {
	width: 60px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-right: 1px solid rgba(235, 235, 235, 1);
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(153, 153, 153, 1);
	display: block;
}

.login-modal-content .talBox input {
	height: 50px;
	font-size: 16px;
	padding-left: 16px;
}

.login-modal-content input::-webkit-input-placeholder {
	color: #999;
}

.login-modal-content .subscription-modal-agreement {
	justify-content: left;
}

.login-modal-content .login-options {
	position: relative;
	padding-left: 24px;
}

.login-modal-content .login-options .xy {
	color: rgba(84, 155, 255, 1);
}

/* 隐藏原生复选框 */
.login-modal-content .login-options input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
}

/* 创建一个自定义的勾选框 */
.login-modal-content .login-options .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	/* background-color: #fff; */
	border-radius: 50%;
	border: 1px solid #ccc;
	cursor: pointer;
}

/* 当复选框被选中时的样式 */
.login-modal-content .login-options input[type="checkbox"]:checked+.checkmark {
	background-color: #fff;
}

/* 添加勾选标记的样式 */
.login-modal-content .login-options .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* 当复选框被选中时显示勾选标记 */
.login-modal-content .login-options input[type="checkbox"]:checked+.checkmark:after {
	display: block;
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid #007BFF;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
}








.verification-section {
	width: 400px;
	height: 52px;
	opacity: 1;
	border-radius: 5px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(235, 235, 235, 1);
	box-sizing: border-box;
	margin-bottom: 12px;
	position: relative;
	max-width: 100%;
}

.verification-section input {
	padding-left: 16px;
	font-size: 16px;
	line-height: 50px;
}

.verification-section .send-code {
	position: absolute;
	right: 16px;
	top: 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 50px;
	color: rgba(84, 155, 255, 1);
	cursor: pointer;
}

.login-button {
	width: 400px;
	height: 52px;
	line-height: 52px;
	opacity: 1;
	border-radius: 5px;
	background: rgba(84, 155, 255, 1);
	margin-top: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 550;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	max-width: 100%;
}

.infoBg {
	width: 100%;
	padding: 40px 0;
	background: rgba(247, 249, 250, 1);
}

.infoBox {
	width: 100%;
	height: auto;
	min-height: 770px;
	opacity: 1;
	border-radius: 5px;
	background: rgba(255, 255, 255, 1);
	padding: 40px 60px;
}

.infoBox .title {
	font-size: 26px;
	/* font-weight: 550; */
	letter-spacing: 0px;
	line-height: 43.44px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	margin-bottom: 32px;
}

.infoBox .info {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26px;
	color: rgba(51, 51, 51, 1);
	text-align: left;

}

.infoBox .info p {
	/*text-indent: 2em;*/
}

.infoBox .info p,
.infoBox .info div {
	margin-bottom: 16px;
}

.infoBox .info p:last-child,
.infoBox .info div:last-child {
	margin-bottom: 0px;
}

.themeListBox {
	position: relative;
}

.themeTabs {
	margin-top: 24px;
}

.themeTabs::after {
	content: '';
	display: block;
	clear: both;
}

.themeTabs .lTitle {
	font-size: 26px;
	/* font-weight: 550; */
	letter-spacing: 0px;
	line-height: 44px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	float: left;
}

.themeTabs .lTitle img {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	position: relative;
	top: 1px;
	zoom: 0.8;
}

.themeTabs .rTabs {
	float: left;
	position: relative;
	top: 1px;
	width: calc(100% - 360px);
	margin-left: 40px;
}

.themeTabs .rTabs::after {
	content: '';
	display: block;
	clear: both;
}

.themeTabs .rTabs a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(51, 51, 51, 1);
	float: left;
	margin-right: 28px;
	margin-bottom: 12px;
}

.themeTabs .rTabs a.on {
	color: rgba(84, 155, 255, 1);
}

.themeTabs .rTabs a.vip {
	color: #999999;
}

.themeTitle {
	margin-top: 28px;
}

.themeTitle .t1 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28.96px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	margin-bottom: 8px;
}

.themeTitle .t2 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(153, 153, 153, 1);
	text-align: center;
	margin-bottom: 36px;
}

.themeTitle .t3 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28.96px;
	color: rgba(84, 155, 255, 1);
	text-align: left;
	margin-bottom: 16px;
}

.themeTitle .t3 img {
	width: 22px;
	height: 22px;
	margin-right: 6px;
}

.themeList {
	overflow: hidden;
}

.themeList .item {
	float: left;
	width: 31.7%;
	border-radius: 5px;
	background: rgba(242, 247, 255, 1);
	margin-bottom: 30px;
	margin-right: 1%;
	padding-bottom: 31.7%;
	position: relative;
	box-sizing: border-box;
}

.themeList .item img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 100%;
	max-height: 100%;
}

.themeList .item:nth-child(3n) {
	margin-right: 0;
}

.themeList .item:nth-child(3n) {
	margin-right: 0;
}

.themeTabs2 {
	border-bottom: 1px solid rgba(235, 235, 235, 1);
	padding-bottom: 8px;
}

.themeTabs2 .rTabs {
	margin-left: 80px;
	width: calc(100% - 400px);
}

.themeTabs2 .rTabs a {
	height: 44px;
	line-height: 44px;
	margin-bottom: 0;
	margin-right: 40px;
	position: relative;
}

.themeTabs2 .rTabs a.on:after {
	content: '';
	display: block;
	width: 32px;
	height: 4px;
	position: absolute;
	left: calc(50% - 16px);
	bottom: -7px;
	background: rgba(84, 155, 255, 1);
}

.themeTitle2 {
	margin-top: 32px;
}

.page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #549BFF !important;
}

.layui-laypage a:hover {
	color: #549BFF !important;
}

.layui-laypage a,
.layui-laypage span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 12px !important;
	height: 30px !important;
	line-height: 30px !important;
	margin: 0 4px 4px !important;
	background-color: rgba(247, 247, 247, 1) !important;
	color: #333;
	font-size: 12px;

}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
	border: 0 !important;
}


/*
.page a {
    width: 32px;
    height: 32px;
    opacity: 1;
    border-radius: 3px;
    background: rgba(247, 247, 247, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
}

.page a span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(204, 204, 204, 1);
    text-align: left;
    vertical-align: top;
}

.page input {
    width: 48px;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    border-radius: 3px;
    background: rgba(247, 247, 247, 1);
    text-align: center;
    margin: 0 8px;
}

.page .l10 {
    margin-left: 10px;
}

.page a.on {
    color: #fff;
    background: rgba(102, 102, 102, 1);
} */

.themeList2 {
	margin-top: 40px;
	position: relative;
	margin-bottom: 60px;
}

.themeList2::after {
	content: '';
	display: block;
	clear: both;
}

.themeList2 .item {
	width: 49%;
	opacity: 1;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
	padding: 28px 24px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 28px;
	position: relative;
	float: left;

}

.themeList2 .item:nth-child(2n) {
	float: right;
}

.themeList2 .item .img {
	width: 260px;
	height: 200px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.themeList2 .item .img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
}

.themeList2 .item .text {
	float: left;
	width: calc(100% - 280px);
}

.themeList2 .item .text .t1 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 40.54px;
	color: rgba(0, 0, 0, 1);
	padding-top: 20px;
	margin-bottom: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.themeList2 .item .text .t2 {
	width: 120px;
	height: 36px;
	opacity: 1;
	border-radius: 22px;
	border: 1px solid rgba(84, 155, 255, 1);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(84, 155, 255, 1);
	cursor: pointer;
}

.themeList2 .item .text .t2 img {
	margin-left: 8px;
	position: relative;
	top: 1px;
}

.themeList2 .advertisement {
	width: 260px;
	height: 168px;
	opacity: 1;
	border-radius: 5px;
	background: rgba(240, 246, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 28px;
	top: calc(50% - 84px);
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 34.75px;
	color: rgba(0, 0, 0, 1);
}

.themeList2 .advertisement1 {
	top: calc(16% - 84px);
}

.themeList2 .advertisement2 {
	top: calc(50% - 84px);
}

.themeList2 .advertisement3 {
	top: calc(67% - 84px);
}

.themeList3 {
	margin-top: 40px;
}

.themeList3 .topBox {
	width: 100%;
	overflow: hidden;
}

.themeList3 .topBox .img {
	width: 46.7%;
	padding-bottom: 32.9%;
	/* height: 395px; */
	opacity: 1;
	border-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	float: left;
}

.themeList3 .topBox .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.themeList3 .topBox .text {
	float: right;
	width: 50%;
}

.themeList3 .topBox .text .d1 {
	font-size: 30px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 43.44px;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 20px;
}

.themeList3 .topBox .text .d2 {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(51, 51, 51, 1);
	padding-bottom: 36px;
	position: relative;
	text-align: justify;
}

.themeList3 .topBox .text .d2::after {
	content: '';
	display: block;
	width: 22px;
	height: 4px;
	opacity: 1;
	background: rgba(84, 155, 255, 1);
	position: absolute;
	left: 0;
	bottom: 16px;
}

.themeList3 .topBox .text .d3 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 8px;
}

.themeList3 .topBox .text .d3 span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(153, 153, 153, 1);
	margin-right: 8px;
	border-right: 1px solid rgba(235, 235, 235, 1);
	padding-right: 8px;
}

.themeList3 .list {
	overflow: hidden;
	margin-top: 60px;
}

.themeList3 .list .item {
	float: left;
	width: 49.1%;
	margin-bottom: 36px;
	padding-bottom: 37.5%;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	background: rgba(242, 247, 255, 1);
}

.themeList3 .list .item .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.themeList3 .list .item img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 92%;
	max-height: 92%;
}

.themeList3 .list .item:nth-child(2n) {
	float: right;
}

.themeList3 .list .item .text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 26px;
	color: rgba(102, 102, 102, 1);
	width: 100%;
	padding: 40px 24px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.themeList4 {
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 60px;
}

.themeList4 .item {
	float: left;
	width: 33.3%;
}

.themeList4 .item .img {
	width: 100%;
	padding-bottom: 100%;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	background: rgba(242, 247, 255, 1);
}

.themeList4 .item img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.themeList4 .item .text {
	width: 100%;
	padding-bottom: 100%;
	box-sizing: border-box;
	position: relative;
}

.themeList4 .item .text .d1 {
	font-size: 18px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 26.06px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	margin-bottom: 16px;
}

.themeList4 .item .text .d2 {
	width: 40px;
	height: 2px;
	background: rgba(0, 0, 0, 1);
	display: block;
	margin: 0 auto 20px;
}

.themeList4 .item .text .d3 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(102, 102, 102, 1);
	text-align: center;
	vertical-align: top;
}

.themeList4 .item .text .bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 80%;
	max-height: 80%;
}

.themeList4 .item:nth-child(2) .text .d1,
.themeList4 .item:nth-child(5) .text .d1,
.themeList4 .item:nth-child(8) .text .d1 {
	text-align: left;
}

.themeList4 .item:nth-child(2) .text .d2,
.themeList4 .item:nth-child(5) .text .d2,
.themeList4 .item:nth-child(8) .text .d2 {
	margin: 0 0 20px;
}

.themeList4 .item:nth-child(2) .text .d3,
.themeList4 .item:nth-child(5) .text .d3,
.themeList4 .item:nth-child(8) .text .d3 {
	text-align: left;
}

.themeList4 .item:nth-child(2) .text .bg,
.themeList4 .item:nth-child(5) .text .bg,
.themeList4 .item:nth-child(8) .text .bg {
	display: block;
}

.imgInfoBg {
	padding: 24px 0 40px;
	width: 100%;
	background: rgba(247, 249, 250, 1);
}

.crumbs {
	margin-bottom: 16px;
}

.crumbs2 {
	margin: 48px 0 0;
}

.crumbs a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(153, 153, 153, 1);
	text-align: left;
	vertical-align: top;
}

.crumbs a:last-child {
	color: rgba(51, 51, 51, 1);
}

.crumbs img {
	margin: 0 8px;
	opacity: 0.6;
}

.imgInfoBox {
	width: 100%;
	opacity: 1;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
	padding: 24px;
	box-sizing: border-box;
}

.imgInfoBox1 img {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

.imgInfoBox2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.imgInfoBox2 .lText {
	font-size: 20px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 44px;
	color: rgba(0, 0, 0, 1);
}

.imgInfoBox2 .rBtn {
	width: 200px;
	height: 44px;
	opacity: 1;
	border-radius: 5px;
	background: rgba(84, 155, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.imgInfoBox2 .rBtn img {
	margin-right: 8px;
}

.imgInfoBox3 {
	width: 1152px;
	border-radius: 5px;
	border: 1px solid rgba(235, 235, 235, 1);
	box-sizing: border-box;
	margin-top: 17px;
	max-width: 100%;
}

.imgInfoBox3 .title {
	font-size: 16px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 48px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	border-bottom: 1px solid rgba(235, 235, 235, 1);
}

.imgInfoBox3 .box {
	overflow: hidden;
}

.imgInfoBox3 .box .item {
	float: left;
	width: 33.3%;
	height: 113px;
	padding-left: 24px;
	padding-top: 24px;
	box-sizing: border-box;
	position: relative;
}

.imgInfoBox3 .box .item:nth-child(2)::after {
	content: '';
	display: block;
	width: 1px;
	height: 89px;
	opacity: 1;
	background: rgba(235, 235, 235, 1);
	position: absolute;
	left: 0;
	top: 12px;
}

.imgInfoBox3 .box .item::before {
	content: '';
	display: block;
	width: 1px;
	height: 89px;
	opacity: 1;
	background: rgba(235, 235, 235, 1);
	position: absolute;
	right: 0;
	top: 12px;
}

.imgInfoBox3 .box .item:last-child::before {
	display: none;
}

.imgInfoBox3 .box .item .t {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	display: flex;
	align-items: center;
}

.imgInfoBox3 .box .item .t a {
	display: flex;
	align-items: center;
	color: rgba(84, 155, 255, 1);
}

.imgInfoBox3 .box .item .t a img {
	margin-right: 6px;
}

.imgInfoBox3 .box .item .t:nth-child(1) {
	margin-bottom: 12px;
}

.imgInfoBox3 .box .item .t span {
	color: rgba(153, 153, 153, 1);
}

.imgInfoBox4 {
	overflow: hidden;
	margin-top: 28px;
}

.imgInfoBox4 .item {
	float: left;
	width: 24.3%;
	height: 124px;
	border-radius: 5px;
	background: rgba(240, 246, 255, 1);
	margin-right: 0.9%;
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 34.75px;
	color: rgba(0, 0, 0, 1);
	position: relative;
}

.imgInfoBox4 .item img {
	max-width: 100%;
}

.imgInfoBox4 .item:last-child {
	margin-right: 0;
}


.download-modal {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.download-modal-content {
	margin: 15% auto;
	padding: 28px 0;
	position: relative;
	width: 400px;
	/* height: 274px; */
	opacity: 1;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
}

.download-close {
	position: absolute;
	top: 12px;
	right: 12px;
	color: #666666;
	font-size: 34px;
	font-weight: 300;
	width: 24px;
	height: 24px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
}

.download-modal-body img {
	width: 76px;
	height: 76px;
	margin: 0 auto 10px;
	display: block;
}

.download-modal-amount {
	margin: 0 auto 12px;
	font-size: 24px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 34.75px;
	color: rgba(247, 13, 40, 1);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.download-modal-amount span {
	font-size: 14px;
	padding-right: 6px;
	font-weight: 400;
	position: relative;
	top: 1px;
}

.download-modal-text {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(153, 153, 153, 1);
	text-align: center;
}

.download-modal-footer {
	margin-top: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.download-modal-footer button {
	/* border: none; */
	cursor: pointer;
	width: 106px;
	height: 40px;
	opacity: 1;
	border-radius: 5px;
	margin: 0 12px;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 40px;
	text-align: center;
}

.download-modal-footer button:nth-child(1) {
	border: 1px solid #549BFF;
	color: rgba(84, 155, 255, 1);
	box-sizing: border-box;
	line-height: 38px;
}

.download-modal-footer button:nth-child(2) {
	background: #549BFF;
}

.myBox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.myLeftBox {
	width: 240px;
	opacity: 1;
	border-radius: 5px;
	background: rgba(255, 255, 255, 1);
	padding: 40px 0;
	box-sizing: border-box;
}

.myLeftBox .top {
	margin: 0 24px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(235, 235, 235, 1);
}

.myLeftBox .headPortrait {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	margin: 0 auto 16px;
	overflow: hidden;
}

.myLeftBox .headPortrait img {
	width: 80px;
	height: 80px;
}

.myLeftBox .id {
	font-size: 18px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 26.06px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	width: 100%;
}

.myLeftBox .list {
	width: 100%;
	padding: 40px 24px 0;
	box-sizing: border-box;
	margin: 0 auto;
}

.myLeftBox .list .item {
	width: 100%;
	height: 44px;
	opacity: 1;
	border-radius: 3px;
	background: #fff;
	display: flex;
	align-items: center;
	padding-left: 12px;
	box-sizing: border-box;
	color: rgba(51, 51, 51, 1);
}

.myLeftBox .list .item img {
	margin-right: 12px;
	filter: grayscale(100%) brightness(80%);
}

/* .myLeftBox .list .item:hover {
    background: rgba(242, 248, 255, 1);
} */
.myLeftBox .list .item.on {
	background: rgba(242, 248, 255, 1);
	color: rgba(84, 155, 255, 1);
}

.myLeftBox .list .item.on img {
	filter: none;
}


.myRightBox {
	width: calc(100% - 260px);
	opacity: 1;
	border-radius: 5px;
	background: rgba(255, 255, 255, 1);
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}

.myRightBox .topBox {
	width: 100%;
	/* height: 156px; */
	position: relative;
	padding-top: 55px;
	padding-left: 40px;
	box-sizing: border-box;
	background: linear-gradient(90deg, rgba(245, 250, 255, 1) 0%, rgba(214, 229, 255, 1) 100%);
	border: 2px solid rgba(84, 155, 255, 1);
	border-radius: 10px;
}

.myRightBox .topBox .bgicon {
	width: 140px;
	height: 140px;
	position: absolute;
	top: 8px;
	right: 8.8%;
}

.myRightBox .topBox .tips {
	width: 94px;
	height: 32px;
	opacity: 1;
	border-radius: 10px 0px 10px 0px;
	background: rgba(84, 155, 255, 1);
	position: absolute;
	left: -2px;
	top: -2px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
}

.myRightBox .topBox .d1 {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(128, 61, 39, 1);
}

.myRightBox .topBox .d1 .l {
	font-size: 24px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 34.75px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	padding-right: 32px;
	position: relative;
}

.myRightBox .topBox .d1 .l::after {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	opacity: 1;
	background: rgba(153, 153, 153, 1);
	position: absolute;
	right: 16px;
	top: 10px;
}

.myRightBox .topBox .d1 .time {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(194, 119, 58, 1);
	text-align: left;
	margin-left: 8px;
}

.myRightBox .topBox .d1 a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(84, 155, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 16px;
}

.myRightBox .topBox .d1 a img {
	margin-left: 4px;
}

.myRightBox .topBox .d2 {
	display: flex;
	align-items: center;
	margin-top: 14px;
}

.myRightBox .topBox .d2 span {
	width: auto;
	height: 28px;
	line-height: 28px;
	opacity: 1;
	border-radius: 5px;
	background: rgba(255, 255, 255, 1);
	padding: 0 11px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(84, 155, 255, 1);
	margin-right: 12px;
}


.myRightBox .topBox2 {
	width: 100%;
	/* height: 156px; */
	position: relative;
	padding-top: 40px;
	padding-left: 40px;
	box-sizing: border-box;
	background: linear-gradient(90deg, rgba(251, 243, 227, 1) 0%, rgba(242, 216, 186, 1) 100%);
	border: 2px solid rgba(220, 162, 115, 1);
	border-radius: 10px;
}

.myRightBox .topBox2 .bgicon {
	width: 202px;
	height: 202px;
	position: absolute;
	top: -23px;
	right: 37px;
}

.myRightBox .topBox2 .tips {
	width: 94px;
	height: 32px;
	opacity: 1;
	border-radius: 10px 0px 10px 0px;
	background: linear-gradient(90deg, rgba(105, 74, 43, 1) 0%, rgba(150, 94, 95, 1) 100%);
	position: absolute;
	left: -2px;
	top: -2px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
}

.myRightBox .topBox2 .d1 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(194, 119, 58, 1);
	margin-bottom: 4px;
}

.myRightBox .topBox2 .d2 {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(128, 61, 39, 1);
	margin-bottom: 12px;
}

.myRightBox .topBox2 .d2 .l {
	font-size: 24px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 34.75px;
	color: rgba(128, 61, 39, 1);
	text-align: left;
	padding-right: 32px;
	position: relative;
}

.myRightBox .topBox2 .d2 .l::after {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	opacity: 1;
	background: rgba(128, 61, 39, 1);
	position: absolute;
	right: 16px;
	top: 10px;
}

.myRightBox .topBox2 .d2 .time {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(194, 119, 58, 1);
	text-align: left;
	margin-left: 8px;
}

.myRightBox .topBox2 .d2 a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(84, 155, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 16px;
}

.myRightBox .topBox2 .d3 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 27px;
	color: rgba(194, 119, 58, 1);
	text-align: left;
	display: flex;
	align-items: center;
}

.myRightBox .topBox2 .d3 span {
	width: 50px;
	height: 27px;
	line-height: 27px;
	opacity: 1;
	border-radius: 5px;
	background: rgba(255, 248, 240, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20.27px;
	color: rgba(128, 61, 39, 1);
	position: relative;
	top: 1px;
}

.myRightBox .topBox2 .d3 a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(84, 155, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 16px;
}


.myRightBox .vipTitle {
	margin: 36px 0 32px;
	font-size: 20px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 28.96px;
	color: rgba(137, 88, 80, 1);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.myRightBox .vipTitle::before {
	transform: rotate(180deg);
}

.myRightBox .vipTitle::after,
.myRightBox .vipTitle::before {
	content: '';
	display: block;
	width: 170px;
	height: 1px;
	background: linear-gradient(90deg, rgba(105, 74, 43, 1) 0%, rgba(105, 74, 43, 0) 100%);
	margin: 0 16px;
}

.myRightBox .vipTitle::before {
	transform: rotate(180deg);
}

.myRightBox .vipList {
	width: 626px;
	margin: 0 auto;
	max-width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;

}

.myRightBox .vipList .item {
	width: 31.6%;
}

.myRightBox .vipList .item .plan {
	cursor: pointer;
	padding-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid rgba(235, 235, 235, 1);
	overflow: visible;
	text-align: center;
	margin-bottom: 16px;
}

.myRightBox .vipList .custom {
	display: flex;
	justify-content: center;
	align-items: center;
}



/* 基础样式设置 */
.myRightBox .vipList .custom-checkbox {
	position: relative;
	cursor: pointer;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(0, 0, 0, 1);
}

/* 隐藏原生复选框 */
.myRightBox .vipList .custom-checkbox input[type="radio"] {
	visibility: hidden;
	position: absolute;
}

/* 创建一个自定义的勾选框 */
.myRightBox .vipList .custom-checkbox .checkmark {
	/* position: absolute;
    top: 0;
    left: 0; */
	display: block;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin-right: 8px;
}

/* 当复选框被选中时的样式 */
.myRightBox .vipList .custom-checkbox input[type="radio"]:checked+.checkmark {
	background-color: #fff;
}

/* 添加勾选标记的样式 */
.myRightBox .vipList .custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* 当复选框被选中时显示勾选标记 */
.myRightBox .vipList .custom-checkbox input[type="radio"]:checked+.checkmark:after {
	display: block;
	left: 5px;
	top: 5px;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	opacity: 1;
	background: rgba(84, 155, 255, 1);
}

.myRightBox .vipBtn {
	width: 340px;
	height: 44px;
	opacity: 1;
	border-radius: 5px;
	background: linear-gradient(90deg, rgba(217, 165, 102, 1) 0%, rgba(250, 233, 207, 1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 550;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(95, 69, 21, 1);
	cursor: pointer;
	margin: 40px auto 17px;
	max-width: 90%;
}

.myRightBox.p28 {
	padding: 28px;
}

.orderList {
	overflow-y: auto;
}

.orderList .orderTitle {
	width: 100%;
	height: 48px;
	line-height: 48px;
	opacity: 1;
	border-radius: 5px 5px 0px 0px;
	background: rgba(237, 245, 255, 1);
	padding: 0 54px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: center;
}

.orderList .orderTitle span:nth-child(1) {
	width: 110px;
}

.orderList .orderTitle span:nth-child(2) {
	width: 100px;
}

.orderList .orderTitle span:nth-child(3) {
	width: 80px;
}

.orderList .orderTitle span:nth-child(4) {
	width: 80px;
}

.orderList .orderTitle span:nth-child(5) {
	width: 140px;
}


.orderList .list .item {
	width: 100%;
	border-bottom: 1px solid rgba(235, 235, 235, 1);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 54px;
	color: rgba(102, 102, 102, 1);
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 54px;
	box-sizing: border-box;
}

.orderList .list span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.orderList .list span:nth-child(1) {
	width: 110px;
}

.orderList .list span:nth-child(2) {
	width: 100px;
}

.orderList .list span:nth-child(3) {
	width: 80px;
}

.orderList .list span:nth-child(4) {
	width: 80px;
}

.orderList .list span:nth-child(5) {
	width: 140px;
}

.orderList .orderTitle2 span:nth-child(1) {
	width: 200px;
}

.orderList .orderTitle2 span:nth-child(2) {
	width: 265px;
}

.orderList .orderTitle2 span:nth-child(3) {
	width: 140px;
}


.orderList .list2 span:nth-child(1) {
	width: 200px;
}

.orderList .list2 span:nth-child(2) {
	width: 265px;
}

.orderList .list2 span:nth-child(3) {
	width: 140px;
}

.orderList .list span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.myRightBox .page {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 28px;
}

/* .myRightBox .page a,
.myRightBox .page input {
    background: #fff;
    border: 1px solid rgba(235, 235, 235, 1);
} */

.zw {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #fff;
}

.zw img {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
}

.zw p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 28.96px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	margin: 28px 0 12px;
}

.zw span {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(102, 102, 102, 1);
	text-align: center;
}




@media screen and (max-width: 1200px) {}

@media screen and (max-width: 750px) {
	.gradientBackground {
		width: 100%;
		height: 310px;
	}

	.top_tips {
		height: 32px;
		font-size: 12px;
	}

	.top_tips .mySwiperV {
		height: 32px;
	}

	.top_tips .swiper-slide {
		height: 32px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.top_tips span {
		width: 70px;
		margin: 0 8px;
	}

	.top_tips span::before {
		content: '';
		display: block;
		width: 5px;
		height: 6px;
		border-right: 1px solid #F70D28;
		border-bottom: 1px solid #F70D28;
		bottom: 2px;
	}


	.top_tips span::after {
		content: '';
		display: block;
		width: 5px;
		height: 6px;
		border-left: 1px solid #F70D28;
		border-top: 1px solid #F70D28;
		top: 2px;
	}

	.nav .rBtn {
		padding-right: 15px;
	}

	.nav .rBtn .signIn {
		margin-right: 20px;
	}

	.nav .rBtn .signIn {
		/*display: none;*/
	}

	.nav .rBtn .tel {
		font-size: 13px;
		margin-right: 14px;
	}

	.nav .rBtn .tel img {
		padding-left: 3px;
	}

	.search_box .top_title .img_box .text_box1 {
		font-size: 18px;
		letter-spacing: 0;
		line-height: 52.13px;
		margin-left: 10px;
	}

	.search_box .top_title .img_box img {
		width: 45px;
	}

	.search_box .top_title .text_box2 {
		font-size: 12px;
		line-height: 20x;
		color: rgba(51, 51, 51, 1);
	}

	.search_box .search_control {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.search_box .search_control .search {
		height: 40px;
		border-radius: 5px;
		background: rgba(255, 255, 255, 1);
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
		font-size: 14px;
		line-height: 40px;
		text-align: left;
		padding-left: 10px;
		margin: 10px auto;
	}

	.search_box .search_control .tips_box .item {
		font-size: 12px;
		line-height: 24px;
		padding-left: 10px;
	}

	.search_box .search_list {
		background: #fff;
		padding: 12px 12px 10px;
	}

	.search_box .chatList .item .headPortrait {
		width: 24px;
		height: 24px;
	}

	.search_box .chatList .item .chatContent .contentBox {
		width: auto;
		max-width: 240px;
		border-radius: 0px 5px 5px 5px;
		padding: 4px 6px;
		font-size: 12px;
	}

	.search_box .chatList .item .chatContent .name {
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 4px;
	}

	.search_box .chatList .item {
		margin-bottom: 10px;
	}

	.search_box .chatBox .inputBox {
		height: 30px;
		border-radius: 30px;
		margin-bottom: 10px;
		padding: 0;
	}

	.search_box .chatBox .inputBox .limg {
		width: 12px;
		height: 12px;
		margin: 9px 0px 0 10px;
	}

	.search_box .chatBox .inputBox .search2 {
		width: calc(100% - 140px);
		font-size: 12px;
		line-height: 30px;
		height: 30px;
	}

	.search_box .chatBox .inputBox button {
		width: 65px;
		height: 26px;
		font-size: 12px;
		line-height: 26px;
		margin-top: 2px;
		margin-right: 2px;
	}

	.search_box .chatBox .inputBox button img {
		margin-right: 4px;
		width: 14px;
	}

	.search_box .chatBox .upBox .lBox button {
		width: 102px;
		height: 30px;
		margin-right: 5px;
		font-size: 12px;
		line-height: 20p;
	}

	.search_box .chatBox .upBox .lBox button img {
		width: 14px;
		margin-right: 4px;
	}

	.search_box .chatBox .upBox .rBox button {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin-left: 4px;
	}

	.search_box .chatBox .upBox .rBox img {
		width: 16px;
		height: 16px;
	}

	.search_box .tips_box2 {
		margin: 5px 0;
		width: 100%;
		padding: 0px;
		padding: 0 10px;
	}

	.search_box .tips_box2 .item {
		width: 100%;
		margin-right: 0;
		line-height: 24px;
	}

	.search_box .tips_box3 {
		width: 100%;
		padding: 0 10px 10px;
		box-sizing: border-box;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 17.38px;
		color: rgba(102, 102, 102, 1);
	}

	.search_box .tips_box3 a {
		font-size: 12px;
		line-height: 20.27px;
		margin-right: 10px;
	}

	.search_box .tips_box3 p {
		color: #999;
	}

	.search_box.active-search .tips_box2,
	.search_box.active-search .tips_box3 {
		display: block;
	}

	.ptb32 {
		padding: 24px 0;
	}

	.indexList {
		margin-top: 55px;
	}

	.indexList .item {
		float: left;
		width: 48%;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}

	.indexList .item:nth-child(2n) {
		float: right;
	}

	.indexList .item .img {
		margin-bottom: 10px;
	}

	.indexList .text_box {
		font-size: 14px;
		line-height: 1;
	}

	.fBox1 {
		width: 100%;
		height: 40px;
	}

	.fBox2 {
		height: 40px;
		line-height: 16px;
		padding: 0 5px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.infoBg {
		padding: 20px 0;
	}

	.infoBox {
		width: 100%;
		min-height: 0;
		border-radius: 5px;
		padding: 20px;
	}

	.infoBox .title {
		font-size: 18px;
		line-height: 20px;
		text-align: center;
		margin-bottom: 15px;
	}

	.infoBox .info {
		font-size: 13px;
		line-height: 22px;
	}

	.infoBox .info p,
	.infoBox .info div {
		margin-bottom: 10px;
	}

	.imgInfoBg {
		padding: 15px 0 20px;
	}

	.crumbs a {
		font-size: 12px;
		font-weight: 400;
		line-height: 20.27px;
	}

	.crumbs img {
		margin: 0 5px;
		width: 12px;
	}

	.imgInfoBox {
		border-radius: 10px;
		padding: 15px;
	}

	.imgInfoBox1 img {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.imgInfoBox2 {
		display: block;
	}

	.imgInfoBox2 .lText {
		font-size: 14px;
		font-weight: 550;
		line-height: 24px;
	}

	.imgInfoBox2 .rBtn {
		width: 96px;
		height: 24px;
		border-radius: 4px;
		margin-top: 5px;
		font-size: 12px;
	}

	.imgInfoBox2 .rBtn img {
		margin-right: 4px;
		width: 14px;
	}

	.imgInfoBox3 .title {
		font-size: 15px;
		line-height: 40px;
	}

	.imgInfoBox3 .box .item {
		float: left;
		width: 100%;
		height: auto;
		padding: 12px;
		border-bottom: 1px solid rgba(235, 235, 235, 1);
	}

	.imgInfoBox3 .box .item:last-child {
		border-bottom: 0;
	}

	.imgInfoBox3 .box .item .t {
		position: relative;
		font-size: 13px;
		line-height: 20px;
	}

	.imgInfoBox3 .box .item .t:nth-child(1) {
		margin-bottom: 5px;
	}

	.imgInfoBox4 {
		overflow: hidden;
		margin-top: 20px;
	}

	.imgInfoBox4 .item {
		float: left;
		width: 48%;
		height: 124px;
		margin-right: 0;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 34.75px;
		margin-bottom: 15px;
	}

	.imgInfoBox4 .item:nth-child(2n) {
		float: right;
	}

	.themeTabs {
		margin-top: 50px;
	}

	.themeTabs .lTitle {
		width: 100%;
		font-size: 18px;
		line-height: 24px;
		height: 24px;
		margin-bottom: 10px;
	}

	.themeTabs .lTitle img {
		width: 24px;
		height: 24px;
		margin-right: 5px;
		top: 2px;
	}

	.themeTabs .rTabs {
		float: left;
		position: relative;
		top: 1px;
		width: calc(100% - 30px)!important;
    margin-left: 20px;
	}

	.themeTabs .rTabs a {
		font-size: 14px;
		line-height: 20px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.themeTitle {
		margin-top: 20px;
	}

	.themeTitle .t1 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 4px;
	}

	.themeTitle .t2 {
		width: 90%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 15px;
	}

	.themeTitle .t3 {
		font-size: 14px;
		line-height: 20px;
		color: rgba(84, 155, 255, 1);
		text-align: left;
		margin-bottom: 10px;
	}

	.themeTitle .t3 img {
		width: 20px;
		height: 20px;
		margin-right: 4px;
	}

	.themeList .item {
		width: 48%;
		border-radius: 5px;
		background: rgba(242, 247, 255, 1);
		margin-bottom: 15px;
		margin-right: 0%;
		padding-bottom: 48%;
	}

	.themeList .item:nth-child(2n) {
		float: right;
	}

	.page {
		margin-bottom: 20px;
	}

	.layui-laypage a,
	.layui-laypage span {
		padding: 0 8px !important;
		height: 22px !important;
		line-height: 22px !important;
	}

	/*
    .page a {
        width: 24px;
        height: 24px;
        margin: 0 3px;
        font-size: 12px;
    }

    .page span {
        font-size: 12px;
    }

    .page input {
        width: 30px;
        height: 24px;
        line-height: 24px;
        margin: 0 5px;
        font-size: 12px;
    } */

	.themeList2 {
		/* overflow: hidden; */
		margin-bottom: 30px;
	}

	.themeList2 .item {
		/* width: 100%; */
		border-radius: 10px;
		padding: 10px;
		margin-bottom: 15px;
	}

	.themeList2 .item .img {
		width: 100%;
		padding-bottom: 65%;
		height: auto;
		border-radius: 5px;
		position: relative;
		overflow: hidden;
		float: none;
		margin-right: 0px;
	}

	.themeList2 .item .text {
		width: 100%;
		float: none;
		margin-top: 10px;
	}

	.themeList2 .item .text .t1 {
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		padding-top: 0px;
		margin-bottom: 5px;
	}

	.themeList2 .item .text .t2 {
		width: 78px;
		height: 22px;
		opacity: 1;
		border-radius: 22px;
		font-size: 12px;
		line-height: 20px;
	}

	.themeList2 .item .text .t2 img {
		width: 10px;
		top: 1px;
		margin-left: 3px;
	}

	/* .themeList2 .advertisement {
        position: relative;
        top: 0;
        right: 0;
        width: 31%;
        float: left;
        margin-right: 3.5%;
        font-size: 14px;
        height: 100px;
    }

    .themeList2 .advertisement:last-child {
        margin-right: 0;
    } */

	.themeList3 {
		margin-top: 20px;
	}

	.themeList3 .topBox .img {
		width: 100%;
		height: auto;
		padding-bottom: 0;
		/* height: 395px; */
		opacity: 1;
		border-radius: 5px;
		overflow: hidden;
		box-sizing: border-box;
		position: relative;
		float: none;
	}

	.themeList3 .topBox .img img {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}

	.themeList3 .topBox .text {
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	.themeList3 .topBox .text .d1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.themeList3 .topBox .text .d2 {
		font-size: 12px;
		font-weight: 400;
		line-height: 20px;
		color: rgba(51, 51, 51, 1);
		padding-bottom: 24px;
	}

	.themeList3 .topBox .text .d2::after {
		content: '';
		display: block;
		width: 18px;
		height: 2px;
		left: 0;
		bottom: 14px;
	}

	.themeList3 .topBox .text .d3 span {
		font-size: 12px;
		line-height: 20.27px;
		margin-right: 6px;
		border-right: 1px solid rgba(235, 235, 235, 1);
		padding-right: 6px;
	}

	.themeList3 .topBox .text .d3 {
		font-size: 12px;
		line-height: 20.27px;
		margin-bottom: 5px;
	}

	.themeList3 .list .item .img {
		margin-bottom: 10px;
	}

	.themeList3 .list .item .text {
		font-size: 12px;
		line-height: 18px;
		/* height: 36px; */
		padding: 14px;
	}

	.themeList4 {
		margin-bottom: 20px;
	}

	.themeList4 .item {
		float: left;
		width: 50%;
	}

	.themeList4 .item .text .d1 {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 10px;
		text-align: center !important;
	}

	.themeList4 .item .text .d2 {
		width: 20px;
		height: 1px;
		margin: 0 auto 10px !important;
	}

	.themeList4 .item .text .d3 {
		font-size: 12px;
		line-height: 20px;

		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.themeList4 .item .text .bg {
		display: block;
	}

	.myLeftBox {
		width: 100%;
		padding: 10px;
		margin-bottom: 20px;
	}

	.myLeftBox .top {
		display: none;
	}

	.myLeftBox .list {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		overflow: hidden;
	}

	.myLeftBox .list .item {
		width: 50%;
		height: 36px;
		opacity: 1;
		border-radius: 3px;
		background: #fff;
		display: flex;
		align-items: center;
		padding-left: 12px;
		box-sizing: border-box;
		color: rgba(51, 51, 51, 1);
		float: left;
	}

	.myRightBox {
		width: 100%;
		background: rgba(255, 255, 255, 1);
		padding: 12px;
	}

	.myRightBox .topBox,
	.myRightBox .topBox2 {
		height: auto;
		position: relative;
		padding: 30px 0 20px 20px;
		box-sizing: border-box;
	}

	.myRightBox .topBox .d1,
	.myRightBox .topBox2 .d2 {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0px;
		color: rgba(128, 61, 39, 1);
	}

	.myRightBox .topBox .d1 .l,
	.myRightBox .topBox2 .d2 .l {
		font-size: 12px;
		font-weight: 550;
		line-height: 34.75px;
		padding-right: 20px;
	}

	.myRightBox .topBox .d1 .l::after,
	.myRightBox .topBox2 .d2 .l::after {
		right: 10px;
	}

	.myRightBox .topBox .d1 .time,
	.myRightBox .topBox2 .d2 .time {
		font-size: 12px;
		line-height: 23.17px;
		margin-left: 8px;
	}

	.myRightBox .topBox .d1 a,
	.myRightBox .topBox2 .d2 a {
		font-size: 12px;
		letter-spacing: 0px;
		line-height: 23.17px;
		margin-left: 5px;
	}

	.myRightBox .topBox .d1 a img,
	.myRightBox .topBox2 .d2 a img {
		width: 12px;
	}

	.myRightBox .topBox .bgicon,
	.myRightBox .topBox2 .bgicon {
		display: none;
	}

	.myRightBox .topBox .d2 span {
		width: auto;
		height: 22px;
		line-height: 22px;
		padding: 0 5px;
		font-size: 12px;
		margin-right: 6px;
	}

	.myRightBox .topBox2 .d3 {
		font-size: 14px;
		line-height: 22px;
		color: rgba(194, 119, 58, 1);
	}

	.myRightBox .topBox2 .d3 a {
		font-size: 12px;
		line-height: 22px;
		margin-left: 10px;
	}

	.myRightBox .topBox2 .d3 a img {
		width: 12px;
	}

	.myRightBox .topBox2 .d3 span {
		width: 50px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		line-height: 20px;
	}

	.myRightBox .vipTitle {
		margin: 30px 0;
		font-size: 18px;
		font-weight: 550;
		line-height: 28.96px;
	}

	.myRightBox .vipTitle::after,
	.myRightBox .vipTitle::before {
		width: 80px;
	}

	.plan .plan_title {
		height: 40px;
		background: rgba(244, 246, 250, 1);
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.plan .plan_amount {
		font-size: 12px;
		height: 24px;
		line-height: 24px;
	}

	.plan .plan_amount p {
		font-size: 12px;
		line-height: 24px;
		margin-right: 4px;
	}

	.plan .plan_amount p span {
		font-size: 12px;
		line-height: 24px;
	}

	.plan .plan_text {
		font-size: 12px;
		line-height: 17.38px;
		margin-bottom: 4px;
	}

	.plan .plan_time {
		font-size: 12px;
		line-height: 20.27px;
		margin-top: 6px;
	}

	.myRightBox .vipList .item .plan {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.myRightBox .vipList .custom-checkbox {
		font-size: 12px;
		line-height: 23.17px;
	}

	.myRightBox .vipList .custom-checkbox .checkmark {
		height: 12px;
		width: 12px;
		margin-right: 4px;
	}

	.myRightBox .vipBtn {
		height: 34px;
		font-size: 14px;
		margin: 20px auto 17px;
	}

	.myRightBox.p28 {
		padding: 12px;
	}

	.orderList .orderTitle {
		width: 600px;
		height: 34px;
		line-height: 34px;
		padding: 0 10px;
		font-size: 12px;
	}

	.orderList .orderTitle2 {
		/* width: 100%; */
	}

	.orderList .list {
		width: 600px;
	}

	.orderList .list2 {
		/* width: 100%; */
	}

	.orderList .list .item {
		width: 100%;
		border-bottom: 1px solid rgba(235, 235, 235, 1);
		font-size: 12px;
		line-height: 34px;
		color: rgba(102, 102, 102, 1);
		padding: 0 10px;
	}


	.orderList .orderTitle2 span:nth-child(1) {
		width: 33.3%;
	}

	.orderList .orderTitle2 span:nth-child(2) {
		width: 33.3%;
	}

	.orderList .orderTitle2 span:nth-child(3) {
		width: 33.3%;
	}


	.orderList .list2 span:nth-child(1) {
		width: 30%;
	}

	.orderList .list2 span:nth-child(2) {
		width: 20%;
	}

	.orderList .list2 span:nth-child(3) {
		width: 30%;
	}

	.orderList .list span {
		font-size: 12px;
	}

	.myRightBox .page {
		display: flex;
		justify-content: left;
		align-items: center;
		margin-top: 15px;
	}

	.login-modal-content {
		margin: 22% auto;
		padding: 20px;
		width: 90%;
		height: auto;
	}

	.login-modal-content h2 {
		font-size: 18px;
		line-height: 34.75px;
		margin-bottom: 30px;
	}

	.login-modal-content h2::after {
		width: 20px;
		height: 2px;
		bottom: -10px;
	}

	.login-modal-content .label {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.login-modal-content .talBox {
		height: 40px;
		margin-bottom: 15px;
	}

	.login-modal-content .talBox input {
		height: 40px;
		font-size: 14px;
	}


	.verification-section {
		height: 40px;
	}

	.verification-section input {
		font-size: 14px;
		line-height: 40px;
	}

	.verification-section .send-code {
		font-size: 14px;
		line-height: 40px;
	}

	.payment-modal-content {
		margin: 40% auto;
		padding: 20px 0;
		width: 90%;
		height: auto;
	}

	.subscription-modal-content {
		margin: 25% auto;
		width: 90%;
		height: auto;
	}

	.subscription-modal-header {
		width: 100%;
		height: 40px;
		padding: 0 20px;
		align-items: center;
		line-height: 40px;
		font-size: 18px;
	}

	.subscription-modal-close {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 30px;
	}

	.plans {
		padding: 12px;
	}

	.confirm-btn {
		display: block;
		margin: 0 auto;
		width: 90%;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}

	.subscription-modal-agreement {
		padding-bottom: 10px;
	}

	.vip-modal-content {
		margin: 40% auto;
		padding: 20px 0 20px;
		width: 90%;
		height: auto;
		height: auto;
	}

	.qr-payment-modal-content {
		background-color: #fff;
		margin: 30% auto;
		width: 90%;
		height: auto;
	}

	.qr-payment-modal-header {
		width: 100%;
		height: 40px;
		padding: 0 20px;
		line-height: 40px;
		font-size: 18px;
	}

	.qr-payment-close {
		top: 10px;
		right: 10px;
		font-size: 30px;
	}

	.qr-payment-modal-amount {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
		height: 30px;
	}

	.qr-payment-modal-amount span {
		font-size: 14px;
		font-weight: 550;
		position: relative;
		top: 4px;
	}

	.qr-payment-modal-select a {
		padding-left: 25px;
	}

	.qr-payment-modal-select a img {
		width: 24px;
		height: 24px;
	}

	.qr-payment-modal-select a::after {
		content: '';
		display: block;
		width: 16px;
		height: 16px;
		top: calc(50% - 8px);
	}

	.qr-payment-modal-select a.selected::before {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		left: 3px;
		top: calc(50% - 5px);
	}

	.qr-code {
		width: 126px;
		height: 126px;
		opacity: 1;
	}

	.download-modal-content {
		margin: 35% auto;
		padding: 20px 0;
		position: relative;
		width: 90%;
	}
}
