 * {
    font-family: "微软雅黑";
    margin: 0 ;
    padding: 0;
 }
 body {
    max-width: 720px;
    margin: 0 auto;
    background:#fff;
    position: relative;
 }
 .center-block {
    display: block;
    margin: 0 auto;
 }
 .progress1 {
    width: 70%;
    height: 2px;
    position: absolute;
    border: 1px solid #ccc;
    top: 35px;
    border-radius: 14px;
    left: 85px;
    display: none;
    overflow: hidden;
}
.strong {
        display: block;

    z-index: 200;
    font-size: 12px;
    color: red;
    text-align: center;
    position: absolute;
    bottom: -37px;
}
.progress1 span {
    position: absolute;
    left:0;
    top: 0;
    width: 0;
    height: 100%;
    background: #7de558;
}
input {
    /*display: block;*/
}
form {
    width: 80%;
    margin: 0 auto;
}
form section {
    border: 1px solid #dbdbdb;
    padding: 0.6rem 0.3rem;
    margin: 1.4rem 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
form section input {
    width: 69%;
    height: 92%;
    position: absolute;
    top: 0;
    margin-top: 0.1rem;
    border: 0;
    outline: none;
    font-size: 16px;
}
form section label {
    font-size: 16px;
    color: #626262;
    font-weight: bold;
}
form section span {
    color: red;
    position: absolute;
    right: 8px;
    top: 0.76rem;
}
textarea {
    width: 100%;
    background: #f7f7f7;
    height: 10rem;
    border: 1px solid #dbdbdb;
    margin: 0.6rem 0;
    line-height: 22px;
    font-size: 16px;
}
#docFile {
    position: absolute;
    left: 6px;
    top: auto!important;
    bottom: 1.3rem!important;
    height: 20px;
    z-index: 100;
    /*opacity: 0;*/
    font-size: 12px;
    width: auto!important;
}
#videoFile {
    outline: none;
    border: none;
    position: absolute;
    left:85px;
    top: auto!important;
    bottom: 0.3rem!important;
    height: 26px;
    z-index: 100;
    font-size: 12px;
    /*opacity: 0;*/
}
section:nth-child(6) {
    position: relative;   
} 
section:nth-child(6) i {
    position:   absolute;   
    bottom: 1.6rem;
    right: 0.5rem;
    font-size:  12px;
    color:  #ccc;
}
section:nth-child(8) i {
    position:   absolute;   
    bottom: 4.2rem;
    right: 0.5rem;
    font-size:  12px;
    color:  #ccc;
}
section:nth-child(7) {
    position: relative;   
} 
section:nth-child(7) i {
    position:   absolute;   
    bottom: 1.6rem;
    right: 0.5rem;
    font-size:  12px;
    color:  #ccc;
}
section:nth-child(3) input {
    width: 64%;
}
section:nth-child(9) {
    border: none;
}
section:nth-child(9) {
    overflow: visible;
}
section:nth-child(9) abbr {
    display: inline-block;
    width: 100px;
    height: 26px;
    background: #fff;
    background-size: 100% 100%;
    position: absolute;
    left:152px;
    bottom: 0.4rem;
    z-index: 200;
    font-size: 12px;
    line-height: 26px;
}
#introduce,#desc {
    height: 8rem
}
#desc {
        height: 5rem
}
section:nth-child(9) b {
    display: inline-block;
    font-weight: normal;
    width: 75%;
    height: 26px;
    position: absolute;
    left:83px;
    bottom: -14px;
    z-index: 200;
    font-size: 12px;
    line-height: 26px;
    color: #a0a0a0;
}
section:nth-child(9) span {
   z-index: 900;
}
section:nth-child(8) {
    padding-bottom: 1.6rem;
}
section:nth-child(8) b {
    display: inline-block;
    font-weight: normal;
    width: 75%;
    height: 26px;
    position: absolute;
   left: 2px;
    bottom: -2px;
    z-index: 200;
    font-size: 12px;
    line-height: 26px;
    color: #a0a0a0;
}
section:nth-child(8) .fileName {
   position: absolute;
   color: #a0a0a0;
   font-size: 12px;
    left: 104px;
    bottom: 29px;
}
.progress {
    height: 4px !important;
    position: relative;
    top: 4px;
    left: 1px;
        width: 120px!important;
}
textarea::-webkit-input-placeholder {
    color:#ccc;
    font-size: 14px;
}
.hint {
    text-align: center;
    font-size: 14px;
    color: #a0a0a0;
    margin-top: 0.2rem;
}
#submit {
    display: block;
    background: #184998;
    width: 80%;
    height: 2.8rem;
    line-height: 2.8rem;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    margin: 4rem auto 0;
}
article {
    width: 80%;
    margin: 3rem auto;
}
article h6 {
    text-align: center;
    font-size: 16px;
    color: #626262;
}
article p{
    color: #626262;
    font-size: 14px;
    line-height: 22px;
    margin: 10px auto;
}
article p span:nth-child(1){
    background: #646464;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 50%;
}
.layer {
    /*display: none;*/
    background: rgba(0,0,0,.5);
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.layer section {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 640px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 80%;
    height: 80%;
    background: #f6f6f6;
    border: 1px solid #8d8a8a; 
    z-index: 9999;
    border-radius: 0.4rem;

}
.layer button {
    width: 1.6rem;
    height: 1.6rem;
    border: none;
    font-size: 1.2rem;
    float: right;
    display: block;
    background: url("./img/close.png") no-repeat;
    background-size: 100% 100%;
    margin: 0.5rem 0.6rem 0.8rem;
}
.layer h1 {
    margin: 0.9rem auto 0.2rem;
    font-size: 0.8rem;
}
.layer div{
    overflow: scroll;
    height: 88%;
    width: 90%;
    margin: 0 auto;
    color:#636363;
    font-size: 0.7rem;
    line-height: 1.2rem;
    text-align: justify;
}
.hint1 {
    position: absolute;
    font-size: 12px;
    line-height: 26px;
    color: #a0a0a0;
    left: 86px;
    display: none;
    top: 39px;
}
.hint2 {
     position: absolute;
    font-size: 12px;
    line-height: 26px;
    color: #a0a0a0;
    left: 86px;
    display: none;
    top: 39px;
}
.hint3 {
     position: absolute;
    font-size: 12px;
    line-height: 26px;
    color: #a0a0a0;
    left: 107px;
    display: none;
    bottom: -4px;
}