.img-balloon {
    background-image: url("../img/bg-img/bg-img-2.jpg")
}

.youyu-bg {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.youyu-loading {
    display: inline-block;
    overflow: hidden;
    line-height: 43px;
    white-space: nowrap;
    max-width: 0;
    -webkit-transition: max-width .5s;
    transition: max-width .5s
}

.disabled > .youyu-loading {
    max-width: 10em;
    -webkit-transition: max-width .5s;
    transition: max-width .5s
}

.youyu-loading .fa {
    animation: none
}

.disabled > .youyu-loading .fa {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@media (min-width: 768px) {
    .youyu-bg {
        display: block
    }

    #youyu-bg-list {
        display: inline-block;
        padding: 5px;
        background-color: #fff
    }

    .youyu-bg img {
        vertical-align: top;
        width: 64px;
        cursor: pointer;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }

    .disabled .youyu-chg-bg, .youyu-bg .active {
        opacity: .3;
        cursor: default;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }
}

input {
    background-image: none !important
}

.youyu-nifty-btn.list-group-item {
    padding: 20px 15px
}

.youyu-nifty-btn {
    text-align: center
}

.youyu-nifty-btn .btn {
    margin: 7px 7px 7px 0
}

.youyu-nifty-btn .btn:not(.btn-icon) {
    min-width: 17.5%
}

.youyu-nifty-btn-group .btn-group {
    margin: 7px 7px 7px 0
}

.youyu-nifty-modal .modal {
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1;
    overflow: hidden
}

.youyu-nifty-modal .modal-dialog {
    left: auto;
    color: #707980;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto
}

.youyu-nifty-label-badge {
    text-align: center
}

.youyu-nifty-label-badge .label, .youyu-nifty-label-badge .badge {
    float: none;
    margin: 0 7px 10px 0;
    display: inline-block
}

.youyu-nifty-padding > tr > td > div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: rgba(100, 42, 156, 0.27)
}

.youyu-nifty-padding > tr > td > div > div {
    width: 100%;
    height: 100%;
    line-height: normal;
    background-color: #fff;
    border: 1px solid rgba(20, 126, 255, 0.53);
    vertical-align: middle
}

.youyu-nifty-padding > tr > td > div > div:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle
}

.youyu-nifty-margin > tr > td > div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: 500;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #f4df60
}

.youyu-nifty-margin > tr > td > div > div {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    line-height: normal;
    background-color: #fff;
    border: 1px solid rgba(20, 126, 255, 0.53);
    vertical-align: middle
}

.youyu-nifty-margin > tr > td > div > div:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle
}

.youyu-nifty-background > tr > td > div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: 500;
    position: relative
}

.youyu-nifty-border div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: 500;
    border-color: rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, .05)
}

.youyu-nifty-icon span {
    background-color: rgba(0, 0, 0, .1)
}

.youyu-nifty-text p {
    width: 125px;
    min-height: 35px;
    padding: 5px;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .youyu-nifty-text p {
        width: 175px
    }
}

.youyu-nifty-text td:nth-child(2) {
    text-align: center
}

.youyu-nifty-text p:not(.bg-dark) {
    background-color: rgba(0, 0, 0, .05)
}

.youyu-icon-list i {
    display: inline-block;
    padding: 10px 10px;
    width: 2em;
    text-align: center;
    font-size: 1.7em;
    vertical-align: middle;
    color: #444
}

.youyu-icon-list .youyu-icon {
    display: block;
    margin: 7px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer
}

.youyu-icon-list .youyu-icon:hover {
    color: #2b2b2b;
    background-color: rgba(0, 0, 0, .09)
}

.youyu-icon-list .youyu-icon span {
    display: inline-block
}

.youyu-set {
    display: none
}

@media (min-width: 1280px) {
    .youyu-set {
        background-color: #fff;
        color: #5e5e5e;
        display: block;
        position: fixed;
        left: 75px;
        right: 75px;
        top: 0;
        z-index: 99999;
        margin: 0 auto;
        width: auto;
        max-width: 1810px
    }

    .effect ~ .youyu-set .collapsing {
        transition-duration: .35s
    }

    .youyu-set .mar-btm {
        margin-bottom: 14px
    }

    .youyu-set-body > .youyu-set-content {
        padding: 10px 10px 20px;
        border-bottom: 5px solid #3b4146
    }

    .youyu-set-body .icon-wrap {
        padding: 7px
    }

    .youyu-set-body.in {
        max-height: 600px;
        z-index: 20;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15)
    }

    #youyu-set-btn {
        background-color: #3b4146;
        color: #fff;
        border: 0;
        position: absolute;
        left: 50%;
        margin-left: -23px;
        margin-top: -2px
    }
}

.youyu-bg-boxed {
    display: none
}

.youyu-bg-boxed.open {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    background-color: #fff;
    z-index: 2
}

.youyu-bg-boxed-content {
    max-height: 380px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.youyu-bg-boxed-content .text-justify > .thumbnail {
    font-size: 7px;
    margin-bottom: 5px;
    width: 32%
}

@media (min-width: 1500px) {
    .youyu-bg-boxed-content .text-justify > .thumbnail {
        font-size: 7px;
        margin-bottom: 5px;
        width: 24%
    }
}

.youyu-bg-boxed-content .text-justify > .thumbnail {
    font-size: 7px;
    margin-bottom: 5px
}

.youyu-bg-boxed-content .text-justify > .thumbnail > img {
    width: 100%;
    height: 3vw;
    max-height: 55px
}

.youyu-bg-boxed-footer {
    height: 15%;
    max-height: 50px;
    padding-top: 10px
}

.youyu-justify-theme {
    text-align: justify;
    font-size: 10px
}

.youyu-justify-theme:after {
    content: '';
    display: inline-block;
    width: 100%
}

.youyu-theme {
    display: inline-block;
    width: 27%;
    height: 50px;
    background-color: #f4f4f4;
    position: relative;
    border: 1px solid #d9d9d9;
    transition: all .2s
}

.youyu-theme:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    border: 0;
    transition: all .2s
}

.youyu-theme.disabled {
    cursor: default
}

.youyu-theme-brand {
    width: 20px;
    height: 15px;
    float: left;
    position: relative;
    opacity: 1;
    z-index: 2;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.youyu-theme-head {
    margin-left: 20px;
    height: 15px;
    opacity: 1;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.youyu-theme-nav {
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background: #5f5f5f;
    border-right: 1px solid rgba(0, 0, 0, .1);
    z-index: 1
}

.youyu-a-light .youyu-theme-nav, .youyu-b-light .youyu-theme-nav {
    background-color: #eaeaea
}

.youyu-a-light .youyu-theme-brand, .youyu-b-light .youyu-theme-brand, .youyu-c-light .youyu-theme-nav, .youyu-a-light .youyu-theme-head {
    background: #fff
}

.youyu-a-light .youyu-theme-brand, .youyu-c-light .youyu-theme-brand {
    border-right: 0
}

.youyu-b-light .youyu-theme-brand, .youyu-a-light .youyu-theme-brand {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.youyu-b-ocean .youyu-theme-brand, .youyu-c-ocean .youyu-theme-nav, .youyu-a-ocean .youyu-theme-head {
    background: #5aaedc
}

.youyu-b-lime .youyu-theme-brand, .youyu-c-lime .youyu-theme-nav, .youyu-a-lime .youyu-theme-head {
    background: #8dba60
}

.youyu-b-purple .youyu-theme-brand, .youyu-c-purple .youyu-theme-nav, .youyu-a-purple .youyu-theme-head {
    background: #995b92
}

.youyu-b-dust .youyu-theme-brand, .youyu-c-dust .youyu-theme-nav, .youyu-a-dust .youyu-theme-head {
    background: #f77b5b
}

.youyu-b-mint .youyu-theme-brand, .youyu-c-mint .youyu-theme-nav, .youyu-a-mint .youyu-theme-head {
    background: #40c4a7
}

.youyu-b-yellow .youyu-theme-brand, .youyu-c-yellow .youyu-theme-nav, .youyu-a-yellow .youyu-theme-head {
    background: #f1da71
}

.youyu-b-prickly-pear .youyu-theme-brand, .youyu-c-prickly-pear .youyu-theme-nav, .youyu-a-prickly-pear .youyu-theme-head {
    background: #b25e71
}

.youyu-b-coffee .youyu-theme-brand, .youyu-c-coffee .youyu-theme-nav, .youyu-a-coffee .youyu-theme-head {
    background: #766d51
}

.youyu-b-well-red .youyu-theme-brand, .youyu-c-well-red .youyu-theme-nav, .youyu-a-well-red .youyu-theme-head {
    background: #da5959
}

.youyu-a-navy .youyu-theme-brand, .youyu-a-navy .youyu-theme-nav, .youyu-b-navy .youyu-theme-nav {
    background: #fff;
    border-bottom: 0
}

.youyu-b-navy .youyu-theme-brand, .youyu-c-navy .youyu-theme-nav, .youyu-a-navy .youyu-theme-head {
    background: #566472
}

.youyu-b-dark .youyu-theme-brand, .youyu-c-dark .youyu-theme-nav, .youyu-a-dark .youyu-theme-head {
    background: #4d5052
}