.login_top_box {
    text-align: center;
}

.box .content {
    position: absolute;
    top: 0;
    height: auto;
    width: 50%;
    margin-left: 25%;
    margin-top: 15%;
}

/*.box .logincon {
    position: fixed;
    top: 25%;
}*/

.box .logincon .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .17rem;
}

.box .logincon .company .logo {
    width: .68rem;
    height: .68rem;
    margin-right: .1rem;
    border-radius: 50%;
}

.box .logincon .company .name {
    font-size: .3rem;
    color: white;
}

.box .logincon .con {
/*    padding: .15rem 6%;
    background: white;
    opacity: 0.9;
    width: 100%;
    border-radius: .1rem;*/
}

.box .logincon .con .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box .logincon .con .box .top {
    color: #F87E2B;
    font-size: .4rem;
    margin-bottom: 2%;
}

.box .logincon .con .box .center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5%;
}

.box .logincon .con .box .center .left {
    color: #333333;
    font-size: .32rem;
}

.box .logincon .con .box .center .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.26rem !important;
    color: #999999 !important;
}

.box .logincon .con .box .center .small {
    font-size: .28rem;
}

.box .logincon .con .box .center .gray {
    color: #666666;
}

.box .logincon .con .box .center .inputd {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: 0;
    -webkit-appearance: none;
}

.box .logincon .con .box .center .yzm {
    background: white;
    border-radius: .315rem;
    height: .63rem;
    width: 15%;
    text-align: center;
    line-height: .63rem;
    border: solid .01rem #F87E2C;
    color: #F87E2C;
    text-align: center;
    font-size: .26rem;
    margin-top: 0;
}

.box .logincon .btn {
    width: 100%;
    margin-top: 6%;
    height: 1rem;
    background: url(../image/login_btn_bg.png) no-repeat center;
    border-radius: .5rem;
    line-height: 1rem;
    text-align: center;
    font-size: .34rem;
    color: white;
    border: none;
}

.box .logincon .botline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    margin-top: .27rem;
}

.box .kefu {
    position: fixed;
    right: .3rem;
    bottom: .35rem;
    font-size: .3rem;
    color: white;
}
.botline .reg_btn,
.botline .service_btn {
    background: url(https://jd.cn.jindizhan2.shop:3801/Public/linbao/images/login_btn_bg2.png) no-repeat center;
    color: #FC3F32;
    background-size: 100%;
    width: 48%;
    height: 1.1rem;
    text-align: center;
    line-height: 1.1rem;
    font-size: .4rem;
    margin-top: .4rem;
}
/*弹窗*/
.flex {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

.pop-background {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}



.fw {
    flex-wrap: wrap;
}

.ggnotice {
    width: 80%;
    height: 85vh;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
    border-radius: 4%;
    margin-top: 1rem;
    background: #fff;
}
.ggnotice_title {
    font-size: .5rem;
    text-align: center;
    margin: 10px;
    font-weight: bold;
}
.ggnotice-html {
    width: 90%;
    line-height: 24px;
    font-size: .3rem;
    padding: 0 5%;
    margin: 0 auto;
    height: 65vh;
    color: #2E2E2E;
    letter-spacing: 0.22px;
    line-height: .4rem;
    overflow: auto;
}
.btns button {
    width: 40%;
    height: 5vh;
    border-radius: .4rem;
    text-align: center;
    line-height: .4rem;
    font-size: .3rem;
    margin: 4%;
    color: #8A5500;
    background: #fff;
}
/*登录注册*/
.input_text {
width: 100%;
font-size: .28rem;
position: relative;
padding: .2rem .26rem .2rem .66rem;
border-bottom: .1px solid #eee;
}
.input_text i {
    display: block;
    position: absolute;
    left: .2rem;
    top: .325rem;
    height: .35rem;
    width: .35rem;
}
.input_text i.pwd_show,
.input_text i.clear_account {
    left: 5.8rem;
    top: .35rem;
}
.input_text i img {
    width: 100%;
}
.input_text input {
    width: 100%;
    padding: .18rem 0 .1rem .2rem;
    font-size: .28rem;
    border: 0;
    outline: none;
    color: #303030;
}
.input_text input::-webkit-input-placeholder {
    color: #c6c6c6;
}
.box .logincon {
    margin-left: 10%;
    opacity: 1;
    width: 80%;
    border-radius: .2rem;
    text-align: center;
}
.box .logincon .botline {
    color: #1d93eb;
    padding: .5rem 0;
    margin: 0;
    text-decoration: underline;
}
.box .logincon .btn {
    background: #d50f0f;
    width: 100%;
    padding: 0;
    height: 1rem;
    line-height: 1rem;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}
.service_btn{
 font-weight: bold;
display: block;
text-decoration: underline;
}
#imgcode {
    position: absolute;
    top: .2rem;
    color: #1d93eb;
    z-index: 2;
    right: 0;
    font-size: .5rem;
    cursor: pointer;
    text-align: right;
    padding-left: .15rem;
    background: #fff;
    border: .1px solid;
    border-radius: .2rem;
}
#getcode {
    position: absolute;
    top: .2rem;
    color: #1d93eb;
    z-index: 2;
    right: 0;
    font-size: .28rem;
    cursor: pointer;
    text-align: right;
    padding-left: .24rem;
    border: .1px solid;
    border-radius: .5rem;
    line-height: .6rem;
    background: #fff;
}
/*# sourceMappingURL=login.css.map */