[v-cloak]{
    display: none;
}
.content-box {
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}
.content-bg {
    padding: 30px 6.25rem;
    box-sizing: border-box;
    border-radius: 16px;
    padding-bottom: 30px;
    box-shadow: 0 0 10px 0 rgba(35, 37, 55, 0.12);
}
.content-title {
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.content-title .el-checkbox__label {
    color: #fff !important;
}

.el-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    height: 300px;
}
.el-empty__image {
    width: 160px;
    margin-bottom: 20px;
}

.history-lists {
    display: flex;
    height: 30px;
    align-items: center;
    margin-top: 20px;
    color: #fff;
}

.history-lists .el-popover__reference-wrapper {
    padding: 0;
}

.history-lists .more {
    margin-left: 8px;
}
.history-lists .more,
.history-lists > .history-list {
    cursor: pointer;
    background: rgba(255,255,255,0.3);
    border-radius: 13px;
    padding: 4px 14px;
    color: #fff;
    border: 0;
}
.history-lists .more span {
    transition: all 0.3s;
}
.history-lists .more.active span {
    transform: rotateZ(180deg) translateY(1px);
}
.history-list {
    cursor: pointer;
    padding: 16px 0;
    border-bottom: 1px solid #F3F3F3;
}
.history-list:last-of-type {
    border: 0;
}
.history-list-box {
    max-height: 200px;
    overflow-y: auto;
    }
    .sellerBackstage .el-dialog__wrapper {
    overflow-y: auto;
}
.form_list .form-input-dropdown.center{
    z-index: 2000;
}
.footer-img {
    display: none;
}
/* header.white{
  background: #fff !important;
} */
.home h1,
.home h2,
.home h3 {
    margin: 0;
    font-size: 100%;
    font-weight: inherit;
}

.home h1 {
    font-size: 3.125rem;
}

.home h2 {
    font-size: 2rem;
}

.home h3 {
    font-size: 1rem;
}

.home .home_content {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
    box-sizing: border-box;
}

.home .home_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .home_ellipsis {
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/* global */

.home .arrow-down {
    display: inline-block;
    flex: 0 0 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    border-top: 1.5px solid #999;
    border-right: 1.5px solid #999;
    transform: translateY(-2px) rotateZ(135deg);
    transition: all 0.3s;
}

.home .home_bg {
    /* height: 23.4vw; */
    background: url('/res/assets/images/home_en/home_bg.jpg');
    background-size: 100%;
    position: relative;
    z-index: 1;
}

.home .home_bg .home_search {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.form_list .form-btn{
    height: 86px;
}
.form_list .form-btn .queryBtn{
    width: 200px;
    box-sizing: border-box;
}
.sellerBackstage .sellerBackstage-header{
    margin: 0;
}
.content-bg{
    padding: 30px 6.25rem;
}
/* ai */
.home_ai .ai_top .ai_title{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}
.home_query{
    position: relative;
}
.show_box{
    position: absolute;
    top: 149px;
    left: calc(6.25rem + 16px);
    display: flex;
    height: 40px;
}
.show_box>div{
    line-height: 40px;
    padding: 0 20px;
    margin-right: 6px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.show_box .go_query_btn{
    background-color: #2b53e2;
}
.show_box .go_ai_btn{
    background-color: #4e42d2;
    display: flex;
    align-items: center;
}
.show_box .go_ai_btn img{
    width: 20px;
    margin-right: 10px;
}
.form_list form{
    z-index: 2;
}
.home_ai{
    padding-top: 100px;
}
.home_ai .ai_top .ai_search{
    padding: 30px 6.25rem 0;
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 16px;
    box-shadow: 0 0 10px 0 rgba(35, 37, 55, 0.12);
    
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.home_ai .ai_top .ai_search .ai_input{
    width: calc(100% - 212px);
    z-index: 1;
    position: relative;
}
.home_ai .ai_top .ai_search .ai_input input{
    border: 0;
    border-radius: 16px;
    height: 86px;
    line-height: 86px;
    width: 100%;
    outline: none;
    text-indent: 16px;
    font-size: 18px;
    box-sizing: border-box;
}
.home_ai .ai_top .ai_history{
    color: #fff;
    line-height: 18px;
    margin-top: 18px;
    min-height: 42px;
    padding: 0 6.25rem;
    position: relative;
    padding-bottom: 20px;
}
.home_ai .ai_top .ai_history .ai_history_item:first-child{
  display: flex !important;
}
.home_ai .ai_top .ai_history.maxh .ai_history_item{
    display: flex !important;
}
.home_ai .ai_top .ai_history .aih_more{
  position: absolute;
  right: 6.25rem;
  top: 8px;
  cursor: pointer;
  display: flex;
  color: #aaa;
  width: 120px;
  justify-content: space-between;
  align-items: center;
}
.home_ai .ai_top .ai_history .aih_more img{
  transform: rotate(-90deg);
  height: 12px;
}
.home_ai .ai_top .ai_history.maxh .aih_more img{
  transform: rotate(90deg);
}
.home_ai .ai_top .ai_history_item{
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 32px;
    height: 32px;
}
.home_ai .ai_top .ai_history_item .ai_hbg{
    background: #4e42d2;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.home_ai .ai_top .ai_history_item img{
    width: 18px;
}
.home_ai .ai_top .ai_history_item .ai_history_name{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 78vw;
}
.home_ai .ai_top .ai_history_item:hover .ai_history_name{
    color: #EB7334;
}
.home_ai .ai_top .ai_search .ai_button{
    color: #fff;
    background: #4e42d2;
    height: 86px;
    line-height: 86px;
    border-radius: 16px;
    width: 200px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_ai .ai_top .ai_search .ai_button img{
    width: 30px;
    margin-right: 10px;
}
.ai_search .show_box{
    top: -11px;
}


/* 查价改成下拉 */
.quotation-list{
    /* height: 196px; */
}
.quotation-list.show-detail{
    height: auto;
}

.quotation_detail{
    padding: 20px 40px;
}
.quotation_detail .other_price{
    padding-top: 20px;
    border-bottom: 1px solid #ececec;
    line-height: 40px;
}
.quotation_detail .other_price .other_price_title{
    color: #787878;
}
.quotation_detail .other_price .other_price_title,
.quotation_detail .other_price .other_price_item{
    display: flex;
    justify-content: space-between;
}
.quotation_detail .other_price .other_price_item{
    border-top: 1px solid #ececec;
    font-size: 14px;
}
.quotation_detail .other_price .other_price_title>div,
.quotation_detail .other_price .other_price_item>div{
    flex: 1;
    text-align: center;
}
.quotation_detail .other_price .other_price_title>div:last-child,
.quotation_detail .other_price .other_price_item>div:last-child{
    flex: 2;
}
.quotation_detail .quotation_detail_remark{
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    font-size: 14px;
    padding: 20px 0;
    line-height: 1.6;
}
.quotation_detail .quotation_detail_remark span:first-child{
    color: #909090;
}
.quotation_detail .quotation_detail_allcny{
    text-align: right;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: var(--primary-color-10, #e1f5f9);
}
.quotation_detail .offer_btns{
    display: flex;
    justify-content: end;
    margin: 10px;
}
.quotation_detail .offer_btns .offer_btn{
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    width: 130px;
    background-color: #1B54EA;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.quotation_detail .offer_btns .offer_btn:nth-of-type(2) {
    background-color: #fff;
    color: #111;
    border: 1px solid #ececec;
    margin-left: 20px;
}
.quotation-list.active{
    border: 0;
}
.quotation-list.active .quotation-list_item{
    border: 1px solid #333;
    border-radius: 16px;
}