@charset "UTF-8";
.padding-hor-reset {
    padding-left: 0;
    padding-right: 0
}

.login-btn-others {
    margin-top: 50px;
    text-align: center;
    opacity: 0;
    opacity: 1 \9;
    -webkit-animation-delay: 1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 1s;
    -moz-animation-duration: 1s;
    -moz-animation-name: fadeInUp;
    -moz-animation-fill-mode: forwards;
    -ms-animation-delay: 1s;
    -ms-animation-duration: 1s;
    -ms-animation-name: fadeInUp;
    -ms-animation-fill-mode: forwards;
    -o-animation-delay: 1s;
    -o-animation-duration: 1s;
    -o-animation-name: fadeInUp;
    -o-animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-name: fadeInUp;
    animation-fill-mode: forwards
}

.login-btn-others a {
    padding: 14px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.login-btn-others a:hover {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.login-btn-others a i {
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 23px
}

.login-btn-others a i.fa-weixin {
    *width: 58px;
    *height: 58px;
    *background: transparent url("/static/frontend/weixinIco.png") no-repeat
}

.login-btn-others a i.fa-qq {
    *width: 58px;
    *height: 58px;
    *background: transparent url("/static/frontend/QQIco.png") no-repeat
}

.login-btn-others a i.fa-weibo {
    *width: 58px;
    *height: 58px;
    *background: transparent url("/static/frontend/weiboIco.png") no-repeat
}

.login-btn-others a.weixin-login {
    background: #7cebd2;
    *background: 0
}

.login-btn-others a.weixin-login:hover {
    background: #77e0c8;
    *background: 0
}

.login-btn-others a.qq-login {
    background: #6bafe9;
    *background: 0
}

.login-btn-others a.qq-login:hover {
    background: #65a4db;
    *background: 0
}

.login-btn-others a.weibo-login {
    background: #f57f87;
    *background: 0
}

.login-btn-others a.weibo-login:hover {
    background: #ed7b83;
    *background: 0
}

.login-btn-others .othersLine {
    position: relative;
    margin: 0 auto;
    width: 285px;
    height: 31px;
    color: #fff;
    font-size: 14px
}

.login-btn-others .othersLine:before, .login-btn-others .othersLine:after {
    position: absolute;
    margin-top: 5px;
    width: 36%;
    height: 1px;
    content: "";
    background: rgba(255, 255, 255, 0.4)
}

.login-btn-others .othersLine:before {
    left: 0
}

.login-btn-others .othersLine:after {
    right: 0
}

.login-btn-others .othersItem {
    margin: 0 auto;
    width: 285px
}

@charset "UTF-8";
.padding-hor-reset {
    padding-left: 0;
    padding-right: 0
}

.contact a {
    position: fixed;
    z-index: 6;
    bottom: 0;
    right: 0;
    padding: 14px 12px;
    color: #fff;
    font-size: 16px;
    background: #272629;
    background-color: rgba(39, 38, 41, 0.65);
    text-shadow: 0 0 4px #424242;
    -moz-text-shadow: 0 0 4px #424242;
    -webkit-text-shadow: 0 0 4px #424242;
    border-top-left-radius: 13px;
    -webkit-top-left-border-radius: 13px;
    -moz-top-left-border-radius: 13px;
    -ms-top-left-border-radius: 13px;
    -o-top-left-border-radius: 13px
}

.contact a em {
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 21px;
    vertical-align: -6px;
    background: url("/static/frontend/landingpage/contactIcon.png") no-repeat -1px 0
}

.contact a b {
    display: inline-block;
    margin-left: 20px;
    width: 8px;
    height: 13px;
    vertical-align: -1px;
    background: url("/static/frontend/landingpage/contactIcon.png") no-repeat -27px -4px
}

html, body {
    height: 100%;
    overflow: hidden;
    background: #262424
}

@media only screen and (max-width: 767px) {
    html, body {
        overflow: auto !important;
        background: #3d5267 !important
    }
}

@charset "UTF-8";
.padding-hor-reset {
    padding-left: 0;
    padding-right: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.navbar {
    padding-top: 10px
}

.navbar .btn {
    margin-top: 5px;
    color: #fff;
    background: #333;
    background: rgba(0, 0, 0, .3);
    border-radius: 3px;
    transition: all 500ms ease 50ms;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.navbar .btn:hover {
    background: rgba(0, 0, 0, .4);
    color: #fff
}

.pp-section {
    width: 100%;
    height: 100%;
    display: table
}

.pp-section .section {
    display: table-cell;
    vertical-align: middle
}

#section0 {
    background-image: url("/static/frontend/landingpage/16.jfif");
    color: #fff;
    background-color: #231d1f;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.login-btn {
    margin-top: 15px;
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    font-family: "微软雅黑";
    color: #fff;
    background: #fe7140;
    border: 1px solid #fe7140;
    border-radius: 3px;
    cursor: pointer;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    border: 1px solid #17b5e5;
    *border: 0;
    background: #17b5e5;
    -webkit-appearance: none
}

.login-btn:hover {
    background: #e65827;
    border: 1px solid #e65827
}

.login-btn:hover {
    border: 1px solid #11aad9;
    *border: 0;
    background: #11aad9
}

.login {
    color: #757982;
    opacity: 0;
    opacity: 1 \9;
    -webkit-animation-delay: .5s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: .5s;
    -moz-animation-duration: 1s;
    -moz-animation-name: fadeInUp;
    -moz-animation-fill-mode: forwards;
    -ms-animation-delay: .5s;
    -ms-animation-duration: 1s;
    -ms-animation-name: fadeInUp;
    -ms-animation-fill-mode: forwards;
    -o-animation-delay: .5s;
    -o-animation-duration: 1s;
    -o-animation-name: fadeInUp;
    -o-animation-fill-mode: forwards;
    animation-delay: .5s;
    animation-duration: 1s;
    animation-name: fadeInUp;
    animation-fill-mode: forwards
}

.login form {
    margin: 0 auto;
    width: 385px;
    padding: 25px 50px 35px;
    border: 1px solid rgba(255,255,255,0.4);
    background-color: rgba(255,255,255,0.3);
    background: #666666;
    opacity: 0.6;
}

.login form ul {
    background: #ffffff
}

.login .rememberMe {
    color: #ffffff;
    font-size:14px;	
    font-weight:bold
}

.login .rememberMe a {
    color: #ffffff;
    font-size:14px;	
    font-weight:bold
}

.login .error {
    position: relative;
    z-index: 1
}

.login .error ul {
    text-align: left
}

.login .error ul li {
    display: inline-block;
    margin: 9px 2px 10px 13px;
    padding: 0 5px;
    border: 1px solid #ebccd1;
    height: 30px;
    line-height: 30px;
    color: #a94442;
    background-color: #f2dede;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.login .errorLogBack .close {
    position: absolute;
    z-index: 1999;
    top: 2px;
    right: 5px
}

.login .errorLogBack ul {
    background: 0
}

.login .errorLogBack ul li {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-radius: 0
}

.login li {
    position: relative;
    z-index: 2;
    margin-bottom: 0
}

.login li.liner {
    border-bottom: 1px solid #000000
}

.login li input[type="text"], .login li input[type="email"], .login li input[type="password"] {
    display: block;
    padding-left: 5%;
    border: 0;
    width: 95%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    font-size: 14px;
    font-weight:bold;
}

.login li input[type="text"]:focus, .login li input[type="email"]:focus, .login li input[type="password"]:focus, .login li input[type="text"].active, .login li input[type="email"].active, .login li input[type="password"].active {
    border: 0;
    box-shadow: none;
    outline: 0

}

.login li .error {
    display: inline-block;
    position: absolute;
    z-index: 6;
    top: 0;
    right: 5px;
    height: 30px;
    line-height: 30px;
    color: #a94442 !important;
    font-size: 12px
}

.login li .error ul {
    background: 0
}

.login ::-webkit-input-placeholder {
    color: #a0a0a0
}

.login :-moz-placeholder {
    color: #a0a0a0;
    opacity: 1
}

.login ::-moz-placeholder {
    color: #a0a0a0;
    opacity: 1
}

.login :-ms-input-placeholder {
    color: #a0a0a0
}

@media only screen and (max-width: 767px) {
    #section0 {
        background: url("/static/landingpage/1_bg_phone.jpg") no-repeat !important;
        background-size: cover
    }

    .navbar-header a .logo {
        margin-top: 0
    }

    .login form {
        width: 100%
    }
}
