.page-stock-identity {
    text-align: left;
}


.page-stock-identity .newTop {
    background: #282828;
    margin: 14px 10px 0 10px;
    padding: 13px 7px;
    font-size: 11px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #cfcfcf;
}

.page-stock-identity .newLine {
    height: 114px;
    display: flex;
    align-items: center
}

.page-stock-identity .newLine .newLine-item {
    width: calc(50% - 18px);
    height: 114px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-stock-identity .newLine .newLine-item .gary {
    width: 36px;
    height: 36px;
    background: #e4eeff;
    border-radius: 50%;
    font-size: 26px;
    font-family: DIN;
    font-weight: 700;
    color: grey;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-stock-identity .newLine .newLine-item .blue {
    width: 36px;
    height: 36px;
    background: #676767;
    border-radius: 50%;
    font-size: 26px;
    font-family: DIN;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-stock-identity .newLine .newLine-item .name {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #000;
    margin-top: 6px
}

.page-stock-identity .newLine .newLine-item .tip {
    font-size: 11px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: grey
}

.page-stock-identity .newLine .newLine-arrow {
    width: 36px;
    height: 20px
}

.page-stock-identity .submit-btn {
    margin-top: 52px;
    margin-bottom: 52px
}

.page-stock-identity .schedule-box {
    padding: 20px 0 10px
}

.page-stock-identity .schedule-box .schedule-line {
    margin: 0 auto;
    width: 70%;
    height: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    border-radius: 26px
}

.page-stock-identity .schedule-box .schedule-line .image {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #004dd6
}

.page-stock-identity .schedule-box .schedule-text {
    padding: 15px 0 0;
    width: 100%;
    display: flex;
    align-items: center
}

.page-stock-identity .schedule-box .schedule-text uni-text {
    flex: 1;
    font-size: 14px;
    color: #999;
    text-align: center
}

.page-stock-identity .info-box .info-upload {
    margin: 0 10px 0 10px
}

.page-stock-identity .info-box .info-upload .upload-item {
    height: 182px;
    background: #f5f5f5;
    margin-bottom: 15px
}

.page-stock-identity .info-box .info-upload .upload-item .upload-title {
    height: 41px;
    background: #282828;
    font-size: 15px;
    color: #fff;
    font-family: Source Han Sans CN;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-stock-identity .info-box .info-upload .upload-item .upload-top {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-stock-identity .info-box .info-upload .upload-item .upload-top .upload-box {
    width: 138px;
    height: 104px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-stock-identity .info-box .info-upload .upload-item .upload-top .upload-box .img {
    width: 124px;
    height: 83px;
    object-fit: cover
}

.page-stock-identity .info-box .info-upload .upload-item .upload-top .upload-box .ball {
    width: 138px;
    height: 104px;
    position: absolute;
    left: 0;
    top: 0
}

.page-stock-identity .info-box .info-input {
    margin: 15px 10px 0 10px;
    background: #f5f5f5;
    padding: 10px
}

.page-stock-identity .info-box .info-input .input-item {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #edebec
}

.page-stock-identity .info-box .info-input .input-item uni-text {
    width: 22%;
    display: inline-block;
    font-size: 16px;
    color: #333
}

.page-stock-identity .info-box .info-input .input-item uni-input {
    width: 70%;
    font-size: 15px
}

.page-stock-identity .password-box {
    width: 100%;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page-stock-identity .password-box .password-title {
    font-size: 16px;
    color: #000
}

.page-stock-identity .password-box .password-item {
    margin: 26px 0 0;
    width: 156px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #edebec
}

.page-stock-identity .password-box .password-item uni-input {
    text-align: center;
    font-size: 17px
}

.page-stock-identity .state-box {
    width: 100%;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page-stock-identity .state-box uni-image {
    width: 72px;
    height: 72px
}

.page-stock-identity .state-box uni-text {
    padding: 15px 0 0;
    font-size: 15px;
    color: #000
}

.page-stock-identity .page-null {
    width: 100%;
    height: 104px
}