﻿.login {
    width: 354px;
    height: 275px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
}

.login dl {
    width: 252px;
    margin: 0 auto;
    margin-top: 13px;
}

.login dl dt {
    width: 100%;
    height: 32px;
    font-size: 16px;
    font-family: 'MicrosoftYaHei';
    color: #026DC6;
    text-align: center;
    margin-top: 13px;
}

.login dl dt img {
    width: 32px;
    height: 32px;
    margin-right: 18px;
    vertical-align: middle;
}

.login dl dd {
    width: 100%;
    /* height: 34px; */
    margin-bottom: 17px;
}

.login dl dd input {
    width: 250px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D5D5D5;
    text-indent: 12px;
}

.login dl dd:nth-child(2) {
    margin-top: 13px;
}

.login dl dd:nth-last-child(2) {
    justify-content: space-between;
}

.login dl dd:nth-last-child(2) input {
    width: 127px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D5D5D5;
}

.login dl dd:nth-last-child(2) div {
    width: 108px;
    height: 33px;
    background: #ECEEF3;
    border-radius: 17px;
    font-size: 16px;
    font-family: 'MicrosoftYaHei';
    color: #C2C2C8;
    line-height: 33px;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
}

.login dl dd:nth-last-child(1) {
    justify-content: space-between;
}

.login dl dd:nth-last-child(1) button {
    width: 77px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #026DC6;
    font-size: 13px;
    font-family: 'MicrosoftYaHei';
    color: #026DC6;
    text-align: center;
    /* line-height: 34px; */
    cursor: pointer;
}

.login dl dd:nth-last-child(1) button:nth-child(1) {
    background: #026DC6;
    color: #FFFFFF;
}

.auto-top-right {
    width: 735px;
    height: 275px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
    /* margin-left: 10px; */
}

.auto-list,
.auto-top {
    justify-content: space-between;
}

.auto-list {
    margin-top: 12px;
}

.auto-list-left,
.auto-list-rigth {
    width: 544px;
    height: 275px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
}