
.footer {
    background: #11112a;
    /*min-height: 198px;*/
    text-align: center;
}

.footer .links {
    padding: 30px 0;
    font-size: 14px;
    color: #999;
}

.footer .links span {
    display: block;
}

.footer .links a {
    color: #999;
    margin: 0 12px;
}

.footer .links p {
    display: block;
    padding-top: 26px;
}

.footer .copyright {
    padding: 26px 0;
    font-size: 14px;
    color: #777;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .copyright a img {
    width: 12px;
}

.footer .copyright a {
    color: #888;
    margin-right: 8px;
}

.kefu {
    position: fixed;
    z-index: 9999;
    top: 50%;
    margin-top: -88px;
    right: 40px
}

.kefu .title {
    width: 44px;
    height: 44px;
    position: relative;
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
}

.gotop {
    margin-top: 15px;
}

.kefu .ewm {
    background: url(../../images/home/sg.png) no-repeat center;
    position: absolute;
    top: -28px;
    right: 0px;
    width: 142px;
    height: 196px;
    transition: all .3s;
    display: none;
    padding: 12px 20px 10px 8px;
}

.kefu .ewm i {
    line-height: 16px;
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 6px;
}

.kefu .ewm span {
    display: block;
    padding: 8px 0px 4px;
}

.kefu .ewm span img {
    display: block;
    width: 116px;
    margin: 0 auto;
}

.kefu .ewm p {
    display: block;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.kefu .title:hover .ewm {
    right: 44px;
    display: block;
}

.app-header {
    width: 100%;
    color: #08c680;
    background: #fff;
    border-bottom: 1px solid #e8f0e0;
    box-shadow: 0 0 8px rgb(55 66 33 / 10%);
    position: relative;
    z-index: 2;
}

.app-header .header-inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    height: 60px;
    padding: 0 33px 0 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.app-header .nav a {
    font-size: 16px;
    color: #555;
    display: inline-block;
    height: 61px;
    line-height: 60px;
    padding: 0 10px;
    margin: 0 20px;
    border-bottom: 3px solid transparent;
}
.app-header .nav a.on {
    color: #08c680;
    border-color: #00c680;
}

.app-header .nav a:hover {
    color: #08c680;
    border-color: #00c680;
}

.app-header .header-inner .logo {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    line-height: 1em;
    width: 200px;
    height: 100%;
    float: left;
    cursor: pointer;
}

.app-header .header-inner .logo img {
    display: inline-block;
    width: auto;
    height: 28px;
    margin-top: 16px;
    vertical-align: top;
    float: left;
}

.app-header .header-inner .logo .title {
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    float: left;
    color: white;
}

.app-header .header-inner .login {
    float: right;
    display: inline-block;
    color: #666;
    height: 64px;
}

.app-header .header-inner .login .in,
.app-header .header-inner .login .out {
    display: block;
    float: right;
    margin-top: 12px;
    line-height: 36px;
}

.app-header .header-inner .login .in a,
.app-header .header-inner .login .out a {
    display: inline-block;
    width: 90px;
    height: 36px;
    line-height: 34px;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #08c680;
    background: #fff;
    text-align: center;
    border: 1px solid #08c680;
}

.app-header .header-inner .login .in a:hover,
.app-header .header-inner .login .out a:hover {
    color: #fff;
    background: #00c680;
    border: 1px solid #00c680;
}

.app-header .header-inner .price {
    color: #08c680;
    font-size: 16px;
    margin-right: 30px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.app-header .nickname {
    display: inline-block;
    color: #666;
    line-height: 32px;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.app-header .nickname i {
    transform: rotate(-90deg);
    font-size: 12px;
}
