/* 1. Theme default css */ 
body { 
    font-weight: 100;
    font-style: normal;
    font-size: 16px;
    color: #8d8d8d;
    background: #fff;
}
.img {
    max-width: 100%;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.f_left {
    float: left
}
.f_right {
    float: right
}
.clear{clear: both;}
.fix {
    overflow: hidden
}
.maxw_1600 {
    max-width: 1600px;
}
a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover,
.gallery-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}
a:hover {
    color: #1884dd;
}
a,
button {
    color: #1884dd;
    outline: medium none;
    cursor: pointer;
}
button {
	padding: 0px;
	border: none;
	outline: none;
	background: none;
	display: inline-block;
	-o-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: normal;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
.clear{clear:both}
img {
    max-width: 100%;
    height: auto;
}
p {
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    color: #8d8d8d;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
i,
span,
a {
    display: inline-block;
}
a {
	text-decoration: none;
}
input, textarea, select {
	width: 100%;
	height: 55px;
	background-color: #f7f7f7;
	border: 1px solid transparent;
	padding: 0px 20px;
	-o-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
input:focus, textarea:focus {
	border-color: #f7f7f7;
}
*::-moz-selection {
    background: #1884dd;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #1884dd;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #1884dd;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}
*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
} 
.wes{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; 
}
.wes2{
	display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wes3{
	display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* button style */
.hero_btn{
	width: 78%;
}
.hero_btn input{
	width: 84%;
    height: 46px;
    padding: 0px 10px;
	text-indent: 10px;
    border-radius: 30px 0 0 30px;
}
.hero_btn button{
	color: #fff;
    width: 16%;
    height: 46px;
    font-size: 20px;
    border-radius: 0 30px 30px 0; 
	background-image: linear-gradient(to right,#fee015,#ff8105);
}
.thm_btn { 
	padding: 16px 30px;
	text-align: center;
	position: relative;
	color: #fefefe;
	text-transform: uppercase;
	background: #1884dd;
	font-weight: bold;
	display: inline-block; 
	border-radius: 100px;
    background-image: linear-gradient(to right,#ff8105,#fee015);
	box-shadow: 0px 2px 6px #ff8505;
}
.thm_btn:hover {
    color: #ffff;
    background-color: #fd7d2f;
}
.thm_btn i {
	font-size: 15px;
	padding-left: 10px;
}
.thm_btn-2 {
    background-color: #fd7d2f;
}
.thm_btn-2:hover {
    background-color: #1884dd;
}
.thm_btn-border {
	border-color: rgba(255, 255, 255, 0.6);
	background-color: transparent;
}
.thm_btn-border:hover {
	border-color: #fff;
	background-color: #fff;
	color: #000;
}
/* body wrap */
.body_wrap {
    overflow: hidden;
    position: relative;
}
/* 2. header */
.header_area .header_bottom {
	border-bottom: 1px solid #e8e8e8;
}
.main_menu_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
    padding: 0 15px;
    background: #fff;
    justify-content: space-between;
}
.main_menu_wrap .logo a {
	max-width: 160px;
	display: inline-block;
}
.main_menu ul li {
	display: inline-block;
	margin-right: 48px;
	position: relative;
}
.main_menu ul li:last-child {
	margin-right: 0;
}
.main_menu ul li a {
	padding: 37px 0;
	color: #000;
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
    position: relative;
}
.main_menu ul .has_dropdown > a::after {
	content: "\f107";
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	font-size: 16px; 
	font-weight: 400;
	margin-left: 5px;
	display: inline-block;
}
.main_menu ul li a::before {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    background: #1884dd;
    height: 2px;
    width: 0;
    transition: .3s;
}
.main_menu ul li:hover > a::before, .main_menu ul li.active > a::before {
	width: 100%;
    right: auto;
    left: 0;
}
.main_menu ul li:hover > a,  .main_menu ul li.active > a {
	color: #1884dd;
	font-weight: bold;
}
.main_menu ul li ul.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 230px;
	background: #fff;
	padding: 15px 0;
	border-radius: 3px;
	z-index: 99;
	transform-origin: 50% 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	-o-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-o-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.main_menu ul li:hover > ul.submenu {
	-o-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.main_menu ul li ul.submenu li {
	margin: 0;
	display: block;
    padding: 6px 25px;
}
.main_menu ul li ul.submenu li a {
	color: #000;
	display: block;
	font-size: 15px;
	padding: 0;
	text-transform: capitalize;
}
.main_menu ul li ul.submenu li:hover > a, .main_menu ul li ul.submenu li.active > a {
	color: #1884dd;
}
.main_menu ul li ul.submenu li a::before {
    background: none;
}
.main_menu ul li ul.submenu li ul.submenu {
	top: 10%;
	left: 100%;
	transform-origin: 50% 0;
	-o-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}
.main_menu ul li ul.submenu li:hover > ul.submenu {
	top: 0;
	-o-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.main_menu ul li ul.submenu .has_dropdown > a {
	position: relative;
} 
.main_menu ul .has_dropdown ul.submenu .has_dropdown > a::after {
	position: absolute;
	top: 7px;
	right: 0;
	line-height: 1;
	font-size: 10px;  
} 
.main_menu ul .has_dropdown ul.submenu .has_dropdown:hover > a::before {
	width: 0;
    left: auto;
}
.header_right {
	display: flex;
	align-items: center;
    float: right;
}
.header_right ul li {
	display: inline-block;
}
.header_search_wrap {
	position: relative;
}
.hamburger_menu{
	display: none;
}
.header_search_wrap .search_main, .hamburger_menu a {
    width: 50px;
    height: 50px;
    font-size: 17px;
    background: #f7f7f7;
    color: #a3a3a3;
    text-align: center;
    line-height: 53px;
    display: inline-block;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
.search_main > i, .search_main span {
    font-size: 17px;
    cursor: pointer;
    line-height: 52px;
    color: #a3a3a3;
    display: block;
}
.header_search_wrap .search_main:hover > i,
.header_search_wrap .search_main:hover span {
    color: #fff;
}
.hamburger_menu a {
    margin-left: 15px;
}
.header_search_wrap .search_main:hover, .hamburger_menu a:hover {
    background-color: #1884dd;
    color: #fff;
}
.header_search_wrap .search_form_main {
	transform: scale(.9);
	padding: 15px;
	position: absolute;
	right: 0;
	top: 73px;
	width: 1000px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #e1e1e1;
}
.search_main span {
	display: none;
}
.search-form-main input {
	width: 100%;
	height: 55px;
	border: 0;
	background: #f7f7f7;
	padding: 20px;
}
.header_right .account {
	padding-left: 60px;
	margin-left: 60px;
    position: relative;
}
.other_search{
	width: 100%; 
    height: 42px;
    line-height: 42px; 
    font-size: 18px;
    color: #fff;
    display: block;
	border-radius: 30px;
	background-color: #fe850e;
    text-align: center;
	font-weight: bold;
}
.other_search:hover{
	background-color: #0073ff;
	color: #fff;
}
.header_right .account::before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    background: #8c8c8c;
    width: 2px;
    height: 16px;
}
.header_right .account a {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.header_right .account a i {
	padding-right: 3px;
	font-size: 13px;
}
.sticky {
	background: #fff;
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 0;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 44;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header_area .header_bottom.sticky {
	border-bottom: 0;
}
.sidebar-info .s-title {
	font-size: 24px;
}
.footer-info {
	margin-top: 20px;
}
.sidebar-content p {
	margin-bottom: 30px;
}
.s_contact-list .footer_widget ul li {
	margin-bottom: 20px;
}
.s_contact-list .footer_widget ul li p {
	margin-bottom: 0;
}
.social_icon a {
	width: 40px;
	height: 40px;
	background: #f7f7f7;
	line-height: 43px;
	color: #a4a4a4;
	font-size: 15px;
	text-align: center;
	margin-right: 5px;
}
.social_icon a:last-child {
	margin-right: 0;
}
.team_social a {
	margin-right: 0;
}
.social_icon a:hover {
	background-color: #0073ff;
	color: #fff;
}
.search_form_pc{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;
	border-radius: 30px;
}
.search_form_pc input{
	width: 80%;
    height: 40px;
	padding: 0px 10px;
	border-radius: 30px;
} 
.search_form_pc button{
	width: 13%;
	color:#0073ff;  
    font-size: 20px;
    margin-right: 10px;
}
.search_form_pc input::-webkit-input-placeholder{
	color:#0073ff; 
}
.search_form_pc input::-ms-input-placeholder { 
	color:#0073ff; 
}
.search_form_pc input::-moz-placeholder { 
	color:#0073ff; 
}


/* 3. banner */
.hero_area {
	background: url(https://jscss.askci.com/wk_catalog2022/picture/banner_bg.jpg)no-repeat center;
	background-size: 100% 100%;
}
.inner_banner{ 
	background: url(https://jscss.askci.com/wk_catalog2022/picture/inner_banner.jpg)no-repeat center;
	background-size: 100% 100%;
}
.vip_banner{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/vip_banner.png)no-repeat center;
	background-size: 100% 100%;
}
.hero_height {
    min-height: 620px;
}
.inner_height,.vip_height{
	min-height: 415px;
}
.hero_wrap {
    padding-left: 180px;
	padding-right: 140px;
	display: flex;
	align-items: center;
}
.hero_content{
	padding-left: 10%;
}
.hero_content li{
    float: left;
    width: 30.3%;
    margin-bottom: 30px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    text-indent: 2.4rem;
	background:url(https://jscss.askci.com/wk_catalog2022/picture/baner_icon.png)no-repeat left center;
	background-size: 24px;
} 
.hero_content h2 {
	font-size: 3.5rem; 
    font-weight: bold;
    margin-bottom: 30px;
    max-width: 700px;
    color: #fff;
    text-shadow: 0px 1px 3px #1884dd;
}
.hero_content p {
	font-size: 18px;
	line-height: 29px;
	max-width: 700px;
}
.hero_content .hero_btn a {
	margin-top: 20px; 
    font-weight: 500;
    font-size: 1.3rem;
} 
.hero_img img{
	width: 70%;
	margin-left: 6%;
}

/* 4. new_report */
.new_report{
	width: 100%; 
}
.new_report_title{
	text-align: center;
}
.new_report_title b{
	display: block;
	font-size: 2.6rem;
	color: #1884dd;
	font-weight: bold;
}
.new_report_title span{
	display: block;
	font-size: 1rem;
	color: #666;
	text-transform: uppercase;
	font-weight: 300;
}
.new_report_fr a{
	width: 16%;
    background: #1884dd;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: 3.4rem;
}
.new_report_fr a:hover{background: #ff8505}
.report_list_top, .report_list_top img{
	width: 100%; 
}
.new_report_list ul{
	background: #fff;
	box-shadow: 0px 0px 10px #e2e2e2;
	border-radius: 4px;
}
.new_report_list ul li{
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 20px;
}
.new_report_list ul li:last-child{ 
	border-bottom: 1px solid #fff; 
}
.report_list_fl{
	width: 28px;
	height: 33px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #1884dd;
	font-weight: bold;
}
.report_list_fr{
	width: 88%;
	overflow: hidden;
}
.report_list_fr a{
	width: 100%;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.report_list_fr span,.report_list_fr span a{
	font-size: 12px;
	color: #999;
	padding:0 10px 10px 0;
	display: inline-block;
	width: auto;
	font-weight: normal;
}
.new_report_list ul li:first-child .report_list_fl{background: url(https://jscss.askci.com/wk_catalog2022/picture/new_report_icon4.png)no-repeat top left;color: red;}
.new_report_list ul li:nth-child(2) .report_list_fl{background: url(https://jscss.askci.com/wk_catalog2022/picture/new_report_icon5.png)no-repeat top left;color: red;}
.new_report_list ul li:nth-child(3) .report_list_fl{background: url(https://jscss.askci.com/wk_catalog2022/picture/new_report_icon6.png)no-repeat top left;color: red;}
.report_list_fr .wes2:hover {color: #1884dd}
.report_list_fr span a:hover{color: #1884dd}
.new_report_list ul li:hover {border-bottom: 1px solid #1884dd}
.new_report_list ul li:last-child:hover {border-bottom: 1px solid #fff}

/* 5. hot rem */
.hot_rem_list{
	display: flex;
}  
.hot_rem_list li{
	text-align: center;
    font-size: 18px;
    background: #fff;
    height: fit-content; 
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	margin-top: 0px!important;
} 
.hot_rem_list li a{
	display: block;
	width: 100%;
}
.hot_rem_list li a img{
	transition: .6s;
}
.hot_rem_list li a span{
	font-size: 22px;
	color: #333;
	padding-top: 14px;
	font-weight: normal;
}
.hot_rem_list li a:hover span{color: #1884dd}
.hot_rem_list li:hover a img{
	box-shadow: 0 0 10px #b6b6b6;
	transform: scale(1.01);
}
.swiper-pagination{
	margin-top: 80px;
	position: sticky;
}
.swiper-pagination span{
	width: 18px;
	height: 18px;
	background: #ff8105;
}

/* Registered members */
.Register{
	width: 100%;
	background: url(https://jscss.askci.com/wk_catalog2022/picture/register_bg.jpg)no-repeat center;
	text-align: center;
	background-size: 100% 100%;
}
.Register p{
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	padding: 40px 0 20px 0;
}
.Register a{
	width: 16%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 40px;
    background-image: linear-gradient(to right,#ff8105,#fee015);
}
.Register a:hover{
    background-image: linear-gradient(to right,#ff8105,#ff8105);
}

/* decision making */
.decision_mark{
	width: 100%;
	background: url(https://jscss.askci.com/wk_catalog2022/picture/decision_bg.jpg)no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}
.owl-carousel .owl-stage-outer{
	overflow: visible;
}
.decision_active{
	padding-bottom: 40px;
}
.decision_active .owl-dots { 
	display: flex;
	margin-top: 20px;
	justify-content: center; 
}
.decision_active .tm_thumb a img{
	transition: .6s;
}
.decision_active .owl-dots .owl-dot {
	width: 18px;
    height: 18px;
    background: #fd7d2f;
    margin: 10px;
	margin: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: .3;
}
.decision_active .owl-dots .owl-dot.active {
	opacity: 1;
}
.decision_active .tm_thumb:hover a img{
	transform: scale(1.05);
	box-shadow: 0 0 10px #b6b6b6;
}

/* boutique report */
.tab_header,.tab_headers{
	width:100%;
    height: auto;
    display: inline-block; 
}
.tab_header li,.tab_headers li{
    float: left;
	width: 13%;
    height: 44px;
    margin-right: 18px;
	margin-bottom: 10px;  
	background: #e2e2e2;
	text-align: center;
	border-radius: 30px;
}
.tab_header li:last-child{margin-right: 0;}
.tab_headers li:last-child{margin-right: 0;}
.tab_header li a,.tab_headers li a{ 
	width: 100%;
    font-size: 1.2rem;
    color: #333; 
    height: 44px;
    line-height: 44px;
}
.tab_header li:hover{background: #0073ff!important;}
.tab_header li:hover a{color: #fff!important;}
.tab_headers li:hover{background: #0073ff!important;}
.tab_headers li:hover a{color: #fff!important;}
.tab_content,.tab_contents{
	width:100%;
    height:auto; 
    display: inline-block; 
}
.tab_content .tab,.tab_contents .tabs{
	width:100%;
	height:auto;
	display: none;
}
.tab_content .tab_active,.tab_contents .tab_actives{
	display: block;
} 
.tab_header p,.tab_headers p{ 
	float: right;
	width: 13%;
    height: 44px;   
	background: #ff8105;
	border-radius: 30px;
	text-align: center;
}
.tab_header p a,.tab_headers p a{
    display: inline-block;
    font-size: 1.3rem;
    color: #fff; 
    height: 44px;
    line-height: 44px;
}
.tab_header p:hover{background: #0073ff}
.tab_headers p:hover{background: #0073ff}
.carbon_develop_bottom .owl-carousel .owl-stage-outer{
	overflow: hidden;
}
.boutique_active{
	padding-bottom: 40px;
}
.broker_active{
	padding-bottom: 60px;
}
.boutique_active .owl-dots,.broker_active .owl-dots{ 
	display: flex; 
	justify-content: center; 
	margin-top: 14px;
}
.boutique_active .tm_thumb a img,.broker_active .tm_thumb a img{
	transition: .6s; 
}
.boutique_active .tm_thumb a p,.broker_active .tm_thumb a p{
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 0;
}
.boutique_active .owl-dots .owl-dot,.broker_active .owl-dots .owl-dot {
	width: 18px;
    height: 18px;
    background: #fd7d2f;
    margin: 10px;
	margin: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: .3;
}
.boutique_active .owl-dots .owl-dot.active,.broker_active .owl-dots .owl-dot.active {
	opacity: 1;
}
.boutique_active .tm_thumb:hover a img{
	transform: scale(1.05);
	box-shadow: 0 0 10px #b6b6b6;
}
.broker_active .tm_thumb:hover a img{
	transform: scale(1.05);
	box-shadow: 0 0 10px #b6b6b6;
}

/* footer */
.footer_space {
	padding:20px;
	text-align: center;
}  
.footer_space span{
	color: #fff; 
	display: inline-block;
}
.footer_space span a{color: #fff;}
.footer_space span a:hover{color: #ff8505;}

/* inner_banner */
.inner_banner p{
	color: #fe850e;
    font-weight: 600;
    font-size: 55px;
    line-height: 55px;
    text-shadow: 0px 1px 3px #707070;
    margin-bottom: 25px;
}

.inner_banner ul{
	width: 66%;
	margin: 0 auto;
	margin-top: 25px;
}
.inner_banner ul li{
	float: left;
	color: #fff;
	background: url(https://jscss.askci.com/wk_catalog2022/picture/baner_icon.png)no-repeat left center;
	background-size: 18px 18px;
	width: 13%;
	margin-left: 2%;
	font-size: 18px;
	font-weight: 400;
}
.inner_search{ 
	width: 66%;
	margin: 0 auto; 
	height: 65px;
	border-radius: 50px;
	overflow: hidden;
	background: #fff;
}
.inner_search input{
	width: 82%;
	height: 100%;
	font-size: 18px;
	color: #333;
	text-indent: 10px;
	background: #fff;
} 
.inner_search input::-webkit-input-placeholder { 
	font-size: 18px;
	color: #666;
}	
	.inner_search input:-moz-placeholder { 	
	font-size: 18px;
	color: #666;	
} 
	.inner_search input::-moz-placeholder {	
	font-size: 18px;
	color: #666;
} 
	.inner_search input:-ms-input-placeholder {
	font-size: 18px;
	color: #666;
} 
.inner_search button{
	width: 18%;
	height: 100%; 
	border-radius: 50px;
	background:url(https://jscss.askci.com/wk_catalog2022/picture/inner_search_icon.png)no-repeat center;
	background-size: 100% 100%;
}

/* breadcrumb */
.breadcrumb{
	background: #fff;
	color: #333;
	font-size: 18px;
}
.crumbs li{
	width: auto;
	float: left;
}
.crumbs li a{
	color: #333;
}
.crumbs li a:hover{color: #0073ff}

/* quality_report */
.quality_report{
	width: 100%;
    display: flex;
}
.quality_report li{
	float: left;
	width: 20%;
	margin-bottom: 10px;
}
.quality_report li a{
	width: 100%;
	height: 100%;
	display: block;
}
.quality_report_img,.quality_report_img img{ 
	width: 96%;
	transition: 0.6s;
}
.quality_report p{
	width: 96%;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 24px;
}
.quality_report_more{
	width: 96%;
	height: 40px;
	border: 1px solid #a3a3a3;
	border-radius: 30px;
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	line-height: 39px;
	visibility: hidden;
}
.quality_report .time{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/time_icon.png)no-repeat left center;
	width: 39%;
	margin-left: 8%;
	text-align: right;
}
.quality_report .next{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/next_icon.png)no-repeat right center; 
	width: 34%;
	margin-right: 8%;
	color: #057dcd;
}
.quality_report .next1{
	width: 40%;
	background: url(https://jscss.askci.com/wk_catalog2022/picture/next_icon.png)no-repeat right center;  
	margin-right: 8%;
	color: #057dcd;
}
.quality_report li a:hover p{
	color: #057dcd;
	font-weight: 200;
}
.quality_report li a:hover img{
	transform: scale(1.1)
}
.quality_report li a:hover .quality_report_more{
	visibility: visible;
}


/* jcnc */
.jcnc_report{
	width: 100%;
    display: flex;
}
.jcnc_report li{
	float: left;
	width: 23.5%;
    margin: 0 2% 20px 0;
	overflow: hidden;
}
.jcnc_report li:nth-child(4n){margin-right: 0;} 
.jcnc_report_img,.jcnc_report_img img{ 
	width: 100%;
	transition: 0.6s;
}
.jcnc_report p{
	width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    color: #333;
    text-align: center;
    line-height: 1.6rem;
    margin: 1rem 0;
    height: 3rem;
}
.jcnc_report .time{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/time_icon.png)no-repeat left center;
	width: 31%;
	margin-left: 3%;
	text-align: right;
	background-size: 15px;
}
.jcnc_report .pdf{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/pdf.png)no-repeat left center; 
	width: 26%;
	margin-left: 5%;
	text-align: right;
	background-size: 14px; 
}
.jcnc_report .pdf a{ 
	color: #666; 
}
.jcnc_report .next{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/next_icon.png)no-repeat right center; 
	width: 28%;
	margin-right: 3%;
	color: #057dcd;
	background-size: 18px;
} 
.jcnc_report .word{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/word.png)no-repeat left center;
	width: 26%;
	margin-right: 3%;
	text-align: right;
	color: #057dcd;
	background-size: 14px;
}
.jcnc_report li:hover p{
	color: #0073ff;
	font-weight: 200;
}
.jcnc_report li:hover img{
	transform: scale(1.05)
}
.jcnc_report li:hover .jcnc_report_more{
	visibility: visible;
}
.jcnc_report .pdf a:hover{ 
	color: #0073ff;
	font-weight: 200;
}
.jcnc_report .next a:hover{ 
	color: #333;
}

/* jcnc */
.jcnc_report_more{
	width: 100%;
    height: auto;
    border: 1px solid #a3a3a3;
    border-radius: 30px;
    display: inline-block;
	visibility: hidden;
}
.show_report_list .time{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/time_icon.png)no-repeat left center; 
    width: 45%;
    margin-left: 4%; 
    background-size: 1rem;
    text-indent: 1rem;
    padding: 0.6rem;
    font-size: 1rem;
} 
.show_report_list .word{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/word.png)no-repeat right center;
	width: 45%;
    margin-right: 4%;
    text-align: right;
    color: #057dcd;
    background-size: 1rem;
    text-indent: 0.6rem;
    font-size: 1rem;
    padding: 0.6rem 0;
}
.show_report_list li:hover p{
	color: #0073ff;
	font-weight: 200;
}
.show_report_list li:hover img{
	transform: scale(1.05)
}
.show_report_list li:hover .jcnc_report_more{
	visibility: visible;
}
.show_report_list .pdf a:hover{ 
	color: #0073ff;
	font-weight: 200;
}
.show_report_list .next a:hover{ 
	color: #333;
}

/* search_list */
.search_list{
	width: 100%; 
	display: flex; 
}
.search_criteria{
	width: 100%;
	height: auto; 
	background: #fff;
	box-shadow: 0px 0px 15px #e1e1e1;
}
.col-form-label{
	float: left;
	line-height:40px;
	color: #333;
}
.form_list{
	width: 30%;
	margin: 20px 1% 0 2%;
}
.form_list select{
	height: 40px;
	border: 1px solid #e1e0e0;
	background: #fff;
	margin: 10px 0;
}
.form_list select option{
	font-size: 16px; 
	line-height: 26px;
}
.col-input-block{
	float:right;
}
.col-input-block input{
	height: 40px;
	border: 1px solid #e1e0e0;
	margin: 10px 0;
	background: #fff;
}
.col-input-block{
	width: 76%;
}
.col-input-blockc input::-webkit-input-placeholder{
	color:#666; 
}
.col-input-block input::-ms-input-placeholder { 
	color:#666; 
}
.col-input-block input::-moz-placeholder { 
	color:#666; 
}
.col-input-block input:focus{
	border: 2px solid #0073ff;
}
.submit{ 
    width: 45%;
    background: #1884dd;
    color: #fff;
    font-size: 18px;
	border-radius: 12px;
	height: 40px;
	margin: 10px 0;
}
.reset{ 
    width: 45%;
    background: #7c7c7c;
    color: #fff;
    font-size: 18px;
    border-radius: 12px;
	height: 40px;
	margin: 10px 0;
}
.serch_content{
	width: 100%;
	height: auto;
}
.serch_content li{
	float: left;
	width: 49%;
	min-height: 236px;
	margin-right: 2%;
	margin-bottom: 24px;
	background: #fff;
	box-shadow: 0px 0px 15px #e1e1e1;
}
.serch_content li:nth-child(2n){
	margin-right: 0;
}
.sea_img{
	width: 22%;
    margin: 24px 0 24px 24px;
	border: 1px solid #e1e0e0;
	border-radius: 6px;
	overflow: hidden;
	height: 188px;
    display: flex;
    align-items: center;
}
.sea_img img{
	padding: 10px;
	transition: 0.6s;
}
.sea_font{
	width: 67%;
    margin: 24px 24px 0 0;
}
.sea_title{
	font-size: 18px;
	color: #333;
	line-height: 28px;
	min-height: 56px;
}
.sea_tag{
	background: #fe6000;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px 8px 20px;
	margin: 26px 15px 26px 0;
	border-radius: 8px;
}
.sea_more{
	margin-bottom: 24px;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
}
.sea_more b{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/time_icon.png)no-repeat left center;
	width: 25%;
	margin-right: 5%; 
	background-size: 15px;
	color: #666;
	text-indent: 20px;
	display: inline-block;
}
.sea_more span{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/time_icon.png)no-repeat left center;
	width: 33%;
	margin-right: 1%; 
	background-size: 15px;
	color: #999;
	text-indent: 20px;
	display: inline-block;
	font-size: 14px;
}
.sea_more a{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/pdf.png)no-repeat left center; 
	width: 34%;
	color: #333;
	text-indent: 20px;
	display: inline-block;
	font-size: 15px;
}
.sea_more a:hover{ 
	color: #0073ff;
}
.sea_tag:hover{
	background: #0073ff;
	color: #fff; 
} 
.serch_content li:hover .sea_img img{
	transform: scale(1.1)
}

/* wbg_report */
.wbg_report{
	width: 100%;
	height: auto;
	display: flex;
}
.wbg_report li{
	float: left;
	width: 31%;
	background: #fff;
	margin:0 3% 40px 0;
	overflow: hidden;
	box-shadow: 0px 0px 15px #e1e1e1;
}
.wbg_report li:nth-child(3n){
	margin-right: 0;
}
.wbg_report_img,.wbg_report_img a img{
	width: 100%;
	transition: 0.6s;
	max-height: 17rem;
}
.wbg_report_img a{
	width: 100%;
}
.wbg_font{
	width: 90%;
	margin:0 auto;
}
.wbg_title{
	width: 100%;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.5rem;
    margin-top: 20px;
    height: 3rem;
}
.wbg_report_more{
	width: 100%; 
	font-size: 15px;
	margin: 20px 0;
}
.wbg_report_more a{ 
	font-size: 15px;
}
.wbg_time{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/time_icon.png)no-repeat left center;
	width: 33%; 
	background-size: 15px;
	color: #666;
	text-indent: 20px;
	display: inline-block;
}
.wbg_pdf{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/pdf.png)no-repeat left center; 
	width: 32%; 
	text-indent: 20px;
	color: #333; 
	display: inline-block; 
}
.wbg_ppt{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/ppt.png)no-repeat left center; 
	width: 32%; 
	text-indent: 20px; 
	color: #fe6000;
	display: inline-block; 
}
.wbg_report li:hover img{
	transform: scale(1.06)
}
.wbg_report li:hover .wbg_title{
	color: #0073ff;
}

/* VIP */
.vip_preferential{
	width: 100%;
	display: inline-block;
	position: relative;
}
.vip_preferential li{
	float: left;
	width: 330px;
	margin-right: 32px;
	text-align: center;	
    background: #fff;
	box-shadow: 0px 0px 15px #e1e1e1; 
}
.vip_preferential li:first-child{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px; 
	background: #fff;
	box-shadow:0px 0px 8px rgba(0,0,0,.2); 
}
.vip_preferential li:last-child{
	margin-right: 0;
}
.vip_preferential li:nth-child(2){
	margin-left: 232px;
}
.vip_title{
	width: 100%;
	height: 70px;
	background: #f1ca9b;
	font-size: 24px;
	color: #fff;
	line-height: 70px; 
	font-weight: bold;
}
.vip_preferential li:nth-child(2) .vip_title{
	width: 100%;
	height: 70px;
	background: url(https://jscss.askci.com/wk_catalog2022/picture/vip_bg1.png)no-repeat center; 
	background-size: 100% 100%;
}
.vip_preferential li:nth-child(3) .vip_title{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/vip_bg2.jpg)no-repeat center; 
	background-size: 100% 100%;
}
.vip_preferential li:last-child .vip_title{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/vip_bg3.jpg)no-repeat center; 
	background-size: 100% 100%;
}
.vip_preferential li b{
	width: 100%;
	font-size: 18px;
	color: #333;
	line-height: 60px;
	display: block;
}
.vip_preferential li b strong{
	font-size: 22px;
	font-weight: bold;
	color: #588dff;
}
.vip_preferential li b span{
	padding-left: 10px;
	color: #666;
	text-decoration: line-through;
}
.vip_preferential li a{
	width: 80%;
    margin: 16px 0 40px 0;
    background: #def1ff;
    line-height: 48px;
    font-size: 18px;
    border: 1px solid #3f9eff;
    color: #5cb4ff;
}
.vip_preferential li:nth-child(3) a{
	background: #d7dcfd; 
    border: 1px solid #4b7aff;
    color: #5c86ff;
}
.vip_preferential li:last-child a{
	background: #fff1dc; 
    border: 1px solid #ffc844;
    color: #d49858;
}
.vip_preferential li a:hover{
	background: #ff8105; 
    border: 1px solid #ff8105;
    color: #fff;
}
.vip_adv_title{
	text-align: left;
}
.vip_adv_title b{
	display: block;
	font-size: 2.6rem;
	color: #1884dd;
	font-weight: bold;
}
.vip_adv_title span{
	display: block;
	font-size: 1rem;
	color: #666;
	text-transform: uppercase;
	font-weight: 300;
}
.vip_adv_detail ul{
	width: 100%;
	display: flex;
	justify-content:space-between;
}
.vip_adv_detail li{
	width: 11%;
	font-size: 20px; 
	color: #333;
	text-align: center;
}
.vip_adv_icon{
	width: 100%;
	height: auto;
	border-radius: 50%;
	background: #edf7ff;
}
.vip_adv_icon img{
	padding: 40px;
	transition: 0.6s;
}
.vip_adv_detail b{
	display: block;
	margin-top: 20px;
}
.vip_adv_icon:hover img{
	transform: rotateY(180deg)
}
.vip_explain{
	width: 100%;
	height: 530px;
	background: url(https://jscss.askci.com/wk_catalog2022/picture/vip_bg.jpg)no-repeat center;
	background-size: 100% 100%;
}
.vip_explain b{
	display: block;
	font-size: 30px;
	color: #0084ff;
	padding-top: 120px;
	font-weight: 600;
	padding-left: 20px;
} 
.vip_explain p{
	color: #333;
	font-size: 22px;
	padding-left: 20px;
	margin:25px 0 0 0;
}

/* show_detail */
.show_title{
	width: 100%;
	margin: 40px 0;
	background: #fff;
	box-shadow: 0px 0px 15px #e1e1e1;
	border-radius: 10px;
}
.show_title1{
	width: 60%;
	font-size: 20px;
	color: #333;
	line-height: 48px;
	padding: 16px 2%;
	display: block;
}
.show_more{
	width: 40%; 
	line-height: 48px;
	padding: 16px 0;
}
.download{
	float: left;
	width: 35%;
	background: #eff8ff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #1494ff;
	margin-right: 3%;
}
.download b{
	padding-left: 7%;
    color: #333;
}
.download a{
	width: 19px;
    margin-right: 8px;
}
.download a img{
	width: 100%;
	transition: .6s;
}
.download a:hover img{
	transform: scale(1.3);
}
.collect{
	float: left;
	width: 26%;
	margin: 0 3% 0 0;
	background: #ff8505;
	border-radius: 6px;
	box-shadow: 0px 0px 5px #f7b47d;
}
.collect a{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/show_icon4.png)no-repeat left center;
    background-size: 19px 20px;
    text-indent: 20px;
    width: 55%;
    margin: auto;
    color: #fff;
    text-align: center; 
    display: block;
}
.share_web{
	width: 28%;
    border-radius: 10px;
    float: left;
    border: 1px solid #c7c6c6;
    padding: 0 10px;
	box-shadow: 0 0 6px #ededed;
}
.collect:hover{
	background: #0073ff;
	box-shadow: 0px 0px 5px #0073ff; 
}
.show_content{
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 15px #e1e1e1;
	border-radius: 10px;
}
.show_detail{
	width: 96%;
	margin: auto;
	padding: 2% 0 2% 0;
	line-height: 30px;
    text-align: justify;
    color: #333; 
}
.show_content p{
	font-size: 16px;
	width: 100%;
    line-height: 30px;
    text-align: justify;
    color: #333; 
	padding-top: 2%;
	margin-bottom: 0;
}
.show_content p strong{
	font-weight: bold;
}
.show_next{
	width: 100%; 
	background: #fff;
	box-shadow: 0px 0px 15px #e1e1e1;
	border-radius: 10px;
}
.next_left{
	width: 48%;
}
.next_left a{
	width: 100%;
	display: block;
	color: #333;
	line-height: 60px;
	text-align: left;
	margin-left: 2%;
}
.next_right{
	width: 50%;
}
.next_right a{
	width: 100%;
	display: block;
	color: #333;
	line-height: 60px;
	text-align: right;
	padding-right: 2%;
}
.next_left a:hover{
	color: #0073ff;
	font-weight: bold;
}
.next_right a:hover{
	color: #0073ff;
	font-weight: bold;
}
.show_pdf{
	width: 100%; 
	margin-top: 40px;
	background: #474747;
	box-shadow: 0px 0px 15px #e1e1e1;
	border-radius: 10px;
	min-height: 680px;
	overflow: hidden;
	display: flex;
}
#insert-pdfjs{
	height: 100%!important;
}

/* login */
.loading_show {
	display: flex;;
    background: url(https://jscss.askci.com/wk_catalog2022/picture/loading_bg.jpg)no-repeat center;
    background-size: cover; 
}
.loading_fl{
	width: 45%;
	margin: 10% 0 5% 5%;
}
.loading_fl img{
	width: 100%;
}
.loading_fr{
	width: 40%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	margin: 10% 3% 10% 0;
	box-shadow: 0px 0px 10px #b3b3b3;
	text-align: center;
}
.loading_fr b{
	display: block;
	font-size: 30px;
	color: #1391fb;
	padding: 30px;
	letter-spacing: 2px;
	font-weight: bold;
}
.Land_handset {
    width: 100%;
    height: 60px;
    border: 2px solid #1391fb;
	border-radius: 10px; 
}
.load_list{
	width: 88%;
	margin: auto;
}
.Land_handset{
	margin-bottom: 20px;
}
.load_list i{
	width: 50px;
	color: #1391fb;
	font-size: 28px;
    font-weight: 400;
	border-radius: 0 10px 10px 0; 
	margin-top: 15px;
}
.load_list input{
	width: 86%;
    height: 56px;
	border-radius: 0 10px 10px 0; 
    background: #fff;
    padding: 0;
}
.wechat_login{
	width: 100%;
}
.we_font{
	font-size: 16px;
	color: #666;
	margin-top: 16px;
}
.Land_h_c_input{
	width: 60%; 
    height: 60px;
    border: 2px solid #1391fb;
    border-radius: 10px;
    overflow: hidden;
}
.Land_handset_code{
	width: 100%;
	margin-bottom: 20px;
}
.Land_h_c_input input{
	width: 70%; 
}
.Land_h_c_i_nav{
    width: 34%;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.Land_h_c_i_nav img{
	width: 100%;
    height: 76%;
}
#GetCode_A{
    background: #1391fb; 
}
#GetCode_A:hover{
	color: #fff;
	background: #ff8105;
}
.load_submit{
	width: 100%;
	height: 60px;
	background: #ff8505;
	border-radius: 10px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.load_submit input{
	background: #ff8505;
	color: #fff;
}
.load_submit input:focus{
	border: 1px solid #ff8505;
} 
.load_more{
	width: 100%;
	margin-bottom: 20px;
}
.load_more a{
	color: #666;
	font-weight: bold; 
}
.WeChat_more  a{
	color: #0073ff;
	font-weight: bold;
}
.load_more a:hover{
	color: #0073ff;
}
.WeChat_more a:hover{
	color:#ff8505;
} 
.load_more span{
	color: #666; 
	font-size: 14px;
}
.load_other b{
	display: block;
	font-size: 18px;
	color: #598ded;
	background: url(https://jscss.askci.com/wk_catalog2022/picture/load_other_bg.png)no-repeat center;
}
.load_other ul{
	display: flex;
	justify-content: space-between;
}
.load_other li{
	width: 70px;
	height: 70px;
	margin-bottom: 36px;
}
.load_other li a{
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px #dfdfdf;
    border-radius: 18px;
}
.load_other li a img{
	width: 100%;
	height: 100%;
}
.load_more_register{
	margin-top: 26px;
	margin-bottom: 20px;
}
.load_more_register input{
	width: 14px;
	height: 14px;
}
.Retrieve_a_n_l_text{
	width: 94%;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
}
.Retrieve_a_n_l_text a{
	display: inline;
}
.Retrieve_a_n_l_text a:hover{
	color: #ff8505;
}
.wechat_other{
	width: 80%;
	margin: auto;
	margin-bottom: 32px;
}
.wechat_other p{
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.wechat_other b{
	padding: 0;
    margin: 20px 0 30px 0;
}

/* agreement_textbox */
.agreement_textbox { 
    position: fixed;
    z-index: 9999999;
    width: 80%;
    height: 80%;
	background: #fff;
    left: 10%; 
    border-radius: 16px;
    overflow: hidden;
}
.register_agreement_title {
    width: 100%;
    height: 66px;
    background: #e3e3e3;
    position: relative;
}
.register_agreement_title h3 {
    display: block;
    width: 100%;
    font-weight: bold;
	letter-spacing: 2px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #0073ff;
    font-size: 24px;
}
.agreement_close {
    position: absolute;
    right: 16px;
    top: 18px;
    padding: 4px 10px 4px 10px;
    color: #fff;
    border-radius: 8px;
    background: #0073ff;
}
.agreement_close:hover{
	background: #ff8105;
	color: #fff;
}
.register_agreement_text{
	width: 100%;
	height: 92%;
	padding: 20px 20px 30px 20px;
	overflow-y: scroll;
    overflow-x: hidden;
}
.register_agreement_text p{
	font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-bottom: 0;
	text-align: justify;
	width: 98%;
    margin: auto;
}
.register_agreement_text strong{
	width: 98%;
    margin: auto;
	font-size: 16px;
    color: #333;
    line-height: 32px;
    padding-top: 12px;
    display: block;
	font-weight: bold;
}
.register_agreement,.service_agreement{
	display: none;
} 

/* show_list_two */
.show_list_two{
	width: 100%;
	display: flex; 
}
.show_list_two_fl{
	width: 26%;
	min-height: 680px;
	background: #fff;
	box-shadow: 0px 0px 15px #e1e1e1;
}
.show_list_two_fl b{
	width: 100%;
	height: 40px;
	background: #4d4d4d;
	color: #fff;
	padding-left: 10px;
	line-height: 40px;
	font-size: 16px;
	display: block;
}
.show_list_two_fl li{
	width: 100%;
    padding: 20px 20px 0px 20px;
    border-bottom: 1px solid #cfcfcf;
}
.show_list_two_fl li:last-child{
    border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.show_list_two_fl li a{
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
.show_list_two_font{
	width: 100%;
	padding: 10px 0;
	display: inline-block;
}
.show_list_two_font span{
	background: url(https://jscss.askci.com/wk_catalog2022/picture/time_icon.png)no-repeat left center;
    text-indent: 26px;
    font-size: 15px;
    color: #666;
}
.show_list_two_font a{
	width: auto!important;
    background: url(https://jscss.askci.com/wk_catalog2022/picture/book_icon.png)no-repeat left center;
    text-align: right;
    text-indent: 24px;
	max-width: 58%;
}
.show_list_two_fl li a:hover{
	color: #0073ff;
}
.show_list_two_fr{
	width: 73%;
    background: #fff;
    box-shadow: 0px 0px 15px #e1e1e1;
    margin-left: 1%;
	display: flex;
}

.error_Tips_Eject{
	width: 100%;
	position: relative;
}
.error_Tips_Eject p{
	font-size: 16px;
    color: red;
    position: absolute;
    left: 60px;
    top: 54px;
}
.show_report_list {
    width: 100%;
    display: inline-block;
}
.show_report_list  li{
    width: 20%;
    float: left;
    padding: 0 15px;
    margin-bottom: 1rem;
}
.show_report_list  li a{
    width: 100%;
    height: 100%;
    text-align: center; 
}
.qua_rep_img{
    width: 100%;
    position: relative;
}
.qua_rep_img img{
    width: 84%;
    transition: .4s;
}
.qua_rep_img p{
    position: absolute;
    top: 28%;
    left: 36%;
    width: 40%; 
    font-size: .5rem;
    line-height: 14px;
    font-weight: 500;
    color: #333;
}
.qua_rep_font{
    width: 100%;
    text-align: center;
}
.qua_rep_font span{
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333;
    height: 3rem;
    margin: 1rem 0;
    font-weight: 500;
}
.show_report_list  li a:hover .qua_rep_img img{
    transform: scale(1.05);
}
.show_report_list  li a:hover .qua_rep_font span{color: #1b70fc;}
@media screen and (max-width: 1699px){ 
    .show_report_list  li{
        width: 25%;
    }
}
/* share */
.share-icon  { height:20px;margin-top: 14px;}
.share-icon a { display:block; height:20px; width:20px; margin-left:6px;float:left;}
.share-icon a:hover { opacity:0.8;}
.wechat { background:url(https://jscss.askci.com/askci1807/img/share_icon_03.png) no-repeat;} 
.micro-blog { background:url(https://jscss.askci.com/askci1807/img/share_icon_05.png) no-repeat;}
.qq-zone { background:url(https://jscss.askci.com/askci1807/img/share_icon_07.png) no-repeat;} 
.zst_share n{
	width: 100%;
	display: inline-block;
}
.publisher_fenxiangx{
	position: absolute;
	right: 0;
	top: 14px;
}
.publisher_fenxiangx n{
	width: auto!important;
}