.mt1 {
    margin-top: 1rem;
}

.mt05 {
    margin-top: 0.5rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb05 {
    margin-bottom: 0.5rem;
}

.ml1 {
    margin-left: 1rem;
}

.ts {
    text-align: center;
}

.fc_c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc_s {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fwb {
    font-weight: bold;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f36 {
    font-size: 36px;
}
 

.fcf0 {
    color: #ff2d55;
}

.fc23 {
    color: #1c1f23;
}

.fcff {
    color: #1890ff;
}

.shou {
    cursor: pointer;
}

.el-dialog {
    border-radius: 12px !important;
}

body {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    display: none;
}

.d_f_j_s {
    display: flex;
    align-items: center;
    justify-content: start;
}

.d_f_j_c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_f_j_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d_f_b {
    display: flex;
    justify-content: space-between;
}
 

/* ----------------------------------我们的产品------------------------- */

/* 整体 */
::v-deep .no-header-dialog {
    border-radius: 4px;
    overflow: hidden;
}

::v-deep .no-header-dialog .el-dialog__header {
    display: none;
}

::v-deep .no-header-dialog .el-dialog__body {
    padding: 0px !important;
}

.mb16 {
    margin-bottom: 16px;
}

.mb8 {
    margin-bottom: 8px;
}

.w100 {
    width: 100%;
}

.fc_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.red {
    color: #FF4747;
}

.shou {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

/* 头部 */
.head {
    z-index: 2;
    width: 100%;
    height: 80px;
    background-image: url("../image/img_yjfk1.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */
    position: fixed;
    top: 0px;
}

.head_txt {
    position: absolute;
    left: 24px;
    top: 21px;
    width: 168px;
    height: 39px;
    font-size: 28px;
    color: #fff;
}

.head_img {
    position: absolute;
    left: 203px;
    top: 16px;
    width: 48px;
    height: 48px;
}

.head_icon {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
    color: #fff;
}

/* 中间内容 */
.content {
    padding: 24px;
    margin-top: 80px;
    margin-bottom: 64px;
    /* height: 430px;
    overflow: scroll;
    overflow-x: hidden; */
}

.label {
    font-size: 14px;
    margin-right: 16px;
    color: #1C1C1F;
}

.greyTxt {
    color: #A4A5B2;
    font-size: 12px;
}

.image {
    margin: 0;
    padding: 0;
    line-height: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-upload-list__item {
    width: 90px !important;
    height: 90px !important;
}

.el-upload--picture-card {
    width: 90px !important;
    height: 90px !important;
} 
.success{
    /* height: 430px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.success_img{
    width: 182px;
    height: 196px;
    margin-top: -120px;
}

.success_err_img{
    width: 175px;
    height: 172px;
    margin-top: -120px;

}

.success_head{
    width: 100%;
    height: 80px;
    position: fixed;
}
.success_icon {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
    color: #757680;
}
.dialog-footer{
    margin-right: 24px;
}

.footer {
    height: 56px !important;
    line-height: 56px !important; 
    border-top: 1px solid #E6E9F0;
    text-align: right;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    z-index: 2;
}
 
.btn_zs {
    background-color: #4D57FF !important;
    border-color: #4D57FF !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: 32px !important;
    line-height: 0 !important;

    &:hover {
        background: #5c6cff !important;
        border-color: #5c6cff !important;
    }

    &:active {
        background: #454EE5 !important;
        border-color: #454EE5 !important;
    }
} 
.btn_fz {
    background-color: #FFFFFF !important;
    border-color: #E6E9F0 !important;
    color: #757680 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: 32px !important;
    line-height: 0 !important;

    &:hover {
        background: #FFFFFF !important;
        border-color: #4D57FF !important;
        color: #4D57FF !important;
    }

    &:active {
        background: #FFFFFF !important;
        border-color: #454EE5 !important;
        color: #454EE5 !important;
    }
}