/* ͨ����ʽ */
a:hover {
    color: #CC6D29 !important;
}
a span:hover {
    color: #CC6D29 !important;
}
.orange_color{
    color:#FF9900 !important;
}
.orange_color1{
    color:#FCA000;
}
.orange_color2:hover{
    color:#CC6D29 !important;
}
.grey_color{
    color:#666666;
}
.greyColor2{
    color:#666666;
}
.grey_color3{
    color:#999999 !important;
}
.black_color1{
    color:#333333 !important;
}
.font16{
    font-size:16px;
}
.font14{
    font-size:14px;
}
.font12{
    font-size:12px;
}
.fr{
    float:right;
}
.fl{
    float:left;
}
.ml20{
    margin-left:20px !important;
}
.ml15{
    margin-left:15px !important;
}
.ml10{
    margin-left:10px !important;
}
.ml25{
    margin-left:25px !important;
}
.mb10{
    margin-bottom:10px;
}
.mti10{
    margin-top:10px !important;
}
.pb8{
   padding-bottom:8px;
}
.pb10{
    padding-bottom:10px;
}
.pd20{
    padding:20px;
}
.pd10_20_20_20{
    padding:10px 20px 20px 20px;
}
.pd0_20_5_20{
    padding: 0 20px 5px 20px;
}
.pd0_20_20_20{
    padding: 0 20px 20px 20px;
}
.pdr0101{
    padding:0 1rem 0 1rem;
}
.w260{
    width:260px !important;
}
.one_row{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.last_line_new {
    height: 27px;
    line-height: 42px;
}
.module_bar {
    color:#333333 !important;
    background: #333333 !important;
}
.standard_title{
    font-size:18px !important;
}
.standard_ul{
    margin-left:0px !important;
}
.standard_ul>li{
    border:none;
}
.nb{
    border:none;
}
.rank_standard_title {
    font-weight: 600;
    line-height: 40px;
    margin-left: 0px;
}
.bb_grey1{
    border-bottom:1px solid #F2F2F2;
}
/* ��ҳ��ʽ */
.v_page a.cur, .v_page a.cur:hover {
    color: #fff;
    background: #ffb400;
}
.v_page a {
    padding: 6px 11px;
    line-height: 18px;
    background: #f5f5f5;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.v_page a, .v_page em {
    color: #666;
    margin-left: 11px;
    display: inline-block;
    vertical-align: middle;
}
.v_page {
    text-align: center;
    padding: 20px 0 0;
}
/* ���� */
.full_star{
    font-size: 18px;
    color: rgba(251, 215, 85, 1);
}
.half_star{
    width: 18px;
    height: 18px;
    margin-left: -1px;
    margin-top: -6.55px;
}
.zero_star{
    font-size: 18px;
    color: rgba(242, 242, 242, 1);
}
.rank_list_name{
    margin-left:10px;
}
.first_num {
    color: #FF0000;
}
.second_num {
    color: #FF3300;
}
.third_num {
    color: #FF9900;
}
.other_num{
    color:#333333;
}
.more_hidden{
    display:none;
}
.more_show{
    display:block;
}

/* tab��ʽ */
.tab_cur{
    color: #333333;
    font-weight: bold;
    border-bottom: 3px solid #333333;
}
.tab_a{
    display:block;
}
.tab_item{
    height: 100%;
    display: inline-block;
    text-indent: 0;
}
.tab_hover_in{
    color:#333333;
    font-weight: bold;
    border-bottom: 3px solid #333333;
}
.tab_hover_out{
    color:#000;
    font-weight: normal;
    border-bottom: none;
}
/* ��̬���һ�� */
.flex_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
}
.fluid {
    flex: 1;
}

.star18 {
    width: 18px;
    height: 18px;
    margin-top: -4px;
}
.star10 {
    width: 10px;
    height: 10px;
    margin-top: -4px;
}

.vertical_center{
    display:flex;/*Flex����*/
    display: -webkit-flex; /* Safari */
    align-items:center;/*ָ����ֱ����*/
}

.ta_center{
    text-align: center;
}

.lh26{
    line-height: 26px;
}
.lh30{
    line-height: 30px;
}
.whiteBg{
    background-color: #ffffff !important;
}
.w680{
    width:680px;
}
.padding0_30{
    padding:0 30px;
}
.padding10_0{
    padding:10px 0;
}
.pd10_20_10_20{
    padding:10px 20px 10px 20px;
}
.fw700{
    font-weight: 700;
}
.font13{
    font-size:13px !important;
}
.font15{
    font-size:15px !important;
}
.font18{
    font-size:18px !important;
}
.font26{
    font-size:26px !important;
}
.font32{
    font-size:32px !important;
}
.mr20{
    margin-right:20px !important;
}
.mr30{
    margin-right:30px !important;
}
.ml5{
    margin-left:5px !important;
}
.ml30{
    margin-left:30px !important;
}
.mb5{
    margin-bottom:5px !important;
}
.grey_color4{
    color:#A1A1A1;
}
.white_color{
    color: #ffffff !important;
}
.rotate180{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bb_grey2{
    border-bottom: 1px dotted #999999;
}
.hover_pointer:hover{
    cursor: pointer !important;
}
.hover_grey_color:hover{
    color:#333333 !important;
}
.scale_image_container{
    overflow: hidden;
}
.scale_image_container img:hover{
    transform: scale(1.05);
}
.scale_image_container img {
    width: 100%;
    height: 100%;
}

.bb_yellow1{
    background-color: #FFCC00 !important;
}
.bb_orange13{
    border-bottom:3px solid #FF9900;
}
.pd0_20_0_20{
    padding:0 20px 0 20px;
}
.black_color2{
    color: #282828 !important;
}
.star13 {
    width: 13px;
    height: 13px;
    margin-top: -4px;
}

