:root {
    --color-primary: #EF8200;
    --color-text-primary: #333333;
}
html, body {
    height: 100%;
    width: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    color: var(--color-text-primary);
    font-size: 14px;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: var(--color-text-primary);
}
a:hover, a:focus {
    color: var(--color-primary);
}

hr.light {
    border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--color-text-primary)
}
ul, li, ol {
    margin: 0;
    padding: 0;
}

.text-primary {
    color: #EF8200;
}
a.text-primary:hover, a.text-primary:focus {
    color: #F7A23E;
}
.btn-primary {
    color: #fff;
    background-color: #EF8200;
    border-color: #EF8200;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #d87500;
    border-color: #cc6e00;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d87500;
    border-color: #cc6e00;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #d87500;
    border-color: #d87500;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #d87500;
    border-color: #cc6e00;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #F7B96F;
    border-color: #F7B96F;
}
.btn-primary .badge {
    color: #F7B96F;
    background-color: #fff;
}
.navbar-nav > li > a {
    padding: 22.5px 10px;
}
.navbar-brand {
    padding: 14px 18px;
    height: 60px;
}
.navbar-toggle {
    margin-top: 14px;
}
.navbar-default {
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-weight: 200;
    letter-spacing: 1px;
    color: #474157;
}

.navbar-default .navbar-header .navbar-brand img {
    width: auto;
    height: 100%;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #474157;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #474157;
    padding: 8px 10px;
}

.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    color: var(--color-text-primary);
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #EF8200;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #EF8200 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody .index-text {
    text-align: center;
    padding: 250px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody .index-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody .index-gallery {
    text-align: center;
    padding: 200px 0 50px;
    position: relative;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}

main.content {
    padding: 0;
}

#content-container {
    padding-top: 20px;
}
/*应用市场*/
.appcenter-banner {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.appcenter-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}
.search {
    width: 60%;
    margin: 0 auto;
    position: relative;
}
.search-input {
    float: left;
    width: 100%;
    padding-right: 40px;
    margin: 12px 0;
    line-height: 36px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #efefef;
    position: relative;
}
.search-icon {
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #9199a1;
    text-align: right;
    position: absolute;
    right: 12px;
    bottom: 21px;
    cursor: pointer;
}
.search .form-control {
    border: 0;
    padding: 4px 16px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.screen {
    margin-top: 20px;
}
.list-template {
    margin-bottom: 40px;
}
.tabs-group .list-content {
    list-style: none;
    padding: 0;
    margin: 0 0 0 60px;
}
.tabs-group .title {
    float: left;
    width: 80px;
    padding: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #666666;
}
.tabs-group .list-content>li {
    float: left;
    padding: 10px;
}
.tabs-group .list-content>li a {
    color: #777777;
}
.tabs-group .list-content .dropdown-menu>li a {
    padding: 5px 20px;
}
.tabs-group .list-content>li a:hover {
    color: var(--color-primary);
}
.tabs-group .list-content>li.active>a {
    color: var(--color-primary);
}
.tabs-group .list-content .dropdown-menu>li.active>a {
    color: var(--color-primary);
    background:none;
}
.btn-group.type .btn-default {
    background-color: #ffffff;
}
.btn-group.type .btn-default:hover {
    background-color: #e7e7e7;
}
.order {
    padding-top: 5px;
}
.order a {
    padding: 5px;
}
.detail {
    margin-top: 40px;
}
.panel-default > .panel-heading .panel-title {
    padding-left: 4px;
    border-left: 3px solid #FFBC09;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
/*应用市场end*/

.text-white {
    color: #ffffff !important;
}
.bg-white {
     background-color: #fff!important;
}
.swiper-button-prev, .swiper-button-next {
    color: #ffffff !important;
    outline: none;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    width: 45px !important;
    height: 45px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    background: #ffffff !important;
    outline: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
}
.swiper-container.home-banner {
    height: 550px;
    overflow: hidden;
}
.home-banner .swiper-slide {
    //padding: 170px 0 150px;
    position: relative;
}
.home-banner .swiper-slide .padd{
    padding: 170px 0 150px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.home-banner .swiper-slide .row {
    height: 230px;
}
.swiper-container .container p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
}
.cms-info, .shopping {
    padding: 80px 0;
}
.cms-info h2, .shopping h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 400;
}
.cms-info .title-desc, .shopping .title-desc {
    color: #888888;
    margin-bottom: 16px;
}
.cms-info .item-box {
    height: 240px;
    padding: 30px;
    margin-top: 30px;
    //box-shadow: 0 4px 20px rgba(101, 101, 101, 0.1);
    border-radius: 10px;
}
.cms-info .box_icon {
    border-radius: 100%;
    display: inline-block;
    padding: 5px;
    position: relative;
    height: 70px;
    width: 100px;
    text-align: center;
}
.cms-info .box_icon img {
    padding: 5px;
    width: 60px;
}
.cms-info .intro_desc h5 {
    font-size: 16px;
    font-weight: 400;
}
.cms-info .intro_desc p {
    color: #888888;
    font-size: 14px;
}
/*.cms-info .box_icon {
    margin-bottom: 16px;
}*/
.cms-info .item-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.shopping {
    background-color: #ffffff;
}
.shopping .list_none li {
    display: inline-block;
    margin: 0 3px;
    list-style: none;
}
.shopping .list_none li a.current, .shopping .list_none li a:hover {
    background-color: var(--color-primary);
    color: #fff;
}
.shopping .list_none li a {
    background-color: #eee;
    padding: 5px 25px;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 4px;
}
.fixed-table-pagination .pagination a {
    padding: 5px 10px;
}
.pagination-detail .btn.btn-default {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}
/**
    模板样式调整
 */
.t_content_box {
    background-color: #fff;
    /*margin-top: 30px;*/
    /*box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);*/
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}
.app-list-group {
    margin-top: 20px;
}
.app-list-group .col-md-4,.myapp-list .col-md-4 {
    padding: 10px;
}
.t_content_box:hover .content_img img {
    transform: scale(1.1);
}
.t_content_box .content_img {
    overflow: hidden;
    position: relative;
    height: 340px;
    border-radius: 10px 10px 0 0;
}
.t_content_box .content_img_other {
    overflow: hidden;
    position: relative;
    height: 220px;
    border-radius: 10px 10px 0 0;
}
.t_content_box a {
    display: block;
    width: 100%;
    height: 100%;
}
.t_content_box .content_img img,.t_content_box .content_img_other img {
    transition: all 0.5s ease-in-out;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    vertical-align: middle;
    border-style: none;
    /*height: 100%;*/
    /*object-fit: cover;*/
}
.t_content_box .content_desc {
    position: relative;
    padding: 10px 15px;
}
.t_content_box .content_title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.t_content_box .courses_info {
    font-size: 12px;
    color: #888888;
}
.t_content_box .courses_info, .content_meta {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.courses_info .content_meta {
    width: auto;
}
.courses_info .pull-left a {
    color: #F7B96F;
}
.courses_info .pull-left a:hover {
    color: var(--color-primary);
}
.courses_info .content_meta {
    float: right;
    width: auto;
}
.content_meta li {
    float: left;
    padding-left: 15px;
    font-size: 12px;
    list-style: none;
}
.content_footer {
    border-top: 1px solid #eee;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    width: 100%;
}
.user-img img {
    border-radius: 100%;
    max-width: 40px;
    margin-right: 10px;
}
.user-img a {
    color: #888888;
}
.price .alert {
    margin: 0;
    padding: 3px 10px;
    display: block;
}
.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}
.alert-info {
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.medium_divider {
    height: 50px;
}
.small_divider {
    height: 20px;
}
.imgs-swiper {
    width: 100%;
    height: 500px;
}

.imgs-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.imgs-swiper .gallery-top {
    height: 80%;
    width: 100%;
}

.imgs-swiper .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.imgs-swiper .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.imgs-swiper .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.app-content>img {
    max-width: 100% !important;
}
.user-info .media-heading {
    color: var(--color-primary);
}
.user-info .media-body {
    color: #888888;
}
.user-info .media-object {
    width: 48px;
    border-radius: 100%;
}
.relevant .media-object {
    width: 48px;
    border-radius: 4px;
}
.addon-info p {
    font-size: 14px;
    margin-bottom: 2px;
}
.addon-info .desc {
    font-size: 12px;
    color: #888888;
    margin-bottom: 10px;
}
.logs .time {
    color: var(--color-text-primary);
}
.logs-content {
    padding-top: 6px;
    padding-bottom: 10px;
    white-space:pre-line;
}
.logs-content p {
    font-size: 14px;
}
.contact-panel {
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    padding: 10px;
    position: fixed;
    top: 55%;
    z-index: 999;
    width: 110px;
    right: 20px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
}
.contact-panel .wx img {
    width: 100%;
}
.contact-panel p {
    margin: 2px 0 2px 0;
}
.contact-panel hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact-panel .close {
    position: absolute;
    top: 2px;
    right: 4px;
}
.myapp-list .t_content_box {
    margin-top: 20px;
}
.myapp-list .screen .pull-right {
    padding-top: 7px;
}
.bootstrap-table .fixed-table-container {
    border: none !important;
}
.panel-body {
    padding: 10px 5px;
}
footer.footer {
    background: #012335;
    text-align: center;
    color: #fff;
}

footer p {
    font-size: 14px;
    margin: 0;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.btn-xl {
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
}

h2.page-header {
    margin: 10px 0 25px 0;
    padding-bottom: 15px;
}

.user-baseinfo {
    margin-bottom: 25px;
}

.user-baseinfo table tr td {
    color: #999;
}

.sidebar-toggle {
    display: none;
}
body.sidebar-open .sidenav {
    left: 0;
    width: 250px;
    box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
    content: "\f00d";
}

/*详情页*/
.appcenter-show .fmt {
    width: 100%;
    height: 340px;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}
.appcenter-show .fmt img {
    width: 100%;
}
.appcenter-show h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.5;
    color: rgb(51, 51, 51);
}
.appcenter-show .prictxt {
    background: #f8f8f8;
    padding: 15px 10px 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.appcenter-show .prictxt .price{
    font-size: 26px;
    color: #f60;
    font-weight: 500;
}
.appcenter-show .prictxt .cumulative {
    display: flex;
    text-align: center;
}
.appcenter-show .prictxt .cumulative>div {
    padding: 0 10px;
    font-size: 12px;
    color: #bfbfbf;
}
.appcenter-show .prictxt .cumulative .left {
    border-right: #e7e7e7 solid 1px;
}
.appcenter-show .nobdr-btns {
    margin-top: 15px;
}
.appcenter-show .fmt-btn {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #777777;
}
.appcenter-show .fmt-btn a.btn-report {
    border-right: 1px solid #e7e7e7;
    padding-right: 5px;
}
.appcenter-show .appcenter-show-right .users {
    padding: 9px 0 11px 0;
    font-size: 13px;
}
.appcenter-show .appcenter-show-right .users .media-heading {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    line-height: 20px;
    height: 20px;
    padding-bottom: 3px;
    white-space: nowrap;
}
.appcenter-show .contact .qq a {
    font-size: 12px;
}
.appcenter-show .ac-mod-list {
    border-bottom: 1px solid #F0F0F0;
}
.appcenter-show .ac-mod-list dt {
    height: 320px;
    overflow: hidden;
    border: 1px solid #F0F0F0;
    border-radius: 3px;
}
.appcenter-show .ac-mod-list dt img {
    width: 100%;
}
.fmt-addon {
    height: 300px !important;
}
.appcenter-show .user-info {
    font-size: 13px;
    margin-top: 4px;
    color: #606266;
}
.appcenter-show .user-info p {
    margin-bottom: 5px;
}
.appcenter-show .appcenter-show-desc {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 3px;
}
.appcenter-show .appcenter-show-desc img {
    max-width: 100% !important;
    height: auto !important;
}
.appcenter-show .appcenter-show-desc .tab-content {
    background: #fff;
}
.appcenter-show .appcenter-show-desc .nav-pills {
    border-bottom: 1px solid #eeeeee;
}
.appcenter-show .appcenter-show-desc .nav-pills li a {
    border-top: 0;
    padding: 15px 16px;
}
.appcenter-show .appcenter-show-desc .nav-pills > li.active > a {
    background:none;
    color: var(--color-primary);
}
.appcenter-show .appcenter-show-desc .nav-pills li.active a::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    height: 2px;
    width: 100%;
    background: var(--color-primary);
}
.appcenter-show .appcenter-show-desc .nav-pills > li > a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: none;
}
.appcenter-show .appcenter-show-desc .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border: none;
}
.appcenter-show .appcenter-show-desc .tab-pane {
    padding: 20px 15px;
}
.appcenter-show .appcenter-show-desc .tab-pane .desc {
    line-height: 1.5;
    font-size: 15px;
}
.appcenter-show .appcenter-show-desc .tab-pane .desc ul {
    padding-left: 40px;
}
.appcenter-show .appcenter-show-desc .tab-pane .desc table {
    margin: 15px 0;
    padding: 8px;
    border: 1px solid #f4f4f4;
    border-bottom: 1px solid #ddd;
    border-collapse: collapse!important;
    border-radius: 1px;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
}
.appcenter-show .appcenter-show-desc .tab-pane .desc table tr th {
    text-align: center;
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #f4f4f4;
    border-bottom: 1px solid #ddd;
}
.appcenter-show .appcenter-show-desc .tab-pane .desc table tr td {
    line-height:1.8;
    padding: 8px;
    border: 1px solid #f4f4f4;
    text-align: center;
    vertical-align: middle;
}
.appcenter-show .book-list {
    padding: 0;
    list-style: none;
}
.appcenter-show .book-list li {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: space-between;
}
.appcenter-show .book-list li a {
    display: block;
    width: 80%;
    color: #555555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 35px;
}
.appcenter-show .book-list li a:hover {
    color: var(--color-primary);
}
.appcenter-show .book-list li span {
    color: #bbbbb9;
}
.appcenter-show .appcenter-show-desc .book p span {
    position: relative;
}
.appcenter-show .appcenter-show-desc .book p span::after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: "";
    height: 2px;
    width: 100%;
    background: var(--color-primary);
}
.appcenter-attr ul {
    list-style: none;
    margin-top: 15px;
    font-size: 13px;
}
.appcenter-attr ul li {
    padding: 3px 0;
    line-height: 16px;
    display: flex;
    align-items: center;
}
.appcenter-attr ul li span {
    display: block;
    color: #999;
    width: 85px;
}

/*大于*/
@media (min-width: 768px) {
    .navbar-default {
        background-color: #ffffff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

    .navbar-default .nav > li > a::after {
        content: '';
        display: block;
        width: 0;
        left: 0;
        right: 0;
        height: 3px;
        position: absolute;
        bottom: 0;
        z-index: 10;
    }

    .navbar-default .nav > li.active > a::after, .navbar-default .nav > li > a:hover::after {
        width: 100%;
        background-color: var(--color-primary);
    }

    .navbar-default .nav > li > a::after {
        transition: .3s;
    }

    .dropdown-menu > li > a:hover {
        background-color: #f5f5f5;
        color: var(--color-primary);
    }

    #mainbody .index-text {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .user-center .avatar-text,
    .user-center .avatar-img {
        height: 150px;
        width: 150px;
        border-radius: 150px;
        line-height: 150px;
        font-size: 70px;
    }

    .user-center .avatar-img {
        font-size: 0;
    }

    .user-center .avatar-img img {
        height: 150px;
        width: 150px;
        border-radius: 150px;
    }
}
@media (min-width: 1024px) {
    .ispc {
        display: block
    }
    .ispc2 {
        display: none;
    }
}

/*小于*/
@media (max-width: 1490px) {
    .t_content_box .content_img {
        height: 280px;
    }
}
@media (max-width: 1366px) {
    .t_content_box .content_img {
        height: 280px;
    }
    .appcenter-show .ac-mod-list dt {
        height: 260px;
    }
    .fmt-addon {
        height: 250px !important;
    }
}
@media (max-width: 1024px) {
    .ispc {
        display: none;
    }
    .ispc2 {
        display: block;
    }
}
@media (max-width: 991px) {

    .navbar-nav > li > a {
        padding: 22.5px 10px;
    }
    .sidenav {
        position: fixed;
        top: 50px;
        z-index: 1029;
        height: calc(100vh - 50px);
        padding: 20px 0 20px 0;
        min-width: 250px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 250px;
        left: -250px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .sidebar-toggle {
        display: block;
        position: fixed;
        right: 20px;
        bottom: 70px;
        border-radius: 50%;
        background: #eee;
        font-size: 22px;
        padding: 10px;
        line-height: 30px;
        height: 50px;
        width: 50px;
        text-align: center;
        z-index: 999999;
    }
}
@media (max-width: 768px) {
    .appcenter-show .book-list li a {
        width: 65%;
    }
    .search {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .navbar-default {
        background-color: #ffffff;
        border-color: #f1f6fd;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .navbar-default .navbar-collapse {
        background: #ffffff;
        box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #f5f5f5;
    }
    .dropdown:hover .dropdown-menu {
        display: none;
    }
    .dropdown.open:hover .dropdown-menu {
        display: block;
    }

    #mainbody {
        height: unset;
    }

    #mainbody .index-text {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody .index-gallery {
        padding: 30px 0 50px 0;
    }

    #mainbody .index-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .contact-panel {
        display: none;
    }

    /*轮播图*/
    .swiper-container.home-banner {
        height: 250px;
        overflow: hidden;
    }
    .home-banner .swiper-slide .padd{
        padding: 40px 0 0;
    }
    .home-banner .swiper-slide .row {
        height: 120px;
    }
    .swiper-container .container h1 {
        font-size: 18px;
    }
    .swiper-container .container p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .swiper-button-prev,.swiper-button-next {
        display: none !important;
    }
    .cms-info, .shopping {
        padding: 18px 0;
    }
    .imgs-swiper {
        width: 100%;
        height: 300px;
    }

    .t_content_box .content_img {
        height: 310px;
    }
}
@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}