/* quick_article */
.articleName h1{
    padding-bottom: 8px;
}
.articleName .tip .pr20{
    padding-right: 1px;
}
.articleName .tip a{
    font-size: 13px;
    color: #666666;
}
.articleName .tip a:hover{
    text-decoration: underline;
    color: #a00;
}

.quick_abstract{
    margin-top: 15px;
}
.quick_abstract h2{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 28px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}
.quick_abstract p{
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin: 0;
}

.ai-jiepan{
    margin-top: 25px;
    display: none;
}
.ai-jiepan h2{
    height: 28px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 0;
}
.ai-jiepan h2 span{
    display: block;
    float: left;
    margin-right: 10px;
}
.ai-jiepan h2 .name{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 28px;
}
.ai-jiepan h2 .rate{
    height: 28px;
    line-height: 28px;
    background-color: #EDEDED;
    font-size: 16px;
    color: #444;
    padding: 0 8px;
}
.ai-jiepan h2 .rate em{
    font-size: 16px;
    color: #666;
    display: inline-block;
    margin-left: 5px;
    font-style: normal;
}
.ai-jiepan h2 .rate em.red{
    color: #d9001b;
}
.ai-jiepan h2 .rate em.green{
    color: #47ba74;
}
.ai-jiepan h2 .button{
    height: 28px;
    line-height: 28px;
    background-color: #D90000;
    font-size: 16px;
    color: #FFF;
    padding: 0 8px;
    text-decoration: none;
    cursor: pointer;
}
.ai-jiepan .content{
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin-top: 20px;
}
.ai-jiepan .content span{
    height: 28px;
    line-height: 28px;
    background-color: #E6BA81;
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    padding: 0 8px;
    margin-right: 10px;
}
.ai-jiepan .content a{
    color: #4172CD;
}

.quick_pic{
    width: 554px;
    margin: 20px auto 0;
}
.quick_pic img{
    width: 100%;
    display: block;
}

.quick_content{
    margin-top: 25px;
}
.quick_content h2{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 28px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}
.quick_content p{
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin: 0;
}
.quick_content .quick_content_download{
    margin: 8px 0 10px;
}
.quick_content .quick_content_download a{
    font-size: 16px;
    color: #3F71CD;
    line-height: 26px;
}

.qrcode-popup{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .8);
}
.qrcode-popup .qrcode-popup-img{
    width: 280px;
    height: 286px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -143px 0 0 -140px;
}
.qrcode-popup .qrcode-popup-img img{
    width: 280px;
    height: 286px;
    display: block;
}
.qrcode-popup .qrcode-popup-img .qrcode-popup-close{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('../img/qrcode_close.png') no-repeat center center;
    cursor: pointer;
}
.commont_pop{
	padding: 10px 15px;
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	border-radius: 4px;
	min-width: 200px;
	max-width: 400px;
	position: absolute;
}
.commont_pop h4{
	color: #000;
	text-align: center;
	font-weight: 500;
	margin-bottom: 16px;
}
.commont_pop p{
	color: #676767;
	line-height: 24px;
}
