body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

:root {
    --body: #fff;
    --white: #fff;
    --theme: #ffd900;
    --theme2: #00A988;
    --theme3: #00A9A4;
    --theme3: #00A9A4;
    --theme4: #57b33e;
    --theme5: #ff7029;
    --header: #fff;
    --base: #DF0A0A;
    --text: #5D666F;
    --text2: #FFFA3;
    --it-text: #FFF8C;
    --border: #1D20271A;
    --border2: #353535;
    --button: #FFD900;
    --button2: #030734;
    --ratting: #FF9F0D;
    --bg: #1D2027;
    --bg2: #DF0A0A0D;
    --bg3: #191919;
    --bg4: #F2F4FE;
    --bg5: #EDF9F9;
    --bg6: #030734;
    --bg7: #f8f8f8;
    --bg8: #232323;
    --it-item: #252525
}

a {
    text-underline: none;
}

.hover-underline {
  position: relative;
  overflow: hidden; /* 确保横线不超出容器 */
  background-color: #f0f0f0; /* 背景颜色 */
  padding: 10px 0; /* 内边距 */
  transition: border-bottom-width 0.3s; /* 动画效果 */
  border-bottom-width: 0; /* 初始状态下不显示横线 */
}

.hover-underline a:hover {
  border-bottom: 2px solid #000000; /* 鼠标悬停时显示横线 */
}
.site_logo_area svg {
    width: 185px;
}

.main_menu_area {
    padding: 0 30px;
    background-color: var(--theme2);
    border-bottom: 1px solid #199C71;
}

.main_menu_area .row > * {
    padding-left: 0;
    padding-right: 0;
}

/* mobile menu */
.mobile_menu {
    display: none;
}

.mobile_logo_area {
    display: none;
}

.main_menu_area.absolute_menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0 290px;
    border-radius: 5px;
}

/* home 2 main area css */
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgb(0 0 0 / 70%);
}

.absolute_menu .sticky_logo {
    display: none;
}

.absolute_menu.sticky .sticky_logo {
    display: block;
}

.absolute_menu.sticky .main_logo {
    display: none;
}

.main_menu_area .sticky_logo {
    display: none;
}

.main_menu_area.sticky .sticky_logo {
    display: block;
}

.main_menu_area.sticky .main_logo {
    display: none;
}

.main_menu_area.sticky .inner_main_nav_area > ul > li > a {
    color: var(--whitec);
}

.main_menu_area.sticky .inner_main_nav_area > ul > li > a i {
    color: var(--whitec);
}

.main_menu_area.sticky .main_nav_btn a {
    color: var(--whitec);
}

.main_menu_area.sticky .main_nav_icons > i {
    color: var(--whitec);
}

.menu-right {
    display: flex;
    justify-content: flex-start;
    height: 70px;
}

.menu-right .item-r {
    line-height: 20px;
    font-size: 16px;
    margin: 25px 34px 25px 0;
    position: relative;
}

.menu-right .item-r a {
    font-weight: bold;
}

.sticky .menu-right .item-r a {
    color: #0CD170;
    font-weight: bold;
}

.sticky .menu-right .item-r a:hover {
    color: #00A988;
}

.menu-right .item-logined {
    position: relative;
}

.menu-right .logined {
    font-size: 16px;
    border: 1px solid #0A301C;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 10px;
    margin: 15px 0 0 0;
    display: flex;
    align-items: center;
}

.sticky .menu-right .logined {
    border: 1px solid #0CD170;
    color: #0CD170;
}

.menu-right .logined .iconfont.icon-huanying {
    font-size: 22px;
    margin: 0 6px 0 0;
}

.menu-right .logined .iconfont.icon-xuelexialajiantou {
    font-size: 14px;
    margin: 0 0 0 6px;
}

.menu-right .right-dropdown {
    position: absolute;
    width: 110%;
    top: 110%;
    left: 0;
    opacity: 1;
    visibility: hidden;
    transition: .5s;
    z-index: 100;
}

.menu-right .logined:hover {
    background: #0A301C;
    color: #fff;
}

.sticky .menu-right .logined:hover {
    background: #0CD170;
    color: #fff;
}

.menu-right .item-logined:hover .right-dropdown {
    top: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    border-radius: 5px;
}

.menu-right .right-dropdown .item {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #00A988;
    line-height: 30px;
    padding: 5px 17px;
    margin: 0 5px;
}

.menu-right .right-dropdown .item a:hover {
    color: #00A988;
}
.menu-right .right-dropdown .item button:hover {
    color: #00A988;
}
.menu-right .right-dropdown .item:first-child {
    border-bottom: 1px solid #F1F1F1;
}

.menu-right .right-dropdown .item:last-child {
    border-top: 1px solid #F1F1F1;
}

.menu-right a:hover {
    color: #ffd900;
}

.inner_main_nav_area .sub_menu > li > ul.sub_menu {
    top: -15px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.inner_main_nav_area ul li .sub_menu li:hover ul.sub_menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

/*======== main menu area start ==========*/
.main_menu_area {
    padding: 0 30px;
}

/* mobile menu */
.mobile_menu {
    display: none;
}

.mobile_logo_area {
    display: none;
}

.main_menu_area.absolute_menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0 290px;
    border-radius: 5px;
}

/* home 2 main area css */
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.absolute_menu .sticky_logo {
    display: none;
}

.absolute_menu.sticky .sticky_logo {
    display: block;
}

.absolute_menu.sticky .main_logo {
    display: none;
}

.main_menu_area .sticky_logo {
    display: none;
}

.main_menu_area.sticky .sticky_logo {
    display: block;
}

.main_menu_area.sticky .main_logo {
    display: none;
}

.main_menu_area.sticky .inner_main_nav_area > ul > li > a {
    color: var(--whitec);
}

.main_menu_area.sticky .inner_main_nav_area > ul > li > a:hover {
    color: #00A988;
}

.main_menu_area.sticky .inner_main_nav_area > ul > li > a i {
    color: var(--whitec);
}

.main_menu_area.sticky .main_nav_btn a {
    color: var(--whitec);
}

.main_menu_area.sticky .main_nav_icons > i {
    color: var(--whitec);
}

/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main_menu_all_item {
    align-items: center;
}

/* inner main nav area css */
.inner_main_nav_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inner_main_nav_area > ul > li {
    display: inline-block;
    position: relative;
}

.inner_main_nav_area > ul > li > a {

    display: inline-block;
    margin: 25px 34px 25px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.inner_main_nav_area > ul > li.black a {
    color: #0A301C;
}
.inner_main_nav_area > ul > li.drop .iconfont::before {
     content: "\e637";
}
.inner_main_nav_area > ul > li.drop .iconfont {
    margin: 0 0 0 6px;
    content: "&#xe637";
    /*content: "\f107";*/
    /*font-family: "FontAwesome";*/
    right: 10px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 12px;
}
.inner_main_nav_area > ul > li.drop:hover .iconfont::before {
    content: "\e638";
    /*transform: rotate(180deg);*/
   /* color: red;*/
}

.inner_main_nav_area > ul > li > a:hover {
    color: var(--theme);
}

.inner_main_nav_area > ul > li > a > i {
    font-weight: 900;
}

/* main nav icons */
.main_nav_icons {
    margin-left: 24px;
}

.main_nav_area .main_nav_icons > i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    background: none;
    color: var(--blackc);
    cursor: pointer;
    transition: .5s;
}

.main_nav_area .main_nav_icons i:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    top: 0;
    left: -110%;
    background: #70af394b;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.nav_icon_popup.icon_popup {
    opacity: 1;
    visibility: visible;
    left: 0;
}

/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}

.inner_nav_icon_popup input {
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}

/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
}

.inner_nav_popup_btnicon {
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}

.inner_nav_icon_popup i {
    display: inline-block;
    margin-top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}

.inner_nav_icon_popup i:hover {
    background-color: var(--hoverbg);
    color: var(--whitec);
}

.log-out {
    background: no-repeat;
    border: 0;
    color: #666;
}

/* drop down menu css */
.inner_main_nav_area ul li .sub_menu {
    position: absolute;
    top: 130%;
    left: 0;
    width: max-content;
    min-width: 130px;
    max-width: 320px;
    text-align: left;
    margin: 0;
    padding: 0;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
}

.inner_main_nav_area ul li .sub_menu li {
    position: relative;
}

.inner_main_nav_area ul li .sub_menu li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #00A988;
    line-height: 30px;
    padding: 5px 15px;
    text-decoration: none;
    position: relative;
}

.inner_main_nav_area ul li .sub_menu li a.no-link {
    cursor: text;
}

.inner_main_nav_area ul li .sub_menu li a.second-menu:after {
    content: "\e60a";
    font-family: "iconfont";
    font-size: 12px;
    right: 15px;
    position: absolute;
}

.inner_main_nav_area ul li .sub_menu li a:hover {
    /*color: var(--theme2);*/
    color: #3270EF;
    margin-left: 5px;
    background: #F5FFFA;
}

.inner_main_nav_area ul li .sub_menu li a:hover:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    right: 10px;
    top: 50%;
    margin: -3px 0 0 0;
    background: #00A988;
}

.inner_main_nav_area > ul > li:hover .sub_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.inner_main_nav_area .sub_menu > li > ul.sub_menu {
    top: -15px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background-color: #ffffff;
}

.inner_main_nav_area ul li .sub_menu li:hover ul.sub_menu {
    top: -150px;
    opacity: 1;
    visibility: visible;
    max-height: 600px; /* 设置最大高度以展示滑动条 */
    overflow-y: auto; /* 使内容超出时显示垂直滑动条 */
    padding: 1px 0;
}


/* 设置滑动条宽度 */
.inner_main_nav_area ul li .sub_menu li:hover ul.sub_menu::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}

/* 滑动条轨道 */
.inner_main_nav_area ul li .sub_menu li:hover ul.sub_menu::-webkit-scrollbar-track {
  background: #ffffff; /* 轨道颜色 */
}

/* 滑动条滑块 */
.inner_main_nav_area ul li .sub_menu li:hover ul.sub_menu::-webkit-scrollbar-thumb {
    background: #aab7cc;
    border-radius: 2px; /* 滑块颜色 */
}

/* 滑动条滑块hover效果 */
.inner_main_nav_area ul li .sub_menu li:hover ul.sub_menu::-webkit-scrollbar-thumb:hover {
  background: #0CD170; /* 滑块hover颜色 */
}

/* main nav btn css */
.main_nav_area .main_nav_btn {
    margin-left: 22px;
}

.main_nav_area .main_nav_btn a {
    display: inline-block;
    padding: 8px 26px;
    border: 1px solid var(--textcolor);
    display: block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    color: var(--titlecolor);
}

.main_nav_area .main_nav_btn a:hover {
    background-color: var(--hoverbg);
    color: var(--whitec);
    border: 1px solid transparent;
}

/* absolute menu css */
.absolute_menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0 310px;
    border-radius: 100px;
    background-color: #474b41;
    transition: .5s;
}

.absolute_menu .inner_main_nav_area > ul > li > a {
    color: var(--whitec);
}

/* absolute menu nav btn css */
.absolute_menu .main_nav_btn {
    margin-left: 22px;
}

.absolute_menu .main_nav_btn a {
    display: inline-block;
    padding: 8px 26px;
    border: 1px solid var(--textcolor);
    display: block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    color: var(--whitec);
}

.absolute_menu .main_nav_btn a:hover {
    background-color: var(--hoverbg);
    color: var(--whitec);
    border: 1px solid transparent;
}

/*======== main menu area end ==========*/


/*banner*/
.banner {
    min-height: 100px;
    padding: 0 0 60px 0;
    background: url(/build/assets/image/banner-bg.png) center 20px var(--theme2) no-repeat;
}

.row-text-1 {
    color: #fff;
    font-size: 60px;
}

.banner h2 {
    color: #fff;
    font-size: 45px;
    text-align: center;
    line-height: 1;
    padding: 80px 0 0 0;
    font-weight: bold;
}

.row-text-1, .row-text-2 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    line-height: 1;
    padding: 80px 0 0 0;
    font-weight: bold;
}

.row-text-2 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
}

.banner-form {
    width: 1150px;
    background: #fff;
    border-radius: 15px;
    min-height: 125px;
    margin: 50px auto 0 auto;
    padding: 20px 40px;
}

.banner-form .form-group {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}

.banner-form .form-group label {
    color: #777777;
    font-size: 15px;
}

.banner-form .form-group input {
    border-radius: 5px;
    border: 1px solid #5B5B5B;
    line-height: 40px;
    padding: 0 5px;
    margin-right: 8px;
}

.banner-form .form-group input::-webkit-input-placeholder {
    color: #bbb !important;
    font-weight: normal;
    opacity: 1 !important;
}

.banner-form .form-group input:-ms-input-placeholder {
    color: #bbb !important;
    font-weight: normal;
    opacity: 1;
}

.banner-form .form-group input::placeholder {
    color: #bbb !important;
    font-weight: normal;
    opacity: 1 !important;
}

/*.banner-form .form-group input:hover {
    border-color: #eee !important
}*/

.banner-form .hide-row {
    display: none;
}

.search-btn {
    font-family: Segoe UI;
    font-size: 15px;
    background: var(--button);
    color: #0A301C;
    font-weight: bold;
    text-align: center;
    width: 28%;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    border: 0;
}

.form-button {
    margin: 15px auto 20px auto;
    text-align: center;
}
.form-button button:hover {
     background-color: #ffcc00;
}
.banner-tab {
    text-align: center;
}

.banner-tab ul {
    display: inline-block;
    border: 1px solid #0CD170;
    line-height: 23px;
    background: #F5FFFA;
    border-radius: 12.5px;
    margin: 0 0 35px 0;
}

.banner-tab ul li {
    display: inline-block;
    width: 80px;
    position: relative;
}

.banner-tab ul li input[type=radio] {
    position: absolute;
    left: 9999999px;
}

.banner-tab ul li a {
    font-family: Segoe UI;
    font-weight: normal;
    color: #0CD170;
    display: block;
    font-size: 13px;
    font-style: italic;
}

.banner-tab ul li a.active {
    background: #0CD170;
    color: #fff;
    border-radius: 13px;
    box-shadow: 2px 2px 10px 0px rgba(66,176,112,0.25);
    font-style: Bold Italic;
}

.banner-tab ul li a.active::before {
    content: "\e857";
    font-family: "iconfont";
    font-size: 17px;
    margin: 0 6px 0 0;
}


.video-wrap {
    width: 75%;
    /*max-height: 450px;*/
    max-height: 750px;
    /*border: 1px dashed #666F73;*/
    border-radius: 10px;
    margin: 70px auto;
    padding: 15px;
}

.video-wrap img {
    width: 100%;
    height: auto;
}

.h3_inner_video_area h2 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 35px 0;
}

.h3_inner_video_area h5 {
    font-size: 20px;
    color: #666F73;
}

/* counter top area css */
.counter_top {
    margin-top: 60px;
}

.inner_counter_sub {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.inner_counter_sub h3 {
    font-size: 100px;
    color: #0CD170;
    font-weight: bold;
    text-align: center;
}

.inner_counter_area .counter-tips {
    font-size: 16px;
    color: #0A301C;
    text-align: center;
}

.inner_counter_sub span {
    font-size: 72px;
    font-weight: 700;
}

/* counter right shap css */
.counter_right_shap {
    position: absolute;
    right: 70px;
    bottom: -325px;
    z-index: -1;
    animation: counter_right_shap 5s linear 1s infinite alternate running;
}

@keyframes counter_right_shap {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(45px);
    }
}

.counter-btn {
    text-align: center;
}

.counter-btn a {
    background: #FFD900;
    color: #04795C;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    -webkit-box-shadow: 0 5px 15px 0 rgba(220, 187, 0, 0.25);
    box-shadow: 0 5px 15px 0 rgba(220, 187, 0, 0.25);
    width: 33%;
    display: inline-block;
    line-height: 60px;
    border-radius: 5px;
    margin: 65px 0;
}

.counter-btn a:hover {
    background: #ffcc00;
}

/*======== counter area end ==========*/
/*==============================
 11. Case-section
 ===============================*/
.case-section {
    padding: 40px 0 80px 0;
    background: url(/build/assets/image/case-bg-leftear.png) 50px center #F5FFFA no-repeat;
}

.case-section .case-left-image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 300px;
    margin: 0 0 0 75px;
}

@media (max-width: 1199px) {
    .case-section .case-left-image-wrap {
        min-height: 425px;
    }
}

@media (max-width: 991px) {
    .case-section .case-left-image-wrap {
        min-height: 100%;
    }
}

.case-section .case-left-image-wrap .case-left-image-group {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.case-section .case-left-image-wrap .case-left-image-group .img-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.8s;
    transform: translateX(-100%);
    z-index: -1;
}

.case-section .case-left-image-wrap .case-left-image-group .img-item.active {
    position: relative;
    opacity: 1;
    z-index: 1;
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(0);
}

.case-section .case-right-items {
    box-shadow: 0px 4px 20px 0px rgba(201, 201, 201, 0.1);
}

.slide-in {
    animation: slide-in 0.5s forwards;
}

@keyframes slide-in {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .case-section .case-right-items {
        margin-top: 30px;
    }
}

.case-section .nav-tabs {
    border: 0;
}

.case-section .nav-tabs li {
    display: block;
    width: 100%;
}

.case-section .nav-tabs li a {
    padding: 16px 20px;
    border: 1px solid #26D07C;
    display: block;
    transition: all 0.3s;
    margin: 0 0 15px 0;
    border-radius: 5px;
    width: 100%;
    color: #0CD170;
    background: #fff;
}

@media (max-width: 1399px) {
    .case-section .nav-tabs li {
        padding: 20px 50px;
    }
}

@media (max-width: 1199px) {
    .case-section .nav-tabs li {
        padding: 15px 30px;
    }
}

@media (max-width: 767px) {
    .case-section .nav-tabs li {
        padding: 15px;
    }
}

.case-section .nav-tabs li h2 {
    margin-bottom: 0;
    transition: all 0.3s;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

@media (max-width: 1399px) {
    .case-section .nav-tabs li h2 {
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .case-section .nav-tabs li h2 {
        font-size: 22px;
        line-height: 25px;
        margin-top: 2px;
    }
}

@media (max-width: 1199px) {
    .case-section .case-right-items .item span {
        font-size: 16px;
    }
}

.case-section .nav-tabs li a h3 {
    font-size: 24px;
}
.case-section .nav-tabs li a h3:hover {
    font-size: 24px;
    margin: 0 0 0 37px;
}
.case-section .nav-tabs li a:hover  h3 {
    font-size: 24px;
    margin: 0 0 0 37px;
}
.case-section .nav-tabs li a:hover {
    color: #fff;
    font-size: 24px;
    background: #0CD170;
}
.case-section .nav-tabs li a:hover:before {
    content: "\e822";
    font-family: "iconfont";
    font-size: 24px;
    position: absolute;
    transform: rotateX(100%);
    width:26px;
    height: 14px;
}
.case-section .nav-tabs li a.active {
    background: #0CD170;
    color: #fff;
}
.case-section .nav-tabs li a.active  h3{
    font-size: 24px;
    margin: 0 0 0 37px;
}
.case-section .nav-tabs li a.active:before {
    content: "\e822";
    font-family: "iconfont";
    font-size: 24px;
    position: absolute;
    transform: rotateX(100%);
    width:26px;
    height: 14px;
}

.wow {
    visibility: hidden;
}

.heading-title-s2 h2 {
    font-size: 38px;
    text-align: center;
    margin: 0px 0 35px 0;
    color: #3A3A3A;
    font-weight: bold;
}

.heading-title-s2 h5 {
    font-size: 20px;
    text-align: center;
    margin: 0px 0 65px 0;
    color: #666F73;

}

.trade-data {
    width: 85%;
    margin: 0 auto;
}

.case-img {
    text-align: center;
    margin: 20px 0 0 0;
}

.case-img img {
    display: inline-block;
    height: 300px;
    width: auto;
}

.case-msg {
    color: #007C5A;
    font-size: 21px;
    line-height: 1.5;
    font-weight: normal;
}

/*==================================
 15. Contact-area
 ===================================*/
.contact-area,
.contact-area-s2 {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background: url(/build/assets/image/case-bg.png) right center #0A301C no-repeat;
}

.contact-area.free-trial {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background: url(/build/assets/image/case-bg.png) right center #fff no-repeat;
}

.right-shape {
    position: absolute;
    max-width: 814px;
    width: 50%;
    height: 92%;
    right: 50px;
    top: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.right-shape img {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .contact-area,
    .contact-area-s2 {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .contact-area,
    .contact-area-s2 {
        padding-bottom: 50px;
    }
}

.contact-area .left-img,
.contact-area-s2 .left-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 43%;
    min-height: 845px;
    height: 100%;
}

@media (max-width: 991px) {
    .contact-area .left-img,
    .contact-area-s2 .left-img {
        display: none;
    }
}

.contact-area .left-img img,
.contact-area-s2 .left-img img {
    min-height: 845px;
    object-fit: cover;
}

.contact-area .left-img .shape,
.contact-area-s2 .left-img .shape {
    position: absolute;
    right: 0;
    top: 0;
}

.contact-area .contact-area-wrapper,
.contact-area-s2 .contact-area-wrapper {
    position: relative;
}

.contact-area .contact-area-wrapper .contact-form-area,
.contact-area-s2 .contact-area-wrapper .contact-form-area {
    position: relative;
    z-index: 9;
    margin: 0 auto;
    z-index: 1;
}

@media (max-width: 991px) {
    .contact-area .contact-area-wrapper .contact-form-area,
    .contact-area-s2 .contact-area-wrapper .contact-form-area {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .contact-area .contact-area-wrapper .contact-form-area,
    .contact-area-s2 .contact-area-wrapper .contact-form-area {
        margin-top: 50px;
    }
}

.contact-area .contact-area-wrapper .contact-form-area .shape,
.contact-area-s2 .contact-area-wrapper .contact-form-area .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.contact-form-area .row {
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.contact-form-area .form-group {
    display: flex;
    background: #fff;
    /* border: 1px solid rgba(31, 33, 45, 0.15);*/
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    position: relative;
}

.contact-form-area .form-group label {
    font-size: 20px;
    color: #0A301C;
}

.contact-form-area .form-text {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid rgba(31, 33, 45, 0.15);
}

.contact-area.free-trial .contact-form-area .form-group {
    border: 1px solid #074F38;
}

.contact-area.free-trial .contact-form-area .form-text {
    border: 1px solid #074F38;
}

.contact-area.free-trial .contact-form-area .handling-messages {
    color: #0A301C;
}

.contact-area.free-trial .contact-form-area .handling-messages a {
    font-weight: bold;
    font-style: italic;
    color: #0A301C;
}

.contact-area.free-trial .contact-form-area .handling-messages i {
    font-weight: bold;
    font-style: italic;
}

.contact-area.free-trial .contact-form-area .handling-messages a:hover {
    text-decoration: underline;
    color: #0A301C;
}

.contact-form-area .form-text textarea {
    min-height: 80px;
    width: 100%;
    background: none;
    border: 0;
    font-size: 20px;
    margin: 0;
}

.contact-area .contact-area-wrapper .contact-form-area .form-control,
.contact-area-s2 .contact-area-wrapper .contact-form-area .form-control {
    border: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    color: #0A301C;
    /*width: auto;*/
    flex: 1;
    box-shadow: 0 0 0 rgba(0, 0, 0, .075) !important;
}

.contact-area .contact-area-wrapper .contact-form-area .form-control:focus,
.contact-area-s2 .contact-area-wrapper .contact-form-area .form-control:focus {
    outline: none;
    box-shadow: none;
}

.contact-area .contact-area-wrapper .contact-form-area .form-control::-webkit-input-placeholder,
.contact-area-s2 .contact-area-wrapper .contact-form-area .form-control::-webkit-input-placeholder,
.contact-form-area .form-text textarea::-webkit-input-placeholder {
    color: #bbb;
    font-weight: normal;
    opacity: 1;
}

.contact-area .contact-area-wrapper .contact-form-area .form-control:-ms-input-placeholder,
.contact-area-s2 .contact-area-wrapper .contact-form-area .form-control:-ms-input-placeholder,
.contact-form-area .form-text textarea:-ms-input-placeholder {
    color: #bbb;
    font-weight: normal;
    opacity: 1;
}

.contact-area .contact-area-wrapper .contact-form-area .form-control::placeholder,
.contact-area-s2 .contact-area-wrapper .contact-form-area .form-control:placeholder,
.contact-form-area .form-text textarea::placeholder {
    color: #bbb;
    font-weight: normal;
    opacity: 1;
}

.contact-area .contact-area-wrapper .contact-form-area textarea.form-control,
.contact-area-s2 .contact-area-wrapper .contact-form-area textarea.form-control {
    height: 130px;
}

.contact-area .contact-area-wrapper .contact-form-area select.form-control,
.contact-area-s2 .contact-area-wrapper .contact-form-area select.form-control {
    color: #0A301C;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: #fff url(/build/assets/image/select-icon.png) no-repeat calc(100% - 15px) center;
    background-size: 24px 24px;
    position: relative;
    flex: 1;
    border: 1px solid #5B5B5B;
}

#form_search select.form-control {
    color: #0A301C;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: #fff url(/build/assets/image/select-icon.png) no-repeat calc(100% - 10px) center;
    background-size: 18px 18px;
    position: relative;
    flex: 1;
    border: 1px solid #5B5B5B;
    font-size: 15px;
}

.contact-area .contact-area-wrapper .contact-form-area select.form-control option,
.contact-area-s2 .contact-area-wrapper .contact-form-area select.form-control option {
    border: 0;
}

.contact-area .contact-area-wrapper .contact-form-area .submit-area,
.contact-area-s2 .contact-area-wrapper .contact-form-area .submit-area {
    margin-top: 30px;
}

.contact-area .contact-area-wrapper .contact-form-area .submit-area button {
    background: #FFD900;
    color: #04795C;
    width: 100%;
    border: 0;
    line-height: 50px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

.contact-area .contact-area-wrapper .contact-form-area .submit-area button:hover {
    background: #FFCC00;
}

.handling-messages {
    color: #AEFCCE;
    font-size: 13px;
    margin: 20px 0 0 0;
}

.handling-messages a {
    color: #AEFCCE;
    font-style: italic;
    font-weight: bold;
}

.contact-l h2 {
    font-size: 38px;
    color: #0CD170;
    margin: 0 0 45px 0;
    font-weight: bold;
}

.free-trial .contact-l h2 {
    color: #0A301C;
}

.free-trial .contact-l h2 span {
    color: #0CD170;
}

.contact-l h5 {
    font-size: 20px;
    color: #0CD170;
    margin: 0 0 45px 0;
    line-height: 1.5;
}

.country-area {
    background: #F5FFFA;
    padding: 80px 0;
}

/*footer*/
.footer-section {
    background: #3E3E3E;
    padding: 35px 0 20px 0;
}

.footer-logo {
    text-align: center;
}

.footer-logo svg {
    width: 182px;
    height: 40px;
}

.footer-row-1 {
    color: #fff;
    text-align: center;
    margin: 25px 0 30px 0;
}

.follow-wrap {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

/*.follow-wrap .follow {
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    line-height: 48px;
    color: #fff;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.follow-wrap .follow:hover {
    background: #fff;
    color: #3E3E3E;
    transition: all 2s ease;
}

.follow-wrap .follow:hover .iconfont {
    color: #0B66C1;
}

.follow-wrap .follow .iconfont {
    font-size: 36px;
    margin: 0 0 0 10px;
}*/
.follow-wrap .follow {
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    line-height: 48px;
    color: #fff;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    position: relative;
    transition: 0.225s linear;
    overflow: hidden;
}

.follow-wrap .follow:hover {
    color: #3E3E3E;
    z-index:1;
}
.follow-wrap .follow:before {
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    line-height: 48px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index:-2;
    border-radius: 4px;
    transition:transform 0.225s linear

}
.follow-wrap .follow:hover:after,.follow-wrap .follow:hover:before {
   /* border: 1px solid #FFFFFF;
    border-radius: 25px;
    line-height: 48px;*/
    width: 100%;
}
.follow-wrap .follow:after{
   /* background: #fff;
    transition: 0.225s linear;*/

}
.follow-wrap .follow:before {
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    line-height: 48px;
    background: #fff;
    transition: 0.225s linear;
    z-index:-1;

    }
.follow-wrap .follow:hover .iconfont {
    color: #0B66C1;
    z-index:1;
    background:transparent;

}

.follow-wrap .follow .iconfont {
    font-size: 36px;
    margin: 0 0 0 10px;
    transition: 0.225s linear;
}



.foot-link {
    border-top: 1px solid #A3A9AB;
    border-bottom: 1px solid #A3A9AB;
    margin: 50px 0 0 0;
}

.foot-link ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 15px 50px;
}

.foot-link ul li {
    color: #fff;
    list-style: none;
}

.foot-link ul li a {
    color: #fff;
}

.foot-link ul li a:hover {
    color: #0CD170;
}

.copyright {
    margin: 40px 0 0 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.friend-lind {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 45px 0 0 0;
}

.friend-lind .iconfont {
    font-size: 50px;
    margin: 0 30px 0 0;
    color: #8B8B8B;
}

.friend-lind .iconfont.icon-visa {
    font-size: 70px;
    margin: 0 30px 0 0;
    color: #8B8B8B;
}

.friend-lind .iconfont.icon-PayPaldanse {
    font-size: 70px;
    margin: 0 30px 0 0;
    color: #8B8B8B;
}

.accept {
    color: #C7C9C9;
    margin: 0 10px 0 0;
    font-size: 15px;
}

.accept-link {
    display: flex;
    align-items: center;
}

/*首页特有RFQ侧边栏导航链接样式开始*/
.aside_box .aside_btn_special {
    width: 45px;
    height: 30px;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 8px;
    background: #D51A1C;
    cursor: pointer;
    position: absolute;
    bottom: -35px;
    right: 0px;
}

.aside_box .aside_btn_special:before {
    content: '';
    height: 30px;
    width: 30px;
    position: absolute;
    left: -15px;
    top: 0;
    background: #D51A1C;
    border-radius: 50%;
    z-index: 0;
}

.aside_box .aside_btn_special i {
    font-size: 40px;
    display: inline-block;
    margin-top: -14px;
    position: relative;
    z-index: 1;
}

.aside_box {
    position: fixed;
    right: 5px;
    top: 50%;
    margin-top: -80px;
    text-align: center;
    z-index: 15
}

.aside_box .aside_btn {
    width: 40px;
    height: 40px;
    font-size: 12px;
    color: #0A301C;
    background: #FFD900;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aside_box div:hover{
    color: #FFFFFF;
    background: #0A301C;
}
.aside_box .aside_btn i {
    font-size: 22px;
    color: #0A301C;
}

.aside_box .go_top i {
    font-size: 24px
}

.aside_box .aside_btn i.free {
    display: block;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-15deg);
}

.aside_btn div.tips {
    color: #FFFFFF;
    position: absolute;
    right: 40px;
    top: 0;
    background: #0A301C;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    white-space: nowrap;
    display: none;
    color: #fff;
    font-size: 12px;
    border-radius: 2px
}

.aside_box .aside_btn:hover .tips {
    display: block;
    border-radius: 20px;
}

.aside_box .aside_btn a {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0
}

#search {
    display: none;
}

#layer-photos {
    display: none;
}

#no-login {
    display: none;
}

.layer-photos {
    height: 100%;
}

.layer-photos .layer-pohot-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*弹窗修改*/
body .layui-layer-title {
    background: #FFD900;
    color: #333;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

body .layui-layer-setwin {
    top: 12px
}

body .search-box .layui-layer-title {
    display: none;
}

#search .nav-tabs {
    border: 0;
}

.search-data ul {
    border-bottom: 1px solid #f2f2f2;
    background: #F5FFFA;
}

.search-data ul li {
    line-height: 40px;
    font-size: 16px;
    width: 50%;
}

.search-data ul li a {
    line-height: 40px;
    display: block;
    text-align: center;
}

.search-data ul li a.active {
    background: #0CD170;
    color: #fff;
}

.layui-form-item .layui-input-inline {
    width: 145px;
}

.layui-form-item {
    margin: 0;
}

#ID-laydate-range {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#ID-laydate-range-adv {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#ID-amount-range {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#ID-quantity-range {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
/*==========================*/
.filter_box .select_btn {
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
    position: relative;
    border-radius: 5px;
    border: 1px solid #5B5B5B;
    line-height: 40px;
    padding: 0 10px;
}

.filter_box .select_btn > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter_box .select_btn > p:after {
    font-family: "iconfont";
    content: '\e637';
    position: absolute;
    /*font-size: 18px;*/
    top: 1px;
    right: 8px
}
.filter_box .select_btn > i {
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 8px;
}

.filter_box .select1 {
    position: absolute;
    width: 260px;
    top: 33px;
    left: -1px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    z-index: 9;
    display: none;
    padding: 5px 0;
}

.filter_box .area {
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
}

.filter_box .area:hover .select2 {
    display: block;
}

.filter_box .area:hover > p {
    color: #d51a1c;
}

.filter_box .area i {
    font-size: 12px;
    float: right;
}

.filter_box .select2 {
    width: 260px;
    height: 280px;
    background: #f8f9fc;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: -1px;
    left: 258px;
    z-index: 9;
    padding: 7px 0;
    overflow-y: auto;
    display: none;
     /* 防止内容换行 */
    white-space: nowrap;
}

.filter_box .select2 div:hover {
    color: #d51a1c;
}

.filter_box .select2::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}

.filter_box .select2::-webkit-scrollbar-button {
    display: none;
    height: 40px;
}

.filter_box .select2::-webkit-scrollbar-track {
    background: #ffffff;
}

.filter_box .select2::-webkit-scrollbar-thumb {
    background: #aab7cc;
    border-radius: 2px;
}

.filter_box .select2 div {
    display: flex;
    padding: 7px 20px;
    align-items: center;
}

.filter_box .select2 div img {
    width: 40px;
    height: 30px;
}

.filter_box .select2 div p {
    margin-left: 10px;
    line-height: 28px;
}

/*search detail*/
.search-tab {
    background: #FFD900;
}

.search-all ul {
    display: flex;
    justify-content: space-around;
    border-bottom: 0;
}

.search-all ul li {
    flex: 1;
    /*width: 25%;*/
    /*height: 70px;*/
    line-height: 70px;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: center;
}

/*.search-all ul#search-company li{
    width: 33.33%;
}*/
.search-all ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #0E7E7B;
    /*display: block;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px; /* 设置固定高度 */
    line-height: 1.2; /* 调整行高 */
    overflow: hidden; /* 隐藏溢出内容 */
    padding: 5px; /* 添加内边距 */
    width: 100%;
}

.search-all ul li a span {
    font-size: 14px;
}

.search-all ul li a.active {
    color: #0A301C;
    position: relative;
    background: #FFCC00;
}

.search-all ul li a.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #0A301C;
    width: 100%;
}

.search-all.fixed-top, .search-tab.fixed-top {
    position: fixed;
    /*top: 72px;*/
    width: 100%;
}

.search-condition {
    background: #F5FFFA;
    padding: 10px 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px 0;
}

.search-condition .condition-m {
    flex: 1;
}

.condition-l {
    color: #00A988;
    padding: 0 15px 0 0;
    margin: 0 10px 0 0;
    position: relative;
}

.condition-l:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #00A988;
}

.condition-l span {
    color: #00A988;
    font-size: 14px;
    display: inline-block;
    margin: 0 0 0 10px;
}

.condition-m {
    display: flex;
    justify-content: flex-start;
}

.condition-item {
    color: #333;
}

.condition-item span {
    color: #666;
}

button.save-search {
    line-height: 32px;
    border: 1px solid #00A988;
    color: #00A988;
    border-radius: 18px;
    padding: 0 25px;
    background: #F6FFFA;
    /*width: 135px;*/
}

button.save-search.active {
    background: #00A988;
    color: #fff;
}

button.save-search.active:before {
    content: "\e830";
}

button.save-search:before {
    content: "\e834";
    font-family: "iconfont";
    font-size: 16px;
}

button.save-search:hover {
    background: #00A988;
    color: #fff;
}

button.save-search:hover:before {
    content: "\e830";
}

button.save-add {
    line-height: 32px;
    border: 1px solid #00A988;
    color: #00A988;
    border-radius: 18px;
    padding: 0 25px;
    background: #F6FFFA;
    /*width: 135px;*/
}

button.save-add.active {
    background: #00A988;
    color: #fff;
}

button.save-add.active:before {
    content: "\e866";
}

button.save-add:before {
    content: "\e866";
    font-family: "iconfont";
    font-size: 16px;
}

button.save-add:hover {
    background: #00A988;
    color: #fff;
}

button.save-add:hover:before {
    content: "\e866";
}

.ad-search {
    line-height: 32px;
    border: 1px solid #0CD170;
    color: #0CD170;
    border-radius: 18px;
    padding: 0 25px;
    background: #F6FFFA;
    float: right;
    width: 187.95px;
    user-select: none;
    /*width: 135px;*/
}

.ad-search.active {
    background: #0CD170;
    color: #fff;
}

.ad-search.active:before {
    content: "\e61e";
}

.ad-search:before {
    content: "\e61e";
    font-family: "iconfont";
    font-size: 16px;
    color: 0CD170;
}

.ad-search:hover {
    background: #0CD170;
    color: #fff;
}

.ad-search:hover:before {
    content: "\e61e";
}


.ad-search-underline-text {
  text-decoration-line: underline;
  /*text-decoration-color: red;
  text-decoration-style: dashed;*/
}

.add_for_border {
    border: 1px solid #5B5B5B;
    border-radius: 5px
}
.add_for_border .new_flex {
    display: flex;
    align-items: center;
}
.add_for_border .new_flex>span {
    width: 40px;
    text-align: left;
    display: block;
    padding-left: 10px;
}
.ad-tianjia {
    font-size: 25px !important;
    color: #5b5b5b;
    /*line-height: 32px;
    border: 1px solid #0CD170;
    color: #0CD170;
    border-radius: 18px;
    padding: 0 25px;
    background: #F6FFFA;
    float: right;
    width: 187.95px;
    user-select: none;*/
    /*width: 135px;*/
}
.search-result-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-result-l {
    color: #999999;
    float:left;
}

.download a.download-btn {
    display: block;
    background: #0A301C;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.download a span {
    margin: 0 10px 0 0;
    font-size: 20px;
}
.custom-statistics{
    margin-right: 10px;
    position:relative;
}
.custom-statistics-btn {
    display: block;
    background: #0A301C;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.custom-statistics a span {
    margin: 0 10px 0 0;
    font-size: 20px;
}
.column-visibility-panel{
    margin-right: 10px;
    position:relative;
}
.column-visibility-panel .column-visibility a.column-visibility-btn {
    display: block;
    background: #0A301C;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.column-visibility-panel .column-visibility a span {
    margin: 0 10px 0 0;
    font-size: 20px;
}
.column-visibility-panel .dropdown-checkbox {
    margin: 0 10px 0 0;
}
.column-visibility-panel .ag-icon-grip::before {
    content: "\f107";
}
.column-visibility-panel .item-value {
    margin-left:10px;
}
.column-visibility-panel .dropdown-search-input {
    width: 90%;
    background-color: #f9f9f9;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    transition: opacity 0.3s;
    margin: 2px 7px;
    border-color: #d2d2d2;
}

.column-visibility-panel .dropdown-content {
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: opacity 0.3s;
    max-height: 600px;
}
.search-table {
    min-height: 500px;
    margin: 30px 0 0 0;
}

.breadcrumb {
    line-height: 38px;
    background: #F5FFFA;
    color: #0A301C;
}

.breadcrumb .container {
    padding: 0;
}

.breadcrumb h1 {
    font-size: 14px;
    display: inline-block;
}

.breadcrumb.company-breadcrumb {
    margin-bottom: 0;
}

.s-breadcrumb {
    line-height: 38px;
    background: #0A301C;
    color: #fff;
    height: 200px;
}

.s-breadcrumb-txt {
    color: #fff;
}

.s-breadcrumb-txt a {
    color: #fff;
    font-size: 14px;
}
.s-breadcrumb-txt span {
    font-size: 14px;
     display: inline-block;
}
.s-breadcrumb-txt.container {
    padding-left: 0;
    padding-right: 0;
}

.sec-banner {
    color: #FFD900;
    padding: 45px 0 0 60px;
    font-weight: bold;
}

.sec-banner h1 {
    font-weight: bold;
    font-size: 45px;
}

.s-breadcrumb .solution-bg {
    background: url("/build/assets/image/banner.png") no-repeat right bottom;
    height: 200px;
}

.solution-bg.container {
    padding: 0;
}

.sec-banner span {
    color: #fff;
}

.mr5 {
    margin: 0 5px 0 0;
}

#tags {
    /*width: 406px;*/
    color: #777;
    border: 1px solid #5B5B5B;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    padding: 0 10px;
}

.banner-form .form-group #inputTags[type="text"] {
    line-height: 40px;
    display: inline;
    margin: 0;
    padding: 0 10px;
    border: 0 none;
    outline: 0 none;
    box-shadow: none;
}

.drag-item {
    background: #f2f2f2;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    border-radius: 15px;
}

.drag-item .close {
    background: no-repeat;
    border: 0;
}

.aside_box .iconfont {
    font-size: 20px;
}

.aside_box .free .iconfont {
    font-size: 30px;
}

/*solution*/
.main-wrap {
    min-height: 30vh;
}

.search-section {
    padding: 50px 0 80px
}

.search-section.second {
    padding: 50px 0 0px
}

.search-section .search-icon {
    width: 113px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    transition: all .3s ease-in-out
}

.search-section .search-icon:hover {
    transform: translateY(-10px)
}

.search-section .search_content h2 {
    margin-bottom: 25px;
    color: #0CD170;
    font-size: 35px;
    font-weight: bold;
}

.search-section .search_content h2 span {
    color: #0A301C;
}

.search-section .search_content p {
    margin-bottom: 10px;
    font-size: 22px;
    color: #0A301C;
    font-weight: normal;
    line-height: 1.5;
    text-align: justify;
}

.search-section .search_content .p-text {
    margin-bottom: 28px
}

.search-section .try_free_btn {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 19px 34px;
    border-radius: 8px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    text-decoration: none;
    transition: all .3s ease-in-out;
    display: inline-block
}

.search-section .try_free_btn:hover {
    background-color: var(--e-global-color-secondary)
}

.search-r {
    display: flex;
    align-items: flex-end;
    margin: 0 0 20px 0;
    justify-content: center;
}

.search-con {
    padding: 0 60px;
}

.search_wrapper .search-sidecircle {
    position: absolute;
    left: -14px;
    top: -6px
}

.search_wrapper .search-phoneback {
    position: absolute;
    right: 0;
    top: 20px
}

.search_wrapper .search-phone1 {
    position: absolute;
    right: -136px;
    top: -32px
}

.search_wrapper .search-phone2 {
    position: absolute;
    left: -42px;
    top: -66px
}

.Potential {
    background: #F5FFFA;
}

.search-section.Potential .search_content p {
    padding-right: 0;
}

.free-tral-btn {
    background: #FFD900;
    color: #0A301C;
    width: 36%;
    border: 0;
    line-height: 60px;
    border-radius: 5px;
    font-size: 22px;
    display: inline-block;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

.free-tral-btn:hover {
    background: #ffcc00;
    color: #0A301C;
}

.free-tral-btn span {
    font-size: 26px;
    margin: 0 10px 0 0;
}

.manage-button {
    text-align: center;
    margin: 80px 0 0 0;
}

.buyers {
    background: #F5FFFA;
    margin: -30px 0 -30px 00;
    padding: 50px 0 0px;
}

.buyers.logistics-buyers {
    background: #F5FFFA;
    margin: -30px 0 00px 00;
    padding: 50px 0 80px;
}

.buyers h2 {
    font-size: 30px;
    color: #0A301C;
    text-align: center;
    margin: 70px 0 0 0;
    font-weight: bold;
}

.data-row {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0 0;
}

.data-row.logistics-data {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0 0;
}

.data-item {
    border: 1px dashed #666F73;
    border-radius: 20px;
    min-height: 300px;
    /*display: flex;
    align-items: auto;*/
    padding: 5px;
    background: #fff;
    width: 23.5%;
    margin: 0 2% 0 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.data-item img {
    width: auto;
    height: auto;
    max-height: 300px;
    display: inline-block;
    cursor: pointer; /* 添加这一行来设置手形光标 */
}

.data-row.logistics-data .data-item {
    width: 49%;
    margin: 0 2% 0 0;
}

.data-item .full-screen {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #3270EF;
    border-radius: 100%;
    color: #fff;
    padding: 6px;
    box-shadow: 0 10px 10px -5px rgba(38, 88, 191, .25);
    display: block;
    z-index: 0;
}

.data-item:nth-child(2n+1) {
    margin: 0 2% 30px 0;
}

.data-item:nth-child(2n) {
    margin: 30px 2% 0 0;
}

.data-item:last-child {
    /*margin: 0 0 0 0;*/
    margin: 30px 2% 0 0;
}

.discover-section {
    background: #fff;
    margin: -30px 0 0 0;
}

.discover-section h2 {
    font-size: 30px;
    color: #0A301C;
    text-align: center;
    padding: 110px 0 50px 0;
    font-weight: bold;
}

.discover-img {
    border: 1px dashed #666F73;
    border-radius: 10px;
    margin: 0 0 80px 0;
    padding: 10px 30px;
    min-height: 100px;
    text-align: center;
}

.logistics-tips {
    color: #00A988;
    padding: 0 100px 70px 100px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}

.search-section .search_content.Potential-con {
    text-align: right;
}

.search-section .search_content.Potential-con h2 {
    text-align: right;
}

.Potential-con h2 {
    text-align: right;
}

/*Privacy Policy*/
.main-wrap {
    min-height: 300px;
}

#download {
    display: none;
}
#downloadReport {
    display: none;
}

.visual-pane {
    display: none;
}

.visual-tab {
    text-align: center;
}

.visual-tab ul {
    display: inline-block;
    border: 1px solid #0CD170;
    line-height: 23px;
    background: #F5FFFA;
    border-radius: 12.5px;
    margin: 0 0 20px 0;
}

.visual-tab ul li {
    display: inline-block;
    width: 80px;
    position: relative;
    height: 25px;
    line-height: 25px;
}

.visual-tab ul li input[type=radio] {
    position: absolute;
    left: 9999999px;
}

.visual-tab ul li a {
    color: #0CD170;
    display: block;
    font-size: 12px;
}

.visual-tab ul li a.active {
    background: #0CD170;
    color: #fff;
    border-radius: 12.5px;
}

.search-all .visual-tab ul li a.active::after {
    content: "";
    height: 0;
    width: 0;
}

.visual-tab ul li a.active::before {
    content: "\e857";
    font-family: "iconfont";
    font-size: 17px;
    margin: 0 6px 0 0;
}

.visualize-wrap {
    display: flex;
    flex-wrap: wrap;
}

.visualize-item {
    border: 1px solid #5B5B5B;
    min-height: 300px;
    box-sizing: border-box;
    padding: 10px;
}

.visualize-item.first {
    width: 32%;
    margin: 0 2% 40px 0;
}

.visualize-item.sec {
    width: 49%;
    margin: 0 2% 40px 0;
}

.visualize-item.sec:nth-child(2n) {
    margin: 0 0 40px 0;
}

.visualize-item.first-end {
    width: 32%;
    margin: 0 0 40px 0;
}

.visualize-item h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.visual-pane .layui-table thead tr {
    color: #fff;
    background: #00A988;
}

.visual-pane .layui-table td {
    border-left: 0;
    border-right: 0;
    line-height: 20px;
    padding: 0px 5px;
}

.visual-pane .layui-table tr:nth-child(2n) {
    background: #F5FAF8;
    color: #3A3A3A;
}

.visual-pane .layui-table th {
    line-height: 20px;
    padding: 3px 5px;
}

.privacy {
    font-size: 45px;
    font-weight: bold;
}

.tab-content .layui-table, .tab-content .layui-table-view {
    margin: 0;
}

.privacy-con {
    font-size: 16px;
}

.privacy-con p {
    line-height: 1.5;
    margin: 0 0 30px 0;
}

.privacy-con .privacy-item {
    line-height: 1.5;
    margin-bottom: 25px;
}

.privacy-con i {
    font-weight: bold;
    font-style: normal;
}

.privacy-con h5 {
    color: #00A988;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 20px;
}

.privacy-con h6 {
    color: #3A3A3A;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 18px;
}

.privacy-con .bracket {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.privacy-btns {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 80px 0;
}

.privacy-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    background: #0CD170;
    color: #0A301C;
    font-size: 22px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
}

.privacy-btns a .iconfont {
    font-size: 42px;
    margin: 0 10px 0 0;
}

.privacy-btns a i {
    font-style: normal;
}

.privacy-btns a:hover {
    background: #0A301C;
    color: #0CD170;
}

.privacy-btns a:hover .iconfont, .privacy-btns a:hover i {
    color: #0CD170;
}

/*公司详情*/
.company {
    background: #fff;
    padding: 30px 0 8px 0;
}

.company-top {
    border: 1px solid #5B5B5B;
    border-radius: 10px;
}

.company-top.container {
    padding: 0;
}

.company-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-title h1 {
    font-size: 28px;
    color: #3A3A3A;
    padding: 35px 40px;
    font-weight: bold;
    max-width: 1050px
}

.top-btns {
    margin: 0 20px 0 0;
    display: flex;
}

.top-btns .c-button {
    background: #F6FFFA;
    border: 1px solid #00A988;
    line-height: 32px;
    border-radius: 17px;
    display: inline-block;
    padding: 0 25px;
    color: #00A988;
    margin: 0 0 0 10px;
}

.top-btns .c-button span {
    margin: 0 3px 0 0;
}

.company-top-con {
    line-height: 1.5;
    padding: 0 40px;
    font-size: 18px;
    color: #3A3A3A;
}

.company-top-con p {
    margin: 0 0 30px 0;
}

.import-box-1 {
    border: 1px solid #5B5B5B;
    border-radius: 10px;
}

.gray {
    color: #777777;
}

.mport-row-col {
    margin: 0 20px 0 0;
}

.mport-row-col.small {
    font-size: 14px;
    line-height: 20px;
}

.import-title {
    background: #00A988;
    line-height: 50px;
    padding: 0 35px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.import-row-1 {
    padding: 10px 35px 10px 35px;
    border-bottom: 1px dashed #777777;
    display: flex;
    font-size: 16px;
}

.import-row-2 {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 35px 15px 35px;
    font-size: 16px;
}

.import-row-2 .import-col-1 {
    width: 30%;
    line-height: 30px;
}

.import-row-2 .import-col-2 {
    width: 70%;
    line-height: 30px;
}

.mar-t40 {
    margin: 40px 0 0 0;
}

.import-item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.import-item-box.hh {
    min-height: 520px;
}

.import-item-box h1 {
    font-size: 22px;
    text-align: center;
    margin: 20px 0;
}

.import-item {
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    min-height: 150px;
    width: 32.6%;
    margin: 0 1% 30px 0;
    padding: 15px 10px;
    /*display: none;*/
}

.import-item-tip {
    font-size: 18px;
    border-bottom: 1px solid #5B5B5B;
    padding: 10px 0;
}

.import-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.import-btns .btns {
    display: block;
    background: #0A301C;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 180px;
    border: 0;
    margin: 0 10px 0 0;
    text-align: center;
}

.import-btns .btns.save {
    background: #00A988;
}

.import-btns .btns.save.active:before {
    content: "\e830";
}

.import-btns .btns.save:before {
    content: "\e834";
    font-family: "iconfont";
    font-size: 16px;
}

.import-btns .btns.download {
    background: #0A301C;
}

.import-btns .btns .iconfont {
    margin: 0 10px 0 0;
    font-size: 20px;
}

.progress-wrap {
    padding: 20px 0 0 0;
    min-height: 150px;
    overflow-y: auto;
}

.import-item2 {
    width: 100%;
    padding: 15px 10px;
}

.import-item:nth-child(3n) {
    margin: 0 0 30px 0;
}

.import-item-box {
    padding: 34px 34px 40px 34px;
}

.import-item-box h1 {
    font-size: 26px;
    color: #3A3A3A;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.import-item-box h3 {
    font-size: 22px;
    color: #3A3A3A;
    font-weight: bold;
}

.import-bottom {
    background: #fff;
    padding: 50px 0 0px 0;
}

.import-bottom h5 {
    color: #3A3A3A;
    font-size: 22px;
    font-weight: bold;
}

.company-m-wrap {
    padding: 0 0 60px 0;
}

/*.company-search {
    background: white;

    border-radius: 0 0 10px 10px;
    width:1350px;
     margin: 30px auto;


}*/
.company-search {
    background: #F8F9FC;
    border-top: 1px solid #5B5B5B;
    border-radius: 0 0 10px 10px;
    padding: 30px 40px;
}
.company-search input {
    border-radius: 5px;
    border: 1px solid #5B5B5B;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.company-search input.layui-input {
    border-radius: 5px;
    border: 1px solid #5B5B5B;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}

.company-search .form-button {
    margin: 0;
    display: flex;
    align-items: flex-end;
}
.company-search .form-button button:hover {
    background-color: #01c162;
}
.company-search .search-btn {
    background: #0CD170;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 42px;
    display: inline-block;
    border-radius: 5px;
    border: 0;
}

.company-search .form-group label {
    margin: 0 0 5px 0;
}

.company-search .layui-inline {
    display: flex;
}

.company-search .layui-form-item .layui-input-inline {
    flex: 1;
}

.main-box {
    margin: 30px 0 0 0;
}

.contact-us {
    padding: 20px 0 0 0;
}

.contact-top {
    text-align: center;
}

.contact-top img {
    width: 150px;
    height: auto;
}

.contact-top h1 {
    font-size: 55px;
    color: #0A301C;
    font-weight: bold;
}

.contact-con {
    justify-content: center;
    margin: 50px auto 80px auto;
    align-items: center;     /* 垂直居中，如果需要 */
}

.contact-center {
    display: flex;
    width: 70%;
    margin: 0 auto;
}

.contact-con a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0CD170;
    line-height: 60px;
    padding: 5px;
    width: 50%;
    margin: 10px;
    color: #0A301C;
    font-size: 22px;
    box-sizing: border-box;
}

.contact-con a > div {
    flex: 1;
    background: #FFD900;
    text-align: center;
    font-weight: bold;
}

.contact-con a .iconfont {
    font-size: 40px;
    margin: 0 10px 0 5px;
    color: #0CD170;
}
.contact-con .location {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0CD170;
    padding: 5px;
    width: 100%;
    color: #0A301C;
    font-size: 22px;
    box-sizing: border-box;
    line-height: 40px;
}
.import-bottom-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 0 40px 0;
}

.import-bottom-item {
    width: 32.6%;
    display: inline-block;
    background: #EDF9FF;
    color: #3270EF;
    padding: 10px;
    border-radius: 5px;
    margin: 0 1% 25px 0;
    font-size: 16px;
    border: 1px solid #EDF9FF;
}

.import-bottom-item:nth-child(3n) {
    margin: 0 0 25px 0;
}

.import-bottom-item:hover {
    border: 1px solid #3270EF;
    color: #3270EF;
}

/*Trade Database*/

#myCountry {
    border-bottom: 0;
    width: 767px;
    height: 450px;
    position: relative;
    z-index: 100;
}

#myCountry li {
    display: inline-block;
}

#myCountry li.America {
    position: absolute;
    top: 130px;
    left: 95px;
}

#myCountry li.Europe {
    position: absolute;
    top: 80px;
    left: 350px;
}

#myCountry li.Global {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: -23px 0 0 -75px;
}

#myCountry li.Asia {
    position: absolute;
    top: 150px;
    right: 120px;
}

#myCountry li.Africa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -75px;
}

#myCountry li.RCEP {
    position: absolute;
    top: 250px;
    right: 65px;
}

#myCountry li.RECP {
    position: absolute;
    top: 250px;
    right: 65px;
}

#myCountry li a {
    display: block;
    color: #00A988;
    background: #F5FFFA;
    border: 1px solid #00A988;
    line-height: 15px;
    padding: 14px 0;
    border-radius: 5px;
    font-size: 20px;
    width: 150px;
    text-align: center;
}

#myCountry li a:hover {
    background: #00A988;
    border: 1px solid #00A988;
    color: #fff;
}

#myCountry li a.active {
    background: #00A988;
    border: 1px solid #00A988;
    color: #fff;
}

.country-list {
    display: flex;
    border-bottom: 1px dashed #777777;
    padding: 40px 10px 0px 10px;
}

.country-list:nth-child(2n) {
    background: #F5FAF8;
}

.country-list:last-child {
    /*border-bottom: 0;*/
    border-bottom: 1px dashed #777777;
}

.country-list dt {
    font-size: 28px;
    color: #00A988;
    width: 20%;
}

.country-list dt h2 {
    font-size: 28px;
    font-weight: bold;
}

.country-list dd {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.country-list dd .country-item {
    width: 33%;
    font-size: 18px;
    margin: 0 0 40px 0;
    position: relative;
    padding: 0 0 0 10px;
    color: #3A3A3A;
}

.country-list dd .country-item:hover {
    color: #3270EF;
    cursor: pointer;
}

.country-list dd .country-item a:hover {
    color: #3270EF;
    cursor: pointer;
}




.country-list dd .country-item:hover:before {
    background: #3270EF;
     /*cursor: pointer;*/
}

.country-list dd .country-item:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #3A3A3A;
    left: 0;
    top: 50%;
    margin: -3px 0 0 0;
}


.country-list dd .country-item-nohref {
    width: 33%;
    font-size: 18px;
    margin: 0 0 40px 0;
    position: relative;
    padding: 0 0 0 10px;
    color: #3A3A3A;
}

.country-list dd .country-item-nohref:hover {
    color: #3270EF;
}

.country-list dd .country-item-nohref a:hover {
    color: #3270EF;
}
.country-list dd .country-item-nohref:hover:before {
    background: #3270EF;
     /*cursor: pointer;*/
}

.country-list dd .country-item-nohref:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #3A3A3A;
    left: 0;
    top: 50%;
    margin: -3px 0 0 0;
}


.country-wrap {
    padding: 0 0 81px 0;
}

.country-left {
    position: relative;
}

.map-mask {
    top: 0;
    left: 0;
    width: 767px;
    height: 450px;
    position: absolute;
    background-size: 767px 450px;
    z-index: 0;
    background: url("/build/assets/image/map-mask.webp");
}

.map-mask.America {
    background: url("/build/assets/image/map-Americas.png");
}

.map-mask.Europe {
    background: url("/build/assets/image/map-Europe.png");
}

.map-mask.Asia {
    background: url("/build/assets/image/map-Asia-Pacific.png");
}

.map-mask.Global {
    background: url("/build/assets/image/map-global.png");
}

.map-mask.Africa {
    background: url("/build/assets/image/map-Africa.png");
}

.map-mask.RCEP {
    background: url("/build/assets/image/map-RCEP.png");
}

.map-mask.RECP {
    background: url("/build/assets/image/map-RCEP.png");
}

.country-pane {
    border: 1px solid #C1E8D4;
    border-radius: 10px;
    padding: 30px;
    background: #fff;
}

.country-pane-box {
    height: 380px;
    /*overflow-y: hidden;*/
     overflow: auto;
}

.country-pane-box::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}

.country-pane-box::-webkit-scrollbar-button {
    display: none;
    height: 40px;
}

.country-pane-box::-webkit-scrollbar-track {
    background: #ffffff;
}

.country-pane-box::-webkit-scrollbar-thumb {
    background: #aab7cc;
    border-radius: 2px;
}


.country-pane h5 {
    font-size: 20px;
    color: #26D07C;
    margin: 0 0 30px 0;
}

.country-pane-item {
    line-height: 30px;
    margin: 0 0 25px 0;
    cursor: pointer;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden; /* 防止内容溢出容器 */
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}

.country-pane-item:hover {
    text-decoration: underline;
}

.country-pane-item img {
    /*width: 45px;*/
    height: 30px;
}

/*下载弹窗*/
.layui-layer.common-popup {
    border-radius: 10px;
}

.pop-title {
    background: #FFD900;
    font-size: 20px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    padding: 0 10px;
}

.common-con {
    padding: 45px;
    font-size: 18px;
}

.download-item {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 20px 0;
}

.download-item:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #3A3A3A;
    left: 0;
    top: 7px;
}

.download-item i {
    font-style: italic;
    color: #00A988;
}

.pop-download-btn-box {
    display: flex;
    justify-content: center;
    margin: 40px 0 10px 0;
    flex-wrap: wrap;
}

.pop-download-btn {
    display: block;
    background: #0CD170;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 0;
}

.pop-download-btn:hover {
    background: #01c162;
}

.pop-download-btn.disabled {
    background: #f2f2f2;
    color: #999;
    cursor: default;
}

.pop-download-btn.disabled:hover {
    background: #f2f2f2;
    color: #999;
    cursor: default;
}

.pop-download-btn .iconfont {
    margin: 0 10px 0 0;
    font-size: 20px
}
.pop-exit-btn {
    display: block;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    background-color: #0CD170; /* 可选：退出按钮用红色区分 */
    color: #fff;
}
.pop-exit-btn:hover {
    background-color: #01c162; /* hover 效果 */
}


.numalign {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0 0 0;
}

.numa-wrap {
    border-radius: 5px;
    display: flex;
}

.numal {
    height: 40px;
    padding: 0 6px;
    line-height: 40px;
    border-right: 1px solid #ccc;
    font-size: 30px;
}

.numar {
    height: 40px;
    padding: 0 6px;
    line-height: 40px;
    border-left: 1px solid #ccc;
    font-size: 30px;
}

.numalign span {
    margin: 0 6px;
}

textarea {
    width: 100%;
    height: 29px;
    padding: .3em .5em;
    border: 1px solid #ddd;
    font-size: .9em;
    box-sizing: border-box;
    margin: 0 0 20px;
}

/*Blooming Trade Data*/
.bloom-bg {
    background: url(/build/assets/image/banner-bg.png) #0A301C center top no-repeat;
}

.bloom-bg .s-breadcrumb {
    background: none;
    height: 350px;
}

.bloom-data {
    padding: 0 0 80px 0;
    background: url(/build/assets/image/eye-bg-2.png) #F5FFFA center top no-repeat;
}

.bloom-bg .container.sec-banner {
    text-align: center;
    padding: 65px 0 0 60px
}

.data-img-wrap {
    display: flex;
    justify-content: center;
}

.main-img {
    /*border:1px dashed #FFD900;*/
    border-radius: 10px;
    /*width: 690px;
    max-height: 440px;*/
    text-align: center;
    padding: 15px;
    margin: -100px 0 0 0;
}

.main-img img {
    width: 100%;
    height: auto;
    max-height: 440px;
    display: inline-block;
}

.wel-top {
    text-align: center;
    margin: 100px 0 20px 0;
}

.wel-top img {
    width: 150px;
}

.wel-home {
    font-size: 40px;
    color: #00A988;
    text-align: center;
    font-weight: bold;
}

.wel-msg {
    font-family: "SegoeUI";
    color: #0A301C;
    text-align: center;
    font-size: 22px;
    margin: 30px 0 0 0;
}

.bloom-b {
    font-size: 22px;
    font-weight: bold;
    color: #00A988;
    position: relative;
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
}

.bloom-b:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 10px;
    background: #0CD170;
    top: 0;
    left: 0;
}

.full-data {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 0 0 0;
}

.full-data-item {
    width: 100%;
    text-align: right;
}

.full-data-item .full-col-1, .full-data-item .full-col-2, .full-data-item .full-col-3 {
    width: 100%;
}

.full-data-item .full-col-1 .iconfont {
    color: #96D2C6;
    font-size: 30px;
}

.full-data-item .full-col-2 {
    color: #00A988;
    font-size: 70px;
    font-weight: bold;
}

.full-data-item .full-col-3 {
    color: #76BDAF;
    font-size: 12px;
}

.bg-w {
    background: white;
}

.partner-box.container {
    padding: 80px 0;
}

.partner-box h2 {
    font-size: 38px;
    color: #3A3A3A;
    font-weight: bold;
    text-align: center;
    margin: 0 0 80px 0;
}

.partner {
    text-align: center;
}

.partner img {
    display: inline-block;
}

/*global-track*/
.global-box {
    display: flex;
}

.global-box.container {
    padding: 0 60px;
}

.right-side {
    width: 278px;
    border: 1px solid #0CD170;
    min-height: 300px;
    border-radius: 5px;
    margin: 50px 0 0 0;
    background: #F5FFFA;
}

.privacy-con.global-l {
    padding: 50px 0;
    flex: 1;
    margin: 0 50px 0 0;
}

.aside-title {
    font-size: 22px;
    color: #0CD170;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #0CD170;
}

.aside-title img {
    width: 35px;
    height: auto;
    margin: 0 10px 0 0;
}

.aside-list {
    /*height: 350px;*/
    overflow: hidden;
}

.aside-item {
    line-height: 16px;
    font-size: 15px;
    padding: 17px 10px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.aside-item.active {
    background: #0CD170;
    color: #fff;
    padding-left: 32px;
}

.aside-item.active:before {
    content: "\e822";
    font-family: "iconfont";
    font-size: 18px;
    position: absolute;
    transform: rotateX(100%);
    left: 10px;
}

.aside-item.active a {
    color: #fff;
}

.aside-item:hover {
    background: #0CD170;
    color: #fff;
    padding-left: 32px;
}

.aside-item:hover a {
    color: #fff;
}

.aside-item:hover:before {
    content: "\e822";
    font-family: "iconfont";
    font-size: 18px;
    position: absolute;
    transform: rotateX(100%);
    left: 10px;
}

.search-country-wrap {
    background: #0A301C;
}

.search-country {
    background: url("/build/assets/image/banner-bg.png") center 50px no-repeat;
    padding: 75px 0 85px 0;
}

.search-country h2 {
    font-size: 32px;
    font-weight: bold;
    color: #0CD170;
    text-align: center;
    line-height: 1.5;
    margin: 0 60px;
}

.address-img-wrap {
    display: flex;
    justify-content: center;
}

.address {
    width: 120px;
    min-height: 120px;
    margin: 50px 0;
    background: url("/build/assets/image/address.png") center bottom no-repeat;
    background-size: 120px 120px;
}

.address img {
    display: inline-block;
    width: 45px;
    height: auto;
    margin: 20px 0 0 30px;
}

.country-btn {
    text-align: center;

}

.country-btn:hover {
    color: #ffcc00; /* 鼠标悬停时颜色变为#ffcc00 */
    /* 边框颜色变化 */
}

.country-btn a {
    background: #FFD900;
    color: #04795C;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    -webkit-box-shadow: 0 5px 15px 0 rgba(220, 187, 0, 0.25);
    box-shadow: 0 5px 15px 0 rgba(220, 187, 0, 0.25);
    width: 35%;
    display: inline-block;
    line-height: 60px;
    border-radius: 5px;
}
.country-btn a:hover {
    background: #ffcc00;
}

.sample-data h2 {
    text-align: center;
    font-weight: bold;
    margin: 0 0 50px 0;
    font-size: 45px;
}

.sample-img {
    border: 1px dashed #666F73;
    border-radius: 10px;
    padding: 10px;
    min-height: 100px;
    background: #fff;
    text-align: center;
}

.sample-img img {
    display: inline-block;
    width: 100%;
}

.sample-box {
    width: 1010px;
    margin: auto;
}

.activities {
    padding: 0 0 100px 0;
}

.activities .wel-home {
    color: #0A301C;
    font-size: 55px;
    width: 1010px;
    margin: auto;
}

.activities .country-btn {
    margin: 70px 0 0 0;
}

.input-pos-home {
    flex: 1;
}

.input-pos-home .error {
    position: absolute;
    top: 60px;
    left: 0;
    font-size: 12px;
    color: #fff;
}

.input-pos-free {
    flex: 1;
}

.input-pos-free .error {
    position: absolute;
    top: 60px;
    left: 0;
    font-size: 12px;
    color: red;
}

/*弹窗*/
.pop-btns .close-btn {
    width: 30%;
    margin: 0 2%;
    border: 1px solid #0CD170;
    padding: 13px 17px;
    color: #0CD170;
    border-radius: 0.25rem;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    display: block;
}

.pop-btns .ok-btn {
    width: 30%;
    margin: 0 2%;
    border: 1px solid #0CD170;
    background: #0CD170;
    padding: 13px 17px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    display: block;
}

.pop-btns .ok-btn:hover {
    background: #01c162;
}

.pop-btns .ok-btns {
    width: 30%;
    margin: 0 2%;
    border: 1px solid #0CD170;
    background: #0CD170;
    padding: 13px 17px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    display: block;
}

.pop-btns .ok-btns:hover {
    background: #01c162;
}

.success-icon {
    text-align: center;
    margin: 45px 0 25px 0;
}

.success-icon img {
    display: inline-block;
    width: 167px;
    height: auto;
}

.success-tips .row-1 {
    padding: 0 10%;
    color: #00A988;
    font-size: 25px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

.login-tips .row-1 {
    padding: 0 10%;
    color: #3A3A3A;
    font-size: 18px;
    text-align: center;
    margin: 100px 0 0 0;
}

.login-tips .row-2 {
    padding: 0 10%;
    color: #3A3A3A;
    font-size: 18px;
    text-align: center;
    margin: 40px 0 0 0;
}

.login-tips .row-2 a {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #0CD170;
}
.login-tips .row-2 a:hover {
    text-decoration: underline;
}
.success-tips .row-2 {
    padding: 0 10%;
    color: #3A3A3A;
    font-size: 18px;
    text-align: center;
    margin: 15px 0 0 0;
}

.pop-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0 0;
}
.pop-btns a:hover{
    color: #FFFFFF;
    background-color: #0CD170;
}
/*首页点击弹窗*/
.search-box .saved-tab {
    margin: 0px 0 10px 0;
    background: #FFD900;
}

.search-box .saved-tab:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.search-box .search-table {
    margin: 0;
}

.search-box .saved-tab ul {
    display: flex;
    justify-content: flex-start;
    border-bottom: 0;
    border-radius: 23px;
    width: 100%;
    background: #FFD900;
}

.search-box .saved-tab ul li {
    width: 35%;
}

.search-box .saved-tab ul li a {
    font-size: 16px;
    color: #0A301C;
    display: block;
    text-align: center;
    border-radius: 5px 5px 0 0;
    height: 45px;
    line-height: 45px;
}

.search-box .saved-tab ul li a.active {
    position: relative;
    background: #FFCC00;
    border-radius: 23px;
    font-weight: bold;
}

.search-box .saved-tab ul li a.active:before {
    content: "\e857";
    font-family: "iconfont";
    color: #0A301C;
    margin: 0 5px 0 0;
    font-size: 20px;
}

/*表格*/
.search-pop-con {
    margin: 0 10px;
}

.order-table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
    width: 100%;
    box-sizing: border-box;
}

.order-table td, .order-table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.order-table td {
    padding: 15px 10px;
    line-height: 1.2;
}

.order-table th {
    background: #00A988;
    color: #fff;
    line-height: 36px;
    white-space: nowrap;
    position: relative;
    text-align: center;
}

.order-table th:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    right: 0;
}

.order-table tr {
    border-bottom: 1px solid #f2f2f2;
}

.order-table tr:nth-child(2n+1) {
    background: #fff;
}

.order-table tr:nth-child(2n) {
    background: #F5FAF8;
    color: #3A3A3A;
}

.pages {
    margin: 30px 0 0 0;
}

.pages svg {
    width: 30px;
    height: 30px;
}

.order-table .button {
    color: #3270EF;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
.order-table .button p:hover {
    text-decoration: underline;
}

.order-table .button:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #D6D6D6;
    right: 0;
    top: 2px;
}

.order-table .button:last-child {
    margin: 0;
}

.order-table .button:last-child:after {
    background: none;
}

.order-table .button .iconfont {
    font-size: 22px;
    margin: 0 5px 0 0;
}

.table-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*详情弹窗*/
#detail {
    display: none;
    padding: 15px;
}

.detail-item {
    margin: 0 0 16px 0;
}

.detail-title {
    background: #00A988;
    color: #fff;
    line-height: 36px;
    padding: 0 10px;
}

.detail-title .iconfont {
    margin: 0 6px 0 0;
}

.detail-table {
    width: 100%;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
}

.detail-table td {
    padding: 15px 10px;
    border-bottom: 1px solid #F1F1F1;
    line-height: 20px;
    /*-webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    white-space: nowrap;*/
}

.detail-table td.th {
    border-left: 1px solid #F1F1F1;
    width: 40%;
}

.detail-table td.col {
    border-left: 1px solid #F1F1F1;
    width: 60%;
}

.detail-table tr:nth-child(2n+1) td.th {
    background: #F5FAF8;
    color: #3A3A3A;
}

.detail-table tr:nth-child(2n) td.th {
    background: #F0F9F4;
}

.detail-table tr:nth-child(2n) td.col {
    background: #FBFCFD;
}

/*国家选择*/
.input_item {
    /*width: 400px;*/
    height: 45px;
    position: relative;
    border: 1px solid #d6d6d6;
    display: flex;
    align-items: center;
}

.region {
    display: flex;
    padding: 6.5px 0;
    align-items: center;
    position: relative;
    flex: 1;
    height: 45px;
}

.region i {
    position: absolute;
    right: 0px;
    top: 8px;
    font-size: 20px;
}

.region.disabled {
    /*cursor: not-allowed;*/
   cursor: pointer;
}
.region.hand {
    cursor: pointer;
}
.country_select_box {
    position: absolute;
    width: 528px;
    left: -1px;
    top: 46px;
    border: 1px solid #d6d6d6;
    background: #fff;
    z-index: 9;
    display: none;
}

.country_select_box .country_search {
    margin: 5px 10px;
    height: 30px;
    border: 1px solid #dee2e5;
    outline: 0;
    font-size: 15px;
    color: #333;
    position: relative;
    z-index: 9;
    background: 0 0;
    padding-right: 0;
}

.country_search i {
    position: absolute;
    font-size: 16px;
    top: 0px;
    left: 5px;
    color: #999;
    z-index: 1;
}

.input_item input {
    flex: 1;
    border: none;
    height: 100%;
    padding: 0 15px;
    padding-left: 15px;
    outline: 0;
    font-size: 15px;
}

.input_item .country_select_box .country_search input {
    height: 28px;
    width: 100%;
    padding-left: 28px;
    background: none;
}

.country_select_box ul {
    max-height: 240px;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.country_select_box ul li {
    height: 40px;
    display: flex;
    padding: 0 15px;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.input_item img {
    width: 40px;
    height: 30px;
    margin-right: 10px;
}

.country_select_box ul li.hide {
    display: none;
}

.input_item .country_select_box .country_search input {
    height: 28px;
    width: 100%;
    padding-left: 28px;
}

.detail_share {
    border: 1px solid #00A988;
    position: absolute;
    top: 36px;
    left: 10px;
    width: 100%;
    display: none;
    background: #fff;
    border-radius: 5px;
}

.detail_share ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.detail_share ul li {
    margin-bottom: 10px;
}

.detail_share ul li span {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.detail_share .facebook {
    background: url(/build/assets/image/facebook.png) no-repeat;
    background-size: cover;
}

.detail_share .linkedin {
    background: url(/build/assets/image/linkedin.png) no-repeat;
    background-size: cover;
}

.detail_share .twitter {
    background: url(/build/assets/image/twitter.png) no-repeat;
    background-size: cover;
}

.detail_share .weixin {
    background: url(/build/assets/image/weixin.png) no-repeat;
    background-size: cover;
}

.share-top {
    text-align: center;
}

.share-box {
    position: relative;
}
.share-box a:hover {
    background: #00A988;
    color: #fff;
}
.no-data-nav {
    text-align: center;
    margin: 60px 0 0 0;
}

.no-data-nav img {
    display: inline-block;
}

.no-data-tips {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 0 0;
}

.no-data-tips a {
    color: #3270EF;
}

.no-data-tips a:hover {
    color: #3270EF;
    text-decoration: underline;
}

.more-btn {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    height: 50px;
    margin: 0 0 0 -95px;
    box-sizing: border-box;
    overflow: hidden;
}

.more-btn a {
    display: inline-block;
    border: 1px solid #0CD170;
    color: #0CD170;
    border-radius: 5px;
    line-height: 40px;
    width: 200px;
}
.more-btn a:hover {
    color: #fff;
    background-color: #0CD170;
}
.progress-box {
    margin: 0 0 15px 0;
}

.progress-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layui-progress.bg-1 {
    background: #D6EEE1;
}

.layui-bg-1 {
    background-color: #0CD170 !important;
}

.layui-progress.bg-2 {
    background: #D9E5FC;
}

.layui-bg-2 {
    background-color: #3270EF !important;
}

.layui-progress.bg-3 {
    background: #FDDAC0;
}

.layui-bg-3 {
    background-color: #FD6C01 !important;
}

.layui-progress.bg-4 {
    background: #FCF0BA;
}

.layui-bg-4 {
    background-color: #FFBA00 !important;
}

.layui-progress.bg-5 {
    background: #F2E4FD;
}

.layui-bg-5 {
    background-color: #8F41CD !important;
}

.progress-txt .color-1 {
    font-weight: bold;
    color: #0CD170;
}

.progress-txt .color-2 {
    font-weight: bold;
    color: #3270EF;
}

.progress-txt .color-3 {
    font-weight: bold;
    color: #FD6C01;
}

.progress-txt .color-4 {
    font-weight: bold;
    color: #FFBA00;
}

.progress-txt .color-5 {
    font-weight: bold;
    color: #8F41CD;
}

.company-table {
    position: relative;
}

.company-result {
    position: absolute;
    bottom: 54px;
    left: 0;
}

.company-result span {
    display: inline-block;
    margin: 0 4px;
}

.treeR, .treeL {
    width: 100%;
}

.reset-success {
    margin: 70px auto 70px auto;
    width: 700px;
    text-align: center;
}

.success-img {
    text-align: center;
}

.success-img.marT {
    margin: 50px 0 0 0;
}

.sucess-tips {
    font-family: Segoe UI;
    font-weight: normal;
    color: #00A988;
    font-size: 25px;
    margin: 25px 0 15px 0;
    font-style: italic;
    line-height: 28px;
    font-weight: bold;
}

.success-msg {
    color: #3A3A3A;
    margin: 0 0 70px 0;
    font-size: 20px;
    font-family: Segoe UI;
    font-weight: normal;
    line-height: 28px;
}

.success-msg.sub-msg {
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 0 0;
}

.success-btns {
    display: flex;
    justify-content: space-around;
}

.success-btns span {
    /*background: #0CD170;*/
    border: 1px solid #0CD170;
    line-height: 49px;
    display: block;
    width: 45%;
    color: #0CD170;
    border-radius: 5px;
    font-size: 22px;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 24px;

    width: 250px;
    height: 50px;
    background: #FFFFFF;
    /*border-radius: 5px;
    border: 1px solid #0CD170;*/

        display: flex
;
    justify-content: center;
    align-items: center;
}
.success-btns span:hover {
    background: #0CD170;
    color: #FFFFFF;
}
.success-btns span.border {
    background: none;
    color: #0CD170;
    border: 1px solid #0CD170;
}

.fontW {
    font-weight: bold;
}

.input-pos {
    position: relative;
}

.input-pos .error {
    position: absolute;
    top: 52px;
    left: 0;
    font-size: 12px;
    color: red;
    margin: 0 0 0 5px;
    line-height: 1;
}

.mark-table {
    top: 40px;
    position: absolute;
    background: rgba(245, 250, 248, 0.95);
    height: 100%;
    width: 100%;
    display: none;
    min-height: 250px;
    z-index: 199;
}

.bottom-tip {
    background: rgba(0, 0, 0, 0.6);
    padding: 35px 60px 35px 20px;
    color: #fff;
    left: 50%;
    bottom: 150px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    position: fixed;
    transform: translate(-50%, 0);
}

.bottom-tip a.data-btn {
    background: #FFD900;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 30px;
    color: #0A301C;
    display: inline-block;
    margin: 0 0 0 10px;
}
.bottom-tip a.data-btn:hover {
    background: #ffcc00;
}
.bottom-tip .iconfont {
    font-size: 20px;
}

.bottom-tip i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -10px 0 0 0;
    cursor: pointer;
}

/*缺省页面*/
.default-top {
    text-align: center;
    margin: 100px 0 0 0;
}

.default-row-1 {
    font-size: 25px;
    color: #3A3A3A;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 40px 0;
}

.default-row-2 {
    font-size: 16px;
    margin: 0 0 25px 0;
    text-align: center;
}

.default-row-3 {
    text-align: center;
    margin: 0 0 70px 0;
}

.default-row-3 a {
    color: #3270EF;
    font-size: 18px;
}

.default-row-4 {
    margin: 0 0 100px 0;
    color: #3A3A3A;
    line-height: 1.5;
    font-size: 15px;
}

.color-blue {
    color: #3270EF;
}

.totalNum, .total-page {
    font-weight: bold;
    font-style: italic;
}

.success {
    display: flex;
    justify-content: center;
}

.text-c {
    text-align: center;
}

/*成功弹窗*/

.common-img {
    margin: 30px 0 0 0;
    text-align: center;
}

.common-img img {
    width: 167px;
}

.common-tips-row-1 {
    font-size: 25px;
    color: #00A988;
    font-style: italic;
    padding: 15px 0;
    font-weight: bold;
}

.common-tips-row-2 {
    font-size: 18px;
    color: #00A988;
    font-style: italic;
    padding: 0 0 30px 0;
    font-weight: bold;
}

.common-tips-row-3 {
    font-size: 16px;
    color: #3A3A3A;
    padding: 0 0 60px 0;
}

.common-tips-row-3 a {
    color: #00A988;
    font-weight: bold;
    font-style: italic;
}

.common-success-btns {
    display: flex;
    justify-content: center;
}

.font16 {
    font-size: 16px;
}

.common-btns {
    margin: 40px 0 0 0;
}

.common-btns a {
    display: inline-block;
    line-height: 50px;
    border-radius: 5px;
    background: #0CD170;
    width: 25%;
    margin: 0 2%;
    color: #fff;
    text-align: center;
}

.common-btns a:hover {
    background: #01c162;
}

.common-btns a .iconfont {
    font-size: 26px;
    margin: 0 6px 0 0;
}

.marT15 {
    margin-top: 15px;
}

.transaction-space, .importer-space, .exporter-space {
    height: 80px;
    display: none;
}
