@charset "utf-8";

/**
 * M
 * @authors deng
 * @date    2024-07-25
 * @version 1.0.0
 */
body {
	overflow-x: hidden;
	font-size: .75rem;
}

img {
	max-width: 100%;
}

button,
a {
	cursor: pointer;
}

.min-hei800 {
	min-height: 800px;
}

.mt-20 {
	margin-top: 7%;
}

.mb-20 {
	margin-bottom: 20px;
}

.hei-10 {
	height: 10px;
}


.hei-20 {
	height: 20px;
}

.txt-cen {
	text-align: center;
}

.a-white,
.a-white>h2 {
	color: #fff;
}

.data-detail .a-white,
.data-detail .a-white>h2 {
	color: #333;
}

.data-detail{
	background: url(../img/bg-yellow.png) no-repeat top center;
	background-size: 100%;
}

.data-red {
	background: url(../img/bg-red.png) no-repeat top center;
	background-size: 100%;
}

.data-blue {
	background: url(../img/bg-blue.png) no-repeat top center;
	background-size: 100%;
}

.data-oran {
	background: url(../img/bg-oran.png) no-repeat top center;
	background-size: 100%;
}


.a-white {
	margin-left: 2%;
	width: 80%;
}
   
.a-white>h2 {
	font-size: .76rem;
	line-height: 1.1rem;
	font-weight: 500;
	text-align: justify;
}

.bor-blue img {
	border-radius: 10px;
}

.dis-flex {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.dis-grid {
	display: grid;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	grid-template-columns: 75% auto;
}

.bg-white {
	background-color: #fff;
	border-radius: 20px;
}

.content {
	width: 93%;
	margin: 0 auto;
}

.gray-line {
	line-height: 44px;
	border-bottom: 6px solid #efefef;
	margin-bottom: 18px;
	text-align: center;
}


.layui-form-select dl dd.layui-this {
	background-color: #f8f8f8;
	color: #3568f2;
	font-weight: 700;
}

.layui-select-tips {
	display: none;
}

/* .data-detail {
	background: url(../img/img-yuj.png) no-repeat top center;
	background-size: 100%;
} */

.txt-his {
	font-size: .75rem;
	text-align: left;
	margin: 5% auto;
}

/* .layui-laydate {
	left: 3.5% !important;
	top: 12% !important;
} */

.zhuce .layui-table-cell,
.layui-table-tool-panel li {
	overflow: unset;
}


.layui-table thead tr {
	background-color: #0074eb !important;
}

.layui-table th {
	border-color: #0074eb !important;
	color: #fff;
}

.textarea::-ms-input-placeholder {
	padding-left: 3px;
	font-size: .7rem
}

.textarea::-webkit-input-placeholder {
	padding-left: 3px;
	font-size: .7rem
}

.close {
	height: 25px;
	width: 25px;
	border: 1px solid #CCCCCC;
	text-align: center;
	float: right;
	position: absolute;
	margin-top: -10px;
	z-index: 1;
	border-radius: 50%;
	margin-left: 100px;
	background-color: #848484;
	color: white;
}

.imgP {
	margin-left: 100px !important;
}

.code-input p {
	margin-left: 25px !important;
	margin-top: -20px;
}

.tip {
	width: 763px;
	/* padding-top: 35px; */
	/* margin-left: 39px; */
	color: #9c9c9c;
	margin: 0px auto;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
}

.code {
	width: 150px;
	height: 42px;
	margin-top: 15px;
	margin-left: 20px;
	background-color: rgb(166, 166, 166);
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
}

.Submit {
	text-align: center;
	width: 1100px;
	margin: 0 auto;
	background-color: white;
}

.Submit button {
	width: 600px;
	padding: 10px;
	font-size: 20px;
	border: none;
	background-color: rgb(166, 166, 166);
	color: white;
	margin-top: 20px;
	border-radius: 5px;
}

.bottonBox button {
	font-size: .75rem;

}

.sub {
	display: none;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.item {
	padding: 8%;
	background: #FFFFFF;
	display: block;
	position: absolute;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	color: #858585;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 80%;
	top: 30%;
	left: 10%;
	text-align: justify;
}

.item button {
	width: 5rem;
	margin: 0 auto;
	text-align: center;
	margin-top: 30%;
	background-color: #4dc774;
	color: #fff;
	padding: 3%;
	border-radius: 5px;
	font-size: .75rem;
}

.item img {
	width: 64%;
	margin: 0 auto 17%;
	display: block;
}

.LiBox .layui-form-radio:hover *,
.LiBox .layui-form-radioed,
.LiBox .layui-form-radioed>i {
	color: #0174eb;

}

.LiBox .layui-form-radio i {
	content: "\e605";
}

.LiBox .layui-inline .layui-input-inline input {
	background: url(../img/detail-icon2.png) no-repeat center right;

}

.LiBox .layui-upload .tips {
	display: flex;
	align-items: center;
}

.bg-table .LiBox .layui-form-select dl {
	left: -38%;
	padding: 0;
}

.bg-table .layui-input-block {
	margin-left: 0px;
	text-align: center;
	margin-top: 5%;
}

.bg-table .layui-btn+.layui-btn {
	margin-left: 1.6rem;
}

.bg-table .layui-btn {
	padding: 0 20px;
	background-color: #2678d5;
	font-size: .75rem;
	border-radius: 5px;
	border: 0;
}

.bg-table .layui-btn-primary {
	background-color: #cbe8f6;
	color: #2678d5;
}

.bg-table .layui-btn-primary:hover {
	border-color: #cbe8f6;
	color: #2678d5;
}


/* 
.LiBox .layui-progress-big,
.LiBox .layui-progress-big .layui-progress-bar {
	height: 7px;
	line-height: 7px;
} */


.wids {
	width: 700px !important;
	margin: 0 auto
}

.wids li:nth-of-type(3) p {
	margin-left: 40px;
}

.cent {
	justify-content: center !important;
}

.cent p {
	margin-left: 0px !important;
	text-align: right;
	width: 25%;
}

.cent span {
	color: red;
	font-size: .6rem;
	display: block;
	margin-left: 5px;
	text-align: left;
}

.mt-20 .layui-btn {
	width: 150px;
}


/* list */

.content hr {
	border: 2px solid #e7e7e7;
	background-color: #e7e7e7;
}


.layui-upload-img {
	width: 200px;
	/* height: 250px; */
}

.layui-laydate-content td.laydate-selected {
	background-color: #cbe8f6 !important;
}

.layui-laydate .layui-this {
	background-color: #4dc774 !important;
	color: #fff !important;
}

.LiBox .layui-quote-nm {
	border-color: unset;
	border-style: unset;
	border-width: unset;
	background: unset;
}

.LiBox .layui-elem-quote {
	margin-bottom: unset;
	padding: unset;
	line-height: unset;
	border-left: unset;
	border-radius: unset;
	background-color: unset;
}

.LiBox .layui-form-item .layui-input-inline {

	margin: 0;
}


.LiBox .layui-form-item .layui-input-inline {
	left: 0;
}


.LiBox .layui-form-item {
	margin-bottom: 0;
	width: 70%;
}

.LiBox .layui-form-item .layui-inline {
	margin-bottom: 5px;
}


.LiBox .layui-textarea {
	margin-bottom: 10px;
}

.LiBox>input {
	width: 66.6%;
}

.LiBox .layui-form-select dl {

	width: 144%;

}

.content .layui-tab[overflow]>.layui-tab-title {
	overflow: unset;
}

.content .layui-tab-content {
	padding: 0 3%;
}

.mesBox .fir {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .75rem;
}

.meetingList .fir {
	/* line-height: 1.7rem; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 0 3% 0;
	font-size: .75rem;
}

.meetingList .fir span {
	background-color: #4dc774;
	color: #fff;
	border: 1px solid #399113;
}

.meetingList .fir img {
	width: 7%;
}

.meetingList ul li>div:nth-of-type(1) span:nth-of-type(1) {
	color: #fff;
	border-radius: 12px;
	padding: 1%3%;
	margin-bottom: 3%;
}

.meetingList ul li>div:nth-of-type(1) span:nth-of-type(2) {
	color: #2678d5;
}

.meetingList ul li>div:nth-of-type(2) p:nth-of-type(1) {
	text-align: justify;
	/* line-height: 1.5rem; */
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.meetingList ul li>div:nth-of-type(2) p:nth-of-type(1) img {
	width: 30%;
	margin-right: 10%;
	display: inline-block;
}

.meetingList ul li>div:nth-of-type(2) {
	text-align: justify;
}

.meetingList ul li>div:nth-of-type(2) p {
	color: #333;
	line-height: 1.3rem;
	font-size: .68rem
}


.meetingCon {
	display: flex;
	justify-content: space-between;
	margin: 5% 0;
}

.meetingCon span {
	padding: 1.5% 4%;
	border-radius: 9px;
	font-size: .75rem;
}

.meetingCon span:nth-of-type(1) {
	background-color: #2578d4;
	color: #fff;
	border: 1px solid #2578d4;
}

.meetingCon span:nth-of-type(2) {
	background-color: #399113;
	color: #fff;
	border: 1px solid #399113;
}

.agree {
	display: flex;
	align-items: baseline;
	margin-top: 5%;
}

.agree a {
	color: #4dc774;
	font-size: .7rem;
}

.agree span {
	color: #333;
	margin: 0 0 0 2%;
	font-size: .68rem;
	text-align: justify;
}

.agree .layui-form-checkbox i {
	margin-top: 0;
}

::-webkit-input-placeholder {
	/* WebKit browsers，webkit内核浏览器 */
	color: #666;
	font-size: .68rem;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
	font-size: .68rem;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
	font-size: .68rem;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #666;
	font-size: .68rem;
}


.video-detail {
	width: 100%;
	color: #666;
}

.video-detail p {
	width: 72%;
	font-size: .75rem;
	line-height: 1.2rem;
}

.video-detail h1 {
	width: 138px;
	font-size: 16px;
	line-height: 36px;
	text-align: left;
	font-weight: normal;
	float: left;
	display: block;
}

.video-detail li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.video-detail li span {
	width: 39%;
	display: block;
	font-size: .75rem;
	line-height: 1.2rem;
	font-weight: normal;
}

.nav-detail {
	font-size: .7rem;
	color: #999;
}

.nav-detail a {
	color: #666;
}

.nav-detail span {
	color: #333;
}

.topSwiper img,
.topSwiper li,
.topSwiper a {
	/* border-radius: 10px; */
}

.shout img {
	border-radius: 10px;
}

.L-hid {
	font-size: .7rem;
	clear: both;
	line-height: 1.2rem;
}

.L-hid span {
	display: flex;
	align-items: center;
	float: right;
	margin-top: 1%;
}

.L-hid span img {
	margin-right: 10px;
}

#redh {
	display: none;
}

.zixun {
	background: #4dc774;
	width: 50%;
	font-size: 1rem;
	line-height: 2rem;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
}

.zixun a {
	color: #FFF;
}

.buy {
	font-size: .75rem;
	line-height: 1.2rem;
	padding-bottom: 36px;
	margin-top: 3%;
}

.gotop {
	position: fixed;
	z-index: 99;
	right: 3%;
	bottom: 1rem;
	width: 2rem;
}

.shout {}

.newsList ul li a {
	display: flex;
	justify-content: space-between;
	width: 100%;

}

.newsList .reverse ul li a {
	flex-direction: row-reverse;
}


.newsList .imgLeft {
	width: 100px;
}

.newsList .imgLeft img {
	width: 100%;
}

.newsList .imgRight {
	width: 79%;
	margin-left: 5%;
}

.newsList ul li time {
	/* margin-top: 8%; */
	display: inline-block;
	color: #999;
}

.newsList ul li {
	border-bottom: 1px solid #eee;
	padding-bottom: 5%;
	margin-bottom: 5%;
}

.newsList ul li img {
	border-radius: 0.2rem;
	max-width: 100%;
}

.newsList .imgRight p {
	font-size: .75rem;
	font-weight: 500;
	margin-bottom: 5%;
	margin-top: 1%;
	padding-right: 5%;
}

.newsList ul li p {
	overflow-y: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}


.v-cont-title {
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
	/* width: 90%; */
	margin: 0 auto;
	color: #999;
	padding-bottom: 5%;
}

.v-cont-title h2 {
	font-size: 1.1rem;
	line-height: 1.3rem;
	padding: 5% 0;
	font-weight: 500;
	/* text-align: center; */
	color: #333;
}

.v-cont-title p {
	border-top: 0px solid #e2e2e2;
	padding: 12px 0;
	color: #ddd;
	font-size: .65rem;
	text-align: left
}

.v-cont-title p span {
	margin: 0 8px;
	color: #aaa
}

.v-cont {
	margin: 5% auto;
}

.v-cont p {
	font-size: .75rem;
	line-height: 1.4rem;
	padding: 10px 0px;
	text-align: justify;
}

.v-cont span {
	/* display: block;
	text-align: center;
	font-size: .85rem;
	font-weight: bold;
	color: #4DC774;
	margin-top: 2%; */
}

.v-cont video {
	max-width: 430px;
	width: 100%;
	height: auto !important;
}

.v-cont img {
	display: inline-block;
	max-width: 100%;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #25a34f;
	top: 0;
	display: none;
	overflow-y: scroll;
	z-index: 999;
}

.closeBox {
	width: 1rem;
	float: right;
	margin: 1rem .75rem;
}

.more {
	margin: 0 auto;
	width: 26%;
	text-align: center;
	background-color: #eee;
	padding: 2%;
	border-radius: 20px;
	color: #666;
	font-size: .7rem;
}



.mt-tabpage-item .v-cont-title {
	border: 0;
	padding-bottom: 0;
}

.mt-tabpage-item .v-cont p {
	padding: 0 3%;
}

.mt-tabpage-item .v-cont {
	margin: 1% auto;
}

.detail-yuj p {
	padding: 0 2%;
}

.detail-yuj .dis-flex p {
	font-weight: 700;
	font-size: .75rem;
}

.detail-yuj .dis-flex img {
	width: 30%;
	padding-right: 2%;
}

.layui-col-space16>* {
	padding: 3px !important;
}

.dis-grid-2 {
	display: grid;
	align-items: start;
	grid-template-columns: 28% auto;
}

.no_message {
	text-align: center;
	font-size: .7rem;
	vertical-align: middle;
	line-height: 50px;
	height: 50px;
}
