@charset "utf-8";
.layout-header {
    height: 60px;
    background-color: #fff;
    box-shadow: 3px 4px 49px 0px
    rgba(13, 4, 9, 0.08);
    min-width: 1300px;
}
.layout-inner {
    width: 1300px;
    margin: 0 auto;
}
.layout-footer {
    position: relative;
    height: 196px;
    padding-top: 40px;
    line-height: 48px;
    background-color: #34495e;
    color: #969595;
    font-size: 14px;
    text-align: center;
    min-width: 1300px;
}
.layout-footer a {
    color: #969595;
}
.copyright {
    position: absolute;
    top: 68px;
    left: 50%;
    margin-left: 354px;
}
.consult img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 32px;
}
.logo {
    float: left;
    height: 26px;
    line-height: 26px;
    margin-top: 17px;
    padding-left: 42px;
    background: url(../images/logo.png) no-repeat left center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.nav {
    float: left;
}
.nav-item {
    float: left;
    line-height: 34px;
    margin-left: 40px;
    margin-top: 13px;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #585858;
}
.nav-item.active {
    border-color: #2c80fc;
}
.login {
    float: right;
    width: 103px;
    height: 33px;
    line-height: 33px;
    margin-left: 40px;
    margin-top: 14px;
    background-color: #2c80fc;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.login a {
    color: #ffffff;
}
.navlinks {
    float: right;
}
.navlinks a {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
    margin-right: 40px;
    font-size: 16px;
    color: #333333  ;
    padding: 0 3px;
    height: 50px;
}
.navlinks a img,
.navlinks a span {
    display: inline-block;
    vertical-align: middle;
}
.navlinks a img {
    margin-right: 10px;
    width: 28px;
    height: 28px;
}
.navlinks a.active{
    border-bottom: 2px solid #2C80FC;
}
.user {
    position: relative;
    float: right;
}
.username {
    line-height: 34px;
    padding-left: 33px;
    margin-top: 13px;
    background: url(../images/pb-8.png) no-repeat left center/24px;
    cursor: pointer;
}
.username span {
    float: left;
    max-width: 102px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #585858;
}
.user .dropdown-caret {
    float: left;
    width: 16px;
    height: 9px;
    background: url(../images/pb-9.png) no-repeat;
    margin-top: 14px;
    margin-left: 7px;
}
.user .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 47px;
    width: 160px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #a0c4ff;
    font-size: 14px;
    color: #000000;
    z-index: 10;
}
.user:hover .dropdown-menu {
    display: block;
}
.user .dropdown-menu li {
    line-height: 38px;
    padding-left: 53px;
    background: url(../images/pb-10.png) no-repeat 16px center;
}
.user .dropdown-menu li:nth-of-type(2) {
    background-image: url(../images/pb-11.png);
}
/* .user .dropdown-menu li:nth-of-type(3) {
    background-image: url(../images/pb-12.png);
} */
.user .dropdown-menu li:nth-of-type(3) {
    background-image: url(../images/pb-13.png);
}
/* .user .dropdown-menu li:nth-of-type(5) {
    background-image: url(../images/pb-14.png);
} */
.user .dropdown-menu li:nth-of-type(4) {
    background-image: url(../images/pb-15.png);
}
.user .dropdown-menu li:nth-of-type(5) {
    background-image: url(../images/pb-16.png);
}
.user .dropdown-menu a {
    color: #000000;
}
.user .dropdown-menu li:hover {
    background-color: #2c80fc;
    background-image: url(../images/pb-10a.png);
}
.user .dropdown-menu li:nth-of-type(2):hover {
    background-image: url(../images/pb-11a.png);
}
/* .user .dropdown-menu li:nth-of-type(3):hover {
    background-image: url(../images/pb-12a.png);
} */
.user .dropdown-menu li:nth-of-type(3):hover {
    background-image: url(../images/pb-13a.png);
}
/* .user .dropdown-menu li:nth-of-type(5):hover {
    background-image: url(../images/pb-14a.png);
} */
.user .dropdown-menu li:nth-of-type(4):hover {
    background-image: url(../images/pb-15a.png);
}
.user .dropdown-menu li:nth-of-type(5):hover {
    background-image: url(../images/pb-16a.png);
}
/* 公共icon样式--退出登录 */
.user .dropdown-menu li.topicon-tcdl {
    background-image: url(../images/pb-16.png) !important;
}
.user .dropdown-menu li.topicon-tcdl:hover {
    background-image: url(../images/pb-16a.png) !important;
}
.user .dropdown-menu li:hover a {
    color: #ffffff;
}
.asearch {
    float: right;
    width: 318px;
    height: 29px;
    margin-top: 14px;
    border-radius: 4px;
    border: solid 1px #00aaff;
    overflow: hidden;
}
.asearch-input {
    float: left;
    width: 214px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 30px;
    background: #fff url(../images/pb-5.png) no-repeat 10px center/15px;
    font-size: 14px;
    color: #333;
}
.asearch-input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 30px;
}
.asearch-btn {
    float: right;
    width: 64px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    background-color: #00aaff;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

/* 左侧公共icon样式 */
/* 我的排版 */
.layout-aside  .menu .menu-item.publeft-wdpb{
    background-image: url(../images/pb-10b.png) !important;
}
/* 我的套餐 */
.layout-aside  .menu .menu-item.publeft-wdtc{
    background-image: url(../images/pb-c-20b.png)!important;
}
/* 我的订单 */
.layout-aside  .menu .menu-item.publeft-wddd{
    background-image: url(../images/pb-96.png)!important;
}
/* 回收站 */
.layout-aside  .menu .menu-item.publeft-hsz{
    background-image: url(../images/pb-13b.png)!important;
}
/* 机构资料 */
.layout-aside  .menu .menu-item.publeft-jgzl{
    background-image: url(../images/pb-c-21b.png)!important;
}
/* 意见反馈 */
.layout-aside  .menu .menu-item.publeft-yjfk{
    background-image: url(../images/pb-11b.png)!important;
}
/* 电子发票 */
.layout-aside  .menu .menu-item.publeft-dzfp{
    background-image: url(../images/pb-15b.png)!important;
}

.layout-aside  .menu .menu-item.publeft-wdpb.active{
    background-image: url(../images/pb-10.png)!important;
}
.layout-aside  .menu .menu-item.publeft-wdtc.active{
    background-image: url(../images/pb-c-20.png)!important;
}
.layout-aside  .menu .menu-item.publeft-wddd.active{
    background-image: url(../images/pb-96b.png)!important;
}
.layout-aside  .menu .menu-item.publeft-hsz.active{
    background-image: url(../images/pb-13.png)!important;
}
.layout-aside  .menu .menu-item.publeft-jgzl.active{
    background-image: url(../images/pb-c-21.png)!important;
}
.layout-aside  .menu .menu-item.publeft-yjfk.active{
    background-image: url(../images/pb-11.png)!important;;
}
.layout-aside  .menu .menu-item.publeft-dzfp.active{
    background-image: url(../images/pb-15.png)!important;;
}
/* 左侧公共icon样式  end */

