* {
	box-sizing: border-box;
}

body {
	min-width: 1200px;
	overflow: hidden;
	overflow-y: auto;
	background-color: #000000;
	height: 100%;
	padding: 0 !important;
}

.pc {
	background-color: #000000;
}

.pc .nav-ul {
	width: 50%;
}

.pc a {
	color: #FFFFFF;
	text-decoration: none !important;
}

.pc a:hover {
	color: #07f;
}

.pc .container {
	width: 1200px;
	margin: 0 auto;
}

.pc header {
	width: 100%;
	min-width: 1200px;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	background: #191919;
	z-index: 9999;

}

.pc .header-top {
	min-width: 1200px;
	height: 80px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-around;
}

.pc .header-ul {
	width: 100%;
	list-style: none;
	float: left;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: black;
	margin-top: 12px;
}

.pc .header-logo {
	width: 87px;
	height: 31px;
}

.pc .header-ul a {
	display: block;
	width: 100px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding-bottom: 9px;
}

.pc .header-ul .li-active {
	color: #F3D4A2;
	background: url(https://static.ijiwei.com/20210116/navbottom.png);
	background-repeat: no-repeat;
	background-size: 25px 8px;
	background-position: bottom;
}

/* .pc .header-ul a {
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

.pc .header-ul .li-active {
	background: linear-gradient(90deg, rgba(151, 84, 253, 1) 0%, rgba(86, 86, 246, 1) 100%);
	border-radius: 5px;
	color: #FFFFFF;
}

.pc .header-ul .li-hover {
	background: linear-gradient(90deg, rgba(144, 0, 204, 1) 0%, rgba(55, 55, 255, 1) 100%);
	border-radius: 5px;
	color: #FFFFFF;
} */
.pc .div-logo {
	margin-top: 16px;
	width: 50%;
}

/* top */
.pc .top {
	width: 100%;
	min-width: 1200px;
	height: 620px;
	background: url(https://static.ijiwei.com/20210116/pctopbanner.png)no-repeat center;
	margin-top: 60px;
	color: #fff;
}

/*中间按钮*/
.pc .top-center-btn {
	width: 210px;
	position: relative;
	top: 70%;
	margin: 0 auto;
	left: 80px;
}

.pc .top-center-btn-left {
	width: 200px;
	height: 52px;
	background: linear-gradient(264deg, rgba(253, 179, 84, 1) 0%, rgba(227, 34, 160, 1) 32%, rgba(86, 86, 246, 1) 67%, rgba(145, 84, 252, 1) 100%);
	background-size: 400% 400%;
	animation: gradientBG 5s ease infinite;
	border-radius: 4px;
	font-size: 20px;
	float: left;
	cursor: pointer;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

/* .pc .top-center-btn-left .ishover {
		width: 200px;
		height: 52px;
		background: linear-gradient(90deg, rgba(144, 0, 204, 1) 0%, rgba(55, 55, 255, 1) 100%);
		border-radius: 4px;
		font-size: 20px;
		float: left;
	} */

.pc .top-center-btn-left a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.pc .top-center-btn-right {
	width: 80px;
	height: 30px;
	background: linear-gradient(270deg, rgba(0, 195, 255, 1) 0%, rgba(0, 157, 255, 1) 38%, rgba(0, 94, 255, 1) 100%);
	border-radius: 4px;
	font-size: 12px;
	float: right;
}

.pc .top-center-btn-right a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #011978;
	text-align: center;
	line-height: 30px;
	/*display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	color:rgba(255,255,255,1);
    background:linear-gradient(270deg, rgba(0,195,255,1) 0%, rgba(0,94,255,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;*/
}


/*会议亮点*/
.pc .dhldtitle {
	font-size: 32px;
	font-family: OPPOSans;
	font-weight: bold;
	color: #F3D4A2;
	padding-top: 35px;
	text-align: center;
	background: linear-gradient(-90deg, rgba(243, 212, 162, 0.8) 0%, rgba(196, 153, 95, 0.8) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pc .dhldlogo {
	border-radius: 25px 0px 25px 0px;
	text-align: center;
	width: 36px;
	height: 10px;
	margin: 0 auto;
	margin-bottom: 30px;
	background: linear-gradient(29deg, #F3D4A2, #C4995F);

}

.pc .dhld-img>div {
	width: 1200px;
	height: 280px;
	margin: 0 auto;
}

.pc .dhld-img {
	margin-bottom: 80px;
	position: relative;
}

.pc .dhld-img-bottom {
	margin-top: 20px !important;
}

.pc .dhld-img-left {
	float: left;
}

.pc .dhld-img-right {
	float: right;
}

.pc .dhld-img-one {
	width: 696px;
	height: 300px;
	margin-bottom: 20px;
}

.pc .dhld-img-two {
	width: 484px;
	height: 300px;
	margin-bottom: 20px;
}

.pc .dhld-img-three {
	width: 488px;
	height: 300px;
}

.pc .dhld-img>div img {
	width: 100%;
	height: 100%;
}

.pc .dhld-img-posi {
	position: relative;
}

.pc .dhld-img-one .dhld-img-b {
	position: absolute;
	left: 50%;
	top: 115px;
	text-align: center;
	font-size: 30px;
	margin-left: -60px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}

.pc .dhld-img-one .dhld-img-a {
	position: absolute;
	left: 50%;
	top: 164px;
	margin-left: -110px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 46px;
}

.pc .dhld-img-two .dhld-img-b {
	position: absolute;
	left: 50%;
	top: 115px;
	text-align: center;
	font-size: 30px;
	margin-left: -75px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}

.pc .dhld-img-two .dhld-img-a {
	position: absolute;
	left: 50%;
	top: 164px;
	margin-left: -150px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 46px;
}

.pc .dhld-img-three .dhld-img-b {
	position: absolute;
	left: 50%;
	top: 115px;
	text-align: center;
	font-size: 30px;
	margin-left: -127px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}

.pc .dhld-img-three .dhld-img-a {
	position: absolute;
	left: 50%;
	top: 164px;
	margin-left: -40px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 46px;
}

.pc .dhld-img-four .dhld-img-b {
	position: absolute;
	left: 50%;
	top: 115px;
	text-align: center;
	font-size: 30px;
	margin-left: -150px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}

.pc .dhld-img-four .dhld-img-a {
	position: absolute;
	left: 50%;
	top: 164px;
	margin-left: -105px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 46px;
}

.liangdianbottom {
	width: 371px;
	height: 228px;
	position: absolute;
	right: 141px;
	bottom: -170px;
}

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

.bangdantitle img {
	width: 56px;
	height: 23px;
}

.bangdantitle span {
	font-size: 24px;
	font-family: OPPOSans;
	font-weight: bold;
	color: #F3D4A2;
	line-height: 30px;
	background: linear-gradient(-90deg, rgba(243, 212, 162, 0.8) 0%, rgba(196, 153, 95, 0.8) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bangdantitle p {
	font-size: 16px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #C4995F;
	line-height: 30px;
}

/*会议亮点end*/
/*会议直播*/
.pc .title-img-box {
	text-align: center;
}

.pc .title-img-box div {
	height: 32px;
}

.pc .title-img-box img {
	width: 56px;
	height: 23px;
	vertical-align: middle;
}

.pc .title-img-box span {
	font-size: 24px;
	font-family: OPPOSans;
	font-weight: bold;
	color: #F3D4A2;
	line-height: 32px;
	background: linear-gradient(-90deg, rgba(243, 212, 162, 0.8) 0%, rgba(196, 153, 95, 0.8) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pc .title-img-box p {
	font-size: 16px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #C4995F;
	line-height: 30px;
}

/* 奖项 */
.jiangxiangbox {
	width: 1200px;
	/* height: 680px; */
	margin: 0 auto;
	margin-top: 28px;
	background-color: #000;
	background: url(https://static.ijiwei.com/jiangxiangbanner.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 100%;
	padding: 0 0 20px 20px;
	position: relative;
    left: -20px;
}

.el-tabs__nav-prev {
	display: none !important;
}

.el-tabs__nav-next {
	display: none !important;
}

.jiangxianglist {
	width: 1200px;
	background-color: #161519;
}

.jiangxiangbox .tabs {
	width: 1200px;
	background-color: #1E1D22;
	border: none;
}

.jiangxiangbox .el-tab-pane {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.jiangxiangbox .content{
	background: url(https://static.ijiwei.com/20210116/jaingxiangright.png);
	background-repeat: no-repeat;
	background-size: 524px 600px;
	background-position: bottom right;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.jiangxiangbox .content .el-tabs__content {
	padding-left: 51px;
}

.el-tabs__nav-scroll {
	background-color: #1E1D22 !important;
	/* height: 583px !important; */
}


.el-tabs__nav-wrap.is-left::after {
	height: 0 !important;
	width: 0 !important;
}

.el-tabs--left .el-tabs__header.is-left {
	margin-right: 0 !important;
}

.el-tabs--left .el-tabs__nav-wrap.is-left {
	margin-right: 0 !important;
}

/* .el-tabs__nav-scroll {
	height: 0;
} */

.el-tabs__nav-scroll::after {
	display: none;
}

.el-tabs--left .el-tabs__item.is-left {
	text-align: center !important;
}

.el-tabs__active-bar {
	display: none !important;
}

.el-tabs__item.is-active {
	width: 304px !important;
	height: 64px !important;
	background: linear-gradient(-90deg, rgba(254, 222, 144, 0.8), rgba(247, 189, 97, 0.8)) !important;
	border-radius: 25px 0px 25px 0px !important;
	font-size: 20px !important;
	font-family: OPPOSans;
	font-weight: 400;
	color: #000000 !important;
	line-height: 64px !important;
}

.el-icon-arrow-left {
	display: none !important;
}

.el-tabs__item {
	width: 304px !important;
	height: 64px !important;
	background: #1E1D22 !important;
	font-size: 20px !important;
	font-family: OPPOSans;
	font-weight: 400;
	color: #B29875 !important;
	line-height: 64px !important;
}

.bangdan {
	margin-top: 72px;
	background: url("https://static.ijiwei.com/paihang.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
}

.bangdan .title-img-box {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -161px;
}

.imagesiytem {
	width: 794px;
	height: 450px;
}

.bangdanlist {
	margin: 0 auto;
    width: 1230px;
    position: relative;
    left: -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bangdanlist img {
	width: 380px;
	height: 190px;
	margin-left: 30px;
	margin-bottom: 33px;
	cursor: pointer;
}

/* .bangdanlist img:last-child {
	margin-left: 413px;
} */

.richengbox {
	width: 100%;
	position: relative;
}

.richengvideo {
	width: 1220px;
	height: 496px;
	margin: 0 auto;
	background: url("https://static.ijiwei.com/20210116/huiyiricheng.png");
	background-repeat: no-repeat;
	background-size: 1200px 496px;
	margin-top: 60px;
}

.richengbox .leftimg {
	width: 257px;
	height: 443px;
	position: absolute;
	left: 0;
	top: -200px;
}

.richengbox .rightimg {
	width: 223px;
	height: 443px;
	position: absolute;
	right: 0;
	top: 620px;
	transform: rotateY(180deg);
}

.meetingaddress {
	position: relative;
	padding-top: 10px;
}

.meetingaddress .topimg {
	position: absolute;
	left: 0;
	top: 0;
}

.ditubox {
	position: relative;
	width: 1200px;
	height: 413px;
	margin: 0 auto;
	margin-bottom: 71px;
}

.ditubox .left {
	position: absolute;
	left: 0;
	right: 0;
	width: 725px;
	height: 413px;
	background: url(https://static.ijiwei.com/20210116/dizhiditu-pc.png);
	background-size: cover;
}

.ditubox .right .righttitle {
	position: absolute;
	left: 920px;
	top: 165px;
	font-size: 30px;
	font-family: OPPOSans;
	font-weight: bold;
	color: #F3D4A2;
	line-height: 46px;
	background: linear-gradient(-90deg, rgba(243, 212, 162, 0.8) 0%, rgba(196, 153, 95, 0.8) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ditubox .right .rightname {
	position: absolute;
	left: 808px;
	top: 223px;
	font-size: 24px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #C4995F;
	line-height: 46px;
}

.wangjiehuiguswiper {
	cursor: pointer;
	overflow: hidden;
	width: 100%;
	height: 293px;
	margin-bottom: 51px;
	position: relative;
}

.swiper-button-prev,
.swiper-button-next {
	background: none !important;
}

.wangjiehuiguswiper .swiper-button-prev {
	width: 36px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	z-index: 999;
}

.wangjiehuiguswiper .swiper-button-next {
	width: 36px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	z-index: 999;
}

.wangjiehuiguswiper div {
	width: 440px;
	height: 293px;
	margin-right: 10px;
}

.wangjiehuiguswiper .swiper-slide {
	width: 440px !important;
	height: 293px !important;
}

.wangjiehuiguswiper img {
	width: 440px;
	height: 293px;
}

.jiangxiangbox .swiper-pagination {
	width: 304px;
}

.jiangxiangbox .swiper-container-vertical>.swiper-pagination-bullets {
	left: 0 !important;
	top: 50%;
	margin-top: -155px;
	width: 304px;
}

.jiangxiangbox .swiper-pagination-bullet {
	width: 304px;
	height: 64px;
	background-color: #1E1D22;
	font-size: 20px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #B29875;
	line-height: 64px;
	margin: 0;
	border-radius: 0;
}

.jiangxiangbox .swiper-pagination-bullet-active {
	width: 304px;
	height: 64px;
	background: linear-gradient(-90deg, rgba(254, 222, 144, 0.8), rgba(247, 189, 97, 0.8));
	border-radius: 25px 0px 25px 0px;
	font-size: 20px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #000000;
	line-height: 64px;
}

.videobox {
	width: 100%;
    padding: 50px 0;
    background-color: #161516;
}

.videocontent {
	width: 1200px;
	height: 674px;
	margin: 0 auto;
	position: relative;
}

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

.videocontent video {
	width: 1190px;
	height: 670px;
	position: absolute;
	left: 2px;
	top: 0;
}

.videocontent .videoplay {
	width: 102px;
	height: 102px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -51px;
	margin-top: -51px;
}



.navUl {
	overflow: hidden;
	float: left;
	width: 304px;
	height: 583px;
	background-color: #1E1D22;
	;
}

.navUl li {
	list-style: none;
	width: 100%;
	height: 64px;
	line-height: 64px;
	padding: 0 10px;
	cursor: pointer;
	font-size: 20px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #B29875;
	text-align: center;
}

.navUl li.activeLi {
	width: 304px;
	height: 64px;
	background: linear-gradient(-90deg, rgba(254, 222, 144, 0.8), rgba(247, 189, 97, 0.8));
	border-radius: 25px 0px 25px 0px;
	font-size: 20px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #000000;
	line-height: 64px;
}


.minibox {
	width: 350px;
	height: 100%;
}

.jiangxiangimg {
	width: 380px;
	height: 254px;
}




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

.zhauntibox {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.zhauntiitem {
	background: linear-gradient(141deg, #1C1B1F, #0E0E0F);
    width: 590px;
    height: 174px;
    border-bottom: 1px solid #C4995F;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
    padding: 20px 33px 20px 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.zhauntiitem img {
	width: 200px;
	height: 134px;
}

.zhauntiitem .title {
	width: 315px;
	font-size: 16px;
	min-height: 98px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #E5C38F;
	line-height: 24px;
	margin-left: 22px;
}

.zhauntiitem .bottom {
	margin-left: 22px;
	font-size: 16px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #E5C38F;
	line-height: 24px;
	opacity: 0.5;
}

.morebtn {
	text-align: center;
	line-height: 50px;
	width: 168px;
	height: 50px;
	background: #000000;
	border: 1px solid;
	border-image: linear-gradient(0deg, #F3D4A2, #C4995F) 10 10;
	margin: 0 auto;
	margin-top: 30px;
	cursor: pointer;
	font-size: 20px;
	font-family: OPPOSans;
	font-weight: bold;
	color: #F3D4A2;
}

.morebtn:hover {
	text-align: center;
	line-height: 50px;
	width: 168px;
	height: 50px;
	background: linear-gradient(90deg, #F3D4A2 0%, #C4995F 100%);
	font-size: 20px;
	font-family: OPPOSans;
	font-weight: bold;
	color: #000;
}

.nomorebtn {
	text-align: center;
	line-height: 50px;
	width: 168px;
	height: 50px;
	background: #000000;
	border-image: linear-gradient(0deg, #F3D4A2, #C4995F) 10 10;
	margin: 0 auto;
	margin-top: 30px;
	cursor: pointer;
	font-size: 20px;
	font-family: OPPOSans;
	font-weight: bold;
	color: #F3D4A2;
}










/*底部*/
.pc .foot-nav {
	background: #000;
	color: #FFFFFF;
	padding-top: 74px;
}

.pc .foot-bottom {
	height: 95px;
	line-height: 95px;
	background-color: #000000;
	color: #4F4F4F;
	text-align: center;
	font-size: 18px;
}

.pc .foot-nav-center {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc .foot-nav-center .foot-nav-center-left {
	display: flex;
	justify-content: center;
	margin-right: 142px;
}

.pc .foot-nav-center .foot-nav-center-left-top {
	margin-right: 142px;
	height: 118px;
}

.pc .foot-nav-center .foot-nav-center-left-top div {
	font-size: 18px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 27px;
	text-align: center;
}

.pc .foot-nav-center .foot-nav-center-left-top img {
	width: 108px;
	height: 50px;
}

.pc .foot-nav-center .foot-nav-center-left-bottom div {
	font-size: 18px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 7px;
}

.pc .foot-nav-center .foot-nav-center-left-bottom img {
	width: 136px;
	height: 49px;
	margin-right: 50px;
}

.foot-nav-center-right {
	width: 416px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.pc .foot-bottom {
	font-size: 16px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #626263;
	line-height: 46px;
}

.jiangxiangdialog .el-dialog {
	width: 808px;
	/* height: 963px; */
	background: #1E1E1E;
	border: 2px solid;
	border-image: linear-gradient(180deg, #F3D4A2, #C4995F) 10 10;
}

.jiangxiangdialog .minbox {
	width: 797px;
	height: 747px;
	background: #1E1E1E;
	border: 2px solid;
	border-image: linear-gradient(180deg, #F3D4A2, #C4995F) 10 10;
	margin: auto;
	margin-bottom: 6px;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}

.jiangxiangdialog .minbox .topimg {
	width: 416px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -208px;
	top: -29px;
}
.jiangxiangdialog .minbox .closebtn{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.jiangxiangdialog .minbox .jiangxiangdialogtitle {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: -29px;
	font-size: 20px;
	font-family: OPPOSans;
	font-weight: 500;
	color: #F6C578;
	line-height: 46px;
}

.el-dialog__body {
	padding: 0 !important;
}

.el-dialog__header {
	padding: 0 !important;
	padding-top: 4px !important;
}

.jiangxiangdialog .minbox .tablebox {
	width: 100%;
	background-color: #000;
	margin-top: 38px;
	box-sizing: border-box;
}
.el-table th,
.el-table tr {
	background-color: #1E1E1E !important;
	font-size: 20px !important;
	font-family: OPPOSans;
	font-weight: 400;
	color: #F6C578;
	line-height: 46px;
	border-bottom: 1px solid #C4995F !important;
}
.jiangxiangdialog .minbox .tablebox img{
	width: 130px;
	height: 50px;
	border: 1px solid #C4995F;
}
.el-table--border::after, .el-table--group::after, .el-table::before{
	content: '';
    position: absolute;
    background-color: #1E1E1E !important;
    z-index: 1;
}
.el-table td, .el-table th.is-leaf{
	border: none !important;
}
.el-table__footer-wrapper, .el-table__header-wrapper{
	border-bottom: 1px solid #C4995F !important;
}
.el-table--enable-row-transition .el-table__body td{
	font-size: 20px;
	font-family: OPPOSans;
	font-weight: 400;
	color: #F6C578;
	line-height: 46px;
}
.el-table tbody tr:hover>td { 
    background-color: #1E1E1E !important;
}
.jiangxiangdialog .minbox .tablebox .jiangpai{
	width: 17px;
	height: 24px;
	border: none;
}
.el-table th > .cell {
    text-align: center;
}
 
.el-table .cell {
    text-align: center;
}
.el-table__body-wrapper{
	background-color: #1E1E1E;
}
.el-table__body-wrapper::-webkit-scrollbar{
	/*width: 0;宽度为0隐藏*/
   width: 2px;
 }
.el-table__body-wrapper::-webkit-scrollbar-thumb{
   border-radius: 2px;
   height: 50px;
   background:#F6C578;
 }
.el-table__body-wrapper::-webkit-scrollbar-track{
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
   border-radius: 2px;
   background: #1E1E1E;
}