.mainHeaderContent {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.996078431372549);
    border-bottom:1px solid rgba(121, 121, 121, 0.3);
    border-radius: 0px;
}
.Content-div{
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.996078431372549);
}
.logo-title{
    width:180px;
    margin-left: 40px;
    display: flex;
    align-items: center;
}
.logo-title-right{
    width:166px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.main-right-mune{
    height: 60px;
    color: #3E485C ;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    background-color: rgba(255, 255, 255, 0.996078431372549);

}
.main-right-mune-login{
    display: flex;
    align-items: center;
    width: 300px;
    margin-right: 40px;
}
.header-hover-state{
    position: relative;
    display: inline-block;
}
.header-hover-state:hover .title-frame {
    color: #2065FC;
}
.curPage-tab-box  .title-text{
    border-bottom: 3px solid rgba(81, 150, 255, 1); 
    font-weight: 700;
    color: #000000;
    text-decoration: none;
}
.curPage-tab-box:hover{
    position: relative;
    display: inline-block;
}

.title-text{
    display: inline-block;
    height: 50px;
    line-height: 60px;
    text-decoration: none;
    font-size: 16px;
    color: #3E485C;
}
.title-frame{
    width: 100px;
    cursor: pointer;
    height: 60px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #3E485C ;
}
.title-line{
    float:right;
    font-size: 10px;
    font-weight: 200;
    line-height: 60px;
}

.dropdown_head-tab-subTitle-box{ 
    display: none;
    position: absolute;
    top: 58px;
    z-index: -1;
    padding-top: 3px;
}
.header-hover-state:hover .dropdown_head-tab-subTitle-box .head-tab-subTitle-box-bg{
    animation:openHeight 0.45s;
}
.curPage-tab-box:hover .dropdown_head-tab-subTitle-box .head-tab-subTitle-box-bg{
    animation:openHeight 0.45s;
}
.header-hover-state:hover .dropdown_head-tab-subTitle-box {
    display: block;
    left: 50%;
    transform: translateX(-50%); /* 移动元素本身50% */
}
.curPage-tab-box:hover .dropdown_head-tab-subTitle-box{
    display: block;
    left: 50%;
    transform: translateX(-50%); /* 移动元素本身50% */
}
.head-tab-subTitle-jiantou{
    background-image: url("https://www.gdaz.com.cn/header/u0.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 19px;
    height: 9px;
    z-index: 2;
}
@keyframes openHeight
{
    from {margin-top: -1200px;}
    to {margin-top:-1px;}
}
@keyframes openbgHeight
{
    from {height: 0px;}
    to {height:216px;}
}
.head-tab-subTitle-box-bg{ 
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    border-width: 3px;
    border-color: rgba(81, 150, 255, 1);
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.149019607843137);
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    color: #CCCCCC;
    overflow: hidden; 
    width: 192px;
    margin-top: -1px;
}

.head-tab-subTitle-box-frame{
    display: flex;
    justify-content: space-around;
    padding: 18px;
    padding-bottom: 20px;
}
.head-tab-subTitle-type{
    font-weight: 400;
    font-size: 14px;
    color: #000000; 
    border-bottom: 1px solid #CCCCCC;
    height: 30px;
    width: 120px;
}
.head-tab-subTitle-text-one{
    display: flex;
    /* justify-content:center ; */
    align-items: center;
    /* margin-left: 30px; */
    padding-left: 40px;
}
.head-tab-subTitle{
    cursor: pointer;
    text-align: center;
    color: #999999;
    font-size: 13px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
}
.head-tab-subTitle:hover{
    color: rgb(32, 101, 252);
    background-color: #F3F6FD;
}
.head-tab-subTitle:hover .head-tab-subTitle-text-flag{
    color: #666666;
}
.head-tab-subTitle-text-flag{
    padding-left:3px;
    color: #FF0D0D;
}
.login-header-box-content{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-header-btn{
    width: 106px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    color: #3E485C ;
    border-radius: 99px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}
.login-header-btn:hover{
    background-image: linear-gradient(to right,#348CF9, #3265F9);
    color: #FFFFFF;
    border-width: 0px;
}

#login-have-box{
    display: none; 
    width: 182px;
    height: 60px;
    cursor: pointer;
}
.login-have-frame{
    height: 60px;
    display: flex;
    align-items: center;
}
#login-header-box{
    display:none;
}
.login-have-div{
    width: 160px;
    height: 36px;
    text-align: center;
    position:relative;
}
.dropdown-logout{
 
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    border-width: 3px;
    border-color: rgba(27, 169, 86, 1);
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.149019607843137);
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    color: #CCCCCC;
    overflow: hidden; 
    width: 180px;
    min-height: 132px;
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    margin-top: 11px;
    padding-top: 20px;
    padding-bottom: 20px;


}
@keyframes openUserHeight
{
    from {margin-top: -1200px;}
    to {margin-top:60px;}
}
.login-have-frame:hover .dropdown-logout{
    display: block;    
}
