.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;
    display: flex;
}

.compare-tab-wrapper .tab-left .compare-product-title {
    padding-top: 8px;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    width: 122px;
    height: 39px;
    text-align: center;
    background-color: #2589eb;
    color: #fff;
    border: 1px solid #2589eb;
    border-bottom: 0;
}

.compare-tab-wrapper .tab-left .compare-product-title.price {
    color: #333;
    background-color: #fff;
}

.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-left .compare-price-title.price {
    color: #fff;
    background-color: #2589eb;
}

.compare-tab-wrapper .tab-right {
    float: right;
    height: 40px;
    width: 720px;
    font-size: 18px;
}

.compare-price {
    /*height:759px;*/
    height: auto;
    width: 100%;
    border: 1px solid #2589eb;
    border-top: 0;
    display: none;
}

.compare-price .title-condition-part {
    /*height:140px;*/
    height: auto;
    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%;*/
    height: auto;
    position: relative;
}

.compare-price .title-condition-part .trend-text .price-name-wrapper {
    height: auto;
    clear: both
}

.compare-price .title-condition-part .trend-text .price-name-wrapper .price-prd-name {
    min-height: 30px;
    max-height: 50px;
}

.price-prd-name .no-permission {
    color: #999999;
    margin-left: 5px;
}

.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: 140px;
    position: relative;
}

.compare-price .title-condition-part .price-condition:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.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 .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: 0 0 8px 0 rgba(51, 51, 51, 0.4);
    cursor: pointer;
    border: none;
}

.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: 564px;
    position: relative;
    border-top: 1px solid rgba(204, 204, 204, 1);
    clear: both;
}

.compare-price .line-part .chart-body.guass-blur {
    filter: blur(5px);
}

.compare-price .line-part .chart-body {
    position: absolute;
    width: 95%;
    bottom: 0;
    height: 562px;
    left: 0;
    top: 10px;
}

.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;
    clear: both;
}

.compare-price .tips-part.guass-blur {
    filter: blur(5px);
}

.authority-masking {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.authority-masking.display {
    display: block;
}

.authority-masking .masking-container {
    position: absolute;
    height: 268px;
    width: 666px;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 2px;
    background: url('https://slfilea1.soliao.com/4,1095f2a5bdee?height=px&width=666') no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.masking-container .masking-text {
    text-align: center;
    height: 168px;
    width: 100%;
    padding-top: 14px;
}

.masking-text span {
    display: block;
}

.masking-text span:nth-of-type(1) {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.masking-text span:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    color: #fff;
}

.masking-text span:nth-of-type(3) {
    font-size: 16px;
    font-weight: 500;
    margin-top: 46px;
    color: #333;
}

.masking-text span:nth-of-type(4) {
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    color: #333;
}


.masking-container .masking-btn {
    width: 360px;
    height: 100px;
    padding: 16px 0 40px;
    display: flex;
    justify-content: space-around;
}

.masking-btn button {
    width: 120px;
    height: 44px;
    border-radius: 0;
    border: none;
}

.masking-btn button span {
    display: block;
}

.masking-btn button:nth-of-type(1) {
    background: linear-gradient(315deg, rgba(37, 137, 235, 1) 0%, rgba(50, 93, 236, 1) 100%);
}

.masking-btn button:nth-of-type(1):hover {
    background: linear-gradient(-90deg, #25aceb 0%, #327bec 100%);
}

.masking-btn button:nth-of-type(2) {
    background: rgba(241, 243, 245, 1);
}

.masking-btn button:nth-of-type(2):hover {
    background: rgb(227, 229, 231);
}

.masking-btn button span:nth-of-type(1) {
    font-size: 12px;
}

.masking-btn button span:nth-of-type(2) {
    font-size: 10px;
}

.masking-btn button:nth-of-type(1) span {
    color: #fff;
}

.masking-btn button:nth-of-type(2) span {
    color: #888888;
}