body{
    background: #24253a;
}
/*登录最外层*/
.login-warp {
    z-index: 99;
    width: 100%;
    height: 1080px;
    margin-top: 70px;
    background: url("../png/new-bg.png");
}
/*头部logo*/
.header-ico{
    margin-top:7%;
}
/*登录*/
.login-tab {
    margin: 80px auto;
    max-width: 596px;
    min-height: 515px;
    padding: 0 50px;
}

/*竖线*/
.fn-userlogin .login-line {
    margin-top: -5px;
}

.tab-content>.active {
    display: block;
    margin-top: 36px;
}

/*表单的线*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 0px;
    border: none;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-captcha {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 0px;
    border: none;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fn-control {
    background: none;
    border-bottom: 1px solid #445892;
    outline: none;
    padding: 0 108px 0 44px;
    font-size: 16px;
    color: #dbdbdb;
}
.imgcode_ipt{
    padding-right: 0;
    width: calc(100% - 100px);
}
.fn-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #485589;
}

.fn-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #485589;
}

.fn-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #485589;
}
/*用户账号*/
.userid_ico {
    width: 30px;
    height: 30px;
    display: inline-block;
    /*background: url(../images/register/userid-ico.png) center center;*/
    background-repeat: no-repeat;
    /* left: 20px; */
    position: relative;
    top: 36px;
}

/*密码ico*/
.password_ico {
    width: 30px;
    height: 30px;
    display: inline-block;
    /*background: url(../images/login/password.png) center center no-repeat;*/
    /*background-size: 18px;*/
    /*left: 3px;*/
    position: relative;
    top: 36px;
}
.email_icon{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../png/email-2.png) center center no-repeat;
    background-size: 18px;
    left: 3px;
    position: relative;
    top: 36px;
}
.spe_icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../png/password.png) center center no-repeat;
    background-size: 18px;
    left: 3px;
    position: relative;
    top: 36px;
}

/*验证码*/
.phone_ico {
    width: 30px;
    height: 30px;
    display: inline-block;
    /*background: url(../images/login/password.png) center center no-repeat;*/
    /*background-size: 18px;*/
    /*left: 3px;*/
    position: relative;
    top: 36px;
}

/*图形验证码*/
.imgcode_ico {
    width: 30px;
    height: 30px;
    display: inline-block;
    /*background: url(../images/register/code-ico.png) center center;*/
    background-repeat: no-repeat;
    /* left: 20px; */
    position: relative;
    top: 36px;
}

/*确认密码*/
.imgcode_ico {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../png/imgcode.png) center center no-repeat;
    background-size: 100%;
     left: 3px;
    position: relative;
    top: 36px;
}

/*登录头部效果*/
.fn-login {
    border: none;
}
.fn-login li{
    float: left;
    margin-bottom: -1px;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #445892;
}
.fn-login>li.active>a,
.fn-login>li.active>a:focus,
.fn-login>li.active>a:hover {
    color: #4285f4;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    border-bottom: 1px solid #4285f4!important;
    color: #4285f4;
}

.fn-login li a {
    color: #fff;
    font-size: 20px;
    border: none;
}
.fn-login>li>a {
}
.form-group {
    /*border-bottom: 1px solid red;*/
    margin-bottom: 1px;
}

/*验证码*/
.verify_img {
    float: right;
    margin-top: -33px;
    cursor: pointer;
}
.fn-login-btn {
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4;
    margin-top: 13%;
    width: 100%;
    height: 50px;
}
.fn-login-btn:hover{
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff;
}
.warnw{
    color: #fff;
    margin-top: 15px;
}
/*免密登录*/
.mm_login{
    display: inline-block;
    /*width: 88%;*/
    float: left;
    padding: 2% 0 0 0;
}
/*忘记密码*/
.forget_pwd{
    display: inline-block;
    /*width: 12%;*/
    text-align: right;
    float: right;
    padding: 2% 0 0 0;
    text-decoration: underline;
}
.forget_pwd a,.mm_login a{
    color: #bab4cc;
    font-size: 12px;
}
.wx-line {
    float: left;
    border-bottom: 1px solid #418dff;
    height: 20px;
}

.wechat-login {
    float: left;
    line-height: 34px;
    text-align: center;
}

.wechat-login a {
    color: #fff;
}
.wechat-login a img{
    vertical-align: middle;
}
.wx-login {
    margin-top: 18px;
}

/*注册按钮*/
.fn-default{
    color: #000000;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    float: right;
    /*margin-top: -35px;*/
    position: absolute;
    right: 15px;
    bottom: 0px;
}
.fn-default:hover{
    color: #000000;
}
.fn-btn-message {
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4;
    float: right;
    /*margin-top: -45px;*/
}
.fn-btn-message:hover{
    color: #fff;
}
    /*服务条款*/
.service{
    padding:20px 27px;
    height: 30px;
}
.service span{
    color: #5c6fb0;
    font-size: 14px;
    line-height: 19px;
    vertical-align: middle;
}
/*登陆注册选项卡边框*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border:none;
}
.service span a{
    color: #4285f4;
    font-size: 14px;
}
.hide{
    display: none;
}
/*已阅*/
.yiyue {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: url("../png/yiyue.png") center bottom no-repeat;
}

.service span{
    line-height: 19px;
}
/*未阅读*/
.weiyue{
    background: url("../png/weiyue.png") center bottom no-repeat;
}
/*微信扫码登录*/
.weixin-alert {
    position: fixed;
    z-index: 199;
    top: 0;
    left: 0px;
    width: 100%;
    height: 1080px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: none;
}

/*微信弹出层*/
.weixin-alert .weixin-alert-msg,
.weixn-bind-alert,.weixin-success-msg{
    position: relative;
    margin: 17% auto;
    z-index: 299;
    width: 350px;
    height: 435px;
    background: #fff;
}

/*微信登录*/
.alert-logo{
    /*background: url("../images/login/alert-logo.png") left top no-repeat;*/
    padding: 5px 10px 0px 10px;
}
.weixin-alert .wx-code img,
.weixin-alert-free .wx-code img {
    width: 141px;
    padding: 20px 0px;
}

/*微信扫描成功的文字提醒*/
.weixin-alert .wx-success {
    position: relative;
    top: -42px;
    display: none;
}

/*微信领取免费时长*/

.weixin-alert-free {
    position: fixed;
    z-index: 199;
    top: 0;
    left: 0px;
    width: 100%;
    height: 1080px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: none;
}

.weixin-alert-free .weixin-alert-msg {
    position: relative;
    margin: 17% auto;
    z-index: 299;
    width: 229px;
    height: 296px;
    background: url("../png/weixin-alert-msg-bg.png") center;
}

.weixin-alert-free .weixin-alert-msg p {
    color: #fff;
}

.weixin-alert-free .weixin-alert-msg .text-login {
    color: #f96107;
}

/*请绑定你的账号弹出框*/
.weixin-bind {
    position: fixed;
    z-index: 199;
    top: 0;
    left: 0px;
    width: 100%;
    height: 1080px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: none;
}


.fn-control-alert {
    background: none;
    border-bottom: 1px solid #4285f4;
    outline: none;
    padding: 0 0px 0 33px;
    font-size: 16px;
    color: #dbdbdb;
}

/*密码*/
.alert-password_ico {
    width: 30px;
    height: 30px;
    display: inline-block;
    /*background: url(../images/register/repw-ico.png) center center;*/
    background-repeat: no-repeat;
    left: -77px;
    position: relative;
    top: 36px;
}

/*账号*/
.alert-userid_ico {
    width: 30px;
    height: 30px;
    display: inline-block;
    /*background: url(../images/register/userid-ico.png) center;*/
    background-repeat: no-repeat;
    left: -77px;
    position: relative;
    top: 36px;
}

.weixin-bind p {
    font-size: 18px;
    color: #24253a;
}

/*立即注册*/
.fn-register a {
    color: #fff;
}

/*立即绑定*/
.fn-goband{
    border:1px solid #418dff;
}
.btn-band .fn-goband{
    color: #666;
}
.btn-band:hover a{
    background: #418dff;
    color: #fff;
}
.btn-band {
    margin-top: 20px;
}

.btn-band a {
    color: #fff;
}

.alert-line{
    width:60px;
    height: 1px;
    background: #418dff;
    margin:0 auto;
}
.band-form{
    padding:20px;
}
/*微信绑定成功提示*/
.weixin-success{
    position: fixed;
    z-index: 199;
    top: 0;
    left: 0px;
    width: 100%;
    height: 1080px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: none;
}
 /*绑定成功的文字颜色*/
.weixin-success-msg p{
    color: #4285f4;
    font-size: 14px;
}
/*新增区号*/
.intl-tel-input{
    float: left;
    width: 82px;
    position: absolute;
    bottom: 7px;
}
.intl-tel-input.inside input[type="text"]{
    background: none;
    border: none;
    color: #fff;
    width: 100%;
}
.phone_ipt{
    padding-left: 84px;
}
/*登录注册页面手机端*/
@media (max-width: 768px){
    .fn-control{
        padding: 0 102px 0 30px;
    }
    .imgcode_ipt{
        padding-right: 0;
    }
    .fn-login li a{
        font-size: 18px;
    }
    .fn-login>li.active>a, .fn-login>li.active>a:focus, .fn-login>li.active>a:hover{
        font-size: 18px;
    }
    .phone_ipt{
        padding: 0 15px 0 84px;
    }
    .spe_input{
        padding: 0 15px 0 30px;
    }
}
@media (max-width: 360px){
    .login-tab{
        padding: 0 20px;
    }
    .login-warp{
        height: auto;
    }
}
