.login-bg {
    background: url("../images/bg-1.png") no-repeat;
    background-size: 100%;
}

.index-bg {
    /*background-image: url("../static/images/cat/4ce035b5-6290-4dd1-8cb5-294d8dc1f6a1.png"); 离线  */
    background-image: url("../images/cat/4ce035b5-6290-4dd1-8cb5-294d8dc1f6a1.png");
    background-size: 50%;
}
.footer-one-bottom-image{
    background-image:url("http://apl209.org/wp-content/uploads/2021/11/dogs-footer-color.jpg");
    background-size: 50%;
}

.m-padded-mini {
    padding-top: 0.4em !important;
}

.m-padded {
    padding: 2em !important;
}

.m-padded-tb-tiny {
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
}

.m-padded-tb-mini {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.m-padded-tb-small {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.m-padded-tb-big {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

.m-padded-tb-huge {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.m-padded-tb-massive {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
}

.m-padded-lr {
    padding-left: 4em !important;
    padding-right: 4em !important;
}

/* ------------ text ------------- */
.m-text {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    line-height: 1.8;
}

.m-text-thin {
    font-weight: 300 !important;
}

.m-text-spaced {
    letter-spacing: 1px !important;
}

.m-text-lined {
    line-height: 1.8;
}

/* ======margin======= */
.m-margin-top-small {
    margin-top: 0.5em !important;
}

.m-margin-top {
    margin-top: 1em !important;
}

.m-margin-top-large {
    margin-top: 2em !important;
}

.m-margin-tb-tiny {
    margin-top: 0.3em !important;
    margin-bottom: 0.3 !important;
}

.m-margin-bottom-small {
    margin-bottom: 0.5em !important;
}

/* -------opacity-------- */
.m-opacity-mini {
    opacity: 0.8 !important;
}

/* --------- position --------- */
.m-right-top {
    position: absolute;
    top: 0;
    right: 0;
}


/* -------------- display -------------- */
.m-inline-blok {
    display: inline !important;
}

/* -------container -------- */
.m-container {
    max-width: 72em !important;
    margin: auto !important;
}

.m-container-small {
    max-width: 60em !important;
    margin: auto !important;
}

/* ------ shadow ------ */
.m-shadow-small {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

/* =========== positon ============ */
.m-black {
    position: fixed !important;
    z-index: 10 !important;
}

.m-right-bottom {
    bottom: 0 !important;
    right: 0 !important;
}

/* ------- color ------- */
.m-black-recom {
    color: #333 !important;
}

.m-mobile-show {
    display: none !important;
}