﻿body {}

a {
    color: #333333;
}

a:hover {
    color: #FF5722;
}

.link-gray {
    color: #999999;
}

.link-blue {
    color: #01AAED;
}

.link-gray:hover,
.link-blue:hover {
    color: #FF5722;
    text-decoration: underline;
}

/*layout*/
.base-body {
    width: 100%;
    background-color: #e6e6e6;
    position: relative;
    box-sizing: border-box;
    min-height: 100vh;
    padding-top: 60px;
}

.base-header {
    width: 100%;
    height: 60px;
    background-color: #fdfdfd;
    position: fixed;
    top: 0;
}

.base-header .logo {
    width: 200px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 15px;
    top: 0;
    display: flex;
    align-items: center
}

.base-header .logo img {
    width: 180px;
}

/*灰色背景导航*/
.layui-nav-gray {
    background-color: #fdfdfd;
}

.layui-nav-gray .layui-this a,
.layui-nav-gray .layui-nav-item a:hover {
    color: #1E9FFF;
}

.layui-nav-gray .layui-nav-item a {
    color: #333;
    font-size: 16px;
}

.base-content {
    padding: 20px 0;
}

.base-footer {
    width: 100%;
    color: #ffffff;
    background-color: #393D49;
    line-height: 30px;
}

/*复选框宽度*/
.checkbox-min .layui-form-checkbox span {
    width: 70px;
}

.checkbox-max .layui-form-checkbox span {
    width: 150px;
}

/*单选框宽度*/
.radio-min .layui-form-radio div {
    width: 70px;
}

.radio-max .layui-form-radio div {
    width: 150px;
}

/*文字版radio*/
.radio-text>.layui-form-radio>i {
    display: none;
}
.radio-text>.layui-form-radioed {
    font-weight: 700;
}

/*文字版checkbox*/
.checkbox-text>.layui-form-checkbox{
    padding-left: 0;
    padding-right: 10px;
    margin-right: 10px;
}
.checkbox-text>.layui-form-checkbox span{
    padding-right: 0;
}
.checkbox-text>.layui-form-checkbox>i {
    display: none;
}
.checkbox-text>.layui-form-checked span{
    font-weight: 700;
    color: #5FB878;
}

/*定制table*/
.list-table .layui-table-view .layui-table[lay-size="lgg"] td .layui-table-cell {
    height: auto;
    padding-top: 8px;
    padding-bottom: 5px;
}

.list-table .layui-table-view .layui-table[lay-size="lgg"] th .layui-table-cell {
    font-weight: 700;
}

.list-table .layui-table-view .layui-table-page {
    padding: 10px 10px 0;
    height: 45px;
}

/*提示信息*/
.remind-title {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    font-weight: 600;
}

.remind-box {
    background-color: #cce3ff;
    padding: 15px 0 10px;
    border-radius: 3px;
}

.remind-box .u-year {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.remind-box .u-year .u-number {
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FF5722;
    font-size: 16px;
}

.remind-box .u-countdown {
    color: #2d5797;
}

/*资讯、公告*/
.card-list ul li {
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: dashed 1px #ccc;
}

.card-list ul li:last-child {
    border-bottom-width: 0;
}

.card-list ul li .datetime {
    color: #999999;
}

.card-list .more {
    display: inline-block;
    position: absolute;
    right: 15px;
}

/*专业合集*/
.collection .layui-btn {
    height: 43px;
    line-height: 43px;
}

.collection .layui-border-a1 {
    border: 1px solid #17233d;
    color: #17233d;
}

.collection .layui-border-a2 {
    border: 1px solid #00c1de;
    color: #00c1de;
}

.collection .layui-border-a3 {
    border: 1px solid #465cb9;
    color: #465cb9;
}

.collection .layui-border-a4 {
    border: 1px solid #19be6b;
    color: #19be6b;
}

/*面包屑*/
.crumb {
    color: #999;
}

/*资讯、公告*/
.info-main .title {
    font-size: 28px;
    line-height: 50px;
}

.info-main .date {
    height: 40px;
    line-height: 40px;
    color: #999999;
}

.info-main .intro {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #999999;
    padding: 15px 20px;
    line-height: 24px;
}

.info-main .content {
    line-height: 30px;
    font-size: 16px;
    padding: 20px 0;
    letter-spacing: 0.02em;
}

.info-main .content p {
    text-indent: 2em;
    margin-top: 10px;
}

/*个人中心-leftmenu*/
.account-side .layui-menu {
    margin: 0;
}

.account-side .layui-menu li {
    line-height: 35px;
}

.account-input-text {
    line-height: 38px;
}

/*layui-form 宽label*/
.lg-form .layui-form-label {
    width: 100px;
}

.lg-form .layui-input-block {
    margin-left: 130px;
}

.layui-form-item>.required:after {
    content: '*';
    color: red;
    position: absolute;
    margin-left: 4px;
    font-weight: bold;
    line-height: 1.8em;
    top: 6px;
    right: 5px;
}

/*步骤条*/
.steps-box {
    padding: 20px 0 0 70px;
}

.steps-box ol.steps::-webkit-scrollbar {
    /* chrome 隐藏滚动条*/
    display: none;
}

.steps-box ol.steps {
    list-style: none;
    display: flex;
    overflow-x: auto;
    height: 60px;
    padding-left: 20px;
}

.steps-box ol.steps:after,
ol.steps li:after {
    content: '';
    display: block;
    clear: both;
}

.steps-box ol.steps li {
    float: left;
    flex: 1;
    position: relative;
    min-width: 120px;
}

.steps-box ol.steps li .step-line {
    height: 5px;
    background-color: #e0e0e0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
    margin-top: 15px;
}

.steps-box ol.steps li.step-active .step-line {
    background-color: #00a854;
    box-shadow: inset 0 1px 1px #00a854;
}

.steps-box ol.steps .step-content {
    position: absolute;
    top: 0;
    left: -15px;
    text-align: center;
}

.steps-box ol.steps li .step-content .step-num {
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #fff;
    background-color: #b9b9b9;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid rgba(224, 224, 224, 1);
}

.steps-box ol.steps li.step-active .step-content .step-num {
    background-color: #00a854;
}

.steps-box ol.steps li.step-end {
    width: 120px !important;
    flex: inherit;
}

.steps-box ol.steps li.step-end .step-line {
    display: none;
}

/*自定义-垂直导航菜单*/


/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}