* {
    margin: 0;
    padding: 0;
}

.login-top {
    border-bottom: 1px solid #CCCCCC;
    height: 70px;
    background: #F6F6F6;
}

.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

.login-top .w-1200 {
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}

.img-002 {
    height: 50px;
}

.img-242 {
    width: 20px;
    height: auto;
}

.login-top-left,
.login-index {
    display: flex;
    align-items: center;
}

.login-index {
    font-size: 14px;
    color: #5D6471;
}

.login-top-left a {
    font-size: 16px;
    color: #333333;
    margin-left: 100px;
    text-decoration: none;
}

.w-1100 {
    width: 1100px;
    margin: 0 auto;
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-243 {
    width: 488px;
    height: 498px;
    flex-shrink: 0;
}

.bottom {
    height: 80px;
    text-align: center;
    font-size: 12px;
    color: #9D9D9D;
    padding-top: 20px;
    box-sizing: border-box;
    line-height: 20px;
    background-color: #000;
}

.login-content {
    width: 390px;
}

.login-title {
    width: 100%;
    display: flex;
}

.login-title span {
    font-size: 22px;
    font-weight: normal;
    cursor: pointer;
    color: #333333;
    line-height: 26px;
    width: 50%;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
}

.login-title span.active {
    border-bottom: 1px solid #F85900;
    color: #F85900;
}

.mt-66 {
    margin-top: 66px;
}

.login-content input {
    width: 100%;
    height: 46px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D2D2D2;
    margin-bottom: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.login-btn {
    width: 100%;
    height: 46px;
    background: #F85900;
    border-radius: 4px 4px 4px 4px;
    line-height: 46px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.forget-psd {
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #F85900;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 70px;
    font-size: 16px;
}

.login-tips {
    display: flex;
}

.login-tips li {
    width: 25%;
    list-style: none;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #888888;
    line-height: 18px;
}

.login-tips li img {
    width: 46px;
    height: 46px;
}

.input {
    position: relative;
    height: 46px;
    margin-bottom: 20px;
}

.input span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #F85900;
}