[v-cloak] {
    display: none !important;
}
main {
    min-height: 80vh;
}

.gpt_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 16px;
}
.gpt_box::before {
    content: 'Ad';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #c7bfbf;
    border-radius: 50%;
    color: #c7bfbf;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    height: 30px;
    width: 30px;
    z-index: -1;
}
.correct_center {
    padding: 0 12.5vw;
    box-sizing: border-box;
}
.el-autocomplete-suggestion {
    border-radius: 16px;
    max-width: 400px;
}
.el-autocomplete-suggestion li {
    font-size: 1rem;
    line-height: 2;
}
footer .footer-img {
    display: none;
}
.port-top__title >div {
    font-size: 0.875rem;
    padding: 0 26vw;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.5;
}
.port-result__kw {
    color: #0A0A0A;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
}
.port-result__kw span {
    color: #319653 ;
}
.port-result__body {
    margin-top: 1rem;
}

.port-top__search {
    position: relative;
    top: auto;
    width: auto;
    z-index: 9;
    transform: translateY(-2.5rem);
}
.search-box  > div > span {
    margin-left: 1rem;
    font-size: 1.3rem;
    color: #319653;
}
.port-top__search .el-input.el-input--suffix .el-input__inner {
    padding: 0 1.625rem 0 1rem;
}
.catagory_prod .search-show {
    flex: 0 0 7.7rem;
    width: 7.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: #EAF4ED;
    padding: 0.4rem;
    color: #319653;
    font-size: 0.75rem;
    font-weight: 400;
    height: 2rem;
    cursor: pointer;
}
.catagory_prod .search-show  i {
    margin: 0;
    margin-left: 0.5rem;
}
.port-top__search .search-box {
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 0.5rem;
    height: 4.75rem;
    background: #fff;
}
.port-top__search .search-box > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    background-color: #fff; 
}
.port-top__search .search-box .el-input,
.el-select-dropdown__item,
.el-select-group__title  {
    font-size: 1rem;
}
.el-select-dropdown__item {
    line-height: 3rem;
    height: 3rem;
}

.port-top__search .el-select .el-input::after {
    display: none;
}

.port-top__search .search-box .el-autocomplete,
.port-top__search .search-box .el-select,
.port-top__search .search-box .el-input {
    width: 100%;
}
.port-top__search .search-box > div > .el-autocomplete,
.port-top__search .search-box > div > .el-select,
.port-top__search .search-box > div > .el-input  {
    flex: 1;
}
.port-top__search .search-box > div > .el-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.75rem;
    border-radius: 1rem;
    flex: 0 0 7.5rem;
    background: linear-gradient( 224deg, #CC140E 0%, #F6C310 100%);
    color: #fff;
    font-size: 1.375rem;
}
.search-hot_ports {
    column-gap: 0;
    margin-left: 0;
}
.search-hot_ports > div {
    padding: 0 0.8rem;
    border-left: 1px solid #319653;
    line-height: 1;
}
.search-hot_ports > div:first-of-type {
    border: 0;
}

.port-bottom {
    margin-top: 0;
}
.port-result__header {
    margin-top: 0;
}

.search-hot {
    color: #555555;
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: 400;
}
.search-hot_ports a {
    color: #319653;
}

.category-container {
    border: 0;
    border-radius: 0;
}
.catagory-body .catagory_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 1rem;
    margin-bottom: 0.8rem;
    border: 0;
}

.catagory-body .catagory_box .catagory_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    cursor: default;
    line-height: 3.425rem;
    font-weight: 700;
    color: #1c1d1e;
}
.catagory_prod .catagory_i {
    cursor: pointer;
}
.category .catagory-body .catagory_box .catagory_title .catagory_code {
    padding-left: 2rem;
}
.category .catagory-body .catagory_box .catagory_title {
    line-height: 4rem;
    padding: 0;
}
.category .catagory-body .catagory_box .catagory_item .catagory_txt {
    cursor: pointer;
    padding: 0.75rem 3.125rem;
    border-bottom: 1px solid #eee;
    font-size: 0.875rem;
    font-weight: 400;
    color: #555555;
    line-height: 1.5rem;
}
.category .catagory-body .catagory_box .catagory_item .catagory_txt:hover {
    color: #319653;
}
.catagory-body .catagory_box.hid {
    height: auto;
}

.catagory-body .catagory_box.hid .catagory_item {
    display: none;
}
.catagory-body .catagory_box .catagory_item {
    border-top: 1px solid #e0e0e0;
}
.catagory-body .catagory_box .catagory_item .catagory_txt,
.catagory-body .catagory_box .catagory_title {
    border: 0;
}
.catagory-body .catagory_box .catagory_title .catagory_code {
    display: flex;
    align-items: center;
    flex: 1;
}
.catagory-body .catagory_box .catagory_title span {
    margin-left: 0;
}
.catagory-body .catagory_box .catagory_title .tit_code {
    flex: 0 0 3.425rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    background: #319653;
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catagory-body .catagory_box .catagory_title .ms {
    margin-left: 1.25rem;
    font-size: 0.875rem;
    color: #363739;
    line-height: 20px;
    font-weight: 400;
}
.catagory-body .catagory_box .no-active {
    transform: rotate(90deg);
}
.el-collapse-item__arrow.is-active {
    transform: rotate(-90deg);
}
.catagory-body .catagory_box .catagory_item .catagory_txt:hover {
    font-weight: 400;
}
.catagory-body .catagory_box .catagory_item  > .catagory_content {
    padding: 1rem;
    box-sizing: border-box;
   
}
.catagory-body .catagory_box .catagory_item .catagory_txt {
    padding: 1rem 1rem 1rem 3.125rem;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catagory-body .catagory_box .catagory_item .catagory_txt .catagory_txt_left {
    display: flex;
    align-items: center;
}

.catagory_content .content {
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-radius: 1rem;
    overflow: hidden;
    color: #1C1D1E;
    font-size: 0.875rem;
}
.content .content_item:nth-of-type(2) {
    border-radius: 0 1rem 0 0;
}
.content .content_item:nth-last-child(1) {
    border-radius: 0 0 1rem 0;
}
.content .content_item:nth-last-child(2) {
    border-radius: 0 0 0 1rem;
}
.content .content_item > div {
    min-height: 50px;
}
.catagory-body .catagory_box .catagory_item.hid .catagory_content {
    display: none;
}

.catagory-body .catagory_box .catagory_item.hid .is-active {
    display: none;
}
.catagory-body .catagory_box .catagory_item.hid .no-active {
    display: inline-block;
}


.correct-ensures {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.correct-ensures > div {
    width: 65%;
    flex:  0 0 65%;
    height: 22rem;
    display: flex;
    padding: 0 1rem;
   
}
.correct-ensures > .left {
    background: linear-gradient(225deg, #319653 0%, #5FC78B 100%);
    border-radius: 0px 18px 18px 0px;
    transform: skew(-20deg);
    justify-content: flex-end;
}

.correct-ensures > .right {
    background: #F3F3F3;
    border-radius: 18px 0px 0px 18px;
    transform: skew(-20deg);
    /* margin-left: 0.5rem; */
    margin-left: 5px;
    margin-top: 1.5rem;
    justify-content: flex-start;
}
.correct-top > .text {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.correct-top > .text  > div {
    padding: 0 1rem;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 10rem;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.correct-top > .text > div:first-of-type {
    background-image: linear-gradient(101deg, rgba(255,255,255,0.21) 0%, rgba(255,255,255,0) 100%);
    position: relative;
    top: -3rem;
}
.correct-top > .text  > div:last-of-type {
    background-image: linear-gradient(107deg, rgba(49,150,83,0.22) 0%, rgba(49,150,83,0.02) 100%);
    position: relative;
    top: 1rem;
}

.country-wrap > .harmonized {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3.125rem;
}
.country-wrap > .harmonized > div {
    flex: 1;
}

.country-wrap > .harmonized .correct_text p span {
    width: 6px;
    flex: 0 0 6px;
    height: 6px;
    background: #319653;
    border-radius: 50%;
    margin-top: 0.4rem;
}
.correct-top {
    font-family: initial;
    position: absolute;
    left: 0;
    right: 0; 
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.correct_text {
    flex: 1;
    font-size: 2rem;
    font-weight: 600;
}

.correct_text p span {
    margin-top: 2px;
    margin-right: 0.5rem;
}
.correct_text p {
    margin: 0;
    line-height: 1.4rem;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: flex-start;
}

.correct-bg {
    position: relative;
}
.correct-top > div:first-of-type {
    color: #fff;
}
.correct-top > div:first-of-type  span {
    font-weight: 700;
}
.correct-top > div:last-of-type {
    color: #0A0A0A;
}
.correct-top > div:last-of-type span {
    color: #DF020A;
}

.correct_box {
    padding: 0 3.75rem;
    box-sizing: border-box;
    line-height: 1.25;
    font-size: 0.875rem;
}
.correct_box > div {
    padding: 1.7rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 1rem;
}
.correct_box .correct_box_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.correct_box .correct_box_top > div  {
    display: flex;
    flex-direction: column;
}
.correct_box .correct_box_top .correct_box_bold {
    font-weight: bold;
    font-size: 1.25rem;
    position: relative;
}
.correct_box .correct_box_top .correct_box_bold::before {
    position: absolute;
    content: " ";
    top: 0;
    left: -1.7rem;
    display: inline-block;
    height: 1.25rem;
    width: 4px;
    background-color: #319653;
}
.correct_box .correct_box_top > div > div {
    margin-bottom: 0.7rem;
}
.correct_box .correct_box_bottom {
    border-top: 1px dashed #EAEAEA;
}


.correct_box .correct_box_bottom p {
    margin: 0;
    margin-top: 0.7rem;
    display: flex;
}
.correct_box .correct_box_bottom p span {
    color: #727272;
    display: inline-block;
    margin-right: 0.4rem;
}

@media (max-width: 768px) {
    .port-result__kw {
        font-size: 18px;
    }
    .search-box > div > span {
        display: none;
    }

    .correct_center {
        padding: 0 20px !important;
        margin: 0;
    }
    .correct-ensures,
    .correct-top,
    .country-wrap > .harmonized {
        display: flex !important;
        flex-direction: column;
    }
    .port-top__search .search-hot:not([v-cloak]) {
        display: flex !important;
        justify-content: flex-start;
        flex-wrap: wrap;
        height: auto;
    }
    .port-bottom {
        margin-top: -20px;
    }
    .search-hot__label {
        margin-bottom: 0.5rem;
    }
    .category .catagory-body .catagory_box .catagory_item .catagory_txt,
    .category .catagory-body .catagory_box .catagory_title {
        flex-direction: row;
    }
    .port-top__search .search-box > div,
    .catagory-body .catagory_box .catagory_item .catagory_txt,
    .catagory-body .catagory_box .catagory_title {
        flex-direction: column;
    }
    .catagory-body .catagory_box .catagory_item .catagory_txt .catagory_txt_left,
    .catagory-body .catagory_box .catagory_title .catagory_code {
        width: 100%;
    }
    .catagory-body .catagory_box .catagory_item .catagory_txt {
        padding: 1rem;
    }
    .catagory_prod .search-show {
        flex: auto;
        margin-top: 1rem;
    }
    
    .search-hot_ports > div {
        margin-bottom: 0.5rem;
    }
    .search-hot_ports > div:first-of-type {
        padding-left: 0;
    }
  
    .port-top__search .search-box {
        padding: 10px;
        height: auto;
    }
    
    .port-top__search .el-input {
        flex: 0 0 50px;
        height: 50px;
        border-radius: 1rem;
        border: 1px solid #F2F2F2;
        overflow: hidden;
        margin-bottom: 0.8rem;
    }
    .port-top__search .search-box > div > .el-button {
        flex: 0 0 50px;
        height: 50px;
        width: 100%;
        border-radius: 1rem;
    }
    

    .correct_text > div {
        font-size: 1.5rem;
        margin: 10px 0;
    }
    .correct_box {
        padding: 0;
    }
  
    .correct-top > div {
        padding: 0 !important;
    }
    .port-top {
        height: 240px;
    }

    .correct-ensures > .left,
    .correct-ensures > .right {
        transform: skew(0 ,-16deg);
        border-radius: 18px;
        width: auto;
        height: 35rem;
        flex: 0 0 35rem;
    }
    .correct-ensures > .right {
        margin-top: 0.5rem;
        margin-left: 0;
    }
    .port-top__title >div,
    .correct-bg {
        padding: 0 20px;
    }
    .correct-top {
        padding: 0 40px !important;
    }
    .correct-ensures {
        border-radius: 18px;
        height: 63rem;
    }
    .correct_text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .correct-top > .text > div{
        position: inherit !important;
    }
    .correct-top > div:last-of-type{
        margin-top: -30px;
    }
    .correct-top > .text{
        margin-top: -15px;
    }
}

@media (max-width: 768px) { 
    .md-hide {
        position: relative;
    }
    .md-hide::after {
        content:'';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .md-hide > div {
        flex-direction: row !important;
        min-height: 50px !important;
        border-radius: 1rem;
        border: 1px solid #F2F2F2;
    }
    .md-hide > div > .el-autocomplete,
    .md-hide > div > .el-input {
        display: none;
    }
    .md-hide .el-input {
        margin: 0 !important;
        border: 0 !important;
    }
    .md-hide .el-button {
        border-radius: 12px !important;
        flex: 0 0 66px !important;
    }
}

body.gpt .header_height {
    height: 5rem;
}


body.gpt header .hgj-header-logo > a:first-child  {
    display: none !important;
}
body.gpt header .hgj-header-logo > a:last-child {
display: flex !important;
}

body.gpt header .icon-lang, 
body.gpt header .icon-arrow {
display: none !important;
}
body.gpt header .icon-lang-dark, 
body.gpt header .icon-arrow-dark {
display: inline-block !important;
}

body.gpt header,
body.gpt header .userinfo-name,
body.gpt header .hgj-header-menu a {
color: #555555 !important;
}

body.gpt .gpt-show .port-top {
    background: transparent;
    justify-content: flex-start;
    height: auto;
}
body.gpt .gpt-show .port-top__title {
    height: auto;
}
body.gpt .gpt-show  .port-top__search {
    margin: 20px 0;
    transform: translateY(0);
}
body.gpt .gpt-show .port-bottom,
body.gpt .gpt-show .port-top__title {
    margin-top: 0;
}
body.gpt .gpt-show .port-top__title >div,
body.gpt .gpt-show .port-top .port-top__text,
body.gpt .gpt-show .port-top .port-top__title {
    color: #0A0A0A;
}
@media (max-width: 768px) {
    body.gpt {
        background: #f4f7fa;
    }
    body.gpt header.hgj-header {
        box-shadow: none;
    }
    body.gpt .header_height {
        height: 58px;
    }

    body.gpt header .hgj-header-logo > a:first-child {
        display: none !important;
    }
    body.gpt header .hgj-header-logo > a:last-child {
        display: flex !important;
    }
    body.gpt header .icon-lang, 
    body.gpt header .icon-arrow {
        display: none! important;
    }
    body.gpt header .icon-lang-dark, 
    body.gpt header .icon-arrow-dark {
        display: inline-block !important;
    }
    body.gpt header .hgj-m-header-op i.show-menu {
        background: url(/res/assets/images/home/menu-dark.png) no-repeat center !important;
        background-size: contain !important;
    }
}
  