.account-content {
    padding-top: 50px;
    height: 580px;
    .account-left {
        width: 540px;
        float: left;
        .acc-getVcode {
            height: 32px;
            width: 100%;
            padding-top: 32px;
            position: relative;
            overflow: hidden;
            img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 32px;
            }
        }
        .ant-form-extra {
            color: #ccc;
            span {
                margin-left: 2px;
            }
        }
        .redFont {
            color: #ea0862;
        }
        button {
            width: 100%;
        }
        .ant-checkbox-wrapper {
            span {
                line-height: 32px;
            }
        }
    }
    .account-right {
        width: 400px;
        float: left;
        .title {
            color: #333;
        }
        button {
            width: 132px;
            border-radius: 4px;
            margin-top: 10px;
        }
        .haveID {
            margin-bottom: 60px;
        }
        .relateID {
            margin-bottom: 30px;
            p {
                img {
                    width: 20px;
                    vertical-align: middle;
                }
                span {
                    margin-left: 4px;
                }
            }
            .relateqq {
                color: #fff;
                background: #3174c2;
            }
            .relateweibo {
                color: #fff;
                background: #ce321c;
            }
            .relateweixin {
                color: #fff;
                background: #13bb20;
            }
        }
        .about {
            padding-right: 40px;
            p {
                margin-bottom: 10px;
            }
        }
    }
}

.ant-modal-content {
    .ant-modal-title {
        text-align: center;
    }
    .ant-modal-body {
        padding-right: 0
    }
}