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

/*color*/

.c-main {
    color: #f9666f;
}

.bgc-main {
    background-color: #f9666f;
    color: #FFF;
}


#page-body-out {
    width: 100%;
    height: 100vh;
    overflow: auto;
}

#page-body {
    min-width: 1240px;
    position: relative;
    width: 100%;
}

.dn {
    display: none;
}

.clearfix:after {
    clear: both;
    content: "\20";
    display: block;
    height: 0;
}

.cx-font {
    font-size: inherit;
}

/*reset*/
.layui-tab-brief > .layui-tab-title .layui-this {
    color: #f9666f;
    user-select: none;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: none;
}

.layui-tab-title {
    border: none;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: transparent;
}

.layui-nav-bar {
    display: none !important;
}

.layui-nav-child {
    background-color: #4A4A4A;
    color: rgba(255, 255, 255, 0.6);
    border: none;
}

.mid-navbar .layui-nav .layui-nav-item {
    margin: 0 8px;
}

.layui-nav .layui-nav-item a {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.layui-nav .layui-nav-child a:hover {
    background-color: unset;
    color: unset;
}

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

.layui-nav-child dd {
    text-indent: unset;
}

.layui-nav .layui-nav-more {
    border-top-color: #fff;
}

.layui-nav .layui-nav-mored, .layui-nav-itemed > a .layui-nav-more {
    margin-top: unset;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
    border: none;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #f9666f;
}

/*homepage*/


.max-width {
    margin: 0 auto;
    width: 1200px;
}

a:hover {
    color: inherit;
}

.top-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 500;
    color: #FFF;
    background-color: transparent;
    pointer-events: none;
    min-width: 1200px;
}

.top-navbar .max-width {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 70px;
}

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

.mid-navbar .layui-nav {
    z-index: 500;
    background-color: transparent;
    padding: 0;
    display: flex;
}

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

.left-navbar {
    z-index: 500;
    line-height: 70px;
    margin-right: 20px;
    min-width: 260px;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 60px;
}

.left-navbar .logo-box {
    height: 32px;
    margin-right: 25px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 700;
}

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

.search-box {
    width: 91px;
    height: 30px;
    color: rgb(255, 255, 255);
    border-radius: 15px;
    background-color: rgb(255 255 255 / 20%);
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: absolute;
    left: 200px;
    transition: 0.3s all ease-in-out;
}

.search-box.search-input-focus {
    width: 20%;
    background-color: rgb(255 255 255 / 80%);
}

.search-box.search-input-focus .icon-sousuo {
    color: #666;
}

.search-box.search-input-focus .search-input {
    color: #666;
}

.search-box.search-input-focus .search-input::placeholder {
    color: #666;
}

.search-input {
    width: 100%;
    padding-left: 5px;
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    pointer-events: auto;
}

input.search-input::-webkit-input-placeholder {
    color: #fff;
    font-weight: normal;
}

.mid-navbar {
    pointer-events: auto;
}

.main-search-box {
    margin: 45px auto 28px;
    width: 365px;
    height: 40px;
    display: flex;
    color: #717171;
    background: #f7f7f7;
    box-shadow: 0 1px 2px 1px #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.main-search-box .search-input-box {
    width: 356px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.search-input-btn {

    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 6px;
    cursor: pointer;
}

.search-input-btn .icon-sousuo {
    margin-right: 6px;
}

.main-search-box .search-input::-webkit-input-placeholder {
    color: #888;
    font-weight: normal;
}

.main-search-box .search-input {
    height: 40px;
    color: #333;
}

.right-navbar {
    z-index: 500;
    line-height: 70px;
    margin-right: 20px;
    min-width: 260px;
    text-align: right;
}

.right-navbar > span {
    margin-left: 20px;
    pointer-events: auto;
}

.logo-text {
    line-height: 35px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
    color: #fff;
}

.copyright span {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 5px;
    margin-right: 10px;
}

.screen-nav-box {
    padding-top: 70px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 25px;
}

.screen-nav {
    margin: 0 auto;
    width: 1200px;
}

.screen-nav ul {
    display: flex;
    height: 56px;
    line-height: 56px;
    float: left;
}

.screen-nav ul li {
    margin-right: 25px;
}

.show-this {
    border-bottom: 2px #333 solid;
}

.hp-foot.fixedbottom {
    position: fixed;
    bottom: 0;
}

.case-items:nth-child(4n + 1) {
    margin-left: 0;
}

.right-btn-group {
    display: flex;
    align-items: center;
    float: right;
    border-right: 1px solid #ddd;
}

.right-btn-items {
    border-left: 1px solid #D8D8D8;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}


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

.case-items {
    width: 585px;
    margin-left: 20px;
    position: relative;
    display: inline-block;
    float: left;
    height: 240px;
    overflow: hidden;
}

.case-items:first-child {
    margin-left: 0px;
}

.case-items-lp {
    /*width: 400px;*/
    /*height: 225px;*/
    width: 585px;
    height: 160px;
    overflow: hidden;
    background: #fcfcfc;
}

.case-items-lp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-items-info {
    padding: 14px 13px;
    background: #fff;
}

.case-items-name {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.case-items-gname {
    font-size: 14px;
    font-weight: normal;
}

.project-info, .author-info, .case-lp-price, .case-lp-add {
    margin-top: 15px;
}

.project-info .project-type {
    float: right;
}

.author-info {
    display: flex;
    justify-content: space-between;
}

.authentication {
    border: 1px solid currentColor;
    color: #f9666f;
    padding: 1px 4px;
    zoom: 0.8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

.project-info {
    font-size: 12px;
    color: #737373;
}

.project-info .cx-font:before {
    margin: 0 4px;
}

.project-info .cx-font:first-child:before {
    margin-left: 0;
}

.case-items .case-lp-info {
    opacity: 0;
    display: block;
    transition: 0.3s all ease-in-out;
    margin-top: 0px;
}

/*.case-items:hover .case-items-info {
    opacity: 0;
    display: none;
}

.case-items:hover .case-lp-info {
    opacity: 1;
    display: block;
    margin-top: -44px;
    background: #fff;
    z-index: 33333;
    position: relative;
    padding: 14px 13px;
}*/

.case-lp-price {
    font-size: 16px;
    font-weight: bold;
    color: #f9666f;
}

.case-lp-add {
    font-size: 12px;
    color: #888888;
}

.lpicon {
    margin-top: 3px;
    height: 23px;
    overflow: hidden;
}

.lpicon span {
    display: inline-block;
    padding: 0 8px;
    margin-right: 5px;
    text-decoration: none !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
    vertical-align: middle;
}

.lpicon .tag_li {
    height: 19px;
    line-height: 19px;
    border-radius: 6px;
}

.case-items-lp-mask {
    width: 585px;
    height: 160px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    justify-content: center;
    align-items: center;
    opacity: 0;
    display: flex;
    transition: 0.3s all ease-in-out;
}

.case-items-lp-mask a:hover {
    color: #fff;
}

.case-items:hover .case-items-lp-mask {

}

.case-items-lp-mask:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 63, 63, 0.64);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: -1;
}

.mask-btn {
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 7px 9px;
}

.in-btn {
    background: #f9666f;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    zoom: 0.9;
}

.quyu-name {
    font-size: 14px;
    font-weight: normal;
    margin-left: 4px;
}

.case-items-lp-ficon {
    position: absolute;
    width: 585px;
    height: 160px;
    overflow: hidden;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.case-items-lp-ficon .cx-font {
    color: #fff;
    font-size: 50px;
    background: -webkit-radial-gradient(circle, rgb(52 52 52 / 75%), rgb(52 52 52 / 25%), transparent, transparent);
    padding: 15px;
    border-radius: 50%;
}

.case-items-lp-ficon .cx-font:before {
    content: "\e674";
}

/*-foot-*/
.footer {
    width: 100%;
    background: #f7f7f7;
    border-top: 2px solid #e1e1e1;
    padding: 20px 0;
    margin: 0 auto;
    margin-top: 20px;
}

.foot-info {
    padding: 20px 0;
    text-align: center;
    white-space: nowrap;
}

.footer p {
    font-size: 0;
    color: #999;
    line-height: 2.5;
}

.footer em {
    margin: 0 10px;
    font-style: inherit;
}

.footer img {
    height: 20px;
    margin-top: -10px;
}

.footer i {
    margin: 0 5px;
}

.footer em, .footer span, .footer a {
    display: inline-block;
    font-size: 14px;
    color: #7e7e7e;
}