body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 14px;
}
a{
    text-decoration:none;
}
/* 1440适配 */

@media screen and (max-width: 1440px) {
    .login-box {
        margin-top: 10px;
        /* height: 410px; */
        background: url(../img/home-login-bg-1440.jpg) no-repeat 50% 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .login-box>.container>.row {
    margin-top: 10px;
    }
    .login {
        margin-top: 10px;
        padding: 5px 50px;
    }
    .login>form, .login-btn {
        margin-top: 20px;
    }
}

.form-control, .btn {
    border-radius: 0 !important;
}

.ym-header {
    margin-top: 100px;
}

.logo {
    float: left;
}

.input-btn-pc, .input-btn-pc:hover {
    color: #ccc;
    background-color: #ffffff;
    border-color: #ccc;
    width: 44px;
    height: 46px;
    border-left: 0;
}

.pc-btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.navbar-nav>li {
    font-size: 18px;
    color: #fff;
    padding-right: 20px;
}

.navbar-nav>li>a {
    color: #111;
}

.navbar-nav>li>a:hover {
    background-color: #00a5a8;
    border-radius: 25px;
    color: #fff;
}

.navbar-nav>li>a {
    margin-top: 15px;
}

.ym-home-banner {
    margin-top: 5px;
}

.ym-home-sm-text {
    font-size: 1.05em;
    line-height: 1.75;
    letter-spacing: 3px;
    margin-top: 15px;
}

.ym-home-sm-text>h3 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bold;
}

.home-docs {
    padding-top: 30px;
}

.home-docs>p {
    line-height: 1.5;
    letter-spacing: 0px;
}

.home-s-title {
    padding-top: 15px;
    padding-bottom: 20px;
}

.ym-home-search {
    margin-top: 80px;
}

.ym-home-search-box {
    margin-top: 130px;
}

.ym-home-box {
    border: 1px solid;
    border-color: #e9e9e9;
    margin: 15px;
}

.ym-home-icon {
    margin-top: 40px;
    /* margin-bottom: 20px; */
}

.ym-home-input {
    margin: 40px 40px 40px;
    width: auto;
    /* margin-left: 10px; */
}

input::-webkit-input-placeholder {
    color: #aba9a9;
    font-size: 16px;
}

.ym-home-input-icon {
    right: 40px;
    color: #aba9a9;
}

.home-select {
    height: 46px;
    margin-bottom: 30px;
}

.login-btn {
    margin-top: 25px;
}

.login-box {
    margin-top: 10px;
   /*  height: 370px; */
    background: url(../img/home-login-bg.jpg) no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
}


.login {
    margin-top: 13px;
    padding: 5px 50px;
    background-color: rgba(255, 255, 255, 0.8);
}

.btn-default {
    color: #fff;
    background-color: #005bac;
    border-color: #ccc;
}

.login-text {
    letter-spacing: 0.15em;
}


.captcha {
    width: auto;
}

.footer1 {
    position: fixed;
    bottom: 0;
}

.ym-footer-docs {
    padding-top: 10px;
    color: #fff;
    /* width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 25px; */
}

#scrollUp {
    position: fixed;
    bottom: 45px;
    right: 10px;
    padding: 10px 20px;
    background: rgba(127, 127, 127, 1.0);
    color: #fff;
    font-size: 22px;
    text-align: center;
    border-radius: 2px;
    z-index: 1;
    display: none;
}

/* 搜索页 */

.s-logo {
    margin-top: 65px;
    margin-bottom: 30px;
}

.s-btn {
    color: #fff;
    background-color: #005bac;
    border-color: #005bac;
}

.s-icon {
    margin-top: 15%;
    /*position: absolute;*/
    width: 100%;
    margin-bottom: 50px;
}

.s-btn:hover {
    color: #fff;
    background-color: #005bac;
    border-color: #005bac;
}

.s-docs {
    margin-top: -10px;
}

/* 列表页 */

.list {
    padding: 5px 0 20px 0;
    margin: 20px 0;
    border-bottom: 1px solid;
    border-color: #e9e9e9;
}

.list-title, .list-title>a {
    color: #474747;
    margin-top: 10px;
    font-size: 24px;
}

.list-docs {
    color: #717171;
    margin-top: 10px;
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 2px;
}

.list-tag-view {
    color: #adadad;
    font-size: 10px;
}

/* 详情页 */

.post-bg {
    background-color: #eee;
}

.ym-pic {
    margin: 10px 0;
}

.post-docs {
    font-size: 10px;
}

.post-contact-box {
    margin-top: 10px;
    padding-top: 30px;
    margin-bottom: 10px;
}

.post-contact {
    padding-right: 5px;
    padding-left: 5px;
}

.post-title {
    border-left: 5px solid #005bac;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 22px;
}

.table {
    font-size: 15px;
}

article, article>p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
    margin: auto 10px;
}

.table {
    /* margin: auto 10px; */
    font-size: 14px;
}

.post-pic, .post-pic>div {
    margin: 20px auto;
}

.login-box>.container>.row {
    margin-top: 25px;
}

.form-horizontal .control-label {
    text-align: left;
}

.ym-home-input {
    margin: auto;
    margin-top: 0;
    padding: auto;
    width: auto;
    margin-bottom: 35px;
    /* margin-left: 10px; */
}

.ym-home-search-box {
    margin-top: 20px;
}

.home-docs {
    padding-top: 10px;
}

.swiper-container {
    margin-bottom: 20px;
    margin-top: 20px;
}

.m-home {
    margin: 5px 0;
}

.m-p-5 {
    padding-right: 5px;
    padding-left: 5px;
}

article>p, td, .list-docs, .list-title {
    text-indent: 30px;
    word-wrap: break-word;
    word-break: break-all;
}

td, .list-docs, .list-title {
    text-indent: 0px;
}

.m-s {
    margin: 10px 0;
}

.m-home-row {
    margin-top: 10px;
}

.m-icon {
    margin: 15px 0;
}

.m-post-icon {
    margin-top: 20px;
}

.ym-home-search {
    margin-top: 30px;
}

/* 移动端适配 */

@media screen and (max-width: 768px) {
    .has-feedback .form-control {
    padding-right: 24px;
    background-repeat: no-repeat;
}

    .ym-header {
        margin-top: 0;
    }
    .list-docs {
        color: #717171;
        margin-top: 0px;
        line-height: 1.4;
        font-size: 14px;
        letter-spacing: 2px;
    }
    .ym-home-search {
        margin-top: 0;
    }
    .list-title, .list-title>a {
        color: #474747;
        margin-top: 0px;
        font-size: 18px;
    }
    .login-box {
        height: 291px;
        background-image: url(../img/m-home-login-bg.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .ym-home-icon {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .home-s-title {
        padding-top: 0px;
    }
    .list {
        padding: 0 0 10px 0;
        margin: 5px 0;
        border-bottom: 1px solid;
        border-color: #e9e9e9;
    }
    .ym-footer-docs {
        padding-top: 10px;
        font-size: 12px;
    }

    .navbar {
        margin-bottom: 0px;
    }
    .post-title {
        font-size: 16px;
        border-left: 3px solid #005bac;
        padding-left: 10px;
    }
    .m-home>.col-xs-5, .m-home>.col-xs-4 {
        margin-top: 5px;
    }
    .m-p-0 {
        padding-right: 3px;
        padding-left: 3px;
        position: relative;
        min-height: 1px;
        margin-top: 15px;
    }
    .btn {
        padding: 6px 12px;
    }
    .login>form, .login-btn {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .login {
        /* height: 350px; */
        height: auto;
        width: 90%;
        margin-top: 15px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .input-sm {
        height: 27px;
    }
    .btn-sm {
        font-size: 14px;
    }
    label {
        display: inline-block;
        /* max-width: 100%; */
        margin-bottom: 0;
        font-weight: 500;
    }
    .h4, h4 {
        font-size: 16px;
    }
    .m-home-input::-webkit-input-placeholder {
        font-size: 12px;
    }
    .btn-group-sm>.btn, .btn-sm {
        padding: 5px 10px;
        font-size: 15px;
    }
    .ym-home-input {
        /* margin: 0px 25px; */
        margin-top: 0;
        padding: auto;
        width: auto;
        margin-bottom: 0;
        margin-left: 0;
    }
    .btn-default {
        color: #fff;
        background-color: #005bac;
        border-color: #ccc;
    }
    .login-box>.container>.row {
        margin-top: 0px;
    }

    .s-list{
        margin-bottom: 0px;
    }
}

.slick {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}


.login-label {
    padding-left: 20px;
}

#demo-test-gallery {
    margin-bottom: 45px;
    margin-left: 3px;
    margin-right: 3px;
}

#demo-test-gallery>.col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.m-post-img {
    margin-top: 15px;
    margin-bottom: 25px;
}

/* 分页 */


.navbar{
    margin-bottom: 0;
    z-index: 1;
}

.baguetteBox-button#previous-button {
    left: 200px;
}
.baguetteBox-button#next-button {
    right: 200px;
}
.form-control-feedback {
    z-index: 0;
}



#LRfloater0 , #LXB_CONTAINER ,#LXB_CONTAINER_SHOW.lxb-container-btn-show{
    z-index: 1000 !important;
}