/*定义公共的变量*/
:root {
    --grey-bg: #FAFAFA;
    --color-grey: #FAFAFA;
    --color-black: 0 0 0;

    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --header-height: 80px;
    --header-height-m: 60px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
html,
body {
    margin: 0 auto;
    text-align: center;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    scroll-behavior: smooth;
}
html {
    -webkit-tap-highlight-color: rgb(var(--color-black)/0);
    scroll-behavior: smooth;
    overflow-y: scroll;
    background: #eee;
}
html,
body {
  width:100%;
  font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-size:16px;
  color: #002837;
    background: #ffffff;
}
body {
    font-size: 16px;
    font-weight: 400;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding-top: var(--header-height);
    position: relative;
}


a {
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
    color: #002837;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:active,
a:hover {
    outline: 0;
}


abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
/*需要重新设置字体大小*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


img {
    width: 100%;
    display: block;
    /*vertical-align: middle;*/
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

ul {
    list-style-type: none;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

 ol, ul, li{
   list-style: none;
 }
 
 ::-webkit-scrollbar{
     width: 10px;
     height: 10px;
 }
 ::-webkit-scrollbar-track-piece{
   background-color: rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 6px;
 }
 ::-webkit-scrollbar-thumb:vertical{
   height: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
 }
 ::-webkit-scrollbar-thumb:horizontal{
   width: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
 }
 @media (max-width: 768px) {
    ::-webkit-scrollbar{
        width: 6px;
        height: 6px;
    }
}


.container:after, .container:before {
    content: none;
}
.overflow-y-h {
    overflow-y: hidden;
}
.btn-white {
    background: #ffffff;
    color: #24B89E;
}
.btn-green {
    background: #24B89E;
    color: #ffffff;
}
.btn-base {
    color: #24B89E;
    border: 1px solid #24B89E;
}

/*按钮*/
.btn-l {
    /*width: 124px;*/
    /*height: 48px;*/
    width: 9rem;
    height: 3rem;
    display: inline-block;
    border-radius: 100px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400!important;
    /*color: #FFFFFF;*/
    text-align: center;
    line-height: 48px!important;
    margin-top: 2rem;
    padding: 0!important;
}
.btn-r {
    /*    width: 124px;
        height: 48px;*/
    width: 9rem;
    height: 3rem;
    display: inline-block;
    border-radius: 100px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 48px;
    margin-top: 2rem;
    margin-left: 1rem;
    padding: 0;
}
.btn-login {
    width: 104px;
    height: 40px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.btn-join {
    width: 12rem;
}
.btn-white {
    background: #ffffff;
    color: #24B89E;
}
.btn-white:hover {
    color: #24B89E!important;
}
.btn-green {
    background: #24B89E;
    color: #ffffff!important;
}
.btn-green:hover {
    background: #28CCAF;
}
.btn-base-g {
    color: #24B89E!important;
    border: 1px solid #24B89E;
}
.btn-base-g:hover {
    background: #24B89E;
    color: #ffffff!important;
}
.btn-base-w {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.btn-base-w:hover {
    color: #28CCAF;
    background: #ffffff;
}
.btn-subscribe {
    background: #002837;
    color: #ffffff;
}
.btn-base {
    color: #24B89E;
    border: 1px solid #24B89E;
}
form .btn {
    border: unset;
    margin-left: 12px;
}
@media (max-width: 768px) {
    .btn-l,
    .btn-r {
        width: 8.5rem;
        height: 3rem;
    }
    .btn-join {
        width: 12rem;
    }
}

.section {
    width: 100%;
    position: relative;
}
.section-blog strong {
    font-weight: bold;
}
.section-blog em {
    font-style: italic;
}

.container {
    /* padding: 80px 0;
    padding: 5rem 0; */
    margin: 0 auto;
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    max-width: 1200px;
    height: auto;
    position: relative;
    text-align: center;
    justify-content: center;
}
.container-header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
}
.container-py {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.container-pl {
    padding-left: 1rem;
}
.header {
    width: 100%;
    height: var(--header-height);
    max-height: var(--header-height);
    position: fixed;
    top: 0;
    z-index: 999;
}
.is_scrolled {
    background: #ffffff;
}
.rmenu {
    position: fixed;
    right: 1rem;
    top: 72%;
    z-index: 9;
}

@media (max-width: 1200px) {
    .banner .container-px {
        padding-left: 1rem;
        padding-right: 1rem;
    }

}
@media (max-width: 1024px) {
    body {
        padding-top: var(--header-height-m);
    }
    .header {
        height: var(--header-height-m);
        max-height: var(--header-height-m);
    }
    .navbar-mobile-menu .navbar-right {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }
    .navbar-mobile-menu .navbar-right li {
        width: 40%;
    }
    .navbar-mobile-menu .navbar-right a {
        width: 100%;
    }
    .container-px {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 768px) {
    .container-py {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

/*导航栏登录注册*/


/*导航*/
.dropdown_icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.dropdown-lang .dropdown_icon {
    margin-left: 4px;   
}
.navbar-menu-lang img {
    width: 16px;
     height: 16px; 
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 2px;
}

.sub-menu-thumb {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-size: 81%;
    background-position: bottom;
}
.sub-thumb-s {
    background-image: url("/public/svg/nav_sms.svg");
}
.sub-thumb-v {
    background-image: url("/public/svg/nav_voice.svg");
}
.sub-thumb-e {
    background-image: url("/public/svg/nav_email.svg");
}
.sub-thumb-i {
    background-image: url("/public/svg/nav_indus.svg");
}
.sub-thumb-sen {
    background-image: url("/public/svg/nav_sence.svg");
}
.sub-thumb-wa {
    background-image: url("/public/svg/nav_wa.svg");
}
.sub-thumb-new {
    width: 27px;
    height: 18px;
    background-image: url("/public/images/icon/nav_new.png");
    background-size: 100%;
    background-position-y: center;
    margin: 0;
    margin-left: 6px;
    vertical-align: baseline;
    position: absolute;
}
.policy-menu-thumb {
    background-image: url("/public/svg/nav_caret.svg");
    /*background-image: url("/public/svg/policy-thumb.svg");*/
    margin-left: 4px;
    transition: all .2s ease-out;
}
.beian-thumb {
    background-image: url("/public/images/beian.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .sub-thumb-new {
        top:0;
    }
}
@media (max-width: 1024px) {

    .dropdown:hover .dropdown-menu, .dropdown.active .dropdown-menu {
        display: block;
    }
    .sub-menu-title {
        border-bottom: 1px solid #F2F2F2;
        padding: 16px 0;
    }
    .sub-menu-thumb {
        width: 16px;
        height: 16px;
        background-size: cover;
        background-position: center;
        vertical-align: middle;
    }
    .sub-thumb-new {
        width: 27px;
        height: 16px;
        background-size: 100%;
    }
    .sub-menu-list {
        padding-left: 28px;
        width: 100%;
    }
    .sub-menu-list li {
        margin-top: 0px;
    }
    .sub-menu-list a {
        height: 48px;
        line-height: 48px;
    }
    .dropdown-menu-list {
        width: 100%;
    }

    .icon-m {
        display: block;
        width: 32px;
        height: 32px;
        background-image: url(/public/images/icon/open.svg);
        background-repeat: no-repeat;
        background-size: 81%;
        background-position: center;
        float: right;
    }


    /*    .navbar-toggle {
            display: block;
            flex: 1 1 auto;
            width: auto;
            background-color: transparent;
            background-image: none;
            border: unset;

        }
        .navbar-toggle:focus {
            outline: 0;
        }
        .navbar-default .navbar-toggle {
            border-color: #ddd;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }
        .navbar-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
        }
        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }
        .navbar-inverse .navbar-toggle {
            border-color: #333;
        }
        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }*/


}





/* 导航栏index */
.navbar {
    background: #ffffff;
    position: relative;
    z-index:999;
}
.navbar-default {
    height: 100%;
    background: #ffffff;
    border-bottom: 1px solid #F2F2F2;
    opacity: 1;
}
.navbar-logo {
    margin: 0;
}
.container-navbar {
    height: 79px;
    background: #ffffff;
    justify-content: space-between;
    margin-inline: auto;
    position: relative;
    width: 100%;
    z-index: 999;
    padding: 0;
    /*border-bottom: 1px solid #F2F2F2;*/
}
.container-navbar button{
    margin: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.navbar-mobile-close {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    margin-right: 0;
}
.navbar-right {
    display: flex;
    align-items: center;
}
.navbar-menu-section {
    width: 100%;
    height: var(--header-height);
    min-height: var(--header-height);
}
.navbar-menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    /*padding-left:1rem;*/
}
.navbar-menu {
    flex: unset;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: auto;
    /*gap: 24px;*/
    margin: 0;
    position: relative;
}
.navbar-menu.navbar-menu-lang {
    display: block;
}
.navbar-login a {
    line-height: var(--header-height);
}
.navbar-free {
    position: relative;
    height: 100%;
}
.navbar-free a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-menu .dropdown-menu {
    display:flex;
    gap: 48px;
    min-width: auto;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: -500px;
    /*top: 99%;*/
    left: 0;
    /*transform: translateX(-0%);*/
    padding: 2rem;
    margin-top: 1px;
    border: none;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.6);
    /*box-shadow: 0px 20px 50px 0px rgb(215 215 215);*/
    /*box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.3);*/
    transition: opacity .3s ease-out;
}
.navbar-menu .dropdown-menu.dropdown-product {
    left: -80px;
}
.navbar-menu .dropdown-menu.dropdown-solution {
    transform: translateX(-4%);
}
.navbar-menu .dropdown-menu.dropdown-dev {
    transform: translateX(-10%);
}
.navbar-menu .dropdown-menu.dropdown-resource {
    transform: translateX(-8%);
}
.navbar-menu .dropdown-menu.dropdown-about {
    transform: translateX(-8%);
}
.navbar-menu .dropdown.active .dropdown-menu {
    opacity: 1;
    z-index: 1;
    top: 99%;
}

.dropdown {
    position: relative;
}
.dropdown-menu .dropdown-menu-list {
    width: auto;
    /*min-width: 100px;*/
}
.dropdown-menu .sub-menu-title {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #002837;
    line-height: 19px;
    text-align: left;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ededed;
    /*border-bottom: 1px solid #F2F2F2;*/
    /*min-width: 100px;*/
    /*min-width: 160px;*/
    min-width: 190px;
}
.dropdown-menu .sub-menu-list {
    width: 100%;
}
.dropdown-menu .sub-menu-list li{
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
}
.dropdown-menu .sub-menu-list li:last-child {
    margin-bottom: 0;
}
.dropdown-menu .sub-menu-list a{
    font-size: 14px;
    font-family: OPPOSans-Regular, OPPOSans;
    font-weight: 400;
    color: #616566;
    line-height: 16px;
    width: 100%;
    text-align: left;
    padding: 8px 0;
    /*padding: 8px 1.5rem 8px 0;*/
    white-space: nowrap;
    display: inline-block;
}
.dropdown-menu .sub-menu-list a:hover{
    color: #24B89E;
}

.navbar-mobile-menu .navbar-according-dropdown-section ul li a.new,
.dropdown-menu .sub-menu-list a.new {
    position: relative;
}

.dropdown-toggle {
    line-height:var(--header-height);
    display: block;
    height: var(--header-height);
    padding: 0 6px;
    padding-left: 4px;
}
.navbar-thumb {
    background-image: url("/public/svg/nav_caret_up.svg");
    transition: all .15s;
}
.dropdown:hover .dropdown-toggle, .dropdown.active .dropdown-toggle {
    color: #24B89E;
    text-decoration: none;
}
.dropdown:hover .navbar-thumb, .dropdown.active .navbar-thumb {
    background-image: url("/public/svg/nav_caret_g.svg");
    transform: rotate(180deg);
}
.dropdown-toggle:hover+.dropdown-menu,
.dropdown.active .dropdown-menu,
.navbar-menu  .dropdown-menu:hover
{
    opacity: 1;
    z-index: 99;
    top: 99%;
    /*transition: opacity .1s ease-out;*/
}
.navbar-menu-lang svg {
    width: 16px;
     height: 16px; 
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 2px;
    fill: #002837;
    /* stroke: #002837; */
}
.dropdown:hover .dropdown-toggle svg, .dropdown.active .dropdown-toggle svg {
    fill: #24B89E;
}
.dropdown-wrapper {
    display:flex;
    gap: 48px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: -500px;
    /*top: 99%;*/
    left: 0;
    /*transform: translateX(-0%);*/
    padding: 2rem;
    margin-top: 1px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.3);
    transition: opacity .3s ease-out;
}
.navbar-right {
    width: auto;
    display: grid;
    grid-template-columns: 0.9fr 0.5fr 1fr;
    align-items: center;
    justify-items: flex-start;
    float: none!important;
    margin: 0!important;

    /* width: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    float: none!important;
    margin: 0!important; */
}
.navbar-login:hover a {
    color: #24B89E;
}


/*移动*/
.navbar-mobile-menu {
    overflow: auto;
    position: absolute;
    left: 0;
    top: -9999px;
    opacity: 0;
    z-index: -1;
    transition: opacity .2s ease-out;

    /*    width: 100%;
        height: 100vh;
        min-height: calc(100vh - 72px);*/
}

@media (max-width: 1024px) {
    .container-navbar {
        height: var(--header-height-m);
        flex-wrap: unset;
        flex-direction: column;
        /*justify-content: center;*/
        justify-content: flex-start;
        border-bottom: 1px solid #F2F2F2;
    }
    .navbar-mobile-menu {
        width: 100%;
        height: 100vh;
        min-height: calc(100vh - var(--header-height-m));
    }
    .navbar-according {
        height: auto;
        overflow: hidden;
    }
    .navbar-mobile-menu button,
    .navbar-mobile-menu .navbar-according-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1rem;
        padding: 1rem;
        margin: 0;
        color: #616566;
        border-bottom: 1px solid #eeeeee;
    }
    .navbar-according-btn svg {
        width: 1rem;
        display: block;
        height: auto;
        margin: 0;
    }
    .navbar-according-content {
        display: none;
        border-bottom: 1px solid #eeeeee;
    }
    .navbar-according-dropdown {

    }
    .navbar-according-dropdown-section {
        padding: 1.5rem 2rem 1.5rem;
    }
    .navbar-according-dropdown-section .navbar-according-dropdown-title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: .5rem;
    }
    .navbar-according-dropdown-section .navbar-according-dropdown-title svg {
        width: 20px;
        height: auto;
        margin: 0;
    }
    .navbar-according-dropdown-section ul {
        display: grid;
        gap: 1rem;
    }
    .navbar-according-dropdown-section li {
        text-align: left;
    }
    .navbar-according-dropdown-section li a:focus{
        color: #24B89E;
        text-decoration: underline;
    }
    .navbar-according-item.active .navbar-according-btn>svg {
        transform: rotate(180deg);
    }
    .navbar-according-item.active .navbar-according-content {
        display: block;
    }

    .container-navbar.open {
        min-height: 100vh;
    }
    .container-navbar.open .navbar-mobile-menu {
        left: 0;
        top: var(--header-height-m);
        z-index: 1;
        opacity: 1;
    }
    
    .container-navbar.open .navbar-mobile-menu .navbar-menu-lang {
        display: block;
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar-menu .dropdown-menu.dropdown-lang {
        display: none;
    }
    .container-navbar.open .navbar-mobile-menu .dropdown-menu.dropdown-lang {
        display:flex;
        top: -158%;
        left: 50%;
        transform: translateX(-50%);
     }
    .container-navbar.open .navbar-mobile-menu .dropdown-lang .sub-menu-list {
        padding: 0 16px;
    }
    .container-navbar.open .navbar-mobile-menu .dropdown-lang .sub-menu-list a {
        line-height: 1.5;
        height: auto;
    }
    .dropdown-menu.dropdown-lang .sub-menu-list li:first-child {
        margin-bottom: 16px;
    }

    .navbar-menu-section {
        height: var(--header-height-m);
        min-height: var(--header-height-m);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
    }
    .navbar-menu-section .navbar-menu,
    .navbar-menu-section .navbar-right
    {
        display: none;
    }
    .navbar-mobile-close {
        display: block;
    }
    .navbar-according-item.active .navbar-according-btn {
        background: #F8F8F9;
    }
    .navbar-right {
        padding-top: 2rem;
    }
}
/* 导航栏index end */


.navbar-brand {
    padding: 0;
    float: unset;
    /*float: left;*/
    /*padding: 1rem 8px;*/
    /*padding: 1rem 1rem;*/
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0!important;
    margin: 0!important;
    float: none!important;
    /*height: 80px;*/
    /*width: 100%;*/
}
.navbar-brand > img {
    display: block;
}
@media (max-width: 768px) {
    .navbar-brand {
        /*height: 50px;*/
        /*padding: 1rem 0 1rem 0.5rem;*/
    }
    .navbar-brand > img {
        width: 177px;
    }
}


/*页脚*/
footer {
    border-top: 1px solid #E4E4E4;
}
.container.container-footer {
    display: flex !important;
    flex-wrap: wrap;
    padding: 5rem 0 3.5rem;
    float: unset;
}
.container.container-copyright {
    display: flex !important;
    flex-wrap: wrap;
    float: unset;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 0;
    /*padding: 1.625rem 0;*/
    border-top: 1px solid #F1F1F1;
}
.container-copyright .copyright-info {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.container-copyright .copyright-info img {
    width: auto;
    max-width: 40px;
    display: inline-block;
    cursor: pointer;
}
.footer-logo-unit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*gap: 1rem;*/
}
.footer-logo-unit .footer-logo-unit-w {
    display: block;
}
.footer-logo-unit.footer-logo-unit-p {
    display: none;
    margin-top: 1.5rem;
}
.footer-logo-unit-p .footer-connect-info ,
.footer-logo-unit-w .footer-connect-info {
    line-height: 1.5;
    margin-bottom: 1rem;
}

.footer-sitemap {
    height: auto;
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-template-rows: 1fr;*/
    /*justify-items: end;*/
}
.footer-sitemap-list-item {
    text-align: left;
}

.footer-sitemap-list-item {
    text-align: left;
    padding: 0;
    width: 41%;
    height: auto;
    /* float: right; */
    float: left;
    margin-right: 0;

    /*text-align: left;*/
    /*padding: 0;*/
}
.footer-sitemap-list-item:nth-last-child(3) {
    width: 16%;
}
.footer-sitemap-list-item:nth-last-child(2) {
    width: 16%;
    margin-top: 2rem;
}
.footer-sitemap-list-item:nth-last-child(1) {
     width: 16%;
    margin-top: 2rem;
 }

.footer-sitemap-list-title {
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 600;
    text-align: left;
    color: #002837;
    line-height: 1rem;
}
.footer-sitemap-list-content li {
    margin-bottom: .8rem;
    text-align: left;
}

.footer-sitemap-list-content li a,
.footer-sitemap-qr-text {
    font-size: 14px;
    font-size: 0.85rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 14px;
}

.footer-sitemap-list-content {
    margin-top: 1rem;
}
.footer-sitemap-list-content.footer-colla-content a:hover {
    color: #24B89E;
}
.footer-sitemap-list-item.affiliate:hover a {
    color:#24B89E;
}

.footer-sitemap-list-connect {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap: 12px;
}
.footer-sitemap-list-connect span {
    display: block;
}

.footer-sitemap-qr {
    width: 5.25rem;
    height: 5.25rem;
}
.footer-sitemap-qr-text {
    margin: 8px auto .5rem;
}
.footer-sitemap-qr-text {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 14px;
}
.footer-sitemap-linked {
    width: 1.6rem;
    height: 1.6rem;
    /*width: 1.5rem;*/
    /*height: 1.5rem;*/
}
.footer-border {
    border-top: 1px solid #F1F1F1
}
.footer-logo-a {
    display: block;
}
.footer-logo {
    width: 33%;
    max-width: 6.25rem;
    margin: 0;
}
.footer-connect-info {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    /*color: #919799;*/
    color: #002837;
    line-height: 16px;
    margin-bottom: 8px;
}
.footer-connect-info.tel-info {
    color: #002837;
    margin: 1rem 0 2.5rem;
}

.footer-connect-info span {
    /*display: block;*/
    color: #919799;
    line-height: 16px;
    text-align: left;
}

.footer-connect-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
.footer-connect-links a {
    margin: 0;
}
.footer-logo-unit.footer-logo-unit-p .footer-connect-links {
    margin-top: 2rem;
}

.footer-sitemap-h2 {
    padding-top: 32px;
    padding-bottom: 10px;
    text-align: left;
}
.trusted-by a {
    width: 115px;
    border-radius: 4px;
}
.trusted-by a img{
    width: auto;
    height: 4rem;
    margin: auto;
}

.container-copyright a {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #919799;
    line-height: 14px;
    display: inline-block;
    margin-right: 1.5rem;
    text-decoration: underline;
}
.copyright-info a {
    text-decoration: none;
    cursor: default;
}

.container-copyright a.copyright-lang {
    font-size: 14px;
    font-size: 0.85rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    color: #002837;
    line-height: 14px;
    margin-left: 1rem;
    margin-right: 0;
    text-decoration: none;
}
.container-copyright .copyright-lang img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 4px;
}
@media (max-width: 1024px) {
    .container.container-footer {
        align-items: center;
        justify-content: center;
        padding: 4rem 0 3rem;
        gap: 1.5rem;
    }
    .container.container-copyright {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem 0;
        background: #F1F1F1;
        max-width: 1024px;
    }
    .footer-logo-unit {
        justify-content: center;
        align-items: flex-start;
        padding: 0!important;
    }
    .footer-logo-unit .footer-logo-unit-w {
        display: none;
    }
    .footer-logo-unit.footer-logo-unit-p {
        display: block;
    }

    .footer-connect-info.tel-info {
        margin-bottom:0;
    }
    .footer-sitemap {
        display: flex;
        flex-direction: column;
    }

    .footer-sitemap-list,
    .footer-sitemap-list-content li {
        text-align: center;
    }

    .footer-sitemap-list-item {
        width: 100%;
        padding: 0 1rem;
    }
    .footer-sitemap-list-title {
        padding: 1.5rem 0;
        text-align: left;
    }
    .footer-sitemap-list-item:last-child {
        margin-top: 2rem;
    }
    .footer-sitemap-list-item:last-child .footer-sitemap-list-title {
        /*display: none;*/
    }

    .footer-sitemap-list-content,
    .footer-sitemap-list-content li {
        margin-top: 0;
    }

    .footer-sitemap-list-connect {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }
    .footer-sitemap-list-connect.trusted-by {
        margin-top: 0;
        justify-content: flex-start;
    }
    .footer-sitemap-list-connect a {
        margin-right: 1rem;
    }

    .footer-sitemap-list-connect a:nth-of-type(4) {
        margin-right: 0;
    }
    .footer-sitemap-qr {
        width: 6.25rem;
        height: 6.25rem;
    }
    .footer-sitemap-linked {
        width: 1.5rem;
        height: 1.5rem;
    }

    .footer-logo-a{
        margin-bottom: 1rem;
    }

    .tel-info {
        margin: 0;
    }
    .trusted-by a {
        margin: 0;
    }

    .container-copyright {
        display: flex;
        flex-direction: column;
    }

    /*.container-copyright a,*/
    /*.container-copyright a.copyright-lang {*/
    .container-copyright a {
        margin: 0 0 1rem;
    }

    .copyright-menu {
        flex-direction: column;
        gap: 1.5rem;
    }

    .copyright-menu a {
        padding: 6px 10px;
    }
    
    .container-copyright .copyright-info a {
        margin: 0;
    }
    .container-copyright .copyright-info {
        margin-bottom: 1rem;
    }

    /*底部 收起*/
    .turn-thumb {
        width: 1rem;
        height: 1rem;
        background-image: url("/public/svg/nav_caret.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        float: right;
    }
    .colla-show .turn-thumb {
        /*background-image: url("/public/svg/nav_caret_g.svg");*/
        transform: rotateX(180deg);
    }
    .container-footer .footer-collapse {
        margin-top: 1rem;
    }
    .container-footer .footer-colla-item {
        border-bottom: 1px solid #E4E4E4;
        width: 100%;
        margin-top: 0;
    }
    .container-footer .footer-colla-content {
        display: none;
        padding-left: 0.5rem;
    }
    .footer-colla-item.colla-show .footer-colla-content {
        display: block;
    }
    .container-footer .footer-colla-content li {
        text-align: left;
    }

    /*底部 收起 end*/

}

/*认证证书*/
.certificate-content {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:  rgb(145 151 153 / 50%);
    z-index: 99999;
    cursor: pointer;
}
.certificate-content img {
    display: none;
    /*width: auto;*/
    /*height: 84%;*/
    /*margin: 100px auto 0;*/
    
    
    width: auto;
    max-width: 900px;
    height: auto;
    max-height: 84%;

    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.certificate-content.active,
.certificate-content img.active {
    display: block;
}
@media (max-width: 768px) {
    .certificate-content.active {
        height: auto;
    }
    .certificate-content img.active {
        width: 94%;
        height: auto;
    }
}

/*页脚 end*/

/*sitemap*/
.container.container-sitemap {
    padding: 5rem 0 7.5rem;
}
.container-sitemap .container-title {
    margin-bottom: 4.375rem;
}
.nav {
    margin: 0;
}
.nav-item {
    margin-top: 3rem
}
.nav-item:first-child {
    margin-top: 0
}
.nav-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    text-align: left;
    line-height: 28px;
    line-height: 1.75rem;
    width: 100%;
}
.nav-links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4rem;
    margin-top: 1rem;
}
.nav-a {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 24px;
    line-height: 1.5rem;
    text-decoration: underline;
}
.nav-a:hover {
    color: #24B89E;
}
@media (max-width: 768px) {
    .container.container-sitemap {
        padding: 4rem 1rem 7.5rem;
    }
    .container.container-sitemap .title-after-green-l::after {
        left: 0;
    }
    .nav-links {
        gap: 1rem 2.5rem;
    }
    .nav-a {
        width: auto;
        text-align: left;
    }
}
    /*sitemap end*/



/*zuoxi start*/
.CustomerServiceEntry {
    position: fixed;
    right: 8px;
    bottom: 32px;
    background: #002837;
    width: 44px;
    height: 44px;
    border-radius: 90px;
    /*box-shadow: 0 4px 12px #24B89E inset, 0 4px 12px #1fa18a;*/
    /*box-shadow: 0 4px 12px #39c7ae inset, 0 4px 12px rgb(18 92 81 / 50%);*/
    z-index: 9999;
    cursor: pointer;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    transition: all .2s linear;
}
.CustomerServiceBtn {
    border: unset;
    background: unset;
    width: 100%;
    height: 100%;
    border-radius: 90px;
    cursor: pointer;
    transition: all .2s linear;
}
.CustomerServiceBtn svg {
    width: 20px;
    height: auto;
    margin: auto;
    display: block;
    margin-bottom: 2px;
}
.CustomerServiceBtn:hover {
    transform: scale(1.05, 1.05);
}
.CustomerServiceBtn:hover .CustomerServiceBtn svg {
    transform: scale(1.14, 1.14);
}
.CustomerService {
    position: relative;
}
.CustomerServiceEntry .leader-unit {
    display: block;
    position: absolute;
    bottom: 140%;
    right: 6px;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    transition: all .2s ease-in-out;
}
.CustomerServiceEntry .leader-unit.leader-hide {
    display: none;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    transition: all .2s ease;
}
.CustomerServiceEntry .leader-desc {
    /*box-shadow: 0 6px 14px rgb(85 124 205) inset, 0 1px 10px rgb(58 74 106 / 70%);*/
    /*background: linear-gradient(135deg, #002837 0%, #002837 100%);*/
    background: #002837;
    border-radius: 12px;
    padding: 0.8rem 1.7rem 1rem;
    width: 180px;
    transition: all .5s ease;
}
.CustomerServiceEntry .leader-unit svg {
    width: 18px;
    height: auto;
    position: absolute;
    top: -32%;
    right: 6px;
}
.CustomerServiceEntry .leader-unit p{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 0;
    text-align: left;
}
.CustomerServiceEntry .leader-unit p.help{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/*zuoxi end*/



/*下拉框*/
/*基础样式 */
.mod-wrapper-select {
    position: relative;
    cursor: pointer;
}
.mod-select-title {

}
.mod-select-item {
    position: absolute;
    opacity: 0;
    width: 100%;
    padding: .5rem 0;
    background: #ffffff;
    box-shadow: -13px -2px 66px 0 rgba(229,229,229,0.5);
    border: 1px solid rgba(229,229,229,0.3);
    border-radius: 12px;
    z-index: -1;
    transition: all .5s ease;
}
/*.mod-select-option a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #616566;
    line-height: 14px;
    padding: .5rem 1rem;
    text-decoration: none;
}*/
.mod-select-option {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #616566;
    background: #ffffff;
    line-height: 14px;
    padding: .5rem 1rem;
    text-decoration: none;
}
.mod-wrapper-select .mod-select-option:hover {
    color: #24B89E;
    background: #FAFAFA;
}
/*.mod-wrapper-select .mod-select-option:hover a {
    color: #24B89E;
    background: #FAFAFA;
}*/
.mod-wrapper-select.open .mod-select-item {
    z-index: 1;
    opacity: 1;
}

.mod-wrapper-select select,
.mod-wrapper-select .select-products {
    background: url('/public/svg/nav_caret_grey.svg') 24px center no-repeat;
    background-size: 14px;
    background-position: 96%;
}
.mod-wrapper-select .select-products {
    line-height: 38px;
    padding: 0 1rem;
    background-position: 98%;
}
xm-select > i.xm-icon,
.layui-form-select .layui-edge {
/*.layui-edge {*/
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: calc(50% - 8px);
    margin-top: 0;
    border: none;
    background: url(/public/svg/down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/*基础样式 end*/

/*语言切换*/
.mod-wrapper-lang {
    display: inline-block;
}
.mod-wrapper-lang .mod-select-title {
    font-size: 14px;
    font-size: 0.85rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    color: #002837;
    line-height: 14px;
    margin-left: 1rem;
    margin-right: 0;
    text-decoration: none;
}
.mod-wrapper-lang .mod-select-title img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 4px;
}
.mod-wrapper-lang .mod-select-item {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .75rem 0;
    min-width: 120px;
    border: 1px solid rgba(229,229,229,0.2);
}
.mod-wrapper-lang.open .mod-select-item {
    bottom: 100%;
}
.mod-wrapper-lang.open .policy-menu-thumb {
    /*background-image: url("/public/svg/nav_caret_g.svg");*/
    transform: rotateX(180deg);
}
.mod-wrapper-lang .mod-select-option {
    width: 100%;
    border-radius: 12px;
    padding: 0.5rem 1rem;
    text-align: center;
}
.mod-wrapper-lang .mod-select-option a {
    text-align: center;
    font-size: 14px;
    font-size: 0.85rem;
    color: #002837;
    line-height: 18px;
    margin: auto;
    padding: 6px 10px;
    text-decoration: none;
}
.mod-wrapper-lang .mod-select-option:hover a {
    color: #24B89E;
}
@media (max-width: 768px) {
    .mod-wrapper-lang .mod-select-option {
        padding: .5rem 1rem;
    }
}
    /*语言切换end*/

/*联系我们-国家下拉框*/
.select-connect-c .mod-select-item {
    top: 0;
}
.select-connect-c.open .mod-select-item {
    top: 100%;
    opacity: 1;
}
/*联系我们-国家下拉框 end*/

/*联系我们-表单 */
.select-form .mod-select-item {
    top: 0;
}
.select-form.open .mod-select-item {
    top: 100%;
    opacity: 1;
}

.select-multiple .mod-select-item {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    top: 0;
    padding: .5rem 1rem 1rem 1.5rem;
}
.select-multiple .mod-select-item::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}
.select-multiple .mod-select-item .icon-guanbi {
    font-size: 20px;
}
.select-multiple .mod-select-item .icon-guanbi:hover {
    color: #24B89E;
    background: rgba(229,229,229,0.3);
}
.select-multiple .mod-select-item .option-guanbi {
    position: absolute;
    top: 1rem;
    left: 90%;
    width: auto;
    padding: 4px;
    cursor: pointer;
}

.select-multiple.open .mod-select-item {
    top: 100%;
    opacity: 1;
}
.select-multiple.open:hover .mod-select-item {
    top: 100%;
    opacity: 1;
}
.select-multiple li {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-size: 0.85rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #616566;
    padding: 8px 0;
    line-height: 20px;
    text-decoration: none;
}

.select-multiple .option-title {
    font-size: 16px;
    font-size: 1rem;
    color: #919799;
    margin-top: 8px;
}
.option-multiple .iconfont {
    display: none;
    float: right;
    margin-right: 2rem;
}
.option-multiple.option-checked .iconfont {
    display: inline-block;
    color: #24B89E;
}
.option-multiple.option-checked {
    color: #24B89E;
}
.select-multiple .mod-select-item .option-multiple {
    padding-left: 2rem;
    cursor: pointer;
}
.select-multiple .option-multiple:hover {
    color: #24B89E;
    background: #FAFAFA;
}

/*联系我们-表单 end*/

/*热招岗位*/
.select-job .mod-select-item {
    left: 0;
    top: 100%;
    z-index:-1;
    transition: all .08s ease;
    /*visibility: hidden;*/
}
.select-job.open .mod-select-item {
    top: 102%;
    opacity: 1;
    z-index:1;
    /*visibility: visibile;*/
}
.select-job .default-name {
    color: #919799;
}
/*热招岗位 end*/


/*新闻*/
.select-news .layui-input {
    color: #002837;
}
.select-news .mod-select-option a {
    line-height: 20px;
}
.select-news .mod-select-item {
    left: 0;
    top: 0;
    z-index: -1;
}
.select-news.open .mod-select-item {
    top: 102%;
    opacity: 1;
    z-index:1;
}

/*新闻 end*/


/*下拉框 end*/


/*搜索结果*/
.section-search-result {
    padding-top: 2rem;
}
/*搜索结果end*/



/*侧边栏*/
.izl-rmenu {
    right: 8px;
    width: 44px;
    position: fixed;
    bottom: 84px;
    z-index:999;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    transition: all .2s linear;
}
.rmenu-content,
.rmenu-item.topBack {
    -webkit-box-shadow: #DDD 0px 1px 5px;
    -moz-box-shadow: #DDD 0px 1px 5px;
    box-shadow: #DDD 0px 1px 5px;
}
.izl-rmenu .iconfont {
    color: #919798;
    width: 100%;
    display: block;
    font-size: 22px;
    line-height: 32px;
}
.rmenu-item {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    z-index: 9999;
    text-align: center;
    font-weight: 300;
    padding: 4px;
    border-bottom: 1px solid #dbdde2;
    cursor: pointer;
}

.rmenu-item:first-child {
    border-radius: 6px 6px 0 0;
}
.rmenu-item:last-child {
    border-radius: 0 0 6px 6px;
}

.rmenu-item:hover {
    background-color: #24B89E;
}
.rmenu-item:hover .iconfont,
.rmenu-item:hover .i_title
{
    color: #ffffff;
}
.izl-rmenu .icon-telegram {
    font-size: 26px;
}
.izl-rmenu .icon-whatsappxian {
    font-size: 27px;
}
.izl-rmenu .icon-weixin {
    font-size: 28px;
}
.izl-rmenu .i_wechat {
    top: 36%;
}
.izl-rmenu .i_tel {
    top: 41%;
}
.izl-rmenu .i_kefu {
    top: 47%;
}
.izl-rmenu .i_trial {
    top: 52%;
    height: 80px;
    border-bottom: 0;
}
.i_title {
    width: 70%;
    display: inline-block;
    font-size: 12px;
    color: #616566;
    text-align: center;
    white-space: normal;
}
.rmenu-hover-menu {
    display: none;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0;
}
.rmenu-hover-menu-inner {
    background: #FFF;
    width: 97%;
    color: #24B89E;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px 4px;
    line-height: 26px;
    padding: 14px;
    margin-left: 0;
}
.izl-rmenu a.rmenu-item:hover .rmenu-hover-menu {
    display:inline !important;
}

.rmenu-item.topBack {
    height: auto;
    border: 0;
    border-radius:6px;
    margin-top: 10px;
    opacity: 0;
}
.rmenu-item.topBack.active {
    opacity: 1;
}

.izl-rmenu .i_close {
    width: 44px;
    height: 44px;
    background-color: #002837;
    border-bottom: none;
    border-radius: 100px;
    margin-top: 1rem;
}
.izl-rmenu .i_close svg {
    margin: 8px auto;
}

/*.izl-rmenu.open .i_close svg {
    transform: rotate(180deg);
}

.izl-rmenu .rmenu-content,
.izl-rmenu .topBack
{
    transition: all .2s ease-out;
    transform: translate(122%);
}
.izl-rmenu.open .rmenu-content,
.izl-rmenu.open .topBack
{
    transition: all .2s .2s ease-out;
    transform: translate(0%);
    opacity: 1;
}*/
@media (min-width: 769px) {
    .izl-rmenu .i_close svg {
        transform: rotate(180deg);
    }
    .izl-rmenu.open .i_close svg {
        transform: rotate(0deg);
    }
    .izl-rmenu.open .rmenu-content,
    .izl-rmenu.open .topBack
    {
        transition: all .2s ease-out;
        transform: translate(120%);
    }
    .izl-rmenu .rmenu-content,
    .izl-rmenu .topBack
    {
        transition: all .2s .2s ease-out;
        transform: translate(0%);
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .izl-rmenu .i_close svg {
        transform: rotate(0deg);
    }
    .izl-rmenu.open .i_close svg {
        transform: rotate(180deg);
    }
    .izl-rmenu .rmenu-content,
    .izl-rmenu .topBack
    {
        transition: all .2s ease-out;
        transform: translate(120%);
    }
    .izl-rmenu.open .rmenu-content,
    .izl-rmenu.open .topBack
    {
        transition: all .2s .2s ease-out;
        transform: translate(0%);
        opacity: 1;
    }
}

/*侧边栏end*/

form label.error {
    min-width: 100px;
    background: rgb(230 230 230 / 40%);
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.3);
    margin-top: 10px;
    position: absolute;
    right: 0;
    /*right: -28%;*/
    top: -17%;
    font-size: 14px;
    background: #24B89E;
    z-index: 2;
}
form label.error:after {
    position: absolute;
    top: 20%;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #24B89E;
    left: -13%;
}
form.form-g label.error {
    background: #002837;
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.3);
    margin-top: 10px;
    position: absolute;
    right: -28%;
    top: -18%;
}
form.form-g label.error:after {
    position: absolute;
    top: 20%;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #002837;
    left: -11%;
}
form label#policy_agree-error {
    /*left: 40%;*/
    /*right: 45%;*/
    margin-top: 0;
}
form label#policy_agree-error:after {

}


/*锚点*/
.section-anchor {
}
.anchor-box {
    height: 90px;
    margin-top: -90px;
    position: relative;
    z-index: -3;
    /*position:absolute;*/
    /*top: -3rem;*/
}
@media (max-width: 768px) {
    .anchor-box {
        height: 136px;
        margin-top: -136px;
    }
}
