@charset "GB2312";
body{
    font-family: "Î¢ÈíÑÅºÚ";
}
.detail-container{
    width: 960px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f1f7fe;
}
.detail-container .detail-top{
    height: 46px;
    line-height: 46px;
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #b6d1f2;
    background-image: url("/static/home/image/position.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.detail-body{
    background-color: #fff;
}

.detail-body .detail-title{
    text-align: center;
    font-size: 16px;
    color:#666;
    padding-top: 30px;
}
.detail-body .detail-title span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #858585;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-color: #75b0c9;
    border-bottom-style: dashed;
}
.detail-content{
    text-align: center;
}
/*ÉìËõ²ã*/
.qr-code-icon{ 
	width: 54px;
    height: 54px;
    position: fixed;
    right: 0;
    bottom: 86px;
    z-index: 99;

}
.icon-img{
	 width: 46px;
    height: 38px;
    position: relative;
    top: 8px;
    left: 5px;
    background-image: url(/static/home/image/column/wechat1.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.qr-code-content{
	 width: 133px;
    height: 124px;
    position: fixed;
    right: 55px;
    bottom: 55px;
    z-index: 99;
   background-image:url('/static/home/image/column/qrcode-content-bg.png');
    background-position:center center;
    background-repeat:no-repeat;
}
