[v-cloak] {
    display: none;
}

.form-row button.woocommerce-button,
.edite_btn {
    padding: 12px 20px;
    background: #E70013;
    color: #ffff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 17px;
    border: none;
}

.woocommerce_login {
    padding: 60px 0;
    overflow: hidden;
    min-height: 75vh;
    width: 1140px;
    margin: auto;
}

.user_content_box {
    padding: 60px;
    overflow: hidden;
    min-height: 75vh;
}

.user_content_box .user_info_box {
    display: flex;
}

.user_content_box .user_info_box .tabs {
    width: 20%;
}

.tab_box {
    width: 80%;
}

.user_info_box_info {
    display: flex;
    gap: 20px;
}

.user_info_box_info .desc {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
}

.user_info_box_info img {
    width: 100px;
    height: 100px;
}

.user_info_box_info button {
    background-color: #E70013;
    border: none;
    margin-top: 10px;
    color: #fff;
}

/*  表单 */
.woocommerce-form .woocommerce-Input,
.form_user .item input {
    width: 100%;
    height: 60px;
    padding: 5px 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
}

.u-column1>h2,
.u-column2>h2 {
    margin-bottom: 20px;
}

.required {
    color: red;
}

.form_user .item textarea {
    width: 100%;
    height: 120px;
    padding: 5px 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 0;
    color: #333;
}

.el-dialog__title {
    line-height: 24px;
    font-size: 24px;
    color: #303133;
    font-weight: 800;
}

.form_user .item textarea::placeholder,
.form_user .item input::placeholder {
    color: #818181;
    font-size: 16px;
}

.form_user .item {
    margin-bottom: 20px;
}

.post-main {
    margin-top: 40px;
}

.custom-posts-list {
    display: flex;
    gap: 20px;
}

.custom-posts-list .post-card {
    width: calc(100% / 4);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    position: relative;
}

.custom-posts-list .post-card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.custom-posts-list .post-card .tips {
    position: absolute;
    height: 300px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    align-items: center;
}

.custom-posts-list .post-card .tips span {
    text-align: center;
    font-size: 18px;
}

.custom-posts-list .post-card .post-title {
    font-size: 20px;
    margin: 10px 10px 0 10px;
}

.custom-posts-list .post-card span {
    width: 100%;
    display: block;
    padding: 0 10px 10px 10px;
    font-size: 14px;
}

.custom-posts-list .post-card .delet-btn {
    color: red;
    font-size: 14px;
    cursor: pointer;
}

.create-box {
    margin-top: 40px;
}

/* 上传文件 */
.main {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.upload {
    border: 1px solid #666666;
    background-color: #fff;
    width: 800px;
    border-radius: 4px;
}

.upload_warp {
    margin: 20px;
    padding: 40px;
    border: 2px dashed #666666;
    border-radius: 4px;
}

.upload_warp .txt {
    margin-top: 15px;
}

.upload_warp_text {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 10px;
    text-indent: 14px;
    border-top: 1px solid #666666;
    font-size: 14px;
}

.notice {
    margin-left: 20px;
    color: red;
}

.upload_warp_img_div {
    position: relative;
    height: 100px;
    width: 120px;
    border: 1px solid #666666;
    margin: 0px 30px 10px 0px;
    float: left;
    line-height: 100px;
    display: table-cell;
    text-align: center;
    background-color: #eee;
    cursor: move;
}

.upload_warp_img {
    border-top: 1px solid #D2D2D2;
    padding: 14px 0 0 14px;
    overflow: hidden
}

.upload_warp_img_div_text {
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload_warp_img_div img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.upload_warp_img_div_top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 30px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    text-indent: 4px;
}

.upload_warp_img_div_del {
    position: absolute;
    top: 6px;
    width: 16px;
    right: 4px;
    cursor: pointer;
}

.el-button--primary {
    color: #FFF;
    background-color: #E70012;
    border-color: #E70012;
}

.el-upload-list--picture-card .el-upload-list__item-thumbnail {
    object-fit: cover;
    position: relative;
}

.el-upload-list--picture-card .el-upload-list__item-thumbnail::after {
    content: ' ';
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(http://cdsaawards.com/wp-content/uploads/2025/09/vidoe1-ext.png);
    background-size: 100%;
    background-color: #fff;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.el-button--primary:focus,
.el-button--primary:hover {
    background: #ff091c;
    border-color: #ff091c;
    color: #FFF;
}

@media (max-width: 1024px) {
    .woocommerce_login {
        width: 100%;
        padding: 60px 20px;
    }

    .custom-posts-list .post-card {
        width: calc(100% / 2);
    }
    .user_content_box {
            padding: 60px 20px;
    }
}