
/*banner区域*/
.banner-area{
    width: 100%;
    height: 715px;
    position:relative;
    overflow: hidden;
    /* background-image: url(../../img/index/login_banner.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
}

.banner-area >img{
    /*width: 100%;*/
    /*!*height: 773px;*!*/
    /*display: table-cell; !*主要是这个属性*!*/
}
/*登录模块区域*/
.login-box-area{
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*margin: auto;*/
    width: 370px;
    height: 357px;
    overflow: hidden;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.welcome{
    width: 90%;
    height: 50px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 50px;
}
.login-table{
    width: 90%;
    margin: 20px auto;
    position:relative;
}
.login-table-2{
    width: 100%;
    margin: 0 auto;
    position:relative;

}
.wx-login-img{
    cursor: pointer;
    width: 100%;
    height: 311px;
    background-color: rgba(0,0,0,0.2);
    background: url(../../img/index/bj.png) 100% 100% no-repeat;
    background-size: 100% 100%;
    position:relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.wx-login-text{
    width: 100%;
    text-align: center;
    color:white;
    font-size: 17px;
    position:absolute;
    bottom:20%;
}
.wx-login-img > img{
    display: block;
    position:absolute;
    left: 0;
    bottom:0;
    top:0;
    right:0;
    margin: auto;
}
.table-phone{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-sizing: border-box;
    border:1px solid grey;
    border-radius: 8px;
}

.table-img-left{
    width: 10%;
}
.table-phone-input{
    width: 80%;
    height: 38px;
    /*text-indent: 10px;*/
    font-size: 14px;
    border:0;
    outline: none;
}
.table-imgCode-phone{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.table-imgCode-phone-left{
    width: 58%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border:1px solid grey;
    border-radius: 8px;
}
.table-img-left-2{
    width: 20%;
}
.table-img-left-2 > img{
    display: block;
    margin: 0 auto;
}
.table-imgCode-input{
    width: 72%;
    height: 38px;
    text-indent: 5px;
    font-size: 14px;
    border:0;
    outline: none;
}
.imgRandCode{
    width: 40%;
}
.imgRandCode > img{
    width: 100%;
    height: 42px;
    cursor: pointer;
}
.yz-table{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.yz-table-left{
    width: 58%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border:1px solid grey;
    border-radius: 8px;
}
.yz-table-input{
    width: 72%;
    height: 38px;
    text-indent: 12px;
    font-size: 14px;
    border:0;
    outline: none;
}
.hqyzm-btn{
    width: 120px;
    height: 40px;
    color:#218fff;
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: center;
    padding: 0;
    margin: 0;
    border:0;
    cursor: pointer;
    background-color: white;
}
.entry {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 19px;
    cursor: pointer;
    border: 1px solid #218fff;
    color: white;
    background-color: #218fff;
    border-radius:5px;
    letter-spacing: 3px;
    font-weight: 600;
}

.wx-sm{
    width: 100%;
    height: 45px;
    background-color: #fff;
    text-align: center;
    line-height: 45px;
    color:#333;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}
.wx-sm > span{
    cursor: pointer;
}


/*ddd*/
.login-img-box{
    position:absolute;
    bottom:0;
    left:-10%;
    right:0;
    top:0;
    margin: auto;
    width: 40%;
    height: 500px;
    box-sizing: border-box;
    border:1px solid;
}
.login-text-img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position:relative;
}

.login-text-img > div{
    margin: 0 20px;
    color:white;
    font-size: 30px;
    font-weight: bolder;
}
.banner-img-box {
    /*width: 35%;*/
    /*box-sizing: border-box;*/
    /*border:1px solid;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-box-child-div{
    margin: 0 10px;
}
.banner-img-child-img{
    display: block;
    margin: 5px auto;
}

.banner-text{
    font-weight: 600;
    color:white;
    text-align: center;
    letter-spacing: 4px;
    font-size: 18px;
}