.compare-tab-wrapper{
    height:40px;
    width:100%;
    border-bottom:1px solid #2589eb;
}
.compare-tab-wrapper .tab-left{
    float:left;
    height:40px;
    width:480px;
    font-size:18px;
}
.compare-tab-wrapper .tab-left .compare-product-title{
    padding-top:8px;
    cursor:pointer;
    margin:0;
    display:inline-block;
    width: 130px;
    height: 39px;
    text-align:center;
    background-color:#2589eb;
    color:#fff;
    border:1px solid #2589eb;
    border-bottom:0;
}
.compare-tab-wrapper .tab-left .compare-price-title{
    padding-top:8px;
    cursor:pointer;
    margin:0;
    display:inline-block;
    width: 130px;
    height: 39px;
    text-align:center;
    border:1px solid #2589eb;
    border-left:0;
    border-bottom:0;
    color:#2589eb;
}
.compare-tab-wrapper .tab-right{
    float:right;
    height:40px;
    width:720px;
    font-size:18px;
}
.compare-price{
    height:759px;
    width:100%;
    border: 1px solid #2589eb;
    border-top:0;
    display:none;
}
.compare-price .title-condition-part{
    height:140px;
    padding:10px 20px 0 20px;
}
.compare-price .title-condition-part .trend-text{
    float:left;
    text-align:left;
    width:54%;
    color:#333333;
    font-size:14px;
    font-weight:bold;
    padding-top:10px;
    height: 100%;
    position: relative;
}
.compare-price .title-condition-part .trend-text .price-name-wrapper{
    height:auto;
    position: absolute;
}
.compare-price .title-condition-part .trend-text .one-ele{
    bottom:40px;
}
.compare-price .title-condition-part .trend-text .two-ele{
    bottom:15px;
}
.compare-price .title-condition-part .trend-text .trend-vertical-line{
    width: 0.1px;
    height: 18px;
    border: 1px solid rgba(204, 204, 204, 1);
}
.compare-price .title-condition-part .price-condition{
    float:left;
    width:46%;
    height:100%;
    position:relative;
}
.compare-price .title-condition-part .price-condition .query-btn{
    height: 30px;
    width:100px;
    padding:0 10px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: center;
    border-radius:30px;
    border:0;
    background-color:#2589eb;
    outline:0;
}
.compare-price .title-condition-part .price-condition .query-btn:disabled {
    background-color: #cccccc;
}
.compare-price .title-condition-part .price-condition .date-range{
    height:42px;
    padding:10px 0;
}
.compare-price .title-condition-part .price-condition .constant-date-range{
    height: 42px;
    padding: 10px 0;
    position: absolute;
    right: 5px;
    bottom: 15px;
}
.compare-price .title-condition-part .price-condition .constant-date-range .range-item-vertical-line{
    width: 0.1px;
    height: 30px;
    border: 0.1px solid rgba(204, 204, 204, 1);
}
.compare-price .title-condition-part .price-condition .constant-date-range .date-range-item{
    display:inline-block;
    width:100px;
    height:30px;
    text-align:center;
    padding:5px 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.4);
    cursor:pointer;
}
.compare-price .title-condition-part .price-condition .constant-date-range .current{
    background-color:#999999;
    color:#fff;
}
.compare-price .title-condition-part .price-condition .constant-date-range .range-seven{
    border-top-left-radius:30px;
    border-bottom-left-radius:30px;
}
.compare-price .title-condition-part .price-condition .constant-date-range .range-year{
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
}
.compare-price .line-part{
    height:562px;
    position:relative;
    border-top:1px solid rgba(204, 204, 204, 1);
}
.compare-price .line-part .chart-body{
    position:absolute;
    width:95%;
    bottom:0;
    left:0;
}
.compare-price .line-part .compare-chart{
    min-height:500px;
    text-align:center;
}
.compare-price .tips-part{
    padding-top:15px;
    height:56px;
    background-color:#ffebe8;
    text-align:center;
}