﻿/** 顶部菜单*/
.top-main{
    width: 100%;
    height: 75px;
}
.top-btn{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logout-btn{
    text-align: center;
    border-radius: 18px;
    background: #3daab2;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    line-height: 34px;
    padding: 0;
    width: 20%;
    float: left;
}
.register-btn{
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: row;
    height: 47px;
    align-items: center;
}
.login-btn{
    float: left;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    font-size: 14px;
    color: #333;
    cursor:pointer;
    padding: 0;
    display: flex;
    flex-direction: row;
    height: 47px;
    align-items: center;
}
.top-menu{
    width: 1100px;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 1%;
    display: flex;
    flex-direction: row;
}
.logo-icon{
    width: 200px;
    height: 60px;
    margin-top: 0.8%;
}
.wplan-menu ul{
    margin: 0;
    padding: 0;
    margin-top: 13px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.wplan-menu li{
    float: left;
    list-style: none;
    color: #5a5a5a;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.wplan-menu li:hover a{
    color:#fff;
    cursor: pointer;
}
.wplan-menu{
    width: 900px;
    margin-left: 100px;
}
.btn-center{
    color: #ffffff;
}
.btn-center-ul{
    border-radius: 4px;
}
.btn-center-li{
    background-color: #3DAAB2;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}
/**顶部加个人中心显示*/
.per-icon{
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.per-icon img{
    border-radius: 50%;
}
.login-ing{
    float: right;
    display: flex;
    flex-direction: row;
    height: 50px;
    align-items: center;
    width: 20%;
}
.login-center-comm{
    float: left;
    width: 80%;
    height: 47px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.login-ing-txt{
    font-size: 14px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
}
.wplan-menu-item{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.wplan-logo{
    background-image: url(/whzsrc/img/whrc/new_logo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 130px;
    height: 35px;
    position: relative;
    top: 5px;
}
.wplan-ul{
    width: 100%;
}
a{
    color: #fff;
}
.wplan-ul ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.wplan-ul li{
    list-style: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 38.4px;
}
.wplan-ul a{
    color: #fff !important;
}
.wplan-ul li:hover a{
    color:#FFF !important;
    cursor: pointer;
}
.top-right{
    width: 17%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.top-line{
    float: left;
    color: #EDEDED;
    display: flex;
    height: 47px;
    align-items: center;
}
.top-model{
    width: 1100px;
    height: 47px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.top-lr-model{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 47px;
    align-items: center;
}
.menu-item{
    min-width: 56.7px;
    max-width: 80px;
    border-bottom: 2px solid #fff;
}
.comm-top-btn{
    background-image: url("/whzsrc/img/enterUser/navi_menu_back.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
}
.comm-login-center {
    float: left;
    width: 80%;
    height: 47px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
a{
    text-decoration:none !important;
}