body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input{
	margin:0;
	 padding:0;
	 box-sizing: border-box;
}
.header {
    font-style: normal;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
}

.logo {
    margin-left: 2%;
}

.avatar {
    width: 40px;
    border-radius: 10%;
}

.settings {
    margin-right: 2%;
}

.header .logo {
    width: 46%;
    height: 80px;
    float: left;
}

.header .settings {
    width: 50%;
    height: 80px;
    float: right;
}

.header .logo img {
    margin-top: 26px;
}

.header .settings .us {
    display: inline-block;
    width: 44px;
    height: 44px;
    float: right;
    margin-top: 26px;
}

.header .settings .about {
    display: inline-block;
    float: right;
    margin-top: 42px;
    margin-right: 2%;
}

.header .settings .about a:link {
    color: #545454;
}

.header .settings .about a:visited {
    color: #545454;
}

.header .settings .about a:hover {
    color: #017aff;
}

.header .settings .about a:active {
    color: #017aff;
}

.header2 {
    width: 100%;
    height: 10px;
    margin: 0 auto;
    background-color: #086eb8;
    color: white;

}

.dialogText{
    word-break:break-all;
}

.dialogOkBtn{
    float: right;
    margin-right: 10px;
    background-color: #C7EDCC;
    border-radius: 20px; /* 圆角 */
    border: none; /* 去掉边框 */
    padding: 10px 20px; /* 边距 */
    
}

.dialogCancelBtn{
    float: right;
    border-radius: 20px; /* 圆角 */
    border: none; /* 去掉边框 */
    padding: 10px 20px; /* 边距 */
}

.dialogCheck{
    margin: 0 8px 0;
    color: #017aff;
}

dialog{
    border-radius: 10px; /* 圆角 */
    max-width: 500px;
    
}

#default-dialog::backdrop {
	background: rgba(0,0,0,0.6);
}
