/**!
 * 新生儿出生一件事
 * date:2023-07-05
 * author: qxy
 */

@font-face {
    font-family: 'baotuxiaobaiti';
    src: url('./fonts/baotuxiaobaiti.ttf');
}

@font-face {
    font-family: 'HappyZcool';
    src: url('./fonts/HappyZcool.ttf');
}

html {
    min-width: 1200px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.newborn {
    height: 779px;
    padding-top: 80px;
    background: url('../images/bg.jpg') center 0 no-repeat;
}

.newborn-title {
    font-family: 'baotuxiaobaiti';
    font-size: 68px;
    color: #dc5d65;
}

.newborn-descript {
    width: 653px;
    height: 100px;
    margin-bottom: 57px;
    margin-top: 62px;
    line-height: 30px;
    font-size: 18px;
}

.newborn-item {
    float: left;
    width: 276px;
    height: 230px;
    padding: 8px;
    border-radius: 8px;
    border: 2px solid #f1d5cc;
    background: #fff;
}

.newborn-item + .newborn-item {
    margin-left: 32px;
}

.newborn-item > .item {
    height: 100%;
    padding: 10px 3px 0;
    border-radius: 8px;
    background: #fff1ec url('../images/flower-bg.png') right bottom no-repeat;
}

.newborn-item .item-title {
    position: relative;
    height: 40px;
    margin: 0 15px;
    text-align: center;
    line-height: 40px;
    font-family: 'HappyZcool';
    font-size: 24px;
    color: #fff;
    border-radius: 29px;
    background: #dc5d65;
}

.newborn-item .item-title::before,
.newborn-item .item-title::after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.newborn-item .item-title::before {
    left: 14px;
}

.newborn-item .item-title::after {
    right: 14px;
}

.newborn-item .item-bd {
    display: flex;
    height: 157px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.newborn-item .item-info {
    max-height: 130px;
    overflow: hidden;
    margin: 13.5px 9px;
    font-size: 18px;
    line-height: 26px;
}

.newborn-item .item-info.dot {
    padding-left: 28px;
    background: url('../images/dot.png') 0 center no-repeat;
}

.newborn-operate {
    text-align: center;
    margin-top: 80px;
}

.newborn-operate .operate-btn {
    display: inline-block;
    vertical-align: top;
    width: 244px;
    height: 60px;
    margin: 0 38px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 500;
    color: #86421c;
    border-radius: 34px;
    background: #ffcf71;
    box-shadow: 0px 4px 0px 0px #eb9095, 0px 8px 6px 0px rgba(220, 93, 101, 0.2),
        0px 6px 8px 0px rgba(255, 255, 255, 0.4) inset, 0px -5px 6px 0px rgba(240, 171, 36, 0.6) inset,
        0px -1px 4px 0px rgba(255, 255, 255, 0.6) inset;
}

/* 系统维护弹窗 */
.miantain-layer-skin .layui-layer-setwin {
    top: 20px;
    right: 20px;
}

.miantain-layer-skin .layui-layer-setwin .layui-layer-close2 {
    background: url('../images/layer-close.png') center no-repeat;
}

.miantain-layer-skin .layui-layer-setwin .layui-layer-close2:hover {
    background-position: center;
}

.maintain {
    padding-top: 107px;
}

.maintain-label {
    padding-top: 244px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #dc5d65;
    background: url('../images/maintain-bg.png') center 0 no-repeat;
}
