body.lib-index-page {
    background-color: #fff !important;
    line-height: 1.5;
}

.lib-index-page .list_foot {
    box-sizing: content-box;
    background-color: #f7f8fa;
}

/* 搜索 */

.lib-index-page .search-wrap {
    position: relative;
    height: 168px;
}

.lib-index-page .search-wrap .bg-wrap {
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #343a41;
}

.lib-index-page .search-wrap .bg-wrap img {
    position: absolute;
    left: 50%;
    top: 0;
}

.index-topic-create {
    position: absolute;
    right: 0px;
    top: 84px;
    margin-top: -17px;
}

.lib-index-page .search-wrap .bg-wrap img[width='1920'] {
    margin-left: -960px;
}

.lib-index-page .search-wrap .bg-wrap img[width='1366'] {
    margin-left: -683px;
    display: none;
}

.lib-index-page .content-wrap {
    overflow: hidden;
}

.lib-index-page .w-input-search-group {
    margin-top: 60px;
}

.content-wrap {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    .lib-index-page .search-wrap {
        height: 120px;
    }
    .content-wrap {
        width: 942px;
    }
    .index-topic-create {
        top: 60px;
    }
    .lib-index-page .w-search-wrap .bg-wrap img[width='1920'] {
        display: none;
    }
    .lib-index-page .w-search-wrap .bg-wrap img[width='1366'] {
        display: block;
    }
    .lib-index-page .w-input-search-group {
        margin-top: 36px;
    }
    .w-input-search-group .w-input-icon-group .w-input {
        width: 500px;
    }
}

/* 分类筛选 */

.hot-template {
    margin-top: 30px;
}

.hot-template h3 {
    font-size: 20px;
    color: #484848;
    margin-bottom: 12px;
}

/* 分页 */

.w-pagination {
    text-align: center;
    margin-top: 0;
    margin-bottom: 42px;
}

/* 列表 */

.lib-index-page .library-list-wrap {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.lib-index-page .library-list-wrap .see-more {
    position: relative;
}

.lib-index-page .library-list-wrap .see-more a {
    position: absolute;
    color: #707070;
    right: 0;
    bottom: 16px;
}

.lib-index-page .library-list-wrap .see-more a:hover {
    color: #2672ff;
}

.lib-index-page .library-list-wrap .card-list {
    margin: 0 -15px 27px;
}

.lib-index-page .library-list-wrap .card-list::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.lib-index-page .library-list-wrap .card-list .card {
    float: left;
    box-sizing: border-box;
    width: 170px;
    height: 234px;
    margin: 15px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.lib-index-page .library-list-wrap .card-list .card a {
    display: block;
}

.lib-index-page .library-list-wrap .card-list .card:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
}

.lib-index-page .library-list-wrap .card-list .card h4 {
    color: #484848;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 2s;
    margin: 0;
    margin-bottom: 9px;
}

.lib-index-page .library-list-wrap .card-list .card h6 {
    color: #aaa;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.lib-index-page .library-list-wrap .card-list .card:hover h4 {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 63px;
}

.lib-index-page .library-list-wrap .card-list .card .img-wrap {
    padding: 9px 38px;
    min-height: 180px;
    background-color: #dde5ed;
}

.lib-index-page .library-list-wrap .card-list .card .img-wrap img {
    width: 100%;
}

.lib-index-page .library-list-wrap .card-list .card .content-wrap {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 12px 18px;
    border-top: 1px solid #eaeaea;
    background-color: #fff;
    bottom: 0;
}

.lib-index-page .library-list-wrap+.h60 {
    height: 60px;
}

@media (max-width: 1366px) {
    .lib-index-page .library-list-wrap {
        width: 942px;
    }
    .lib-index-page .library-list-wrap .card-list {
        margin: 0 -11.5px 27px;
    }
    .lib-index-page .library-list-wrap .card-list .card {
        height: 233px;
        margin: 11.5px;
    }
    /* 卡片数不能整除,6*3 5*3 多了三个隐藏后三个 */
    .lib-index-page .library-list-wrap.three-line .card-list .card:nth-child(n+16) {
        display: none;
    }
}

.empty-list {
    text-align: center;
    padding: 80px 0 262px;
    font-size: 14px;
    color: #484848;
    line-height: 1.5;
}

.empty-list p {
    margin-top: 5px;
}

/* herder */

.lib-index-page .home-header-v3, .lib-index-page .inner-wrapper {
    min-width: 1200px !important;
}

@media (max-width: 1366px) {
    .lib-index-page .home-header-v3, .lib-index-page .inner-wrapper {
        min-width: 960px !important;
    }
}

/* 防疫专区 */

.epidemic-prevention-template-wrap::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.epidemic-prevention-template-wrap a {
    float: left;
    margin-right: 16px;
    position: relative;
}

.epidemic-prevention-template-wrap a:last-child {
    margin-right: 0;
}

.epidemic-prevention-template-wrap a span {
    position: absolute;
    right: 12px;
    bottom: 14px;
    z-index: 2;
    width: 68px;
    height: 22px;
    border-radius: 2px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

@media (max-width: 1366px) {
    .epidemic-prevention-template-wrap a {
        margin-right: 12px;
    }
    .epidemic-prevention-template-wrap a span {
        bottom: 12px;
    }
    .epidemic-prevention-template-wrap a img {
        width: 178px;
    }
}

.hot-search {
    font-size: 12px;
    color: #FFF;
    text-align: center;
    margin-top: 9px;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.hot-search .hot-word {
    cursor: pointer;
}
.hot-search .hot-word + .hot-word {
    margin-left: 10px;
}
			.wjContent {
padding-bottom: 40px;
}
			.header-assist {
height: 64px;
width: 100%;
}
.home-header-v3 {
-webkit-transition: unset;
-o-transition: unset;
transition: unset;
}
			.login-component {
display: none;
width: 600px;
height: 547px;
position: fixed;
z-index: 200;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.login-component #login-component .box {
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 1px solid #979797;
border-radius: 4px;
}
.login-component #login-component .box .login_wrap .title_wrap input {
text-indent: 10px;
width: 400px;
height: 38px;
border: 1px solid #d8d8d8;
border-radius: 4px;
}
.login-component #login-component .box .login_wrap .title_wrap.login_vcode input {
text-indent: 10px;
width: 275px;
height: 38px;
border: 1px solid #d8d8d8;
border-radius: 4px;
}
.login-component #login-component .box .login_wrap .nav_bar li.active:after {
content: '';
display: block;
width: 100px;
height: 2px;
background-color: #2672ff;
position: absolute;
left: 53px;
top: 52px;
}
body .content-wrap{
	padding-top:136px;
	padding-bottom:60px;
	width:100%;
	background:url("/images/index-bg-1920.png");
	background-position: center;
}
.login-component #login-component .box .login_wrap .nav_bar li {
line-height: 50px;
}
.login-component #login-component .box .login_wrap .nav_bar li.active {
color: #484848;
}
.login-component #login-component .box .login_wrap .clearfix:after {
clear:both;
content:"";
height:0;
line-height:0;
display:block;
}
.login-component #i-accept a {
text-decoration: none;
}
.login-component #login-component .box .login_wrap {
width: 402px;
margin: 0 99px;
overflow: hidden;
height: 547px;
}
.none {
display: none;
}
.login-show {
display: block;
}
.homePage .home-header-v3 {
background: rgba(255,255,255,0);
box-shadow: 0 2px 4px 0 rgba(0,0,0,0);
}
.homePage .home-header-v3 li span {
color: #fff;
}
.homePage .home-header-v3 {
background: #fff;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.homePage .home-header-v3 li span {
color: #707070;
}
.home-header-v3 .inner-wrapper .btn-member a.register-login-color {
color: #707070;
}
.homePage .home-header-v3.header-transparent-back {
background: transparent;
box-shadow: none;
}
.homePage .home-header-v3.header-transparent-back li span {
color: #ffffff;
}
.homePage .home-header-v3.header-transparent-back .inner-wrapper .btn-member a.register-login-color {
color: #ffffff;
}
.homePage .home-header-v3.header-transparent-back .h1 .index_logo img[data-style=white] {
display: block;
}
.homePage .home-header-v3.header-transparent-back .h1 .index_logo img[data-style=blue] {
display: none;
}
.homePage .home-header-v3.header-transparent-back .inner-wrapper .head-nav .head-list>li>a .arrow-down{
background-image: url(/static/header/img/head-arrow-down-white.png);
}
.recommend-block-top{
background-color: #2672ff;
color: #FFFFFF !important;
font-size: 12px;
padding: 2px 4px;
border-radius: 2px;
}
[data-js-time]{
display: none !important;
}
.fenghui-2019>a>img{
display: none !important;
}
.fenghui-2019[status="hot"]>a>img[type="hot"],
.fenghui-2019[status="live"]>a>img[type="live"],
.fenghui-2019[status="playback"]>a>img[type="playback"]{
display: block !important;
}
			.home-header-v3 {
z-index: 200;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Segoe UI","Helvetica Neue","PingFang SC","Noto Sans","Noto Sans CJK SC","Microsoft YaHei",微软雅黑,sans-serif;
}
.home-header-v3 .recommend {
width: 27px!important;
}
.home-footer {
background-color: white;
padding: 78px 0 78px;
}
.home-header-v3 .inner-wrapper .head-nav .head-list > li > a span:after {
display: block;
/* width: 80px; */
height: 2px;
background-color: #ccc;
content: "";
/* margin: 0 auto; */
/* opacity: 0; */
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease
}
.home-header-v3 .inner-wrapper .head-nav .head-list > li:hover > a span:after {
}
.home-header-v3 .inner-wrapper .btn-member>.login_dj_cq {
/* color: #707070!important; */
margin: 0!important;
}
	#YSF-BTN-HOLDER {
				position: fixed;
				max-width: 30px;
				max-height: 120px;
				right: 30px;
				bottom: 24px;
				cursor: pointer;
				overflow: visible;
				filter: alpha(opacity=100);
				opacity: 1;
				z-index: 9990
			}

			#YSF-BTN-HOLDER:hover {
				filter: alpha(opacity=95);
				opacity: .95
			}

			#YSF-BTN-HOLDER img {
				display: block;
				overflow: hidden;
			}

			#YSF-BTN-CIRCLE {
				display: none;
				position: absolute;
				right: -5px;
				top: -6px;
				width: auto;
				min-width: 12px;
				height: 20px;
				padding: 0 4px;
				background-color: #f00;
				font-size: 12px;
				line-height: 20px;
				color: #fff;
				text-align: center;
				white-space: nowrap;
				font-family: sans-serif;
				border-radius: 10px;
				z-index: 1;
			}

			#YSF-BTN-BUBBLE {
				display: none;
				position: absolute;
				left: -274px;
				bottom: -15px;
				width: 278px;
				height: 80px;
				box-sizing: border-box;
				padding: 14px 22px;
				filter: alpha(opacity=100);
				opacity: 1;
				background: url(https://qiyukf.com/sdk//res/img/sdk/bg_floatMsg2x.png) no-repeat;
				background: url(https://qiyukf.com/sdk//res/img/sdk/bg_floatMsg.png)9;
				background-size: 278px 80px;
				z-index: 1;
			}

			#YSF-BTN-HOLDER.layer-6 {
				bottom: 0;
			}

			#YSF-BTN-HOLDER.layer-1 #YSF-BTN-BUBBLE {
				top: 0
			}

			#YSF-BTN-HOLDER.layer-6 #YSF-BTN-BUBBLE {
				bottom: -6px;
			}

			#YSF-BTN-BUBBLE:hover {
				filter: alpha(opacity=95);
				opacity: .95
			}

			#YSF-BTN-CONTENT {
				height: 45px;
				padding: 0;
				white-space: normal;
				word-break: break-all;
				text-align: left;
				font-size: 14px;
				line-height: 1.6;
				color: #222;
				overflow: hidden;
				z-index: 0;
			}

			#YSF-BTN-ARROW {
				display: none;
			}

			#YSF-BTN-CLOSE {
				position: absolute;
				width: 15px;
				height: 15px;
				right: 4px;
				top: -3px;
				filter: alpha(opacity=90);
				opacity: .9;
				cursor: pointer;
				background: url(https://qiyukf.com/sdk//res/img/sdk/btn-close.png) no-repeat;
				z-index: 1
			}

			#YSF-BTN-CLOSE:hover {
				filter: alpha(opacity=100);
				opacity: 1;
			}

			#YSF-PANEL-CORPINFO.ysf-chat-layeropen {
				width: 511px;
				height: 500px;
				border-radius: 8px;
				box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
			}

			#YSF-PANEL-CORPINFO {
				position: fixed;
				bottom: 0px;
				right: 20px;
				width: 0;
				height: 0;
				z-index: 99999;
			}

			#YSF-PANEL-INFO.ysf-chat-layeropen {
				width: 360px;
				height: 500px;
				border-radius: 8px;
				filter: alpha(opacity=100);
				opacity: 1;
				box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
			}

			#YSF-PANEL-INFO {
				position: fixed;
				bottom: 0px;
				right: 20px;
				width: 0px;
				height: 0px;
				filter: alpha(opacity=0);
				opacity: 0;
				z-index: 99999;
			}

			#YSF-PANEL-INFO .u-btn {
				background-color: #337eff
			}

			#YSF-CUSTOM-ENTRY {
				background-color: #F96868;
			}

			#YSF-CUSTOM-ENTRY-0 {
				position: relative;
				width: auto;
				background-color: #337eff;
				box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
			}

			#YSF-CUSTOM-ENTRY-1 {
				position: relative;
				width: auto;
				background-color: #337eff;
				border-radius: 14px;
				box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
			}

			#YSF-CUSTOM-ENTRY-2 {
				position: relative;
				width: auto;
				background-color: #337eff;
				border-radius: 8px;
				box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
			}

			#YSF-CUSTOM-ENTRY-3 {
				position: relative;
				width: auto;
				background-color: #337eff;
				border-radius: 50%;
				box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
			}

			#YSF-CUSTOM-ENTRY-4 {
				position: relative;
				width: auto;
				background-color: #337eff;
				border-radius: 50%;
				box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
			}

			#YSF-CUSTOM-ENTRY-5 {
				position: relative;
				width: auto;
				background-color: #337eff;
				border-radius: 8px;
				box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
			}

			#YSF-CUSTOM-ENTRY-6 {
				position: relative;
				width: auto;
				background-color: #337eff;
				border-radius: 8px;
				box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
			}

			#YSF-CUSTOM-ENTRY-7 {
				position: relative;
				width: auto;
				background-color: #337eff;
				border-radius: 50%;
				box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
			}

			#YSF-CUSTOM-ENTRY-8 {
				position: relative;
				width: auto;
				background-color: #337eff;
				border-radius: 8px;
				box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
			}

			#YSF-CUSTOM-ENTRY-0 img {
				max-width: 300px;
				height: auto;
			}

			#YSF-CUSTOM-ENTRY-1 img {
				width: 28px;
				height: auto;
			}

			#YSF-CUSTOM-ENTRY-2 img {
				width: 58px;
				height: auto;
			}

			#YSF-CUSTOM-ENTRY-3 img {
				width: 60px;
				height: auto;
			}

			#YSF-CUSTOM-ENTRY-4 img {
				width: 60px;
				height: auto;
			}

			#YSF-CUSTOM-ENTRY-5 img {
				width: 60px;
				height: auto;
			}

			#YSF-CUSTOM-ENTRY-6 img {
				width: 58px;
				height: auto;
			}

			#YSF-CUSTOM-ENTRY-7 img {
				width: 60px;
				height: auto;
			}

			#YSF-CUSTOM-ENTRY-8 img {
				width: 60px;
				height: auto;
			}

			#YSF-IFRAME-LAYER {
				border: 0;
				outline: none;
			}

			.ysf-online-invite-wrap {
				z-index: 10001;
				position: fixed;
				_position: absolute;
				top: 50%;
				left: 50%;
			}

			.ysf-online-invite {
				position: relative;
				top: -50%;
				left: -50%;
				cursor: pointer;
			}

			.ysf-online-invite img {
				display: block;
				width: 250px;
			}

			.ysf-online-invite .ysf-online-invite-img {
				width: 100%;
				height: 100%
			}

			.ysf-online-invite .text {
				position: absolute;
				top: -11px;
				left: 0;
				right: 0;
				overflow: hidden;
				margin: 36px 20px 0 67px;
				line-height: 140%;
				color: #526069;
				font-size: 14px;
				font-family: "Microsoft YaHei", "微软雅黑", tahoma, arial, simsun, "宋体";
				text-align: left;
				white-space: normal;
				word-wrap: break-word;
			}

			.ysf-online-invite .close {
				position: absolute;
				top: -6px;
				right: -6px;
				width: 32px;
				height: 32px;
				background: url(https://qiyukf.com/sdk/res/img/invite-close.png) no-repeat;
				cursor: pointer;
			}

			.ysf-online-invite .close.custom {
				top: -16px;
				right: -16px;
			}

			#YSF-PANEL-MOBILE {
				background: rgba(46, 47, 49, 0.7);
				position: fixed;
				bottom: 0px;
				right: 0px;
				width: 100%;
				height: 0px;
				transition-property: height, bottom;
				transition-duration: 0.3s;
				transition-timing-function: ease;
				transition-delay: 0s;
				z-index: 99999;
			}

			#YSF-PANEL-MOBILE.ysf-chat-layeropen {
				width: 100%;
				height: 100%;
				transition-property: height, bottom;
				transition-duration: 0.3s;
				transition-timing-function: ease;
				transition-delay: 0s;
			}

			#YSF-IFRAME-LAYER.ysf-chat-mobile-layeropen {
				height: 90% !important;
				transition-property: height, bottom;
				transition-duration: 0.3s;
				transition-timing-function: ease;
				transition-delay: 0s;
			}

			#YSF-IFRAME-LAYER {
				position: absolute;
				bottom: 0px;
				left: 0;
				right: 0px;
				width: 0px;
				height: 0px;
				transition-property: height, bottom;
				transition-duration: 0.3s;
				transition-timing-function: ease;
				transition-delay: 0s;
				z-index: 9999;
			}

			.YSF-PANEL-BODY-FIXED {
				position: fixed !important;
				left: 0;
				right: 0;
			}
			
			@font-face {
				font-family: 'nc_iconfont';
				src: url("//at.alicdn.com/t/font_1465353706_4784257.eot");
				src: url("//at.alicdn.com/t/font_1465353706_4784257.eot?#iefix") format('embedded-opentype'), url("//at.alicdn.com/t/font_1465353706_4784257.woff") format('woff'), url("//at.alicdn.com/t/font_1465353706_4784257.ttf") format('truetype'), url("//at.alicdn.com/t/font_1465353706_4784257.svg#iconfont") format('svg')
			}
			
			@font-face {
				font-family: 'ncpc_iconfont';
				src: url("//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.eot");
				src: url("//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.eot?#iefix") format('embedded-opentype'), url("//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.woff") format('woff'), url("//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.ttf") format('truetype'), url("//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.svg#ncpc_iconfont") format('svg')
			}
			
			.nc-container div#nc-loading-circle {
				background: transparent;
				width: 20px;
				height: 20px;
				display: inline-block;
				position: relative;
				vertical-align: middle
			}
			
			.nc-container div#nc-loading-circle .sk-circle {
				background: transparent;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0
			}
			
			.nc-container #nc-loading-circle .sk-circle:before {
				content: '';
				display: block;
				margin: 0 auto;
				width: 15%;
				height: 15%;
				background-color: #818181;
				border-radius: 100%;
				-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
				animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
			}
			
			.nc-container #nc-loading-circle .sk-circle2 {
				-webkit-transform: rotate(30deg);
				-ms-transform: rotate(30deg);
				transform: rotate(30deg)
			}
			
			.nc-container #nc-loading-circle .sk-circle3 {
				-webkit-transform: rotate(60deg);
				-ms-transform: rotate(60deg);
				transform: rotate(60deg)
			}
			
			.nc-container #nc-loading-circle .sk-circle4 {
				-webkit-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				transform: rotate(90deg)
			}
			
			.nc-container #nc-loading-circle .sk-circle5 {
				-webkit-transform: rotate(120deg);
				-ms-transform: rotate(120deg);
				transform: rotate(120deg)
			}
			
			.nc-container #nc-loading-circle .sk-circle6 {
				-webkit-transform: rotate(150deg);
				-ms-transform: rotate(150deg);
				transform: rotate(150deg)
			}
			
			.nc-container #nc-loading-circle .sk-circle7 {
				-webkit-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				transform: rotate(180deg)
			}
			
			.nc-container #nc-loading-circle .sk-circle8 {
				-webkit-transform: rotate(210deg);
				-ms-transform: rotate(210deg);
				transform: rotate(210deg)
			}
			
			.nc-container #nc-loading-circle .sk-circle9 {
				-webkit-transform: rotate(240deg);
				-ms-transform: rotate(240deg);
				transform: rotate(240deg)
			}
			
			.nc-container #nc-loading-circle .sk-circle10 {
				-webkit-transform: rotate(270deg);
				-ms-transform: rotate(270deg);
				transform: rotate(270deg)
			}
			
			.nc-container #nc-loading-circle .sk-circle11 {
				-webkit-transform: rotate(300deg);
				-ms-transform: rotate(300deg);
				transform: rotate(300deg)
			}
			
			.nc-container #nc-loading-circle .sk-circle12 {
				-webkit-transform: rotate(330deg);
				-ms-transform: rotate(330deg);
				transform: rotate(330deg)
			}
			
			.nc-container #nc-loading-circle .sk-circle2:before {
				-webkit-animation-delay: -1.1s;
				animation-delay: -1.1s
			}
			
			.nc-container #nc-loading-circle .sk-circle3:before {
				-webkit-animation-delay: -1s;
				animation-delay: -1s
			}
			
			.nc-container #nc-loading-circle .sk-circle4:before {
				-webkit-animation-delay: -.9s;
				animation-delay: -.9s
			}
			
			.nc-container #nc-loading-circle .sk-circle5:before {
				-webkit-animation-delay: -.8s;
				animation-delay: -.8s
			}
			
			.nc-container #nc-loading-circle .sk-circle6:before {
				-webkit-animation-delay: -.7s;
				animation-delay: -.7s
			}
			
			.nc-container #nc-loading-circle .sk-circle7:before {
				-webkit-animation-delay: -.6s;
				animation-delay: -.6s
			}
			
			.nc-container #nc-loading-circle .sk-circle8:before {
				-webkit-animation-delay: -.5s;
				animation-delay: -.5s
			}
			
			.nc-container #nc-loading-circle .sk-circle9:before {
				-webkit-animation-delay: -.4s;
				animation-delay: -.4s
			}
			
			.nc-container #nc-loading-circle .sk-circle10:before {
				-webkit-animation-delay: -.3s;
				animation-delay: -.3s
			}
			
			.nc-container #nc-loading-circle .sk-circle11:before {
				-webkit-animation-delay: -.2s;
				animation-delay: -.2s
			}
			
			.nc-container #nc-loading-circle .sk-circle12:before {
				-webkit-animation-delay: -.1s;
				animation-delay: -.1s
			}
			
			@-webkit-keyframes sk-circleFadeDelay {
			
				0%,
				39%,
				100% {
					opacity: 0
				}
			
				40% {
					opacity: 1
				}
			}
			
			@-webkit-keyframes sk-circleFadeDelay {
			
				0%,
				39%,
				100% {
					opacity: 0
				}
			
				40% {
					opacity: 1
				}
			}
			
			@keyframes sk-circleFadeDelay {
			
				0%,
				39%,
				100% {
					opacity: 0
				}
			
				40% {
					opacity: 1
				}
			}
			
			.nc-container .scale_text2 #nc-loading-circle .sk-circle:before {
				background-color: #fff
			}
			
			.nc_iconfont {
				font-family: "nc_iconfont";
				color: #ff3f08;
				font-size: 16px;
				font-style: normal
			}
			
			.ncpc_iconfont {
				font-family: "ncpc_iconfont";
				color: #ff3f08;
				font-size: 16px;
				font-style: normal
			}
			
			.captcha-error .icon_ban {
				float: left;
				font-size: 16px;
				padding-right: 5px;
				line-height: 14px
			}
			
			.clickCaptcha_text .btn_refresh {
				font-style: normal;
				cursor: pointer;
				background: #fff;
				color: #737383
			}
			
			.imgCaptcha .btn_refresh {
				font-size: 20px;
				cursor: pointer;
				background: #fff;
				color: #737383
			}
			
			.nc_voice {
				display: none;
				position: relative;
				margin-top: -34px;
				z-index: 99;
				width: auto;
				height: 34px;
				background: #fff
			}
			
			.omeo-code-img,
			.omeo-code-audio {
				font-size: 0;
				text-align: left
			}
			
			.omeo-code-audiobox,
			.omeo-code-img a,
			.omeo-code-audio a,
			.omeo-code-state {
				display: inline-block;
				*display: inline;
				zoom: 1;
				height: 32px;
				vertical-align: top;
				font-size: 12px
			}
			
			.omeo-code .omeo-code-refresh {
				background: transparent;
				width: 32px;
				height: 32px;
				font-size: 20px;
				color: #888;
				text-align: center;
				text-decoration: none;
				padding-left: 4px;
				line-height: 32px
			}
			
			.omeo-code .omeo-switch {
				display: none;
				width: 32px;
				height: 32px;
				border-left: 1px solid #e1e1e1;
				background-image: url("//g.alicdn.com/sd/ncpc/images/checkcode.png");
				background-repeat: no-repeat
			}
			
			.omeo-img-active .omeo-code-img {
				display: block
			}
			
			.omeo-img-active .omeo-code-audio {
				display: none
			}
			
			.omeo-code-img img {
				border: 1px solid #cdcdcd;
				cursor: pointer
			}
			
			.omeo-code-img .omeo-switch {
				background-position: 9px -41px
			}
			
			.omeo-audio-active .omeo-code-audio {
				display: block
			}
			
			.omeo-audio-active .omeo-code-img {
				display: none
			}
			
			.omeo-code-refresh {
				position: relative;
				left: 95px
			}
			
			.omeo-code-audiobox {
				position: relative;
				height: 30px;
				line-height: 32px;
				border: 1px solid #e1e1e1;
				text-align: center;
				overflow: hidden;
				left: 100px;
				top: 1px;
				width: 45%;
				min-width: 80px;
				background-color: #eee
			}
			
			.omeo-code-audiobox a {
				display: block;
				text-decoration: none;
				color: #06c
			}
			
			.omeo-code-audiobox-playing a {
				visibility: hidden
			}
			
			.omeo-code-audiobox span,
			.omeo-code-audiobox b {
				visibility: hidden;
				position: absolute;
				top: 0;
				left: 0;
				height: 30px;
				font-weight: 100;
				overflow: hidden
			}
			
			.omeo-code-audiobox-playing span,
			.omeo-code-audiobox-playing b {
				visibility: visible
			}
			
			.omeo-code-audiobox span {
				z-index: 0;
				width: 0;
				background: #186bca
			}
			
			.omeo-code-audiobox b {
				width: 100%;
				z-index: 1;
				text-align: left;
				text-indent: 30px;
				color: #999;
				background: url("//g.alicdn.com/sd/ncpc/images/checkcode.png") no-repeat 14px -89px
			}
			
			.omeo-code-audio .omeo-switch {
				background-position: 5px 10px
			}
			
			input[type=text]::-ms-clear {
				display: none
			}
			
			.omeo-box {
				position: relative;
				background-color: #fff
			}
			
			.omeo-code-echo {
				position: absolute;
				top: 2px;
				left: 2px
			}
			
			.omeo-code-echo input {
				padding: 5px;
				height: 18px;
				line-height: 18px;
				border: 1px solid #ddd;
				width: 80px;
				outline: 0
			}
			
			.omeo-code-state {
				height: 30px;
				line-height: 30px;
				text-indent: 25px;
				white-space: nowrap;
				background-image: url("//g.alicdn.com/sd/ncpc/images/checkcode.png");
				background-repeat: no-repeat;
				background-position: 100px 100px
			}
			
			.omeo-code-echo .omeo-code-state-error {
				width: auto;
				background-position: 7px -193px
			}
			
			.omeo-code-echo .omeo-code-state-success {
				position: absolute;
				width: 30px;
				background-position: 7px -243px
			}
			
			.omeo-code-state {
				position: absolute;
				left: 0;
				top: 28px
			}
			
			.nc_voice_close {
				display: inline-block;
				position: relative;
				cursor: pointer;
				left: 95px;
				top: 0;
				border-left: #ddd 2px solid;
				padding: 0 0 0 7px;
				background-color: #fff;
				font-size: 20px;
				color: #888;
				line-height: 32px
			}
			
			.nc_help {
				position: absolute;
				width: 100%;
				height: 100%;
				left: 0;
				top: 0;
				z-index: 99999
			}
			
			.nc_help .mask {
				background-color: #000;
				opacity: .5;
				filter: alpha(opacity=50);
				width: 100%;
				height: 100%;
				top: 0;
				left: 0
			}
			
			.nc_btn_close {
				position: absolute;
				height: 20px;
				left: 500px;
				border-radius: 20px;
				padding: 10px 30px;
				background-color: #aaa;
				color: #fff;
				cursor: pointer;
				z-index: 10
			}
			
			.nc_btn_close:hover {
				background-color: #afafaf
			}
			
			.nc_hand {
				position: absolute;
				width: 68px;
				height: 53px;
				background-image: url("//g.alicdn.com/sd/ncpc/images/hand.png");
				z-index: 3
			}
			
			.nc_slide_bg {
				z-index: 3;
				font-size: 12px;
				text-align: center;
				color: #fff;
				line-height: 34px
			}
			
			.nc_voicebtn {
				position: absolute;
				padding: 0;
				right: -25px;
				font-size: 23px;
				color: #888;
				cursor: pointer;
				line-height: 34px
			}
			
			.nc_helpbtn {
				position: absolute;
				cursor: pointer;
				right: -95px;
				top: 4px;
				font-size: 12px;
				background-color: #ffb668;
				color: #fff;
				padding: 4px;
				border-radius: 2px;
				line-height: 18px;
				display: none
			}
			
			.nc_helpbtn:before {
				width: 0;
				height: 0;
				content: "";
				position: absolute;
				left: -2px;
				top: 6px;
				border-top: 4px solid transparent;
				border-bottom: 4px solid transparent;
				border-right: 4px solid #ffb668
			}
			
			.nc-container .errloading {
				border: #faf1d5 1px solid;
				text-indent: 3px;
				background-image: none;
				font-size: 12px;
				width: 290px;
				line-height: 20px;
				padding: 7px 5px 8px 5px;
				color: #ef9f06;
			}
			
			.nc-container .errloading a {
				color: #30a7fc
			}
			
			.nc_captcha_text .nc_err {
				float: left;
				text-indent: 0
			}
			
			.button_move {
				transition: left .5s;
				-moz-transition: left .5s;
				-webkit-transition: left .5s;
				-o-transition: left .5s
			}
			
			.bg_move {
				transition: width .5s;
				-moz-transition: width .5s;
				-webkit-transition: width .5s;
				-o-transition: width .5s
			}
			
			.nc_slide_box {
				position: absolute
			}
			
			.nc_captcha_text {
				height: auto;
				line-height: 20px;
				visibility: hidden;
				font-size: 12px;
				color: #999;
				font-weight: normal
			}
			
			.nc-container .nc_captcha_img_text {
				width: auto;
				height: auto;
				line-height: 20px;
				visibility: hidden;
				font-size: 12px;
				color: #999;
				font-weight: normal;
				display: none;
				padding: 0 0 10px 0;
				background-position: 0 0;
			}
			
			.nc-container .nc_captcha_img_text span.nc-lang-cnt {
				line-height: inherit
			}
			
			.nc-container .imgCaptcha .nc_captcha_img_text {
				width: auto
			}
			
			.nc_captcha_img_text {
				height: auto;
				line-height: 20px;
				visibility: hidden;
				font-size: 12px;
				color: #999;
				font-weight: normal;
				display: none;
				padding: 0 0 10px 3px;
				background-position: 0 0
			}
			
			.nc-container .nc_wrapper {
				width: auto
			}
			
			.nc_scale {
				width: auto;
				height: 34px;
				background: #e8e8e8;
				position: relative;
				margin: 0;
				padding: 0
			}
			
			.nc_scale.is_audio {
				margin-right: 25px
			}
			
			.nc-container .nc_scale div {
				height: auto
			}
			
			.nc-container .nc_scale ul {
				list-style: none
			}
			
			.nc-container .nc_scale .btn_slide {
				color: #737383;
				background-image: none;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale
			}
			
			.nc-container .nc_scale span {
				text-align: center;
				width: 40px;
				height: 32px;
				line-height: 32px;
				border: 1px solid #ccc;
				position: absolute;
				left: 0;
				cursor: move;
				background: #fff;
				z-index: 2
			}
			
			.nc-container .nc_scale span.nc-lang-cnt {
				*line-height: 34px;
				float: none;
				width: auto;
				height: auto;
				*height: 34px;
				border: none;
				position: static;
				cursor: inherit;
				background: none;
				z-index: 0;
				display: inline
			}
			
			.nc_slide_button {
				width: 40px;
				height: 32px;
				border: 1px solid #ccc;
				position: absolute;
				left: 0;
				cursor: move;
				background: #fff url("//g.alicdn.com/sd/ncpc/images/rt.png") no-repeat center;
				z-index: 2
			}
			
			@media screen and (-ms-high-contrast:active),
			(-ms-high-contrast:none) {
				.nc_scale span {
					height: 32px
				}
			}
			
			.nc-container .nc_scale .btnok {
				cursor: default;
				background: #fff url("//g.alicdn.com/sd/ncpc/images/yes.png") no-repeat center;
				z-index: 3
			}
			
			.nc-container .nc_scale .btnok2 {
				cursor: default;
				font-size: 20px;
				background: #fff url("//g.alicdn.com/sd/ncpc/images/no.png") no-repeat center;
				z-index: 3
			}
			
			.nc-container .nc_scale .btn_warn {
				cursor: default;
				color: #ff3f08;
				line-height: 34px;
				text-align: center;
				font-size: 20px;
				background: #fff;
				z-index: 3
			}
			
			.nc-container .clickCaptcha_text .btn_refresh {
				font-size: 20px
			}
			
			.nc-container .clickCaptcha_text .icon_close {
				line-height: 30px;
				margin-left: 8px;
				cursor: default;
				color: #ff3f08;
				font-size: 16px;
				float: left;
				margin-right: 2px;
				background: transparent;
				z-index: 3
			}
			
			.nc-container .nc_captcha_img_text .icon_close {
				cursor: default;
				color: #ff3f08;
				font-size: 16px;
				float: left;
				margin-right: 4px;
				background: transparent;
				z-index: 3;
				line-height: 18px
			}
			
			.nc-container .errloading .icon_warn {
				cursor: default;
				color: #ff3f08;
				font-size: 18px;
				float: left;
				background: transparent;
				z-index: 3
			}
			
			.nc-container .nc_scale .btn_ok {
				cursor: default;
				line-height: 34px;
				text-align: center;
				font-size: 20px;
				background: #fff;
				z-index: 3;
				color: #76c61d
			}
			
			.nc-container .nc_scale .nc_ok,
			.nc-container .nc_scale .nc_bg {
				background: #7ac23c
			}
			
			.nc-container .nc_scale .nc_bg {
				position: absolute;
				height: 100%;
				_height: 34px;
				left: 0;
				width: 10px
			}
			
			.nc-container .nc_scale div.redbar {
				background: #fc461e;
				opacity: .5;
				filter: alpha(opacity=50)
			}
			
			.nc-container .nc_scale div.orange {
				background: #f00
			}
			
			.nc-container .nc_scale .scale_text {
				width: 100%;
				height: 100%;
				text-align: center;
				position: absolute;
				z-index: 1;
				background: transparent;
				color: #9c9c9c;
				line-height: 34px;
				font-size: 12px;
				cursor: pointer
			}
			
			.nc-container .nc_scale .scale_text2 {
				text-align: left;
				color: #fff;
				font-size: 12px;
				text-indent: 10px
			}
			
			.nc-container .nc_scale .scale_text2 b {
				padding-left: 0;
				font-weight: normal
			}
			
			.nc-container .nc_scale .scale_text.scale_loading_text {
				text-align: center
			}
			
			.nc-container .nc_scale .imgCaptcha,
			.nc-container .nc_scale .clickCaptcha {
				display: none;
				overflow: hidden;
				border: 1px solid #ccc;
				background: #fff;
				z-index: 20000;
			}
			
			.nc-container .nc_scale .imgCaptcha p.error span,
			.nc-container .nc_scale .clickCaptcha p.error span {
				line-height: normal
			}
			
			.nc-container .nc_scale .imgCaptcha {
				height: auto
			}
			
			.nc-container .nc_scale .clickCaptcha {
				position: absolute;
				left: 0;
				top: 35px;
				height: 270px;
				background: #fff;
				display: none;
			}
			
			.nc-container .nc_scale .clickCaptcha p.error i {
				color: #ff3f08;
				font-style: normal
			}
			
			.nc-container .nc_scale .clickCaptcha div {
				position: static;
				clear: both;
				width: 100%;
				background: #fff;
				height: auto
			}
			
			.nc-container .nc_scale .clickCaptcha .clickCaptcha_text {
				height: 30px;
				line-height: 30px;
				font-size: 12px;
				color: #999;
			}
			
			.nc-container .nc_scale .clickCaptcha .clickCaptcha_text b {
				font-weight: normal
			}
			
			.nc_btn_2 {
				position: absolute;
				right: 0;
				top: 0;
				cursor: pointer;
				margin: 2px 9px 0 0
			}
			
			.nc_iconfont.nc_btn_2 {
				position: absolute;
				right: 0;
				top: 0;
				cursor: pointer
			}
			
			.nc_iconfont.nc_btn_1 {
				position: absolute;
				top: 10px;
				right: 5px
			}
			
			.nc_btn_1 {
				top: 10px;
				right: 10px
			}
			
			.scale_text i {
				font-style: normal;
				border: none;
				position: static;
				cursor: default;
				color: #fffc00;
				background: none;
				display: inline;
				width: 100%
			}
			
			.nc-container .clickCaptcha .clickCaptcha_img {
				margin: 0 auto;
				clear: both;
				position: relative;
			}
			
			.nc-container .clickCaptcha .clickCaptcha_img img {
				width: 230px;
				height: 230px;
				margin-left: 10px;
				margin-top: 5px
			}
			
			.nc-container .clickCaptcha .clickCaptcha_btn {
				margin: 10px 0 0 15px;
				position: relative;
				text-align: left;
			}
			
			.nc-container .clickCaptcha .clickCaptcha_btn img {
				cursor: pointer
			}
			
			.nc-container .imgCaptcha {
				position: absolute;
				left: 0;
				top: 35px;
				height: auto;
				padding-bottom: 15px;
				border: 1px solid #ccc;
				background: #fff;
			}
			
			.nc-container .imgCaptcha div {
				position: static;
				width: 90%;
				background-color: #fff
			}
			
			.nc-container .imgCaptcha,
			.nc-container .clickCaptcha {
				text-align: left;
			}
			
			.nc-container .imgCaptcha a,
			.nc-container .clickCaptcha a {
				color: #ff3f08
			}
			
			.nc-container .imgCaptcha .imgCaptcha_text {
				height: 42px;
				line-height: 42px;
				width: 120px;
				background: #fff;
				font-size: 14px;
				text-align: left;
				color: #747474;
				float: left;
				margin-left: 10px;
			}
			
			.nc-container .imgCaptcha .imgCaptcha_text input {
				margin-top: 5px;
				height: 30px;
				line-height: 30px;
				font-size: 14px;
				width: 90px;
				background: #fff
			}
			
			.nc-container .imgCaptcha .imgCaptcha_text input:focus {
				outline: none;
				color: #bbb
			}
			
			.nc-container .imgCaptcha .imgCaptcha_btn {
				margin: 0 0 0 12px;
				*margin-left: 0;
				clear: both;
				padding-top: 5px;
				width: 90%;
			}
			
			.nc-container .imgCaptcha .imgCaptcha_btn img {
				cursor: pointer
			}
			
			.nc-container .imgCaptcha .nc_scale_submit {
				margin: 0 auto;
				cursor: pointer;
				background-color: #fc461e;
				width: 120px;
				height: 32px;
				line-height: 32px;
				color: #fff;
				text-align: center
			}
			
			.nc-container .imgCaptcha .imgCaptcha_img {
				margin: 4px 0 0 100px;
				height: 40px;
				width: 130px;
				overflow: hidden;
				cursor: pointer;
			}
			
			.nc-container .imgCaptcha .imgCaptcha_img img {
				width: 130px
			}
			
			.nc-container .imgCaptcha .imgCaptcha_img input {
				border: solid 1px #ccc
			}
			
			.nc-lang-ar_MA,
			.nc-lang-ar_SA,
			.nc-lang-iw_HE,
			.nc-lang-iw_IL {
				text-align: right;
				*text-align: left;
			}
			
			.nc-lang-ar_MA .nc_scale .scale_text2,
			.nc-lang-ar_SA .nc_scale .scale_text2,
			.nc-lang-iw_HE .nc_scale .scale_text2,
			.nc-lang-iw_IL .nc_scale .scale_text2 {
				text-align: right;
			}
			
			.nc-lang-ar_MA .nc_scale .scale_text2 span,
			.nc-lang-ar_SA .nc_scale .scale_text2 span,
			.nc-lang-iw_HE .nc_scale .scale_text2 span,
			.nc-lang-iw_IL .nc_scale .scale_text2 span {
				*display: inline-block;
				padding: 0 56px 0 0
			}
			
			.nc-lang-ar_MA .nc_captcha_img_text,
			.nc-lang-ar_SA .nc_captcha_img_text,
			.nc-lang-iw_HE .nc_captcha_img_text,
			.nc-lang-iw_IL .nc_captcha_img_text {
				*text-align: right
			}
			
			.nc-lang-ar_MA span.nc-lang-cnt,
			.nc-lang-ar_SA span.nc-lang-cnt,
			.nc-lang-iw_HE span.nc-lang-cnt,
			.nc-lang-iw_IL span.nc-lang-cnt {
				text-align: right;
				direction: rtl
			}
			
			.nocaptcha span.nc-lang-cnt {
				float: none;
				height: auto;
				line-height: 30px
			}
			
			.nc-container {
				font-size: 12px;
				-ms-touch-action: none;
				touch-action: none;
			}
			
			.nc-container p {
				margin: 0;
				padding: 0;
				display: inline
			}
			
			.nc-container .scale_text.scale_text span[data-nc-lang="_startTEXT"] {
				display: inline-block;
				width: 100%
			}
			
			.nc-container .scale_text.scale_text.slidetounlock span[data-nc-lang="_startTEXT"] {
				background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
				-webkit-animation: slidetounlock 3s infinite;
				-webkit-text-size-adjust: none
			}
			
			.nc-container .nc_scale .nc-align-center.scale_text2 {
				text-align: center;
				text-indent: -42px
			}
			
			@-webkit-keyframes slidetounlock {
				0% {
					background-position: -200px 0
				}
			
				100% {
					background-position: 200px 0
				}
			}
			
			.nc-container.tb-login .clickCaptcha_text .icon_close {
				line-height: 30px;
				margin-left: 0;
				cursor: default;
				color: #ff3f08;
				font-size: 16px;
				float: left;
				margin-right: 0;
				background: transparent;
				z-index: 3
			}
			
			.nc-container.tb-login {
				position: relative;
				margin-top: 20px;
				display: none;
			}
			
			.nc-container.tb-login .nc_scale {
				width: auto;
			}
			
			.nc-container.tb-login .nc_scale .scale_text2 {
				text-indent: -42px;
				text-align: center;
			}
			
			.nc-container.tb-login .nc_scale .scale_text2 b {
				padding: 0
			}
			
			.nc-container.tb-login .nc_scale.nc_err div.scale_text {
				background: #f79977
			}
			
			.nc-container.tb-login .errloading {
				width: auto
			}
			
			.nc-container.tb-login .imgCaptcha,
			.nc-container.tb-login .clickCaptcha {
				width: 252px;
				*width: 256px;
				border: 0;
				*height: 300px;
				min-height: 300px;
				max-height: inherit !important;
			}
			
			.nc-container.tb-login .imgCaptcha div.login-msg.error,
			.nc-container.tb-login .clickCaptcha div.login-msg.error {
				background: #fff2f2
			}
			
			.nc-container.tb-login .imgCaptcha .captcha-error,
			.nc-container.tb-login .clickCaptcha .captcha-error {
				position: absolute;
				top: 0;
				width: 244px;
				height: auto;
				margin-bottom: 15px;
				padding: 3px;
				border: solid 1px #ff8e8e;
				line-height: 18px
			}
			
			.nc-container.tb-login .imgCaptcha .captcha-inform,
			.nc-container.tb-login .clickCaptcha .captcha-inform {
				font-size: 110%;
				margin-left: 20px
			}
			
			.nc-container.tb-login .imgCaptcha {
				padding-top: 66px;
			}
			
			.nc-container.tb-login .imgCaptcha .imgCaptcha_text {
				width: 100px;
				margin-left: 0;
			}
			
			.nc-container.tb-login .imgCaptcha .imgCaptcha_text input:focus {
				color: #000
			}
			
			.nc-container.tb-login .imgCaptcha .imgCaptcha_img {
				width: 120px;
				_width: 100px
			}
			
			.nc-container.tb-login .imgCaptcha .imgCaptcha_btn {
				width: 100%;
				margin-left: 0
			}
			
			.nc-container.tb-login .imgCaptcha .nc_scale_submit {
				width: 100%;
				height: 36px;
				line-height: 36px;
				margin-top: 20px;
				margin-left: 0;
				border-radius: 3px;
				font-size: 16px;
				font-family: Tahoma, Helvetica, Arial, sans-serif;
				background: #ff3f08
			}
			
			.nc-container.tb-login .clickCaptcha {
				padding-top: 40px;
			}
			
			.nc-container.tb-login .clickCaptcha .clickCaptcha_text {
				text-indent: 4px
			}
			
			.nc-container.tb-login .clickCaptcha .clickCaptcha_img img {
				margin-left: 10px
			}
			
			.nc-container.tb-login .nc_btn_1 {
				top: 77px;
				_top: 57px
			}
			
			.nc-container.tb-login .nc_btn_2 {
				top: 36px
			}
			
			.login .nc-container.tb-login .login-msg p,
			.login-box .nc-container.tb-login .login-msg p {
				width: auto;
				float: left
			}
			
			.nc-container.tb-login.nc-old-login {
				margin: 20px 0 10px 0;
				width: 250px;
			}
			
			.nc-container.tb-login.nc-old-login .nc_wrapper {
				width: 250px
			}
			
			.nc-container.tb-login.nc-old-login .imgCaptcha,
			.nc-container.tb-login.nc-old-login .clickCaptcha {
				width: 250px;
				min-height: auto;
			}
			
			.nc-container.tb-login.nc-old-login .imgCaptcha .captcha-error,
			.nc-container.tb-login.nc-old-login .clickCaptcha .captcha-error {
				line-height: 16px
			}
			
			.nc-container.tb-login.nc-old-login .clickCaptcha {
				padding-top: 28px;
			}
			
			.nc-container.tb-login.nc-old-login .clickCaptcha .clickCaptcha_img img {
				width: 200px;
				height: 200px
			}
			
			.nc-container.nc-old-login.show-click-captcha {
				padding-bottom: 60px
			}
			
			.nc-container.nc-old-login.show-click-captcha.nc-tm-min-fix {
				padding-bottom: 40px
			}
			
			.nc-container.tb-login.nc-tm-min-fix .clickCaptcha {
				max-height: 340px !important
			}
			
			#content .login-box .bd .nc-container.tb-login .login-msg {
				margin: 10px auto 15px auto
			}
			
			#content .login-box .bd .nc-container.tb-login.nc-old-login.show-click-captcha .login-msg {
				margin: 2px 0 0 0
			}
			
			.nc-container .nc_scale .nc-cc {
				display: none;
				position: absolute;
				left: 0;
				top: 35px;
				z-index: 20000;
				width: 360px;
				height: 570px;
				border: 1px solid #5eaef1;
				border-radius: 4px;
				background: #fff;
				font-size: 14px;
				line-height: 18px;
				color: #333;
			}
			
			.nc-container .nc_scale .nc-cc.nc-cc-status-loading .nc-cc-btn,
			.nc-container .nc_scale .nc-cc.nc-cc-status-verifing .nc-cc-btn {
				background-color: #90c1eb
			}
			
			.nc-container .nc_scale .nc-cc.nc-cc-status-loading .nc-cc-btn,
			.nc-container .nc_scale .nc-cc.nc-cc-status-verifing .nc-cc-btn,
			.nc-container .nc_scale .nc-cc.nc-cc-status-loading .nc-cc-refresh,
			.nc-container .nc_scale .nc-cc.nc-cc-status-verifing .nc-cc-refresh {
				cursor: default
			}
			
			.nc-container .nc_scale .nc-cc.nc-cc-status-loading .nc-cc-refresh,
			.nc-container .nc_scale .nc-cc.nc-cc-status-verifing .nc-cc-refresh {
				color: #999
			}
			
			.nc-container .nc_scale .nc-cc a {
				color: #3199f4;
				text-decoration: none
			}
			
			.nc-container .nc_scale .nc-cc .nc_iconfont {
				vertical-align: top;
				margin-right: 8px
			}
			
			.nc-container .nc_scale .nc-cc-btn {
				display: inline-block;
				*display: inline;
				*zoom: 1;
				vertical-align: top;
				letter-spacing: normal;
				word-spacing: normal;
				width: 100px;
				line-height: 30px;
				text-align: center;
				background-color: #3199f4;
				color: #fff;
				border-radius: 4px;
				cursor: pointer;
			}
			
			.nc-container .nc_scale .nc-cc-btn.nc-cc-disabled {
				background-color: #90c1eb;
				cursor: default
			}
			
			.nc-container .nc_scale .nc-cc-btn .nc-lang-cnt {
				line-height: 18px
			}
			
			.nc-container .nc_scale .nc-cc-header {
				padding: 20px 20px 19px 20px;
				height: 100px;
				background: #f4f8fa;
				border-bottom: 1px solid #ccc
			}
			
			.nc-container .nc_scale .nc-cc-img1-box {
				float: left;
				width: 100px;
				height: 100px;
				margin-right: 16px
			}
			
			.nc-container .nc_scale .nc-cc-txt {
				overflow: hidden;
				*zoom: 1;
				line-height: 30px;
				padding-top: 11px
			}
			
			.nc-container .nc_scale .nc-cc-img2-box {
				position: relative;
				padding: 0 20px;
				margin-top: 20px
			}
			
			.nc-container .nc_scale .nc-cc-items {
				position: absolute;
				left: 20px;
				_left: 0;
				top: 0;
				width: 320px;
				overflow: hidden
			}
			
			.nc-container .nc_scale .nc-cc-items-inner {
				margin-right: -20px
			}
			
			.nc-container .nc_scale .nc-cc-item {
				position: relative;
				display: inline-block;
				*display: inline;
				*zoom: 1;
				vertical-align: top;
				letter-spacing: normal;
				word-spacing: normal;
				margin-right: 10px;
				margin-bottom: 10px;
				border: 1px solid #ccc;
				width: 98px;
				height: 98px;
				background: url("//gtms02.alicdn.com/tps/i2/T1ty2QFNNXXXc6Yc2r-1-1.gif");
			}
			
			.nc-container .nc_scale .nc-cc-item:hover {
				border-color: #3199f4
			}
			
			.nc-container .nc_scale .nc-cc-item .nc_iconfont {
				display: none;
				position: absolute;
				right: 0;
				bottom: 0;
				color: #3199f4;
				font-size: 22px;
				margin-right: 0
			}
			
			.nc-container .nc_scale .nc-cc-item.nc-cc-selected .nc_iconfont {
				display: block
			}
			
			.nc-container .nc_scale .nc-cc-tip {
				display: none;
				position: absolute;
				left: 0;
				bottom: 60px;
				width: 360px;
				line-height: 18px;
				text-align: center;
				color: #eb4f38;
			}
			
			.nc-container .nc_scale .nc-cc-tip span {
				line-height: normal
			}
			
			.nc-container .nc_scale .nc-cc-footer {
				position: absolute;
				left: 0;
				bottom: 20px;
				width: 360px;
				height: 30px;
				line-height: 30px;
				text-align: center;
			}
			
			.nc-container .nc_scale .nc-cc-footer .nc_iconfont {
				color: #c4cbd0
			}
			
			.nc-container .nc_scale .nc-cc-refresh,
			.nc-container .nc_scale .nc-cc-wait {
				position: absolute;
				left: 20px;
				top: 0;
				color: #3199f4;
				cursor: pointer
			}
			
			.nc-container .nc_scale .nc-cc-wait {
				display: none
			}
			
			.nc-container .nc_scale .nc-cc-cancel {
				position: absolute;
				right: 20px;
				top: 0;
				color: #3199f4;
				cursor: pointer;
			}
			
			.nc-container .nc_scale .nc-cc-cancel .nc_iconfont {
				position: relative;
				top: -1px
			}
			
			.nc-container .nc_scale .nc-cc-loading {
				margin-top: 247px;
				text-align: center;
				line-height: 14px
			}
			
			.nc-container .nc_scale .nc-cc-loading-img {
				display: inline-block;
				*display: inline;
				*zoom: 1;
				vertical-align: top;
				letter-spacing: normal;
				word-spacing: normal;
				vertical-align: middle;
				background: url("//img.alicdn.com/tps/TB1OdxsKpXXXXcgXFXXXXXXXXXX-14-14.gif") no-repeat;
				width: 14px;
				height: 14px;
				position: relative;
				top: -1px;
				margin-right: 9px
			}
			
			.nc-container .nc_scale .nc-cc-fail {
				position: absolute;
				left: 50%;
				top: 50%;
				width: 320px;
				height: 180px;
				margin-left: -160px;
				margin-top: -90px;
				background: #fff;
				border-radius: 4px
			}
			
			.nc-container .nc_scale .nc-cc-fail-inner {
				text-align: center;
				padding: 55px 10px 10px
			}
			
			.nc-container .nc_scale .nc-cc-fail-action {
				margin: 28px 0 18px;
			}
			
			.nc-container .nc_scale .nc-cc-fail-action a {
				display: inline-block;
				*display: inline;
				*zoom: 1;
				vertical-align: top;
				letter-spacing: normal;
				word-spacing: normal;
				line-height: 30px;
				margin-left: 16px
			}
			
			.nc-container .nc_scale .nc-cc-contact {
				text-align: right;
				color: #666;
				padding-right: 9px
			}
			
			.nc-container .nc_scale .nc-cc-mask {
				display: none;
				position: absolute;
				left: 0;
				top: 0;
				width: 360px;
				height: 570px;
				background: rgba(0, 0, 0, 0.3);
				filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#4C000000', endColorstr='#4C000000');
			}
			
			:root .nc-container .nc_scale .nc-cc-mask {
				-webkit-filter: none;
				filter: none
			}
			
			.nc-container .nc_scale .nc-cc-arrow-1,
			.nc-container .nc_scale .nc-cc-arrow-2 {
				display: none;
				position: absolute;
				top: 340px;
				border: solid transparent;
				height: 0;
				width: 0
			}
			
			.nc-container .nc_scale .nc-cc-arrow-1 {
				border-width: 16px;
				margin-top: -1px
			}
			
			.nc-container .nc_scale .nc-cc-arrow-2 {
				border-width: 15px
			}
			
			.nc-container .nc_scale .nc-cc-right .nc-cc-arrow-1,
			.nc-container .nc_scale .nc-cc-left .nc-cc-arrow-1,
			.nc-container .nc_scale .nc-cc-right .nc-cc-arrow-2,
			.nc-container .nc_scale .nc-cc-left .nc-cc-arrow-2 {
				display: block;
				_display: none
			}
			
			.nc-container .nc_scale .nc-cc-right {
				left: 180px;
				top: -339px;
			}
			
			.nc-container .nc_scale .nc-cc-right .nc-cc-arrow-1 {
				border-right-color: #5eaef1;
				left: -32px
			}
			
			.nc-container .nc_scale .nc-cc-right .nc-cc-arrow-2 {
				border-right-color: #fff;
				left: -30px
			}
			
			.nc-container .nc_scale .nc-cc-left {
				left: -335px;
				top: -339px;
			}
			
			.nc-container .nc_scale .nc-cc-left .nc-cc-arrow-1 {
				border-left-color: #5eaef1;
				right: -32px
			}
			
			.nc-container .nc_scale .nc-cc-left .nc-cc-arrow-2 {
				border-left-color: #fff;
				right: -30px
			}
			.justForJs {
				opacity: 0.95;
				background-color: #fff;
				border: 1px solid #ccc;
			}
			
			.list_box {
				color: #333;
				cursor: pointer;
				padding: 5px;
			}
			
			.mail_focus {
				background-color: #E6E6E6;
			}
			#waf_nc_block {
				position: fixed;
				_position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				bottom: 0;
				left: 0;
				z-index: 9999;
			}
			
			.waf-nc-mask {
				background: #f8f8f8;
				opacity: 0.5;
				filter: alpha(opacity=50);
				width: 100%;
				height: 100%;
			}
			
			.waf-nc-wrapper {
				width: 480px;
				height: 254px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin-top: -127px;
				margin-left: -240px;
				margin-bottom: 16px;
				background: #ffffff;
				border: 3px solid #00A2CA;
			}
			
			.waf-nc-icon {
				position: absolute;
				top: 18px;
				left: 20px;
			}
			
			.waf-nc-title {
				margin-top: 23px;
				margin-left: 47px;
				font-size: 16px;
				color: #333333;
				line-height: 10px;
				text-align: left;
			}
			
			.waf-nc-splitter {
				margin-left: 26px;
				margin-top: 5px;
				width: 430px;
				height: 0px;
				border: 1px solid #f4f4f4;
			}
			
			.waf-nc-description {
				margin-top: 22px;
				margin-left: 23px;
				font-size: 12px;
				color: #333333;
				text-align: left;
			}
			
			#nocaptcha {
				margin-top: 20px;
				margin-left: 92px;
				width: 300px;
				height36px;
			}
			.agl-hover {
				outline: 2px solid rgba(244, 67, 54, 0.99) !important;
				background-color: rgba(244, 67, 54, 0.2) !important;
				box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
			}
			
			.agl-highlight-current {
				outline: 2px solid rgba(255, 87, 34, 0.99) !important;
				background-color: rgba(255, 87, 34, 0.4) !important;
			}
			
			.agl-highlight-similar {
				outline: 2px dashed rgba(255, 87, 34, 0.99) !important;
				background-color: rgba(255, 87, 34, 0.4) !important;
			}
			
			.agl-highlight-group {
				outline: 4px double rgba(255, 87, 34, 0.99) !important;
				background-color: rgba(255, 87, 34, 0.4) !important;
			}
			
			.agl-cover-current {
			
				position: absolute !important;
				top: 0;
				left: 0;
				z-index: 9 !important;
			
				outline: 2px solid rgba(33, 33, 33, 0.99) !important;
				background-color: rgba(33, 33, 33, 0.6) !important;
			}
			
			.agl-cover-similar {
			
				position: absolute !important;
				top: 0;
				left: 0;
				z-index: 9 !important;
			
				outline: 2px dashed rgba(33, 33, 33, 0.99) !important;
				background-color: rgba(33, 33, 33, 0.6) !important;
			}
			
			.agl-cover-group {
			
				position: absolute !important;
				top: 0;
				left: 0;
				z-index: 9 !important;
			
				outline: 4px double rgba(33, 33, 33, 0.99) !important;
				background-color: rgba(33, 33, 33, 0.6) !important;
			}
			
			.agl-cover-focus {
				outline: 3px solid rgba(255, 165, 0, 0.99) !important;
				background-color: rgba(255, 165, 0, 0.4) !important;
			}
body.lib-index-page{
	min-width: auto;
}
.index-topic-create{
	display: none;
}
@media (max-width:664px) {
	
	.lib-index-page .library-list-wrap{
		width: 100%;
		padding: 0 10px;
	}
	.lib-index-page .library-list-wrap .card-list .card{
		margin:3px 6px ;
		width: calc((100% - 24px) / 2);
	}
	.content-wrap{
		width: 100%;
	}
	.w-input-search-group .w-input-icon-group .w-input{
		width: 196px;
	}
	.lib-index-page .search-wrap{
		height: auto;
		padding-bottom: 20px;
	}
}
