/*global*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 修改滚动条轨道和滚动条宽度 */
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}


html {
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.cl-container {
    min-height: 80vh;
    margin: 100px 0 0 0; /*margin值为顶部菜单高度*/
    background: #ffffff;
}

a {
    color: #333;
}

a:hover {
    /*color: #FF9400;*/
    text-decoration: none;
}

/*header*/
.cl-header {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(153, 153, 153, 0.1);
    position: fixed;
    z-index: 10;
    width: 100vw;
    height: 100px;
    padding: 0 152px;
}

.arrow-text, .arrow {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}
.arrow {
    font-size: 10px !important;
    margin: 0 8px;
}


.jpress-menu .has-arrow::after {
    display: none;
}

.cl-header .nav-link {
    height: 100px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}



.cl-header .nav-item {
    min-width: 6em;
}

.header-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-content .navbar {
    height: 100%;
}


.header-content .navbar .in {
    display: block !important;
}


.cl-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 300px;
    overflow: hidden;
}

.cl-logo img {
    max-width: 100%;
    max-height: 100%;
}

.navbar-toggler:not(:disabled):not(.disabled):focus {
    outline: none;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .active > .nav-link {
    font-weight: bold;
}

.nav .nav-item a.active {
    color: #FF9400;
    font-weight: bold;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
}

.recommend-index {
    /*margin-bottom:20px;*/
}

.carousel-inner {
    height: 20rem;
}

.cl-inner-footer {
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    padding: 0 1rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 16rem;
    height: 4rem;
    line-height: 4rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, rgba(0, 0, 0, .65)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .65) 97%);
}

.recommend-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.carousel-indicators {
    bottom: -5px;
}

/*left*/
.cl-left {
    margin: 20px 0;
    padding: 0;
}

.recommend-top {
    margin-bottom: 20px;
}

.recommend-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.recommend-item {
    width: 49%;
    height: 170px;
    overflow: hidden;
    position: relative;
}

.recommend-item-bottom {
    position: absolute;
    top: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    left: 0;
    width: 100%;

    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, rgba(0, 0, 0, .65)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .65) 97%);
}

.cl-article-content, .recommend-panel {
    background-color: #fff;
    padding: 0 20px 20px 20px;
}

/*card*/
.cl-card {
    background-color: #fff;
    margin: 0 0 20px 0;
}

.cl-card .cl-card-image {
    border: 1px solid #eaeaea;
    overflow: hidden;
    height: 150px;
    padding: 0;
}

.cl-card .cl-card-image img {
    width: 100%;
    max-width: 100%;
    min-height: 150px;
}

.cl-card .cl-card-more {
    margin: 0;
}

.cl-card .cl-card-more {
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.8;
}

.cl-card-main-title {
    height: 1.6rem;
    overflow: hidden;
    font-size: 1.2rem;
    width: fit-content;
    padding-bottom: 25px;
}

.card-link .row {
    padding: 0;
    margin: 0;
}

a.card-link {
    display: inline-block;
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;

}

a.card-link:hover {
    color: #333;
    box-shadow: 0px 2px 10px -3px rgba(204, 204, 204, .8) !important;
}

a.card-link:hover .cl-card-main-title {
    padding-bottom: 23px;
    border-bottom: 2px solid #ccc;
}


.cl-card-main-info {
    font-size: 0.9rem;
    opacity: 0.8;
    height: 3rem;
    margin: 0.5rem 0 2rem 0;
    font-weight: 300;
}

/*page*/
.pagination {
    margin: 20px 0 0 0;
}

.pagination li.disabled .page-link {
    background-color: #eee;
    color: #999;
}

.pagination li.disabled {
    cursor: not-allowed;
}

/*right*/
.cl-right {
    margin: 20px 0;
    padding-right: 0;
}

.right-card-main {
    background-color: #fff;
    margin: 0 0 20px 0;
}

.cl-code {
    width: 80%;
    margin: 10px auto;
    padding: 0 0 10px 0;
}

.right-card-title {
    font-size: 1rem;
    color: #333;
    font-weight: 400;
    padding: 10px 0 5px 10px;
}

.cl-code p {
    color: #999;
    line-height: 1.2rem;
    margin-top: 10px;
    text-align: center;
}

/*right-recommended*/
.right-recommended {
    padding: 10px;
    height: 120px;
    overflow: hidden;
}

.right-recommended-list {
    list-style: none;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
}

.right-recommended-list i {
    color: #999;
    margin-right: 4px;
}

.right-recommended-list li {
    width: 100%;
    border-bottom: 1px dashed #eaeaea;
    color: #666;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-weight: 300;
}

/*label*/
.label {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;

}

.label li a {
    display: block;
    border: 1px solid #dbdbdb;
    padding: 2px 10px;
    margin: 0 8px 8px 0;
    color: #666;
    font-weight: 300;
}

.label li a:hover {
    background-color: #FF9400;
    border-color: #FF9400;
    color: #fff;
}


/*footer*/
.cl-footer {
    /*background-color: #fbfbfb;*/
    background-image: url("/templates/calmlog/img/foot_bg.png");
    text-align: center;
    padding: 2rem 0 1rem 0;
    margin: 1rem 0 0 0;
    border-top: 1px solid #f1f1f1;
    font-weight: 300;
    color: #999;
}

.foot-bottom {
    min-height: 32px;
    line-height: 32px;
    background-image: url("/templates/calmlog/img/foot_bottom.png");
    background-size: 100% 100%;
}

.cl-footer-link a {
    font-size: 20px;
    padding: 1rem 0;
    color: #666;
}

.cl-copyright {
    color: #999;
    font-size: 0.8rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
}

/*article*/
.cl-article-title {
    padding: 20px 0 0 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4em;

}

.cl-card-tag {
    color: #999;
    font-size: 0.9rem;
    font-weight: 300;
}

.cl-article h1, .cl-article h2, .cl-article h3, .cl-article h4, .cl-article h5 {
    padding: 1.5rem 0 0.5rem 0;
}

.cl-article h1 {
    font-size: 1.4rem;
}

.cl-article h2 {
    font-size: 1.2rem;
}

.cl-article h3 {
    font-size: 1rem;
}

.cl-article h4 {
    font-size: 1rem;
}

.cl-article h5 {
    font-size: 1rem;
}

.cl-article {
    padding: 2.5rem 0 0 0;
    color: #666;
}

.cl-article blockquote {
    font-size: 18px;
    padding: 2rem 1rem 2rem 2rem;
    border-left: 4px solid #FF9400;
    background-color: #f3f3f3;
    /*font-style: italic;*/
    font-weight: bold;
    line-height: 1.8em;
}

.cl-article blockquote:before {
    content: " “ ";
    font-size: 60px;
    vertical-align: bottom;
    color: #FF9400;
}

.cl-article ul, .cl-article ol, .cl-article li {
    font-size: 1rem;
    color: #27282d;
}

.cl-article blockquote span {
    font-size: 36px
}

.cl-article img {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.cl-article p {
    padding: 0.5rem 0;
    line-height: 1.8rem;
    font-size: 1rem;
    color: #27282d;
    margin-bottom: 1rem;
    font-weight: 300;
    text-indent: 2em;
    text-align: justify;
}

.comment-page-title {
    font-size: 1rem;
}

.cl-content-info {
    color: #999;
}

/*comment panel*/

.triangle-icon {
    position: absolute;
    left: 50px;
    top: -30px;
    color: #f4f4f4;
    font-size: 60px;

}

.text-primary {
    text-align: right;
}

.text-primary a {
    font-size: 14px;
    color: #666;
}

@media (min-width: 576px) {
    .ll-panel {
        max-width: 30%;
    }
}


/*recommend aritical*/
.recommend-panel {
    margin: 20px 0;
}

.recommend-panel a.recommend-panel-link {
    display: block;
}

.recommend-panel-bottom {
    padding: 0.5rem;
    font-size: 14px;
}

.ll-title {
    margin: 3rem 0 1rem 0;
    color: #333;
}

.recommend-panel-top {
    overflow: hidden;
    height: 12rem;
}

.recommend-panel-top img, .recommend-item img, .cl-card-image img {
    width: 100%;
    max-width: 100%;
    transition: 0.4s ease-out;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
}

.recommend-panel-top img:hover, .recommend-item img:hover, .cl-card-image img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

@media (max-width: 576px) {
    .cl-card-main {
        padding-left: 0;
        padding-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 1rem;
    }

    .cl-card .cl-card-image {
        height: 200px;
    }

    .carousel-inner {
        height: 16rem;

    }

    .carousel-inner image {
        min-height: 16rem;
    }

    .cl-inner-footer {
        top: 12rem;
    }

    .recommend-item {
        height: 120px;
    }

    .recommend-item image {
        min-height: 120px;
    }

    .recommend-item-bottom {
        top: 80px;
    }

}

.product-top {
    padding: 20px;
    margin: 20px 0 0 0;
    width: 100%;
    background-color: #fff;
}

.product-list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.list-price {
    color: #E5511D;
    font-size: 1.4rem;
    margin-right: 1rem;
    font-weight: 500;
    margin-bottom: 0;

}

.list-more {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0;

}

.list-number {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0;
}

.price-box {
    display: flex;
    align-items: center;
}

.product-recommended-list {
    list-style: none;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
}

.product-recommended-list li {
    width: 100%;
    border-bottom: 1px dashed #eaeaea;
    color: #666;
    font-weight: 300;
    margin-top: 1rem;
}

.product-recommended-list li img {
    width: 100%;
}


.recommended-title {
    font-size: 12px;
    line-height: 1rem;
    margin-top: 0.5rem;
}

.comment-default-block {
    background: #fff;
    margin-top: 20px;
    padding: 20px;
}

/*job*/
.job-desc-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem 0;
    color: #222831;
    font-size: 16px;
}

.job-desc-title-divider {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 12px;
    height: 1px;
    background-color: #f4f4f5;
}

.job-apply-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 2rem auto;
}

.job-apply-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.job-apply-detail .form-group {
    width: 45%;
}


.job-verification-code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
    justify-content: space-between;
}

.job-verification-code .btn {
    padding: 0;
}

.job-verification-code .btn {
    border: 1px solid #ced4da;
}

.job-group-mobile1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.joblist-card{
    border-bottom:1px solid #eee;
}
.joblist-card-link{
    display:inline-block;
    width:100%;
    height:100%;
    padding:10px 20px;
}
.joblist-card-link:hover{
    background-color: #fafafa;
}
.cl-card-tag{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.cl-job-title{
    padding: 20px 0 0 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4em;
}

.job-title-group{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items:center;
    padding:10px 0;
}

.job-title-group span{
    display:inline-block;
    width:1.4rem;
    height:1.4rem;
    line-height:1.4rem;
    margin:0;
    padding:0;
    text-align:center;
    color:#fff;
    background-color:#ff6b6b;
    margin-right:5px;
}
.job-title-group .cl-article-title{
    padding:0;
    margin:0;
}

.job-right-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding:20px 0;
}
.job-right-title-group{
    border-bottom:1px dashed #eee;
    padding:10px 0;
}

.job-right-title-group span{
    padding:1px 3px;
    color: #fff;
    background-color: #ff6b6b;
    margin-right:2px;
    font-size: 12px;
}
.job-right-title-group a{
    font-size:14px;
}


.active-button{
    background: #013568;
    border-radius: 8px;
    font-family: 思源黑体Medium;
    color: #FFFFFF!important;
}
.newsBut{
    height: 50px;
    width: 200px;
    width: auto;
    font-family: 思源黑体Medium;
    font-size: 28px;
    color:#333333;
    color: #333333;
    border:none;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    margin-right: 48px;
    padding-right: 20px;
    padding-left: 20px;
}
.list-text:hover{
    background: #013568;
    border-radius: 8px;
    font-family: 思源黑体Medium;
    color: #FFFFFF!important;
}
.el-pagination {
    text-align: left !important;
}

.el-pager .number,
.el-pagination .btn-next,
.el-pagination .btn-prev{
    background: #FFFFFF !important;
    border-radius: 4px !important;
    border: 1px solid #B1BBC8 !important;
}

.el-pagination .el-pagination__jump {
    margin-left: 0px;
}

.el-pager .number.active {
    color: #2387F3 !important;
    border: 2px solid #2387F3 !important;
}

.logo-container {
    height: 51px;
    width: 283px;
    background-image: url("/templates/calmlog/img/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.home-header .logo-container {
    background-image: url("/templates/calmlog/img/logo_white.svg");
}

.home-header:hover .logo-container {
    background-image: url("/templates/calmlog/img/logo.svg");
}


/*移动端*/
@media (max-width: 1420px) {
    .cl-header {
        padding: 0 20px;
    }
}

@media (max-width: 1290px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px !important;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        font-size: 18px !important;
    }
}

@media (max-width: 1210px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px !important;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        font-size: 16px !important;
    }
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-weight: bold !important;
        font-size: 18px;
    }

    .navbar-collapse {
        position: fixed;
        top: 100px;
        right: 0;
        width: 80vw;
        background: #F8F8F8 !important;
        box-shadow: 0 2px 8px rgba(8, 20, 49, 0.3);
        padding: 0 15px;
    }

    .navbar-collapse .nav-item {
        border-bottom: 1px solid #d4d4d4;
    }


    .header-right {
        position: absolute;
        right: 0;
    }

    .cl-header .nav-link {
        height: 50px !important;
        justify-content: flex-start;
    }

    .cl-header .nav-item .jpress-collapse .nav-item {
        height: 50px !important;
    }

    .cl-header .nav-item .jpress-collapse .nav-link {
        padding: 0 0 0 40px;
        font-weight: bold;
        height: 100% !important;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        font-size: 18px !important;
    }

    .jpress-menu>.nav-item.active:after {
        display: none !important;
    }

    .navbar-toggler {
        border: none;
    }

    .footer-info {
        padding: 15px !important;
    }

    .footer-link {
        margin: 0 15px 15px !important;
    }

    .cl-footer {
        padding-top: 15px !important;
    }

    .footer-item {
        margin-bottom: 15px;
        width: 45%;
    }

    .footer-item:first-child {
        width: 100%;
        margin-right: 0 !important;
        padding: 0 15px;
    }

    .footer-item:nth-child(2) {
        width: 40%;
        margin-top: 15px;
    }

    .footer-item:nth-child(3) {
        width: 40%;
        margin-right: 0 !important;
        margin-top: 15px;
    }

    .footer-link {
        line-height: 32px;
    }

    .foot-bottom {
        padding: 0 15px;
    }

    .foot-bottom .foot-icp {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .logo-container {
        background-size: 70%;
    }
}

@media (max-width: 400px) {
    .logo-container {
        background-size: 60%;
        background-position: left !important;
    }
}
@media (min-width: 366px) {
    .container-news-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 28px;
    }
    .container-news-box::-webkit-scrollbar {
        display: none;
    }
    .news-container-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 32px;
    }
    .news-content{
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    .newsBut{
        width: auto;
        font-family: 思源黑体Medium;
        font-size: 16px;
        color: #333333;
        border-radius: 8px;
        border:solid 1px #013568;
        display: inline-block;
        padding:10px 20px;
        margin-right: 14px;
        margin-bottom: 10px;
    }
    .arrow-text, .arrow {
        font-family: SourceHanSansCN, SourceHanSansCN;
        font-weight: 300;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 16px;
        text-align: justify;
        font-style: normal;
    }
    .arrow-text, .arrow:hover{
        color: #FFFFFF!important;
    }
    .arrow {
        font-size: 10px !important;
        margin: 0 8px;
    }
}
@media(min-width: 990px){
    .news-content{
        display: flex;
        align-items: center;
    }
    .container-news-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 38px;
    }
    .news-container-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 112px;
    }
    .newsBut{
        width: auto;
        font-family: 思源黑体Medium;
        font-size: 20px;
        color: #333333;
        display: flex;
        border-radius: 8px;
        border:none;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .arrow-text, .arrow {
        font-family: SourceHanSansCN, SourceHanSansCN;
        font-weight: 300;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 26px;
        text-align: justify;
        font-style: normal;
    }
    .arrow-text, .arrow:hover{
        color: #FFFFFF!important;
    }
    .arrow {
        font-size: 10px !important;
        margin: 0 8px;
    }
}
@media(min-width: 1600px){
    .news-content{
        display: flex;
        align-items: center;
    }
    .container-news-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 48px;
    }
    .news-container-box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 112px;
    }
    .newsBut{
        width: auto;
        font-family: 思源黑体Medium;
        font-size: 28px;
        color: #333333;
        border:none;
        display: flex;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        margin-right: 48px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .arrow-text, .arrow {
        font-family: SourceHanSansCN, SourceHanSansCN;
        font-weight: 300;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 30px;
        text-align: justify;
        font-style: normal;
    }
    .arrow-text, .arrow:hover{
        color: #FFFFFF!important;
    }
    .arrow {
        font-size: 10px !important;
        margin: 0 8px;
    }
}

.navbar-expand-lg .zoom-menu .nav-link {
    font-size: 20px !important;
}

.container-box {
    max-width: 1230px !important;
    margin: 0 auto;
    padding: 0 15px;
}
<!--0.00031805038452148-->