/*=======================
      code by gcelaor
========================*/
html,
body {
    height: auto;
    width: 100% !important;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 14px;
    position: relative;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 清除浮动 clearfix*/

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* header */

header{
    height: 72px;
}

.header-container {
    position: fixed;
    top: 0;
    display: inline-block;
    height: 72px;
    width: 100%;
    z-index: 1001;
    background-color: transparent;
    min-width: auto;
}

@media screen and (max-width: 800px) {
    .header-container {
        min-width: 800px;
        overflow: hidden;
    }
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
}

.header-nav-logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 72px;
}

.header-nav-logo a {
    display: inline-block;
    width: 132px;
    height: 41px;
    text-decoration: none !important;
    margin-top: 16px;
}

.header-nav {
    float: right;
    height: 72px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-nav-list {
    position: relative;
    display: inline-block;
    text-align: justify;
    text-justify: distribute-all-lines;
    height: 72px;
    padding: 0;
    margin: 0;
    max-width: 1200px;
    margin-left: -38px;
}

.login-register {
    display: inline-block;
    margin-left: 38px;
}

.login-register a:first-child {
    display: inline-block;
    border: 1px solid #fff;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
    padding: 4px 23px;
    color: #fff;
    margin-right: -5px;
}

.login-register a:last-child {
    left: 10px;
    display: inline-block;
    border: 1px solid #fff;
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
    padding: 4px 23px;
    color: #fff;
}

.header-nav-item {
    display: inline-block;
    height: 72px;
    line-height: 72px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-left: 38px;
}

.header-nav-item>a {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}

.header-nav-item>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 17px;
    left: 0;
    border-radius: 2px;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-nav-item>a:hover:before {
    color: #fff;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.yaitoo-logo {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.nav-bg-blue {
    background-color: #2F54EB !important;
}

.icon-hamburger {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/hamburger.png) no-repeat;
    background-size: cover;
}

.reset-dropdown-menu {
    position: absolute !important;
    left: -80px !important;
    top: 12px !important;
    min-width: 8rem !important;
    border-radius: 8px;
    border: 1px solid #f5f5f5 !important;
}

.reset-dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 80px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-bottom-color: #fff;
    content: '';
}

.reset-dropdown-menu .dropdown-item {
    padding-right: 11px;
    line-height: 32px;
    text-align: center;
    padding: 5px 20px;
}

.reset-dropdown-menu .dropdown-item:hover {
    color: #2F54EB;
    background-color: #F5F5F5;
}

.reset-dropdown-menu .dropdown-item:active {
    background-color: #F5F5F5;
}

/* yaitoo section title */

.yaitoo-title {
    text-align: center;
    font-weight: bold;
    padding: 80px 0 60px;
}

.yaitoo-title h2 {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    color: #212121;
}

/* footer */

.footer-contact-container {
    width: 100%;
    background-color: #F5F5F5;
    min-width: 1200px;
    overflow: hidden;
}

.full-site-width {
    margin: 0 auto;
    max-width: 1200px
}

.footer-linkboxes-list {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    padding: 80px 0;
}

.footer-linkbox {
    color: #212121;
    display: block;
    margin: 0;
    padding: 24px 20px 32px;
    border-right: 1px solid #d9d9d9;
}

.footer-linkbox-item a:hover {
    color: #2F54EB;
}

.footer-linkbox-list li {
    padding-bottom: 8px;
}


.footer-linkbox:first-child {
    width: 305px;
    padding-left: 0;
    max-width: 350px;
}

.footer-linkbox:first-child .footer-linkbox-list>li>a {
    display: inline-block;
    padding-right: 40px;
}

.footer-linkbox:last-child {
    width: 305px;
    padding-left: 140px;
    border-right: none;
}

.footer-linkbox:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 590px;
    padding-left: 140px;
}

.footer-linkbox:nth-child(2) li {
    margin-bottom: 16px;
}

.footer-linkbox-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #212121;
}

.footer-linkbox-item {
    margin: 0
}

.footer-linkbox-list {
    list-style-type: none;
    padding: 0;
}

.footer-linkbox-item a {
    color: #212121;
    display: block;
}

.border-container {
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
}

.footer-copyright {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background-color: #050038;
    margin: 0;
}

/* Custom scrollbar */

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.custom-scrollbar::-moz-scrollbar {
    width: 5px;
    height: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.custom-scrollbar:-ms-scrollbar {
    width: 5px;
    height: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    /* 滚动条的滑轨背景颜色 */
    background-color: rgba(178, 178, 178, 0.9);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f0f0f0;
}


/* custom button interactive */



/* helper */

.modal-advice-content {
    width: 290px;
    position: absolute;
    top: 22vh;
    right: -11vw;
    padding: 20px 0;
}

.helper-postion-container {
    position: fixed;
    top: 50%;
    right: 60px;
}

.helper-inner-container {
    position: relative;
}

.helper-active-img {
    float: right;
    z-index: 1000;
    width: 88px;
    height: auto;
}

.helper-content {
    top: 142px !important;
    width: 290px;
    margin: 0;
    background-color: #fff;
    border-radius: 8px;
    z-index: 100;
    padding: 33px;
    padding-left: 72px;
    border: 1px solid #d9d9d9;
    margin-left: -300px;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(25, 26, 28, 0.4);
    box-shadow: 0px 3px 15px 0px rgba(25, 26, 28, 0.4);
}

.helper-content li {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.helper-content li:last-child {
    margin-bottom: 0;
}

.helper-content dl {
    margin: 0;
}

.helper-content dl>dt {
    font-size: 16px;
    font-weight: bold;
}

.helper-content dl>dd {
    font-size: 14px;
    font-weight: 400;
    color: #BFBFBF;
}

.helper-content li:nth-child(2) dd {
    font-weight: 400px;
    color: #2F54EB;
}

.helper-qrcode {
    display: inline-block;
    width: 72px;
    height: 72px;
}

.icon-advice {
    width: 20px;
    height: 24px;
    background: url('../advice.png') no-repeat;
    background-size: cover;
}

.icon-consultation {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: -44px;
    width: 24px;
    height: 24px;
    background: url(../img/cs.jpg) no-repeat;
    background-size: cover;
}

.icon-contact {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: -44px;
    width: 24px;
    height: 24px;
    background: url(../img/phone.jpg) no-repeat;
    background-size: cover;
}

.icon-official-accounts {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: -44px;
    width: 24px;
    height: 24px;
    background: url(../img/wechat.jpg) no-repeat;
    background-size: cover;
}

.icon-suggestion {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: -44px;
    width: 22px;
    height: 24px;
    background: url(../img/feedback.jpg) no-repeat;
    background-size: cover;
}

/* custom style color */

.custom-color-red{
    color: #F5222D
}

/* pre code style */

pre{
    width: 100%;
    text-align: left;
    padding:0 20px;
    border-radius:8px;
    white-space:pre-wrap;
    background-color: #f5f5f5;
    margin-top: 10px;
}

code[class*=language-] {
    color: #212121;
    background: none;
    font-family: Operator Mono,Roboto Mono,Menlo,Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
    text-align: left;
    white-space: pre-line;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 2;
    font-size: 1rem;
    font-weight:400;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background-color: #F5F5F5;
}

.object-key-value{
    margin-left: 15px;
}

.code-indent-2{
    margin-left: 25px;
}

.code-indent-3{
    margin-left: 35px;
}


