@charset "UTF-8";

body {
    background: #F5F5F5;
}

.page-header .ui-select-mini {
    margin-right: 16px;
}

.page-header .ipt-box {
    display: inline-block;
    min-width: 234px;
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    /*background: #ffffff;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    margin-right: 16px;
}

.page-header .ipt-box .ipt {
    text-indent: 16px;
    height: 100%;
    vertical-align: top;
    width: calc(100% - 44px);
    border: none;
    outline: none;
    font-size: 14px;
    color: inherit;
}

.page-header .ipt-box .btn-search {
    width: 44px;
    height: 100%;
    line-height: 30px;
    border-radius: 2px;
    font-size: 16px;
    color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
}

/* 登录样式1 begin*/
.page-header .before-login-1 {
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    /*border: 1px solid;*/
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    font-weight: bold;
    cursor: pointer;
}

.page-header .before-login-1 span:not(.line) {
    display: inline-block;
    padding: 0 2px;
    cursor: pointer;
}

.page-header .before-login-1 .line {
    display: inline-block;
    height: 12px;
    border-left: 1px solid;
    vertical-align: middle;
}

.page-header .before-login-1 .icon-user:before {
    color: inherit;
}

/* 登录样式1 end*/

/* 登录样式2 begin*/
.page-header .before-login-2 {
    min-height: 24px;
    line-height: 2;
    border-radius: 4px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    font-weight: bold;
}

.page-header .before-login-2 span:not(.line) {
    display: inline-block;
    padding: 0 2px;
    cursor: pointer;
}

.page-header .before-login-2 .line {
    display: inline-block;
    height: 12px;
    border-left: 1px solid;
    vertical-align: middle;
}

.page-header .before-login-2 .icon-user {
    display: none;
}

/* 登录样式2 end*/

.page-header .after-login {
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.page-header .after-login .user-cover {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}

.page-header .after-login .user-name {
    margin: 0 6px;
    display: inline-block;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    font-size: 16px;
}

.page-header .after-login .login-out {
    padding-left: 8px;
    cursor: pointer;
}

.page-header .after-login .line {
    display: inline-block;
    height: 12px;
    border-left: 1px solid;
    vertical-align: middle;
}

.page-header .select2-container--default .select2-selection--single {
    border: 1px solid;
    background: none;
}

.page-header .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: inherit;
}

.page-header .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
}

.page-header .ipt-box {
    /*border-color: #fff;*/
    background: none;
}

.page-header .ipt-box .ipt {
    background: none;
    color: inherit;
}

.page-header .ipt-box .ipt::-webkit-input-placeholder {
    color: inherit;
}

.page-header .ipt-box .ipt:-ms-input-placeholder {
    color: inherit;
}

.page-header .ipt-box .ipt::-ms-input-placeholder {
    color: inherit;
}

.page-header .ipt-box .ipt::placeholder {
    color: inherit;
}

/*头部 样式1*/
.page-header-style1 .header-container {
    width: 1200px;
    margin: 0 auto;
    padding: 22px 0 0;
    position: relative;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-header-style1 .img-logo {
    max-height: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-header-style1 .top-box {
    margin-bottom: 20px;
}

.page-header-style1 .header-nav-list {
    text-align: right;
    position: relative;
    max-width: 900px;
}

.page-header-style1 .header-nav-list .item {
    margin-right: 32px;
    color: inherit;
    position: relative;
    display: inline-block;
    height: 40px;
}

.page-header-style1 .header-nav-list > .item:hover > .item-list {
    display: block;
}

.page-header-style1 .header-nav-list .item > a {
    display: block;
    font-size: 16px;
    padding-bottom: 16px;
}

.page-header-style1 .header-nav-list .item > a.hover-hand {
    cursor: pointer;
}

.page-header-style1 .header-nav-list .item:last-child {
    margin-right: 0;
}

.page-header-style1 .header-nav-list .item.current > a {
    font-weight: 500;
    border-bottom: 2px solid;
}

.page-header-style1 .header-nav-list .item .item-list {
    min-width: 150px;
    max-width: 474px;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    left: auto;
    right: 0;
    top: 39px;
    text-align: left;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #ffffff;
    display: none;
    z-index: 3;
}

.page-header-style1 .header-nav-list .item .three-list {
    width: 432px;
}

/*头部 样式2*/
.page-header-style2 .header-container {
    width: 1200px;
    margin: 0 auto;
    /*padding-bottom: 22px;*/
    position: relative;
    min-height: 100px;
}

.page-header-style2 .img-logo {
    max-height: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    /*max-height: 60px;*/
    /*margin-top: 10px;*/
}

.page-header-style2 .top-box {
    /*margin-top: 30px;*/
    padding: 38px 0;
}

.page-header-style2 .nav-container {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
}

.page-header-style2 .header-nav-list {
    text-align: left;
    position: relative;
}

.page-header-style2 .header-nav-list .item.current > a {
    font-weight: 500;
    border-bottom: 2px solid;
}

.page-header-style2 .nav-container > .item {
    position: relative;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    color: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.page-header-style2 .nav-container > .item > a {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 8px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-header-style2 .nav-container > .item:last-child {
    margin-right: 0;
}

.page-header-style2 .nav-container-list > .item.current > a {
    font-weight: 500;
    border-bottom: 2px solid;
}

.page-header-style2 .nav-container > .item .item-list {
    position: absolute;
    left: 0;
    top: 41px;
    display: none;
}

/*二级三级导航列表*/
.page-header .nav-down-list {
    min-width: 150px;
    max-width: 474px;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 41px;
    text-align: left;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: rgba(255, 255, 255, .9);
    display: none;
    z-index: 3;
    padding-bottom: 16px;
}

.page-header .nav-down-list .li-second {
    padding: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.page-header .nav-down-list .li-second:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.page-header .nav-down-list .second-t {
    font-size: 14px;
    color: inherit;
}

.page-header .nav-down-list .second-t:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #999999;
    vertical-align: middle;
    margin-right: 6px;
    border: 1px solid #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-header .nav-down-list .three-list {
    overflow: hidden;
}

.page-header .nav-down-list .three-list a {
    display: inline-block;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    margin-top: 16px;
    margin-right: 10px;
    color: inherit;
}

.page-header .head-r-info {
    position: relative;  /*杨雪处理 头部下拉显示错乱问题还原，使用另外办法解决*/
    z-index: 2;
}

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

.pos-relative {
    position: relative;
}

.lineH30 {
    line-height: 30px;
}

.page-header .after-login:hover .login-downlist-info {
    display: block;
}

.page-header .after-login:hover .icon-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

.page-header .after-login .icon-arrow {
    font-size: 12px;
}

.login-downlist-info {
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0 9px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 40px;
    right: 0;
    min-width: 117px;
}

.login-downlist-info.icon-triangle-up:before {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: -1;
    display: inline-block;
    width: 100%;
    height: 14px;
    padding-right: 32px;
    box-sizing: border-box;
    text-align: right;
    opacity: 0;
}

.login-downlist-info li {
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    text-align: left;
    font-size: 14px;
    color: #333333;

}

.login-downlist-info li:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.login-downlist-info li:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.login-downlist-info li:hover {
    background: #F5F8FE;
}

.login-downlist-info li .icon:before {
    margin-right: 10px;
}
