* {
    border: 0;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

li {
    list-style: none;
}

.flex-base {
    display: flex;
    display: -webkit-flex;
}

.header {
    height: 0.8rem;
    background: white;
}

.header ul {
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.logo {
    width: 1.4rem;
    height: 0.43rem;
}

.logo img {
    width: 100%;
    height: 100%;
    display: inherit;
}

.tell ol {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}

.tell ol li {
    justify-content: space-around;
    align-items: center;
    font-size: 0.16rem;
    margin-right: 0.15rem;
}

.tell ol li:nth-last-of-type(1) {
    margin-right: unset;
}

.tell ol li span img {
    display: inherit;
}

.tell ol li span:nth-of-type(1) {
    margin-right: 0.03rem;
}

.content {
    background: url('../images/background.png') no-repeat;
    background-size: 100% 100%;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.content .picture {
    width: 5.82rem;
    height: 5.25rem;
}

.content .picture img {
    display: inherit;
    width: 100%;
    height: 100%;
}

.content .login-window {
    width: 4.41rem;
    /* height: 5.38rem; */
    margin-right: 0.5rem;
    background-color: #ffffff;
}

.login-window .type-choice {
    height: 0.82rem;
    line-height: 0.82rem;
    margin-top: 0.15rem;
}

.type-choice ul {
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    width: 3.55rem;
    margin: auto;
    border-bottom: 2px solid #dbdbdb;
}

.type-choice ul li {
    width: 50%;
    height: 100%;
    font-size: 0.21rem;
    color: #666666;
    cursor: pointer;
    display: flex;
}

.type-choice ul li p {
    text-indent: 0.05rem;
}

.type-choice ul .active p {
    color: #00abeb;
    height: 100%;
    /* width: 60%; */
    border-bottom: 2px solid #00abeb;
}

.login-content {
    margin-top: 0.33rem;
}

.login-content ul {
    width: 3.55rem;
    margin: auto;
    flex-direction: column;
    align-items: flex-start;
}

.login-content ul li {
    width: 100%;
    height: 0.49rem;
    position: relative;
    border-radius: 3px;
    border: solid 2px #dbdbdb;
    margin-bottom: 0.21rem;
}

.login-content ul .active {
    border: 2px solid #009ddda6;
}

.login-content ul li input {
    width: 85%;
    height: 100%;
    display: inherit;
    outline: none;
    text-indent: 0.15rem;
}

.login-content ul li div {
    width: 0.29rem;
    height: 0.29rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.12rem;
    margin: auto;
}

.login-content ul li div img {
    display: inherit;
    width: 100%;
    height: 100%;
}

.login-content ul .yz-code {
    width: 60%;
}

.login-content ul .yz-code input {
    width: 75%;
}

.error-tips {
    width: 3.56rem;
    /* height: 15px; */
    font-size: 0.14rem;
    color: #ff0000;
    /* display: flex; */
    margin: 0 auto 0.15rem;
    display: flex;
}

.error-tips span:nth-of-type(1) {
    width: 0.19rem;
    height: 0.19rem;
    min-width: 0.19rem;
    display: inline-block;
    display: flex;
    margin-right: 0.05rem;
}

.error-tips span img {
    display: inherit;
    width: 100%;
    height: 100%;
}

.login-btn {
    width: 3.56rem;
    height: 0.59rem;
    line-height: 0.59rem;
    font-size: 0.21rem;
    text-align: center;
    color: white;
    background-color: #00abeb;
    border-radius: 0.03rem;
    margin: 0.3rem auto 0.35rem;
    cursor: pointer;
}

.company-tips {
    text-align: center;
    font-size: 0.16rem;
    color: #00abeb;
    width: 100%;
    position: absolute;
    bottom: 0.9rem;
}

.ewm-content {
    position: absolute;
    right: 0;
    top: 4.7rem;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 2.56rem;
    height: 2rem;
}

.ewm-content .ewm {
    width: 2.56rem;
    height: 2rem;
    display: none;
}

.ewm-content .app {
    width: 0.87rem;
    height: 1rem;
    margin-bottom: 0.1rem;
}

.ewm-content:hover .ewm {
    display: block;
}

.ewm-content:hover .app {
    display: none;
}

.ewm-content img {
    width: 100%;
    height: 100%;
    display: inherit;
}
.loading {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading img {
	width:0.60rem;
}
.login-content ul li .yzcode-window {
	width: 1.3rem;
    height: 100%;
    right: -1.45rem;
}

.shadow{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f2f8;
}
.shadow img {
	width: 0.9rem;
	height: 0.9rem;
}