@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: MiSans-Regular, "Microsoft YaHei", Helvetica, Arial, "PingFang SC", sans-serif;
}
body {
	font: 14px MiSans-Regular, "Microsoft YaHei", Helvetica, Arial, "PingFang SC", sans-serif;
	color: #2a2a2a;
	overflow-x: hidden;
	background: #efefef;
}
ol,  ul,  li {
	list-style-type: none;
	vertical-align: middle;
}
img {
	vertical-align: top;
	border: 0;
}
input,  select,  textarea,  button {
	vertical-align: middle;
}
textarea,  input {
/*text-indent: 10px;*/

}
/*表单元素默认有10像素的缩进*/

input[type='submit'],  input[type='button'],  button {
	text-indent: 0;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
}
label,  button,  a {
	cursor: pointer;
}
ins,  em,  b,  i {
	text-decoration: none;
	font-style: normal;
}
/* 去掉浏览器激活样式 */

select:focus,  textarea:focus,  input:focus,  button {
	outline: none;
}

/* 提示文字的初始样式 */

input::-webkit-input-placeholder,  input::-moz-input-placeholder,  textarea::-webkit-textarea-placeholder,  textarea::-moz-textarea-placeholder {
 color: #999;
 transition: color .5s;
}

/* 提示文字的激活样式 */

input:focus::-webkit-input-placeholder,  input:focus::-moz-input-placeholder,  input:hover::-webkit-input-placeholder,  input:hover::-moz-input-placeholder,  textarea:focus::-webkit-input-placeholder,  textarea:focus::-moz-input-placeholder,  textarea:hover::-webkit-input-placeholder,  textarea:hover::-moz-input-placeholder {
 color: #c2c2c2;
}
a {
	text-decoration: none;
}
.clear{clear:both}
.left-menu {
	float: left;
	display: inline-block;
	width: 260px;
	background: #43425D;
	height: 100vh;
	overflow: auto;
}
.top-tit {
	line-height: 70px;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-tit a {
	color: #fff;
	font-size: 16px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.top-tit img {
	width: 15px;
}
.menu-list>ul>li>a {
	overflow: hidden;
	border-left: 4px solid #43425D;
	width: 100%;
	line-height: 55px;
	padding: 0 15px;
	display: flex;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	align-items: center;
	justify-content: space-between;
}
.menu-list>ul>li>a.active, .menu-list>ul>li>a:hover {
	background: #3c3b54;
	border-left: 4px solid #a3a0fb;
}
.yjcd-leftbox {
	display: flex;
	align-items: center;
}
.menu-list>ul>li>a>.yjcd-leftbox>img {
	width: 16px;
	margin-right: 8px;
}
.menu-list>ul>li>a.active>.circle {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	border: 2px solid #A4AFB7;
	float: right;
}
.ejcd-box {
	display: none;
	margin-top: 5px;
}
.ejcd-box li a {
	padding-left: 39px;
	padding-right: 20px;
	border-left: 4px solid #43425D;
	display: flex;
	line-height: 53px;
	align-items: center;
	justify-content: space-between;
}
.ejcd-img {
	width: 15px;
}
.ejcd-box li a span {
	color: #FFFFFF;
	font-size: 15px;
	height:52px; 
	overflow:hidden
}
.ejcd-box li a .circle {
	display: none;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	border: 2px solid #A4AFB7;
}
.ejcd-box li a.active, .ejcd-box li a:hover {
	border-left: 4px solid #FF6565;
	background: #3c3b54;
}
.ejcd-box li a.active .ejcd-img, .ejcd-box li a:hover .ejcd-img {
	display: none;
}
.ejcd-box li a.active .circle, .ejcd-box li a:hover .circle {
	display: block;
}
.sjcd-box {
	display: none;
	margin-top: 5px;
}
.sjcd-box li a {
	padding-left: 39px;
	padding-right: 20px;
	border-left: 4px solid #43425D;
	display: flex;
	height: 53px;
	align-items: center;
	justify-content: space-between;
}
.sjcd-img {
	width: 15px;
}
.sjcd-box li a span {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 53px;
}
.sjcd-box li a .circle {
	display: none;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	border: 2px solid #A4AFB7;
}
.sjcd-box li a.active, .sjcd-box li a:hover {
	border-left: 4px solid #3B86FF;
	background: #3c3b54;
}
.sjcd-box li a.active .sjcd-img, .sjcd-box li a:hover .sjcd-img {
	display: none;
}
.sjcd-box li a.active .circle, .sjcd-box li a:hover .circle {
	display: block;
}
/*.menu-list>ul>li>a.active + .ejcd-box{display: block;}
.ejcd-box li a.active + .sjcd-box{display: block;}*/





.right-container {
	width: calc(100% - 260px);
	float: right;
}
.right-container .top-search-user {
	position: relative;
	background: #fff;
	box-shadow: 0px 2px 5px 0px #e1e1e1;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}
.top-search-user .left-search {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.top-search-user .left-search img {
	width: 15px;
	margin-right: 5px;
}
.top-search-user .left-search input {
	border: none;
	backface-visibility: #fff;
	font-size: 14px;
}
 .top-search-user .left-search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:    #4D4F5C;
}
 .top-search-user .left-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:   #4D4F5C;
}
 .top-search-user .left-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #4D4F5C;
}
 .top-search-user .left-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:   #4D4F5C;
}
.right-userlist {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.right-userlist>ul {
	display: flex;
	align-items: center;
}
.right-userlist>ul li {
	margin-right: 30px;
}
.right-userlist>ul li img {
	width: 16px;
}
.head-img img {
	width: 35px;
}
.zh-list {
	display: none;
}
.qhzh-tc {
	margin-right: 20px;
}
.qhzh-tc .title {
	color: #4D4F5C;
	display: flex;
	align-items: center;
}
.qhzh-tc .title span {
	display: inline-block;
	margin-right: 20px;
	color: #4D4F5C;
	font-size: 12px;
}
.qhzh-tc img {
	width: 10px;
}
.start-selection {
	background: #F0F0F7;
	padding: 20px 50px;
	height: calc(100vh - 60px);
	overflow: auto
}
.start-toptitle {
	display: flex;
	align-items: center;
}
.start-toptitle>label {
	color: #43425D;
	font-size: 18px;
	display: inline-block;
	min-width:20%;
}
.step-box {
	width: 60%;
}
.step-box ul {
	list-style: none;  /* 取消默认样式 */
	display: flex; /* 使用flex */
	counter-reset: steps;
}
.step-box ul li {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
}
.step-box ul li>div {
	width: 160px;
	text-align: center;
}
.step-box ul li:nth-child(n+2):after {
	content: '';
	height: 1px;
	width: 80%;
	background: #e9e9f0;
	position: absolute;
	left: -40%;
	top: 20px;
}
.step-box ul li div h3 {
	color: black;
	width: 35px;  /* 步骤圆的宽 */
	height: 35px; /* 步骤圆的高 */
	background: #c3d6f9; /* 里面的小圆 */
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.step-box ul li div p {
	height: 20px;
	overflow: hidden;
	margin-top: 10px;
}
.step-box ul li.active:nth-child(n+2)::after {
	background: #3B86FF;
}
.step-box ul li.active::before {
	background: #00bc9b;/* box-shadow: 0 0 0 0.5rem rgb(255 255 255), 0 0 0 1rem #00bc9b;*/

}
.step-box ul li i {
	color: #3B86FF;
	font-size: 12px;
	font-weight: normal;
}
.step-box ul li.active i {
	width: 13px;
	height: 8px;
	display: inline-block;
	border: 1px solid #3B86FF;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	vertical-align: baseline;
}
.tb-list {
	width: 100%;
	margin: 100px auto 0px;
}
.tb-list ul {
	overflow: hidden;
}
.tb-list ul li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 0 15px 20px 15px;
}
.tb-list ul li a {
	display: block;
	background: #fff;
	box-sizing: border-box;
	padding: 40px 15px;
	text-align: center;
	box-shadow: 0px 2px 6px #f5f5f5;
}
.tb-list ul li a.active, .tb-list ul li:hover a {
	background: #b9d0f9;
}
.tb-list ul li a h1 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	height: 25px;
	overflow: hidden
}
.tb-list ul li a img {
	width: 65%;
	margin: 40px 0;
}
.btn-cover {
	position: relative;
	height: 30px;
}
.btn-cover input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.check-box {
	display: flex;
	align-items: center;
	width: 50px;
	height: 20px;
	border: 1px solid #707070;
	border-radius: 14px;
	transition: all 0.5s ease;
	cursor: pointer;
	margin: 20px auto 0;
}
.check-handler {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 1px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #707070;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
}
/*.check-handler:before {

    font-family: "Font Awesome 6 Free";

    content: "\f00d";

    color: white;

    font-size: 1.5em;

    font-weight: 900;

}*/



.btn-cover input[type="checkbox"]:checked+.check-box {
	background: #E9501C;
	border: 1px solid #E9501C;
}
.btn-cover input[type="checkbox"]:checked+.check-box .check-handler {
	margin-left: 60%;
	background: #fff;
}
.btn-cover input[type="checkbox"]:checked+.check-box .check-handler i {
	width: 10px;
	height: 5px;
	display: inline-block;
	border: 1px solid #E9501C;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	vertical-align: baseline;
}
/* 隐藏原生复选框 */

.custom-checkbox {
	position: absolute;
	opacity: 0;
}
/* 创建自定义复选框的外观 */

.custom-checkbox-label {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid #a9caff;
	background-color: #D7E7FF;
	cursor: pointer;
	border-radius: 6px;
}
/* 当复选框选中时，改变背景颜色 */

.custom-checkbox:checked + .custom-checkbox-label {
	background-color: #43425D;
	border: 2px solid #43425D;
}
/* 创建复选框内的勾号图标 */

.custom-checkbox:checked + .custom-checkbox-label::before {
	content: '\2713';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
}
.foot-btn {
	text-align: center;
	margin: 15px 0;
}
.foot-btn a {
	display: inline-block;
	width: 120px;
	height: 35px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	background: #43425D;
	font-weight: bold;
	border-radius: 4px;
}
.mkxz-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.mkxz-box .bq-label {
	display: inline-block;
	width: 136px;
	line-height: 32px;
	text-align: center;
	background: #D7E7FF;
	border-radius: 4px;
	color: #43425D;
	font-size: 12px;
	margin-right: 20px;
}
.mkxz-box .bq-label.active {
	background: #43425D;
	color: #fff;
}
 .mkxz-box:has(.custom-checkbox:checked) .bq-label, .bq-label.active {
background: #43425D;
color:#fff;
}
/*body:has(.btn-cover .custom-checkbox:checked) .bq-label{background: #43425D;color:#fff;}*/



.zysx-box {
	text-align: left;
	margin-bottom: 20px;
	width: 100%;
	background: #f5f6fa;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
	height: 100px;
	font-size: 14px;
	color: #484762;
}
.center-menulist {
	display: flex;
	align-items: center;
}
.center-menulist ul {
	display: flex;
	height: 100%;
}
.center-menulist ul li {
	display: flex;
	align-items: center;
	margin: 0 20px;
	padding: 0 8px;
}
.center-menulist ul li.active {
	border-bottom: 2px solid #5999ff;
}
.center-menulist ul li a {
	height: 100%;
	color: #a1a0ae;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.center-menulist ul img {
	width: 15px;
	margin-right: 5px;
}
.center-menulist ul li.active a {
	color: #5999ff;
}
/*liuliang3*/

.right-ly {
	width: calc(100% - 310px);
}
.ly-groupbox {
	overflow: hidden;
	margin-top: 10px;
	display: flex;
}
.ly-groupbox .left-ly {
	margin-right: 25px;
	width: 285px;
}
.left-ly .ly-search, .goals-police {
	background: #fff;
	height: 448px;
	box-shadow: 0px 2px 6px rgb(245 245 245);
	padding: 25px 25px;
	box-sizing: border-box;
}
.ly-search .search-srk {
	border: 1px solid #3B86FF;
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	padding: 8px;
	box-sizing: border-box;
}
.ly-search .search-srk .ly-searimg {
	width: 15px;
	margin-right: 8px;
}
.ly-search .search-srk input {
	border: none;
	background: none;
	font-size: 12px;
	width: 150px;
}
.ly-search .search-srk .ly-xjtimg {
	width: 10px;
}
.ly-search .search-srk label {
	font-size: 12px;
	color: #4D4F5C;
	display: flex;
	margin-right: 8px;
	align-items: center;
}
.searc-list {
	box-shadow: 0px 2px 3px rgb(242 242 242);
	border: 1px solid #E9E9F0;
	height: 360px;
	overflow: auto;
	border-radius: 4px;
	margin-top: 5px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.searc-list ul li a {
	width: 100%;
	line-height: 35px;
	display: inline-block;
	font-size: 13px;
	color: #43425D;
	padding-left: 5px;
	border-left: 2px solid #fff;
}
.searc-list ul li.active a, .searc-list ul li:hover a {
	border-left: 2px solid #FF6565;
	background: #E9E9F0;
}
.goals-police {
	padding: 10px 20px;
	margin-top: 25px;
	height: 340px;
}
.goals-police .title {
	color: #43425D;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #E8E9EC;
}
.goals-police .list li {
	margin-top: 10px;
}
.goals-police .list li a {
	display: flex;
	width: 100%;
	align-items: center;
}
.goals-police .list li a .head-inmg {
	width: 30px;
	margin-right: 8px;
}
.goals-police .list li a .head-inmg img {
	width: 100%;
}
.goals-police .list li a .head-infor h2 {
	color: #4D4F5C;
	font-size: 13px;
	font-weight: bold;
}
.goals-police .list li a .head-infor p {
	color: #4D4F5C;
	opacity: 0.5;
	font-size: 13px;
	margin-top: 3px;
}
.goals-police .list li a .head-infor p:last-child {
	height:35px; 
	overflow:hidden
}
.show-more {
	text-align: center;
	margin: 5px 0;
}
.show-more a {
	font-size: 13px;
	color: #3B86FF;
}
.abbvie-group {
	display: flex;
	align-items: center;
}
.abbvie-boxleft {
	background: #fff;
	width: 52%;
	height: 245px;
	box-shadow: 0px 2px 6px #f5f5f5;
	box-sizing: border-box;
	padding: 20px;
}
.abbvie-boxleft .title {
	color: #E9501C;
	font-size: 28px;
	word-break:break-all
}
.abbvie-boxleft .gq-box {
	margin-top: 20px;
	display: flex;
	justify-content: space-between
}
.abbvie-boxleft .gq-box .gqimg {
	margin-right: 15px;
}
.abbvie-boxleft .gq-box .gqimg .img{
	line-height:50px;
}
.abbvie-boxleft .gq-box .gqimg .img img {
	max-width:70px;
	max-height:40px;
	margin-right: 6px;
	vertical-align:middle
}

.jt-gb img {
	width: 10px;
	margin-left: 15px;
	margin-top: 5px;
}
.jt-gb p {
	color: #000000;
	font-size: 8px;
}
.gq-btn .ticker {
	display: block;
	width: 170px;
	height: 25px;
	/* UI Properties */

	background: #3B86FF;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.gq-btn .ticker:first-of-type {
	margin-bottom: 8px;
}
.indicat-right {
	margin-left: 20px;
	background: #fff;
	width: 48%;
	height: 245px;
	box-shadow: 0px 2px 6px #f5f5f5;
	box-sizing: border-box;
	padding: 20px;
}
.indicat-right .title {
	font-size: 18px;
	color: #43425D;
}
.indi-list {
	margin: 10px 0;
	border: 1px solid #E8E9EC;
	border-left: 0;
	border-right: 0;
	padding: 15px 0;
}
.indi-list li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.indi-list li:last-of-type {
	margin-bottom: 0;
}
.indi-list li .circle {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	/* UI Properties */

	text-align: center;
	line-height: 30px;
	font-size: 9px;
	color: #000000;
	margin-right: 20px;
}
.indi-list li:first-of-type .circle {
	background: #5CD1A6;
}
.indi-list li:nth-child(2) .circle {
	background: #EE7D56;
}
.indi-list li:nth-child(3) .circle {
	background: #64B3D4;
}
.indi-list li .name {
	color: #4D4F5C;
	opacity: 0.5;
	font-size: 13px;
}
.indi-list li .link-more {
	color: #3B86FF;
	font-size: 12px;
}
.indi-more {
	text-align: center;
}
.indi-more a {
	color: #3B86FF;
	font-size: 13px;
}
.indu-fram-news {
	margin-top: 30px;
	display: flex;
}
.indu-fram-news>div {
	position: relative;
	flex: 1;
	height: 538px;
	background: #fff;
	box-shadow: 0px 2px 6px #f5f5f5;
	margin-right: 20px;
	box-sizing: border-box;
	padding: 20px;
}
.indu-fram-news>div:last-of-type {
	margin-right: 0;
}
.indu-fram-news .left .title {
	font-size: 18px;
	color: #43425D;
	font-weight: bold;
	margin-bottom: 20px;
}
.gics-title {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #E8E9EC;
}
.gics-title label {
	color: #43425D;
	font-size: 15px;
	font-weight: bold;
}
.gics-title .subsec-btn {
	color: #4D4F5C;
	opacity: 0.5;
	font-size: 13px;
	display: flex;
	align-items: center;
}
.gics-title .subsec-btn img {
	width: 10px;
	margin-left: 5px;
}
.selct-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 25px;
	margin-bottom: 15px;
}
.selct-list li .name {
	width: 50%;
	line-height: 20px;
	color: #000000;
	font-size: 10px;
}
.selct-list li .link-a {
	font-size: 10px;
	color: #3B86FF;
	text-align: right;
}
.gics-more {
	text-align: center;
	margin-bottom: 10px;
}
.gics-more a {
	color: #3B86FF;
	font-size: 13px;
}
.last-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	border-top: 1px solid #E8E9EC;
	padding-top: 10px;
}
.indu-fram-news .center .title {
	font-size: 18px;
	color: #43425D;
	font-weight: bold;
	margin-bottom: 20px;
}
.sdg-imglist {
	overflow: hidden;
}
.sdg-imglist li {
	float: left;
	display: inline-block;
	width: 16%;
	margin-right: 5%;
	height: 35px;
}
.sdg-imglist li:nth-child(5n) {
	margin-right: 0;
}
.sdg-imglist li img {
	width:32px;
	height:32px;
}
.goal-rele {
	font-size: 11px;
	color: #3B86FF;
	display: block;
	text-align:center;
	line-height:26px;
}
.selct-list li .link-a.comance {
	color: #000;
}
.indu-fram-news .right .title {
	font-size: 18px;
	color: #43425D;
	font-weight: bold;
	margin-bottom: 20px;
}
.new-sen-box .select select {
	height: 32px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 3px #f2f2f2;
	border: 1px solid #D7DAE2;
	border-radius: 4px;
	color: #4D4F5C;
	font-size: 13px;
	width: 100%;
}
.lates-score {
	box-shadow: 0px 2px 6px #f5f5f5;
	text-align: center;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 38px;
	position: relative;
}
.lates-score img {
	width: 60%;
}
.lates-score h2 {
	color: #4D4F5C;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
}
/*page4*/
.indicat-step2 {
	overflow: hidden;
	margin-top: 10px;
}
.indi-top {
	display: flex;
}
.indi-left {
	width: 410px;
}
.indi-right {
	margin-left: 20px;
	width: calc(100% - 430px);
}
.abbvie-boxleft2 {
	background: #fff;
	width: 100%;
	height: auto;
	box-shadow: 0px 2px 6px #f5f5f5;
	box-sizing: border-box;
	padding: 20px;
}
.abbvie-boxleft2 .title {
	color: #E9501C;
	font-size: 32px;
	word-break:break-all
}
.abbvie-boxleft2 .gq-box {
	margin-top: 20px;
	display: flex;
	justify-content: space-between
}
.abbvie-boxleft2 .gq-box .gqimg {
	margin-right: 15px;
	line-height:55px;
}
.abbvie-boxleft2 .gq-box .gqimg .img img {
	max-width:75px;
	max-height: 40px;
	margin-right: 6px;
	vertical-align:middle
}
.hightlint-box {
	padding: 20px;
	margin: 20px 0;
	height: 300px;
	width: 100%;
	box-shadow: 0px 2px 6px #f5f5f5;
	box-sizing: border-box;
	background: #fff;
}
.hight-title {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	justify-content: space-between;
}
.hight-title>label {
	color: #4D4F5C;
	font-size: 18px;
	font-weight: bold;
}
.hight-title select {
	width: 110px;
	line-height: 32px;
	background: #FFFFFF;
	box-shadow: 0px 2px 3px #f2f2f2;
	border: 1px solid #D7DAE2;
	border-radius: 4px;
	color: #4D4F5C;
	font-size: 10px;
	height: 32px;
}
.circle-box {
	width: 80%;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.circle-box .single {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.circle-box .single label {
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
}
.circle-box .single label.colorpa {
	border: 3px solid #A4A1FB;
}
.circle-box .single label.colorbl {
	border: 3px solid #56D9FE;
}
.circle-box .single label.colorgreen {
	border: 3px solid #5FE3A1;
}
.circle-box .single .sco-span {
	color: #4D4F5C;
	font-size: 13px;
}
.tb-container {
	display: flex;
	justify-content: space-between;
}
.tb-container .left {
	width: 25px;
}
.tb-container .left li {
	color: #43425D;
	font-size: 11px;
	margin-bottom: 15px;
	text-align: right;
}
.tb-right {
	position: relative;
	width: calc(100% - 30px);
	margin-top: 6px;
}
.tb-right .line li {
	height: 30px;
	border-top: 1px solid #EAF0F4;
}
.year-txtu {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 90%;
	display: flex;
	align-items: end;
	justify-content: space-between;
}
.year-txtu .group {
	display: flex;
	justify-content: center;
	align-items: end;
}
.gr-single {
	width: 6px;
	border-radius: 10px 10px 0 0;
	margin-right: 5px;
}
.gr-singlecolor1 {
	background: #A4A1FB;
}
.gr-singlecolor2 {
	background: #56D9FE;
}
.gr-singlecolor3 {
	background: #5FE3A1;
}

 /* 定义动画关键帧 */
  @keyframes heightChange1ss {
 from {
 height: 0;
}
to {
	height: 68px;
}
}
 @keyframes heightChange2ss {
 from {
 height: 0;
}
to {
	height: 92px;
}
}
 @keyframes heightChange3ss {
 from {
 height: 0;
}
to {
	height: 45px;
}
}
 @keyframes heightChange4ss {
 from {
 height: 0;
}
to {
	height: 45px;
}
}
 @keyframes heightChange5ss {
 from {
 height: 0;
}
to {
	height: 68px;
}
}
 @keyframes heightChange6ss {
 from {
 height: 0;
}
to {
	height: 28px;
}
}
 @keyframes heightChange7ss {
 from {
 height: 0;
}
to {
	height: 45px;
}
}
 @keyframes heightChange8ss {
 from {
 height: 0;
}
to {
	height: 65px;
}
}
 @keyframes heightChange9ss {
 from {
 height: 0;
}
to {
	height: 20px;
}
}
.summariz-box {
	background: #fff;
	width: 100%;
	height: 260px;
	box-shadow: 0px 2px 6px #f5f5f5;
	box-sizing: border-box;
}
.summar-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 60px;
	padding: 0 20px;
}
.summar-title label {
	font-size: 18px;
	color: #43425D;
	font-weight: bold;
}
.summar-title a {
	font-size: 13px;
	color: #3B86FF;
}
.summar-list {
	padding-bottom: 20px;
	height: 202px;
	overflow: auto;
}
.summar-list ul {
	border-bottom: 1px solid #F1F1F3;
}
.summar-list ul li a {
	height: 60px;
	display: flex;
	align-items: center;
	border-top: 1px solid #F1F1F3;
	background: #FAFAFA;
	padding: 0 10px;
}
.summar-list ul li .img {
	margin-right: 10px;
}
.summar-list ul li .img img {
	width: 30px;
}
.summar-list ul li .pillar-right h2 {
	color: #4D4F5C;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}
.summar-list ul li .des {
	color: #43425D;
	opacity: 0.5;
	font-size: 11px;
}
.climate-box {
	width: 100%;
	background: #fff;
	box-shadow: 0px 2px 6px #f5f5f5;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 20px;
}
.climate-box:last-of-type {
	margin-bottom: 0;
}
.clim-envi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 13px;
}
.clim-envi>label {
	color: #4D4F5C;
	font-size: 18px;
	font-weight: bold;
}
.clim-right {
	display: flex;
	align-items: center;
}
.down-icon {
	margin-left: 20px;
}
.down-icon img {
	width: 30px;
}
.clim-right select {
	width: 110px;
	line-height: 32px;
	background: #FFFFFF;
	box-shadow: 0px 2px 3px #f2f2f2;
	border: 1px solid #D7DAE2;
	border-radius: 4px;
	color: #4D4F5C;
	font-size: 13px;
	height: 32px;
}
.climate-table {
	width: 100%;
	border-collapse: collapse;
}
.climate-table * {
	padding: 0;
	margin: 0;
}
.climate-table thead tr {
	background: #F5F6FA;
}
.climate-table tr td {
	height: 50px;
	font-size: 13px;
	color: #4D4F5C;
	border-bottom: 1px solid #F1F1F3;
	padding: 0 5px;
}
.climate-table tr th {
	font-size: 13px;
	color: #A3A6B4;
	font-weight: bold;
	height: 50px;
	text-align: left;
	padding: 0 5px;
}
.climate-table tr th:last-of-type, .climate-table tr td:last-of-type {
	text-align: right;
}
.climate-show {
	text-align: center;
	margin-top: 10px;
}
.climate-show a {
	color: #3B86FF;
	font-size: 13px;
}
.units-tonn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.units-tonn>label {
	color: #4D4F5C;
	font-size: 13px;
}
.units-tonn a {
	color: #3B86FF;
	font-size: 13px;
}
/*page5*/
.ly-groupbox5 {
	overflow: hidden;
	margin-top: 10px;
	display: flex;
}
.ly-groupbox5 .left-ly5 {
	margin-right: 25px;
	width: 240px;
}
.ce5-pill {
	width: 100%;
	background: #fff;
	height: 562px;
	box-shadow: 0px 2px 6px #f5f5f5;
}
.ce5-pill .ce-title {
	line-height: 85px;
	background: #3B86FF;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.ce5-list{min-height:260px}
.ce5-list ul li a {
	border-left: 5px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.ce5-list ul li a label {
	color: #43425D;
	font-size: 18px;
}
.ce5-list ul li a i {
	display: none;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	border: 2px solid rgb(115 119 134);
}
.ce5-list ul li a img {
	width: 13px;
}
.ce5-list ul li a.active, .ce5-list ul li a:hover {
	border-left: 5px solid #43425D;
	background: #e5e5e5;
}
.ce5-list ul li a.active img, .ce5-list ul li a:hover img {
	display: none;
}
.ce5-list ul li a.active i, .ce5-list ul li a:hover i {
	display: block;
}
.toolkit {
	line-height: 85px;
	background: #3B86FF;
	text-align: center;
}
.toolkit a {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.add-newtab {
	margin-top: 20px;
	width: 100%;
	background: #fff;
	height: 205px;
	box-shadow: 0px 2px 6px #f5f5f5;
	box-sizing: border-box;
	padding: 20px;
}
.add-newtab .title {
	margin-bottom: 20px;
	color: #4D4F5C;
	font-size: 18px;
	font-weight: bold;
}
.tab-icon {
	background: #F0F2F8;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
}
.icon-jh img {
	width: 42px;
	height: 42px;
	border-radius: 100%;
}
.icon-jh {
	margin-bottom: 15px;
}
.tab-icon .des {
	color: #4D4F5C;
	font-size: 10px;
}
.right-ly5 {
	width: calc(100% - 265px);
}
.ceindus-frame-news {
	margin-top: 30px;
	overflow: hidden;
}
.ceindus-frame-news>.climate-box {
	width: calc(50% - 10px);
	height:350px;
	margin-right: 20px;
	float: left;
}
.ceindus-frame-news>.climate-box:nth-child(even) {
	margin-right: 0;
}
.right-ly5 .abbvie-boxleft {
	width: 45%;
	height: 180px;
}
.right-ly5 .indicat-right {
	width: 55%;
	height: 180px;
}
.right-ly5 .abbvie-boxleft .gq-box .gqimg .img img {
	/*height: 40px;*/
}
.right-ly5 .abbvie-boxleft .gq-box .gqimg {
	margin-right: 4px;
}
.progress-1 .circle-progress-value {
	stroke-width: 6px;
	stroke: #a3a1fb
}
.progress-1 .circle-progress-circle {
	stroke-width: 6px;
	stroke: #edecfe
}
.progress-1 .circle-progress-text {
	fill: #4D4F5C;
	color: #4D4F5C;
	font-size: 14px;
}
.progress-1 svg {
	width: 70px;
	height: 70px;
}
.ce-risk {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ce-risk .title {
	color: #43425D;
	font-size: 18px;
	font-weight: bold;
}
.ce-risk .view-det {
	color: #3B86FF;
	font-size: 13px;
}
.risk-type {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.risk-type .left .prtece {
	color: #4D4F5C;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.risk-type .left .xjl-lab img {
	width: 10px;
	margin-right: 3px;
}
.risk-type .left .xjl-lab span {
	color: #FF4141;
	font-size: 11px;
}
.risk-type .center .tit {
	color: #4D4F5C;
	font-size: 16px;
	margin-bottom: 15px;
	text-align:center
}
.risk-type .center .des {
	color: #4D4F5C;
	font-size: 11px;
}
.risk-type .right {
	position: relative;
}
.risk-type .right .medium {
	color: #4D4F5C;
	font-size: 10px;
	position: absolute;
	top: 40px;
	width:100%; 
	text-align:center
}
 @media only screen and (max-width: 1600px) {
.start-selection {
	padding: 20px 30px;
}
.climate-table tr td {
	font-size: 12px;
}
}
/*page6*/
.page6-toolk {
	padding: 20px;
}
.page6-toolk .select select {
	height: 32px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 3px #f2f2f2;
	border: 1px solid #D7DAE2;
	border-radius: 4px;
	color: #4D4F5C;
	font-size: 13px;
	width: 100%;
}
.page6-toolk .list li {
	display: flex;
	align-items: center;
	margin-top: 25px;
	justify-content: space-between;
}
.page6-toolk .list li .text {
	color: #43425D;
	font-size: 13px;
}
.page6-toolk .list li .custom-checkbox-label {
	width: 21px;
	height: 21px;
}
.page6-toolk .list li .custom-checkbox:checked + .custom-checkbox-label::before {
	font-size: 14px;
}
.right-page6 {
	width: calc(100% - 265px);
	display: flex;
	justify-content: space-between;
}
.page6-abbvleft, .page6-abbvright {
	width: calc(50% - 10px);
}
.page6-abbvtop {
	margin-bottom: 5px;
	/*display: flex;*/
	align-items: center;
	box-sizing: border-box;
	padding: 20px;
	/*height: 85px;*/
	box-shadow: 0px 2px 6px #f5f5f5;
	background: #fff;
	justify-content: space-between;
}
.page6-abbvtop .left {
	font-size: 18px;
	color: #E9501C;
	font-weight: bold;
	margin-right: 20px;
}
.page6-abbvtop .right .btn {
	display: block;
	width: 160px;
	height: 25px;
	background: #3B86FF;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	overflow:hidden
}
.page6-abbvtop .right .btn:first-of-type {
	margin-bottom: 10px;
}
.page6-frment {
	height: 372px;
	overflow: hidden;
	margin-top: 20px;
	box-shadow: 0px 2px 6px #f5f5f5;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 15px;
}
.page6-fully .single {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #F1F1F3;
}
.page6-fully .single:last-of-type {
	border-bottom: 0;
}
.page6-fully .single .left {
	width: 30%;
}
.page6-fully .single .left .dc-cir {
	margin-bottom: 10px;
}
.page6-fully .single .left .dc-cir img {
	width: 50px;
}
.page6-fully .single .left .not-dele {
	display: flex;
	align-items: center;
}
.page6-fully .single .left .not-dele img {
	width: 20px;
	margin-right: 5px;
}
.page6-fully .single .left .not-dele label {
	color: #808080;
	font-size: 8px;
}
.page6-fully .single .right {
	width: 20%;
	position: relative;
}
.page6-fully .single .right .medium {
	color: #4D4F5C;
	font-size: 8px;
	position: absolute;
	top: 37px;
	left: 22px;
}
.page6-fully .single .center {
	margin: 10px 15px 15px;
	width: 45%;
}
.page6-fully .single .center h3 {
	color: #808080;
	font-size: 8px;
	margin-bottom: 5px;
	font-weight: normal;
}
.page6-fully .single .center .prore-fullbox {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.indic-waste {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.indic-waste .left-was .des, .indic-waste .right-was .des {
	font-size: 10px;
	color: #808080;
}
.indic-waste .left-was h2, .indic-waste .right-was h2 {
	font-size: 8px;
	color: #000000;
}
.hxjdt-progress {
	position: relative;
	margin: 10px 0;
}
.progress-l {
	width: 100%;
	height: 15px;
	background-color: #808080;
	border-radius: 10px;
}
.progress-bac {
	height: 100%;
	background-color: #E9501B;
	border-radius: 10px;
	display: block;
	-moz-transition: width 0.5s;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.progress-r {
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
}
.sxjdt-progress {
	display: flex;
	align-items: end;
	justify-content: space-between;
}
.sxjdt-progress-l {
	width: 6px;
	margin: 0 1px;
	background: linear-gradient(to top, #a9ebff, #55d8fe);
	border-radius: 10px 10px 0 0;
}
.page6-quick {
	padding: 10px 20px;
	height: 85px;
	box-shadow: 0px 2px 6px #f5f5f5;
	background: #fff;
	margin-bottom: 5px;
}
.quick-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.quick-title>label {
	font-size: 15px;
	color: #43425D;
	opacity: 0.5;
}
.quick-title .three-cir i {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #A4AFB7;
}
.quick-contain {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.quick-contain .left {
	width: 25%;
	font-size: 13px;
	color: #4D4F5C;
}
.quick-contain .center {
	width: 45%;
	box-sizing: border-box;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.quick-contain .center .sj-group {
	display: flex;
	align-items: center;
}
.quick-contain .center .sj-group .jt-img {
	width: 8px;
	margin-right: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.quick-contain .center .sj-group .jt-img img {
	width: 100%;
}
.quick-contain .center .sj-group h2 {
	color: #FF4141;
	font-size: 11px;
}
.page6-risenty {
	box-shadow: 0px 2px 6px #f5f5f5;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.page6-risenty:last-of-type {
	margin-bottom: 0;
}
.page6-risenty .risenty-container {
	margin-top: 21px;
}
.page6-risenty .risenty-container .single {
	margin-bottom: 10px;
	display: flex;
	align-content: center;
	justify-content: center;
}
.page6-risenty .risenty-container .single .left, .page6-risenty .risenty-container .single .center {
	width: 40%;
	margin-right: 5px;
}
.page6-risenty .risenty-container .single .left h2 {
	color: #43425D;
	font-size: 13px;
	margin-bottom: 5px;
}
.risenty-sj {
	display: flex;
	align-items: center;
}
.risenty-sj img {
	width: 8px;
}
.risenty-sj label {
	color: #FF4141;
	font-size: 11px;
	display: inline-block;
	margin-right: 5px;
}
.risenty-sj span {
	color: #FF4141;
	font-size: 11px;
}
.page6-risenty .risenty-container .single .center h2 {
	color: #43425D;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 8px;
}
.page6-risenty .risenty-container .single .center .no {
	font-size: 11px;
	color: #FF4141;
	font-weight: bold;
	text-align: center;
}
.page6-risenty .risenty-container .single .right {
	width: 24%;
	height: 42px;
}
.impact-priing .climate-table tr td, .impact-priing .climate-table tr th {
	height: 45px;
}
.impact-priing .climate-box {
	padding: 20px 20px 8px;
}
 @media only screen and (min-width: 1600px) {
.page6-risenty .risenty-container .single .left, .page6-risenty .risenty-container .single .center {
	width: 30%;
}
.page6-risenty .risenty-container .single .center h2 {
	text-align: center;
}
.page6-risenty .risenty-container .single .right {
	width: 35%;
	height: 45px;
}
.page6-risenty .risenty-container {
	margin-top: 15px;
}
.page6-risenty .risenty-container .single {
	margin-bottom: 10px;
}
}
/*page7*/
.bg-dygcolor tbody tr td:nth-child(2), .bg-dygcolor tbody tr td:nth-child(3), .bg-dygcolor tbody tr td:nth-child(4) {
	color: #3B86FF;
}
.bg-dygcolor tbody tr td:not(:last-child){
    text-align:center
}
.bg-dygcolor tbody tr td:nth-child(1){
    text-align:left;
}
.bg-dygcolor2 tbody tr td:nth-child(2), .bg-dygcolor2 tbody tr td:nth-child(3), .bg-dygcolor2 tbody tr td:nth-child(4), .bg-dygcolor2 tbody tr td:nth-child(5) {
	color: #3B86FF;
}
.bg-dygcolor2 tbody tr td:not(:last-child){
    text-align:center
}
.bg-dygcolor2 tbody tr td:nth-child(1){
    text-align:left;
}
.policiview-box {
	margin-top: 20px;
	background: #fff;
	width: 100%;
	box-shadow: 0px 2px 6px #f5f5f5;
	box-sizing: border-box;
}
.policiview-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 60px;
	padding: 0 20px;
}
.policiview-title label {
	font-size: 18px;
	color: #43425D;
	font-weight: bold;
}
.policiview-list {
	padding-bottom: 20px;
}
.policiview-list ul {
	border-bottom: 1px solid #F1F1F3;
}
.policiview-list ul li a {
	height: 60px;
	display: flex;
	align-items: center;
	border-top: 1px solid #F1F1F3;
	padding: 0 10px;
	justify-content: space-between;
}
.policiview-list ul li .img {
	margin-right: 10px;
}
.policiview-list ul li .img img {
	width: 38px;
}
.policiview-list ul li .pillar-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 45px);
}
.policiview-list ul li .pillar-right h2 {
	color: #43425D;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
}
.policiview-list ul li p {
	font-size: 13px;
	color: #4D4F5C;
}
.policiview-list ul li p.des {
	color: #3B86FF;
	opacity: 0.5;
	font-size: 13px;
	text-decoration: underline;
}
/*page8*/
.toolk-kb {
	min-height: 320px;
}
.right-page8 {
	width: calc(100% - 265px);
}
.quick-indus8 {
	display: flex;
	justify-content: space-between;
}
.biod-ass8 {
	background: #fff;
	box-shadow: 0px 2px 6px #f5f5f5;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 30px;
}
.tnfd-title {
	margin-bottom: 10px;
}
.tnfd-title ul {
	border-bottom: 1px solid #E9E9F0;
	display: flex;
	align-items: center;
}
.tnfd-title ul li {
	margin-bottom: -1px;
	width: 100px;
	line-height: 27px;
	text-align: center;
	background: #F8F8F8;
	font-size: 15px;
	margin-right: 5px;
	border: 1px solid #E9E9F0;
	border-radius: 3px 3px 0 0;
	border-bottom: 0;
}
.tnfd-title ul li a {
	color: #43425D;
	opacity: 0.5;
}
.tnfd-title ul li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tnfd-title ul li.active a {
	color: #3B86FF;
	opacity: 1;
}
.bg-dygcolor8 tbody tr td:nth-child(2), .bg-dygcolor8 tbody tr td:nth-child(3), .bg-dygcolor8 tbody tr td:nth-child(4), .bg-dygcolor8 tbody tr td:nth-child(5) {
	color: #3B86FF;
}
/*page9*/
ul#q-graph {
	border: 1px solid #eaf0f4;
	height: 200px;
	width: 360px;
	position: relative;
	list-style: none;
	margin: 1.1em 1em 3.5em;
	padding: 0;
}
#q-graph>li {
	position: absolute;
	text-align: center;
	bottom: 0;
padding:0 margin:0;
}
#q-graph li#ticks {
	left: 0;
	bottom: -2px;
}
li.qtr {
	width: 120px;
	height: 198px;
	border-right: 1px solid #eaf0f4;
	z-index: 2;
	position: relative;
}
li.qtr>label.title {
	color: #46455f;
	font-size: 10px;
	left: 0;
	width: 100%;
	display: inline;
	position: absolute;
	bottom: -20px;
}
li#q1 {
	left: 0;
}
li#q2 {
	left: 120px;
}
li#q3 {
	left: 238px;
}
#q-graph ul {
	list-style: none;
}
li.bar {
	width: 35px;
	color: #fff;
	left: calc(50% - 17px);
	position: absolute;
	bottom: 0;
	border-radius: 5px 5px 0 0;
}
li.average {
	background: #a3a1fb;
	z-index: 1;
}
li.north {
	z-index: 3;
	background: #5fe3a1;
}
li#ticks {
	width: 357px;
	height: 100%;
	left: 0;
	bottom: 0;
}
div.ticks {
	width: 100%;
	position: relative;
	height: 49px;
	border-top: 1px solid #eaf0f4;
}
div.ticks:first-child {
	border-top: none;
}
div.ticks p {
	position: absolute;
	left: -10px;
	top: -8pt;
	color: #46455f;
}
li.qtr ul {
	height: 198px;
	position: relative;
	padding: 0;
}
#q-graph i.leader {
	height: 14px;
	border-radius: 10px;
	background: #56d9fe;
	position: absolute;
	width: 35px;
	left: calc(50% - 17px);
	z-index: 4;
}
.aver-lead-group ul {
	display: flex;
	align-items: center;
}
.aver-lead-group ul li {
	margin-right: 30px;
}
.aver-lead-group ul li>label {
	margin-right: 5px;
	display: inline-block;
	width: 20px;
	height: 12px;
	border-radius: 10px;
}
.aver-lead-group ul li>label.gr-color1 {
	background: #a3a1fb;
}
.aver-lead-group ul li>label.gr-color2 {
	background: #56d9fe;
}
.aver-lead-group ul li>label.gr-color3 {
	background: #5fe3a1
}
.aver-lead-group ul li span {
	font-size: 11px;
	color: #46455f;
}
.tnfd-box9>.single .tnfd-box9-group {
	display: flex;
}
.tnfd-box9>.single .center {
	margin: 0 10px;
}
.tnfd-box9>.single .center {
	width: calc((100% - 360px)/2);
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tnfd-box9>.single .center .map-page9 {
	position: relative;
	;
}
.tnfd-box9>.single .center .map-page9 img {
	width: 100%;
}
.tnfd-box9>.single .right {
	width: calc((100% - 360px)/2);
}
.cirlab {
	position: absolute;
	display: inline-block;
	border-radius: 100%;
	opacity: .8;
}
.cirlabcolor1 {
	top: 27%;
	left: 14%;
	width: 22px;
	height: 22px;
	border: 1px solid #a177ff;
	background: #e0d8f9;
}
.cirlabcolor2 {
	top: 30%;
	left: 45%;
	width: 15px;
	height: 15px;
	border: 1px solid #65e3a4;
	background: #d3ede6;
}
.cirlabcolor3 {
	top: 17%;
	left: 69%;
	width: 18px;
	height: 18px;
	border: 1px solid #fd5354;
	background: #f3cdd3;
}
.cirlabcolor4 {
	top: 31%;
	left: 74%;
	width: 22px;
	height: 22px;
	border: 1px solid #ffc367;
	background: #f3e7da;
}
.cirlabcolor5 {
	top: 70%;
	left: 80%;
	width: 18px;
	height: 18px;
	border: 1px solid #ffa177;
	background: #f3e0de;
}
.region-list9 ul li {
	margin-top: 15px;
}
.region-salestitle {
	font-size: 18px;
	color: #4d4f5c;
}
.region-list9-tit {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.region-list9-tit label, .region-list9-tit span {
	font-size: 10px;
	color: #bcbdc1;
}
.page9-hxjdt-progress .progress-l {
	height: 6px;
	background-color: #edf0f5;
}
.page9-hxjdt-progress .progress-l #progress0 {
	background: #a3a1fb;
}
.page9-hxjdt-progress .progress-l #progress1 {
	background: #5ee2a0;
}
.page9-hxjdt-progress .progress-l #progress2 {
	background: #ff6565;
}
.page9-hxjdt-progress .progress-l #progress3 {
	background: #fec163;
}
.page9-hxjdt-progress .progress-l #progress4 {
	background: #ffa177;
}
.access-ass-details {
	overflow: hidden;
	text-align: center;
}
.access-ass-details .view-deta {
	color: #3B86FF;
	font-size: 13px;
}
.access-ass-details .lab-add {
	float: right;
	font-size: 10px;
	color: #43425D;
	opacity: 0.5;
}
@media only screen and (max-width: 1500px) {
.tnfd-box9>.single .center {
	width: calc((100% - 300px)/2);
}
.tnfd-box9>.single .right {
	width: calc((100% - 300px)/2);
}
ul#q-graph {
	width: 300px;
}
li.qtr {
	width: 100px;
}
li#q2 {
	left: 100px;
}
li#q3 {
	left: 198px;
}
li#ticks {
	width: 298px;
}
li.qtr>label.title {
	font-size: 8px;
}
}
/*page10*/
.reg-fra-ali10 {
	position: relative;
	height: 372px;
}
.reg-fra-ali10 .climate-show {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}
.eu-sfdr-page10 {
	margin-top: 20px;
}
.eu-sfdr-score {
	background: #fff;
	width: 100%;
	box-shadow: 0px 2px 6px #f5f5f5;
	box-sizing: border-box;
	padding: 20px 15px;
	height: 287px;
	overflow: hidden;
}
.eu-sfdr-score-title {
	color: #4D4F5C;
	font-size: 18px;
	font-weight: bold;
}
.eu-sfdr-lnk {
	text-align: center;
}
.eu-sfdr-lnk a {
	color: #3B86FF;
	font-size: 13px;
}
.eu-sfcircle {
	height: 190px;
	position: relative;
	margin: 7px 0;
}
.eu-sfcircle-title {
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 35px;
	color: #43425D;
	font-weight: bold;
}
.eu-sfdr-page10 .climate-table tbody tr td:nth-child(5), .reg-fra-ali10 .climate-table tbody tr td:nth-child(5) {
	color: #3B86FF;
}
/*page11*/
.page11-ifrs-group ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page11-ifrs-group ul li {
	margin-right: 5px;
	background: #F5F6FA;
	border-bottom: 1px solid #E8E9EC;
	height:120px;
}
.page11-ifrs-group ul li:last-of-type {
	margin-right: 0;
}
.page11-ifrs-group ul li .title {
	line-height: 23px;
	font-size: 10px;
	color: #FFFFFF;
	opacity: 1;
	text-align: center;
}
.page11-ifrs-group ul li:nth-child(1) .title {
	background: #38A8D4
}
.page11-ifrs-group ul li:nth-child(2) .title {
	background: #1D3873
}
.page11-ifrs-group ul li:nth-child(3) .title {
	background: #373A43
}
.page11-ifrs-group ul li:nth-child(4) .title {
	background: #85898D
}
.page11-single {
	padding: 5px 5px 0;
}
.page11-single .des {
	color: #43425D;
	font-size: 6px;
	line-height: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
h3.page11-verdict {
	color: #43425D;
	font-size: 10px;
	margin-top: 16px;
	text-align:center
}
.page11-complied {
	font-size: 10px;
}
.page11-single .complied {
	color: #3B86FF;
}
.page11-single .notcomplied {
	color: #FF3B3B;
}
.page11more-det {
	display: block;
	text-align: center;
	color: #3B86FF;
	font-size: 10px;
}
.recom-disclos {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.recom-disclos .left {
	width: 65%;
	box-sizing: border-box;
	padding-right: 10px;
}
.recom-disclos .right {
	width: 35%;
	height: 180px;
	position: relative;
}
.page11-cir {
	height: 80px;
	margin-top: 40px;
}
.page11-recombox {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 15px #e5e5e5;
}
.recom-disclos .right .page11-show {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
}
.recom-disclos .right .page11-show a {
	color: #3B86FF;
	font-size: 13px;
}
 @media only screen and (max-width: 1500px) {
.page11-ifrs-group ul li .title {
	font-size: 8px;
}
}
.recom-disclos .left .swiper {
	width: 100%;
	height: 100%;
}
.recom-disclos .left .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recom-disclos .left .swiper-slide h2 {
	color: #4D4F5C;
	font-size: 15px;
	margin: 10px;
}
.recom-disclos .left .swiper-slide .des {
	display: -webkit-box;
	line-height: 20px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4D4F5C;
	opacity: 0.5;
	font-size: 13px;
	padding: 0 10px;
}
.page11-govbottom {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.govbottom-left {
	height: 50px;
	line-height: 50px;
	width: 65%;
	color: #FFFFFF;
	font-size: 13px;
	box-sizing: border-box;
	padding-left: 5px;
	background: #43425D;
}
.govbottom-right {
	height: 50px;
	width: 35%;
	background: #3B86FF;
}
.page11-recombox .swiper-horizontal>.swiper-pagination-bullets, .page11-recombox .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 15px;
	width: 65%;
	text-align: right;
}
.page11-recombox .swiper-button-prev:after {
	display: none;
}
.page11-recombox .swiper-button-next:after {
	content: '';
}
.page11-recombox .swiper-button-next {
	width: 35%;
	font-size: 15px;
	color: #FFFFFF;
	bottom: 3px;
	right: 0;
	top: auto;
}
.page11-recombox .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: .3;
}
.page11-recombox .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 3px solid #FFFFFF;
	opacity: 1;
	background: none;
	width: 12px;
	height: 12px;
}
.page11-table tbody tr td:nth-child(2), .page11-table tbody tr td:nth-child(3) {
	color: #3B86FF;
}
.page11-unsdg {
	margin-bottom: 20px;
}
.page11-frame .climate-box {
	height: 372px;
}
.page11-frame .climate-box .clim-envi {
	margin-bottom: 20px;
}
.page11-frame .climate-box .climate-table tr td {
	height: 65px;
}
.page11-unsdg .climate-box {
	height: 372px;
}
.page11-tablelast td {
	line-height: 55px;
}
.page11-unsdglist {
	overflow: hidden;
}
.page11-unsdglist a {
	margin-bottom: 5px;
	display: flex;
	width: 10%;
	height: 32px;
	margin-right: 1%;
	align-items: center;
	justify-content: center;
	float: left;
}
.page11-unsdglist a img {
	max-width: 100%;
	max-height: 100%;
}
.page11-djtkd {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.page11-djtkd .left {
	width: 62%;
	background: #fafafa;
	box-sizing: border-box;
	padding: 10px;
	margin-right: 3%;
}
.page11-djtkd .right {
	width: 35%;
}
.page11-djtkd .region-list9-tit label {
	color: #4D4F5C;
	font-size: 13px;
}
.page11-djtkd .page9-hxjdt-progress {
	position: relative;
}
.page11-djtkd .page9-hxjdt-progress .progress-l {
	height: 10px;
}
.page11-djtkd .progress-bac {
	background: #3B86FF !important;
}
.page11-djtkd .progress-r {
	color: #4D4F5C;
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
	width: 100%;
	font-weight: bold;
}
.region-list11 ul li {
	margin-bottom: 15px;
}
.page11-outcir {
	margin-bottom: 0px;
}
.page11-outcir h2 {
	color: #4D4F5C;
	font-size: 16px;
	text-align: center;
}
.page11-outcir p.des {
	font-size: 12px;
	color: #3B86FF;
	text-align: center;
}
.page11-outcir p.bfh {
	color: #FF4141;
	font-size: 11px;
	text-align: center;
}
.page11-djtkd .page11-cir {
	margin-top: 15px;
}
/*page12*/
.page12-frame {
	margin-bottom: 20px;
}
.page12-frame .climate-box {
	height: 372px;
}
.page12-frame .climate-box .clim-envi {
	margin-bottom: 20px;
}
.page12-frame .climate-box .climate-table tr td {
	height: 65px;
}
.page12-frame .climate-box .page12-table tr td {
	height: 42px;
}
.page12-table tr td:nth-child(3), .page12-table tr td:nth-child(4) {
	color: #3B86FF;
}
@media only screen and (max-width: 1500px) {
.page12-table tr th {
	font-size: 11px;
}
.page12-table tr td {
	font-size: 10px;
}
}
/*page13*/
.page13-risks {
	margin-top: 30px;
	background: #fff;
	height: 274px;
	box-shadow: 0px 2px 6px rgb(245 245 245);
	padding: 25px 20px;
	box-sizing: border-box;
}
.page13-risks .list {
	border-top: 1px solid #E8E9EC;
	margin-top: 10px;
	padding-top: 10px;
	height: 170px;
	box-sizing: border-box;
}
.page13-risks .list li {
	margin-bottom: 12px;
}
.page13-risks .list li a {
	display: flex;
	align-items: end;
}
.page13-risks .head-num {
	width: 24px;
	margin-right: 5px;
}
.page13-risks .head-num label {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;
	background: #43425D;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
.head-infor {
	margin-right: 5px;
	width: 70%;
}
.head-infor h2 {
	font-size: 13px;
	color: #4D4F5C;
	margin-bottom: 5px;
}
.head-infor p {
	font-size: 13px;
	color: #4D4F5C;
	opacity: 0.5;
}
.head-infor2 {
	margin-right: 5px;
	width: 32%
}
.head-infor2 h2 {
	font-size: 13px;
	color: #4D4F5C;
	margin-bottom: 5px;
}
.head-infor2 p {
	font-size: 13px;
	color: #4D4F5C;
	opacity: 0.5;
}
.sj-last {
	display: flex;
	align-items: end;
}
.sj-last img {
	width: 10px;
	margin-right: 3px;
}
.sj-last span {
	color: #FF4141;
	font-size: 11px;
}
.sj-last.active span {
	color: #5FE3A1;
}
.industry-sj {
	display: flex;
	align-items: end;
}
.industry-sj img {
	width: 10px;
}
.industry-sj label {
	color: #FF4141;
	font-size: 11px;
}
.indi-list.page13-matsafe li .name {
	width: 40%;
}
.indi-list.page13-matsafe {
	padding-top: 15px;
}
.indi-list.page13-matsafe li {
	margin-bottom: 20px;
}
.indi-list.page13-matsafe .link-more {
	width: 25%;
	text-align: right;
}
.pages13-pnslist {
	height: 190px;
	box-sizing: border-box;
}
.pages13-pnslist li {
	margin-bottom: 12px;
}
.pages13-pnslist li a {
	display: flex;
	align-items: end;
}
.pages13-pnslist .head-num {
	width: 24px;
	margin-right: 5px;
}
.pages13-pnslist .head-num label {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;
	background: #43425D;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
.pages13-pnslist2 {
	box-sizing: border-box;
	position: relative;
}
.pages13-pnslist2 li {
	margin-bottom: 16px;
}
.pages13-pnslist2 li a {
	display: flex;
	align-items: end;
}
.pages13-pnslist2 .head-num {
	width: 24px;
	margin-right: 5px;
}
.pages13-pnslist2 .head-num label {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;
	background: #43425D;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
.gics-box2 {
	margin-top: 10px;
}
.gics-box2 .show-more {
	border-top: 1px solid #E8E9EC;
	padding-top: 10px;
}
.page13-newselect {
	padding: 0 15px;
}
.page13-newselect .show-more {
	border-top: 1px solid #E8E9EC;
	padding-top: 10px;
}
.page13-zzt {
	height: 105px;
	text-align: center;
}
.page13-lates-score {
	box-shadow: 0px 2px 6px #f5f5f5;
	text-align: center;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	height: 293px;
}
/*page14*/
.page14-bgztb {
	height: 224px;
	position: relative;
}
.page14-bglink {
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: #3B86FF;
	font-size: 13px;
}
/*page15*/
.ce15-list {
	height: 269px;
}
.ce15-list ul li a {
	border-left: 5px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.ce15-list ul li a label {
	color: #43425D;
	font-size: 18px;
}
.ce15-list ul li a img {
	width: 13px;
}
.page15-selecpeers {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.page15-selecpeers select {
	width: 110px;
	line-height: 32px;
	background: #FFFFFF;
	box-shadow: 0px 2px 3px #f2f2f2;
	border: 1px solid #D7DAE2;
	border-radius: 4px;
	color: #4D4F5C;
	font-size: 13px;
	height: 32px;
}
.page15-tabgdt {
	width: 104%;
	overflow-y: auto;
	height: 248px;
}
.page15-selecpeers2 {
	width: 104%;
	overflow-y: auto;
	height: 300.5px;
}
.page15-ysnum {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #F1F1F3;
}
.page15-ysnum ul {
	display: flex;
	align-items: center;
	justify-content: end;
}
.page15-ysnum ul li {
	width: 30px;
	height: 30px;
	border: 1px solid #e4e5eb;
}
.page15-ysnum ul li:first-of-type {
	border-radius: 5px 0 0 5px;
}
.page15-ysnum ul li:last-of-type {
	border-radius: 0 5px 5px 0;
}
.page15-ysnum ul li a {
	display: block;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #4D4F5C;
}
.page15-ysnum ul li.active, .page15-ysnum ul li:hover {
	background: #3b86ff;
}
.page15-ysnum ul li:hover a, .page15-ysnum ul li.active a {
	color: #fff;
}
@media only screen and (max-width: 1500px) {
.risk-type .left .prtece {
	font-size: 16px;
}
}
@media only screen and (min-width: 1500px) {
.page15-tabgdt {
	height: 231px;
}
}
/*page17*/
.detl-butt {
	overflow: hidden;
	margin: 20px 0;
	width: 100%;
}
.detl-butt .priv-pro {
	display: flex;
	float: left;
	width: 370px;
	height: 60px;
	margin-right: 20px;
	background: #3B86FF;
	box-sizing: border-box;
	padding: 0 15px;
	color: #fff;
	align-items: center;
	justify-content: space-between;
}
.detl-butt .priv-pro label {
	font-size: 18px;
}
.detl-butt .priv-pro span {
	font-size: 20px;
}
/*.page17-list ul{width: 100%;display: flex;
   white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: justify;}*/
.page17-list.swiper {
	position: relative;
	height: 750px;
}
.page17-list .swiper-button-next, .page17-list .swiper-button-prev {
	color: #808495;
	top: 97%;
	width: 35px;
	height: 35px;
	background: #fff
}
.page17-list .swiper-button-next {
	left: 80px;
}
.page17-list .swiper-button-next:after, .page17-list .swiper-button-prev:after {
	font-size: 18px;
}
.page17-list ul li {
	flex: none;
	width: 370px;
	margin-right: 20px;
	box-shadow: 0px 2px 6px #f5f5f5;
	height: 683px;
	box-sizing: border-box;
	padding: 15px;
	background: #fff;
}
.page17-list ul li h2.title {
	color: #4D4F5C;
	font-size: 18px;
	margin-bottom: 20px;
}
.exam-box {
	height: 85px;
	box-shadow: 0px 2px 6px #f5f5f5;
	border-radius: 3px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.exam-box>.left {
	display: flex;
	align-items: center;
}
.exam-box>.left>.img {
	width: 35px;
	margin-right: 8px;
}
.exam-box>.left>.img img {
	width: 100%;
}
.exam-infor h3 {
	color: #56D9FE;
	font-size: 18px;
	margin-bottom: 5px;
}
.exam-infor {
	width: 90%;
}
.exam-infor p.des {
	color: #4D4F5C;
	font-size: 13px;
	white-space: normal;
	width: 100%;
}
.kpi-right {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.page17-yjt {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	background: #000;
}
.page17-yjt img {
	width: 6px;
}
.bank-loan-asse>h3.title {
	color: #808080;
	font-size: 15px;
	margin-bottom: 5px;
}
.bank-loan-asse>.date {
	color: #808080;
	font-size: 10px;
	margin-bottom: 5px;
}
.xh-num .single-tit {
	color: #02BC77;
	font-size: 10px;
	margin-bottom: 5px;
}
.dp-details {
	border-top: 1px solid #707070;
	padding-top: 10px;
	display: flex;
	align-items: center;
}
.dp-details .left {
	margin-right: 10px;
}
.dp-details .left img {
	width: 25px;
}
.dp-details .right {
	white-space: normal;
	border-left: 1px solid #707070;
	padding: 3px;
	color: #02BC77;
	font-size: 8px;
}
.drag-drop {
	background: #F0F2F8;
	text-align: center;
	margin-top: 35px;
	padding: 50px 0;
}
.drag-drop2 {
	background: #fff;
	text-align: center;
	margin-top: 35px;
	box-shadow: 0px 0px 15px #e5e5e5;
}
.sjt-img img {
	width: 50%;
}
.drag-drop .title {
	color: #43425D;
	font-size: 35px;
	margin-bottom: 10px;
}
.browse-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.browse-box span {
	color: #aaaaaa;
	font-size: 18px;
}
.browse-box a {
	color: #3B86FF;
	font-size: 18px;
	text-decoration: underline;
}
.kpi-right .three-cir {
	width: 20px;
	justify-content: space-between;
	display: flex;
}
.kpi-right .three-cir i {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #A4AFB7;
}
.choose-file {
	width: 170px;
	background: #F0F2F8;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.choose-file>a {
	width: 49%;
	display: block;
	text-align: center;
}
.choose-file>a img {
	width: 45%;
	margin-bottom: 10px;
}
.choose-file>a label {
	display: block;
	background: #3B86FF;
	color: #fff;
	font-size: 11px;
	border-radius: 5px;
	line-height: 15px;
	text-align: center;
}
.page17-output {
	display: flex;
	align-items: center;
	height: 85px;
	margin-bottom: 30px;
}
.page17-output .list {
	width: 75%;
	overflow: hidden;
}
.page17-output .list .single {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 10px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.page17-output .list .single .btn-cover, .page17-output .right .btn-cover {
	height: 21px;
}
.page17-output .list .single .btn-cover .custom-checkbox-label {
	width: 21px;
	height: 21px;
	background: #3B86FF;
	opacity: 0.5;
	border: 2px solid #C3DAFF;
}
.page17-output .list .single .btn-cover .custom-checkbox:checked + .custom-checkbox-label {
	background-color: #3B86FF;
	border: 2px solid #3B86FF;
	opacity: 1;
}
.page17-output .list .single .text, .page17-output .right .text {
	margin-left: 5px;
	font-size: 11px;
}
.page17-output .right {
	display: flex;
	align-items: center;
}
.page17-output .right .btn-cover .custom-checkbox-label {
	width: 21px;
	height: 21px;
	background: #3B86FF;
	opacity: 0.5;
	border: 2px solid #C3DAFF;
}
.page17-output .right .btn-cover .custom-checkbox:checked + .custom-checkbox-label {
	background-color: #3B86FF;
	border: 2px solid #3B86FF;
	opacity: 1;
}
.page17-recomboxswiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page17-recomboxswiper .swiper-slide {
	height: 276px;
}
.page17-recomboxswiper .swiper-slide h2 {
	color: #4D4F5C;
	font-size: 15px;
	margin: 10px;
}
.page17-recomboxswiper .swiper-slide .des {
	display: -webkit-box;
	line-height: 20px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4D4F5C;
	opacity: 0.5;
	font-size: 13px;
	padding: 0 10px;
}
.page17-recomboxswiper .swiper-horizontal>.swiper-pagination-bullets, .page17-recomboxswiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 15px;
	width: 65%;
	text-align: right;
}
.page17-recomboxswiper .swiper-button-prev {
	display: none;
}
.page17-recomboxswiper .swiper-button-prev:after {
	display: none;
}
.page17-recomboxswiper .swiper-button-next2:after {
	content: '';
}
.page17-recomboxswiper .swiper-button-next2 {
	position: absolute;
	opacity: 1;
	left: auto;
	width: 35%;
	font-size: 15px;
	color: #FFFFFF;
	bottom: 13px;
	right: 0;
	top: auto;
	background: none;
}
.page17-recomboxswiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: .3;
}
.page17-recomboxswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 3px solid #FFFFFF;
	opacity: 1;
	background: none;
	width: 12px;
	height: 12px;
}
.page17-recomboxswiper .govbottom-left {
	text-align: left;
}
.pdf-box {
	padding: 50px 0 0;
	text-align: center;
}
.pdf-box .sjt-img img {
	width: 50%;
	margin: 0 auto;
}
.pdf-click {
	font-size: 18px;
	color: #AAAAAA;
	margin: 10px auto;
}
.pdf-link a {
	color: #3B86FF;
	font-size: 18px;
	text-decoration: underline;
}
/*page18*/
.page18-loanslist {
	border-top: 1px solid #E8E9EC;
	margin-top: 10px;
	padding-top: 10px;
	height: 210px;
	box-sizing: border-box;
}
.page18-loanslist li {
	margin-bottom: 10px;
	box-shadow: 0px 2px 6px rgb(245 245 245);
}
.page18-loanslist li a {
	display: flex;
	align-items: center;
	padding: 8px 10px;
}
.page18-loanslist li a .left {
	margin-right: 10px;
}
.page18-loanslist li a .left img {
	width: 38px;
}
.finan-mar, .rat-scor {
	margin-right: 10px;
	width: 35%;
}
.finan-mar h2 {
	color: #E85102;
	font-size: 18px;
}
.finan-mar p.des {
	color: #4D4F5C;
	font-size: 13px;
}
.rat-scor h3 {
	color: #4D4F5C;
	font-size: 18px;
}
.rat-scor p.des {
	color: #FF4141;
	font-size: 11px;
}
.page18-loanslist .three-cir {
	margin-left: auto;
	width: 20px;
	justify-content: space-between;
	display: flex;
}
.page18-loanslist .three-cir i {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #A4AFB7;
}
.page18-loanpric {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.page18-loanpric>.left {
	width: 65%;
	background: #fff;
	box-shadow: 0px 2px 6px #f5f5f5;
	padding: 20px;
	box-sizing: border-box;
	height: 372px;
}
.page18-loanpric>.right {
	width: 32%;
	background: #fff;
	box-shadow: 0px 2px 6px #f5f5f5;
	height: 372px;
}
.page18add-newtab {
	width: 100%;
	background: #fff;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.page18add-newtab .title {
	margin-bottom: 20px;
	color: #4D4F5C;
	font-size: 18px;
	font-weight: bold;
}
.page18add-newtab .tab-icon {
	background: #F0F2F8;
	text-align: center;
	box-sizing: border-box;
	padding: 60px 20px;
}
.page18add-newtab .icon-jh img {
	width: 92px;
	height: 92px;
	border-radius: 100%;
}
.page18add-newtab .icon-jh {
	margin-bottom: 30px;
}
.page18add-newtab .tab-icon .des {
	color: #4D4F5C;
	opacity: 0.5;
	font-size: 25px;
}
/*zhuce.php*/
.zc-box {
	display: flex;
	align-items: center;
}
.zc-box>div {
	height: 100vh;
	width: 50%;
	background: #fff;
}
.zc-box .left img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.zc-box .right {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zc-box .right .db-des {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.zc-box .right .db-des a {
	color: #43425D;
	font-size: 11px;
}
.bd-box {
	width: 70%;
}
.bd-box>.title {
	text-align: center;
	color: #43425D;
	font-size: 35px;
	margin-bottom: 20px;
}
.bd-box>.des {
	color: #4D4F5C;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}
.alrea-acc {
	text-align: center;
	margin-top: 30px;
}
.alrea-acc a {
	color: #43425D;
	font-size: 15px;
	text-decoration: underline;
}
.group-box {
}
.group-box li {
	margin-bottom: 20px;
	width: 100%;
}
.group-box li input {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #E9E9F0;
	line-height: 30px;
	box-sizing: border-box;
	padding-left: 5px;
	font-size: 15px;
	color: #43425D;
}
.group-box li.two {
	display: flex;
	align-items: center;
}
.group-box li.two input.first {
	margin-right: 20px;
}
.sign-up {
	text-align: center;
}
.sign-up input {
	width: 185px;
	height: 50px;
	text-align: center;
	background: #43425D;
	border: 1px solid #43425D;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
}
.xy-box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.xy-box .btn-cover .custom-checkbox-label {
	width: 18px;
	height: 18px;
	border: 1px solid #808495;
	background-color: #fff;
}
.xy-box .btn-cover {
	height: 18px;
	margin-right: 10px;
}
.sign-up input:hover {
	background: #353357;
}
.rember-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px 0;
}
.forgot-pass {
	color: #43425D;
	font-size: 15px;
}
.forgot-pass:hover {
	color: #43425D;
}
.rember-box .xy-box {
	margin-bottom: 0;
}
.login-signgroup {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.login-signgroup .login {
	width: 48%;
	height: 50px;
	text-align: center;
	background: #43425D;
	border: 1px solid #43425D;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
}
.login-signgroup .signup {
	width: 48%;
	height: 50px;
	text-align: center;
	background: none;
	border: 1px solid #43425D;
	border-radius: 4px;
	color: #4D4F5C;
	font-size: 18px;
	line-height: 50px;
}
.login-signgroup .login:hover {
	background: #353357;
}
.login-signgroup .signup:hover {
	background: #43425D;
	color: #fff;
}
.xy-box .btn-cover .custom-checkbox:checked + .custom-checkbox-label::before {
	color: #43425D;
}
.agr-tion:hover {
	color: #161626;
}
.alrea-acc a:hover {
	color: #161626;
}
.pagination a{font-size:16px; color:#333}
.pagination li{display:inline-block; margin-left:10px; background:#D7E7FF; padding:10px 15px;border-radius:3px}
.pagination .active{background:#43425D; color:#fff}
.foot-anniu{
	margin-top:80px;
	
}
.foot-anniu .leftbtn{
	color:#707070;	
	float:left;
	display:flex;
	justify-content:space-between;
	width: 310px;
	height: 50px;
	border-radius: 30px 30px 30px 0px;
	padding:0px 20px;
	margin-left:15px;
	background:#fff;
}
.foot-anniu .leftbtn a{
	color:#707070;	
	background:url(/static/index/image/vobot2.png)  no-repeat;
background-size:20px; 
background-position:left center;
padding-left:25px;
color:#4D4F5C	
}
.foot-anniu .leftbtn .atitle{
	line-height:50px;
}
.foot-anniu .leftbtn .jiantou{
	width: 28px;
	height: 28px;
	margin-top:10px;
}
.foot-anniu .leftbtn .jiantou img{
	width: 28px;
	height: 28px;
}

.foot-anniu .rightbtn{
	float:right;
	display:flex;
	text-align:center;
	line-height:40px;
	margin-right:15px;
}
.foot-anniu .rightbtn a{
	color:#fff;
}
.foot-anniu .rightbtn .pre,.foot-anniu .rightbtn .next{
	width:130px;
	height:40px;
	border-radius: 4px;
	margin:0px 10px;
}

.foot-anniu .rightbtn .pre{
	background: #43425D 0% 0% no-repeat padding-box;
}
.foot-anniu .rightbtn .next{
	background: #3B86FF 0% 0% no-repeat padding-box;
}


