/*======================hesder===========================*/
.header{
    width: 100%;
    height: 60px;
    box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.dhcontent{
    width: 90%;
    height: 60px;
    position: relative;
    left: 5%;
    line-height: 60px;


}
.logo{
    width: 185px;
    height: 40px;
    float: left;
    margin-top: 10px;
}
.logo>a>img{
    width: 100% !important;
    height: 100%  !important;
    background-size: cover;
}
.content{
    float: right;
    width: 30%;
    line-height: 60px;
}
.content span{
    display: block;
    float: right;
    line-height: 60px;
    margin: auto 10px;
    color: #21B7B5;
    font-size: 18px;
}

.content>img{
    float: right;
    margin-top: 21px;
    vertical-align: middle;
}


/*======================下拉菜单===============================*/
.ClickContent{
    width: 100%;
    height:0;
    position: absolute;
    top: 59px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 5;
    overflow: hidden;
    transition: .3s linear;
}
nav ul{
    width: 100%;
    margin: 0;
    padding: 0;
    /*border: 1pt red solid;*/
}
nav>ul>a>li{
    height: 50px;
    width: 80%;
    margin-left: 10%;
    line-height: 50px;
    list-style: none;
    border-bottom: #DDDDDD 1px solid;
    color: #333333;
}


.userCont{
    width: 80%;
    height: 30pt;
    margin-left: 10%;
    margin-top: 38.5pt;
}

.userID{
    height: 30pt;
    line-height: 30pt;
    float: left;
}

.UserLogin{
    height: 30pt;
    line-height: 30pt;
    position: relative;
    float: right;

}
.UserLogin img{
    position: relative;
    top: -1.5pt;
}
.UserLogin span{
    font-size: 11pt;
    color: #21B7B5;
}

nav>ul>a{
    text-decoration: none;
}
nav>ul>a:link{
    text-decoration: none;
}

/*=====================消息提示框================================*/

.text-tip {
    display: block;
    background:rgba(0,0,0,.7);
    color: #fff;
    padding: 15px 15px;
    line-height: 18px;
    position: fixed;
    left: 55%;
    bottom: 45%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 10px;
    display: none;
    z-index: 9999;
    font-size: 16px;
    text-align: center;
}