/*
* @Author: xuebingsi
* @Date:   2019-04-01 13:37:17
* @Last Modified by:   zhibinm
* @Last Modified time: 2019-04-01 13:37:19
*/
.iconfonClass{
    font-size: 20px;
    margin-left:15px;
}
.four-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* 图片之间的间距 */
    width: 100%; /* 占据父容器的50%宽度 */
}

.sandayunys {
    width: calc(50% - 10px); /* 每张图片占据50%的宽度（两列），减去间距 */
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f2f4;
    border-radius: 4px;
}

/* 第五张图片容器 */
.fifth-image {
    width: 40%; /* 占据父容器的50%宽度 */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f2f4;
    border-radius: 4px;
    height: 180px; /* 占据两行的高度 */
}

/* 父容器 */
.d-flexClass {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.d-flex{
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #F1F2F4;
}
.freeClass{
    text-align: center;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #0080d8;
    cursor: pointer;
    margin-bottom:39px ;
}
.login-bg{
    /*background: #eeeeee url() 0 0 no-repeat;*/
     background:url(../images/bg7.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.textClass{
    color: #202020;
    font-size: 24px;
    text-align: center;
    margin-top: 16px;
}
.login{
    margin: 120px auto 0 auto;
    min-height: 420px;
    max-width: 470px;
    padding: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
.login a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.login .message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #189F92;
    position: relative;
    color: #fff;
    font-size: 16px;
}
.login #darkbannerwrap {
    background: url(../images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email], select {
    border: 0 !important;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
    background: #F1F2F4 !important;
    box-sizing: border-box;
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}
.login input[type=submit],
.login input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
   background: linear-gradient(135deg,#20a1ff, #0080d8);
    border-radius: 4px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
.login hr {
    background: #fff url() 0 0 no-repeat;
}
.login hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.login hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
