body.box{
/* width:750px;
height:1624px; */
background:linear-gradient(148deg,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(188,234,255,1) 31%,rgba(84,188,236,1) 50%,rgba(15,81,160,1) 100%);
opacity:1;}
.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; */
    background: none;
}

.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(../images/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(../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 {
height: 1.5rem;
font-size: .28rem;
position: relative;
text-align: left;
color: #fff;
margin-left: 1rem;
padding-top: 0.3rem;
}
.phone_line{
    background: url(../images/icon_phone.png) no-repeat left;
    background-size: 1rem;
border-bottom: 1px solid #fff;
margin: 0 .3rem;
}
.pwd_line{
    background: url(../images/icon_pwd.png) no-repeat left;
    background-size: 1rem;
border-bottom: 1px solid #fff;
margin: 0 .3rem;
}
.pwd2_line{
    background: url(../images/icon_pwd2.png) no-repeat left;
    background-size: 1rem;
border-bottom: 1px solid #fff;
margin: 0 .3rem;
}
.img_line{
    background: url(../images/icon_img.png) no-repeat left;
    background-size: 1rem;
border-bottom: 1px solid #fff;
margin: 0 .3rem;
}
.sms_line{
    background: url(../images/icon_sms.png) no-repeat left;
    background-size: 1rem;
border-bottom: 1px solid #fff;
margin: 0 .3rem;
}
.top_line{
    background: url(../images/icon_top.png) no-repeat left;
    background-size: 1rem;
border-bottom: 1px solid #fff;
margin: 0 .3rem;
}
.input_text input {
width: 100%;
padding: .18rem 0 .1rem 0;
font-size: .28rem;
border: 0;
outline: none;
color: #fff;
background: none;
}
.input_text input::-webkit-input-placeholder {
    color: #fff;
}
.box .logincon {
    opacity: 1;
    width: 100%;
    text-align: center;
}
.box .logincon .botline {
    color: #fff;
    padding: 0 .8rem 1rem;
}
.box .logincon img{
    width: 1rem;
}

#imgcode {
    position: absolute;
    top: .22rem;
    color: #8178fe;
    z-index: 2;
    right: 0;
    font-size: .56rem;
    cursor: pointer;
    text-align: right;
    border-width: 0 0 0 1px;
    border-color: 1px;
    padding-left: .24rem;
}
#getcode {
position: absolute;
top: .33rem;
right: 0;
width: 40%;
background: none;
border: none;
}
/*# sourceMappingURL=login.css.map */