.footer-img {
    display: none;
}

.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;
}

.home .home_global {
    min-height: 27vw;
    padding-top: 1rem;
    box-sizing: border-box;
}

.home_tit {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.home_tit .home_tit_vertical {
    width: 4px;
    height: 1.75rem;
    background: #319653;
    border-radius: 2px;
    margin-right: 12px;
}

.home_tit .home_tit_txt {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.45vw;
    color: #0A0A0A;
}

.home_tools {
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
}

/*  */
.home_tools .tools_links {
    height: 10.57vw;
    width: 75vw;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 2rem;
    display: flex;
    justify-content: space-evenly;
    padding-top: 2.6vw;
    box-sizing: border-box;
}

.home_tools .tools_links .tools_links_item {
    font-weight: 600;
    font-size: 1.25rem;
    color: #363739;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.home_tools .tools_links .tools_links_item .tools_links_item_img {
    width: 2.6vw;
    margin: 0 auto 1.5vw;
}

.home_tools .tools_links .tools_links_item .tools_links_item_img img {
    width: 100%;
    display: block;
}

.home_tools .tools_links .tools_links_item:hover .tools_links_item_img {
    width: 3.12vw;
    margin-top: -4px;
}

.home_tools .tools_links .tools_links_item:hover .tools_links_item_txt {
    text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}

.home_ablot {
    min-height: 33vw;
    padding-bottom: 7vw;
    box-sizing: border-box;
    margin-top: 50px;
}

.home_ablot .home_ablot_content {
    display: flex;
}

.home_ablot .ablot_bg {
    width: 49%;
    flex: 0 0 49%;
    margin-right: 11px;
}

.home_ablot .ablot_bg img {
    width: 100%;
    display: block;
    border-radius: 1.67vw;
}

.home_ablot .ablot_box {
    width: 42.15%;
    flex: 0 0 42.15%;
    background-size: 7.8vw;
    padding: 0 0 0 1.87vw;
}

.home_ablot .ablot_box .ablot_txt {
    font-weight: 400;
    font-size: 0.875rem;
    color: #363739;
    margin-bottom: 10px;
    line-height: 1.25rem;
}

.home_ablot .ablot_box .ablot_txt_title {
    font-weight: bold;
    font-size: 1rem;
}

.home_ablot .ablot_box .ablot_btn {
    display: inline-block;
    min-width: 15vw;
    padding: 0 2rem;
    height: 2.9vw;
    line-height: 2.9vw;
    background: linear-gradient(6deg, #F5C30F 0%, #CC140F 100%);
    border-radius: 1.45vw;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 1.125rem;
    color: #FFFFFF;
    margin-top: 2.6vw;
}

.country-box {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 1rem;
}

.country-box:hover .country-select .arrow-down {
    display: none;
}
.country-box:hover .country-select .icon-gbi {
    display: inline-block;
}
.country-box .country-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 0 !important;
    box-sizing: border-box;
}

.country-box .country-select .arrow-down {
    margin-left: 10px;
}
.country-box .country-select .icon-gbi {
    cursor: pointer;
    color: #999;
    display: none;
}
.country-box .country-select .country-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    font-size: 1rem;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
}


.country-box .country-select .country-text::placeholder {
    color: #999;
}

.country-box .country-list {
    position: absolute;
    left: -0.5rem;
    bottom: -1rem;
    z-index: 9;
    width: 100%;
    transform: translateY(100%);
    padding: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    display: none;
    transition: all 0.5s;
    border-radius: 1rem;
}
.country-box .country-list::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 20%;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
#port_type .country-list {
    min-width: 45rem;
    width: 100%;
    right: 0;
}
.country-box .country-list .country-input {
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    margin-top: 16px;
}

.country-box .country-list .country-input input {
    width: 100%;
    height: 3rem;
    background: #fff;
    border: 0;
    outline: none;
    padding: 0 42px 0 16px;
    font-size: 1rem;
    border-radius: 1rem;
    border: 1px solid #319653;
}

.country-box .country-list .country-input input::placeholder {
    color: #999;
}

.country-box .country-list .country-input .del {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-51%);
    cursor: pointer;
    color: #999;
}
.country-box .country-list .country-input:hover .del {
    display: inline-block;
}
.country-box .country-list .country-items {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    min-height: 100px;
    max-height: 45vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.country-box .country-list .country-items>a,
.country-box .country-list .country-items>p {
    display: flex;
    align-items: center;
    padding: 0.875rem 10px;
    text-decoration: none;
    color: #555555;
    margin: 0;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
}
.country-box .country-list .country-items>a:hover,
.country-box .country-list .country-items>p:hover {
    background: #F5FBF7;
}
.country-box .country-list .country-items>a span,
.country-box .country-list .country-items>p span {
    margin-right: 8px;
}

.country-box .country-list .country-items .icon {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}

.country-box.open .country-select .arrow-down {
    transform: rotateZ(-45deg);
}

.country-box.open .country-list {
    display: inline-block;
}


/* --------------------------------------------------------------------------------------------- */
.home_search .home_search_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.home_search_top .home_search_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 2rem;
    padding: 0 1rem;
    background: linear-gradient(50deg, #f80, #ffb866);
    border-radius: 0.7rem 0.7rem 0 0;
    margin-left: 1.5rem;
    color: #fff;
    font-size: 0.875rem;
}
.home_search_top .home_search_btn .icon {
    margin-right: 4px;
    font-size: 0.875rem;
}
.home_search_top .home_search_text {
    font-size: 1rem;
    color: #FFEDC5;
    margin-bottom: 5px;
    font-weight: bold;
}

.home_search_top .home_search_text span {
    font-size: 1.375rem;
}

.home_search_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    height: 4rem;
    border: 0.5rem solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    background: #fff;
}

.home_search_bottom .search-item {
    flex: 1;
    flex: 0 0 calc((100% - 8.5rem) / 3);
    width: calc((100% - 8.5rem) / 3);
    height: 100%;
    position: relative;
   
}
.home_search_bottom .search-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2rem;
    width: 1px;
    background-color: #c4c4c4;
}
.home_search_bottom .search-item:first-of-type::after {
    display: none;
}
.home_search_bottom .home_search_bottom_box {
    width: 8rem;
    flex: 0 0 8rem;
    height: 100%;
    background: linear-gradient( 224deg, #CC140E 0%, #F6C310 100%);
    border-radius: 1rem;
    margin-left: 0.5rem;
    outline: none;
    border: 0;
    cursor: pointer;
}

.home_search_bottom .home_search_bottom_box span {
    color: #fff;
    font-size: 1.25rem;
}

.home_search_bottom .time-box .c-datepicker-date-editor {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 100%;
    height: 100%;
    border: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0 !important;
    box-sizing: border-box;
}
.home_search_bottom .time-box .c-datepicker-date-editor input {
    font-size: 1rem;
    min-width: 9rem;
    cursor: pointer;
}
.home_search_bottom .time-box .c-datepicker-date-editor input:last-of-type {
    flex: 1;
}
.home_search_bottom .time-box .c-datepicker-date-editor input::placeholder {
    color: #999;
}
.home_global_title {
    color: #319653;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.home_global_title>div {
    display: flex;
    align-items: center;
}

.home_global_title .icon {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.home_global_title .home_global_more {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    color: #999;
    text-decoration: none;
}
.home_global_title .home_global_more > .total {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
} 
.home_global_title .home_global_more:hover {
    color: #319653;
}

.home_global_title .home_global_more .icon {
    transform: rotateZ(-90deg) translateX(2px);
    font-size: 0.8rem;
    width: 1rem;
    height: 1rem;
    margin: 0;
    margin-left: 0.5rem;
}

.home_global_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 2rem;
    margin: 0 -0.5rem;
}

.home_global_list>div {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
}

.home_global_list .home_global_list_item {
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border-radius: 1rem;
    height: 9rem;
    overflow: hidden;
}

.home_global_list .home_global_list_item .list_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2rem;
    box-sizing: border-box;
    height: 100%;
    color: #333;
}

.home_global_list .home_global_list_item .list_item .list_item_new {
    display: inline-block !important;
    width: auto !important;
    font-size: 0.75rem;
    line-height: 1.375rem;
    padding: 0 0.5rem !important;
    position: absolute;
    top: 0;
    left: 0;
    background: #DF020A;
    border-radius: 1rem 100px 100px 0px;
    color: #fff;
}

.home_global_list .home_global_list_item .list_item .list_item_finish {
    display: inline-block !important;
    width: auto !important;
    padding: 0 2.2rem !important;
    line-height: 1.375rem;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.75rem;
    background: #F2F2F2;
    border-radius: 0px 1rem 0px 1rem;
    color: #727272;
}

.home_global_list .home_global_list_item .list_item .list_item_finish.quoting {
    background: #EAF4ED;
    color: #319653;
}

.home_global_list .list_item>div {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    justify-content: space-between;
    font-size: 0.875rem;
    box-sizing: border-box;
    width: 100%;
}

.list_item .list_item_types {
    color: #999;
    white-space: nowrap;
}

.home_global_list_item .list_item_country {
    font-weight: bold;
    width: 100%;
    justify-content: flex-end !important;
    overflow: hidden;
    margin-left: 10px;
}

.home_global_list_item .list_item_country .home_ellipsis {
    text-align: right;
}

.home_global_list_item .list_item_country .icon {
    border-radius: 50%;
    overflow: hidden;
    margin-left: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
}

.list_item .list_item_text {
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_item .list_item_address {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid #f3f3f3;
}

.list_item .list_item_address>div {
    flex: 0 0 calc(50% - 19px);
    width: calc(50% - 19px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.list_item .list_item_address>div:last-of-type {
    text-align: right;
}

.list_item .list_item_address>.list_item_to {
    margin: 0;
    flex: 0 0 38px;
    width: 38px;
    transform: translateY(-2px);
}

.home_global_list_item:hover .list_item_hidden {
    display: flex;
}

.home_global_list_item .list_item_hidden {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(50deg, #ffb866, #CD180E);
    color: #fff;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1rem;
    box-sizing: border-box;
    font-size: 0.875rem;
}

.list_item_hidden>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.list_item_hidden .list_item_hidden_top {
    flex: 1;
    padding-bottom: 1rem;
}

.list_item_hidden .list_item_hidden_top>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.list_item_hidden_num {
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
}
.list_item_hidden_num.d-none {
    display: none !important;
}
.list_item_hidden_top>div:nth-of-type(1) {
    align-items: flex-start;
    overflow: hidden;
    flex: 1;
}

.list_item_hidden_top>div:nth-of-type(2) {
    align-items: flex-end;
}

.list_item_hidden>div:last-of-type {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.list_item_hidden>div:last-of-type .icon {
    display: inline-block;
    margin-right: 0.4rem;
    font-size: 1.4rem;
    transform: translateY(0.18rem);
}

.list_item_hidden .list_item_btn > a,
.list_item_hidden .list_item_btn > div {
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    cursor: pointer;
    color: #CD180E;
    padding: 0.5rem 2rem;
    border-radius: 40px;
}

.list_item_hidden .list_item_hidden_address {
    position: relative;
}

.list_item_hidden .list_item_hidden_address::after {
    position: absolute;
    top: 50%;
    left: 0.18rem;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 1px;
    height: calc(100% - 1rem);
    background: repeating-linear-gradient(0deg, transparent, transparent 10px, #fff 10px, #fff 15px)
}

.list_item_hidden .list_item_hidden_address>div {
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    line-height: 1rem;
}

.list_item_hidden .list_item_hidden_address>div::after {
    content: '';
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 1;
}


/* home_global_bottom */
.home_global_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.home_global_bottom .home_global_list .home_global_list_item .list_item .list_item_finish {
    display: none !important;
}
.home_global_bottom>div {
    flex: 0 0 49.5%;
    width: 49.5%;
    margin-right: 1%;
}

.home_global_bottom>div:last-of-type {
    margin: 0;
}

.home_global_bottom .home_global_list_item {
    height: 4.5rem;
    padding: 1rem 0;
    box-sizing: border-box;
}

.home_global_bottom .home_global_list>div {
    width: 100%;
    flex: 0 0 100%;
}

.home_global_bottom .home_global_list .list_item {
    flex-direction: row;
    padding-top: 0;
}

.home_global_bottom .home_global_list .list_item>div:nth-of-type(1) {
    flex: 0 0 54%;
    width: 54%;
}

.home_global_bottom .home_global_list .list_item .list_item_address {
    flex: 0 0 46%;
    width: 46%;
    border: 0;
    border-left: 1px solid #f3f3f3;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.home_global_bottom .list_item_hidden .list_item_hidden_top,
.home_global_bottom .home_global_list .list_item .list_item_text {
    display: none !important;
}

.home_global_bottom .home_global_list_item .list_item_hidden {
    background: transparent;
    padding-top: 0;
    justify-content: center;
}
.home_global_bottom .list_item_hidden>div:last-of-type {
    justify-content: flex-end;
    height: 100%;
}
.home_global_bottom .list_item_hidden>div:last-of-type > div {
    display: none;
}

.home_global_bottom .list_item_hidden>div:last-of-type .list_item_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 45%;
    width: 45%;
    background-color: #fff;
    height: 100%;
}
.home_global_bottom .list_item_hidden .list_item_btn > a,
.home_global_bottom .list_item_hidden .list_item_btn div {
    background: linear-gradient(50deg, #ffb866, #CD180E);
    color: #fff;
    padding: 0.5rem 4rem;
    max-width: 80%;
}
.country-list .country-title,
.country-list .list-box-title {
    font-size: 0.875rem;
    color: #727272;
}
.country-list .box-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0.875rem;
}
.country-list .box-list > div {
    background: #FFFFFF;
    margin-right: 0.875rem;
    margin-bottom:  0.875rem;
    border-radius: 0.875rem;
    border: 1px solid #B0B0B0;
    padding: 0.875rem 1.25rem;
    cursor: pointer;
}
.country-list .box-list > div.active {
    background: linear-gradient( 227deg, #CC140E 0%, #F6C310 100%);
    color: #fff;
    border-color: #fff;
}

.country-box .country-select .card-text {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    box-sizing: border-box;
}
.country-box .country-select .card-text p {
    color: #999;
    margin: 0;
}
.country-box .country-select .card-text > div {
    height: 2.25rem;
    padding: 0 1.3rem;
    box-sizing: border-box;
    background: #F2F2F2;
    border-radius: 0.875rem;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.country-box .country-select .card-text > div span {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30%, -30%);
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background: #B0B0B0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
/* --------------------------------------------------------------------------------------------- */


.c-datepicker-picker {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    border-radius: 1rem;
    margin-top: 0px;
    transform: translate(-30%, 1rem);
    z-index: 1999;
    width: 40rem !important;
}

.c-datepicker-picker::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 50%;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.c-datepicker-picker .c-datepicker-picker__sidebar {
    display: none;
}
.c-datepicker-picker .c-datepicker-picker__body {
    margin-left: 0 !important;
}
.c-datepicker-button--mini,
.c-datepicker-date-table {
    font-size: 0.875rem;
}
.c-datepicker-date-range-picker__header {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
    font-size: 1rem;
    line-height: 1.875rem;
}
.is-left .c-datepicker-date-range-picker__header {
    justify-content: flex-start;
}
.is-right .c-datepicker-date-range-picker__header {
    justify-content: flex-end;
}

.c-datepicker-date-range-picker__header i {
    transform: translateY(-2px);
    font-size: 1rem;
}

.is-en.c-datepicker-date-range-picker .is-left .c-datepicker-date-range-picker__header-year {
    margin-left: 4.2rem;
}
.is-en.c-datepicker-date-range-picker .is-right .c-datepicker-date-range-picker__header-month {
    margin-right: 4.2rem;
}
.c-datepicker-picker__footer {
    background-color: transparent;
}
.c-datepicker-date-table td .cell {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
}
.c-datepicker-date-table td div {
    height: 1.875rem;
}

.c-datepicker-button+.c-datepicker-button {
    border-radius: 10px;
}
/* 新英文页 */
.home_line{
    margin-top: 2.85vw;
    padding: 0 12.5vw 2.2vw;
  }
  .home_line .line_tit {
    position: relative;
  }
  .home_line .line_tit .line_btns{
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
  }
  .home_line .line_tit .line_btns .line_btn{
    width: 6.25vw;
    height: 2.18vw;
    line-height: 2.3vw;
    text-align: center;  
    border-radius: 1.1vw;
    font-weight: 500;
    font-size: 1rem;  
    margin-left: 12px;
    background: #FFFFFF;
    border: 1px solid #DEDEDC;
    color: #555555;
    cursor: pointer;
  }
  .home_line .line_tit .line_btns .line_btn:hover{
    background: #E4F0E8;
    color: #319653;
    border: 0;
  }
  .home_line .line_tit .line_btns .line_btn.active{
    background: #319653;
    border: 0;
    color: #FFFFFF;
  }
  .home_line .line_box{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }
  .home_line .line_box .line_item{
    width: 32.5%;
    margin-right: 1.25%;
    /* height: 8.85vw; */
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 1rem;
    cursor: pointer;
    margin-bottom: 0.9vw;
  }
  .home_line .line_box .line_item:nth-child(3n){
    margin-right: 0;
  }
  .home_line .line_box .line_item .line_top{
    padding: 1vw;
    box-sizing: border-box; 
    border-bottom: 1px solid #F2F2F2;
    line-height: 30px;
  }
  .home_line .line_box .line_item:hover .line_top{
    border-bottom: 1px solid rgba(255,255,255,0.26);
  }
  .home_line .line_box .line_item .line_top>div{
    display: flex;
    justify-content: space-between;
  }
  .home_line .line_box .line_item .line_top>div:last-child{
    line-height: 0.7rem;
    margin-top: -1.3rem;
  }
  .home_line .line_box .line_item .line_top>div>div{
    /* width: 20%;
    flex: 0 0 20%; */
    text-align: center;
    font-size: 0.875rem;
    color: #727272;
  
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .home_line .line_box .line_item .line_top .line_img{
    padding-top: 0.4rem;
  }
  .home_line .line_box .line_item .line_top>div .line_name:last-child{
    text-align: right;
  }
  .home_line .line_box .line_item .line_top>div .line_name:first-child{
    text-align: left;
  }
  .home_line .line_box .line_item .line_top .line_name span:first-of-type{
    font-weight: 600;
    font-size: 1.125rem;
    color: #0A0A0A;
    margin-bottom: 6px;
    display: inline-block;
  
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  
  }
  
  .home_line .line_box .line_item .line_top .line_img .icon{
    font-size: 1.25rem;
    line-height: 1rem;
    color: #EB7334;
  }
  .home_line .line_box .line_item .line_top .line_vert{
    color: #cfcfcf;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .home_line .line_box .line_item .line_top .line_vert .line-fg{
    border-bottom: 2px dashed #cfcfcf;
    width: 56%;
    margin: 0 auto;
    margin-top: 0.7vw;
  }
  .home_line .line_box .line_item .line_bom{
    padding: 0.5vw 1vw;
    display: flex;
    justify-content: space-between;
  }
  .home_line .line_box .line_item .line_bom .hover{
    display: none;
  }
  .home_line .line_box .line_item .line_bom>div:first-of-type{
    font-size: 0.875rem;
    color: #363739;
  }
  .home_line .line_box .line_item .line_bom img{
    height: auto;
    width: 1.77vw;
    margin-right: 6px;
    display: inline-block;
  }
  .home_line .line_box .line_item .line_bom>div:last-of-type{
    font-weight: 600;
    font-size: 1rem;
    color: #EB7334;
    display: flex;
    align-items: center;
  }
  .home_line .line_box .line_item:hover{
    background: linear-gradient( 224deg, #CC140E 0%, #F6C310 100%);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  }
  .home_line .line_box .line_item:hover .line_top>div,
  .home_line .line_box .line_item:hover .line_bom>div:first-of-type,
  .home_line .line_box .line_item:hover .line_top .line_name span:first-of-type,
  .home_line .line_box .line_item:hover .line_top>div>div,
  .home_line .line_box .line_item:hover .line_bom>div:last-of-type
  {
    color: #fff !important;
  }
  .home_line .line_box .line_item:hover .line_box .line_item .line_top{
    border-color: #fff;
  }
  .home_line .line_box .line_item:hover .line_top .line_img .icon{
    color: #fff;
  }
  .home_line .line_box .line_item:hover .line_bom .hover{
    display: block;
  }
  .home_line .line_box .line_item:hover .line_bom .no_hover{
    display: none;
  }
.home_evaluate{
    margin-top: 3.1vw;
    padding: 0 12.5vw 2.2vw;
  }
  .home_evaluate .evaluate_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_evaluate .evaluate_box .evaluate_item{
    width: 49.3%;
    /* height: 14.58vw; */
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    border-radius: 0px 0px 0px 5.2vw;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1vw;
  }
  .home_evaluate .evaluate_box .evaluate_item:nth-of-type(2){
    border-radius: 0px 0px 5.2vw 0px;
    justify-content: flex-start;
  }
  .home_evaluate .evaluate_box .evaluate_item:nth-child(even) .evaluate_txt{
    text-align: left;
    padding: 2.6vw 2vw 0 1.14vw;
  }
  .home_evaluate .evaluate_box .evaluate_item:nth-of-type(3){
    border-radius: 5.2vw 0px 0px 0px;
  }
  .home_evaluate .evaluate_box .evaluate_item:nth-of-type(3) .evaluate_txt{
    padding-top: 1.56vw;
  }
  .home_evaluate .evaluate_box .evaluate_item:nth-of-type(4){
    border-radius: 0px 5.2vw 0px 0px;
    justify-content: flex-start;
  }
  .home_evaluate .evaluate_box .evaluate_item .evaluate_txt{
    padding: 2.6vw 1.14vw 1vw 2vw;
    text-align: right;
  }
  .home_evaluate .evaluate_box .evaluate_item .evaluate_txt .evaluate_name{
    font-weight: 600;
    font-size: 1.75rem;
    color: #F87D12;
  }
  .home_evaluate .evaluate_box .evaluate_item .evaluate_txt .evaluate_rank{
    font-size: 1rem;
    color: #B0B0B0;
    margin-bottom: 6px;
  }
  .home_evaluate .evaluate_box .evaluate_item .evaluate_txt .evaluate_content{
    font-size: 0.875rem;
    color: #555555;
    line-height: 1.375rem;
  }
  .home_evaluate .evaluate_box .evaluate_item .evaluate_img{
    width: 39.43%;
    flex: 0 0 39.43%;
    display: flex;
    align-items: center;
  }
  .home_evaluate .evaluate_box .evaluate_item .evaluate_img img{
    width: 100%;
    height: auto;
  }
  .our{
    margin-top: 18px;
    overflow: hidden;
    padding-left: 12.5vw;
    padding-right: 12.5vw;
    box-sizing: border-box;
  }
  .our .carousel{
    width: 75vw;
    height: 25.1vw;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 1rem;
    padding: 2.6vw 0 2.6vw 2.6vw;
    box-sizing: border-box;
  }
  .our .carousel .swiper{
    padding-top: 6px;
  }
  .our .carousel .swiper .row{
    height: calc(7.3vw - 12px);
  }
  .our .carousel .swiper .row-box{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 1rem;
    padding: 1.35vw 2.6vw;
    margin: 0 1vw;
    width: auto;
    height: 5.3vw;
    box-sizing: border-box;
  }
  .our .carousel .swiper .row-box img{
    height: 2.6vw;
    width: auto;
    display: inline-block;
  }
  .choose{
    background-color: #f7f7f7;
    padding: 20px 0;
  }
  .choose .choose_top{
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      color: #080808;
      margin-bottom: 20px;
}
.choose .choose_box{
    display: flex;
    justify-content: space-between;
    padding-left: 12.5vw;
    padding-right: 12.5vw;
    box-sizing: border-box;
}
.choose .choose_box .choose_item{
    flex: 0 0 200px;
    position: relative;
    color: #555555;
    height: 140px;
}
.choose .choose_box .choose_item .choose_bg{
    position: absolute;
    font-size: 110px;
    color: #e9e9e9;
    left: 0;
    top: -30px;
    font-weight: 900;
}
.choose .choose_box .choose_item .choo_hz{
    position: absolute;
    padding-top: 16px;
}
.choose .choose_box .choose_item .choo_title{
    color: #080808;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.choose .choose_box .choose_item .choo_txt{
    font-size: 14px;
    line-height: 18px;
}
.our_top{
    text-align: center;
    padding-left: 12.5vw;
    padding-right: 12.5vw;
    box-sizing: border-box;
    padding-top: 20px;
}
.our_top .ourtop_tit{
    font-size: 28px;
    font-weight: bold;
    color: #080808;
    margin-bottom: 20px;
}
.our_top .ourtop_txt{
    font-size: 14px;
    color: #080808;;
    margin-bottom: 10px;
}
.notice_box .notice_content{
    padding: 50px 30px;
}
.notice_box .notice_content .notice_title{
    font-size: 24px;
}
.notice_box .notice_content .notice_indt{
    font-size: 24px;
}
.notice_box .notice_content .notice_h1{
    font-size: 16px;
}
.notice_box .notice_content .notice_h2{
    font-size: 14px;
}
.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: 40px 6.25rem;
}
/* ai */
#chatIframe{
    width: 100%;
    min-height: calc(100vh - 300px);
    border: 0;
    display: block;
    padding: 0 6.25rem;
    box-sizing: border-box;
    background: #f2f2f2;
}
#chatMessages{
    background: #f2f2f2;
}
#chatIframe .chat-header{
    display: none;
}
#chatIframe .chat-container{
    max-width: none;
}
.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: 1;
}
.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;
}