html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family:Arial, sans-serif,ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",  "Noto Sans",  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal
}

.detail-content {
    width: 100%;
    overflow: auto;
}

.el-bg {
    background-color: #f3f4f6;
}

.title-1 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #4186c1;
    margin: 1rem 0;
}

.sub-title-1 {
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #4b5563;
    margin-top: 0.5rem;
}

.max-w-6xl {
    max-width: 81rem;
    margin: 0 auto;
}

.characteristic-box {
    width: 23rem;
}

.w-b-f {
    /*font-weight: 600;*/
    color: #4b5563;
}

.characteristic-box-title {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #4186c1;
    font-weight: 600;
    /*background-image: linear-gradient(to bottom, #7ec3c0, #246382);*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    margin-top: 1rem;
    border-bottom: 1px solid;
}

.characteristic-box-body-title {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0.5rem;
}

.characteristic-box-body {
    height: 14rem;
    padding: 1rem;
    background-color: #eef5f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 0.5rem;
}

.img-l {
    width: 80%;
    margin-top: 3rem;
}


.zywj-logo{
    width: 13rem;
    height: auto;
    margin:1rem 0 0 5%;
}

.zywj-logo img{
    width: 100%;
    cursor: pointer;
}
