body {
    background-color: #fff
}

a {
    color: #06c
}

input.error {
    background-color: transparent !important;
    color: #ff875a !important
}

.header-wrap {
    width: 99%;
    height: 100px;
    border-bottom: solid 2px #f5f5f5;
    margin: 10px auto 0 auto
}

.public-head-layout {
    height: 80px
}

.header-wrap .wrapper {
    width: 1000px
}

.public-head-layout .site-logo {
    margin: 15px 0 0 0;
    position: relative;
    width: 350px
}

.public-head-layout .site-logo span {
    display: block;
    position: absolute;
    right: 0;
    bottom: 35px;
    line-height: 30px;
    width: initial;
    height: 19px;
    font-size: 22px;
    font-weight: 400;
    color: #666666;
}

.public-head-layout .glt-login-now {
    font-size: 14px;
    color: #aaa;
    line-height: 24px;
    float: right;
    height: 24px;
    margin-top: 50px
}

.public-head-layout .glt-login-now a {
    font-weight: 600;
    margin-left: 4px;
    font-family: "微软雅黑"
}

.public-head-layout .glt-regist-now {
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
    float: right;
    height: 40px;
    margin-top: 30px
}

.public-head-layout .glt-regist-now span {
    vertical-align: top;
    display: inline-block
}

.public-head-layout .glt-regist-now .avatar {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border-radius: 100%
}

.public-head-layout .glt-regist-now .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%
}

.public-head-layout .glt-regist-now a {
    font-weight: 600;
    margin-left: 4px
}

.glt-register-bg {
    background: #fafafa url(../images/register_bg.png) repeat 50% 50%;
    width: 100%;
    height: 680px;
    overflow: hidden
}

.glt-register-box { /*background: rgba(0, 0, 0, .15);*/
    width: 630px;
    height: 560px;
    padding: 10px;
    margin: 20px auto
}

.glt-register-layout {
    background-color: #fff;
    display: block;
    width: 588px;
    height: 583px;
    padding: 19px;
    border: solid 1px #ccc;
}

.glt-register-layout .left {
    width: 580px;
    height: 520px;
    float: left
}

.glt-register-mode {
    width: 580px
}

.tips-wrapper {
    background: #fff8f0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center
}

.tips-wrapper .cont-wrapper {
    display: inline-block;
    width: 90%
}

.tips-wrapper .icon-tips {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/login_pic.png) no-repeat -150px -250px
}

.tips-wrapper .tips-inner p {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    color: #999
}

.login-tabs-nav {
    border-bottom: solid 1px #f4f4f4
}

.login-tabs-nav li {
    float: left;
    width: 50%;
    height: 54px
}

.login-tabs-nav li a {
    display: block;
    height: 18px;
    text-align: center;
    margin: 18px 0;
    border-right: solid 1px #f4f4f4;
    font-family: "microsoft yahei";
    font-size: 18px;
    color: #999999;;
    line-height: 18px
}

.login-tabs-nav li a:hover {
    text-decoration: none;
    color: #F40D0D
}

.login-tabs-nav li a.tabulous_active {
    color: #2997f0;
    font-weight: 700
}

.login-tabs-container {
    position: relative;
    z-index: 1
}

.tabs-nav {
    font-size: 0;
    word-spacing: -1em; /*border-bottom: solid 1px #e6e6e6*/
}

.tabs-nav li {
    vertical-align: bottom;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    display: inline-block;
    width: 50%;
    height: 45px;
    margin-bottom: -1px
}

.tabs-nav li a {
    font-size: 18px;
    color: #999;
    line-height: 24px;
    padding-bottom: 13px;
    position: relative;
    z-index: 1;
    font-family: "微软雅黑"
}

.tabs-nav li a:hover {
    text-decoration: none;
    color: #000
}

.tabs-nav li a.tabulous_active {
    color: #ff500b;
    display: block;
    border-bottom: 3px solid #ff500b
}

.tabs-nav li a i {
    font-size: 0;
    line-height: 0;
    border-color: #ff500b transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    border-width: 7px;
    display: none;
    width: 0;
    height: 0;
    margin-left: -4px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -17px
}

.tabs-nav li a.tabulous_active i {
    display: block
}

.tabs-container {
    position: relative;
    z-index: 1
}

.glt-register-mode .tabs-content {
    padding: 0 80px 0 100px
}

.glt-login-mode {
    overflow: visible
}

.glt-login-form {
    display: block
}

.glt-login-form dl {
    background-color: #fff;
    width: 398px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
    height: 42px;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    margin-bottom: 20px;
}

.glt-login-form dl.focus {
    border-color: #7abd54;
    z-index: 3
}

.glt-login-form dl.error {
    border-color: #ff500b !important;
    z-index: 2
}

.glt-login-form dl dt {
    font-size: 14px;
    line-height: 11px;
    color: #666;
    width: 88px;
    padding: 16px 0 16px 20px;
    float: left;
}

.glt-login-form dl dd {
    height: 28px;
    float: left;
    padding: 7px 0;
}

.glt-login-form dl dd .text {
    font-family: "microsoft yahei";
    font-size: 14px;
    line-height: 28px;
    width: 290px;
    height: 28px;
    padding: 0;
    border: none 0
}

.glt-login-form dl .note {
    color: #ccc;
    line-height: 16px;
    width: 145px;
    height: 32px;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 245px
}

.glt-login-form dl.focus .note {
    color: #7abd54
}

.glt-login-form .code-div {
    width: 100%;
    height: 54px
}

.glt-login-form .code-div dl {
    width: 277px;
    float: left
}

.glt-login-form .code-div span {
    width: 120px;
    height: 42px;
    float: left;
    margin: -1px 0 0 -1px;
    border: solid 1px #e6e6e6;
    position: relative;
    z-index: 1
}

.glt-login-form .code-div span img {
    width: 120px;
    height: 42px
}

.glt-login-form .code-div span a {
    font-size: 14px;
    text-decoration: none;
    line-height: 52px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    display: none;
    width: 120px;
    height: 52px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.glt-login-form .code-div span:hover a {
    display: block
}

.glt-login-form .clause-div {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    width: 400px;
    height: 30px;
    margin-top: 15px;
    border: none 0
}

.glt-login-form .clause-div dd {
    padding: 0
}

.glt-login-form .clause-div .checkbox {
    vertical-align: middle;
    margin-right: 8px
}

.glt-login-form .tiptext {
    line-height: 20px;
    color: #999;
    margin: 15px 0
}

.glt-login-form .tiptext a {
    line-height: 22px;
    color: #fff;
    background-color: #21b384;
    vertical-align: middle;
    display: inline-block;
    height: 22px;
    padding: 0 8px;
    margin: 0 4px;
    border-radius: 2px
}

.glt-login-form .tiptext a:hover {
    text-decoration: none;
    background-color: #1fa67a
}

.glt-login-form .tiptext a i {
    font-size: 14px;
    margin-right: 4px
}

.glt-login-form .submit-div {
    margin-top: 15px
}

.glt-login-form .submit-div .submit {
    font-family: "microsoft yahei";
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #F40D0D;
    width: 398px;
    height: 42px;
    border: solid 1px #F40D0D;
    border-radius: 4px;
    cursor: pointer
}

.glt-login-form label.error {
    color: #000;
    line-height: 24px;
    background: #fff5d9 no-repeat 0 0;
    text-align: left;
    white-space: nowrap;
    height: 24px;
    padding: 8px 12px 8px 24px;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 265px;
}

.glt-login-form label.error i {
    font-size: 24px;
    margin-right: 12px;
    color: #ff500b;
    vertical-align: middle
}

.glt-login-form .clause-div label.error {
    top: -5px;
    right: -155px !important;
    left: auto
}

.glt-login-form .code-div label.error {
    background: transparent none;
    min-width: auto;
    padding: 0;
    top: 15px;
    right: 0;
    left: auto
}

.login-tabs-container {
    margin: 20px
}

.glt-login .tabs-content {
    width: 306px
}

.glt-login .tabs-content a {
    color: #666
}

.login-form {
    display: block
}

.login-form .item {
    position: relative;
    margin-bottom: 22px;
    z-index: 1
}

.login-form .item-fore1, .login-form .item-fore2, .login-form .item-fore3 {
    width: 304px;
    height: 38px;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
}

.login-form .item-fore3, .login-form .item-fore4, .login-form .item-fore5 {
    margin-bottom: 10px
}

.login-form .item-error {
    border: 1px solid #e4393c
}

.login-form .item .login-label {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px; /*border-right: 1px solid #bdbdbd;*/
    background: url(../images/login_pic.png) no-repeat
}

.login-form .item .name-label { /*background-position: 0 -110px*/
    background: url(../images/3.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item .pwd-label { /*background-position: -48px -110px*/
    background: url(../images/2.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item .vcode-label {
    background: url(../images/1.png) no-repeat;
    background-size: 40%;
    background-position: 50%; /*background-position: -96px -110px*/
}

.login-form .item .mobile-label {
    background: url(../images/3.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item .mcode-label { /*background-position: -192px -110px*/
    background: url(../images/1.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item .email-label {
    background-position: -240px -110px
}

.login-form .item .ecode-label {
    background-position: -288px -110px
}

.login-form .item .rpwd-label {
    background-position: -336px -110px
}

.login-form .item-focus .name-label { /*background-position: 0 -158px;*/
    background: url(../images/3.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item-focus .pwd-label { /*background-position: -48px -158px*/
    background: url(../images/2.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item-focus .vcode-label { /*background-position: -96px -158px;*/
    background: url(../images/1.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item-focus .email-label {
    background-position: -240px -158px
}

.login-form .item-focus .ecode-label {
    background-position: -288px -158px
}

.login-form .item-focus .rpwd-label {
    background-position: -336px -158px
}

.login-form .item-focus .mobile-label {
    background: url(../images/3.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item-focus .mcode-label { /*background-position: -192px -158px;*/
    background: url(../images/1.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item-error .login-label {
    border-right-color: #e4393c
}

.login-form .item-error .name-label { /*background-position: 0 -206px*/
    background: url(../images/3.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item-error .pwd-label { /*background-position: -48px -206px*/
    background: url(../images/2.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item-error .vcode-label { /*background-position: -96px -206px*/
    background: url(../images/1.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item-error .email-label {
    background-position: -240px -206px
}

.login-form .item-error .rpwd-label {
    background-position: -336px -206px
}

.login-form .item-error .ecode-label {
    background-position: -288px -206px
}

.login-form .item-error .mobile-label { /*background-position: -144px -206px*/
    background: url(../images/3.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item-error .mcode-label { /*background-position: -192px -206px*/
    background: url(../images/1.png) no-repeat;
    background-size: 40%;
    background-position: 50%;
}

.login-form .item-error label.error {
    position: relative;
    height: auto;
    padding: 1px 10px 1px 10px;
    margin: 2px -1px 0 -1px;
    border: 1px solid #faccc6;
    background: #ffebeb;
    color: #e4393c;
    line-height: 16px
}

.login-form .item-error label.error i.fa {
    font-size: 16px;
    margin-right: 20px;
    vertical-align: top
}

.login-form .itxt {
    overflow: hidden;
    float: none;
    width: 254px;
    height: 18px;
    min-height: 18px;
    padding: 10px 0 10px 50px;
    border: 0;
    font-family: '\5b8b\4f53';
    font-size: 14px;
    line-height: 18px;
}

.login-form .itxt02 {
    width: 150px
}

.login-form .forget-pw-safe {
}

.login-form .regist-link {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.regist-link a {
    color: #F40D0D !important;
}

.login-form .tiptext {
    line-height: 20px;
    color: #999;
    margin: 0 0 5px 0
}

.login-form .tiptext a {
    line-height: 22px;
    color: #fff;
    background-color: #21b384;
    vertical-align: middle;
    display: inline-block;
    height: 22px;
    padding: 0 8px;
    margin: 0 4px;
    border-radius: 2px
}

.login-form .tiptext a:hover {
    text-decoration: none;
    background-color: #1fa67a
}

.login-form .tiptext a i {
    font-size: 14px;
    margin-right: 4px
}

.login-form .login-btn {
    position: relative;
    width: 99%;
    height: 42px;
    margin: 0 auto;
    border: 1px solid #2997f0;
    border-radius: 4px;
    cursor: pointer
}

.login-form .login-btn .btn-img {
    display: block;
    width: 100%;
    height: 42px;
    text-align: center;
    padding: 0;
    border: 1px solid #2997f0;
    background: #2997f0;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
}

.btn-img {
    width: 300px;
    height: 42px;
    background: #2997f0;
    box-shadow: 3px 2px 4px 0px rgba(41,151,240,1.00);
    border-radius: 4px;
}

.verify-code {
    position: absolute;
    right: 0;
    top: 0
}

.verify-code .code-pic {
    text-align: center;
    line-height: 16px;
    padding: 3px 0;
    float: right;
    width: 50px;
    display: block;
    background-color: #eee;
    color: #999
}

.coagent {
    height: auto;
    padding: 0 20px;
    border-top: 1px solid #f4f4f4;
    background-color: #fcfcfc;
    line-height: 50px
}

.coagent ul {
    display: block
}

.coagent li {
    float: left
}

.coagent li a.pdl {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    color: #666
}

.coagent li a.pdl b {
    position: absolute;
    left: 0;
    top: 16px;
    display: block;
    float: left;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background: url(../images/login_pic.png) no-repeat
}

.coagent li a.pdl b.weixin-icon {
    background-position: -120px -250px
}

.coagent li a.pdl b.QQ-icon {
    background-position: -100px -250px
}

.coagent li .line {
    color: #ccc;
    padding: 0 10px
}

.coagent li.extra-r {
    float: right
}

.coagent .regist-link {
    color: #b61d1d;
    font-size: 14px
}

.coagent .regist-link a {
    color: #b61d1d
}

.coagent .regist-link b {
    display: inline-block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/login_pic.png) no-repeat -180px -250px
}

.glt-login-form .clause-div {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    width: 400px;
    height: 30px;
    margin-top: 15px;
    border: none 0
}

.glt-login-form .clause-div dd {
    padding: 0
}

.glt-login-form .clause-div .checkbox {
    vertical-align: middle;
    margin-right: 8px
}

.glt-login-form .submit-div {
    margin-top: 15px
}

.glt-login-form .submit-div .submit {
    font-family: "microsoft yahei";
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #F40D0D;
    width: 398px;
    height: 42px;
    border: solid 1px #F40D0D;
    border-radius: 4px;
    cursor: pointer
}

.glt-login-form label.error {
    color: #000;
    line-height: 24px;
    background: #fff5d9 no-repeat 0 0;
    text-align: left;
    white-space: nowrap;
    height: 24px;
    padding: 8px 12px 8px 24px;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 400px
}

.glt-login-form label.error i {
    font-size: 24px;
    margin-right: 12px;
    color: #ff500b;
    vertical-align: middle
}

.glt-login-form .clause-div label.error {
    top: -5px;
    right: 50px;
    left: auto
}

.glt-login-form .code-div label.error {
    background: transparent none;
    min-width: auto;
    padding: 0;
    top: 15px;
    right: 0;
    left: auto
}

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.make_transist {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hidescale {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 0
}

.showscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.hideleft {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.showleft {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.hidescaleup {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0
}

.showscaleup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.hideflip {
    opacity: 0;
    -webkit-transform: rotatey(-90deg) scale(1.1);
    -moz-transform: rotatey(-90deg) scale(1.1);
    -o-transform: rotatey(-90deg) scale(1.1);
    -ms-transform: rotatey(-90deg) scale(1.1);
    transform: rotatey(-90deg) scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.showflip {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: rotatey(0) scale(1);
    -moz-transform: rotatey(0) scale(1);
    -o-transform: rotatey(0) scale(1);
    -ms-transform: rotatey(0) scale(1);
    transform: rotatey(0) scale(1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.tabulousclear {
    display: block;
    clear: both
}

.glt-register-layout .right {
    display: none;
    width: 200px;
    height: 533px;
    float: right;
    padding: 20px 0 0 19px;
    border-left: solid 1px #e6e6e6
}

.glt-register-layout .right h4 {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 20px;
    color: #333
}

.glt-register-layout .right .api-login {
    font-size: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dashed 1px #e6e6e6
}

.glt-register-layout .right .api-login a {
    vertical-align: top;
    display: inline-block;
    width: 42px;
    margin-left: 12px
}

.glt-register-layout .right .api-login a i {
    background: url(../images/login_pic.png) no-repeat;
    display: block;
    width: 42px;
    height: 42px
}

.glt-register-layout .right .api-login a.qq i {
    background-position: -126px -32px
}

.glt-register-layout .right .api-login a.sina i {
    background-position: -168px -32px
}

.glt-register-layout .right .api-login a.wx i {
    background-position: -210px -32px
}

.glt-register-layout .right .reister-after li {
    color: #999;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 12px
}

.glt-register-layout .right .reister-after i {
    background: url(../images/login_pic.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.glt-register-layout .right .reister-after .ico01 i {
    background-position: 0 -76px
}

.glt-register-layout .right .reister-after .ico02 i {
    background-position: -30px -76px
}

.glt-register-layout .right .reister-after .ico03 i {
    background-position: -60px -76px
}

.glt-register-layout .right .reister-after .ico04 i {
    background-position: -90px -76px
}

.glt-register-layout .right .reister-after .ico05 i {
    background-position: -120px -76px
}

.glt-register-layout .right .reister-after .ico06 i {
    background-position: -150px -76px
}

.glt-login-layout {
    position: relative;
    z-index: 5;
    height: 480px;
    margin: 0 0 20px
}

.glt-login-layout .wrapper {
    width: 1000px;
    margin: 0 auto
}

.glt-login-layout .openid {
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
    height: 40px;
    position: absolute;
    z-index: 1;
    top: -70px;
    right: 0
}

.glt-login-layout .openid span {
    vertical-align: top;
    display: inline-block
}

.glt-login-layout .openid .avatar {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border-radius: 100%
}

.glt-login-layout .openid .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%
}

.glt-login-layout .openid a {
    font-weight: 600;
    margin: 0 4px
}

.glt-login {
    position: relative;
    z-index: 4;
    background-color: #fff;
    width: 346px;
    padding: 0;
    margin-top: 100px;
    float: right;
    overflow: hidden
}

.glt-login .tabs-container {
    margin-top: 30px;
    padding: 0 40px 20px 40px
}

.glt-login .glt-login-form dl {
    width: 348px
}

.glt-login .glt-login-form dl dd .text {
    width: 240px
}

.glt-login .glt-login-form .code-div dl {
    width: 228px
}

.glt-login .glt-login-form .handle-div {
    line-height: 20px;
    margin-top: 15px;
    overflow: hidden
}

.glt-login .glt-login-form .handle-div .auto {
    color: #999;
    float: left
}

.glt-login .glt-login-form .handle-div .auto .checkbox {
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px
}

.glt-login .glt-login-form .handle-div .auto em {
    line-height: 20px;
    color: #ff3238;
    vertical-align: top;
    display: inline-block;
    margin-left: 6px
}

.glt-login .glt-login-form .handle-div .forget {
    float: right
}

.glt-login .glt-login-form .submit-div .submit {
    width: 348px
}

.glt-login-api {
    font-size: 0;
    width: 340px;
    margin: 0 auto
}

.glt-login-api h4 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    height: 20px;
    margin-bottom: 10px
}

.glt-login-api a {
    font-size: 12px;
    text-decoration: none;
    color: #aaa;
    vertical-align: top;
    display: inline-block;
    height: 32px;
    margin-right: 24px
}

.glt-login-api a i {
    background: url(../images/login_pic.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px
}

.glt-login-api a.qq i {
    background-position: 0 0
}

.glt-login-api a.sina i {
    background-position: -32px 0
}

.glt-login-api a.wx i {
    background-position: -64px 0
}

.glt-login-api a.qq:hover {
    color: #3eb6e8
}

.glt-login-api a.qq:hover i {
    background-position: -96px 0
}

.glt-login-api a.sina:hover {
    color: #f77260
}

.glt-login-api a.sina:hover i {
    background-position: -128px 0
}

.glt-login-api a.wx:hover {
    color: #4ea335
}

.glt-login-api a.wx:hover i {
    background-position: -160px 0
}

.glt-login-layout .login-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    background: #F8EFE0
}

.glt-login-layout .login-banner .wrapper {
    width: 1000px;
    margin: 0 auto
}

.glt-login-layout .i-inner {
    position: relative;
    z-index: 3;
    height: 480px
}

.glt-login-layout .left-pic {
    width: 450px;
    height: 350px;
    float: left;
    margin: 30px 0;
    position: relative;
    z-index: 1
}

.glt-login-layout .left-pic img {
    max-width: 450px;
    max-height: 350px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.glt-login-layout .left-pic span {
    position: absolute;
    z-index: 2;
    top: 220px;
    left: 100px;
    line-height: 32px;
    font-size: 24px;
    font-family: "microsoft yahei";
    width: 250px;
    text-align: center
}

.glt-login-layout .left-pic p a {
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 270px;
    left: 165px;
    line-height: 28px;
    font-size: 12px;
    width: 120px;
    text-align: center
}

.glt-login-left {
    line-height: 22px;
    color: #626a73;
    display: inline;
    width: 450px;
    float: left;
    margin: 10px 0
}

.glt-login-left h3 {
    font-size: 18px;
    font-family: "microsoft yahei";
    font-weight: 700;
    color: #555;
    line-height: 30px;
    margin-top: 2px;
    margin-bottom: 6px
}

.glt-login-left ol {
    width: 420px;
    margin-top: 20px;
    border-bottom: dashed 1px #e7e7e7
}

.glt-login-left ol li {
    font-family: "microsoft yahei";
    font-size: 14px;
    line-height: 48px;
    display: block;
    vertical-align: middle;
    width: 200px;
    height: 48px;
    float: left;
    padding: 0 0 12px 0;
    margin: 0 0 5px 10px;
    overflow: hidden
}

.glt-login-left ol li i {
    display: inline-block;
    background: url(../images/login.png) no-repeat scroll;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    margin-right: 10px
}

.glt-login-left ol li.ico01 i {
    background-position: -256px 0
}

.glt-login-left ol li.ico02 i {
    background-position: -304px 0
}

.glt-login-left ol li.ico03 i {
    background-position: -352px 0
}

.glt-login-left ol li.ico04 i {
    background-position: -256px -48px
}

.glt-login-left ol li.ico05 i {
    background-position: -304px -48px
}

.glt-login-left ol li.ico06 i {
    background-position: -352px -48px
}

@media projection, screen {
    .ui-tabs-hide {
        display: none
    }
}

@media print {
    .ui-tabs-nav {
        display: none
    }
}

.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " "
}

.ui-tabs-disabled {
    opacity: .4
}

.ui-tabs-loading em {
    background: url(../images/loading.gif) no-repeat 0 50%;
    padding: 0 0 0 20px
}

* html .ui-tabs-nav {
    display: inline-block
}

#faq {
    display: none
}

#footer {
    background-color: #fff;
    margin-top: 160px;
}

#sendSmsCode {
    width: 120px;
    height: 38px;
    background: #EEEEEE;
    border: none;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

#sendSmsCode:hover {
    cursor: pointer;
}

.register-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.required {
    color: #FF3300;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BBBBBB;
}

.btn-getVer {
    width: 120px;
    height: 42px;
    background: #EEEEEE;
    border: none;
    border-radius: 0px 4px 4px 0px;
    color: #666666;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    float: right;
    line-height: 42px;
    text-align: center;
}

.btn-getVer:hover {
    cursor: pointer;
}
