﻿@charset "UTF-8";

.text-muted {
    color: #999999;
}

.text-primary {
    color: #4F8EF7;
}

.text-warning {
    color: #c09853;
}

.text-danger {
    color: #b94a48;
}

.text-success {
    color: #468847;
}

.text-white {
    color: #ffffff;
}

.text-dark {
    color: #1b1b1b;
}

.text-info {
    color: #3a87ad;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.btn {
    cursor: pointer;
}

.content textarea {
    height: 120px !important;
}

small {
    color: #9b9b9b;
}

em, i, u {
    font-style: normal;
}

a:hover {
    color: #ffc312;
    text-decoration: none;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.min-vh-70 {
    min-height: 70vh !important;
}

.content .btn-container {
    float: none;
    text-align: center;
    padding: 10px 15px 50px;
    margin-left: auto;
    margin-right: auto
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    clear: both;
    padding-top: 1.5rem;
}

/*解决vue v-if v-show 闪烁*/
[v-cloak] {
    display: none;
}

/*注册页面*/
.register {
}

    .register .header {
    }

    .register .content {
    }

    .register .footer {
    }

    .register .btn-container .btn-sm {
        width: auto;
        max-width: 80px;
        margin-left: 20px;
    }

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}


.font-weight-bold {
    font-weight: bold
}

.header-title {
    padding: 10px 0px;
    text-align: center;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .row:after {
        clear: both;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

    .nav-tabs .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #4F8EF7;
    }

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857;
        background-color: #eee;
        border: 1px solid #e6e6e6;
        border-radius: 2px 2px 0 0;
        position: relative;
        display: block;
        padding: 10px 15px;
    }

        .nav-tabs > li > a:hover {
            border-color: #e6e6e6;
            background-color: #fff;
        }

        .nav-tabs > li > a:hover, .nav > li > a:focus {
            text-decoration: none;
            background-color: #eeeeee;
        }

    .nav-tabs > li.disabled > a {
        color: #999999;
    }

        .nav-tabs > li.disabled > a:hover, .nav > li.disabled > a:focus {
            color: #999999;
            text-decoration: none;
            background-color: transparent;
            cursor: not-allowed;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #4F8EF7;
        background-color: #fff;
        border: 1px solid #e6e6e6;
        border-bottom-color: transparent;
        cursor: default;
    }


.navbar a {
    color: #fff;
    transition: ease-in-out color .15s;
}

    .navbar a:hover {
        color: #74ceff;
        text-decoration: none;
    }

.navbar a {
    padding: 0 1rem;
}

.navbar .logo {
    display: flex;
    color: #eaeaea;
    font-weight: 500;
    font-size: 1.1rem;
}

    .navbar .logo > svg {
        color: #ffc312;
    }

.navbar .btn-login {
    color: #00a6ff
}

.navbar .btn-register {
    background-color: #00a6ff;
    color: #fff;
}

.navbar .btn-login:hover {
    color: #ffc901;
}

.navbar .btn-register:hover {
    background-color: #ffc901;
    color: #fff;
}

/* 滑动 */
.sp-slider {
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sp-slider > li {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        text-align: center;
        -webkit-transition: opacity ease .8s;
        z-index: 0;
        -moz-transition: opacity ease .8s;
        -o-transition: opacity ease .8s;
        -ms-transition: opacity ease .8s;
        transition: opacity ease .8s
    }

.slideShow {
    position: relative;
    width: 100%;
    height: 500px
}

.sp-img {
    display: none;
    position: relative;
    height: 500px;
    *zoom: 1;
    min-width: 1200px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: auto 500px;
    background-position: center
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.doc-1 ul {
    padding: 0;
    margin: 0;
}

    .doc-1 ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 3rem;
    }

.doc-1 h4 {
    color: #00a6ff;
    font-size: 1.3rem;
    margin: 1rem 0 .5rem;
    transition: .2s;
}

.doc-1 .content-item:hover h4 {
    color: #ffba17;
    transform: translateY(-0.3rem);
}

/* 运营 */
.shengsuan-operating {
    background: #e2ebff /*url(shengsuan/bg.png)*/ no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.shengsuan-operating-item {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
    padding: 0 15px;
    margin: 20px 0;
}

.shengsuan-operating-box {
    background: #fff;
    font-size: 14px;
    text-align: center;
}

.shengsuan-operating-item-cap {
    height: 122px;
    background: #00a7ff;
    padding: 0 5% 0 8%;
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: left;
}

.shengsuan-operating-item-cap-img {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
}

.shengsuan-operating-item-cap-txt {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.shengsuan-operating-item-txt {
    margin-top: 20px;
    height: 84px;
    line-height: 28px;
    font-size: 16px;
    padding: 0 3rem;
}

.shengsuan-operating-item ul {
    display: inline-block;
    text-align: left;
    height: 104px;
    margin-top: 10px;
}

.shengsuan-operating-item li {
    line-height: 26px;
    list-style: none;
}

    .shengsuan-operating-item li::before {
        color: #f3b92d;
    }

    .shengsuan-operating-item li::before {
        content: "●";
        margin-right: 5px;
        color: #00a7ff;
        font-size: 16px;
    }



/* 财务  */

.shengsuan-caiwu {
    background-color: #faf7ed;
}


#fixed-contact {
    position: fixed;
    right: 0;
    top: 55%;
    z-index: 999;
}

    #fixed-contact .one-contact {
        display: block;
        width: 50px;
        height: 50px;
        margin-bottom: 4px;
        background-color: #1a364e;
        cursor: pointer;
        position: relative;
        color: white;
        padding: 0.7rem;
    }

        #fixed-contact .one-contact:before {
            content: "";
            position: absolute;
            left: -10px;
            top: 0;
            bottom: 0;
            right: 0;
        }

        #fixed-contact .one-contact:hover, #fixed-contact .one-contact:focus {
            background-color: #2f84d4;
        }

            #fixed-contact .one-contact:hover .contact-info, #fixed-contact .one-contact:focus .contact-info {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.3, 1.5);
                -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.1, 0.3, 1.5);
                -o-transition: -o-transform 0.2s cubic-bezier(0.25, 0.1, 0.3, 1.5);
                transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.3, 1.5);
            }

        #fixed-contact .one-contact .contact-info {
            position: absolute;
            right: 56px;
            background-color: #2782d6;
            height: 50px;
            line-height: 48px;
            top: 0px;
            font-size: 20px;
            color: #fff;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
            white-space: nowrap;
            border-radius: 3px;
            padding: 0 20px;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform 0.2s ease-out;
            -moz-transition: -moz-transform 0.2s ease-out;
            -o-transition: -o-transform 0.2s ease-out;
            transition: transform 0.2s ease-out;
            -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
            -o-transform-origin: right center;
            transform-origin: right center;
        }

            #fixed-contact .one-contact .contact-info.two-qq {
                line-height: 24px;
            }

                #fixed-contact .one-contact .contact-info.two-qq .one-qq {
                    display: block;
                    color: white;
                    cursor: pointer;
                }


@media only screen and (max-width: 768px) {
    #fixed-contact {
        display: none;
    }
}


.footer {
    color: white;
    padding: 2rem 0 5rem;
    font-size: .9rem
}

    .footer ul {
        margin: 0;
        padding: 0;
    }

        .footer ul li {
            list-style: none;
            padding: 0;
            color: #1a364e
        }

    .footer a {
        color: #c3c3c3;
        transition: ease-in-out color .15s;
    }

        .footer a:hover {
            color: #007bff;
            text-decoration: none;
        }

.gs-base-links-content {
    font-size: 0.9rem;
    line-height: 2;
}

.comp-infos > div {
    opacity: .4;
}

.comp-infos > .logo {
    opacity: .9;
}

.comp-infos > .icp {
    color: #00a7ff;
}

/*layer弹出层背景*/
.wechatlogin .layui-layer-content, .wechatlogin .layui-layer-content .layui-layer-load {
    background-color: black;
}
