.login .loginWay {
    cursor: pointer;
    color: #7C7C7C;
}
.login .third-way {
    margin-top: 16px;
    text-align: center;
}
.login .third-way .third-way-title{color: #7C7C7C;}
.login .third-way .third-way-title::before,
.login .third-way .third-way-title::after {
    position: absolute;
    content: '';
    width: 90px;
    border-bottom: 1px solid #CDCDCD;
    top: 50%;
    transform: translateY(-50%);
}
.login .third-way .third-way-title::before {
    left: -105px;
}
.login .third-way .third-way-title::after {
    right: -105px;
}
.login .third-way .third-way-btn {
    height: 50px;
    line-height: 50px;
    border: 1px solid #CACACA;
    border-radius: 30px;
    color: #7C7C7C;
    margin: 16px 0 13px;
    cursor: pointer;
    display: block;
}
.login .third-way .wechat-icon {
    width: 23px;
    height: 23px;
    background: url(../../images/pc/login-wechat.png) center no-repeat;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}