.price-wrapper {
    width: 100%;
    height: auto;
}

.price-wrapper .price-content {
    width: 1200px;
    margin: 0 auto;
}

.price-content .title {
    padding: 10px 0;
}

.price-content .price-filter {
    border: 1px solid #ccc;
    height: auto;
}

.price-filter .supplier-filter {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    overflow-x: auto;
}

.price-filter .supplier-filter.more {
    height: 200px;
}

.price-filter .supplier-filter.more .filter-list .list-container {
    height: 145px;
    overflow: auto;
}

.price-filter .supplier-filter.more .filter-list .letter-container {
    display: block;
}

.price-filter .generic-filter.more {
    height: auto;
}

.price-filter .generic-filter.more .filter-list .list-container {
    height: auto;
    overflow: visible;
}

.price-filter .generic-filter.more .filter-list .letter-container {
    display: block;
}

.price-filter .generic-filter.more .filter-list .all-item {
    display: none;
}

.category-item {
    display: none;
    margin-top: 14px;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.category-item.display {
    display: block;
}

.generic-filter .list-container .category-item.last {
    border-bottom: none;
    margin-bottom: -6px;
}

.category-item .category-title {
    position: absolute;
    font-size: 12px;
    color: #333;
    top: 3px;
    left: -89px;
}

.price-filter .filter-title {
    float: left;
    width: 124px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.price-filter .supplier-filter .filter-title {
    height: 47px;
}

.price-filter .generic-filter .filter-title {
    height: auto;
}

.price-filter .filter-list {
    float: left;
    width: 991px;
    height: auto;
}

.price-filter .letter-container {
    display: none;
    height: 28px;
    margin-bottom: 6px;
}

.price-filter .filter-list .letter-container ul li.first-letter-selected {
    border: 1px solid #2589eb;
    color: #2589eb;
}

.price-filter .generic-filter .letter-container ul {
    margin-top: -5px;
}

.price-filter .letter-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 28px;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
}

.price-filter .filter-list .letter-container ul li {
    font-size: 12px;
    line-height: 12px;
    float: left;
    border: 1px solid transparent;
    margin: 0 4px;
    padding: 2px 6px;
    cursor: pointer;
}

.price-filter .supplier-filter .list-container {
    height: 47px;
    overflow: hidden;
}

.price-filter .supplier-filter .list-container .supplier-name {
    display: none;
}

.price-filter .supplier-filter .list-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.price-filter .supplier-filter .list-container ul li {
    float: left;
    padding: 0;
    border: 1px solid #ddd;
}

.price-filter .supplier-filter .list-container ul li.current {
    border: 1px solid #2589eb;
    box-shadow: 0 0 1px 0 #2589eb;
}

.price-filter .supplier-filter .list-container ul li:hover {
    border: 1px solid #2589eb;
}

.price-filter .supplier-filter .list-container ul li a {
    height: 45px;
    width: 108px;
    color: #337ab7;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 12px;
    overflow: hidden;
    line-height: 45px;
}

.price-filter .supplier-filter a {
    color: black;
}

.price-filter .supplier-filter .current a {
    color: #2489eb;
}

.price-filter .generic-filter {
    padding: 14px 0;
    overflow-y: hidden;
}

.price-filter .generic-filter .list-container {
    height: 77px;
    overflow: hidden;
    min-height: 77px;
}

.price-filter .generic-filter .list-container ul {
    list-style: none;
    margin: 0 -28px 4px 0;
    padding: 0;
    height: auto;
    display: inline-block;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.price-filter .generic-filter .list-container li {
    float: left;
    margin: 0 28px 10px 0;
}

.price-filter .generic-filter .list-container li a {
    font-size: 12px;
    color: #333333;
}

.price-filter .generic-filter .list-container li a.current {
    color: #2589eb;
    font-weight: 700;
}

.price-filter .generic-filter .list-container li a.current.hot {
    color: #2589eb;
    font-weight: 700;
}

.price-filter .generic-filter .list-container li a.hot {
    color: #E9A510;
}

.price-filter .ext {
    float: right;
    width: 35px;
    margin-right: 32px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.price-filter .supplier-filter .ext {
    height: 47px;
}

.price-filter .generic-filter .ext {
    height: 31px;
}

.price-filter .ext a {
    color: #2589eb;
    text-decoration: none;
}

.v-fixed {
    height: 99px;
    padding-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

.price-filter .s-fixed {
    overflow-y: auto;
    overflow-x: auto;
    padding-top: 0;
    height: 112px;
}

.price-list {
    margin-top: 10px;
    height: auto;
}

.price-list .price-order {
    height: 50px;
    border: 1px solid #f5f5f5;
    padding: 15px 20px;
    background-color: #eef7ff;
}

.price-order .result-desc {
    color: #2489eb;
    float: left;
}

.price-order .order-way {
    float: right;
}

.price-order .order-way ul {
    list-style: none;
}

.price-order .order-way ul li {
    float: left;
    padding: 0 10px;
}

.price-list table thead tr {
    background-color: #f6f7f8;
    text-align: center;
}

.price-list table thead tr th {
    text-align: center;
    border-bottom: 0;
}

.price-list table {
    text-align: center;
}

.price-list table tbody td {
    padding: 10px 10px;
    border: 1px solid #EBEBEB;
}

.price-list table tbody tr:hover {
    background-color: #eef7ff;
}

.chart-modal {
    display: none;
    width: 650px;
    height: 650px;
    z-index: 1003;
    position: fixed;
    left: 30%;
    top: 13%;
    border-radius: 4px;
    background-color: #fff;
}

.chart-modal .chart-header {
    height: 34px;
    padding: 10px;
}

.chart-modal .product-price-msg {
    height: 60px;
    text-align: center;
}

.chart-modal .product-price-msg ul {
    list-style: none;
}

.chart-modal .product-price-msg ul li {
    float: left;
    padding: 5px 10px;
}

.chart-modal .chart-tools {
    height: 40px;
    width: 650px;
    padding: 10px 20px;
}

.chart-modal .time-filter {
    width: 100%;
    height: 34px;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.time-filter span {
    padding: 4px 10px;
    display: inline-block;
    border: 1px solid #f5f5f5;
    cursor: pointer;
}

.time-filter .active {
    background-color: #2489eb;
    color: #fff;
}

.chart-tools .order-tools {
    float: left;
    width: 400px;
    height: 34px;
}

.chart-tools .order-tools ul {
    list-style: none;
}

.chart-tools .order-tools ul li {
    float: left;
    padding: 5px 10px;
}

.order-tools ul li a {
    text-decoration: none;
}

.bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 1002;
}

.chart-body {
    height: 380px;
    width: 640px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}

.chart-footer {
    padding: 10px;
}

#no-price-data {
    display: inline-block;
    width: 120px;
    height: 34px;
}

#priceTopic {
    color: #2489eb;
}

#priceTopic:before {
    content: '';
    height: 2px;
    width: 80px;
    background-color: #2489eb;
    position: absolute;
    left: 10px;
}

/* 牌号列表样式  */
.price-n-list {
    width: 340px;
    /*height: 560px;*/
    height: 560px;
    display: inline-block;
    float: left;
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: PingFangSC-Medium, serif;
    position: relative;
    font-weight: 700;
}
.price-n-list-search{
    height: 60px;
    padding: 15px 10px;
}
.price-n-list-search .query-btn{
    height: 25px;
    width: 56px;
    padding: 0 8px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    border: 0;
    background-color: #2589eb;
    outline: 0;
    font-weight: 100;
}
.price-n-list-item {
    height: 90px;
    width: 338px;
    display: inline-block;
    color: #333;
    padding: 7px 17px;
    position: relative;
}

.price-n-list-item:hover {
    color: white !important;
    background: #7DBFFF;
    cursor: pointer;
}

.price-n-list-item:hover .item-top i {
    border: 1px solid white;
}

.price-n-list-item a {
    color: #333;
    text-decoration: none;
}

.price-n-list-item:AFTER {
    content: '';
    border-bottom: 1px solid #ccc;
    position: absolute;
    width: 320px;
    bottom: 0;
}

.item-top {
    height: 23px;
    line-height: 23px;
    position: relative;
}

.item-top i {
    height: 12px;
    width: 0;
    position: absolute;
    top: 5px;
    margin-left: 4px;
    border: 1px solid #ccc;
}

.generic-supplier {
    width: 200px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 12px;
    font-family: PingFangSC-Medium, serif;
    color: #999;
    font-weight: 600;
}

.price-unit {
    width: 100px;
    text-align: right;
    color: #FF0000;
    font-family: PingFangSC-Medium, serif;
    font-size: 13px;
    font-weight: 600;
}

.item-top font {
    margin-left: 14px;
}

.item-bottom {
    height: 25px;
    line-height: 25px;
}

.icon-part {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-left: 3px;
    float: right;
    line-height: 24px;
}

.icon-part .color-img {
    width: 12px;
    height: 14px;
    margin-bottom: 3px;
    display: inline-block;
}

.icon-part .arrow-img {
    width: 12px;
    height: 14px;
    margin-bottom: 3px;
    display: none;
}

.arrow-top-red {
    font-style: normal;
    line-height: 0;
    border-width: 8px;
    border-color: #E50000;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    margin-left: -5.02px;
    margin-top: 7px;
    position: absolute;
}

.arrow-top-green {
    font-style: normal;
    line-height: 0;
    border-width: 8px;
    border-color: #00BB1E;
    border-bottom-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    margin-left: -5.02px;
    margin-top: 15px;
    position: absolute;
}

.arrow-bottom-red {
    font-style: normal;
    height: 7px;
    width: 6px;
    background: #E50000;
    display: inline-block;
    position: absolute;
    /* right: 10.7px; */
    bottom: -1px;
}

.arrow-bottom-green {
    font-style: normal;
    height: 7px;
    width: 6px;
    background: #00BB1E;
    display: inline-block;
    position: absolute;
    /* right: 8.5px; */
    bottom: 5px;
}

.price-up-down {
    float: right;
    position: absolute;
    height: 28px;
    width: 90px;
    text-align: right;
    bottom: 40px;
    right: 18px;
}

.price-item-none {
    padding-right: 20px;
}

.redfont {
    color: #E50000;
}

.greenfont {
    color: #00BB1E;
}

.prd-name-up-down {
    width: 210px;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    cursor: pointer;
    font-family: PingFangSC-Medium, serif;
    float: left;
    font-size: 14px;
}

.supplier-num {
    color: #2589eb;
}

.item-active {
    color: white !important;
    background: linear-gradient(-90deg, #2589EB 0%, #325DEC 100%) !important;
    background-color:#2589eb;
}

.item-active a {
    color: white
}

.item-active:AFTER {
    border-bottom: none;
}

.item-active .icon-part .color-img, .price-n-list-item:hover .icon-part .color-img {
    display: none;
}

.item-active .icon-part .arrow-img, .price-n-list-item:hover .icon-part .arrow-img {
    display: inline-block;
}

.item-active .item-top i {
    border: 1px solid white;
}

.item-active .arrow-top-red, .price-n-list-item:hover .arrow-top-red {
    font-style: normal;
    line-height: 0;
    border-width: 8px;
    border-color: white;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    margin-left: -5.02px;
    margin-top: 7px;
    position: absolute;
}

.item-active .arrow-top-green, .price-n-list-item:hover .arrow-top-green {
    font-style: normal;
    line-height: 0;
    border-width: 8px;
    border-color: white;
    border-bottom-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    /* margin-left: 3px; */
    margin-top: 15px;
    position: absolute;
}

.item-active .arrow-bottom-red {
    background: white;
}

.item-active .arrow-bottom-green {
    background: white;
}

.item-active .redfont, .price-n-list-item:hover .redfont {
    color: white !important;
}

.item-active .greenfont, .price-n-list-item:hover .greenfont {
    color: white !important;
}

.item-active .generic-supplier, .price-n-list-item:hover .generic-supplier {
    color: white;
}

.item-active .item-bottom-1, .price-n-list-item:hover .item-bottom-1 {
    color: white;
}

.item-active .item-bottom-1 .price-unit, .price-n-list-item:hover .item-bottom-1 .price-unit {
    color: white;
}

.item-active .item-bottom-supplier-num, .price-n-list-item:hover .item-bottom-supplier-num {
    color: white;
}

.item-active .supplier-num, .price-n-list-item:hover .supplier-num {
    color: white;
}

.item-active .item-button, .price-n-list-item:hover .item-button {
    background: white;
    color: #333;
}

.page-control {
    width: 145px;
    height:40px;
    display: inline-block;
    color: #333;
    line-height: 38px;
    font-size: 14px;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-left {
    width: 50px;
    height: 37px;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.page-right {
    width: 50px;
    height: 37px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.page-right:hover {
    color: #2489eb;
}

.page-left:hover {
    color: #2489eb;
}

.page-none {
    color: #999 !important;
}

.item-bottom-1 {
    width: 70%;
    height: 25px;
    line-height: 22px;
    font-size: 12px;
    color: #999;
    font-family: PingFangSC-Medium, serif;
    font-weight: 600;
}

.item-bottom-supplier-num {
    width: 160px;
    height: 20px;
    font-family: PingFangSC-Medium, serif;
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
    font-weight: 600;
}

.item-button {
    width: 75px;
    height: 25px;
    background-color: rgba(37, 137, 235, 1);
    border-radius: 25px;
    position: absolute;
    right: 18px;
    bottom: 10px;
    text-align: center;
    line-height: 25px;
    color: white;
    font-weight: 500;
    font-size: 12px;
    font-family: PingFangSC-Regular, serif;
    cursor: pointer;
}

/* 右侧  */
.user-qoute {
    color: #2589eb;
    font-family: PingFangSC-Regular, serif;
    font-size: 12px;
    margin-left: 15px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.user-qoute:after {
    content: 'HOT';
    display: block;
    height: 11px;
    width: 24px;
    background: url(https://slfilea1.soliao.com/1,01e711d0ba0a65?height=11&width=24) no-repeat;
    position: absolute;
    right: -27px;
    top: -3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}

.user-qoute:hover {
    color: #2589eb;
}

.laydate-icon {
    font-size: 10px !important;
}

.compare-price {
    display: inline-block;
    height: 560px;
    border: 1px solid #ccc;
}

.compare-price .line-part {
    height: 389px;
}

.compare-price .title-condition-part {
    height: 117px;
    padding: 15px 20px 0 20px;
}

.compare-price .tips-part {
    padding: 8px 8px 8px 18px;
    height: 52px;
    line-height: 1.6;
    font-size: 12px;
    text-align: left;
}

.compare-price .tips-part.user-quote-tip {
    height: 52px;
    width: 100%;
    background: rgba(37, 137, 235, 0.06);
    text-align: right;
    padding: 0;
    margin: 0;
}

.compare-price .tips-part.user-quote-tip span {
    line-height: 52px;
    font-size: 14px;
    margin-right: 40px;
    color: #333;
}

.compare-price .tips-part.guass-blur {
    filter: blur(5px);
}

.compare-price .title-condition-part .price-condition {
    width: 432px;
}

.compare-price .title-condition-part .trend-text {
    width: 365px;
    font-size: 16px;
    position: relative;
}

.compare-price .title-condition-part .price-condition .constant-date-range .date-range-item {
    width: 80px;
    border: none;
}

.compare-price .title-condition-part .price-condition .date-range {
    font-size: 12px;
    padding: 3px 0;
}

.genericSpan {
    display: inline-block;
    width: auto;
    padding-right: 18px;
    border-right: 1px solid #ccc;
}

.prodNameSpan {
    padding-left: 18px;
    width: 460px;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.checkboxes-div {
    margin-top: 10px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
}

.compare-price-checkbox {
    padding-top: 27px;
    width: 20px;
    height: 16px;
    margin-top: 2px !important;
    position: absolute;
    cursor: pointer;
}

.compare-price-checkbox-label {
    font-weight: 400;
    margin-left: 22px;
    cursor: pointer;
    margin-right: 22px;
}

.compare-price-checkbox-label-nodata {
    color: #666 !important;
}

.compare-price-checkbox-label-nodata:hover {
    color: #666 !important;
    text-decoration: none;
}

.filter-content {
    /*margin-top: 30px;*/
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    padding-left: 18px;
}

.filter-title-top {
    height: 100%;
    margin-right: 30px;
}

.filter-item {
    width: auto;
    height: 24px;
    border: 1px solid #2489eb;
    cursor: pointer;
    color: #2489eb;
    border-radius: 30px;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.filter-item:hover {
    color: #2489eb;
    border: 1px solid #2489eb;

}

.filter-item:hover .title {
    color: #2489eb;
}

.filter-item:hover .close-span {
    color: #fff;
    background: #2489eb;
}

.filter-item:hover .i-close {
    background-color: #2589eb;
    background-image: url("/page/pc/images/result/con-close-white.png");
}

.filter-item .title {
    height: 24px;
    width: auto;
    padding: 0 10px;
    cursor: pointer;
    color: #666666;
    font-size: 12px;
    max-width: 200px;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.filter-item .close-span {
    height: 100%;
    display: inline-block;
    padding: 5px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    width: 25px;
    position: relative;
}

.filter-item .i-close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 33%;
    left: 33%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    background-image: url(/page/pc/images/result/con-close-grey.png);
    background-color: #fff;
    background-repeat: no-repeat;
}

.table-chart-tips tr {
    height: 5px;
    line-height: 5px;
    margin-bottom: 1px;
}

.table-chart-tips tr th {
    text-align: center;
}

.table-chart-tips tr:hover {
    background: none !important;
    cursor: pointer;
}

.noResultContent {
    text-align: center;
    margin: 0 auto;
    width: 600px;
    padding-top: 120px;
}

.noResultLeft {
    float: left;
    width: 28%;
}

.noResultRight {
    float: right;
    width: 65%;
    text-align: left;
    font-size: 12px;
}

.reset-icon {
    position: absolute;
    color: #cccccc;
    right: 14px;
    top: 0;
    z-index: 2;
    line-height: 42px;
    font-size: 8px;
    display: none;
    cursor: pointer;
}

.reset-icon:hover {
    color: #888888
}

.reset-icon.display {
    display: block;
}

#prdNameList {
    float: right;
    width: 550px;
    height: 44px;
    background: #2589eb;
    padding: 2px;
}

#prdNameList .suggest-container {
    width: 420px;
    height: 40px;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

#prdNameList .suggest-container .suggest-input {
    width: 420px;
    height: 40px;
    border: none;
    border-radius: 2px;
    padding: 0 14px;
}

#prdNameList .suggest-container .suggest-content {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 5;
    top: 105%;
    left: 0;
    background: #fff;
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-sizing: border-box;
    display: none;
}

#prdNameList .suggest-container .suggest-content.display {
    display: block;
}

#prdNameList .suggest-container .suggest-content li {
    padding: 8px 1em;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px #e3e3e3 solid;
    font-size: 14px;
    position: relative;
}

#prdNameList .suggest-container .suggest-content li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #2589eb;
    transition: all .2s;
}

#prdNameList .suggest-container .suggest-content li:hover {
    color: #2589eb;
    font-weight: 600;
}

#prdNameList .suggest-container .suggest-content li:hover:before {
    width: 100%;
}

#prdNameList .suggest-container .suggest-content li .search-highlight {
    color: #2589eb;
    text-decoration: underline;
}

#prdNameList button {
    height: 40px;
    width: 126px;
    border: none;
    color: #fff;
    font-size: 16px;
    background: transparent;
}

.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: 668px;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 2px;
    background: url('https://slfilea1.soliao.com/4,1095f2a5bdee?height=268&width=668');
    display: flex;
    display: -ms-flexbox;
    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;
    display: -ms-flexbox;
    justify-content: space-around;
    margin: 0 auto;
    text-align: center;
}

.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%);
    background-color: #2589eb;
}

.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;
}

.compare-price .line-part .chart-body.guass-blur {
    filter: blur(5px);
    opacity: 0.5;
    background: #fff;
}

.user-quote-container {
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.user-quote-container.display {
    display: flex;
}

.user-quote-container .inner1 {
    height: 170px;
    width: 230px;
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.user-quote-container .inner2 {
    height: 170px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-quote-container .inner3 {
    height: 170px;
    width: 230px;
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

