html, body {
    height: 100%;
}

.homebox {
    width: 100%
}

.header-top {
    background: #FFFFFF;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
}

.header {
    background: none;
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.headnav {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
}

.homewords {
    display: flex;
}

.toplogo {
    margin-right: 210px;
}

.topwords a {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #1D2023;
    line-height: 45px;
    display: inline-grid;
}

.topwords a span {
    width: 40px;
    height: 2px;
    background: #FF0000;
    border-radius: 2px;
    display: inline-block;
}

.topwords a.active {
    color: #FF0000;
}

.topwords a:last-child {
    margin-left: 60px;
}

.topwords a:first-child:hover {
    color: #FF0000;
}

.topwords a:first-child span {
    display: none;
}

.topwords a:first-child:hover span {
    display: block;
}

.headRight {
    padding-top: 15px;
}

.headRight a {
    font-size: 14px;
    color: #1D2023;
    line-height: 20px;
}

.headRight a img {
    display: inline-block;
    height: 15px;
    margin: 0 5px 2px 0;
}

.headRight span {
    margin: 0 5px
}

.headRight a img.userpic {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 10px;
}

.detailbox {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

.detailinfos {
    background: #FFFFFF;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.07);
    padding: 40px 20px 60px 20px;
    margin: 40px 0 140px 0;
}

.typehead {
    display: flex;
    justify-content: space-between;
}

.typehead h4 {
    font-size: 30px;
    font-family: MicrosoftYaHei;
    color: #1D2023;
    line-height: 40px;
}

.typehead a {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FF0000;
    line-height: 32px;
}

.typehead a em {
    font-style: normal;
    font-size: 18px;
    margin-right: 5px;
}

.poster-work {
    margin-top: 24px;
}

.poster-work h4 {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #FF0000;
    line-height: 40px;
}

.poster-work p, .poster-work p span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #1D2023;
    line-height: 28px;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.poster-work ul {
    margin-left: 0 !important;
}

.poster-work ul li {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #1D2023;
    line-height: 28px;
    list-style: none !important;
}

.poster-place {
    margin-top: 60px;
}

.poster-place h4 {
    font-size: 26px;
    font-family: MicrosoftYaHei;
    color: #1D2023;
    line-height: 35px
}

.poster-place h4 em {
    background: rgba(255, 0, 0, 1);
    font-style: normal;
    width: 40px;
    height: 4px;
    display: inline-block;
    margin: 0 0 5px 17px;
}

.poster-place ul {
    display: flex;
    margin-top: 8px;
}

.poster-place ul li {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #1D2023;
    line-height: 28px;
    margin-right: 60px;
}

.poster-code {
    margin-top: 20px;
}

.poster-code img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    position: absolute;
    z-index: 100;
    margin-left: 5px;
}

.hrintro {
    width: 275px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #EEEEEE;
    padding-left: 100px;
    position: relative;
    top: 15px;
}

.hrintro span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #1D2023;
    line-height: 28px;
    display: block;
}

.hrintro em {
    font-style: normal;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #9CA3A9;
    line-height: 28px;
}

.poster-email{
    margin-top: 70px;
}
.upact{
    width: 172px;
    height: 44px;
    background: #E50120;
    border-radius: 22px;
    text-align: center;
}
.upact:hover{
    cursor: pointer;
    background: #DA001E;
}
.upact span{
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height:40px;
}
/*ÉÏ´«*/
.typeueas{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 200;
}
.intypeueas{
    width:800px;
    height:515px;
    top: 50%;
    left: 0;
    margin: -260px auto 0 auto;
    position: relative;
    background:rgba(255,255,255,1);
    border-radius:4px;
}
.ueasbox{
    padding:25px 32px 40px 32px;
}
#closeueas{
    float: right;
    cursor: pointer;
}
.email{
    width: 540px;
    margin:0 auto 47px auto;
    text-align: left;
    display: flex;
}
.email span{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1D2023;
    line-height:38px;
}
.email icon{
    width: 11px;
    color: #E52323;
    display:block;
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    padding-top:11px;
    margin:0 5px;
}
.email input{
    outline: none;
    background: #F9FAFC;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 405px;
    line-height: 38px;
    color: #1D2023;
    font-size: 16px;
    padding:0 15px;
}
.email input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A6A9BA;
    line-height:38px;
}
.email input::-moz-input-placeholder {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A6A9BA;
    line-height: 38px;
}
.email input::-ms-input-placeholder {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A6A9BA;
    line-height:38px;
}
.filebox{
    width: 440px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    margin:0 auto;
    position: relative;
}
.infilebox{
    width: 420px;
    height: 240px;
    border-radius: 8px;
    border: 2px dashed #DBE0E6;
    position: absolute;
    top: 10px;
    left: 10px;
}
.drug{
    padding:57px 0 20px 0;
    color: #43484D;
    font-size: 18px;
}
.drug span{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #43484D;
    line-height: 25px;
    display: block;
}
.infilebox span.asks{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #A2ABB3;
    line-height: 25px;
}
.btn{
    width: 440px;
    height: 44px;
    background: #E50120;
    margin:40px auto 0 auto;
}
.btn span{
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 40px;
}
.fileinput-button{
    position:relative;
    display: inline-block;
    overflow: hidden;
    padding: 2px 180px;
}
.fileinput-button:hover{
    cursor: pointer;
}
.fileinput-button input{
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
/*Ô¤ÀÀ*/
.typepreview{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 200;
}
.intypepreview{
    width:1080px;
    height:75%;
    top: 10%;
    left: 0;
    position: relative;
    margin: auto;
    background:rgba(255,255,255,1);
    border-radius:4px;
    padding: 30px 0 50px 0;
}
.closeicon{
    text-align: right;
    padding: 0 32px 8px 0;
}
.closeicon img{
    cursor: pointer;
}
.filedesc{
    display: flex;
    padding:0 36px;
    height: 100%;
}
.filepic{
    margin-right: 28px;
}
.typename{
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1D2023;
    line-height: 40px;
    display: block;
    text-align: left;
}
.filesaw{
    width: 640px;
    height: 92%;
    border-radius: 8px;
    border: 1px #e9ebee solid;
}
.filecontent{
    background: #ECF0F3;
    border-radius: 8px;
    padding:16px 24px;
}
.mainfile{
    margin-top: 32px;
}
.mainfile ul li{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1D2023;
    line-height: 30px;
    width: 100%;
    text-align: left;
}
.mainfile ul li em{
    font-style: normal;
}
.mainfile p{
    text-align: left;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #606972;
    line-height: 20px;
    margin-top: 20px;
}
.resitfile span.up{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1D2023;
    line-height: 22px;
}
.fileinput-buttons{
    position:relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #9CA3A9;
    padding: 7px 36px;
}
.fileinput-buttons:hover{
    cursor: pointer;
}
.fileinput-buttons input{
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
.resitfile{
    display: flex;
    justify-content:space-between ;
    margin-top: 25px;
}
.resitfile span.surebtn{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    background: #E50120;
    display: inline-block;
    padding: 7px 38px;
}
.resitfile span.surebtn:hover{
    cursor: pointer;
    opacity: 0.8;
}
.tips, .tip_file{
    display: none;
    position: fixed;
    border-radius: 4px;
    top: 2%;
    width:100%;
    z-index: 999;
    text-align: center;
}
.tipsin, .tip_filein{
    width:200px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.07);
    margin: auto;
}
.tipsin img ,.tip_filein img{
    padding-bottom: 5px;
}
.tipsin span, .tip_filein span{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1D2023;
    line-height: 60px;
    padding-left: 12px;
    text-align: center;
}