@charset "utf-8";
/* CSS Document */

body{margin: 0; padding: 0; font-size: 14px; font-family:"微软雅黑","Arial"; color: #333;/* background: #f0f2f5;*/}

.regist-H{height: 90px; background: url('../images/W2_Hbg.png') no-repeat center top #235574; color: #fff;  font-family: "微软雅黑";}
.regist-logo{height: 50px; display: inline-block; padding: 15px 0;}
.regist-logo img{height: 50px; border: none;}
.regist-logo-r{height: 40px; display: inline-block; line-height: 40px; font-size: 24px; color: #fff; margin-left: 10px; margin-top: 24px; padding-left: 15px; background: url('../images/W2_logo_rline.png') no-repeat left center;}
.regist-logo-r a{text-decoration: underline;font-size: 16px;color: #DC8D14;display: block;height: 40px; line-height: 40px;float: right; margin-left: 16px;}
.regist-Hr{float: right; height: 24px; padding-top: 35px; color: #f29300; font-size: 16px; line-height: 24px;}
.regist-icon-ask{width: 24px; height: 24px; display: inline-block; line-height: 24px; border-radius: 50%; text-align: center; border:1px solid #f29400; color: #f29400; font-size: 18px; font-style: normal; margin-right: 5px; vertical-align: bottom;}
.regist-Hrcontact{display: none;}

.regist-box{width: 246px; height: 140px; margin: 0 auto;}
a.regist-up{
    border: 1px dashed #d9d9d9;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
a.regist-up input {position: absolute;font-size: 100px;right: 0;top: 0;opacity: 0;filter: alpha(opacity=0);cursor: pointer}
a.regist-up:hover {border: 1px dashed #f29400;}
.regist-add{font-size: 60px; color: #d9d9d9; line-height: 130px;}
.fileShow{width: 100%; height: 100%; display: none; overflow: hidden; text-align: center;}
.fileShow img{max-width: 100%; max-height: 100%; align-self: center;}
.regist-upname{text-align: center; font-size: 16px; line-height: 30px; padding: 10px 0;}
.regist-mb{padding: 15px 0; text-align: center;}
.progressBar{background:#fff;border:1px solid #ccc; height:8px; border-radius:4px; overflow: hidden;}
.progressVal{background:#f2f2f2; text-align: center; line-height: 24px; font-size: 14px;}
.fileShowLef{float:left; max-width:80%; overflow:hidden; font-size: 14px;}
.fileShowRemove{float: right; max-width: 20%; overflow:hidden; font-size: 14px;}
.filePercent{text-align: center;}

.registSuccess{text-align: center; padding-top: 100px; display: none;}
.registSuccess-icon{font-size: 72px; color: #5cb85c;}
.registSuccess-text{font-size: 20px; line-height: 42px;}

.tag {
    box-sizing: border-box;
    margin: 0 8px 0 0;
    color: #000000d9;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block;
    height: auto;
    padding: 0 7px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    opacity: 1;
    transition: all .3s;
}
.tag-green {
    color: #389e0d;
    background: #f6ffed;
    border-color: #b7eb8f;
}
.tag-red {
    color: #cf1322;
    background: #fff1f0;
    border-color: #ffa39e;
}
.tag-orange {
    color: #fa8c16;
    background: #fff7e6;
    border-color: #ffd591;
}