.center {
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
}

.pointer {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w-100 {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    line-height: 0;
    font-size: 0.16rem;
}

.login-box {
    background: url("/workbench/images/yangshan/login_bg.png") no-repeat;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    position: absolute;
}

.info {
    text-align: center;
    margin-top: 0.28rem;
    position: absolute;
    bottom: 1.3rem;
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 0.16rem;
}

.info span {
    font-size: 0.16rem;
    color: #0d72bb;
    position: relative;
}

.info span + span {
    margin-left: 0.36rem;
}

.info span + span:before {
    content: '';
    position: absolute;
    width: 0.01rem;
    height: 0.1rem;
    background-color: #76b3ff;
    left: -0.22rem;
    top: 7px;
}

.title-img img {
    /*margin-top: 2.1rem;*/
    width: 7.67rem;
    height: 0.79rem;
}

.mode{
    width: 4.7rem;
    height: 4.3rem;
    background-color: rgba(227, 239, 255, 0.29);
    box-shadow: inset 0px 1px 8px 0px
    rgba(253, 254, 255, 0.54);
}

.title-img{
    margin-top: 0.7rem;
}

.lg-title {
    font-size: 0.28rem;
    font-weight: normal;
    color: #1f92eb;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    margin-bottom: 0.24rem;
    padding-top: 0.13rem;
}

.lg-item {
    width: 3.96rem;
    height: 0.68rem;
    margin: 0 auto;
    position: relative;
}

.lg-item .lg-icon {
    position: absolute;
    width: 0.24rem;
    left: 0.19rem;
    top: 0.15rem;
}

.lg-item input {
    display: block;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    text-indent: 0.5rem;
    font-size: 0.16rem;
    color: #000000;
    border-radius: 0.04rem;
    border-radius: 4px;
    outline: none;
}

.yzm {
    position: absolute;
    top: 0.05rem;
    right: 0;
    cursor: pointer;
    box-sizing: border-box;
    /* border: 1px solid #ffffff; */
    width: 0.9rem;
    height: 0.4rem;
}

.lg-captcha-item > div > div img {
    width: 100%;
    height: 100%;
}

.lg-p button {
    display: block;
    width: 3.96rem;
    height: 0.5rem;
    background-color: #1f92eb;
    margin: 0.1rem auto;
    border: none;
    color: #ffffff;
    font-size: 0.16rem;
    cursor: pointer;
    border-radius: 0.04rem;
}

.lg-p button:hover{
    background-color: #418cf4;
}

.bg-fff {
    background: #ffffff;
    position: relative;
    border-radius: 0.04rem;
}

.x-form-invalid-msg {
    display: none !important;
}

.invalid_msg{
    display: none !important;
}

.cyan-window {
    font-size: 15px;
}