html, body, div, ul, li, button, p, span, a, img, h1, h2, h3, h4, h5, h6, form, input {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgba(34, 34, 34, 0.1);
    background-color: #ffffff;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #dddee0;
    z-index: 99;
}

html, body {
    height: 100%;
    min-width: 1350px;
    background-color: #ffffff;
    color: #242C36;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #242C36;
}

a:hover {
    color: #00AEC4;
}

img {
    display: block;
    width: 100%;
}

button {
    border: none;
    cursor: pointer;
    outline: none;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

.font-opacity {
    font-size: 14px;
    line-height: 26px;
    color: rgba(36, 44, 54, .8);
}

.content {
    margin: 0 auto;
    width: 1232px;
}

.header {

}

.header .header-content {
    padding: 6px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #E8F1EE;
}

.header.header-fixed .header-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.08);
}

.header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .nav-list {
    display: flex;
}

.header .nav-list .list {
    display: flex;
    align-items: center;
}

.header .nav-list .list .nav {
    position: relative;
    margin-right: 78px;
    line-height: 45px;
    font-size: 15px;
}

.header .nav-list .list .nav.active a {
    color: #00AEC4;
    font-weight: 700;
}

.header .nav-list .list .nav a {
    display: inline-block;
    cursor: pointer;
}

.header .nav-list .list .nav .child-list {
    display: none;
    position: absolute;
    top: 45px;
    left: -22px;
    z-index: 22;
    width: 120px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, 0.1);
}

.header .nav-list .list .nav:hover .child-list {
    display: block;
}

.header .nav-list .list .nav .child-list a {
    width: 100%;
    color: #555555;
}

.header .nav-list .list .nav .child-list a:hover {
    color: #00AEC4;
}

.header .header-btn button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    background-color: #00AEC4;
    border-radius: 20px;
}

.footer {
    padding-top: 95px;
    border-top: 1px solid #E8F1EE;
}

.footer .flex-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.footer .footer-left {
    display: flex;
}

.footer .footer-left .footer-list:nth-child(n+2) {
    margin-left: 72px;
}

.footer .footer-left .footer-list h3 + .font-opacity {
    margin-top: 30px;
}

.footer .footer-left .footer-list .font-opacity {
    margin-top: 4px;
}

.footer .footer-right .code-list {
    display: flex;
    margin-top: 30px;
}

.footer .footer-right .code-img {
    width: 138px;
}

.footer .footer-right .code-img:nth-child(2) {
    margin-left: 24px;
}

.footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    background-color: #242C36;
}

.footer .copyright div:nth-child(n+2) {
    margin-left: 10px;
}

.footer .copyright a {
    color: #ffffff;
}

.footer .copyright a:hover {
    color: #00AEC4;
}

.fixed-menu {
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 99;
    margin: auto 0;
    width: 68px;
    height: 374px;
}

.fixed-menu .menu {
    position: relative;
    padding-top: 13px;
    width: 68px;
    height: 68px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.fixed-menu .menu + .menu {
    margin-top: 6px;
}

.fixed-menu .menu:last-child {
    margin-top: 16px;
    padding-top: 23px;
}

.fixed-menu .menu .menu-icon {
    margin: 0 auto;
    width: 24px;
}

.fixed-menu .menu .menu-text {
    margin-top: 6px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.fixed-menu .menu .fixed-code-box {
    display: none;
    position: absolute;
    top: 0;
    right: 60px;
    padding-right: 32px;
    width: 198px;
}

.fixed-menu .menu:hover .fixed-code-box {
    display: block;
}

.fixed-menu .menu .fixed-code-box .code-box {
    position: relative;
    background-color: #FFF;
    box-shadow: 0px 14px 30px 0px rgba(34, 34, 34, 0.08);
    border-radius: 4px;
}

.fixed-menu .menu .fixed-code-box .code-box::after {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -10px;
    content: '';
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #FFF;
    box-shadow: 0px 14px 30px 0px rgba(34, 34, 34, 0.06);
}

.fixed-menu .menu .fixed-code-box .code-box .phone-tip {
    padding: 12px;
    text-align: center;
}

.fixed-menu .menu .fixed-code-box .code-box .code {
    padding-top: 15px;
}

.fixed-menu .menu .fixed-code-box .code-box .code .img {
    margin: 0 auto;
    width: 132px;
    height: 132px;
    background-color: #f0f0f0;
}

.fixed-menu .menu .fixed-code-box .code-box .code .text {
    padding: 15px 0;
    text-align: center;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 111;
    background-color: rgba(0, 0, 0, .5);
}

.overlay .form-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    width: 480px;
    height: 378px;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

.overlay .form-box .form-title {
    position: relative;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    background-color: #00AEC4;
}

.overlay .form-box .form-title .close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.overlay .form-box .form {
    padding: 60px;
}

.overlay .form-box .form .input-box {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}

.overlay .form-box .form .input-box.active {
    border-color: #00AEC4;
}

.overlay .form-box .form .input-box.error {
    border-color: #f5222d;
}

.overlay .form-box .form .input-box:nth-child(n+2) {
    margin-top: 30px;
}

.overlay .form-box .form .input-box .label {
    flex: none;
    padding-left: 10px;
    width: 100px;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
}

.overlay .form-box .form .input-box input {
    padding: 0 10px;
    width: 100%;
    height: 38px;
    font-size: 14px;
    background-color: #ffffff;
    border: none;
    outline: none;
    caret-color: #00AEC4;
}

.overlay .form-box .form .input-box .error-text {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    color: #f5222d;
    font-size: 12px;
}

.overlay .form-box .form .input-box .verify-btn {
    flex: none;
    width: 72px;
    height: 36px;
    color: #00AEC4;
    background-color: #ffffff;
}

.overlay .form-box .form .input-box .verify-btn.disabled {
    color: #999999;
}

.overlay .form-box .form .btn-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.overlay .form-box .form .btn-box button {
    width: 160px;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
}

.overlay .form-box .form .btn-box button.cancel-btn {
    color: #999999;
    background-color: #eeeeee;
}

.overlay .form-box .form .btn-box button.save-btn {
    color: #ffffff;
    background-color: #00AEC4;
}

.overlay .form-success {
    padding-top: 48px;
}

.overlay .form-success .img {
    margin: 0 auto;
    width: 168px;
}

.overlay .form-success .text {
    margin-top: 32px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

#newBridge #nb_icon_wrap, #newBridge #nb_invite_wrap {
    display: none !important;
}

.update {
    padding-top: 60px;
}
.update .img{
    margin: 0 auto;
    width: 600px;
}
.update .text {
    margin: 12px auto 0;
    width: 480px;
    font-size: 16px;
}
