body {
    font-family: Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
}
/* 登录框 */
#g_body.fade_in {
    overflow-y: hidden;
    padding-right: 4px;
}

#login_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1100;
    opacity: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

#login_box.fade_in {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

#login_box .login_content {
    position: absolute;
    width: 100%;
    width: 348px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#login_box .pc_login_box {
    position: relative;
}

#login_box .pc_login_box .wrapper {
    position: relative;
    height: 501px;
}

#login_box .pc_login_box .wrapper iframe {
    width: 100%;
    height: 501px;
    background: #fff;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 6px 2px #3d3d3d;
    border-radius: 3px;
}

#login_box .pc_login_box .wrapper .box_title {
    padding-top: 32px;
    text-align: center;
}

#login_box .pc_login_box .wrapper .box_title .logo_pic {}

#login_box .pc_login_box .wrapper .box_title .logo_pic img {
    display: inline-block;
    max-width: 100%;
}

#login_box .pc_login_box .wrapper .box_title p {
    padding: 10px;
    color: #999;
    font-size: 14px;
}

#login_box .pc_login_box .wrapper .box_content {
    display: block;
    position: relative;
    padding: 32px;
    font-size: 0;
}

#login_box .pc_login_box .wrapper .box_content:before {
    content: "";
    display: block;
    width: 1px;
    height: 175px;
    background: #e2e2e2;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -0.5px;
}

#login_box .pc_login_box .wrapper .box_content .main_box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 50%;
}

#login_box .pc_login_box .wrapper .box_content .quick_login {
    padding-right: 32px;
}

#login_box .pc_login_box .wrapper .box_content .quick_login ul {}

#login_box .pc_login_box .wrapper .box_content .quick_login ul li {}

#login_box .pc_login_box .wrapper .box_content .quick_login ul li a {
    display: block;
    width: 100%;
    max-width: 270px;
    padding: 12px 16px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 0 hsla(0, 0%, 78%, .2);
    box-shadow: 0 1px 1px 0 hsla(0, 0%, 78%, .2);
}

#login_box .pc_login_box .wrapper .box_content .quick_login ul li a .fonticon {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 8px;
    color: #fff;
    font-size: 24px;
}

#login_box .pc_login_box .wrapper .box_content .quick_login ul li.qq a {
    background: #28b7f7;
}

#login_box .pc_login_box .wrapper .box_content .quick_login ul li.qq a .fonticon:before {
    content: "\e6aa";
}

#login_box .pc_login_box .wrapper .box_content .quick_login ul li.wechat a {
    background: #05d02f;
}

#login_box .pc_login_box .wrapper .box_content .quick_login ul li.wechat a .fonticon:before {
    content: "\e6a8";
}

#login_box .pc_login_box .wrapper .box_content .normal_login {
    padding-left: 32px;
}

#login_box .pc_login_box .wrapper .box_content .normal_login input {
    max-width: 260px;
    font-size: 15px;
    line-height: 1;
    padding: 6.5px 8px;
    min-height: 32px;
    margin-bottom: 15px;
    background: #eee;
    outline: none;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px hsla(0, 0%, 78%, .3);
    box-shadow: inset 0 1px 1px hsla(0, 0%, 78%, .3);
}

#login_box .pc_login_box .wrapper .box_content .normal_login input.all {
    width: 100%;
}

#login_box .pc_login_box .wrapper .box_content .normal_login input.half {
    width: 50%;
}

#login_box .pc_login_box .wrapper .box_content .normal_login .code img {
    float: right;
    padding: 6px 0;
}

#login_box .pc_login_box .wrapper .box_content .normal_login .code a {
    float: right;
    display: block;
    padding: 5px;
    min-height: 32px;
    line-height: 22px;
    background: #fff;
    outline: none;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 1px hsla(0, 0%, 78%, .3);
    box-shadow: inset 0 1px 1px hsla(0, 0%, 78%, .3);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

#login_box .pc_login_box .wrapper .box_content .normal_login .code a:hover {
    background: #ff812c;
    border: 1px solid #ff812c;
    box-shadow: 0 0 12px 0 rgba(255, 103, 0, 0.75);
    color: #fff;
}

#login_box .pc_login_box .wrapper .box_content .normal_login .submit {}

#login_box .pc_login_box .wrapper .box_content .normal_login .submit span {
    display: inline-block;
    font-size: 12px;
    color: #666;
    line-height: 1;
    cursor: pointer;
    padding: 11px 0;
}

#login_box .pc_login_box .wrapper .box_content .normal_login .submit span.account {
    display: none;
}

#login_box .pc_login_box .wrapper .box_content .normal_login .submit a {
    display: block;
    float: right;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #ff6700;
    border: 1px solid #ff7111;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

#login_box .pc_login_box .wrapper .box_content .normal_login .submit a:hover {
    background: #ff812c;
    border: 1px solid #ff812c;
    box-shadow: 0 0 12px 0 rgba(255, 103, 0, 0.75);
}

#login_box .pc_login_box .wrapper .box_content .normal_login .account {
    display: block;
}

#login_box .pc_login_box .wrapper .box_content .normal_login .mobile {
    display: none;
}

#login_box .pc_login_box .wrapper .box_footer {
    padding: 12px;
    font-size: 12px;
    color: #999;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    background: #f7f7f7;
}

#login_box .pc_login_box .wrapper .box_footer a {
    color: #999;
    padding-right: 10px;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

#login_box .pc_login_box .wrapper .box_footer a:hover {
    color: #ff6700;
}

#login_box .pc_login_box .box_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
}

#login_box .pc_login_box .box_close .fonticon {
    display: block;
    width: 48px;
    height: 48px;
    padding: 12px;
    color: #000;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

#login_box .pc_login_box .box_close .fonticon:before {
    content: "\e659";
}

#login_box .wechat_login_box,
#login_box .qq_login_box {
    display: none;
}

#login_box .content {
    background: #fff;
}

#login_box .content .wapper {
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#login_box .content .banner {
    margin: 85px 0 0 20px;
    max-width: 599px;
    max-height: 420px;
}

#login_box .content .form {
    width: 100%;
    height: 500px;
    box-sizing: border-box;
    border: 0 none;
    border-radius: 5px;
    background: #fff;
    float: right;
    margin-top: 0;
    text-align: center;
    font-family: '微软雅黑';
    position: relative;
    overflow:hidden;
}

#login_box .content .form .logo {
    margin: 82px auto 28px auto;
    max-height: 80px;
}

#login_box .content .form .f-btn {
    display: block;
    margin: 8px auto;
    width: 257px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ff7333;
    border-radius: 40px;
    color: #ff7333;
    font-size: 14px;
}

#login_box .content .form .other {
    padding-top: 80px;
}

#login_box .content .form .other-text {
    text-align: center;
    line-height: 30px;
    height: 30px;
    clear: both;
    position: relative;
}

#login_box .content .form .other-text:before {
    content: "";
    background: url(https://www.jihui88.com/manage/static/images/f-border.png) no-repeat 0 -3px;
    width: 85px;
    height: 3px;
    margin: 14px 0 0 90px;
    display: inline-block;
    position: absolute;
}

#login_box .content .form .other-text:after {
    content: "";
    background: url(https://www.jihui88.com/manage/static/images/f-border.png) no-repeat;
    width: 85px;
    height: 3px;
    margin: 14px 0 0 -175px;
    display: inline-block;
    position: absolute;
}

#login_box .content .form .other-text span {
    width: 90px;
    display: inline-block;
    background: #fff;
    color: #5b5b5b;
    font-size: 12px;
    box-sizing: border-box;
    position: relative;
}

#login_box .content .form .other-icon {
    padding-top: 5px;
}

#login_box .content .form .other-icon span {
    display: inline-block;
    width: 50px;
    color: #9b9b9b;
    font-size: 12px;
    margin: 0 5px;
}

#login_box .content .form .f-icon {
    width: 39px;
    height: 39px;
    display: inline-block;
    margin: 0 8px;
    background: url(https://www.jihui88.com/manage/static/images/f-icon.png) no-repeat;
}

#login_box .content .form .icon-wx {
    background-position: -39px 0;
}

#login_box .content .form .icon-mobile {
    background-position: -78px 0;
}

#login_box .content .back-other:hover {
    text-decoration: underline;
}

#login_box .content .contact-service {
    position: absolute;
    bottom: 22px;
    right: 0;
    font-size: 12px;
    color: #ffff;
    opacity: 0.70;
    filter: alpha(opacity=70);
    font-family: 'Microsoft YaHei';
}

#login_box .content .close {
    position: absolute;
    padding: 2px;
    right: 11px;
    top: 13px;
    cursor: pointer;
}

#login_box .content .back-other {
    color: #666666;
    font-size: 12px;
    position: absolute;
    bottom: 17px;
    width: 100px;
    margin-left: 125px;
    left: 0;
}

/*登录*/
#login_box .content .form .f-login {
    width: 260px;
    margin: 0 auto;
}

#login_box .content .form .f-login .f-checkbox {
    padding: 10px 0;
    text-align: left;
    font-size: 12px;
    color: #ccc;
}

#login_box .content .form .f-login .veriImg {
    position: absolute;
    right: 14px;
    top: 6px;
    width: 65px;
}

#login_box .content .form .f-login .f-checkout-select {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    background: url(https://www.jihui88.com/manage/static/images/checkbox-selected.png) no-repeat;
}

#login_box .content .form .f-login .f-checkout-select.select {
    background-position: -10px 0;
}

/*注册*/
.f-register {
    width: 260px;
    margin: 0 auto;
}

.f-register .f-input {
    margin-bottom: 10px !important;
}

.f-register .f-input .invitation-code {
    border-top: 1px solid #d9d9d9;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.f-register .f-checkbox {
    padding: 10px 0;
    text-align: left;
    font-size: 12px;
    color: #ccc;
}

.f-register .veriImg {
    position: absolute;
    right: 14px;
    top: 6px;
    width: 65px;
}

.f-register .f-checkout-select {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    background: url(https://www.jihui88.com/manage/static/images/checkbox-selected.png) no-repeat;
}

.f-register .f-checkout-select.select {
    background-position: -10px 0;
}

/*表单*/
#login_box .content .form .f-input {
    width: 260px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
}

#login_box .content .form .f-input input {
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 37px;
    padding: 10px 15px;
    outline: 0 none;
}

#login_box .content .form .f-input .invitation-code {
    border-top: 1px solid #d9d9d9;
}

#login_box .content .form .f-input .username {
    border-bottom: 1px solid #d9d9d9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#login_box .content .form .f-input .forget-password {
    position: absolute;
    color: #ccc;
    font-size: 12px;
    right: 15px;
    top: 10px;
}

#login_box .content .form .submit {
    background: #ff6700;
    border-radius: 5px;
    border: 0 none;
    cursor: pointer;
    display: block;
    width: 260px;
    margin: 0 auto;
    text-align: center;
    height: 38px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#login_box .content .form .submit:hover {
    background: #ff4800;
}

#login_box .content .form .f-message {
    text-align: left;
    width: 260px;
    margin: 0 auto;
}

#login_box .content .form .f-message .tip {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding-bottom: 10px;
}

#login_box .content .form .f-message .refresh-btn {
    float: right;
    margin-top: 16px;
    height: 25px;
    width: 16px;
    cursor: pointer;
    background: url(http://pc.jihui88.com/pc/styles/default/img/regVersion2016.png?v=201701061749) no-repeat -675px -650px;
    padding-right: 6px;
}

#login_box .content .form .f-message input {
    border: 1px solid #d9d9d9;
    padding: 10px 15px;
    width: 132px;
    outline: 0 none;
    margin-top: 10px;
    border-radius: 3px;
}

#login_box .content .form .f-message img {
    vertical-align: middle;
    height: 36px;
}

#login_box .content .form .f-message .mobileCode {
    height: 36px;
    float: right;
    width: 120px;
    cursor: pointer;
    background: #dedede;
    font-size: 12px;
    color: #666;
}

#login_box .content .form .f-message .submit {
    margin-top: 15px;
    background: #7b7b7b;
}

#login_box .content .form .f-message .submit:hover {
    background: #ff6700;
}

#login_box .oAuth__content {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 1000;
    height: 500px;
}

#login_box .oAuth__content #wxlogin_container2 {
    margin-top: 30px;
}

#login_box .oAuth__content iframe {
    width: 100%;
    height: 554px;
    border: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}