*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Helvetica,Droid Sans Fallback";

}
a{
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.body{
   width: 90%;
    margin: 0 auto;
    overflow-x: hidden;
}
.bannerTab{
    margin: 0px 2% ;
    width: 96%;
}
.tabTable{
    width: 80%;
    border-spacing: 0px;
    border-radius: 18px;
    font-size: 16px;
    margin: 22px auto 25px auto;
}
.tabTable tr td{
    width: 50%;
    height: 28px;
    line-height: 31px;
    text-align: center;
}

.redActive{
    border-radius: 18px 0 0 18px;

}
.greenActive{
    border-radius:0 18px 18px 0;
}



.title{
    width: 100%;
    font-size: 18px;
}
.titleDate{
    font-weight: bold;
}
.summary{
    width: 94%;
    margin:24px 0 32px 0;
    padding: 15px 3%;
    word-wrap: break-word;
    text-align: justify;
    font-size: 15px;
}
.front{
    text-align: center;
}
.front img{
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.frontName{
    font-size: 20px;

    vertical-align: middle;
}
.rank{
    margin-top: 15px;
    font-size: 16px;
}
.data{
    width: 100%;
    margin-top: 15px;
    border-spacing: 0px;
    position: relative;
}


.stockName{
    font-size: 18px;
    /*font-weight: bold;*/
    width: 100%;
    position: absolute;
    top: 0
}
.stockCode{
    font-size: 13px;
    margin-top: 32px;
    margin-bottom: 5px;
}

.newHot{
    margin-top: 10px;
}
.rankImg{
    width: 30px;
    vertical-align: middle;
    margin-left: -5px;

}
.newHotName{
    vertical-align: middle;
}
.hot{
    vertical-align: middle;
    width: 16px;
    /*margin-left: 17px;*/
}
.hotNum{
    vertical-align: middle;
    font-size: 23px;
}
.hotLine{
    position: relative;
    margin-top: 5px;
    border-radius: 3px;

}
.hotActive{
    height: 4px;
    width: 83%;
}
.firesmall{
    position: absolute;
    left:69%;
    top:-6px;
    width: 14px;
    height: 14px;
}
.money{
    font-size: 15px;
    font-weight: bold;
}
.snowballBG{
    width: 100%;
}

.snowball{
    vertical-align: middle;
    width: 20px;

}
.snowballName{
    vertical-align: middle;
    margin-left: 5px;
    font-size: 14px;
}

.p{
    padding: 10px 0;
}
.snowballHotRank{
    width: 95%;
    font-size: 14px;
    padding: 2px 0;

}
.snowballHot{
    text-align: center;

}
.snowballHotRank:last-child{
    border-bottom: 0px;
}

.stockNews{
    padding-top: 16px;
    font-size: 14px;
    vertical-align: middle;
}
.edit{
    width: 16px;
    display: inline-block;
}
.snowballNews{
    margin-top: 10px;
    /*margin-left: 20px;*/
    font-size: 14px;
    display: inline-block;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    text-decoration: none;
}

.hotLineGreen{
    position: relative;
    margin-top: 5px;
    border-radius: 3px;
}
.hotNumGreen{
    vertical-align: middle;
    font-size: 25px;
}
.hotActiveGreen{
    height: 4px;
    width: 83%;
}

.alignTop{
    vertical-align: top;
    position: relative;
}

.more{
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    cursor: pointer;
}
.fu{
    margin-left: 7%;
}
.number{
    position: absolute;
    left: 7px;
    top: 12px;
    font-size: 13px;
}

/*隐藏弹出层，点击 立即打开 后显示弹出层*/

#alls {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    position: fixed;
    opacity: 0.95;
    margin-top:-5px;
}

.tables {
    width: 100%;
    height: 100%;
}

.left_a {
    width: 20%;
}

.left_a img {
    height: 50px;
    width: 50px;
    margin-right: 5px;
    margin-top: 5px;
}

.left_b {
    width: 45%;
}

.left_b span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0 0 8px;
}

.left_b p {
    font-size: 12px;
    color: #898989;
}

.rights {
    width: 35%;
}

.rights a {
    background: #20bae6 no-repeat;
    height: 20px;
    width: 60px;
    padding: 6px 13px;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
}
.opinios{
    padding-bottom: 13px;
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
    .hotNum, .hotNumGreen,.stockName{
        font-size: 16px;
    }
    .title{
        font-size: 14px;
    }
    .hot {
        width: 16px;
    }
    .stockCode {
        font-size: 14px;
    }
    .money {
        font-size: 13px;
        font-weight: bold;
    }
}

