@keyframes ad_width {
    from {
        width: 0
    }
    to {
        width: 165px
    }
}



.inputText::-webkit-input-placeholder {
    color: #a9a9a9
}

.inputText:-moz-placeholder {
    color: #a9a9a9
}

.inputText::-moz-placeholder {
    color: #a9a9a9
}

.inputText:-ms-input-placeholder {
    color: #a9a9a9
}

.login-icon {
    display: inline-block;
    background-image: url('../images/styleimg/login3.png?2016120901');
    background-repeat: no-repeat;
    *display: inline;
    *zoom: 1
}

.icon-fb {
    width: 12px;
    height: 24px;
    background-position: 0 0
}

.icon-email {
    width: 21px;
    height: 15px;
    background-position: 0 -60px
}

.icon-psw {
    width: 15px;
    height: 18px;
    background-position: 0 -120px
}

.icon-code {
    width: 18px;
    height: 19px;
    background-position: 0 -180px
}

.icon-google-plus {
    width: 30px;
    height: 19px;
    background-position: 0 -240px
}

.sign_top,
.loginMain {
    margin-left: auto;
    margin-right: auto
}

.loginMain {
    width: 99%;
    max-width: 400px;
    box-shadow: 2px 2px 5px #ddd;
    border: 1px solid #ddd
}

.loginMain .sign_msg_error {
    font-size: 14px;
    font-family: myriad pro;
    color: #cc0000
}

.sign_top {
    padding: 30px 0 30px 0;
    margin: auto;
    /*width: 650px;*/
    height: 48px;
    text-align: center
}

.sign_top a {
    display: inline
}

.signFacebook {
    margin: 0 auto;
    padding-bottom: 40px;
    width: 320px;
    text-align: center;
    color: #3c5a98;
    font-family: Myriad Pro
}

.signFacebook .other-sign-tit {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    height: 20px;
    line-height: 20px;
    color: #ddd
}

.signFacebook .other-sign-tit .tit-name {
    position: relative;
    z-index: 2;
    padding: 0 10px;
    background: #fff
}

.signFacebook .other-sign-tit .line-bg {
    position: absolute;
    z-index: 1;
    top: 9px;
    left: 0;
    width: 350px;
    height: 0;
    border-top: 1px solid #ddd
}

.signFacebook .fb-login-btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #3c5a98;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    *display: inline;
    *zoom: 1
}

.signFacebook .fb-login-btn span {
    position: relative;
    z-index: 1;
    padding-left: 24px
}

.signFacebook .fb-login-btn span .icon-fb {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -4px;
    transform: scale(.8)
}

.signFacebook .fb-login-btn:hover {
    color: #4367b1;
    background-color: #EDF3FF;
    border: 1px solid #EDF3FF
}

.top-nav {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 400px;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.top-nav .on {
    color: #6BBA2D
}

.top-nav a {
    position: relative;
    z-index: 1;
    top: 1px;
    display: inline-block;
    float: none;
    width: 140px;
    height: 58px;
    line-height: 58px;
    color: #999;
    font-family: Myriad Pro Semibold;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    *display: inline;
    *zoom: 1
}

.top-nav a:after {
    content: ' ';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    display: block;
    width: 150px;
    height: 1px;
    transform: translate(-50%)
}

.top-nav a:hover {
    color: #6BBA2D
}
.top-nav a:focus {
    color: #6BBA2D
}

.top-nav a:hover:after {
    height: 2px;
    animation: ad_width .5s linear forwards;
    background: #6BBA2D
}

.top-nav a.on:after {
    height: 2px;
    background: #6BBA2D;
    animation: none
}

.operalBox {
    margin: 0 auto;
    /*width: 350px*/
}

.operalBox header {
    margin-bottom: 30px;
    text-align: center;
    color: #333
}

.operalBox header h2 {
    line-height: 40px;
    color: #333;
    font-size: 30px;
    text-shadow: 1px 1px 1px #fff
}

.operalBox header h3 {
    line-height: 30px;
    color: #999;
    font-size: 16px;
    text-shadow: 1px 1px 1px #fff
}

.operalBox a {
    color: #036
}

.operalBox span.placeholder {
    font-size: 13px
}

.operalBox .ipt_t {
    /*width: 319px;*/
    width: 80%;
    
    position: relative;
    margin: auto;
    padding-bottom: 20px
}

.operalBox .ipt_t ul.emailSelector {
    position: absolute;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border: 1px solid #6BBA2D;
    z-index: 10;
    display: none;
    width: 318px;
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
    max-height: 180px;
    overflow-y: scroll;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.operalBox .ipt_t ul.emailSelector>li {
    background-color: #fff;
    color: #333;
    font-family: Arial, "å¾®è½¯é›…é»‘";
    padding: 5px 15px;
    cursor: pointer
}

.operalBox .ipt_t ul.emailSelector>li.active {
    color: #6BBA2D
}

.operalBox .ipt_t select {
    width: 320px;
    font-size: 13px;
    padding: 5px;
    position: absolute;
    z-index: 3
}

.operalBox .ipt_t select option {
    padding: 5px
}

.operalBox .ipt_t .login-icon {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px
}

.operalBox .ipt_t .icon-email {
    top: 12px
}

.operalBox .ipt_t.focus .icon-email {
    background-position: -50px -60px
}

.operalBox .ipt_t.focus .icon-psw {
    background-position: -50px -120px
}

.operalBox .ipt_t.focus .icon-code {
    background-position: -50px -180px
}

.operalBox .hidden-code {
    display: none
}

.operalBox input.error {
    border-color: #CC0000
}

.operalBox input.error:focus {
    border-color: #6BBA2D
}

.operalBox .inputText {
    position: relative;
    z-index: 1;
    /*width: 268px;*/    
    width: 87%;

    height: 18px;
    padding: 10px 40px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: Myriad Pro;
    font-size: 14px
}

.operalBox .inputText:focus {
    border-color: #6BBA2D
}

.operalBox .inputFocus {
    border: 1px solid #f26100
}

.operalBox .ipt_b {
    text-align: center;
    width:100%;
    max-width: 320px;
    margin: auto
}

.operalBox .ipt_b button {
    width: 100%
}

.rest_pasWrap .ipt_b span:hover {
    background: #6BBA2D;
}

.operalBox .ipt_b span:hover {
    background: #6BBA2D;
}

.operalBox .ipt_b span {
    display: block;
    padding: 0 40px;
    zoom: 1;
    line-height: 44px;
    color: #fff;
    background: #6BBA2D;
    font-size: 20px;
    white-space: nowrap;
    font-family: Myriad Pro Semibold
}

.operalBox label.error {
    display: block;
    clear: both;
    padding-top: 10px;
    line-height: 20px;
    font-size: 14px;
    font-family: myriad pro;
    color: #cc0000;
    font-weight: normal
}

.operalBox label.checked {
    font: 0/0 Myriad Pro
}

.operalBox .code {
    background-position: 10px -257px;
    width: 228px;
    padding-right: 80px
}

.operalBox .code_img {
    position: absolute;
    top: 0;
    width: 31px;
    right: 1px;
    float: right;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.operalBox .code_img img {
    position: absolute;
    right: 0;
    border-radius: 0 2px 2px 0;
    border-left: none;
    top: 1px;
    width: 80px;
    height: 100%
}

.operalBox .code_img .verifycode {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    font-size: 0;
    background-position: 8px -315px
}

.operalBox .hr {
    margin: 17px auto;
    width: 320px;
    text-align: center
}

.operalBox .hr hr {
    border: none;
    border-top: 1px solid #ddd;
    background: none;
    height: 0;
    width: 320px;
    display: inline-block;
    vertical-align: middle
}

.operalBox .hr p {
    margin: auto;
    vertical-align: middle;
    color: #a9a9a9;
    display: inline-block;
    background: white;
    position: relative;
    top: -25px
}

.operalBox .mb15 {
    margin-bottom: 15px
}

.signBox .forgetPas {
    font-size: .75em;
    color: #A9A9A9;
    margin: auto;
    margin-bottom: 20px;
    width: 320px
}

.signBox .forgetPas input {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    opacity: 0
}

.signBox .forgetPas span {
    vertical-align: middle
}

.signBox .forgetPas a {
    vertical-align: middle;
    text-decoration: underline;
    color: #A9A9A9;
    float: right
}

.signBox .forgetPas a:hover {
    color: #6BBA2D
}

.signBox .forgetPas .rem_name {
    vertical-align: middle;
    display: inline-block;
    background-image: url("../UploadedImages/icons/checked.png");
    background-repeat: no-repeat
}

.signBox .forgetPas .onchecked {
background-image: url("../UploadedImages/icons/checked_no.png")
}

.signBox .sign_msg_error {
    font-size: 14px;
    font-family: myriad pro;
    color: #cc0000
}

.regBox {
    display: block
}

.regBox .register_tips {
    position: relative;
    font-size: .84em;
    margin: 0 auto 20px;
    width: 80%;
    line-height: 20px;
    z-index: 2;
    color: #a9a9a9
}

.regBox .register_tips .rem_check {
    width: 16px;
    height: 16px;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    background-image: url("../UploadedImages/icons/checked.png");
    background-repeat: no-repeat
}

.regBox .register_tips .rem_check2 {
    width: 16px;
    height: 16px;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    background-image: url("../UploadedImages/icons/checked.png");
    background-repeat: no-repeat
}

.regBox .register_tips .checked_no {
    background-image: url("../UploadedImages/icons/checked_no.png")
}

.regBox .register_tips input {
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 3px 5px 0 0;
    *margin-top: 0
}

.regBox .register_tips input,
.regBox .register_tips span {
    width: 300px;
    display: inline-block
}

.regBox .register_tips a {
    color: #a9a9a9;
    text-decoration: underline
}

.regBox #js_registBtn {
    margin-bottom: 40px
}

:root .operalBox .inputFocus {
    border: 1px solid #ddd
}

.bottomtext {
    line-height: 20px;
    padding-top: 30px;
    color: #666;
    text-shadow: 1px 1px 1px #fff
}

.forgetPopBox {
    padding: 10px;
    background-color: #fff;
    border-radius: 3px
}

.forgetPopBox p {
    line-height: 24px;
    font-size: 1em;
    font-weight: bold
}

.forgetPopBox .inputText {
    border: 1px solid #ddd;
    height: 18px;
    line-height: 18px;
    padding: 5px;
    font-family: Myriad Pro;
    width: 200px;
    font-size: 14px
}

.forgetPopBox a {
    display: inline-block;
    white-space: normal;
    padding: 0 15px;
    line-height: 30px;
    color: #fff;
    font-size: 1em;
    text-decoration: none
}

.rest_pasHeader {
    width: 460px;
    margin: 0 auto;
    text-align: center
}

.rest_pasWrap {
    border: 1px solid #ddd;
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 2px 2px 5px #ddd
}

.rest_pasWrap header {
    text-align: center;
    padding-bottom: 30px
}

.rest_pasWrap header p {
    font-size: .75em;
    line-height: 20px;
    color: #999
}

.rest_pasWrap h4 {
    font-size: 1.2em;
    margin: auto;
    margin-top: 40px;
        width: 80%;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
}

.rest_pasWrap span.placeholder {
    font-size: 13px
}

.rest_pasWrap .ipt_t {
    padding-bottom: 20px;
    margin: auto;
    position: relative;
    width: 100%
}

.rest_pasWrap .ipt_t .icon-email {
    position: absolute;
    top: 12px;
    right: 15px
}

.rest_pasWrap .ipt_t .error {
    border-color: #CC0000
}

.rest_pasWrap .inputText {
    width: 85%;
    height: 18px;
    font-size: 14px;
    font-family: Myriad Pro;
    padding: 10px 40px 10px 10px;
    border: 1px solid #ddd
}

.rest_pasWrap .inputText:focus {
    border-color: #6BBA2D
}

.rest_pasWrap .email_inputText {
    width: 268px;
    height: 18px;
    font-size: 14px;
    font-family: Myriad Pro;
    padding: 10px 40px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 3px
}

.rest_pasWrap .validate-code {
    width: 268px;
    height: 18px;
    padding: 10px 40px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 3px
}

.rest_pasWrap .code_img {
    margin: 0 10px
}

.rest_pasWrap .word_fresh {
    color: #036;
    line-height: 37px;
    font-size: .75em;
    text-decoration: underline;
    position: absolute;
    right: 1px;
    top: 1px
}

.rest_pasWrap .word_fresh img {
    height: 38px
}

.rest_pasWrap .ipt_b {
    text-align: center;
    margin-bottom: 40px
}

.rest_pasWrap .ipt_b span {
    display: inline-block;
    width: 320px;
    margin: auto;
    zoom: 1;
    line-height: 44px;
    color: #fff;
    font-size: 1.2em;
    background-color: #6BBA2D;
    white-space: nowrap;
    font-family: Myriad Pro
}



.rest_pasWrap label.error {
    display: block;
    clear: both;
    padding-top: 10px;
    line-height: 20px;
    font-size: 14px;
    font-family: myriad pro;
    color: #cc0000
}

.rest_pasWrap label.checked {
    font: 0/0 Myriad Pro
}

#loginGoogle {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #e74b37;
    border: 1px solid #ddd;
    border-radius: 3px;
    *dispaly: inline;
    *zoom: 1
}

#loginGoogle:hover {
    background: #fff3f1;
    cursor: pointer;
    border: 1px solid #FFF4F2
}

span.buttonText {
    position: relative;
    z-index: 1;
    padding-left: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: .875em;
    background: 0 -190px
}

span.buttonText .icon-google-plus {
    position: absolute;
    transform: scale(.8);
    z-index: 2;
    left: 0;
    top: 10px
}

.footmessage {
    margin-top: 50px;
    text-align: center;
    font-family: Myriad Pro
}

.footmessage img {
    margin: 0 5px
}

.footmessage p {
    font-size: 12px;
    color: #A9A9A9
}