@charset "utf-8";
html, body {
    background: #F7F7F7;
    font-family: "creatfont",'PFr9y1';
    padding: 0;
    margin: 0;

    overflow:hidden;
    color: #333333;
}
.header {
    background-color: #FFFFFF;
    height: 90px;
    position: relative;
    color: #333333;
}
.header .logo img{
    width: 62px;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    border-radius: 8px;
}
.header .titleIocn{
    position: absolute;
    top: 50%;
    left: 110px;
    font-size: 32px;
    transform: translateY(-50%);
}
.header .title{
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 24px;
}
.header .header_border_right{
    border-right: 1px solid #ECECEC;
    position: absolute;
    left: 90px;
    height: 60px;
    transform: translateY(-50%);
    top: 50%;
}
.header .userInfo{
    height: 50px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.header .userInfo .userName{
    margin-right: 15px;
    margin-top: 6px;
}
.header .userInfo .userName div{
    text-align: right;
    font-weight: bold;
}
.header .userInfo .userName .title2{
    color: #C8C8C8;
}
.header .userInfo .userPhoto img{
    height: 100%;
    border-radius: 100px;
}
.header .messageBox{
    position: relative;
    display: none;
}
.header .messageBox i {
    font-size: 38px;
    line-height: 50px;
    color: #7B7B7B;
    margin-right: 30px;
}
.header .messageBox .number{
    width: 20px;
    height: 20px;
    background-color: #F93B00;
    border-radius: 100px;
    color: #FFFFFF;
    position: absolute;
    right: 24px;
    top: 2px;
    text-align: center;
    line-height: 22px;
    display: none;
}

#Iframe body{
    margin: 0;
}
#Iframe{
    max-width: 1920px;
    border:none;
    margin: auto;
}
.module{
    width: 100%;
}
