﻿@charset "utf-8";



.headerWhite {
    background-color: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .05)
}

.header.headerWhite .header-inner a {
    color: #333
}

.header.headerWhite .loginHover {
    border-bottom-color: #1e96fa
}

.header.headerWhite .links .login {
    border: 1px solid #1e96fa;
    color: #1e96fa
}

.header.headerWhite .links .register-btn {
    color: #fff
}

.header.headerWhite .current .loginBox,
.header.headerWhite .loginBox:hover {
    color: #1e96fa
}

.header .links .register-btn:hover,
.header.headerWhite .register-btn .loginBox:hover {
    color: #fff
}

.opacity {
    background: #fff;
    border: 1px solid #ddd
}

.header-inner {
    margin: 0 auto;
    min-width: 800px;
    width: 1390px;
    overflow: hidden
}

.header .logo {
    float: left;
    height: 24px;
    margin-top: 28px;
    margin-right: 120px;
    width: 123px
}

.header .logo img {
    height: 24px
}

.header .header-inner a {
    color: #fff;
    height: 100%;
    overflow: hidden;
    display: inline-block
}

.header .header-inner a.voucher {
    position: relative
}

.header .header-inner a.voucher:after {
    content: ' ';
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 2px;
    background-color: red;
    position: absolute;
    top: 0;
    right: -5px
}

.header .header-inner a:hover {
    text-decoration: none
}



.header .links {
    float: right;
    margin-top: 17px
}

.header .links a {
    display: inline-block;
    height: 40px;
    width: 120px;
    box-sizing: border-box;
    line-height: 40px;
    margin-left: 20px;
    padding: 0;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    font-size: 14px
}

.header .links .login {
    border: 1px solid #fff;
    border-radius: 2px
}

.header .links .register-btn {
    border: 1px solid #1e96fa;
    background: #1E96FA
}

.header .links a.current {
    border: 1px solid #1e96fa;
    border-radius: 15px;
    color: #1e96fa;
    height: 30px;
    line-height: 30px;
    padding: 0 15px
}

.header .links a.current:hover {
    background: #1e96fa;
    border: 1px solid #1e96fa;
    border-radius: 15px;
    box-shadow: 1px 10px 20px #c9ddff;
    color: #fff;
    height: 30px;
    line-height: 30px;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

#header-wap .space li.current a,
.header .loginHover {
    border-bottom: 1px solid #fff
}

.header .register-btn.up {
    color: #fff;
    background-color: #1e96fa
}

.header .loginBox,
.header .loginHover {
    display: block
}

.header .loginBox {
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s
}

.header .current .loginBox,
.header .loginBox:hover {
    -webkit-transform: translateY(-41px);
    -moz-transform: translateY(-41px);
    -ms-transform: translateY(-41px);
    -o-transform: translateY(-41px);
    transform: translateY(-41px)
}

.header .loginHover {
    box-sizing: border-box;
    height: 40px
}

.fr {
    float: right
}

#header-wap {
    font-size: 16px;
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 3;
    transition: all .3s cubic-bezier(.455, .03, .515, .955)
}

#header-wap.bg_w {
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .08)
}

#header-wap .nav-bar {
    position: relative;
    box-sizing: border-box;
    height: 60px;
    padding: 0 0 0 20px;
    width: 100%
}

#header-wap .nav-bar1 {
    position: absolute
}

#header-wap .logo {
    float: left;
    margin-top: 20px;
    width: 100px;
    overflow: hidden;
    height: 17px
}

#header-wap .headBlack .logo_w,
#header-wap.bg_w .logo_w {
    display: none
}

#header-wap .space {
    position: absolute;
    right: 0;
    top: 0
}

#header-wap .space li {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 15px 20px 10px 10px
}

#header-wap .space li a {
    font-size: 12px;
    color: #fff;
    padding-bottom: 5px
}

#header-wap.bg_w .space li a {
    color: #333
}

#header-wap.bg_w .space li.current a {
    border-bottom: 1px solid #333
}

#header-wap .btn {
    display: block;
    float: right;
    height: 24px;
    line-height: 24px;
    padding: 15px 20px 10px 10px
}

#header-wap .icon:before {
    font-size: 1.4rem
}

#header-wap .icon.black:before,
#header-wap.bg_w .icon:before {
    color: #333b5b
}

#header-wap .down-btn {
    width: 40%;
    font-size: 1.4rem;
    background-color: #1e96fa;
    color: #fff;
    text-align: center;
    border-radius: 1px
}

#header-wap .nav-box {
    border-top: 1px solid #c9c9c9;
    margin-top: -530px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: margin-top .15s ease-in-out 0s;
    box-shadow: 0 4px 8px 0 rgba(52, 60, 92, .08);
    background: #fff
}

#header-wap .nav-box ul {
    padding: 0 25px 100px;
    background: url(../images/h5_menu_1-e96fd9a5b0.png) right bottom no-repeat;
    background-size: 295px 94px
}

.icon-hamburg:before {
    color: #fff
}

.icon-hamburg.col-black:before {
    color: #000
}

#header-wap .nav-box li {
    font-size: 1.4rem;
    font-weight: 600;
    height: 48px;
    line-height: 48px
}

#header-wap .nav-box li.current a {
    padding-bottom: 5px;
    color: #1e96fa;
    border-bottom: 1px solid #1e96fa
}

#header-wap .btn-box {
    padding: 20px
}

#header-wap .btn-box .reg-btn,
#header-wap .btn-box .reg-btn:active {
    border-radius: 1px;
    display: block;
    font-size: 1.8rem;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 100%;
    background-color: #f4fafe;
    border: 1px solid #1e96fa;
    color: #1e96fa
}

#header-wap .down-btn-con {
    height: 100%;
    padding: 10px 57px 0 120px
}

#header-wap .down-btn-con .down-btn {
    float: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
    display: block;
    border-radius: 1px
}

#header-wap .icon-login {
    float: right;
    padding-top: 22px;
    padding-right: 15px
}

#header-wap .icon-login:active {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    tap-highlight-color: transparent
}

#header-wap .icon-login:before {
    color: #fff
}

#header-wap .icon-login.col-black:before {
    color: #000
}

#header-wap .headerBtnCon {
    margin: 30px 0
}

#header-wap .headerBtnCon a {
    display: block;
    width: 47.33333%;
    height: 34px;
    line-height: 34px;
    border-radius: 2px;
    text-align: center
}

#header-wap .headerBtnCon a.regBtn {
    border: 1px solid #1E96FA;
    font-size: 14px;
    color: #1E96FA
}

#header-wap .headerBtnCon a.downBtn {
    border: 1px solid #343C5C;
    font-size: 14px;
    color: #343C5C
}

.headermark {
    display: none;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}