html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form,ul,li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

html,bady{ font-size: 120px !important}

body {
    font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei UI','Microsoft YaHei','微软雅黑',Arial,sans-serif;
    width: 100%;
    height:100%;
    margin: 0;
    padding: 0;
    overflow-x:hidden;
    outline: none;
}
a {
    text-decoration: none;
}

 .tb{
     width: 100%;
     height: 100px;
     background: #fff;
     border-top: 6px solid #515ef2;
 }
.tb-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.bt-left{
    float: left;
}
.bt-right{
    float: right;
}
.clearfix{
    zoom:1;
}
.tb-l{
    padding-top: 14px;
}
.tb-sx{
    width: 1px;
    height: 57px;
    padding-top: 16px;
    padding-left: 20px;
}
.tb-txt{
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    line-height: 90px;
    padding-left: 22px;
    color: #333;
}
.tb-yh-box{
    height: 20px;
    margin-top: 35px;
}
.tb-yh{
    width: 20px;
    height: 20px;
}

.tb-tc{
    font-size: 14px;
    color: #5f5f5f;
    margin-left: 10px;
}

.main_top_right {
    float: right;
    margin-top: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #5f5f5f;
    background: #F1F2F3;
    padding: 10px 20px;
    border-radius: 20px;
    max-width: 250px;
    min-width: 100px;
}

.main_top_right>div {
    height: 100%;
}

.loginName {
    margin-right: 5px;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
    display: flex;
}

.loginName span {
    margin: 0;
    float: left;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}

.dlh {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.logout {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.dlxl {
    width: 9px;
    height: 5px;
    margin: 0 5px;
}

.banner-1 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height:200px;
    background-repeat: no-repeat;
    background-image: url(../images/onething/tx.png);
    background-position: center;
    text-align:center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~社保卡一件事弹窗CSS-START~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 遮罩的基本样式 */
.modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定在视口 */
    z-index: 300; /* 在其他内容之上 */
    left: 0;
    top: 0;
    width: 100%; /* 宽度全屏 */
    height: 100%; /* 高度全屏 */
    overflow: auto; /* 启用滚动 */
    background-color: rgba(0, 0, 0, 0.5); /* 黑色背景，半透明 */
}
/* 弹出内容的样式 */
.modal-content {
    background-image: url(../oneThing/socialCard/images/window.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 10% auto; /* 15% 从顶部开始，居中 */
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 526px;
    height: 577px;
    text-align: center;
}
/* 弹出内容中的标题的样式 */
.modal-content h2 {
    font-size: 26px;
    color: #fff;
    text-align: left;

}
.modal-content h3 {
    line-height: 30px;
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-top: 65px;
    margin-left: 15px;
    margin-right: 15px;
}
.modal-content h4 {
    line-height: 30px;
    font-size: 17px;
    color: #2579f5;
}
.modal-content a {
    background-color: #2b5ddb;
    width: 200px;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}
.modal-win{
    display: block;
    margin: -20px auto;

}
.app{
    margin-top: 10px;
}
/* 关闭按钮的样式 */
#closeModal {
    color: #ffffff;
    float: right;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    /*opacity: 0;*/
}

#closeModal:hover,
#closeModal:focus {
    /*color: black;*/
    text-decoration: none;
    cursor: pointer;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~社保卡一件事弹窗CSS-END~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/