.layui-table th {
	text-align: center;
	background-color: #f7faff;
}

.toolkit-page {
	width: 100%;
	font-family: '微软雅黑';
	background-color: #f7faff;
	padding-bottom: 50px;
}

.toolkit-page .content {
	text-align: center;
}

.toolkit-page .top-banner {
	width: 100%;
	height: 350px;
	background: url(/static/assets/img/toolkit/banner.png) center center no-repeat;
	/* margin-top: 100px; */
}

.toolkit-page .about-card {
	text-align: left;
	width: 75%;
	min-width: 1150px;
	max-width: 96%;
	display: inline-block;
}

.toolkit-page .content .navs {
	width: 100%;
	height: 100px;
	box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.1);
	/* margin-top: -50px; */
	background: #ffffff;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.toolkit-page .content .navs .nav {
	width: 100%;
	height: 100px;
	float: left;
	text-align: center;
	position: relative;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.toolkit-page .content .navs a {
	display: block;
	height: 100px;
	width: 100%;
}

.toolkit-page .content .navs .nav.active {
	width: 100%;
	height: 120px;
	border-radius: 5px 5px 0px 5px;
	margin-top: -20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.toolkit-page .content .navs a:nth-child(1) .nav.active {
	background-image: linear-gradient(0deg,
			#e8f0ff 0%,
			#ffffff 100%);
}

.toolkit-page .content .navs a:nth-child(1) .nav.active .title {
	color: #3075fb;
}

.toolkit-page .content .navs a:nth-child(2) .nav.active {
	background-image: linear-gradient(0deg,
			#FDF5E6 0%,
			#ffffff 100%);
}

.toolkit-page .content .navs a:nth-child(2) .nav.active .title {
	color: #FF9A72;
}

.toolkit-page .content .navs a:nth-child(3) .nav.active {
	background-image: linear-gradient(0deg,
			#F2F4FF 0%,
			#ffffff 100%);
}

.toolkit-page .content .navs a:nth-child(3) .nav.active .title {
	color: #4D679F;
}

.toolkit-page .content .navs a:nth-child(4) .nav.active {
	background-image: linear-gradient(0deg,
			#edfffe 0%,
			#ffffff 100%);
}

.toolkit-page .content .navs a:nth-child(4) .nav.active .title {
	color: #2e9eb4;
}

.toolkit-page .content .navs a:nth-child(5) .nav.active {
	background-image: linear-gradient(0deg,
			#ffebe4 0%,
			#ffffff 100%);
}

.toolkit-page .content .navs a:nth-child(5) .nav.active .title {
	color: #f37851;
}

.toolkit-page .content .navs a:nth-child(6) .nav.active {
	background-image: linear-gradient(0deg,
			#e5f6ff 0%,
			#ffffff 100%);
}

.toolkit-page .content .navs a:nth-child(6) .nav.active .title {
	color: #2099da;
}

.toolkit-page .content .navs .nav .info {
	width: 100%;
	padding: 0 10px;
	display: inline-block;
	/* position: absolute;
    top: 50%;
    left: 0; */
	/* transform: translateY(-50%); */
	/* line-height: 60px; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

.toolkit-page .content .navs .nav .info .title {
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	color: #7083a0;
	float: left;
	margin-left: 10px;
}

.toolkit-page .content .navs .nav .info .sub {
	font-size: 14px;
	color: #b0b0b0;
	float: left;
}

.toolkit-page .content .navs .nav .info .sub img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.toolkit-page .toolkit-card {
	width: 75%;
	min-width: 1150px;
	max-width: 96%;
	margin: auto; 
    margin-top: -70px;
}

.toolkit-page .crad {
	width: 100%;
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0px 3px 6px 0px rgba(122, 122, 122, 0.15);
	border-radius: 3px;
	margin-top: 20px;
}

.toolkit-page .info1 .layui-input-block,
.toolkit-page .info9 .layui-input-block,
.toolkit-page .info2 .layui-input-block,
.toolkit-page .info5 .layui-input-block {
	margin-left: 0px;
}

.toolkit-page .info1 .layui-textarea,
.toolkit-page .info9 .layui-textarea,
.toolkit-page .info2 .layui-textarea,
.toolkit-page .info5 .layui-textarea {
	min-height: 240px;
}
  
.toolkit-page .info2 .info2Btn button,
.toolkit-page .info5 .info2Btn button {
	width: 356px;
	height: 60px;
	border-radius: 5px;
	display: block;
	margin: auto;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
}
.toolkit-page .info1 .title_box{
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	margin-bottom: 12px;
}
.toolkit-page .info1 .info1Btn .demand {
	width: 300px;
	height: 48px;
	border-radius: 10px;
	display: block;
	/* margin: auto; */
	color: #ffffff;
	font-size: 16px; 
	background: #306AF1;
} 
.toolkit-page .info1 .info1Btn .empty{
	width: 100px;
	height: 48px;
	border: solid 1px #3171EF; 
	background: transparent; 
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	font-size: 16px;
	color: #3171EF;
	line-height: 24px;
	border-radius: 10px;
}

.toolkit-page .info9 .title_box{
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	margin-bottom: 12px;
}
.toolkit-page .info9 .info1Btn .demand404 {
	width: 300px;
	height: 48px;
	border-radius: 10px;
	display: block;
	/* margin: auto; */
	color: #ffffff;
	font-size: 16px; 
	background: #306AF1;
} 
.toolkit-page .info9 .info1Btn .empty404{
	width: 100px;
	height: 48px;
	border: solid 1px #3171EF; 
	background: transparent; 
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	font-size: 16px;
	color: #3171EF;
	line-height: 24px;
	border-radius: 10px;
}
 
.toolkit-page .info2 .info2Btn,
.toolkit-page .info5 .info2Btn {
	min-height: 295px;
}


.toolkit-page .info1 .info1Btn .btn-re,
.toolkit-page .info9 .info1Btn .demand,
.toolkit-page .info9 .info1Btn .btn-re,
.toolkit-page .info2 .info2Btn .readingDemand,
.toolkit-page .info2 .info2Btn .weightDemand,
.toolkit-page .info3 .washDemand,
.toolkit-page .info5 .info2Btn .readingDemand,
.toolkit-page .info5 .info2Btn .weightDemand
{
background-image: linear-gradient(-90deg, #2b6bed 0%, #5a94fa 100%);
}

.toolkit-page .info2 .info2Btn .readingEmpty,
.toolkit-page .info2 .info2Btn .weightEmpty,
.toolkit-page .info5 .info2Btn .readingEmpty,
.toolkit-page .info5 .info2Btn .weightEmpty {
	margin-bottom: 0px;
}


.toolkit-page .info1 .info1Btn .empty404,
.toolkit-page .info9 .info1Btn .empty,
.toolkit-page .info9 .info1Btn .empty404,
.toolkit-page .info2 .info2Btn .readingEmpty,
.toolkit-page .info2 .info2Btn .weightEmpty,
.toolkit-page .info3 .washEmpty .toolkit-page .info5 .info2Btn .readingEmpty,
.toolkit-page .info5 .info2Btn .weightEmpty
{
border: solid 1px #2c6bc6;
color: #3270cb;
background: none;
}

.toolkit-page .info1 .demandNum,
.toolkit-page .info9 .demandNum,
.toolkit-page .info4 .demandNum {
	background-color: #f7faff;
	border-radius: 3px;
	height: 50px;
	line-height: 50px;
	color: #999999;
	font-size: 16px;
}

.toolkit-page .info1 .demandNum p,
.toolkit-page .info9 .demandNum p,
.toolkit-page .info4 .demandNum p {
	padding-left: 20px;
}

.toolkit-page .info1 .demandNum p span,
.toolkit-page .info9 .demandNum p span,
.toolkit-page .info2 .info2Btn p span,
.toolkit-page .info4 .demandNum p span .toolkit-page .info5 .info2Btn p span,
{
color: #ff7c49;
margin: 0px 4px;
}

.toolkit-page .info1 .demandNum p span.TotalRevenue,
.toolkit-page .info9 .demandNum p span.TotalRevenue,
.toolkit-page .info4 .demandNum p span.TotalRevenue {
	color: #4580dd;
}

.toolkit-page .info1 .ExportData,
.toolkit-page .info1 .ExportData404,
.toolkit-page .info9 .ExportData,
.toolkit-page .info9 .ExportData404,
.toolkit-page .info4 .oftenData {
	width: 100%;
	height: 50px;
	background-image: linear-gradient(-90deg,
			#ff9874 0%,
			#ffb35a 100%);
	border-radius: 5px;
	margin: auto;
	display: block;
	font-size: 18px;
}

.toolkit-page .infos .info {
	/* display: none; */
}

.toolkit-page .infos .info.active {
	display: block;
}

.toolkit-page .info2 .info2Btn p,
.toolkit-page .info5 .info2Btn p {
	color: #999999;
	font-size: 16px;
	text-align: center;
	height: 36px;
	line-height: 36px;
}

.toolkit-page .info2 .info2Btn .readingEduce,
.toolkit-page .info3 .washCopy,
.toolkit-page .info5 .info2Btn .readingEduce,
.weightEduce {
	background-image: linear-gradient(-90deg,
			#ff9874 0%,
			#ffb35a 100%);
}

.toolkit-page .info3 button {
	width: 200px;
	height: 50px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
}

.toolkit-page .info3 .washCopy {
	float: right;
}

.toolkit-page .info3 .layui-textarea {
	min-height: 400px;
}

.toolkit-page .info4 .layui-form-label,
.toolkit-page .info6 .layui-form-label {
	color: #666666;
	font-size: 14px;
	padding: 0px;
	width: 90px;
	font-weight: 400;
	text-align: left;
	height: 50px;
	line-height: 50px;
}

.toolkit-page .info4 .gatherList {}

.toolkit-page .info4 .gatherList li {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 120px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	margin-right: 20px;
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}

.toolkit-page .info4 .gatherList li.active {
	border: solid 1px #4286fa;
	color: #2e6eee;
}
.toolkit-page .info6 .title_box{
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	margin-bottom: 12px;
}
.toolkit-page .info4 .layui-input-block {
	margin-left: 90px;
} 
.toolkit-page .info6 .layui-input-block {
	margin-left: 0px;
}
.toolkit-page .info4 .InputAdd input {
	width: 200px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 3px 0px 0px 3px;
	border: solid 1px #e5e5e5;
	float: left;
	text-indent: 10px;
}

.toolkit-page .info4 .InputAdd .btnAdd {
	width: 100px;
	height: 60px;
	background-image: linear-gradient(-90deg,
			#2b6bed 0%,
			#5a94fa 100%);
	border-radius: 0px 3px 3px 0px;
	color: #ffffff;
	font-size: 18px;
	float: left;
	line-height: 60px;
	text-align: center;
}

.toolkit-page .info4 .addGatherList {
	width: 968px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #e5e5e5;
	float: left;
	margin-left: 20px;
	padding: 0px 10px;
	min-height: 60px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.toolkit-page .info4 .addGatherList li {
	height: 30px;
	background-color: #d8ecff;
	border-radius: 5px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	color: #666666;
	font-size: 14px;
	margin: 15px 5px;
	float: left;
}

.toolkit-page .info4 .addGatherList li p {
	float: left;
}

.toolkit-page .info4 .addGatherList li span {
	color: #7fadda;
	height: 30px;
	width: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.Immediately {
	width: 200px;
	height: 50px;
	background-image: linear-gradient(-90deg,
			#2b6bed 0%,
			#5a94fa 100%);
	border-radius: 5px;
	font-size: 18px;
}

.layui-table-cell {
	text-align: center;
}

.layui-input,
.layui-textarea {
	text-indent: 0px;
}

.toolkit-page .info6 .layui-inline {
	margin: 0px 0px;
}

.toolkit-page .info6 .info6Btn li,
.toolkit-page .info6 .info6Btn input {
	width: 120px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	line-height: 50px;
	text-align: center;
	margin-right: 20px;
	color: #666666;
	font-size: 18px;
	cursor: pointer;
}

.toolkit-page .info6 .TypeBtn li {
	width: 160px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	line-height: 50px;
	text-align: center;
	margin-right: 20px;
	color: #666666;
	font-size: 18px;
}

.TimeBtn li.active,
.TypeBtn li.active {
	border: solid 1px #4286fa !important;
	color: #2e6eee !important;
}

.TimeBtn li.active i,
.TypeBtn li.active i {
	display: block;
}

.TimeBtn li i,
.TypeBtn li i {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/static/assets/img/toolkit/active.png) no-repeat;
	display: none;
}

.GenerateReport {
	/* width: 124px;
	height: 124px;
	white-space: break-spaces;
	background-image: linear-gradient(-90deg,
			#2b6bed 0%,
			#5a94fa 100%);
	border-radius: 5px;
	font-size: 24px; */
	width: 300px;
	height: 48px;
	background: #306AF1;
	border-radius: 10px 10px 10px 10px;
	font-family:'Microsoft YaHei';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 48px;
	text-align: center;
	margin-top: 24px;
}

/* .GenerateReport span {
	width: 50px;
	height: 64px;
	display: block;
	line-height: initial;
	margin: auto;
} */

.layui-progress-big,
.layui-progress-big .layui-progress-bar {
	height: 20px;
	line-height: 20px;
}

.layui-progress-bar {
	background-image: linear-gradient(270deg,
			#2c6ced 0%,
			#5993fa 100%);
}

.WaitFor p {
	text-align: center;
	color: #666666;
	font-size: 18px;
	margin: 20px auto 40px;
}

.WaitForBtn {
	text-align: center;
}

.WaitForBtn button,
.WaitForBtn .layui-btn-disabled {
	width: 300px;
	height: 50px;
	background-image: linear-gradient(-90deg,
			#989ca6 0%,
			#bfc3cb 100%);
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	margin: 0px 10px !important;
	color: #fff;
	background-color: transparent;
}

.WaitFor {
	padding: 60px 100px !important;
}

.WaitForBtn button:nth-child(1).active {
	background-image: linear-gradient(-90deg,
			#2b6bed 0%,
			#5a94fa 100%);
}

.WaitForBtn button:nth-child(2).active {
	background-image: linear-gradient(-90deg,
			#ff9874 0%,
			#ffb35a 100%);
}

@font-face {
	font-family: 'Barlow-Bold.ttf';
	src: url('/static/assets/font/Barlow-Bold.ttf');
}

.Barlow-Bold {
	font-family: 'Barlow-Bold.ttf';
	font-style: italic;
}



/* 报告 */
.PPTone {
	width: 100%;
}

.PPTone .ppt1,
.PPTtwo .PTwo1,
.PPTthree .PPTthree1 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT1/ppt-0.jpg) center center no-repeat;
	padding: 296px 133px;
}

.PPTone .ppt1 .MONTH,
.PPTtwo .PTwo1 .MONTH,
.PPTthree .PPTthree1 .MONTH {
	color: #364861;
	font-size: 120px;
	line-height: 110px;
}

.createMonthEn {
	margin-right: 30px;
}

.PPTone .ppt1 .ZW_MONTH,
.PPTtwo .PTwo1 .ZW_MONTH,
.PPTthree .PPTthree1 .ZW_MONTH {
	font-size: 60px;
	color: #364861;
	font-weight: bold;
	margin-top: 50px;
}

.PPTone .ppt1 .ZW_MONTH i,
.PPTtwo .PTwo1 .ZW_MONTH i,
.PPTthree .PPTthree1 .ZW_MONTH i {
	background: url(/static/assets/img/toolkit/PPT1/”.png);
	width: 65px;
	height: 65px;
	display: inline-block;
	margin-bottom: -30px;
}

.PPTone .ppt2,
.PPTtwo .PTwo2,
.PPTthree .PPTthree2 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT1/ppt-1.jpg) center center no-repeat;
}

.PPTone .ppt3 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT1/ppt-2.jpg) center center no-repeat;
}

.PPTone .ppt4 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT1/ppt-3.jpg) center center no-repeat;
}

.PPTone .ppt5 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT1/ppt-3-1.jpg) center center no-repeat;
}

.PPTone .ppt6 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT1/ppt-4.jpg) center center no-repeat;
}

.PPTone .ppt7 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT1/ppt-5.jpg) center center no-repeat;
}

.w1720 {
	width: 1720px;
	margin: 0px auto;
	height: auto;
	position: relative;
}

.TimeState {
	float: left;
}

.TimeStateNum {
	color: #364861;
	font-size: 18px;
	width: 350px;
	margin: auto;
}

.TimeStateNum p {
	height: 45px;
	line-height: 45px;
}

.TimeStateNum .YuanD_n span {
	color: #4f8bf9;
}

.TimeStateNum .YuanD_h span {
	color: #ff8449;
}

.TimeStateNum .YuanD_n .YuanD,
.TimeStateNum .YuanD_h .YuanD {
	width: 9px;
	height: 9px;
	border-radius: 4px;
	display: inline-block;
	margin: 0px 8px 2px 0px;
}

.TimeStateNum .YuanD_n .YuanD {
	background-color: #4f8bf9;
}

.TimeStateNum .YuanD_h .YuanD {
	background-color: #ff8449;
}

.TimeStateNum p span:last-child {
	float: right;
}

.echarts_left {
	position: absolute;
	top: 394px;
	left: 8px;
}

.echarts_right {
	position: absolute;
	top: 394px;
	left: 988px;
	width: 400px;
}

.echarts_right>div {
	float: left;
	margin-bottom: 20px;
}

.echarts_right>p {
	color: #364861;
	font-size: 18px;
	text-align: center;
}

.echarts_right>div p {
	text-align: center;
	font-size: 18px;
}

.echarts_title {
	width: 320px;
	position: absolute;
	right: 0px;
	padding: 50px 29px;
	top: 395px
}

.echartsResult {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 30px;
}

.echartsResult span {
	width: 6px;
	height: 29px;
	background-color: #ffffff;
	display: inline-block;
	margin: 0px 10px -4px 0px;
}

.Resultnum p .f1e262 {
	color: #fde24c;
}

.Resultnum p {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}

.ResultnumCenter {
	margin: 30px 0px
}

.PPTone .ppt4 .manuscriptLeft {
	position: absolute;
	top: 390px;
	left: 0px;
}

.PPTone .ppt4 .manuscriptCenter1 p,
.PPTone .ppt4 .manuscriptCenter2 p,
.PPTone .ppt4 .manuscriptRight p,
.PPTone .ppt6 .MediaDistributionCenter p,
.PPTtwo .PTwo4 .PTwo4Center p,
.PPTtwo .PTwo4 .PTwo4Right p,
.PPTtwo .PTwo6 .PTwo6Center p,
.PPTthree .PPTthree4 .PPTthree4Right .PPTthree4Tit p {
	font-size: 16px;
	color: #364861;
	height: 40px;
	line-height: 40px;
}

.PPTone .ppt4 .manuscriptCenter1,
.PPTone .ppt4 .manuscriptCenter2 {
	margin-top: 90px;
}

.PPTone .ppt4 .manuscriptCenter1 p span:first-child,
.PPTone .ppt4 .manuscriptRight p span:first-child,
.PPTone .ppt6 .MediaDistributionCenter p span:first-child,
.PPTone .ppt6 .MediaDistributionRight p span:first-child,
.PPTtwo .PTwo4 .PTwo4Center p span:first-child,
.PPTtwo .PTwo4 .PTwo4Right p span:first-child,
.PPTtwo .PTwo6 .PTwo6Center p span:first-child,
.PPTtwo .PTwo6 .PTwo6Right p span:first-child,
.PPTthree .PPTthree4 .PPTthree4Right .PPTthree4Tit p span:first-child {
	width: 9px;
	height: 9px;
	margin: 0px 8px 2px 0px;
	border-radius: 4px;
	display: inline-block;
}

.manuscriptCenter {
	position: absolute;
	top: 350px;
	left: 624px;
}

.col4f8bf9 {
	color: #4f8bf9;
}

.col5ab0ff {
	color: #5ab0ff;
}

.col56d7fe {
	color: #56d7fe;
}

.colff764b {
	color: #ff764b;
}

.colff9e69 {
	color: #ff9e69;
}

.colffc86f {
	color: #ffc86f;
}

.colff8449 {
	color: #ff8449;
}

.col5376fe {
	color: #5376fe;
}

.colff7d43 {
	color: #ff7d43;
}

.PPTone .ppt4 .manuscriptRight {
	position: absolute;
	margin-top: 100px;
	top: 350px;
	left: 1084px;
}

.PPTone .ppt4 .manuscriptRight p {
	margin-left: 74px;
}

.PPTone .ppt4 .echarts_title {
	position: absolute;
	top: 325px;
	right: 0px;
}

.PPTone .ppt4 .manuscriptLeft p,
.PPTone .ppt6 .MediaDistributionLeft p {
	position: absolute;
	width: 20px;
	font-size: 18px;
	right: -44px;
}

.PPTone .ppt5 .ppt5Map1 {
	position: absolute;
	top: 380px;
	left: 30px;
}

.PPTone .ppt5 .ppt5Map2 {
	position: absolute;
	top: 380px;
	left: 732px;
}

.PPTone .ppt5 .echarts_title {
	position: absolute;
	top: 380px;
	right: 0px;
}

.PPTone .ppt6 .MediaDistributionLeft {
	position: absolute;
	top: 390px;
	left: 0px;
}

.PPTone .ppt6 .MediaDistributionCenter {
	position: absolute;
	top: 410px;
	left: 620px;
}

.PPTone .ppt6 .MediaDistributionCenter p,
.PPTtwo .PTwo6 .PTwo6Center p {
	width: 300px;
	margin: auto;
}

.PPTone .ppt6 .MediaDistributionCenter p span:last-child,
.PPTtwo .PTwo6 .PTwo6Center p span:last-child {
	float: right;
}

.PPTone .ppt6 .MediaDistributionRight {
	position: absolute;
	top: 370px;
	left: 1100px;
}

.PPTone .ppt6 .MediaDistributionRight p,
.PPTtwo .PTwo6 .PTwo6Right p {
	width: 200px;
	display: block;
	margin: auto;
	height: 26px;
	line-height: 26px;
}

.PPTone .ppt6 .echarts_title {
	position: absolute;
	right: 0px;
	top: 324px;
	width: 300px;
}

.PPTone .ppt7 .echarts_title {
	position: absolute;
	top: 350px;
	right: 0px;
	width: 260px;
}

.PPTone .ppt7 .ManuscriptTrend {
	position: absolute;
	top: 450px;
}

/* .PPTBox>div{visibility: hidden; height: 0px;} */
/* .PPTBox>div.active{visibility: visible;height: 0px;} */
.PPTBox>div {
	display: none;
}

.PPTBox>div.active {
	display: block;
}

#TYPE0,
#TYPE1,
#TYPE2 {
	min-width: 1920px;
}

.PPTtwo .PTwo3 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT2/ppt-2.jpg) center center no-repeat;
}

.PPTtwo .PTwo4 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT2/ppt-3.jpg) center center no-repeat;
}

.PPTtwo .PTwo5 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT2/ppt-3-1.jpg) center center no-repeat;
}

.PPTtwo .PTwo6 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT2/ppt-4.jpg) center center no-repeat;
}

.PPTtwo .PTwo7 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT2/ppt-5.jpg) center center no-repeat;
}

.PPTtwo .PTwo3 .PTwo3Left,
.PPTthree .PPTthree3 .PPTthree3Left {
	position: absolute;
	width: 660px;
	top: 480px;
	text-align: center;
}

.PPTtwo .PTwo3 .PTwo3Left p,
.PPTthree .PPTthree3 .PPTthree3Left p {
	color: #364861;
	font-size: 24px;
	margin-bottom: 5px;
}

.PPTtwo .PTwo3 .PTwo3Left .PTwo3Leftma span {
	color: #5373ff;
	font-size: 24px;
	font-style: normal;
}

.PPTtwo .PTwo3 .PTwo3Left .PTwo3Leftwema span {
	color: #42baff;
	font-size: 24px;
	font-style: normal;
}

.PPTtwo .PTwo3 .PTwo3Left .PTwo3Leftma span.PTwo3LeftNUM {
	color: #5373ff;
	font-size: 60px;
}

.PPTtwo .PTwo3 .PTwo3Left .PTwo3Leftwema span.PTwo3LeftNUM {
	color: #42baff;
	font-size: 60px;
}

.PPTtwo .PTwo3 .PTwo3Left .PTwo3Leftma,
.PPTthree3 .PPTthree3Left .PPTthree3Leftma {
	margin-top: 62px;
}

.PPTtwo .PTwo3 .PTwo3Left .PTwo3Leftwema,
.PPTthree3 .PPTthree3Left .PPTthree2Leftwema {
	margin-top: 102px;
}

.PPTtwo .PTwo3 .PTwo3Right,
.PPTthree3 .PPTthree3Right {
	position: absolute;
	top: 480px;
	left: 688px;
}

.PPTtwo .PTwo3 .PTwo3Right>div,
.PPTthree3 .PPTthree3Right>div {
	float: left;
	text-align: center;
	margin-top: 50px;
}

.PPTtwo .PTwo3 .PTwo3Right>div p,
.PPTthree3 .PPTthree3Right>div p {
	font-size: 24px;
}

.PPTtwo .PTwo3 .echarts_title {
	position: absolute;
	top: 396px;
	right: -8px;
	width: 370px;
}

.PPTtwo .PTwo4 .PTwo4Left {
	position: absolute;
	top: 500px;
}

.PPTtwo .PTwo4 .PTwo4Left p {
	color: #5187f9;
	font-size: 18px;
	text-align: center;
}

.PPTtwo .PTwo4 .PTwo4Center {
	position: absolute;
	top: 500px;
	left: 620px;
}

.PPTtwo .PTwo4 .PTwo4Center p,
.PPTtwo .PTwo4 .PTwo4Right p {
	padding-left: 110px;
}

.PPTtwo .PTwo4 .PTwo4Right {
	position: absolute;
	top: 500px;
	left: 1020px;
}

.PPTtwo .PTwo4 .echarts_title {
	position: absolute;
	top: 394px;
	right: 0px;
}

.PPTtwo .PTwo5 .PTwo5Left,
.PPTthree .PPTthree5 .PPTthree5Left {
	position: absolute;
	top: 336px;
	left: 130px;
}

.PPTtwo .PTwo5 .PTwo5Right,
.PPTthree .PPTthree5 .PPTthree5Right {
	position: absolute;
	top: 400px;
	left: 978px;
}

.PPTtwo .PTwo5 .echarts_title,
.PPTthree .PPTthree5 .echarts_title {
	position: absolute;
	top: 380px;
	right: 0px;
}

.PPTtwo .PTwo6 .PTwo6Left {
	position: absolute;
	top: 430px;
}

.PPTtwo .PTwo6 .PTwo6Left p {
	text-align: center;
	font-size: 18px;
}

.PPTtwo .PTwo6 .PTwo6Center {
	position: absolute;
	top: 404px;
	left: 620px;
}

.PPTtwo .PTwo6 .PTwo6Right {
	position: absolute;
	top: 400px;
	left: 1103px;
}

.PPTtwo .PTwo6 .echarts_title {
	position: absolute;
	top: 324px;
	right: 0px;
	width: 300px;
}

.PPTtwo .PTwo7 .PTwo7Left,
.PPTthree .PPTthree7 .PPTthree7Left {
	position: absolute;
	top: 446px;
}

.PPTtwo .PTwo7 .echarts_title,
.PPTthree .PPTthree7 .echarts_title {
	position: absolute;
	top: 365px;
	right: 0px;
	width: 260px;
}

.PPTthree .PPTthree3 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT3/ppt-2.jpg) center center no-repeat;
}

.PPTthree .PPTthree4 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT3/ppt-3.jpg) center center no-repeat;
}

.PPTthree .PPTthree5 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT3/ppt-3-1.jpg) center center no-repeat;
}

.PPTthree .PPTthree6 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT3/ppt-4.jpg) center center no-repeat;
}

.PPTthree .PPTthree7 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/PPT3/ppt-5.jpg) center center no-repeat;
}

.PPTthree3 .PPTthree3Left .PPTthree3Leftma p span.PPTthree3LeftNUM {
	color: #ff956a;
	font-size: 60px;
}

.PPTthree3 .PPTthree3Left .PPTthree3Leftma p span {
	color: #ff956a;
	font-size: 24px;
	font-style: normal;
}

.PPTthree3 .PPTthree3Left .PPTthree2Leftwema p span.PPTthree3LeftNUM {
	color: #ffb555;
	font-size: 60px;
}

.PPTthree3 .PPTthree3Left .PPTthree2Leftwema p span {
	color: #ffb555;
	font-size: 24px;
	font-style: normal;
}

.PPTthree3 .echarts_title {
	position: absolute;
	top: 395px;
	right: 0px;
	width: 370px;
}

.PPTthree .PPTthree4 .PPTthree4Left {
	position: absolute;
	top: 500px;
}

.PPTthree .PPTthree4 .PPTthree4Left p {
	color: #ff8449;
	font-size: 18px;
	text-align: center;
}

.PPTthree .PPTthree4 .PPTthree4Right {
	position: absolute;
	top: 550px;
	left: 700px;
}

.PPTthree .PPTthree4 .PPTthree4Right .PPTthree4Tit p {
	float: left;
	margin: 0px 20px;
}

.PPTthree .PPTthree4 .PPTthree4Right .PPTthree4Tit {
	padding: 0px 80px;
}

.PPTthree .PPTthree4 .echarts_title {
	position: absolute;
	top: 430px;
	right: 0px;
}

.PPTthree .PPTthree6 .PPTthree6Left {
	position: absolute;
	top: 460px;
}

.PPTthree .PPTthree6 .echarts_title {
	position: absolute;
	top: 430px;
	right: 0px;
	width: 300px;
}

.PPTthree .PPTthree7 .PPTthree7Left {}

.WaitForBox {
	display: none;
}

.PPt8 {
	width: 100%;
	height: 1080px;
	background: url(/static/assets/img/toolkit/ppt-6.jpg) center center no-repeat;
}

@page {
	size: landscape;
	margin: 0mm 0mm 0mm 0mm;
	padding: 50mm;
}

@media screen {
	body {
		size: 1920px 1080px;
	}
}

@media print {
	body {
		-webkit-print-color-adjust: exact;
		-moz-print-color-adjust: exact;
		-ms-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	body>div {
		display: none
	}

	body>div.PPTBox {
		display: block;
	}

	.page-footer,
	.page-copyright,
	#newBridge {
		display: none;
	}
}