@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0px;
    vertical-align: middle;
    font-family: "Microsoft YaHei";
    outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
button,
dd,
dl,
dt {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
    display: none;
}

.clearfix:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix:after {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

button {
    outline: none;
    background: none;
    font-family: "Microsoft YaHei";
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

textarea,
select {
    outline: none;
    font-family: "Microsoft YaHei";
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

input[type="submit"] {
    box-shadow: none;
    border: 0;
}

input::-ms-clear {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

body,
html {
    width: 100%;
    height: 100%;
    min-width: 1400px;
    font-family: "Microsoft YaHei"!important;
    font-size: 14px;
    position: relative;
    color: #333333;

}

input::-webkit-input-placeholder {
    color: #666666;
}

input:-moz-placeholder {
    color: #666666;
    font-family: "Microsoft YaHei";
}

textarea:-moz-placeholder {
    color: #666666;
}

textarea::-webkit-textarea-placeholder {
    color: #666666;
}

textarea:-ms-input-placeholder {
    color: #666666;
}

textarea::-webkit-input-placeholder {
    color: #666666;
}

textarea::input-placeholder {
    color: #666666;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Microsoft YaHei";
}

a {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
}

.iconfont {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/*index-------------------------------------------------*/
.fullPage {
    height: 100%;
    min-width: 1200px;
    position: relative;
    background: #f6f6f6;
    overflow: hidden;
}

.fullPage .header {
    position: absolute;
    z-index: 20;
    top: 0px;
    left: 200px;
    right: 0;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;

}

.fullPage .header .fr {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 100%;
}

.fullPage .header .fr .hd-mid {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 0 19px 0 40px;
}

.fullPage .header .fr .hd-car {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    margin-left: 20px;
}

.fullPage .header .fr .hd-car::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: rgba(204, 204, 204, 1);

}



.fullPage .header .fr .hd-car img {
    height: 20px;
}

.header .user-info {
    margin-right: 8px;
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: relative;
}


.header .user-info .user-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    margin-right: 5px;
    background: #3695ff;

}

.header .user-info .user-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    border-radius: 50%;
}

.header .user-info .name {
    color: rgba(51, 51, 51, 1);
    padding-right: 8px;
}

.hd-message {
    position: relative;
}



.hd-message .icon-tongzhixiaoxi {
    width: 18px;
    height: 18px;
    background-image: url(../images/icon_notice.png)
}

.mess-num {
    position: absolute;
    top: -1px;
    right: -6px;
    background: #ff6d6d;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    text-align: center;
}

.hd-select-wrap {
    background: rgba(54, 149, 255, 1);
    border-radius: 10px !important;
}

.hd-select-wrap i {
    right: -26px !important;
}


.container {
    position: relative;
    height: 100%;
    overflow: auto;
    width: 100%;
    padding: 50px 0px 96px 200px;
    overflow-x: hidden;
}

.pg-section {

    height: 100%;
    background: #fff;
}

.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 30;
    width: 200px;
    background: #3695ff;
    overflow-y: auto;
    overflow-x: hidden;

}

.sidebar .sidebar-tit {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
    position: relative;
    z-index: 2;
    height: 50px;
    background: rgba(0, 121, 255, 1);
    font-size: 16px;
    font-family: FZLanTingHei-EB-GBK;
    font-weight: 400;
}



.s-side .first .d-firstNav {
    position: relative;
    padding-left: 20px;
    transition: 0.3s all ease;
}

.sidebar .menu_items {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 110%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 50px;
}

.s-side .s-firstItem i {
    font-size: 20px;
}

.s-side .s-firstItem span {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    text-shadow: 0px 0px 5px #EEEEEE;
    white-space: 10px;
}

.s-side .first .d-firstNav .icon-icon-up-copy {
    font-size: 8px;
    display: inline-block;
}

.s-side .first {
    line-height: 35px;
    color: #fff;
    margin-top: 16px;

}

.s-side .first a {
    color: #fff
}

.s-side .d-firstNav span {
    display: inline-block;
    font-size: 16px;
    width: 130px;
    padding: 0 10px;
}


.s-side .s-secondNav,
.s-side .s-secondItem {
    padding-left: 55px;
    line-height: 36px;
    position: relative;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.s-secondNav:hover,
.d-firstNav:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
}

.s-side .s-secondNav::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
}

.s-side .d-secondDrop {
    padding-left: 50px;

}

.iconRotate {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: transform 0.5s;
}

.s-firstDrop,
.s-secondDrop {
    display: none;
}

.s-thirdItem {
    line-height: 36px;
    position: relative;
}

.s-thirdItem a {
    position: relative;
    display: block;
}

.s-thirdItem a:hover::before {
    opacity: 1;
}



.s-secondNav:hover {
    background: #3186e5;

}

.s-secondNav.active {
    background: #3186e5;
    color: #fff;

}



.section {
    margin-left: 260px;
    padding: 0 0 0 20px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
    height: 100%;
    position: relative;

}

.pg-header {
    text-align: right;
    line-height: 30px;
    color: #666666;
    font-size: 12px;
}

.pg-header a {
    color: #666666;
}

.pg-header a:hover {
    color: #536ac8;
}

.s-side .first .d-firstNav .iconfont {
    width: 16px;
    height: 16px;
}

.s-side .first .d-firstNav .icon-home {
    background-image: url(../images/icon1.png)
}

.s-side .first .d-firstNav .icon-tuku {
    background-image: url(../images/icon2.png)
}

.s-side .first .d-firstNav .icon-zidingyiquyu {
    background-image: url(../images/icon3.png)
}

.s-side .first .d-firstNav .icon-pinleiguanli {
    background-image: url(../images/icon4.png)
}

.s-side .first .d-firstNav .icon-cangchujiaofei {
    background-image: url(../images/icon5.png)
}

.s-side .first .d-firstNav .icon-dingdanguanli {
    background-image: url(../images/icon6.png)
}

.s-side .first .d-firstNav .icon-tongjibaobiao {
    background-image: url(../images/icon7.png)
}

.s-side .first .d-firstNav .icon-mianshezhi {
    background-image: url(../images/icon8.png)
}

.s-side .first .d-firstNav .icon-icon-up-copy {
    background-image: url(../images/icon_arrow_left_shi.png);
    width: 12px;
    height: 12px;
}


.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.copyright {
    position: absolute;
    bottom: 0;
    left: 200px;
    right: 0;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    padding: 15px 0;
    background: rgba(246, 246, 246, 1);
    font-size: 12px;
}