/*Date:2021-05-07*/
/*Production: SUNX*/
/*Revision: SUNX*/

.top-navbar {
    background-color: #efefef;
    pointer-events: auto;
}

.linear-bg {
    background-image: linear-gradient(-180deg, rgba(252, 252, 252, .5) 0%, rgba(252, 252, 252, .5) 70px, transparent 100%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 499;
}

.left-navbar .logo-box .logo-img {
    height: 32px;
    vertical-align: top;
    margin-right: 5px;
    background-image: url(/skin/controller/public/image/logo-b.png);
    width: 99px;
}

.layui-nav .layui-nav-item a {
    color: rgba(0, 0, 0, 0.7);
}

.layui-nav .layui-nav-item a:hover{
    color: rgba(0, 0, 0, 0.7);
}

/*筛选矩阵*/
.screen-matrix {
    position: relative;
    margin: 0 auto 40px;
    padding: 1px 26px;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 13px;
    width: 1200px;
    box-sizing: border-box;
}

.screen-line {
    position: relative;
    margin: 26px 0;
    padding-left: 90px;
}

.screen-items-leader {
    position: absolute;
    top: 0;
    left: -30px;
    min-width: 70px;
    margin-right: 20px;
    padding: 0px 10px;
    border-radius: 0 20px 20px 0;
    background-color: #0064c8;
    color: #fff;
    line-height: 32px;
    text-align: center;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
}

.screen-items {
    float: left;
    display: inline-block;
    margin: 2px 8px;
    padding: 0 2px;
    border-radius: 15px;
    color: #999;
    line-height: 28px;
    vertical-align: top;
}

.screen-items.show {
    position: relative;
    background-color: #e8eff7;
    color: #0064c8;
    font-weight: 700;
    margin: 2px 0;
    padding: 0 10px;
    cursor: default !important;
}

/*中间循环列表*/
.case-items:nth-child(2n + 1) {
    margin-left: 0;
}

.case-items {
    margin-bottom: 40px;
}

#laypage-case {
    text-align: center;
}

.mod-title {
    padding: 40px 0;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.mt30 {
    margin-top: 30px;
}
.ad-banner-img {
    width: 1920px;
    height: 600px;
    min-width: 1200px;
    background: url(/skin/controller/public/image/fullbanner.jpg);
    margin: 0 auto;
}

.case-top-mod {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 40px;
}

.ctm-left {
    width: 620px;
    height: 438px;
    float: left;
    background: #fefefe;
}
.ctm-right {
    width: 580px;
    height: 438px;
    float: right;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.part-titile {
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 700;
}

.part-text {
    font-size: 16px;
}

.part-btn-box {
    margin-top: 68px;
}

.part-btn {
    width: 153px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-sizing: border-box;
}

.case-btn-box .part-btn {
    margin: 0 auto;
}
