@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: fontBold;
	src: url("../font/titleFont.ttf") format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	font: 14px/24px "microsoft yahei", "微软雅黑";
	color: #222;
	background-color: #F5F7FA;
	margin: 0 auto;
	word-wrap: break-word;
	position: relative;

}

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

ul,
ol,
li {
	list-style: none outside;
}

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

a {
	color: #262626;
	text-decoration: none;
}

a:hover {
	color: #00418F;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.tx_l {
	text-align: left;
}

.tx_r {
	text-align: right;
}

.tx_2 {
	text-indent: 2em;
}

.bold {
	font-weight: bold;
}

img {
	width: 100%;
	/* height: 100%; */
	border: medium none;
	vertical-align: top;
	object-fit: cover;
}

textarea {
	resize: none;
	vertical-align: middle;
}

input,
button,
textarea {
	border: medium none;
	background: none;
	outline: none;
	appearance: none;
	-ms-progress-appearance: none;
}


input[type="button"] {
	cursor: pointer;
}

.clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

/*多行省略*/
.overflow-normal {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.overflow-two {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.overflow-three {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.overflow-four {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.overflow-six {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

/*header*/
.headerBox {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px #E6E6E6;
	position: relative;
	z-index: 10;
}

.headerBody {
	width: 1200px;
	margin: 0 auto;
}

.headerLeft {
	float: left;
}

.eLogo {
	width: 104px;
	float: left;
}

.headerNav {
	float: left;
	margin-left: 69px;
}

.headerNavList {
	min-width: 400px;
}

.headerNavList li {
	float: left;
	margin-right: 32px;
}

.headerNavList li a {
	display: inline-block;
	padding-top: 32px;
	font-size: 18px;
	color: #121822;
	line-height: 22px;
	position: relative;
}

.headerNavList li a:hover {
	color: #4D94FF;
}

.navLine {
	width: 30px;
	height: 4px;
	background: transparent;
	border-radius: 4px;
	margin-top: 28px;
}

.liveIcon {
	background: url(../images/live_icon.png) no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 12px;
	position: absolute;
	top: 22px;
	right: -12px;
}

.headerNavList li.active a {
	color: #121822;
	font-weight: bold;
}

.headerNavList li.active .navLine {
	background: #4D94FF;
}

.headerRight {
	padding: 23px 0;
	float: right;
}

.headerSearch {
	position: relative;
	width: 248px;
	height: 28px;
	background: #FFFFFF;
	border-radius: 16px;
	border: 1px solid #E6E7EB;
	float: right;
	padding: 2px 13px;
	margin-top: 4px;
}

.headerSearch input {
	float: left;
	width: 188px;
	height: 22px;
	font-size: 13px;
	line-height: 22px;
}

.headerSearch input::placeholder {
	color: #A5AEBC;
}

.searchBtn {
	float: right;
	background: url(../images/icon_search.png) no-repeat;
	background-size: 100% auto;
	width: 14px;
	height: 14px;
	margin-top: 4px;
	cursor: pointer;
}

.headerIcons {
	float: right;
	padding: 2px 0;
}

.eIcon {
	position: relative;
	width: 36px;
	height: 36px;
	float: right;
	margin-left: 24px;
}

.history {
	background: url(../images/head_icon1.png) no-repeat;
	background-size: 100% auto;
}

.focus {
	background: url(../images/head_icon2.png) no-repeat;
	background-size: 100% auto;
}

.collect {
	background: url(../images/head_icon3.png) no-repeat;
	background-size: 100% auto;
}

.appointment {
	background: url(../images/head_icon4.png) no-repeat;
	background-size: 100% auto;
}

.redNum {
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 3px;
	min-width: 12px;
	padding: 0 2px;
	height: 12px;
	background: #FF2A4C;
	border-radius: 6px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
	text-align: center;
	transform: scale(0.84);
	-o-transform: scale(0.84);
	-ms-transform: scale(0.84);
	-moz-transform: scale(0.84);
	-webkit-transform: scale(0.84);
}

.headerLogin {
	width: 40px;
	height: 40px;
	float: right;
	margin-left: 32px;
	border-radius: 50%;
	overflow: hidden;
}

.headerLogin a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.headerLogin img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}


.searchHistory {
	display: none;
	width: 248px;
	padding: 14px 4px 14px 14px;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px #E6E6E6;
	border-radius: 6px;
	position: absolute;
	left: 0;
	top: 38px;
	z-index: 2;
	font-size: 14px;
	color: #3C4450;
	line-height: 20px;
}

.clearBtn {
	float: right;
	width: 14px;
	height: 14px;
	margin-top: 3px;
	margin-right: 10px;
	background: url(../images/icon_clear.png) no-repeat;
	background-size: 100% auto;
	cursor: pointer;
}

.searchList li {
	float: left;
	max-width: 116px;
	margin: 14px 10px 0 0;
	padding: 6px 10px;
	background: #F5F7FA;
	border-radius: 4px;
	cursor: pointer;
}

.searchList li:hover {
	color: #4D94FF;
}

.iconTip {
	display: none;
	width: 56px;
	height: 19px;
	margin-left: -28px;
	padding-top: 2.5px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	background: url(../images/icon_tip_bg.png) no-repeat;
	background-size: 100% auto;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	text-align: center;
}

/* 内容 */
body {
	background: #f1f2f3;
}

.contBox {
	background: url("../images/bg.jpg") no-repeat top center #f1f2f3;
	background-size: 100% auto;
	padding-bottom: 60px;
	min-width: 1200px;
	min-height: 900px;
	position: relative;
	z-index: 10;
}

.contBody {
	width: 1200px;
	margin: 0 auto;
	/* padding-top: 195px; */
}

.videoBox {
	margin: 0 0 30px;
	background: url("../images/v_bg.png") no-repeat top center;
	background-size: 100% 100%;
	width: 1200px;
	height: 354px;
	padding: 52px 85px;
	box-sizing: border-box;
}

.videoLeft {
	float: left;
	width: 460px;
}

.videoRight {
	float: right;
	width: 530px;
}

.videoName {
	font-size: 40px;
	line-height: 48px;
	color: #ffffff;
	padding: 15px 0;
	height: 150px;
	box-sizing: content-box;
}

.videoPlay {
	background: url("../images/playnum.png") no-repeat left center;
	padding-left: 55px;
	float: left;
	font-size: 33px;
	line-height: 36px;
	color: #ffffff;
}

.videoStyleBtn {
	font-size: 26px;
	line-height: 32px;
	border-radius: 16px;
	width: 110px;
	float: right;
	color: #3957be;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.videoStyleBtn.active {
	background-color: #3957be;
	color: #fff;
}
.tabBox {
	margin-bottom: 25px;
	position: relative;
}

.tabBox .tab {
	background: url("../images/menu1.png") no-repeat;
	float: left;
	cursor: pointer;
	width: 254px;
	text-align: center;
	position: relative;
	padding: 8px 0 4px;
	font-size: 28px;
	line-height: 52px;
	color: #000000;
	margin-left: -65px;
}
.tabBox .tab:first-child {
	margin-left: 0;
	z-index: 6;
}
.tabBox .tab:nth-child(2) {
	z-index: 5;
}
.tabBox .tab:nth-child(3) {
	z-index: 4;
}
.tabBox .tab:nth-child(4) {
	z-index: 3;
}
.tabBox .tab:nth-child(5) {
	z-index: 2;
}
.tabBox .tab:nth-child(6) {
	z-index: 1;
	background: url("../images/menu3.png") no-repeat;
	color: #fff;
}

.tabBox .tab:hover,
.tabBox .active.tab {
	font-weight: bold;
	color: #fff;
	background: url("../images/menu2.png") no-repeat;
	z-index: 7;
}
.tabBox .tabHand {
	width: 50px;
	position: absolute;
	left: 380px;
	top: 40px;
	z-index: 7;
	animation: bounce 3s 3;
}
.tabBox .oneSign {
	animation: bounce 3s 3;
}
.tabBox .twoSign {
	left: 770px;
	animation: bounce 3s 3;
}

.inforBox {
	background: url("../images/infor.jpg") no-repeat left top #fff;
	border-radius: 0 0 20px 20px;
	margin-bottom: 30px;
}

.inforTop {
	width: 100%;
}

.topLeft {
	padding: 14px 0 0;
	width: 290px;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	float: left;
}

.topRight {
	padding: 38px 0 0;
	font-size: 12px;
	line-height: 26px;
	color: #666666;
	float: right;
	margin-right: 32px;
}

.ruleBtn {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	background: linear-gradient(90deg, #002893, #4c93ff);
	padding: 0 20px;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
}

.inforCont {
	padding: 20px 30px 40px;
}

.activityIntrBox {
	font-size: 22px;
	line-height: 36px;
	color: #3957be;
	float: left;
	width: 600px;
	max-height: 285px;
	overflow-y: auto;
}

.activityIntrTop {
	color: #3957be;
	padding-bottom: 10px;
}

.activityIntrCont,
.activityIntrCont p {
	font-size: 22px;
	line-height: 36px;
	color: #000000;
}

.activityIntrCont .blueColor {
	color: #3957be;
	font-weight: bold;
}
.bannerBox {
	float: right;
	width: 500px;
	padding-bottom: 30px;
}
.bannerBox .swiper-pagination {
	bottom: 0;
}
.bannerBox img {
	width: 500px;
	/* height: 230px; */
}
.txtBox {
	padding: 0 35px;
	font-size: 13px;
	line-height: 23px;
	color: #666666;
}

.teamListBox {}

.teamListBlock {
	background-color: #e8edfd;
	padding: 7px 7px 0;
	border-radius: 20px;
	float: left;
	box-sizing: content-box;
	margin-right: 17px;
	margin-bottom: 20px;
	cursor: pointer;
	width: 258px;
}

.teamListBlock:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

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

.teamListWhite {
	background-color: #fff;
	padding: 5px 4px;
	border-radius: 20px;
	overflow: hidden;
}

.teamPic {
	width: 250px;
	height: 332px;
	border-radius: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

.teamPic img {
	width: 250px;
	height: 332px;
	border-radius: 20px;
	transform: all 0.3s;
}

.teamTit {
	padding: 0 15px;
	margin-bottom: 6px;
	font-size: 20px;
	line-height: 30px;
	color: #2a42a7;
	font-weight: bold;
}

.teamInfor {
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	padding: 0 15px 15px;
}

.teamPoints {
	background: url("../images/num.png") no-repeat;
	width: 270px;
	height: 55px;
	margin-left: -6px;
	margin-top: -10px;
	position: relative;
	overflow: hidden;
}

.teamPointsTxt {
	position: absolute;
	left: 57px;
	top: 3px;
	font-size: 17px;
	line-height: 54px;
	color: #2a42a7;
	font-weight: bold;
}

.teamPointsNum {
	position: absolute;
	right: 20px;
	top: 3px;
	font-size: 22px;
	line-height: 54px;
	color: #fff;
	font-weight: bold;
}

.teamListBlock:hover .teamPic img {
	transform: scale(1.1);
}

.turningBox {
	padding: 30px 0;
	text-align: center;
}

.turningBox ul {
	display: inline-block;
}

.turningBox ul li {
	float: left;
	margin: 0 12px;
}

.turningBox ul li a {
	display: block;
	border: 1px solid #f1f2f3;
	font-size: 17px;
	line-height: 35px;
	color: #000000;
	padding: 0 15px;
}

.turningBox ul li a.active {
	color: #fff;
	background: linear-gradient(90deg, #002893, #4c93ff);
}

.tabInforBox {
	display: none;
}

.problemListBox {
	background-color: #fff;
	border-radius: 20px;
	padding: 70px 24px;
}

.problemListBlock {
	background: url("../images/qa4.png") no-repeat 505px center #f7f9fc;
	border-radius: 0 0 20px 20px;
	width: 565px;
	padding: 10px 80px 10px 100px;
	box-sizing: border-box;
	float: left;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}

.problemListBlock:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

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

.problemNum {
	font-size: 20px;
	line-height: 36px;
	color: #2a2a2a;
	margin-bottom: 5px;
	font-weight: bold;
	vertical-align: middle;
}

.problemTit {
	font-size: 14px;
	line-height: 24px;
	color: #2a2a2a;
}

.problemStatusYellow {
	background: url("../images/qa2.png") no-repeat;
	width: 85px;
	height: 52px;
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}

.problemStatusBlue {
	background: url("../images/qa1.png") no-repeat;
	width: 85px;
	height: 52px;
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}

.problemStatusGray {
	background: url("../images/qa3.png") no-repeat;
	width: 85px;
	height: 52px;
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}

.blueColor .problemNum,
.blueColor .problemTit {
	color: #3957be;
}

.videoListBlock {
	width: 250px;
	float: left;
	margin: 0 15px 30px 0;
	cursor: pointer;
	padding: 10px;
	box-sizing: content-box;
}

.videoListBlock:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

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

.videoPic {
	width: 250px;
	height: 173px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	border-radius: 10px;
}

.videoPic img {
	width: 250px;
	height: 173px;
	border-radius: 10px;
	transform: all 0.3s;
}

.videoPic:hover img {
	transform: scale(1.1);
}

.videoLive {
	background: linear-gradient(90deg, #da4e12, #e38522);
	position: absolute;
	left: 18px;
	top: 12px;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	padding: 0 20px;
	border-radius: 10px;
}

.videoLive .vTxt {
	display: block;
	background: url("../images/icon4.png") no-repeat left center;
	padding-left: 22px;

}

.videoNoLive {
	background: #4364e2;
	position: absolute;
	left: 18px;
	top: 12px;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	padding: 0 20px 0 0;
	border-radius: 10px;
}

.videoNoLive .vTxt {
	display: inline-block;
	background-color: #fff;
	color: #4364e2;
	padding: 0 20px;
	border-radius: 10px;
	margin-right: 10px;
}

.videoTit {
	font-size: 20px;
	line-height: 30px;
	color: #363636;
	font-weight: bold;
}

.videoBtm {
	padding: 20px 0 0;
}

.videoBtn {
	background: linear-gradient(45deg, #192c8f, #6792fc);
	width: 230px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	border-radius: 22px;
	margin: 0 auto 5px;
}

.videoPlayback {
	background: #e3b65a;
	position: absolute;
	left: 18px;
	top: 12px;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	padding: 0 20px;
	border-radius: 10px;
}

.videoTime {
	font-size: 14px;
	line-height: 34px;
	color: #b0b0b0;
	padding-top: 10px;
}

.videoBtnLook {
	background: linear-gradient(45deg, #192c8f, #6792fc);
	padding: 0 20px;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	border-radius: 18px;
}

.videoBtnLook .vIcon {
	background: url("../images/icon5.png") no-repeat left center;
	padding-left: 26px;
}

.inforListBox {
	padding: 25px 20px;
	background-color: #fff;
	border-radius: 20px;
}

.inforListBlock {
	padding: 45px 20px 20px;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
}

.inforListBlock:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

.inforPic {
	float: left;
	width: 257px;
}

.inforPic img {
	width: 257px;
	height: 178px;
	border-radius: 10px;
}

.inforRight {
	float: right;
	width: 830px;
	margin-left: 30px;
	font-size: 16px;
	line-height: 26px;
	color: #6f6f6f;
}

.inforTit {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin: 10px 0;
	font-weight: bold;
}

.inforTxt {
	margin-bottom: 25px;
}

.inforTime {
	text-align: right;
	font-size: 14px;
	line-height: 24px;
	color: #b0b0b0;
}

.inforListCont {
	padding-bottom: 40px;
}

.tabDataBox {
	margin: 0 0 20px;
	display: flex;
	overflow-x: scroll;
	white-space: nowrap;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	transition: all 0.3s;
	height: 50px;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE 10+ */
}
.tabDataBox::-webkit-scrollbar {
	display: none; /* Chrome, Safari */
}
.tabDataBlock {
	/* float: left; */
	padding: 0 20px;
	font-size: 20px;
	line-height: 40px;
	color: #666666;
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: auto;

}

.tabDataBox .swiper-slide {
	opacity: 1;
	width: auto;
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabSwiper {
	width: 100%;
}

.tabDataBox .tabActive .tabDataBlock {
	color: #4364e2;
	font-weight: bold;
}
.tabDataBox .tabActive .bar {
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #4364e2;
	width: 35px;
	height: 8px;
	border-radius: 4px;
	transform: translateX(-50%);
}

.msgBoardBox {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.msgBoardTop {
	font-size: 28px;
	line-height: 50px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.msgBoardTop img {
	width: 48px;
	margin-right: 15px;
	vertical-align: middle;
}

.msgBoardTag {
	width: 100%
}

.msgBoardTag .tagBlock {
	display: inline-block;
	margin: 0 20px 15px 0;
	background-color: #eceffc;
	border-radius: 20px;
	line-height: 30px;
	font-size: 18px;
	color: #000000;
	padding: 0 20px;
	cursor: pointer;
}

.msgBoardTag .tagBlock.active {
	background-image: linear-gradient(to right, #002893, #4c93ff);
	color: #fff;
}

.moreShow {
	font-size: 14px;
	color: #3957be;
	padding-top: 2px;
	cursor: pointer;
}

.vsBox {
	/* padding: 20px 0 0; */
}

.vsBox .vsTit {
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	margin-bottom: 20px;
}

.vsBox .vsPics {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	align-items: flex-start;
}

.vsBox .vsPic1 {
	width: 300px;
	display: block;
	margin: 0;
	cursor: pointer;
	position: relative;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	text-align: center;
}
.vsBox .vsPic1 img {
	width: 90px;
	margin: 0 auto 10px;
}
.vsBox .vsPic1.active::after {
	content: '';
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -60%, 0);
	box-shadow: 0 0 15px red;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	animation: pulse 1s linear infinite;
}
.vsBox .vsPic2 {
	width: 85px;
	display: block;
	margin: 0;
}
.vsBox .vsPic3 {
	/* width: 90px; */
	position: relative;
}
.vsBox .vsPic3.active::after {
	content: '';
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -60%, 0);
	box-shadow: 0 0 15px #3957be;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	animation: pulse 1s linear infinite;
}

.vsBox .vsBar {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ffbf29;
	height: 30px;
	border-radius: 15px;
	margin-bottom: 20px;
	position: relative;

}

.vsBox .vsRed {
	background: linear-gradient(to right, #ff9e18, #ff5729);
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 30px;
	border-radius: 30px 0 0 30px;
}

.vsBox .vaBlue {
	background: linear-gradient(to right, #1e95f6, #1556cc);
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 30px;
	border-radius: 0 30px 30px 0;
	background-color: transparent;
}

.vsBox .vsBg {
	background-image: repeating-linear-gradient(-45deg, transparent, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 1) 12px);

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	border-radius: 30px 0 0 30px;
	opacity: 0.5;
}

/* 弹框 */
.cover {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	zoom: 1.2;
}

.pop_box {
	width: 803px;
	top: 40%;
	left: 50%;
	position: fixed;
	transform: translate3d(-50%, -50%, 0);
	box-sizing: border-box;
	padding: 110px 0 0;
}

.pop_tit_pic {
	width: 100%;
	height: auto;
	position: absolute;
	left: 20px;
	top: -30px;
}

.pop_close {
	width: 25px;
	position: absolute;
	right: 29px;
	top: 104px;
	cursor: pointer
}

.pop_cont {
	padding: 0 50px;
	max-height: 60%;
	overflow: auto;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-align: justify;
	background: url("../images/pop_bg-b.png") repeat-y;
	background-size: 100% 100%;
	min-height: 343px;
	box-sizing: border-box;
	margin-top: -2px;
}

.pop_cont p {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.pop_btm {
	padding: 50px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.pop_prmpt {
	margin-bottom: 10px;
}

.pop_agreement {
	text-align: center;
	margin: 0 auto;
}

.agreement_box {
	display: inline-block;
	align-items: center;
	margin-bottom: 20px;
}

.agreement_check {
	background-color: #dce5fb;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: relative;
}

.agreement_check:checked::after {
	content: '';
	background: url("../images/pop_check.png") no-repeat center center;
	background-size: 12px 8px;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
}

.agreement_label {
	cursor: pointer;
}

.pop_btn {
	width: 170px;
	margin-left: 30px;
}

.blue_color {
	color: #2156c2;
	font-weight: bold;
}

.pop_2 .pop_tit_pic {
	/* width: 84%;
	top: -75px;
	left: 38px */
}

.pop_question_box {
	width: 803px;
	top: 50%;
	left: 50%;
	position: fixed;
	transform: translate3d(-50%, -50%, 0);
	box-sizing: border-box;
}

.pop_question_box .pop_tit_pic {
	/* width: 475px;
	left: 29px;
	top: -32px; */
}

.pop_question_cont {
	overflow-y: auto;
	background: url("../images/pop_bg-b.png") no-repeat;
	background-size: 100% 100%;
	padding: 0 50px 30px;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-align: justify;
	min-height: 343px;
	box-sizing: border-box;
	margin-top: -2px;
}

.question_block {
	width: 100%;
	margin-bottom: 20px;
}

.question_ans {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}

.ans_txt {
	margin-top: 5px;
	background: linear-gradient(to right, #0a3097, #4c93ff);
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-block;
	text-align: left;
	margin-left: 15px;
	max-width: 95%;
}

.question_ans .flex1 {
	width: 100%;
	text-align: right;
}

.head_pic {
	width: 45px;
	border-radius: 50%;
	border: 1px solid #2964e6;
	margin: 0 8px;
}

.head_pic img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.question_ask {
	display: flex;
	width: 100%;
	align-items: flex-start;
	margin-bottom: 20px;
}
.question_ask .flex1 {
	flex: 1;
	width: 100%;
}
.que_box {
	background-color: #dae3f8;
	padding: 20px 0;
	border-radius: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #1040ab;
	max-width: 95%;
	margin: 0;
}

.que_box .que_tit {
	padding: 0 15px 5px;
}

.que_box .que_type {
	padding: 0 15px 5px;
}

.que_box .que_type span {
	background-color: #1040ab;
	padding: 0 8px;
	font-size: 12px;
	line-height: 22px;
	border-radius: 10px;
	color: #ffffff;
}

.que_box .que_cont {
	padding: 0 10px;
}

.que_box .tit {
	padding: 0 15px;
	padding-bottom: 5px;
}

.que_box .cont {
	margin-bottom: 25px;
}

.que_box .line {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	padding: 5px 10px;
	border-radius: 12px;
	border: 1px solid #022b96;
	margin-bottom: 5px;
	cursor: pointer;
}

.que_box .line.active {
	background: linear-gradient(to right, #002893, #4c93ff);
	color: #fff;
}

.center_txt {
	text-align: center;
}

.que_box .que_btm {
	text-align: center;
	margin-bottom: 10px;
}

.que_box .que_btn {
	background: linear-gradient(to right, #002893, #4c93ff);
	width: 140px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	border-radius: 25px;
	cursor: pointer;
}

/* 针对特定元素应用滚动条样式 */
.pop_question_cont {
	scrollbar-color: #2964e6 #d7d7d7;
	/* Firefox支持 */
	scrollbar-width: thin;
	/* Firefox支持 */
	overflow: hidden;
}

/* WebKit浏览器自定义滚动条样式 */
.pop_question_cont::-webkit-scrollbar {
	width: 8px;
	/* 滚动条宽度 */
	height: 8px;
	/* 水平滚动条高度（如果需要） */
	border-radius: 4px;
}

.pop_question_cont::-webkit-scrollbar-track {
	background: #d7d7d7;
	/* 轨道颜色 */
	border-radius: 4px;
}

.pop_question_cont::-webkit-scrollbar-thumb {
	background: #2964e6;
	/* 滑块颜色 */
	border-radius: 10px;
}

.pop_question_cont::-webkit-scrollbar-thumb:hover {
	background: #2964e6;
	/* 滑块悬停颜色（可选） */
	border-radius: 10px;
}
.question_box {
	max-height: 100%;
	overflow-y: auto;
}
.que_result {
	padding: 0 10px;
	color: #000000;
}

.question_result_box {
	width: 95%;
	margin-bottom: 10px;
	background: url("../images/pop_result.png") no-repeat;
	background-size: 100% 100%;
	min-height: 258px;
	flex: 1;
	padding: 15px;
	box-sizing: border-box;
}

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

.result_pic {
	width: 160px;
}

.question_result_box .result_tit {
	font-size: 14px;
	line-height: 16px;
	color: #1040ab;
	flex: 1;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

.question_result_box .result_cont {}

.question_result_box .result_btm {
	text-align: center;
	padding-top: 25px;
}

.question_result_box .que_btn {
	background: linear-gradient(to right, #002893, #4c93ff);
	width: 140px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	border-radius: 12px;
	cursor: pointer;
}

.result_txt {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding: 25px 0;
}

.btn_tint {
	background: #edf4ff;
	width: 140px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color: #2156c2;
	font-weight: bold;
	border-radius: 25px;
	margin: 0 auto;
	cursor: pointer;
}

.pop_remind_box {
	width: 400px;
	background: url("../images/pop_bg2.png") no-repeat left bottom;
	background-size: 100% 220px;
	padding: 0 20px 20px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	box-sizing: border-box;
	z-index: 10;
}

.pop_remind_box .btn_pop_remind_close {
	width: 17px;
	position: absolute;
	right: 35px;
	top: 15px;
	cursor: pointer;
}

.pop_remind_box .pop_remind_cont {
	background: #fff;
	border-radius: 10px;
	padding: 40px 20px 15px;
}

.pop_remind_box .top {
	text-align: center;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	font-size: 16px;
	line-height: 40px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	align-items: center;
}

.pop_remind_box .top img {
	width: 25px;
	margin-right: 10px;
}

.pop_remind_box .cont {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 30px;
	min-height: 100px;
	max-height: 200px;
	overflow-y: auto;
}

.pop_remind_box .cont p {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 8px;
}

.pop_remind_box .btm {
	text-align: center;
	padding-top: 20;
}

.pop_remind_box .pop_btn {
	background: linear-gradient(to right, #002893, #4c93ff);
	width: 160px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	border-radius: 15px;
	margin: 0;
	cursor: pointer;
}

.pop_share_box {
	position: fixed;
	right: 35px;
	top: 35px;
	width: 150px;
}

.pop_share_box .share_pic {
	text-align: right;
}

.pop_share_box .share_pic img {
	display: inline-block;
	width: 70px;
}

.pop_share_box .share_txt {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	padding-top: 60px;
}

.pop_share_box .share_txt p {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
}

.share_pic {
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}

.share_pic img {
	width: 100px;
}

.btn_blue {
	background: linear-gradient(to right, #002893, #4c93ff);
	width: 150px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	margin: 0 20px 20px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
}

.btn_white {
	background: linear-gradient(to right, #002893, #4c93ff);
	padding: 10px;
	width: 220px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #2156c2;
	font-weight: bold;
	margin: 0 auto;
	box-sizing: border-box;
}

.btn_white span {
	display: block;
	background-color: #fff;
	border-radius: 40px;
	box-sizing: border-box;
}

.pop_orange {
	background: url(../images/pop_bg3.png) no-repeat left bottom;
	background-size: 100% 220px;
}

.pop_face_box {
	background-color: #fff;
	border-radius: 20px;
	width: 400px;
	box-sizing: border-box;
	padding: 30px 20px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.pop_face_top {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-bottom: 40px;
	font-weight: bold;
}

.pop_face_cont {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: flex-start;
	/* max-height: 250px; */
	/* overflow-y: scroll; */
}

.pop_face_cont img {
	width: 60px;
	margin: 0 10px 10px;
}

.pop_face_btm {
	padding-top: 20px;
	text-align: center;
}

.btn_pop_face {
	background-color: #2964e6;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	display: block;
	margin: 0 auto;
}

.msgListTabBox {
	padding: 10px 0 0;
}

.msgListTab {
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	display: inline-block;
	position: relative;
	padding: 0 20px;
	margin-bottom: 15px;
	cursor: pointer;
}

.msgListTab span {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 30px;
	height: 4px;
	border-radius: 4px;
	background-color: #4364e2;
	display: none;
}

.msgListTab.active {
	color: #4364e2;
	font-weight: bold;
}

.msgListTab.active span {
	display: block;
}

.msgListBox {
	width: 100%;
	max-height: 1068px;
	overflow: auto;
}

.msgListBlock {
	background-color: #fff;
	padding: 20px 30px;
	border-radius: 40px;
	display: flex;
	margin-bottom: 10px;
	align-items: self-start;
}

.msgListBlock .msgPic {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	margin-right: 30px;
}

.msgListBlock .userInfor {
	width: 100px;
	margin-right: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #4364e2;
}

.msgListBlock .userName {
	width: 100%;
}

.msgListBlock .msgTime {
	font-size: 12px;
	line-height: 24px;
	color: #a9a9a9;
}

.msgListBlock .msgInfor {
	flex: 1;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}

.msgListBlock .msgInfor p {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 10px;
}

.msgListBlock .msgGood {
	background: url('../images/icon12.png') no-repeat left center;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 40px;
	color: #4364e2;
	padding-left: 40px;
	margin-left: 30px;
}

.msgListBlock .faceIcon {
	width: 80px;
}

.msgListBlock .msgFlex {
	flex: 1;
	width: 100%;
	display: flex;
	align-items: self-end;
}

.msgSendBox {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}

.msgTxt {
	border: 1px solid #ababab;
	padding: 15px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	resize: none;
	height: 118px;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: "microsoft yahei", "微软雅黑";
	white-space: wrap;
	overflow-y: auto;
}

.msgSendBtm {
	display: flex;
	justify-content: right;
	padding: 10px;
}

.btnShowPopFace {
	width: 35px;
	margin: 0 5px;
	cursor: pointer;
}

.btnSendMsg {
	width: 35px;
	margin:0 5px;
	cursor: pointer;
}

/* 资讯详情 */
.detailsBox {
	padding: 35px 0;
	width: 1200px;
	margin: 0 auto;
}
.detailsLeft {
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 20px;
	font-size: 28px;
	line-height: 40px;
	color: #363636;
	width: 800px;
	float: left;
	box-sizing: content-box;
}
.detailsTop {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #b0b0b0;
}
.detailsTit {
	font-size: 22px;
	line-height: 40px;
	color: #363636;
	margin-bottom: 20px;
	font-weight: bold;
}
.detailsTime {
	float: left;
	margin-right: 35px;
	font-size: 14px;
	line-height: 30px;
	color: #b0b0b0;
}
.detailsRead {
	float: left;
	margin-right: 35px;
	font-size: 14px;
	line-height: 30px;
	color: #b0b0b0;
	background: url("../images/read.png") no-repeat left center;
	padding-left: 35px;
}
.detailsCont {
	font-size: 14px;
	line-height: 30px;
	color: #363636;
}
.detailsCont p {
	font-size: 16px;
	line-height: 30px;
	color: #363636;
	margin-bottom: 15px;
}
.detailsRight {
	float: right;
	width: 340px;
}
.detailsLinkBox {
	width: 100%;
}
.detailsLinkTit {
	font-size: 22px;
	line-height: 56px;
	color: #000000;
	margin:15px 35px 10px;
	position: relative;
	font-weight: bold;
}
.detailsLinkTit:before {
	content: '';
	background-color: #4364e2;
	width: 25px;
	height: 10px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.detailsLinkCont {

}
.detailsLinkLine {
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #363636;
	display: block;
	margin-bottom: 8px;
	padding: 10px 20px;
}

/* 直播详情 */
.videoDetailsBox {
	padding: 40px 0;
	width: 1200px;
	margin: 0 auto;
}
.videoInforBox {
	width: 100%;
	margin-bottom: 15px;
}
.videoInforLeft {
	float: left;
	width: 840px;
	padding: 30px 20px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fff;
}
.videoInforRight {
	float: right;
	width: 340px;
	padding: 20px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fff;
}
.vBox .vTop {
	margin-bottom: 20px;
	display: flex;
	align-items: baseline;
}
.vBox .vLiving {
	background-image: linear-gradient(to right, #db5218, #e38522);
	font-size: 12px;
	line-height: 26px;
	color: #fff;
	padding: 0 10px;
	border-radius: 26px;
	margin-right: 20px;
}
.vBox .vLiving span {
	background: url("../images/icon4.png") no-repeat left center;
	padding-left: 30px;

}
.vBox .vTit {
	flex: 1;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
}
.vBox .vShare {
	background: url("../images/icon15.png") no-repeat left center;
	padding-left: 30px;
	font-size: 14px;
	line-height: 40px;
	color: #000000;
	margin:0 10px;
	cursor: pointer;
	position: relative;
}
.vBox .vCollect {
	background: url("../images/icon16.png") no-repeat left center;
	padding-left: 30px;
	font-size: 14px;
	line-height: 40px;
	color: #000000;
	cursor: pointer;
}
.vBox .vPlayback {
	background: #939393;
	font-size: 12px;
	line-height: 26px;
	color: #fff;
	padding: 0 10px 0 0;
	border-radius: 26px;
	margin-right: 20px;
}
.vBox .vPlayback span {
	background: #e3b65a;
	border-radius: 26px;
	padding: 0 15px;
	margin-right: 10px;
	display: inline-block;
}
.vBox .vInfor {
	/* margin-bottom: 30px; */
	overflow: hidden;
	position: relative;
}
.vBox .vGift {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.vBox .vGiftTxt {
	font-size: 18px;
	line-height: 40px;
	color: #333;
	padding-right: 20px;
}
.vBox .vGiftPic {
	flex: 1;
	width: 100%;
	white-space: nowrap;
	/* height: 100px; */
	overflow-x: auto;
	overflow-y: hidden;
}
.faceSwiper {
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.faceSwiper::-webkit-scrollbar {
	display: none;
}
.faceSwiper {
	width: 100%;
	overflow-x: auto;
}
.faceSwiper .swiper-slide {
	opacity: 1;
	width: auto;
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faceSwiper .swiper-slide img {
	width: 60px;
	height: auto;
}
.interactBox {

}
.interactTop {
	font-size: 16px;
	line-height: 50px;
	color: #000000;
	border-bottom: 1px solid #efefef;
	position: relative;
	font-weight: bold;
}
.interactTop:before {
	content: '';
	background-color: #4364e2;
	width: 25px;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.interactCont {
	width: 100%;
	padding: 20px 0;
}
.intBox {
	height: 500px;
	overflow: auto;
}
.intLine {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}
.intPic {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}
.intFlex {
	flex: 1;
	width: 100%;
}
.intName {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 5px;
}
.intTxt {
	display: inline-block;
	background-color: #eceffc;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	padding: 5px 15px;
	border-radius: 10px 10px 10px 0;
	max-width: 90%;
}
.intIcon {
	display: inline-block;
	width: 50px;
	vertical-align: middle;
	margin: 0 5px;
}
.intTime {
	text-align: center;
	flex: 1;
	font-size: 12px;
	color: #a9a9a9;
}
.intAsk {
	flex-direction: row-reverse;
}
.intAsk .intPic {
	margin: 0 0 0 10px;
}
.intAsk .intFlex{
	text-align: right;
}
.intAsk .intTxt {
	border-radius: 10px 10px 0 10px;
	text-align: left;
}
.interactBtm {
	padding:  0;
}
.signSwiper {
	width: 100%;
	margin-bottom:15px;
}
.signSwiper .swiper-slide {
	opacity: 1;
	width: auto;
	position: relative;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	background: #eceffc;
	padding: 0 20px;
	border-radius: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.intSend {
	display: flex;
	width: 100%;
}
.intSendTxt {
	background-color: #f6f6f6;
	border: 1px solid #dedede;
	font-size: 14px;
	line-height: 34px;
	flex: 1;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 20px;
}
.intSendBtn {
	background: url("../images/icon17.png") no-repeat;
	width: 34px;
	height: 37px;
	margin-left: 15px;
	cursor: pointer;
}
.briefBox {
	background: url("../images/infor2.jpg") no-repeat #fff;
	border-radius: 0 0 20px 20px ;
	width: 840px;
	float: left;
}
.briefTop {
	padding: 10px 0 0 50px;
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
}
.briefCont {

}
.briefBlock {
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 60px;
	color: #000000;
}
.briefTit {
	border-bottom: 1px solid #ededed;
	padding:  0 35px;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	position: relative;
}
.briefTit:before{
	content: '';
	background-color: #4364e2;
	width: 25px;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	left: 35px;
	bottom: -1px;
}
.briefTxt {
	padding:  0 35px;
	font-size: 16px;
}
.bRule {
	cursor: pointer;
	color: #3957be;
	font-size: 16px;
	font-weight: normal;
}
.briefPrompt {
	padding: 0 35px;
	text-align: right;
	font-size: 12px;
	color: #666666;
	line-height: 40px;
}
.briefTeam {
	padding: 0 20px;
}
.briefTeam .teamListBlock{
	padding: 4px 4px 0;
	margin-right: 12px;
	width: 180px;
}
.briefTeam .teamListWhite{
	padding: 5px;
}
.briefTeam .teamPic {
	width: 170px;
	height: 226px;
}
.briefTeam .teamPic img{
	width: 170px;
	height: 226px;
}
.briefTeam .teamTit{
	padding: 0 12px;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}
.briefTeam .teamInfor{
	font-size: 12px;
	padding: 0 12px 15px;
}
.briefTeam .teamPoints{
	background: url(../images/num2.png) no-repeat;
	width: 190px;
	height: 39px;
	margin-left: -6px;
	margin-top: -17px;
	position: relative;
	overflow: hidden;
}
.briefTeam .teamPointsTxt {
	position: absolute;
	left: 30px;
	bottom: 0;
	font-size: 13px;
	line-height: 36px;
	color: #2a42a7
}
.briefTeam .teamPointsTxt span {
	padding-left: 5px;
	color: #da4e12;
}
.briefTeam .teamPointsNum{
	position: absolute;
	right: 10px;
	bottom: 0px;
	font-size: 13px;
	line-height: 36px;
	color: #fff;
}
.recommendListBox {

}
.recommendTop {
	font-size: 16px;
	line-height: 50px;
	color: #000000;
	border-bottom: 1px solid #efefef;
	position: relative;
	font-weight: bold;
}
.recommendTop:before {
	content: '';
	background-color: #4364e2;
	width: 25px;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.recommendCont {

}
.recommendLine {
	padding: 30px 0 20px;
	border-bottom: 1px solid #efefef;
	display: flex;
	font-size: 13px;
	line-height: 24px;
	color: #b0b0b0;
	cursor: pointer;
}
.recommendLine:last-child {
	border-bottom: none;
}
.recommendPic {
	width: 180px;
	height: 125px;
	position: relative;
	border-radius: 10px;
	margin-right: 15px;
}
.recommendFlex {
	flex: 1;
}
.recLiving {
	background: linear-gradient(90deg, #da4e12, #e38522);
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	padding: 0 10px;
	border-radius: 10px;
}
.recLiving .vTxt {
	display: block;
	background: url(../images/icon4.png) no-repeat left center;
	background-size: 13px 13px;
	padding-left: 16px;
}
.recNoLive {
	background: #4364e2;
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	padding: 0 10px 0 0;
	border-radius: 10px;
}
.recNoLive .vTxt{
	display: inline-block;
	background-color: #fff;
	color: #4364e2;
	padding: 0 10px;
	border-radius: 10px;
	margin-right: 10px;
}
.recPlayback {
	background: #e3b65a;
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	padding: 0 10px;
	border-radius: 10px;
}

.recTit {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #363636;
	margin-bottom: 5px;
}
.recDay {
	margin-bottom: 10px;
}
.recDay span {
	background-color: #4364e2;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	border-radius: 11px;
}
.intInform {
	font-size: 14px;
	line-height: 24px;
	color: #3957be;
	flex: 1;
	margin-bottom: 20px;
}
.intJoin {
	margin-bottom: 30px;
	color: #000000;
	font-size: 14px;
	line-height: 33px;
	background: url("../images/join.png") no-repeat top center;
	text-align: center;
	width: 100%;
}

.appointment_box {
	background: linear-gradient(to right, #002893, #4c93ff);
	padding: 15px 30px;
	font-size: 18px;
	line-height: 45px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.appointment_txt {
	padding-right: 15px;
}
.appointment_time {
	flex: 1;
	width: 100%;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.appointment_time .a_sign {
	display: inline-block;
	background: url("../images/time.png") no-repeat;
	min-width: 46px;
	height: 45px;
	background-size: 100% 100%;
	margin: 0 10px;
	font-size: 18px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.appointment_time .a_sign span {
	background-image: linear-gradient(to right, #002893, #4c93ff);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.appointment_btn {
	background-color: #fff;
	width: 110px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #3957be;
	border-radius: 20px;
	margin-left: 20px;
	text-align: center;
	cursor: pointer;
}
.appointment_btn.active {
	background-color: #3957be;
	color: #fff;
}
.vCollect.active {
	background: url("../images/icon18.png") no-repeat left center;
}
.shareBox {
	padding: 20px 20px 10px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-60%);
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	z-index: 10;
	display: none;
	width: 410px
}
.shareLeft {
	float: left;
	width: 110px;
	margin-right: 20px;
}
.shareRight {
	float: right;
	padding-top: 40px;
}
.shareBox .sharePic {
	width: 110px;
	border-right: 1px solid #E6E7EB;
}
.shareBox .sharePic img {
	width: 110px;
	height: 110px;
}
.vShare:hover .shareBox {
	display: block;
}
.shareBox:hover {
	display: block;
}
.shareTxt {
	width: 240px;
	background: #F6F7F8;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border: 1px solid #E6E7EB;
	font-size: 12px;
	color: #A5AEBC;
	line-height: 17px;
	padding: 8px 13px 7px 14px;
	text-align: start;
	position: relative;
}
.shareLink {
	font-size: 12px;
	color: #A5AEBC;
	line-height: 17px;
}
.copyBtn {
	background: #3957be;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 7px 10px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 2;
}
.intSendBtn2 {
	padding: 0 15px 0 20px;
	color: #3957be;
	cursor: pointer;
	font-size: 14px;
}
.intLoading {
	flex: 1;
	color: #ccc;
	text-align: center;
}
.helpSign {
	background: url(../images/infor3.jpg) no-repeat left top #fff;
}
.helpBox {
	position: relative;
	padding: 30px;
}
.helpNum {
	font-size: 80px;
	line-height: 150px;
	color: #dc5b16;
	font-weight: bold;
	text-align: center;
}
.helpBtn {
	background: url(../images/icon21.png) no-repeat left top #fff;
	width: 417px;
	height: 125px;
	margin: 0 auto;
	cursor: pointer;
	display: block;
}
.homeSign {
	width: 108px;
	position: absolute;
	right: 0;
	top: 50px;
	cursor: pointer;
}
.ruleBtnBox {
	text-align: center;
}
.ruleBtnBox .rBtn {
	background: url("../images/icon22.png") no-repeat left center;
	padding-left: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #787878;
	cursor: pointer;
}
.videoShareBtn {
	background: url("../images/icon19.png") no-repeat left center;
	padding-left: 50px;
	font-size: 30px;
	line-height: 60px;
	color: #ffffff;
	cursor: pointer;
	float: right;
}
.pop_face_cont img.active {
	border: 1px solid #2964e6;
	border-radius: 4px;
}
.teamTxt {
	height: 36px;
	overflow: hidden;
}

.video_prompt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.video_prompt .txt {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}
.pop_toast_box {
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 100;
	max-width: 400px;
	text-align: center;
}
.videoToast {
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 100;
	max-width: 400px;
	text-align: center;
}

@keyframes pulse {
	0% {
		width: 40px;
		height: 40px;
		opacity: 0;
	}
	50% {
		width: 60px;
		height: 60px;
		opacity: 0.5;
	}
	80% {
		width: 65px;
		height: 65px;
		opacity: 0.8;
	}
	100% {
		width: 70px;
		height: 70px;
		opacity: 1;
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0) ;
	}
	40% {
		transform: translateY(-10px) ;
	}
	60% {
		transform: translateY(-5px);
	}
}

.visitorBox {
	position: fixed;
	left: 50%;
	margin-left: 580px;
	top: 30%;
	width: 300px;
}
.visitorBox .txt {
	width: 86%;
	/* background-color: red; */
	position: absolute;
	left: 10px;
	top: 13px;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	text-align: center;
}

html {
	zoom: 0.8;
}
.pop_top_bg {
	position: relative;
	background: url("../images/pop_bg-a.png") no-repeat;
	width: 100%;
	height: 130px;
}
.pop_btm_bg {
	position: relative;
	background: url("../images/pop_bg-c.png") no-repeat;
	width: 100%;
	height: 50px;
}
.indent_first {
	text-indent: 2em;
}
.logo_pic {
	width: 1200px;
	margin: 0 auto;
}
.logo_pic img {
	width: 100%;
}


/*2025-05-07 海报*/
.poster_box {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -100;
	width: 420px;
	zoom: 1.2;
}
.poster_infor {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.poster_tit {
	width: 87%;
	margin: 0 auto;
	padding: 14% 0 5%;
}
.poster_cont {
	width: 86%;
	margin: 0 auto;
}
.user_box {
	font-size: 20px;
	line-height: 44px;
	color: #1d4ae3;
	position: absolute;
	left: 0;
	top: 34%;
	width: 97%;
	text-align: center;
	font-weight: bold;
}
.user_name {
	font-size: 20px;
	line-height: 44px;
	color: #1d4ae3;
	margin-bottom: 15px;
}
.user_infor {
	font-size: 20px;
	line-height: 34px;
	color: #1d4ae3;
	margin-bottom: 10px;
}
.user_score {
	color: #ca3e31;
	font-size: 40px;
	line-height: 80px;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	font-style: italic;
	font-family: fontBold;
}
.num_txt {
	font-size: 30px;
	padding: 0 6px;
	/* border-bottom: 1px solid #1d4ae3; */
	text-decoration: underline;
}
.erweima_box {
	padding: 5% 0 5%;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	width: 100%;
}
.erweima_pic {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.loading {
	position: fixed;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	transform: translate3d(-50%,-50%,0);
	z-index: 1000000;
	font-family: fontMedium;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px ;
	border-radius: 10px;
	text-align: center;
	width: 240px;
}
.showPic_bg {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 100;
	width: 420px;
	transform: translate3d(-50%, -50%, 0);
	z-index: 9999;
}
.showPic {
	width: 100%;
}
* {
	word-break: break-all;
}
.showPic_close {
	width: 20px;
	position: absolute;
	top: 3%;
	right: 5%;
	cursor: pointer;
}
.btn_download {
	background-color: #3957be;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	border-radius: 10px;
	padding: 10px 15px;
	margin: 10px auto;
	display: block;
	cursor: pointer;
}
.maili_icon {
	width: 30px;
	display: inline-block;
}
