
/*
 *#footer
 */
#footer .head-wrap{
	display: block !important; 
	background-color: #1a1a1a;
}
#footer .head-brand{
	width: 150px;
	background-image: url(../img/logo2.png);
}
#footer .head-nav .nav-option{
	color: #777;
}

/*
 * analysis
 */
#slide-1{
	text-align: center;
	background-image: url(../img/bg-4.jpg);
    background-size: cover;
    background-position: 50% 0;
    height: 535px;
    margin-top: 80px;
}
#slide-1 .title{
	padding: 15px;
	color: #696969;
	margin: 0;
	border: 1px solid #d4d1d7;
    border-bottom: none;
	position: relative;
	font-size: 16px;
	background-color: #f5f5f5;
	text-align: left;
}
#slide-1 .empty{
	position: absolute;
    right: 15px;
    color: #989898;
    cursor: pointer;
}
#slide-1 .empty .glyphicon{
	font-size: 12px;
    margin-right: 5px;
}
    
.submit_area {
    margin-top: 60px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}

.submit_area > textarea {
    height: 270px;
    line-height: 24px;
    padding: 10px;
    width: 100%;
    border-color: #dcdcdc;
    resize: none;
    color: #000;
}

.submit_area > textarea::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #fff;
}

.submit_area > textarea::-webkit-scrollbar
{
	width: 10px;
	background-color: #fff;
}

.submit_area > textarea::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
	background-color: rgb(194,194,194);
}
.submit_btn,.danger_btn{
	padding: 12px 60px;
	cursor: pointer;
	display: inline-block;
	color: #FFF;
	margin-top: 35px;
}
.danger_btn{
	background-color: #a5a5a5;
}
.submit_btn{
 	background-color: #0984f6;
 	border-radius: 40px;
}


#slide-2{
	margin: 100px 0;
	position: relative;
}
#slide-2:before{
	border-bottom: 30px solid #fff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -130px;
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -30px;
}
.analysis {
    min-height: 440px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

.analysis_nav {
	background-color: #f5f5f5;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.analysis_nav .l2{
    color: #b9b9b9;
    float: left;
    font-size: 16px;
    padding: 15px;
    cursor: pointer;
    border-right: 1px solid #dcdcdc;
    border-bottom: 2px solid #f5f5f5;
}
.analysis_nav .l2 p{
	margin: 0;
}
.analysis_nav .clicked {
	color: #636c6c;
	background-color: #fff;
	border-bottom-color:#0984f6;
}

.analysis_result_border {
    min-height: 500px;
}

.analysis_result {
    width: 100%;
    min-height: 500px;
    font-size: 16px;
    overflow: hidden;
}
.analysis_result .flag{
	
	height: 330px;
	margin:0 10px 0 0;
	overflow-y: auto ;
	color: #fff;
}
.analysis_result .flag span{
	padding: 5px;
	margin: 10px 0 0 10px;
	display: inline-block;
}
.analysis_result .classify{
	min-height: 150px;
	border-bottom: 2px solid #e5e5e5;
	color: #fff;
}
.analysis_result .classify i{
	padding: 5px 5px 5px 10px;
	font-style: normal;	
}
.analysis_result .classify span,.flag span{
	padding: 5px;
	margin: 0 10px 5px 10px;
	cursor: pointer;
	border: 1px solid #fff;
	color: #fff;
	border-radius:20px ;
	display: inline-block;
}
.analysis_result .flag span{
	border-radius: 4px;
	border: none;
}
.classify .nr{
	border-color: #0b97d4 !important;
	color: #0b97d4 !important;	
}
.classify .c{
	border-color: #E65353 !important;
	color: #E65353 !important;
}
.classify .ns{
	border-color: #ff774f !important;
	color: #ff774f !important;
}
.classify .nt{
	border-color: #01c794 !important;
	color: #01c794 !important;
}
.classify .n{
	border-color: #e16abe !important;
	color: #e16abe !important;
}
.classify .t{
	border-color: #b2b42d !important;
	color: #b2b42d !important;	
}
.classify .f{
	border-color: #5d5d5d !important;
	color: #5d5d5d !important;	
}
.classify .v{
	border-color: #8869E8 !important;
	color: #8869E8 !important;	
}
.classify .a{
	border-color: #8338b7 !important;
	color: #8338b7 !important;	
}
.classify .b{
	border-color: #2bcc6f !important;
	color: #2bcc6f !important;	
}
.classify .z{
	border-color: #e49f1d !important;
	color: #e49f1d !important;	
}
.classify .l{
	border-color: #e49f1d !important;
	color: #e49f1d !important;	
}
.classify .r{
	border-color: #F56613 !important;
	color: #F56613 !important;	
}
.classify .mq{
	border-color: #b61dd7 !important;
	color: #b61dd7 !important;
}
.classify .m{
	border-color: #ce5c66 !important;
	color: #ce5c66 !important;	
}
.classify .q{
	border-color: #DC0303 !important;
	color: #DC0303 !important;	
}
.classify .d{
	border-color: #f0cc40 !important;
	color: #f0cc40 !important;
}
.classify .p{
	border-color: #FFE000 !important;
	color: #FFE000 !important;	
}
.classify .e{
	border-color: #8e8c8d !important;
	color: #8e8c8d !important;
}
.classify .o{
	border-color: #f0ad40 !important;
	color: #f0ad40 !important;	
}
.classify .w{
	border-color: #779AA0 !important;
	color: #779AA0 !important;	
}
.classify .x{
	border-color: #6DA23D !important;
	color: #6DA23D !important;	
}
.classify .u{
	border-color: #000 !important;
	color: #000 !important;
}
.classify .new{
	border-color: #0542B1 !important;
	color: #0542B1 !important;	
}
.classify .nr.current{
	background-color: #0b97d4;
	color: #fff !important;	
}
.classify .c.current{
	background-color: #E65353 !important;
	color: #fff !important;
}
.classify .ns.current{
	background-color: #ff774f !important;
	color: #fff !important;
}
.classify .nt.current{
	background-color: #01c794 !important;
	color: #fff !important;
}
.classify .n.current{
	background-color: #e16abe !important;
	color: #fff !important;
}
.classify .t.current{
	background-color: #b2b42d !important;
	color: #fff !important;	
}
.classify .f.current{
	background-color: #5d5d5d !important;
	color: #fff !important;	
}
.classify .v.current{
	background-color: #8869E8 !important;
	color: #fff !important;	
}
.classify .a.current{
	background-color: #8338b7 !important;
	color: #fff !important;	
}
.classify .b.current{
	background-color: #2bcc6f !important;
	color: #fff !important;	
}
.classify .z.current{
	background-color: #e49f1d !important;
	color: #fff !important;	
}
.classify .l.current{
	background-color: #e49f1d !important;
	color: #fff !important;	
}
.classify .r.current{
	background-color: #F56613 !important;
	color: #fff !important;	
}
.classify .mq.current{
	background-color: #b61dd7 !important;
	color: #fff !important;
}
.classify .m.current{
	background-color: #ce5c66 !important;
	color: #fff !important;	
}
.classify .q.current{
	background-color: #DC0303 !important;
	color: #fff !important;	
}
.classify .d.current{
	background-color: #f0cc40 !important;
	color: #fff !important;
}
.classify .p.current{
	background-color: #FFE000 !important;
	color: #fff !important;	
}
.classify .e.current{
	background-color: #8e8c8d !important;
	color: #fff !important;
}
.classify .o.current{
	background-color: #f0ad40 !important;
	color: #fff !important;	
}
.classify .w.current{
	background-color: #779AA0 !important;
	color: #fff !important;	
}
.classify .x.current{
	background-color: #6DA23D !important;
	color: #fff !important;	
}
.classify .u.current{
	background-color: #000 !important;
	color: #fff !important;
}
.classify .new.current{
	background-color: #0542B1 !important;
	color: #fff !important;	
}
.flag .nr{
	background-color: #0b97d4 ;		
}
.flag .c{
	background-color: #E65353 ;	
}
.flag .ns{
	background-color: #ff774f;	
}
.flag .nt{
	background-color:#01c794 ;	
}
.flag .n{
	background-color:#e16abe ;	
}
.flag .t{
	background-color:#b2b42d;	
}
.flag .f{
	background-color:#5d5d5d ;	
}
.flag .v{
	background-color:#8869E8 ;	
}
.flag .a{
	background-color:#8338b7 ;	
}
.flag .b{
	background-color:#2bcc6f ;	
}
.flag .z{
	background-color:#e49f1d ;	
}
.flag .l{
	background-color:#0bc8ca ;	
}
.flag .r{
	background-color:#F56613 ;	
}
.flag .mq{
	background-color:#b61dd7 ;	
}
.flag .m{
	background-color:#ce5c66 ;	
}
.flag .q{
	background-color:#DC0303 ;	
}
.flag .d{
	background-color:#f0cc40;	
}
.flag .p{
	background-color:#FFE000 ;	
}
.flag .e{
	background-color:#8e8c8d ;	
}
.flag .o{
	background-color:#f0ad40;	
}
.flag .w{
	background-color:#779AA0 ;	
}
.flag .x{
	background-color:#6DA23D ;	
}
.flag .u{
	background-color:#000 ;	
}
.flag .new{
	background-color:#0542B1 ;	
}
.analysis_result .itemS {
    width: 100%;
    height: 65px;
    line-height: 65px;
    float: left;
    text-align: center;
    border-bottom:1px solid #dcdcdc;
}
.analysis_result .p1{
	margin: 20px 0;
    text-align: left;
    color: #000;
    padding-left: 10px;
}
.analysis_result .p2{
	margin:20px 0;
	text-align: left;
    color: #000;
    padding-left: 10px;
}
.analysis_result .itemS .span1 {
    width: 33.3%;
    height: 100%;
    float: left;
    color: #a5a5a5;
}

.analysis_result .itemS .span2 {
    width: 33.3%;
    height: 100%;
    float: left;
    color: #a5a5a5;
}
.analysis_result .itemS .span3 {
    width: 33.3%;
    height: 100%;
    float: left;
    color: #a5a5a5;
}
.analysis_result .itemS .titleSpan{
    width: 50%;
    color: #a5a5a5;
    height: 100%;
    float: left;
}
.titleSpan i{
	font-style: normal;
    padding: 7px 30px;
    background-color: #0984f6;
    color: #fff;
    border-radius: 40px;
}
.analysis_result .item {
    color: rgb(109,109,109);
    width: 100%;
    line-height: 45px;
    float: left;
    text-align: center;
    border-bottom:1px solid #dcdcdc;
    position: relative;
  
}
.analysis_result .item:last-of-type{
	border-bottom:1px solid #dcdcdc;
}
.analysis_result .item:nth-of-type(even){

	background-color:#f5f5f5;
}
.analysis_result .item span{
    color: rgb(85,85,85);
    height: 100%;
    float: left;
    height: 45px;
    font-weight: 600;
}

.analysis_result .item .Span{
    width: 50%;
}
.analysis_result .item .itemSpan1{
    width: 33.3%;
}
.analysis_result .item .itemSpan2{
    width: 33.3%;
}

.analysis_result .check_similar1 {
    width: 150px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #d58512;
    cursor: pointer;
    margin: 5px 0 0 30px;
}
.analysis_result .simiNO {
	width: 33.3%;
    cursor: pointer;
    overflow: hidden;
    padding: 0 20px 0 10px;
}
.analysis_result .item .glyphicon{
	display: inline-block;
	float: none;
	height: 20px;
	cursor: pointer;
	
}
.analysis_result p{
	margin-bottom: 0;
	text-align: center;
}
.analysis_result .article{
	width: 100%;
	height: 240px;
	display: none;
    margin: 0;
    overflow-y: auto;
    padding: 15px;
    
}

.analysis_result .abstract{
	width: 100%;
	background-color: rgb(224,231,237);
	height: 440px;
	overflow-y: auto;
}
.analysis_result .highLight{
	
}


/*自动文章分类*/
#wrapper{
	position: relative;
	height: 500px;
}



.wrap1{
	font-size: 16px;
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    border-radius: 50%;
    top: 250px;
    left: 50%;
    margin-left: -125px;
    margin-top: -125px;
    
	
	
}
ul{
	list-style: none;
}
.one li{
	width: 125px;
	height: 125px;
	position: absolute;
	background-color:rgb(94,164,223) ;
	transform-origin: 100% 100%;
	left: 0;
	z-index: 10;
}
.one li span{
	display: block;
    font-size: 16px;
    position: absolute;  
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    text-align: center;
    
}
.one li .first{
	height: 180px;
    width: 180px;
    top: 25px;
    left: 30px;
    transform: skew(-60deg) rotate(-78deg) scale(1);
}

.wrap1 li:first-child {
  	transform: rotate(0deg) skew(60deg);

}
.wrap1 li:nth-child(2) {
  	transform: rotate(30deg) skew(60deg);

}
.wrap1 li:nth-child(3) {
  	transform: rotate(60deg) skew(60deg);
	/*background-color: darkslateblue;*/
}
.wrap1 li:nth-child(4) {
  	transform: rotate(90deg) skew(60deg);

}
.wrap1 li:nth-child(5) {
  	transform: rotate(120deg) skew(60deg);

}
.wrap1 li:nth-child(6) {
  	transform: rotate(150deg) skew(60deg);

}
.wrap1 li:nth-child(7) {
  	transform: rotate(180deg) skew(60deg);

}
.wrap1 li:nth-child(8) {
  	transform: rotate(210deg) skew(60deg);

}
.wrap1 li:nth-child(9) {
  	transform: rotate(240deg) skew(60deg);

}
.wrap1 li:nth-child(10) {
	transform: rotate(270deg) skew(60deg);

}
.wrap1 li:nth-child(11) {
  	transform: rotate(300deg) skew(60deg);

}
.wrap1 li:nth-child(12) {
  	transform: rotate(330deg) skew(60deg);

}
.wrap1 li:nth-child(12) {
  	transform: rotate(330deg) skew(60deg);

}




.warp2{
	font-size:16px;
	width: 350px;
	height: 350px;
	overflow: hidden;
	position: absolute;
	z-index: 9;
	border-radius: 50%;
	top: 250px;
    left: 50%;
    margin-left: -175px;
    margin-top: -175px;
    
	
	
}
.two li{
	width: 175px;
	height: 175px;
	position: absolute;
	background-color:rgb(139,202,255) ;
	transform-origin: 100% 100%;
	left: 0;
	z-index: 10;
	display: none;
}
.two li span{
	display: block;
    font-size: 16px;
    position: absolute;  
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.two li .second{
	height: 250px;
    width: 250px;
    top: 45px;
	left: 30px;
    transform: skew(-60deg) rotate(-75deg) scale(1);
}
.two li:first-child{
	transform: rotate(30deg) skew(60deg);
}
.two li:nth-child(2) {
  	transform: rotate(60deg) skew(60deg);

}
.two li:nth-child(3) {
  	transform: rotate(90deg) skew(60deg);
  	/*background-color: darkslateblue;*/

}
.two li:nth-child(4) {
  	transform: rotate(120deg) skew(60deg);

}
.two li:nth-child(5) {
  	transform: rotate(150deg) skew(60deg);

}
.two li:nth-child(6) {
  	transform: rotate(180deg) skew(60deg);

}
.two li:nth-child(7) {
  	transform: rotate(210deg) skew(60deg);


}
.two li:nth-child(8) {
  	transform: rotate(240deg) skew(60deg);

}
.two li:nth-child(9) {
  	transform: rotate(270deg) skew(60deg);

}
.two li:nth-child(10) {
  	transform: rotate(300deg) skew(60deg);
 

}
.two li:nth-child(11) {
  	transform: rotate(330deg) skew(60deg);

}
.two li:nth-child(12) {
  	transform: rotate(360deg) skew(60deg);

}



.warp3{
	font-size: 16px;
    width: 440px;
    height: 440px;
    overflow: hidden;
    position: absolute;
    z-index: 8;
    border-radius: 50%;
    top: 250px;
    left: 50%;
    margin-left: -220px;
    margin-top: -220px;
}
    
	

.three li{
	width: 220px;
	height: 220px;
	position: absolute;
	background-color:rgb(197,229,255) ;
	transform-origin: 100% 100%;
	left: 0;
	z-index: 9;
	display: none;
}
.three li span{
	display: block;
    font-size: 16px;
    position: absolute;  
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.three li .third{
	height: 320px;
    width: 320px;
    top: 45px;
    left: 40px;
    transform: skew(-60deg) rotate(-75deg) scale(1);
}
.three li:first-child{
	transform: rotate(30deg) skew(60deg);
}
.three li:nth-child(2) {
  	transform: rotate(60deg) skew(60deg);

}
.three li:nth-child(3) {
  	transform: rotate(90deg) skew(60deg);

}
.three li:nth-child(4) {
  	transform: rotate(120deg) skew(60deg);

}
.three li:nth-child(5) {
  	transform: rotate(150deg) skew(60deg);

}
.three li:nth-child(6) {
  	transform: rotate(180deg) skew(60deg);

}
.three li:nth-child(7) {
  	transform: rotate(210deg) skew(60deg);


}
.three li:nth-child(8) {
  	transform: rotate(240deg) skew(60deg);

}
.three li:nth-child(9) {
  	transform: rotate(270deg) skew(60deg);

}
.three li:nth-child(10) {
  	transform: rotate(300deg) skew(60deg);
 

}
.three li:nth-child(11) {
  	transform: rotate(330deg) skew(60deg);

}
.three li:nth-child(12) {
  	transform: rotate(360deg) skew(60deg);

}
.space{
	width: 150px;
    height: 150px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    z-index: 11;
    top: 250px;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
}




