div, p, span{
    word-break: break-word !important;
}
body, dd, dl, form, h1, h2, h3, h4, h5, h6, hr, input, ol, p, pre, tbody, td, textarea, tfoot, th, thead, ul{
    margin: 0;
    padding: 0;
}
.row {margin: 0 auto;}
.banner-container .banner .big-title{
    font-size: 40px;
    font-weight: 700;
    padding-top: 50px;
    color: #fff;
    text-align: center;
}
.el-button{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.banner-container .banner .detail{
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    padding-top: 15px;
}
.banner-container {
    padding-top:136px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /*height: 335px;*/
    /*padding-bottom: 50px;*/
    position: relative;
    background-image: url(../../themes/vc/images/banner-shipping.png);
}
.search_box{
    margin-top:15px;
    background: #ffffff;
    padding: 60px 50px 20px 50px;
    border-radius: 10px;
}
.search{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-around;*/
}
.Cl-required{
    color: red;
}
.prepend{
    font-size: 16px;
    color: #666;
    font-weight: 400;
    padding-right: 10px;
    display: inline-block;
    margin: 0 1.5rem;
}
.list-div{
    background: #fff;
    border-radius: 5px;
    margin: 0 30px 0 150px;
    line-height: normal;
    display: inline-table;
    /*width: 30%;*/
    border-collapse: separate;
    border-spacing: 0;
}
.search-containers{
    display: flex;
    width: 100%;
    /*margin-top: 20px;*/
    padding: 10px 0 10px 0;
}
.line-container{
    min-height: 250px;
}
.w1200{
    margin: auto;
    width: 1200px;
}
.volume{
    display: inline-block;
    /*width: 140px;*/
    line-height: normal;
    /*display: inline-table;*/
    /*width: 100%;*/
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
}
.bgvolume{
    padding: 0 10px !important;
    font-weight: unset;
}
.bginvolume{
    border: none;
    /* 可选的样式，以去除焦点时的边框（如果需要的话） */
    outline: none;
    padding: 0px;
    width: 84px;
}
.weight{
    padding: unset !important;
    text-align: left !important;
}
.estimate .right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}
.estimate .right .btn{
    display: inline-block;
    width: 156px;
    height: 95px;
    background: #11ba66;
    font-size: 18px;
    text-align: center;
    line-height: 95px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.estimate .left{
    /*display: flex;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    width: 100%;
    vertical-align: middle;
}
.estimate .content{
    margin-top: 20px;
    padding: 20px 0 150px 0;
    /*z-index: 90;*/
    text-align: center;
}
.query-state{
    margin-top: 50px;
    text-align: center;
}
.query-state .p1{
    font-size: 18px;
    color: #666;
    line-height: 24px;
}
.query-state .p2{
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.el-button--mini.is-round{
    padding: 7px 15px;
    border-radius: 20px;
}
.customized-out_btn{
    background: #8e4bf5 linear-gradient( 82deg, #9A4DF7 0%, #7849F1 100%);
    color: #fff;
    margin-top: 10px;
    border:0;
}
.customized-out_btn:hover{
    background: #6327c1;
    color: #fff;
    border:0;
}
.estimation-info{
    padding-bottom: 10px;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.estimation-info .info-left{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    vertical-align: middle;
}
.estimation-info .info-right{
    padding-left: 20px;
    vertical-align: middle;
    text-align: right;
}
.estimation-info .info-right .customized-btn{
    background: #8e4bf5 linear-gradient( 82deg, #9A4DF7 0%, #7849F1 100%);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border:0;
}
.estimation-info .info-right .customized-btn:hover{
    background: #6327c1;
    color: #fff;
    border:0;
}
.el-button.is-round{
    border-radius: 20px;
}
.el-button--mini{
    font-size: 12px;
}
.el-button.is-round {
    border-radius: 20px;
    padding: 8px 23px;
}
.el-button+.el-button{
    margin-left: 10px;
}
.Cl-sort-btn-box{
    border-top: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 20px 138px;
}
.pd-sortBtn{
    cursor: pointer;
    color: #666;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.Cl-sort-btn-box .Cl-linePriceSort{
    width: 240px;
}
.pd-sortBtn-text{
    font-size: 14px;
}
.pd-sortBtn-icon{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    width: 20px;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.panda{
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pd-sortBtn-icon .pd-a-24_dwon_nor, .pd-sortBtn-icon .pd-a-24_dwon_norcopy{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6px;
    height: 6px;
    font-size: 20px;
}
/*.pd-a-24_dwon_nor:before {*/
/*    content: "\e67f";*/
/*}*/
/*.pd-a-24_dwon_norcopy:before {*/
/*    content: "\e67e";*/
/*}*/
.isSort{
    color: #11ba66;
}
.lists-down, .lists{
    position: relative;
    border: 1px solid #f2f2f2;
    padding-bottom: 20px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.line-content{
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: PingFangSC-Regular, PingFang SC;
}
.line-padding-bottom{
    padding-bottom: 20px;
}
.way-title{
    width: 140px;
    position: relative;
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.line-title-logoImg-box{
    display: inline-block;
    position: relative;
}
.img{
    vertical-align: middle;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    max-width: 100%;
}
.line-title-logoImg-box .insurance-pnj{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAA9lBMVEUAAABpUzhqUzhpUzkYFBAYFBBKOS1lZUNpVDcZEw9pUzhqVDlqVDgoJBhqUzkYEw8YFA8cFhFpVDgZFA9qVTlrVTltUzkaExMZEw8YExAZExAZEw9pUzgZEw9qVDlpUzhpVDhrVDkaFRAaFBAbFRBFOyZtVzpyWEZpVDkYExA3LB5LOyk4KyBpUjcZFA8jGhQZFBBpVDgZFA9fTDMYFA8ZExBqUzhMPCkaFRAbFBFqVTwaFhEcFxEYEw9pUzj43qpoUjdoUjheSzJKOyg2Kx4iGxTq0Z/jy5u2nXWQf2JrVjnnzp61nXW1nXSei2mUg2QnIBcdGBL+Zb7eAAAAPXRSTlMAse/jsXEJBPn5x3VwENfJf3ZiYk0vJyfv5eHXu7qlfW5UVE0wHxEO9/Hu7ODZ2dTCtrauqaGEb21MPDstUqgUrAAAAl9JREFUWMPtl2dzGjEQhvcaRweDDe7dcXrvRUhOApjYKf//z8SSTqNg6eTTnj9kknsGuNkvz0gnzcsuVFT85dTWDvZ2t5vdKKyfPXj4pLfzqn94XAMca+0gYoQRQhgllJx9/vL1k2QjTo7Bj5N2EHIXpYRdfblUCDXrcXICBbkzaBIu4kYBY2qFyzwddgroVoM6IZmLchOhvDaEgkZ8BG7SZ8JAlYyRrM6EJs/dZ/RabFCsSj5UrYQmfXARZeviD8pPRdX5wk1wQTjZe5MiVSuhCbjgp8tF/MlFWY0XinusP1TXSCGh8uWpbesaKdQ3UG5U1YuL6bfvPxFCoaDCxH+ZqueTK34ghPK16QNW9ZQLZwhhdgH59eNOquqJACMUu9WXUdV4oco/qVJ5iBfq/CNLeYgWZvln5CFaKF6dmYd4ISP2PMSv0J6HJQ7Fnodltqyv4GI+neQwO/+FyMP5xME5Ig+nLuHMPw/LCs08vCi3ZTMPF5euQymZh9LzT+Zh6J+H6+DikX8ePgYXgX8exuCi5Z+Hibux9s/Dj+Ck6ZuHPXAzsOah449+CG7SrrU/vMxrRbbSG5t2a3+4mOc0S+/gRnZ9+sOXRcaUqHh/uNGBAryvm/0hZTZh4wMUYmD2h/YtD6EgLSMPiW2FK1CY1vU8lHOKt0/TvpaHli0n4MX+ch5SQ/gWPFkNXfPyvSPwZtTNn5e3xoDgNMibl+MO4Gjftc3LjQTQjJrmvNwbQwnSvfryvNzop1CO0faf8/LOGMpzEKlT3jyEW6HWCvmh3F+pwW1xuh+8eNOBioqK/4nf1QBp+xzHw1YAAAAASUVORK5CYII=);
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 24px;
    width: 17px;
    height: 22px;
    background-position: 50%;
}
.way-title .way{
    text-align: center;
}
.way-title .tags{
    text-align: center;
}
.tag-pay-tax{
    background-color: rgba(17, 186, 102, .15);
    color: #11ba66;
    margin: 0 2px;
    padding: 0 1px;
    font-size: 12px;
    line-height: 1;
}
.way-fee{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 243px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px 0 0;
    color: #333;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.line-header-tip{
    font-size: 12px;
    font-weight: 400;
    color: #999;
}
.fee-tex{
    font-weight: 700;
    font-size: 24px;
    color: #ff5a5c;
    color: #333;
}
.clolor-999{
    color: #999;
}
.fz12{
    font-size: 12px !important;
}
.way-time{
    width: 164px;
    font-size: 12px;
    color: #333;
    margin-right: 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fz24{
    font-size: 24px;
    color: #333;
    font-weight: 700;
}
.el-progress {
    position: relative;
    line-height: 1;
}
.way-time-progress{
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.el-progress-bar{
    padding-right: 50px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-right: -55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-progress-bar__outer{
    height: 6px;
    border-radius: 100px;
    background-color: #ebeef5;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.electTheState-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.el-progress-bar__inner{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #11ba66;
    text-align: right;
    border-radius: 100px;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.el-progress-bar__inner:after{
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}
.way-time-progress  .el-progress__text{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 12px !important;
}
.el-progress__text{
    font-size: 14px;
    color: #606266;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1;
}
.way-features{
    text-align: left;
    font-size: 12px;
    color: #999;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 380px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    max-height: 90px;
}
.way-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.check-details-btn{
    min-width: 90px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.line-title-logoImg-box .insurance-pnj {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAA9lBMVEUAAABpUzhqUzhpUzkYFBAYFBBKOS1lZUNpVDcZEw9pUzhqVDlqVDgoJBhqUzkYEw8YFA8cFhFpVDgZFA9qVTlrVTltUzkaExMZEw8YExAZExAZEw9pUzgZEw9qVDlpUzhpVDhrVDkaFRAaFBAbFRBFOyZtVzpyWEZpVDkYExA3LB5LOyk4KyBpUjcZFA8jGhQZFBBpVDgZFA9fTDMYFA8ZExBqUzhMPCkaFRAbFBFqVTwaFhEcFxEYEw9pUzj43qpoUjdoUjheSzJKOyg2Kx4iGxTq0Z/jy5u2nXWQf2JrVjnnzp61nXW1nXSei2mUg2QnIBcdGBL+Zb7eAAAAPXRSTlMAse/jsXEJBPn5x3VwENfJf3ZiYk0vJyfv5eHXu7qlfW5UVE0wHxEO9/Hu7ODZ2dTCtrauqaGEb21MPDstUqgUrAAAAl9JREFUWMPtl2dzGjEQhvcaRweDDe7dcXrvRUhOApjYKf//z8SSTqNg6eTTnj9kknsGuNkvz0gnzcsuVFT85dTWDvZ2t5vdKKyfPXj4pLfzqn94XAMca+0gYoQRQhgllJx9/vL1k2QjTo7Bj5N2EHIXpYRdfblUCDXrcXICBbkzaBIu4kYBY2qFyzwddgroVoM6IZmLchOhvDaEgkZ8BG7SZ8JAlYyRrM6EJs/dZ/RabFCsSj5UrYQmfXARZeviD8pPRdX5wk1wQTjZe5MiVSuhCbjgp8tF/MlFWY0XinusP1TXSCGh8uWpbesaKdQ3UG5U1YuL6bfvPxFCoaDCxH+ZqueTK34ghPK16QNW9ZQLZwhhdgH59eNOquqJACMUu9WXUdV4oco/qVJ5iBfq/CNLeYgWZvln5CFaKF6dmYd4ISP2PMSv0J6HJQ7Fnodltqyv4GI+neQwO/+FyMP5xME5Ig+nLuHMPw/LCs08vCi3ZTMPF5euQymZh9LzT+Zh6J+H6+DikX8ePgYXgX8exuCi5Z+Hibux9s/Dj+Ck6ZuHPXAzsOah449+CG7SrrU/vMxrRbbSG5t2a3+4mOc0S+/gRnZ9+sOXRcaUqHh/uNGBAryvm/0hZTZh4wMUYmD2h/YtD6EgLSMPiW2FK1CY1vU8lHOKt0/TvpaHli0n4MX+ch5SQ/gWPFkNXfPyvSPwZtTNn5e3xoDgNMibl+MO4Gjftc3LjQTQjJrmvNwbQwnSvfryvNzop1CO0faf8/LOGMpzEKlT3jyEW6HWCvmh3F+pwW1xuh+8eNOBioqK/4nf1QBp+xzHw1YAAAAASUVORK5CYII=);
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 24px;
    width: 17px;
    height: 22px;
    background-position: 50%;
}


.pd-insurance-tooltip{
    width: 400px;
    background-color: rgba(0, 0, 0, .8) !important;
}
.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing) {
    outline-width:0
}
.insurance-tooltip-title{
    color: #11ba66;
    font-size: 14px;
}
.insurance-item{
    margin-top: 6px;
    line-height: 1.5;
}
.insurance-lable{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.insurance-content{
    font-size: 12px;
    color: hsla(0, 0%, 100%, .7);
}
.el-tooltip__popper {
    position:absolute;
    border-radius:4px;
    padding:10px;
    z-index:2000;
    font-size:12px;
    line-height:1.2;
    min-width:10px;
    word-wrap:break-word
}
.el-popover{
    position: absolute;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    word-break: break-all;
}
.el-popover__title{
    color: #303133;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}
.cl-common-header-lineTip6{
    text-align: left;
}
.el-tooltip__popper.is-dark{
    background: #303133;
    color: #fff;
}
.el-popover.line-tip{
    text-align: left;
}
.details{
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
}
.chart{
    width: 581px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.chart-box{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.details .chart-box .chart-time-line{
    width: 620px;
}
.chart-chang-block-boc{
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chart h3{
    color: #333;
    font-weight: 700;
    height: 30px;
    font-size: 14px;
}
.taxPayment-title-icon{
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #999;
}
.el-date-editor .el-range-input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 39%;
    text-align: center;
    font-size: 14px;
    color: #606266;
}
.pd-input-custom .el-input__inner, .pd-input-custom.el-range-editor, .pd-input-custom .el-range-input, .pd-input-custom .el-textarea__inner{
    background: #f8f8f8;
    border: none;
}
.pd-tooltip{
    font-size: 12px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #fff;
}
.pd-tooltip-w300{
    max-width: 300px;
}
.el-tooltip__popper.is-dark{
    background: #303133;
    color: #fff;
}
.pd-tooltip.el-tooltip__popper.is-dark{
    background: rgba(0, 0, 0, .7);
}
.electTheState-box .ClProvince{
    width: 220px;
    margin-right: 10px;
}
.electTheState-box .ClProvince .select-province{
    width: 100%;
}
.el-select{
    display: inline-block;
    position: relative;
}
.block{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.el-range-editor.el-input__inner{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 10px;
}
.clock-data{
    width: 100% !important;
    height: 40px !important;
}
.el-range-editor--mini .el-range-input{
    font-size: 12px;
}
.el-range-editor .el-range-input{
    line-height: 1;
}
.el-button--mini{
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 3px;
}
.el-button.el-button--black{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #333;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    border: 1px solid #333;
    min-width: 90px;
}
.clock-btn{
    margin-left: 10px;
    min-width: 100px;
    height: 40px;
}
.el-input{
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-select>.el-input{
    display: block;
}
.el-input > button{
    color: #606266;
    background-color: #f8f8f8;
    width: 100%;
}
.el-input > button:hover {
    background-color: unset;
    border-color: unset;
    cursor: pointer;
}
.dropdown-menu{
    width: 100%;
}
.chart .chartList-clearfix-statistics-cn{
    position: relative;
    padding: 10px 0 40px;
    margin-bottom: 30px;
    background: hsla(0, 0%, 94.9%, .5);
    height: calc(100% - 80px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.chart-item{
    width: 100%;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.chart-title{
    font-size: 16px;
    color: #333;
    margin-bottom: 16px;
}
.el-select-dropdown__item{
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
    background-color: #f5f7fa;
}
.el-select-dropdown__list{
    list-style: none;
    padding: 6px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




/*下拉框样式*/
#select{
    font-family: "微软雅黑";
    z-index: 2149;
    font-size: 18px;
    color: white;
    border-radius: 5px;
}
.select-head{
    overflow: hidden;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 40px;
}
.select-head .select-head-cont{
    float: left;
}
.select-head .select-icon{
    float: right;
}
.option{
    text-indent: 10px;
    margin-top: 1px;
    color: black;
    background: #f8f8f8;
    line-height: 25px;
    border: none;
    display: none;
}
.option-item:hover{
    background: #f5f7fa;
}

.chart-layout{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ttleft{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 5px;
    text-align: right;
}
.ttleft .row-title{
    position: relative;
    text-align: left;
    margin: 5px 0;
}
.el-progress{
    position: relative;
    line-height: 1;
}
.ttright{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}
.ttright .row-content{
    height: 17px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ttright .row-content .el-progress-bar__outer{
    height: 8px !important;
    background-color: #f2f2f2;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.ttleft .row-title{
    position: relative;
    text-align: left;
    margin: 5px 0;
}
.has-lableTitle{
    margin-top: 50px !important;
}
.has-lableTitle .label-title{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    text-align: left;
    max-width: 480px;
    bottom: 20px;
    left: 0;
}
.details .limit{
    width: 100%;
    padding: 0;
    margin: 0 0 0 10px;
}
.details .limit h3{
    color: #333;
    font-weight: 700;
    height: 30px;
    font-size: 14px;
}
.details .limit .limit-detail{
    color: #666;
    border: 1px solid #f2f2f2;
    min-height: calc(100% - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}
.details .limit .limit-detail div{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.details .limit .limit-detail .limit-weight{
    height: 51px;
    border-bottom: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.details .limit .limit-detail .limit-weight .max-weight,.details .limit .limit-detail .limit-weight .min-weight{
    padding: 10px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.details .limit .limit-detail .limit-size{
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 50px;
}
.details .limit .limit-detail .limit-size .limit-size-header{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.details .limit .limit-detail .limit-size .limit-size-content{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.details .limit .limit-detail .blind-charging-rules{
    padding: 10px 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 62px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.details .limit .limit-detail .limit-goods{
    min-height: 154px;
    padding: 10px 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.details .limit .limit-detail .limit-goods .limit-goods-title{
    margin-bottom: 15px;
}
.details .limit .limit-detail .limit-goods .limit-goods-title-item{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    line-height: 1;
}
.details .limit .limit-detail .limit-goods .is-limit{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 4px;
}
.details .limit .limit-detail .limit-goods .is-limit-no{
    background: #ff4700;
}
.details .limit .limit-detail .limit-goods .limit-goods-title-item{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    line-height: 1;
}
.details .limit .limit-detail .limit-goods .is-limit-yes{
    background: #11ba66;
}
.details .limit .limit-detail .limit-goods .new-limit-content{
    max-height: 400px;
    overflow-y: auto;
}
.details .limit .limit-detail .limit-goods .sub-limit-item{
    display: inline-block;
    padding: 2px 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.details .limit .limit-detail .limit-goods .new-limit-item{
    margin-bottom: 15px;
}
.details .limit .limit-detail .limit-goods .first-limit-label{
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #666;
    margin-bottom: 8px;
}
.details .limit .limit-detail .limit-goods .sub-limit-item-yes{
    background: rgba(17, 186, 102, .1);
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #11ba66;
}
.details .limit .limit-detail .limit-goods .sub-limit-item-no{
    background: rgba(255, 0, 0, .1);
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: red;
}
.details .top{
    margin: 0;
    padding: 0;
}
.details .top .cost_detail{
    padding: 0;
}
.details .top .top-title{
    margin-top: 18px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    color: #333;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
.details .table-w100 {
    width: 100%;
}
.details .top .cost_detail td {
    border: 1px solid #f2f2f2;
    text-align: center;
    font-size: 12px;
    color: #999;
    width: 122px;
}
.details .top .cost_detail .bg{
    font-weight: 700;
    height: 50px;
    color: #666;
    background-color: #fdfdfd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.details .top .cost_detail .title{
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.has-discount{
    text-decoration: line-through;
    font-size: 12px;
}
.fee-discount{
    color: #ff4700;
    font-size: 14px;
}
.taxPayment-title{
    margin-top: 18px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    color: #333;
}
.details .characteristic{
    font-size: 14px;
    color: #494949;
    margin-bottom: 14px;
    margin-top: 30px;
}
.details .characteristic h3{
    color: #323232;
    font-weight: 700;
    height: 30px;
    font-size: 14px;
}
.details .characteristic .detail{
    color: #999;
    font-size: 14px;
}
.line-prohibited{
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.eform-item {text-align: left; padding:12px 0;}
.eform-label {display: block; width: 100%; text-align: left; padding-bottom: 5px;}
.eform-label .icon-vc {margin-right: 10px;}
.eform-input, input.eform-input, .country-select.inside input, .country-select.inside input.eform-input[type=text] {background-color: #ffffff; border-radius: 10px; border: 1px solid #c4c4c4; width:100%;color: #333333; line-height: 40px; height: 42px;}
.eform-input::placeholder, input.eform-input::placeholder {color: #999999;}
.eform-input:hover, input.eform-input:hover {border: 1px solid #cccccc;}
.eform-input-disable, input.eform-input-disable {background-color: #EBEBEB; border-color: #EBEBEB;color: #333333;}
.eform-input-disable:hover, input.eform-input-disable:hover {border: 1px solid #cccccc;}

.eform-item .chosen-container-multi .chosen-choices {background-color: #ffffff; border-radius: 10px; border: 1px solid #c4c4c4; width:100%;color: #333333; line-height: 40px; height: 42px !important; position: relative;}
.eform-item .chosen-container-multi .chosen-choices::after {content: ' '; display: block; width: 15px; height: 15px; background: url(../../skin/images/icon/three-icon-black.png) center center no-repeat; background-size: contain; opacity: 0.2; position: absolute; right:12px; top: 13px;}
.eform-item .country-select .country-list {border-radius: 10px;    margin-top: 5px;    overflow-x: hidden;}
/* 滚动条的基本样式 */
.eform-item .country-select .country-list::-webkit-scrollbar {  width: 8px;   height: 28px; }
.eform-item .country-select .country-list::-webkit-scrollbar-track {  background: #ffffff; /* 轨道颜色 */}
.eform-item .country-select .country-list::-webkit-scrollbar-thumb {  background: #ccc; border-radius: 100px; /* 滑块颜色 */}
.eform-item .country-select .country-list::-webkit-scrollbar-thumb:hover {  background: #888; /* 滑块hover颜色 */}