﻿@charset "utf-8";
#comparePage {
    overflow-x: auto;
}

body {
    overflow: visible;
}

.comp_title {
    height: 46px;
    line-height: 44px;
    background: #CA021D;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
}

.comp_title span {
    width: 30px;
    height: 22px;
    display: inline-block;
    position: relative;
    *position: static;
    top: 4px;
    *top: -2px;
    background: url(../images/compare.png) no-repeat;
}

.comp_data {
    height: auto;
    margin-top: 20px;
    padding-bottom: 50px;
    overflow: hidden;
}

.comp_data .comp_ul {
    height: auto;
    margin: 0px 0px;
    font-size: 14px;
    z-index: 10;
    overflow: hidden;
    width: 1705px;
}

.comp_data .comp_ul li .first {
    margin-right: 1px;
    height: 100%;
    background: #2E3336;
    color: #fff;
    cursor: pointer;
}

.comp_data .comp_ul li .first a{color: #fff;}

.comp_data .comp_ul li .first.t {
    margin-right: 0px;
}

.comp_data .comp_ul li.active .first {
    background: #CA021D;
    color: #fff;
}

.comp_data .comp_list {
    margin: 0px 0px;
    /*overflow: hidden;*/
}

.comp_data .comp_body {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.comp_data .comp_body li {
    width: 100%;
    height: auto;
    *margin-bottom: -6px;
}

.comp_data .comp_body li dt, #comp_left_nav dt {
    height: 38px;
    line-height: 38px;
    border: solid 1px #ddd;
    border-top: none;
    cursor: pointer;
    color: #cf151e;
    font-size: 14px;
    font-weight: bold;
    background: white;
}



.comp_data .comp_body td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.comp_data .comp_body td.lst{
	border-right:1px solid #ccc;
}

.comp_data .comp_body li dt span, #comp_left_nav dt span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/compare.png) no-repeat 0px -35px;
    margin: -2px 10px 0;
    *margin: 0px 10px 2px 10px;
}

#comp_left_nav dt.act span {
    background-position: 0px -22px;
}

#comp_left_nav {
    position: fixed;
    top:104px;
    /**top:78px;*/
    left: 0;
    clear: both;
    width: 131px;

}

.comp_data table td, #comp_left_nav dd li {
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #666;
}

#comp_left_nav dd li {
    width: 130px;
    *width: 134px;
    *height: 40.5px;
    border: 1px solid #ddd;
    border-top: 0;

}

#comp_left_nav dt {
    border-right: 0;
}

.comp_data table td.one {
    text-align: left;
}

.comp_data table td a {
    color: #CB021F;
}

.comp_data table tr:hover td {
    background: #F4F5F6;
}
.comp_data table tr:hover td.one{
    background: white;
}
.Scom_box {
    margin: 0 auto;
}

.comp_data .comp_ul li, .comp_data table td {
    width: 130px;
    font-size: 14px;
}

.comp_data .comp_ul li {
    height: 38px;
    line-height: 38px;
    text-align: center;
    float: left;
    width: 131px;
}

body.fixedTop #reportheader {
    position: fixed;
    top: 0px
}

#reportheader #firstli {
    *margin-top: -2px;
    *width: 133px;
    *border-right:1px solid #fff;
}

#reportheader #firstli2 {
    *margin-left: 133px;
}
.list-title{padding-left: 15px; background:#ffc000!important;}
.second{width: 150px!important;}