﻿body .hzc-style-01 {
padding:30px;
border:none;
background-clip:border-box;
-webkit-background-clip:border-box;
}

    body .hzc-style-01 .layui-layer-title {
        width: 100%;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        font-size: 18px;
        color: #2B3448;
        letter-spacing: 0;
        line-height: 18px;
        border-bottom: none;
        height: auto;
        padding-bottom: 52px;
    }


    body .hzc-style-01 .layui-layer-title #layui-layer-titleText {
        width: 108px;
        height: 18px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        font-size: 18px;
        color: #2B3448;
        letter-spacing: 0;
        line-height: 18px;
        background-image: linear-gradient(183deg, #F8FAFF 50%, #5F8FFF 100%);
    }

body .hzc-style-01 .layui-layer-content {
    border-bottom: none;
}

body .hzc-style-01 .layui-layer-btn {
    background: #FFFFFF;
    width: 100%;
    height:140px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

    body .hzc-style-01 .layui-layer-btn .btn-primary {
        border: none;
        width: 140px;
        height: 50px;
        background: #3182FF;
        border-radius: 25px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 50px;
    }

    body .hzc-style-01 .layui-layer-btn .btn-danger {
        border: none;
        width: 140px;
        height: 50px;
        background: #F0F3FF;
        border-radius: 25px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        font-size: 16px;
        color: #637698;
        letter-spacing: 0;
        text-align: center;
        line-height: 50px;
    }


body .hzc-style-01 .layui-layer-setwin {
    top: 30px;
    right: 30px;
}

    body .hzc-style-01 .layui-layer-setwin .layui-layer-close1 {
        font-size: 34px;
    }
