.placeholder {
    color: #8fa6b3 !important;
}

.ecv2_loginAboutBox {
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 40px;
    background: #fff url(../../img/line.png) no-repeat 610px center;
}

.ecv2_loginAboutBox .ecv2_left {
    float: left;
}

.ecv2_login_wheel {
    width: 316px;
    height: 457px;
    text-align: center;
    position: relative;
    margin: 43px 142px 52px;

}

.ecv2_login_wheel .bd {
    width: 316px;
    height: 304px;
    overflow: hidden;
}

.ecv2_login_wheel .bd li img {
    max-width: 100%;
}

.ecv2_login_wheel .bd li {
    width: 316px;
    height: 304px;
}

.ecv2_login_wheel>h2 {
    color: #2590d7;
    font-size: 28px;
    margin: 40px 0 10px;
}

.ecv2_login_wheel>p {
    font-size: 18px;
    color: #525f66;
}

.ecv2_login_wheel>.hd ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.ecv2_login_wheel>.hd li {
    width: 26px;
    height: 4px;
    display: inline-block;
    font-size: 0;
    margin-right: 12px;
    background-color: #abd8f6;
}

.ecv2_login_wheel>.hd li:hover,
.ecv2_login_wheel>.hd li.on {
    background-color: #2590d7;
}

.ecv2_loginAboutBox .ecv2_right {
    float: right;
    margin: 62px 125px 0 0;
    width: 350px;
}

.ecv2_loginTabs .hd li {
    font-size: 20px;
    color: #1f3d4d;
    float: left;
    cursor: pointer;
    position: relative;
    margin-right: 106px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.ecv2_loginTabs .hd li.on,
.ecv2_loginTabs .hd li:hover {
    color: #2590d7;
    border-bottom: 2px solid #2590d7;
}

.ecv2_loginTabs .hd li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    top: 6px;
    right: -54px;
    background-color: #b3b3b3;
}

.ecv2_loginTabs .hd ul {
    margin-bottom: 50px;
}

.ecv2_loginTabs .hd li:last-child {
    margin-right: 0;
}

.ecv2_form_item {
    margin-bottom: 30px;
    position: relative;
    width: 350px;
}

.ecv2_loginForm .ecv2_form_item:last-child {
    margin-bottom: 0;
}

.ecv2_input {
    outline: none;
    height: 48px;
    line-height: 48px;
    width: 100%;
    color: #1f3d4d;
    font-size: 14px;
    text-indent: 12px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

.ecv2_imgCode>img {
    cursor: pointer;
    position: absolute;
    height: 48px;
    top: 1px;
    right: 0;
}

.ecv2_nobottom {
    margin-bottom: 0;
}

.ecv2_form_error {
    font-size: 14px;
    color: #f62322;
    margin-top: 18px;
}

.ecv2_form_subBtn {
    display: block;
    width: 350px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    margin: 40px 0 18px;
    background-color: #2590d7;
}

.ecv2_loginAboutBox dl {
    overflow: hidden;
    width: 100%;
    font-size: 14px;
}

.ecv2_loginAboutBox dl dt {
    float: left;
}

.ecv2_loginAboutBox dl dt a {
    color: #525f66;
}

.ecv2_loginAboutBox dl dd {
    float: right;
}

.ecv2_loginAboutBox dl dd a {
    color: #2590d7;
}

.ecv2_yzmCod {
    width: 210px;
}

.ecv2_yzmCod_btn {
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background-color: #2590d7;
}

.ecv2_loginTabs>h3 {
    color: #2590d7;
    font-size: 20px;
    margin-bottom: 30px;
}

.ecv2_backPassword_wrap {
    text-align: center;
    padding: 46px 0 0 0;
}

.ecv2_backPassword_wrap .ecv2_loginForm {
    width: 350px;
    margin: 0 auto;
    display: none;
}

.ecv2_backPassword_wrap .ecv2_step ul {
    display: inline-block;
    margin-bottom: 80px;
}

.ecv2_backPassword_wrap .ecv2_step li {
    float: left;
    color: #999999;
    font-size: 14px;
    position: relative;
    margin-right: 200px;
}

.ecv2_backPassword_wrap .ecv2_step li:last-child {
    margin-right: 0;
}

.ecv2_backPassword_wrap .ecv2_step li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #cbcbcb;
}

.ecv2_backPassword_wrap .ecv2_step li:after {
    content: '';
    position: absolute;
    bottom: -17px;
    width: 240px;
    height: 1px;
    left: 38px;
    background-color: #cccccc;
}

.ecv2_backPassword_wrap .ecv2_step li.on {
    color: #2590d7;
}

.ecv2_backPassword_wrap .ecv2_step li.on:before {
    background-color: #2590d7;
}

.ecv2_backPassword_wrap .ecv2_step li:nth-child(2):after {
    width: 228px;
    left: 46px;
}

.ecv2_input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #8fa6b3;
}

.ecv2_input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8fa6b3;
}

.ecv2_input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8fa6b3;
}

.ecv2_input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #8fa6b3;
}

dl.ecv2_password_resetSuccess {
    font-size: 20px;
    color: #1f3d4d;
    text-align: left;
    width: 232px;
    margin: 0 auto;
}

dl.ecv2_password_resetSuccess b {
    font-size: 14px;
    color: #8fa6b3;
    font-weight: normal;
}

dl.ecv2_password_resetSuccess img {
    display: block;
}

dl.ecv2_password_resetSuccess dd {
    line-height: 62px;
}

dl.ecv2_password_resetSuccess dd span {
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
}
