/* 头 */
.top {
    background: #ebebeb;
    color: #666666;
    font-size: 12px;
    height: 31px;
    line-height: 29px;
}
.top em {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.top a,
.top .after-landing {
    display: inline-block;
    vertical-align: middle;
}
.top a:hover {
    color: #26b8ef;
}
.top .after-landing:hover .personal-list-index {
    display: block;
}
/*登录注册*/

#loginStatus {
    display: inline-block;
}
.loginMask {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.loginTipMask {
    z-index: 102;
}
.login-warp {
    border-radius: 2px;
    background: #ffffff;
    left: -205px;
    margin-left: 50%;
    position: fixed;
    padding: 15px 30px;
    top: 0;
    width: 350px;
    z-index: 101;
}
.modal-header {
    margin-bottom: 25px;
    overflow: hidden;
}
.modal-header i {
    background: url("http://gsb-public.oss-cn-beijing.aliyuncs.com/www/login/icon.png") 0 -39px no-repeat;
    cursor: pointer;
    float: right;
    filter: alpha(opacity=80);
    height: 12px;
    margin-top: 7px;
    opacity: .8;
    width: 12px;
}
.modal-header i:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.modal-header h4 {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    margin: 0;
}
.login-popup .login-activity {
    color: #ff8a00;
}
.login-popup .login-activity i {
    background-position: -112px -39px;
    height: 15px;
    margin: 4px 6px 0 0;
    width: 15px;
}
.login-popup .switch {
    height: 40px;
    margin-bottom: 40px;
}
.login-popup .switch span {
    border-bottom: 1px #e5e5e5 solid;
    cursor: pointer;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    padding-bottom: 1px;
    text-align: center;
    width: 50%;
}
.login-popup .switch span.sp {
    border-bottom: 2px #ff8a00 solid;
    color: #ff8a00;
    padding-bottom: 0;
}
.login-popup .login ul {
    border: 1px #aeaeae solid;
    border-radius: 4px;
    padding: 15px;
}
.login-popup .login ul li {
    height: 18px;
    padding: 15px;
}
.login-popup .login ul li i {
    width: 14px;
}
.login-popup .login ul li input {
    border: none;
    height: 18px;
    line-height: 18px;
    width: 259px;
}
.login-popup .login ul .login-name {
    border-bottom: 1px #e5e5e5 solid;
}
.login-popup .login ul .login-name i {
    background: url("http://gsb-public.oss-cn-beijing.aliyuncs.com/www/login/icon.png") -12px -39px no-repeat;
    height: 16px;
    margin-top: 1px;
}
.login-popup .login ul .login-password i {
    background: url("http://gsb-public.oss-cn-beijing.aliyuncs.com/www/login/icon.png") -26px -39px no-repeat;
    height: 18px;
}
.login-popup .login ul .login-img {
    border-top: 1px #e5e5e5 solid;
    height: 48px;
    padding: 0;
}
.login-popup .login ul .login-img i {
    background: url("http://gsb-public.oss-cn-beijing.aliyuncs.com/www/icon.png") 0 -321px no-repeat;
    height: 14px;
    margin: 17px 0 0 15px;
}
.login-popup .login ul .login-img input {
    padding: 15px;
    width: 199px;
}
.login-popup .login ul .login-img img {
    cursor: pointer;
    height: 30px;
    margin-top: 9px;
    width: auto;
}
.login-popup .login .forget {
    font-size: 12px;
    line-height: 20px;
}
.login-popup .login .forget label {
    cursor: pointer;
    font-weight: normal;
}
.login-popup .login .forget label input {
    margin-right: 5px;
    margin-top: 4px;
}
.login-popup .login .other {
    height: 24px;
    line-height: 24px;
}
.login-popup .login .other a {
    padding-left: 5px;
}
.login-popup .login .other a i {
    filter: alpha(opacity=80);
    height: 24px;
    opacity: 0.8;
    width: 24px;
}
.login-popup .login .other a .other-wb {
    background-position: -40px -39px;
}
.login-popup .login .other a .other-qq {
    background-position: -64px -39px;
}
.login-popup .login .other a .other-wx {
    background-position: -88px -39px;
}
.login-popup .login .other a:hover i {
    filter: alpha(opacity=100);
    opacity: 1;
}
.login-popup .register ul li input {
    border: 1px #e5e5e5 solid;
    height: 18px;
    line-height: 18px;
    padding: 9px 20px;
    width: 318px;
}
.login-popup .register ul li input.img-code,
.login-popup .register ul li input.message-code {
    width: 200px;
}
.login-popup .register ul li span {
    height: 38px;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
    width: 88px;
}
.login-popup .register ul li span.code-btn {
    background: #ff9000;
    color: #ffffff;
    border-radius: 3px;
}
.login-popup .register ul li span.code-img {
    text-align: left;
}
.login-popup .register ul li span.code-img img {
    display: block;
    height: 100%;
    width: 100%;
}
.login-popup .register ul li span.btn-gray {
    background: #cccccc;
    cursor: default;
    color: #fff;
}
.login-popup .register .forget {
    font-size: 12px;
    line-height: 20px;
}
.login-popup .register .forget input {
    margin-right: 5px;
    margin-top: 4px;
}
.login-popup .register .forget a {
    color: #ff8a00;
}
.login-btn,
.register-btn {
    cursor: pointer;
    font-size: 20px;
    height: 38px;
    text-align: center;
    width: 100%;
    background: #0c2037;
    color: white;
    opacity: 1;
    border-radius: 3px;
}
.login-btn:hover,
.register-btn:hover {
    color: white;
    background: #ff9000;
}
#js_loginPopup .modal-header .close {
    position: static;
}
.login-tip-pop {
    border-radius: 2px;
    background: #ffffff;
    left: -130px;
    margin-left: 50%;
    position: fixed;
    padding: 30px 20px 15px;
    top: 0;
    width: 220px;
    z-index: 103;
}
.login-tip-pop .login-tip-text {
    overflow: hidden;
    padding-bottom: 15px;
    text-align: center;
}
.login-tip-pop .login-tip-close {
    border-radius: 2px;
    background: #26b8ef;
    color: #ffffff;
    cursor: pointer;
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 60px;
}
/* 登陆后下拉菜单 */
.personal-list-index {
    display: none;
    left: -75px;
    margin-left: 50%;
    padding-top: 25px;
    top: 20px;
    width: 150px;
    z-index: 1003;
}
.personal-list-index .personal-list-top {
    background: url("../img/icon.png") 0 -1501px no-repeat;
    height: 10px;
    left: -13px;
    top: 16px;
    margin-left: 50%;
    width: 26px;
}
.personal-list-index ul {
    border: 1px #ccc solid;
    background: #ffffff;
    border-radius: 5px;
    color: #666666;
    width: 150px;
    overflow: hidden;
}
.personal-list-index ul li {
    width: 130px;
}
.personal-list-index ul li a {
    border-bottom: 1px #ccc solid;
    height: 30px;
    line-height: 30px;
    width: 130px;
    color: #666;
}
.personal-list-index ul li a i {
    background: url("../img/icon.png") no-repeat;
    display: inline-block;
    height: 16px;
    margin: -3px 20px 0 5px;
    vertical-align: middle;
    width: 16px;
}
.personal-list-index ul li a i.personal-list-ico0 {
    background-position: 0 -1437px;
}
.personal-list-index ul li a i.personal-list-ico1 {
    background-position: 0 -1453px;
}
.personal-list-index ul li a i.personal-list-ico2 {
    background-position: 0 -1469px;
}
.personal-list-index ul li a i.personal-list-ico3 {
    background-position: 0 -1485px;
}
.personal-list-index ul li a:hover {
    color: #00afdb;
}
.personal-list-index ul li:last-child a {
    border: none;
}
.personal-list-index ul li:hover {
    background: #efefef;
}
.personal-list-index ul li:hover a {
    color: #666666;
}
#js_loginPopup .modal-header .close {
    position: static;
}
