/* 全局CSS reset */

/* 页面设置 */

/* 初始化标签在所有浏览器中的margin、padding值 */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
img {
    padding: 0;
    margin: 0;
}

.layui-form-label,
.layui-form-checkbox i {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Firefox */
    -webkit-box-sizing: content-box;
    /* Safari */
}

.layui-form-checked,
.layui-form-checked:hover {
    border-color: #59a0ff;
}

.layui-form-checked span,
.layui-form-checked:hover span {
    background-color: #59a0ff;
}

.layui-form-checked i,
.layui-form-checked:hover i {
    color: #59a0ff;
}

.layui-form-radio > i:hover,
.layui-form-radioed > i {
    color: #59a0ff;
}

/* 酌情修改 */

body {
    background: #fff;
    color: #fff;
    font-family: "微软雅黑", "宋体";
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 14px;
    line-height: 1;
}

/* 重置页面文字属性 */

/* 短引用的内容可取值：''或"" */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

/* 重置嵌套引用*/

/* 缩写，图片等无边框 */

fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

/* 重置fieldset（表单分组）、图片的边框为0*/

img {
    vertical-align: top;
}

/* 图片在当前行内的垂直位置 */

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

blockquote,
q {
    quotes: none;
}

/* 重置嵌套引用的引号类型 */

/* 清除特殊标记的字体和字号 */

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

/* 重置样式标签的样式 */

/* 上下标 */

/* 统一上标和下标 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/

/* 表格标题及内容居左显示 */

caption {
    display: none;
}

/* 重置表格标题为隐藏 */

caption,
th {
    text-align: left;
}

/* 清除列表样式 */

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

/* 重置类表前导符号为onne,menu在HTML5中有效 */

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 输入控件字体 */

input,
select,
textarea,
button {
    vertical-align: middle;
    outline: none;
}

/* 重置表单控件垂直居中*/

textarea {
    resize: none;
}

input[type="submit"] {
    cursor: pointer;
}

button[type="button"]:disabled {
    background-color: #dddddd;
    color: #fff;
}

/* 鼠标样式 */

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

/* 重置表单button按钮效果 */

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* 标题元素样式清除, 让标题都自定义, 适应多个系统应用 */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

/* 链接样式，颜色可酌情修改 */

/* a:link {} 未访问的链接 */

/* a:visited {}已访问的链接 */

/* a:hover {
    color: #59a0ff;
} */

/* 鼠标移动到链接上 */

/* a:active {}选定的链接 */

a {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

/* 取消a标签点击后的虚线框 */

/*
::selection{color: #fff;}
::-moz-selection{color: #fff;background-color: #4C6E78;}
*/

a {
    outline: none;
    transition: color 0.2s ease 0s;
    color: #666;
}

/*CSS3链接秒数缓冲效果2秒*/

/* 层版块缓冲效果CSS3       transition: all 0.3s ease 0s;   */

.clearfix {
    zoom: 1;
}

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

.f_yh {
    font-family: "Arial, Helvetica, sans-serif";
}

/*f_yh为英文字体样式*/

.cursor {
    cursor: pointer;
}

.fl,
.fr {
    display: inline;
}

/* 显示一行 超过省略 */

.oneRow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 显示两行 超过省略 */

.twoRow {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.threeRow {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* banner下方文本 */

.bannerNotes {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding-top: 20px;
    padding-right: 10px;
    font-size: 16px;
    color: #fff;
    text-indent: 20px;
    line-height: 40px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}

.loginEyes {
    background: url(../images/eye.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 11px;
    top: 19px;
    cursor: pointer;
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.7;
}

.layui-form-select dl dd.layui-this {
    background-color: #59a0ff;
    color: #fff;
}

.layui-unselect {
    color: #666;
}

#sliderBlockBox .layui-input-block .layui-icon {
    top: 0;
    left: 0;
    height: 36px;
    cursor: pointer;
}

#sliderBlockBox .layui-input-block .layui-bg-green {
    background-color: #1e9fff !important;
}

/* form 多选*/

select[multiple] + .layui-form-select > .layui-select-title > input.layui-input {
    border-bottom: 0;
}

select[multiple] + .layui-form-select dd {
    padding: 0;
}

select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin="primary"] {
    margin: 0 !important;
    display: block;
    line-height: 36px !important;
    position: relative;
    padding-left: 40px;
}

select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin="primary"] span {
    line-height: 36px !important;
    float: none;
}

select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin="primary"] i {
    position: absolute;
    left: 10px;
    top: 0;
    margin-top: 9px;
}

.multiSelect {
    line-height: normal;
    height: auto;
    padding: 4px 10px;
    overflow: hidden;
    min-height: 38px;
    margin-top: -38px;
    left: 0;
    z-index: 99;
    position: relative;
    background: none;
}

.multiSelect a {
    padding: 2px 5px;
    background: #908e8e;
    border-radius: 2px;
    color: #fff;
    display: block;
    line-height: 20px;
    height: 20px;
    margin: 2px 5px 2px 0;
    float: left;
}

.multiSelect a span {
    float: left;
}

.multiSelect a i {
    float: left;
    display: block;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    width: 8px;
    height: 8px;
    padding: 4px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.multiSelect a i:before,
.multiSelect a i:after {
    position: absolute;
    left: 8px;
    top: 2px;
    content: "";
    height: 12px;
    width: 1px;
    background-color: #fff;
}

.multiSelect a i:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.multiSelect a i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.multiSelect a i:hover {
    background-color: #545556;
}

.multiOption {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    color: #999;
}

.multiOption:hover {
    color: #59a0ff;
}

select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin="primary"]:hover span {
    background: none;
}

select[multiple] + .layui-form-select .layui-form-checked[lay-skin="primary"] i {
    border-color: #59a0ff !important;
    background-color: #59a0ff;
    color: #fff;
}

select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #59a0ff;
}

@font-face {
    font-family: "iconfont";
    src: url("data:application/x-font-woff;charset=utf-8;base64,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")
        format("woff");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-fanxuan:before {
    content: "\e837";
}

.icon-quanxuan:before {
    content: "\e623";
}

.icon-qingkong:before {
    content: "\e63e";
}

/*设备宽度>=768px时  pc,pro,ipad */

@media (min-width: 768px) {
    /*公用*/
    body {
        background: #f7f8fa;
    }

    /* 图片hover放大，父元素需加 relative ,overflow: hidden*/
    .hoverImg img:hover {
        -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
        -moz-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
        -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
        -o-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
        transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    }

    .hoverImg img {
        width: 100%;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .layui-tab-brief > .layui-tab-title .layui-this {
        color: #000;
        /* 文章导航颜色*/
        font-weight: 600;
        font-size: 15px;
    }

    .layui-tab-brief > .layui-tab-more li.layui-this:after,
    .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-bottom: 2px solid #59a0ff;
    }

    .layui-tab-content {
        padding: 0;
    }

    /* 元素突出 */
    .YFAnimation {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .YFAnimation:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -o-transform: scale(1.02);
        -ms-transform: scale(1.02);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    }

    /*加载更多*/
    .moduleGetMore {
        height: 40px;
    }

    .moduleGetMore p {
        line-height: 40px;
        text-align: center;
        width: 100px;
        margin: 15px auto 10px;
        border: 1px solid #59a0ff;
        color: #59a0ff;
        border-radius: 4px;
        cursor: pointer;
    }

    .moduleGetMore p:hover {
        background: #59a0ff;
        color: #fff;
    }

    /*内容页头部面包屑导航*/
    .topBreadcrumb {
        margin: 5px 0 15px;
    }

    .topBreadcrumb .layui-breadcrumb a:hover {
        color: #59a0ff !important;
    }

    /*header菜单*/
    #MPheader-nav {
        display: none;
    }

    #MPheader-search {
        display: none;
    }

    #MPmenuBox {
        display: none;
    }

    #YFMPlogo {
        display: none;
    }

    #YFheader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        height: 60px;
        z-index: 999;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        border-bottom: solid 1px #f2f2f2;
        -webkit-transform: translateZ(0);
    }

    #YFheaderBox {
        width: 1200px;
        margin: 0 auto;
    }

    #YFlogo {
        float: left;
        padding: 5px 0;
    }

    #YFlogo img {
        width: 200px;
        height: 50px;
    }

    #YFNav {
        float: left;
    }

    #YFNav .layui-nav {
        background: #fff;
    }

    #YFNav .layui-nav .layui-nav-item a {
        color: #666;
        font-size: 14px;
    }

    #YFNav .layui-nav .layui-nav-item a:hover,
    #YFNav .layui-nav .layui-this a {
        color: #2d71cd;
        /* nav字体颜色 */
        font-weight: 600;
    }

    #YFNav .layui-nav .layui-nav-more {
        border-color: #666 transparent transparent;
        border-top-color: #666;
        border-width: 4px;
        right: 6px;
        margin-top: -2px;
    }

    #YFNav .layui-nav .layui-nav-mored,
    .layui-nav-itemed > a .layui-nav-more {
        margin-top: -5px;
        border-style: dashed dashed solid;
        border-color: transparent transparent #666;
    }

    #YFNav .layui-nav .layui-this:after,
    #YFNav .layui-nav-bar,
    #YFNav .layui-nav-tree .layui-nav-itemed:after {
        background-color: #59a0ff;
        /* 导航下划线 */
        height: 4px;
    }

    #YForder {
        float: right;
        height: 60px;
        width: 250px;
        text-align: right;
    }

    #YForder div {
        display: inline-block;
        padding: 10px;
    }

    #YForder div p {
        line-height: 20px;
        text-align: center;
    }

    #YForder div p span {
        text-align: center;
    }

    #YForder .phoneQR {
        position: relative;
        cursor: pointer;
    }

    #YForder .phoneQR P:last-child img {
        width: 100%;
    }

    #YForder .phoneQR p:last-child {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        visibility: hidden;
        -webkit-transition: all 0.2s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0.2s;
        transition: all 0.2s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0.2s;
        position: absolute;
        min-width: 140px;
        right: -42px;
        top: 55px;
        background: #fff;
        background-clip: padding-box;
        border: solid 4px rgba(221, 221, 221, 0.5);
        padding: 20px;
    }

    #YForder .phoneQR:hover p:last-child {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 100;
        padding: 8px;
    }

    #YForder .phoneQR:hover p:last-child:before {
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff;
        background-clip: padding-box;
        border: solid 4px rgba(221, 221, 221, 0);
        border-width: 4px 4px 0 0;
        position: absolute;
        top: -7px;
        right: 60px;
        content: " ";
    }

    #YForder .phoneQR:hover p:last-child:after {
        position: absolute;
        width: 0;
        height: 0;
        content: "";
        border: 5px solid rgba(221, 221, 221, 0.5);
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        top: -14px;
        right: 62px;
    }

    #YForder .userPhoto {
        padding: 6px;
        float: right;
        position: relative;
    }

    #YForder .userPhoto a img {
        width: 46px;
        height: 46px;
        border-radius: 50%;
    }

    #YForder .userPhoto p {
        padding: 10px;
    }

    #YForder .userPhoto p a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    #YForder .userPhoto .userPhotoNav {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        visibility: hidden;
        -webkit-transition: all 0.2s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0.2s;
        transition: all 0.2s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0.2s;
        position: absolute;
        min-width: 140px;
        right: -42px;
        top: 56px;
        background: #fff;
        background-clip: padding-box;
        border: solid 4px rgba(221, 221, 221, 0.5);
        padding: 20px;
    }

    #YForder .userPhoto:hover .userPhotoNav {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 100;
        padding: 8px;
    }

    #YForder .userPhoto:hover .userPhotoNav:before {
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff;
        background-clip: padding-box;
        border: solid 4px rgba(221, 221, 221, 0);
        border-width: 4px 4px 0 0;
        position: absolute;
        top: -7px;
        right: 60px;
        content: " ";
    }

    #YForder .userPhoto:hover .userPhotoNav:after {
        position: absolute;
        width: 0;
        height: 0;
        content: "";
        border: 5px solid rgba(221, 221, 221, 0.5);
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        top: -14px;
        right: 62px;
    }

    /* footer */
    #YFfooter {
        background: #333;
        color: #f6f6f6;
    }

    #YFfooter hr {
        background-color: #6f6f6f !important;
        color: #6f6f6f !important;
    }

    .footerTitle {
        color: #fff;
        font-size: 18px;
        font-family: PingFang-SC-Bold;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .YFfooterBox {
        height: auto;
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    .YFfooterLow {
        height: auto;
        padding: 30px 0;
    }

    .YFfooterLow p span {
        display: inline-block;
        margin-right: 30px;
    }

    .YFfooterLow p span a {
        color: #d8d8d8;
    }

    .YFfooterItem {
        float: left;
    }

    .YFfooterItem p {
        line-height: 26px;
    }

    .YFfooterItem a {
        color: #d8d8d8;
    }

    .YFfooterItemContact {
        width: 400px;
    }

    .YFfooterItemAbout {
        width: 200px;
        text-align: center;
    }

    .YFfooterItemPic {
        width: 200px;
        text-align: center;
    }

    .YFfooterItemPic p {
        padding: 10px;
        display: inline-block;
        border: 1px solid #6f6f6f;
        background: #fff;
    }

    .YFfooterWarm {
        text-align: center;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .YFfooterWarm p {
        display: inline-block;
        margin-right: 10px;
    }

    /* 内容布局 */
    .layui-container {
        padding: 70px 0 40px;
    }

    .YFCardSlide .layui-elem-quote {
        cursor: pointer;
    }

    /* 内容地图 */
    .YFmapBox .layui-breadcrumb a:hover {
        color: #59a0ff !important;
    }

    /* 列表页菜单*/
    .YFMenu .NavRow {
        height: 34px;
        overflow: hidden;
        margin-bottom: 4px;
    }

    .YFMenu .NavRow .NavRowTitle {
        float: left;
        font-size: 14px;
        color: #333;
        line-height: 34px;
        width: 90px;
        font-weight: 600;
    }

    .YFMenu .NavRow .NavRowOpt {
        padding: 0 30px 0 90px;
        line-height: 34px;
        position: relative;
    }

    .YFMenu .NavRow .NavRowOpt ul li {
        float: left;
    }

    .YFMenu .NavRow .NavRowOpt ul li a {
        padding: 0 8px;
    }

    .YFMenu .NavRow .NavRowOpt ul li.active a {
        display: inline-block;
        background: #59a0ff;
        color: #fff;
    }

    .YFMenu .NavRow .NavRowOpt .NavRowMore {
        position: absolute;
        right: 0px;
        top: 0;
        cursor: pointer;
    }

    /* 左侧边栏*/
    .YFleft {
        width: 900px;
        padding-right: 20px;
    }

    .YFSubgroup {
        background: #fff;
        border-radius: 10px;
        margin-bottom: 10px;
        -webkit-box-shadow: 0 4px 21px 0 rgba(33, 49, 182, 0.09);
        box-shadow: 0 4px 22px 0 rgba(33, 49, 182, 0.09);
    }

    .YFSubgroup .layui-tab {
        margin: 0;
    }

    .YFSubgroup .layui-elem-quote {
        padding: 10px 10px 10px 20px;
        margin: 0;
        background: #fff;
        border-left: 5px solid #fff;
        line-height: 30px;
        border-radius: 10px 10px 0 0;
    }

    .YFSubgroup .layui-elem-quote span.quoteTitle {
        font-size: 18px;
        color: #212121;
        font-weight: 700;
    }

    .YFSubgroup .layui-elem-quote span.quoteTips {
        float: right;
    }

    .YFSubgroup .layui-elem-quote span.quoteTips a {
        margin-left: 10px;
    }

    .YFSubgroup .layui-elem-quote:after {
        content: "";
        position: absolute;
        left: 8px;
        height: 100%;
        width: 4px;
        background: #ffda44;
        width: 5px;
        height: 30px;
        background: linear-gradient(0deg, rgb(175, 207, 255), rgb(66, 133, 245));
        border-radius: 3px;
        /* top: 15px; */
    }

    .YFContent {
        padding: 20px;
        background: #fff;
    }

    /* 右侧边栏 */
    .YFright {
        width: 300px;
        float: right;
    }

    .sideRight {
        background: #fff;
        -webkit-box-shadow: 0 4px 21px 0 rgba(33, 49, 182, 0.09);
        box-shadow: 0 4px 21px 0 rgba(33, 49, 182, 0.09);
        padding: 20px 10px 10px;
        margin-bottom: 10px;
        border-radius: 6px;
    }

    .sideRight h3 {
        position: relative;
        line-height: 20px;
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

    .sideRight h3:before {
        content: "";
        background: linear-gradient(0deg, #9fc6ff, #4285f5);
        width: 4px;
        height: 20px;
        position: absolute;
        left: -10px;
        top: 0px;
    }

    .sideRight h3 a {
        line-height: 20px;
        font-size: 14px;
        float: right;
        color: #999;
        font-weight: 500;
    }

    /*标准模板*/
    .sideRight .sideContent {
        padding-top: 20px;
    }

    /*广告模板*/
    .sideRightAd {
        width: 300px;
        position: relative;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .sideRightAd img {
        width: 100%;
        height: 100%;
    }

    /*无标题模板内容*/
    .sideRoom {
        padding: 20px;
    }

    /* 活动 */
    .sideActivity {
        padding: 0 5px;
    }

    .sideActivity .sideActivityPic {
        width: 270px;
        height: 160px;
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
    }

    .sideActivity .sideActivityPic img {
        width: 100%;
        height: 100%;
    }

    .sideActivityList p {
        line-height: 25px;
    }

    .sideActivityList p span {
        width: 6px;
        height: 6px;
        top: -2px;
    }

    /* 广告 */
    .sideRightAd .layui-carousel > [carousel-item] {
        border-radius: 6px;
    }

    /* 新闻 */
    .sideNews p {
        margin-bottom: 20px;
    }

    .sideNews .sideNewsTitle {
        display: block;
        padding-left: 30px;
        line-height: 20px;
    }

    .sideNews .layui-badge {
        float: left;
    }

    .sideNews .layui-bg-blue + span a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 40px;
    }

    .sideNews .layui-bg-gray + span a {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 20px;
    }

    /* 图片模板 */
    .sidePicList .sidePicSingle {
        width: 280px;
        height: 160px;
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
    }

    .sidePicList .sidePicSingle img {
        width: 100%;
        height: 100%;
    }

    /* 右侧嘉宾 */
    .sideContent .sidePersonBox:last-child {
        margin-bottom: 20px;
    }

    .sidePersonBox {
        text-align: center;
        position: relative;
        width: 230px;
        margin: 0 auto;
        border: 1px solid #ddd;
        margin-top: 50px;
        border-radius: 0 0 10px 10px;
        margin-bottom: 80px;
    }

    .sidePersonBox:hover {
        border: 1px solid #59a0ff;
    }

    .sidePersonBox .sidePersonImg {
        position: absolute;
        top: -50px;
        left: 60px;
    }

    .sidePersonBox .sidePersonImg img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 4px 21px 0 rgba(33, 49, 182, 0.09);
        box-shadow: 0 4px 21px 0 rgba(33, 49, 182, 0.09);
    }

    .sidePersonBox .sidePersonQR {
        position: absolute;
        top: 105px;
        left: -16px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        visibility: hidden;
        -webkit-transition: all 0.2s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0.2s;
        transition: all 0.2s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0.2s;
        min-width: 140px;
        background: #fff;
        background-clip: padding-box;
        border: solid 4px rgba(221, 221, 221, 0.5);
        padding: 20px;
    }

    .sidePersonBox .sidePersonImg:hover .sidePersonQR {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 100;
        padding: 8px;
    }

    .sidePersonBox .sidePersonQR:before {
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff;
        background-clip: padding-box;
        border: solid 4px rgba(221, 221, 221, 0);
        border-width: 4px 4px 0 0;
        position: absolute;
        top: -7px;
        right: 60px;
        content: " ";
    }

    .sidePersonBox .sidePersonQR:after {
        position: absolute;
        width: 0;
        height: 0;
        content: "";
        border: 5px solid rgba(221, 221, 221, 0.5);
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        top: -14px;
        right: 62px;
    }

    .sidePersonBox .sidePersonQR img {
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sidePersonBox .sidePersonInfo {
        padding: 70px 10px 10px;
        background: #f7fcff;
        border-radius: 10px;
    }

    .sidePersonBox .sidePersonName {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .sidePersonBox .sidePersonTips {
        color: #888;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .sidePersonBox .sidePersonTag span {
        display: inline-block;
        padding: 5px;
        border: 1px solid #ddd;
        color: #888;
        margin-bottom: 5px;
    }

    /* 右侧企业 */
    .sideContent .sideCompanyBox:last-child {
        margin-bottom: 20px;
    }

    .sideCompanyBox {
        text-align: center;
        position: relative;
        width: 230px;
        margin: 0 auto;
        border: 1px solid #ddd;
        margin-top: 50px;
        border-radius: 0 0 10px 10px;
        margin-bottom: 80px;
    }

    .sideCompanyBox:hover {
        border: 1px solid #59a0ff;
    }

    .sideCompanyBox .sideCompanyImg {
        position: absolute;
        top: -50px;
        left: 60px;
    }

    .sideCompanyBox .sideCompanyImg img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 4px 21px 0 rgba(33, 49, 182, 0.09);
        box-shadow: 0 4px 21px 0 rgba(33, 49, 182, 0.09);
    }

    .sideCompanyBox .sideCompanyInfo {
        padding: 70px 10px 15px;
        background: #f7fcff;
        border-radius: 10px;
    }

    .sideCompanyBox .sideCompanyName {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .sideCompanyBox .sideCompanyTips {
        color: #888;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .sideCompanyBox .sideCompanyTag span {
        display: inline-block;
        padding: 5px;
        border: 1px solid #ddd;
        color: #888;
        margin-bottom: 5px;
    }

    /* 侧边活动 */
    .sideContent .eventSingle {
        margin-bottom: 20px;
        padding: 0 4px;
    }

    .sideContent .eventBox .eventSingle {
        width: 25%;
        float: left;
        padding: 10px;
    }

    .sideContent .eventSingle .eventPack {
        border: 1px solid #ddd;
        height: 310px;
        border-radius: 8px;
        overflow: hidden;
    }

    .sideContent .eventSingle .eventPack .eventPackImg img {
        width: 270px;
    }

    .sideContent .eventSingle .eventPack .eventPackInfo {
        padding: 20px 10px;
    }

    .sideContent .eventSingle .eventPack .PackTime {
        color: #999;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .sideContent .eventSingle .eventPack .PackTitle {
        margin-bottom: 10px;
        font-size: 16px;
        height: 42px;
        line-height: 21px;
    }

    .sideContent .eventSingle .eventPack .PackTitle a {
        color: #333;
    }

    .sideContent .eventSingle .eventPack .PackAddress {
        color: #999;
        font-size: 12px;
    }

    /* 侧边合作 */
    .sideCooperate {
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .sideCooperate div:first-child {
        width: 60px;
        height: 60px;
        float: left;
    }

    .sideCooperate div:first-child img {
        width: 100%;
        height: 100%;
    }

    .sideCooperate div:last-child {
        padding-left: 70px;
    }

    .sideCooperate div:last-child p {
        line-height: 20px;
    }

    .sideCooperate:hover {
        border: 1px solid #59a0ff;
    }

    /* 侧边加入直聘群 */
    .sideJob .sideJobImg {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .sideJob .sideJobImg img {
        width: 100%;
        height: 100%;
    }

    .sideJob .sideJobName {
        text-align: center;
        font-size: 16px;
    }

    .sideJob .sideJobFoot p {
        margin-bottom: 10px;
    }

    .sideJob .sideJobFoot p span {
        color: #59a0ff;
    }

    /* 评分 */
    .sideRate {
        padding: 0 26px;
    }

    .sideRate span {
        display: inline-block;
    }

    .sideRate .sideRateNum {
        text-align: right;
        padding: 5px 0;
    }

    .sideRate .sideRateNum b {
        color: #59a0ff;
    }

    /* 营销咨询 */
    .consultBox {
        padding: 30px 20px 10px !important;
    }

    .consultBox .layui-input-block {
        margin-left: 0;
    }

    .consultBox .layui-form-item:last-child {
        text-align: center;
    }

    /* 代理商 */
    .agentBox ul {
        height: 300px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .agentBox h4 {
        font-weight: 600;
    }

    .agentBox .layui-timeline-axis {
        color: #59a0ff;
    }

    .agentBox .agentMore {
        text-align: center;
        padding: 5px 10px;
        border-radius: 6px;
    }

    .agentBox .agentMore:hover {
        background: #59a0ff;
        color: #fff;
        cursor: pointer;
    }

    /* 公司概况*/
    .sideSurvey p {
        line-height: 30px;
        margin-bottom: 10px;
        padding: 0 20px;
    }

    .sideSurvey p span {
        color: #59a0ff;
        line-height: 30px;
    }
}

/*设备宽度<=767时  手机 */

@media (max-width: 767px) {
    /*公用*/
    /*header菜单*/
    body {
        position: relative;
    }

    /*导航颜色*/
    .layui-tab-brief > .layui-tab-title .layui-this {
        color: #000;
        /* 文章导航颜色*/
        font-weight: 600;
        font-size: 15px;
    }

    .layui-tab-brief > .layui-tab-more li.layui-this:after,
    .articleList .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-bottom: 2px solid #59a0ff;
    }

    .layui-tab-brief > .layui-tab-more li.layui-this:after,
    .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-bottom: 2px solid #59a0ff;
    }

    .layui-tab-content {
        padding: 0;
    }

    /* 加载更多 */
    .moduleGetMore {
        height: 50px;
        padding: 10px 0;
    }

    .moduleGetMore p {
        text-align: center;
        line-height: 30px;
        border: 1px solid #59a0ff;
        width: 100px;
        margin: 0 auto;
        border-radius: 4px;
        color: #59a0ff;
    }

    /*内容页头部面包屑导航*/
    .topBreadcrumb {
        margin: 10px 0;
    }

    .topBreadcrumb .layui-breadcrumb a:hover {
        color: #59a0ff !important;
    }

    /* 列表页菜单*/
    .YFMenu .NavRow {
        height: 34px;
        overflow: hidden;
        margin-bottom: 4px;
    }

    .YFMenu .NavRow .NavRowTitle {
        float: left;
        font-size: 14px;
        color: #333;
        line-height: 34px;
        width: 90px;
        font-weight: 600;
    }

    .YFMenu .NavRow .NavRowOpt {
        padding: 0 30px 0 90px;
        line-height: 34px;
        position: relative;
    }

    .YFMenu .NavRow .NavRowOpt ul li {
        float: left;
    }

    .YFMenu .NavRow .NavRowOpt ul li a {
        padding: 0 8px;
    }

    .YFMenu .NavRow .NavRowOpt ul li.active a {
        display: inline-block;
        background: #59a0ff;
        color: #fff;
    }

    .YFMenu .NavRow .NavRowOpt .NavRowMore {
        position: absolute;
        right: 0px;
        top: 0;
        cursor: pointer;
    }

    .holding {
        height: 100%;
        overflow: hidden;
    }

    #YFheaderBox {
        display: none;
    }

    #YFheaderMPBox {
        position: relative;
    }

    #YFMPlogo {
        position: absolute;
        left: 10px;
        padding: 10px 0;
    }

    #YFMPlogo img {
        height: 40px;
    }

    #MPheader-nav {
        display: block;
        word-spacing: 0;
        height: 60px;
        text-align: right;
        border-bottom: 1px solid #cddce7;
        background: #fff;
    }

    #MPheader-nav a {
        display: inline-block;
        border-left: solid 1px #cddce7;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 28px;
        color: #9ab8d0;
    }

    #MPheader-search {
        display: block;
        height: 60px;
        position: relative;
        display: none;
        top: 0;
    }

    #MPheader-search input {
        border: 0;
        width: 100%;
        height: 60px;
        padding-left: 20px;
        padding-right: 124px;
        -webkit-appearance: none;
        box-sizing: border-box;
        outline: none;
        font-size: 18px;
    }

    #MPheader-search a {
        display: inline-block;
        border-left: solid 1px #cddce7;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 28px;
        color: #9ab8d0;
    }

    #MPsearchbtn {
        position: absolute;
        top: 0;
        right: 66px;
        border-left: 0;
    }

    #MPsearchexit {
        position: absolute;
        top: 0;
        right: 0;
    }

    #MPportraitLink {
        width: 100% !important;
        text-align: center;
    }

    #MPportraitLink img {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    /*手机菜单*/
    .MPsearch-mask {
        background: #f2f2f2;
        height: 1000px;
        border-top: 1px solid #cddce7;
        z-index: 99;
    }

    body.slide-left {
        -webkit-transform: translate(-130px, 0);
        -ms-transform: translate(-130px, 0);
        transform: translate(-130px, 0);
    }

    body.slide-left:after {
        visibility: visible;
        opacity: 0.3;
        z-index: 1002;
    }

    .show-menu #MPmenuBox {
        display: block;
        width: 130px;
        height: 2000px;
        background: #3c3c44;
        padding-top: 0px;
        position: absolute;
        left: 100%;
        top: 0;
    }

    #MPmenuBox {
        display: none;
    }

    #bodyMask {
        background: #3c3c44;
        opacity: 0.3;
        height: 1000px;
        position: absolute;
        top: 0;
        width: 100%;
        display: none;
        z-index: 1003;
        right: 130px;
    }

    #MPmenuBox-login {
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 14px;
    }

    #MPmenuBox-login a {
        display: inline-block;
        width: 60px;
        float: left;
        color: #fff;
    }

    #MPmenuBox-login span {
        width: 10px;
        display: inline-block;
        float: left;
        color: #fff;
    }

    #MPmenuBox ul li.active a {
        background: #474750;
        border-color: #555560;
    }

    #MPmenuBox ul li a {
        height: 45px;
        line-height: 45px;
        display: block;
        text-align: left;
        border: solid 1px transparent;
        border-width: 1px 0;
        color: #fff;
        padding-left: 17px;
    }

    #MPmenu span {
        font-size: 26px;
    }

    body.holding-right {
        margin-right: -130px;
        padding-right: 130px;
    }

    .YFSubgroup .layui-elem-quote span.quoteTips {
        float: right;
    }

    .YFSubgroup .layui-elem-quote span.quoteTips a {
        margin-left: 10px;
    }

    /* footer */
    #YFfooter {
        background: #f2f2f2;
        color: #666;
    }

    .YFfooterWarm {
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    /* 手机端模块 */
    .YFSubgroup {
        background: #fff;
        border-radius: 10px;
        margin-top: 10px;
        -webkit-box-shadow: 0 4px 21px 0 rgba(33, 49, 182, 0.09);
        box-shadow: 0 4px 22px 0 rgba(33, 49, 182, 0.09);
    }

    .YFSubgroup .layui-tab {
        margin: 0;
    }

    .YFSubgroup .layui-elem-quote {
        padding: 5px 10px 5px 20px;
        margin: 0;
        background: #fff;
        border-left: 5px solid #fff;
        line-height: 30px;
        border-radius: 10px 10px 0 0;
        position: relative;
    }

    .YFSubgroup .layui-elem-quote span.quoteTitle {
        font-size: 16px;
        color: #212121;
        font-weight: 700;
    }

    .YFSubgroup .layui-elem-quote:after {
        content: "";
        position: absolute;
        left: 8px;
        height: 100%;
        width: 4px;
        background: #ffda44;
        width: 5px;
        height: 20px;
        background: linear-gradient(0deg, rgb(175, 207, 255), rgb(66, 133, 245));
        border-radius: 3px;
        top: 10px;
    }

    .YFContent {
        padding: 10px;
        background: #fff;
    }

    /* 用户模板 */
    .sideContent .sidePersonBox:last-child {
        margin-bottom: 20px;
    }

    .sidePersonBox {
        text-align: center;
        position: relative;
        width: 230px;
        margin: 0 auto;
        border: 1px solid #ddd;
        margin-top: 50px;
        border-radius: 0 0 10px 10px;
        margin-bottom: 80px;
    }

    .sidePersonBox:hover {
        border: 1px solid #59a0ff;
    }

    .sidePersonBox .sidePersonImg {
        position: absolute;
        top: -50px;
        left: 60px;
    }

    .sidePersonBox .sidePersonImg img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 4px 21px 0 rgba(33, 49, 182, 0.09);
        box-shadow: 0 4px 21px 0 rgba(33, 49, 182, 0.09);
    }

    .sidePersonBox .sidePersonInfo {
        padding: 70px 10px 10px;
        background: #f7fcff;
        border-radius: 10px;
    }

    .sidePersonBox .sidePersonName {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .sidePersonBox .sidePersonTips {
        color: #888;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .sidePersonBox .sidePersonTag span {
        display: inline-block;
        padding: 5px;
        border: 1px solid #ddd;
        color: #888;
        margin-bottom: 5px;
    }

    /* 右侧企业 */
    .sideContent .sideCompanyBox:last-child {
        margin-bottom: 20px;
    }

    .sideCompanyBox {
        text-align: center;
        position: relative;
        width: 230px;
        margin: 0 auto;
        border: 1px solid #ddd;
        margin-top: 50px;
        border-radius: 0 0 10px 10px;
        margin-bottom: 80px;
    }

    .sideCompanyBox:hover {
        border: 1px solid #59a0ff;
    }

    .sideCompanyBox .sideCompanyImg {
        position: absolute;
        top: -50px;
        left: 60px;
    }

    .sideCompanyBox .sideCompanyImg img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 4px 21px 0 rgba(33, 49, 182, 0.09);
        box-shadow: 0 4px 21px 0 rgba(33, 49, 182, 0.09);
    }

    .sideCompanyBox .sideCompanyInfo {
        padding: 70px 10px 15px;
        background: #f7fcff;
        border-radius: 10px;
    }

    .sideCompanyBox .sideCompanyName {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .sideCompanyBox .sideCompanyTips {
        color: #888;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .sideCompanyBox .sideCompanyTag span {
        display: inline-block;
        padding: 5px;
        border: 1px solid #ddd;
        color: #888;
        margin-bottom: 5px;
    }

    .sidePersonBox .sidePersonQR {
        display: none;
    }
}

.flex-col {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.flex-center {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
