@charset "UTF-8";
@import "icon.css";

.display-fixed {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;

}
.overflow-hidden {
    overflow: hidden !important;
}
body {
    overflow: hidden;
}
body .outside-div {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

@media only screen and (min-width: 500px) {
    .layui-container {
        width: 60%;
    }
}
.clearfix {
    clear: both;
}

.substr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.bg-theme {
    background-color: #c31b21;
}

.text-theme {
    color: #c31b21;
    margin: 0 0 16px 0;
}

.text-default {
    color: #333333;
}

.text-gray {
    color: #999999;
}

.layui-btn-theme {
    background-color: #c31b21;
}

.layui-breadcrumb a:hover {
    color: #c31b21 !important;
}


#list-page {
    margin: 0;
    text-align: center;
}

#list-page a {
    border: none;
}
#list-page .layui-laypage-prev, #list-page .layui-laypage-next{
    font-size: 20px;
    border: none;
}
.layui-laypage-listpage .layui-laypage-curr .layui-laypage-em {
    background: none;
}
.layui-laypage-listpage .layui-laypage-curr em {
    color: #c31b21;
}

.error-container {
    text-align: center;
    margin: 20px;
}

.error-container .error-icon {
    display: inline-block;
    font-size: 200px;
}

.error-container .error-desc {
    margin: auto;
    /*text-align: left;*/
    font-size: 16px;
    line-height: 30px;
    width: 660px;
}

.header .top{
    width: 100%;
    margin: 0;
    height: 66px;
    background: #C31B21;
}
.header .layui-row{
    width: 100%;
}

.header .logo {
    display: inline-block;
    float: left;
    margin-top: 16px;
    width: 111px;
}

.header .top-right-btn-group{
    display: inline-block;
    float: right;
    display: flex;
    flex-direction: row;
}
.header .top-right-btn {
    margin: 22px 10px;
}
.header .top-right-btn img {
    width: 20px;
    hegiht: 20px;
}

.search-inline {
    width: calc(100vw - 30px);
    display: flex;
    flex-direction: row;
}
.search-inline .input{
    flex: 7;
}
.search-inline .search-btn{
    flex: 2;
    max-width: 74px;
}

.header-menus {
    position: fixed;
    top: 66px;
    width: 100vw;
    height: calc(100vh - 66px);
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    overflow-y: hidden;
}

.header-menus .layui-collapse{
    margin: 20px 40px;
    height: calc(100% - 40px);
    overflow-y: auto;
    border: none;
}
.header-menus .layui-collapse .layui-colla-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(93,93,93, 0.25);
    /*border-bottom: 1px solid #5D5D5D66;*/
}

.header-menus .layui-collapse .layui-colla-item .layui-colla-title{
    height: 50px;
    text-align: left;
    background: transparent;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
    font-size: 16px;
}

.header-menus .layui-collapse .layui-colla-item .layui-colla-content p{
    text-align: left;
    font-family: PingFang-SC-Bold, PingFang-SC;
    color: #666666;
    line-height: 30px;
    font-size: 14px;
}


#header-search {
    position: fixed;
    top: 66px;
    width: 100vw;
    height: calc(100vh - 66px);
    z-index: 999;
    background: #ffffff;
    float: right;
    padding: 0 15px;
    overflow-y: auto;
}

#search-form .layui-form {
    margin: 20px 20px;
}
#search-form input {
    /*width: 246px;*/
    width: unset;
    background: #F6F6F6;
    border-radius: 4px;
    margin-right: 10px;
}

.header .login-link, .header .login-link:hover {
    color: #c31b21;
    border: 1px solid #c31b21;
}

.header .member-link {
    margin-right: 20px;
    color: #01AAED;
}

.channel-nav {
    background-color: transparent;
}

.channel-nav * {
    font-size: 16px;
}

.channel-nav .layui-nav-item a {
    color: #fff;
}

.channel-nav .layui-nav-item a:hover {
    color: rgba(255, 255, 255, .7);
}

.channel-nav .layui-nav-child a, .channel-nav .layui-nav-child a:hover {
    color: #333;
}

.channel-nav .layui-nav-bar {
    display: none !important;
}

.channel-nav .layui-this:after {
    content: none;
}

.footer {
    height: 142px;
    line-height: 22px;
    font-size: 10px;
    background-color: #f6f6f6;
    color: #929292;
    text-align: center;
}

.footer p {
    padding: 24px 0;
}

.footer a {
    color: #929292;
    text-decoration: none;
}

.footer a:hover {
    color: #1E9FFF;
}

.footer .filing {
    display: block;
    margin-top: 6px;
}

.footer .filing span {
    margin-left: 5px;
}


/** 轮播图样式 **/
.layui-carousel-ind {
    top: -20px;
}
.layui-carousel-ind ul {
    display: inline-block;
    background-color: unset;
}
#banner-carousel .layui-carousel-ind ul li {
    display: inline-block;
    width: 20px;
    height: 2px;
    margin: 0 3px;
    border-radius: unset;
}

.btn-scroll-top{
    position: fixed;
    bottom: 104px;
    right: 14px;
    width: 30px;
    height: 30px;
    background: #EBEBEB;
}

.btn-scroll-top .icon-svg-right img{
    width: 9px;
    margin: 11px;
}

.layui-breadcrumb span[lay-separator] {
    margin: 0 5px;
}

.breadcrumb{
    margin: 15px 0;
    font-size: 13px;
    font-weight: 500;
}
.breadcrumb .return-btn{
    margin-right: 10px;
    color: #333333;
}
.breadcrumb .return-btn img{
    width: 7px;
    height: 12px;
    margin-right: 5px;
    margin-top: -3px;
}


.search-container .list-header {
    background: none;
}
.search-container .list-header .list-title{
    margin-left: 0;
}
