* {
    padding: 0;
    margin: 0;
}

ul>li {
    list-style: none;
}

i {
    font-style: normal;
}

hr {
    border: none;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="button"],
input[type="tel"],
button,
textarea,
select {
    background: transparent;
    border: 0;
    outline: none;
    -webkit-appearance: none;
}

.login input[type="text"],
.login input[type="password"] {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}


/*<!---->去掉苹果button的样式*/

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
}


/* 统一背景 */

.page {
    width: 100%;
}

.bread-crumb {
    margin-bottom: 20px;
}

.box p ::v-deep iframe {
    width: 100%;
}

.box p ::v-deep img {
    max-width: 100%;
}

.box p ::v-deep a {
    word-break: break-all;
}

@media screen and (max-width: 750px) {
    .box ::v-deep table {
        table-layout: fixed;
        width: 100% !important;
    }
    .box ::v-deep table td {
        width: auto !important;
    }
}

.el-carousel__item--card {width: 8.5rem;margin-left: -10%;}

/* 遮罩 */

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.mask-content {
    width: 8.2rem;
    background: #FFFFFF;
    border-radius: 0.27rem;
    padding: .67rem .4rem .4rem;
    box-sizing: border-box;
    margin: 2.67rem auto 0;
}

.mask-content h3 {
    font-size: 0.48rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: .49rem;
}

.mask-content p,
.mask-content .mask-title {
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.mask-content .mask-title {
    font-weight: bold;
    margin-top: .27rem;
    margin-bottom: .1rem;
}


/* 图片自适应 */

.cover-img {
    position: relative;
    overflow: hidden;
}

.cover-img>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}


/* 工作台 */

.foot-table .tzgg-box table.fir-table th:first-child,
.foot-table .tzgg-box table.fir-table td:first-child,
.foot-table .tzgg-box table.fir-table th:nth-child(2),
.foot-table .tzgg-box table.fir-table td:nth-child(2) {
    /* width: 55px; */
    width: 15%;
}

.foot-table .tzgg-box table.fir-table th:nth-child(3),
.foot-table .tzgg-box table.fir-table td:nth-child(3) {
    /* width: 120px; */
    width: 34%;
}

.foot-table .tzgg-box table.fir-table th:nth-child(4),
.foot-table .tzgg-box table.fir-table td:nth-child(4),
.foot-table .tzgg-box table.fir-table th:nth-child(5),
.foot-table .tzgg-box table.fir-table td:nth-child(5) {
    /* width: 80px; */
    width: 18%;
}


/* 食谱 */

.foot-table .tzgg-box table.sec-table th:nth-child(1),
.foot-table .tzgg-box table.sec-table td:nth-child(1) {
    width: 15%;
}

.foot-table .tzgg-box table.sec-table th:nth-child(2),
.foot-table .tzgg-box table.sec-table td:nth-child(2),
.foot-table .tzgg-box table.sec-table th:nth-child(3),
.foot-table .tzgg-box table.sec-table td:nth-child(3) {
    width: 34%;
}

.foot-table .tzgg-box table.sec-table td:nth-child(2) p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.foot-table .tzgg-box table.sec-table th:nth-child(4),
.foot-table .tzgg-box table.sec-table td:nth-child(4) {
    width: 17%;
}