* {
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    position: relative;
}

form,
article,
footer img {
    max-width: 720px;
    margin: 0 auto;
}

.center-block {
    display: block;
    margin: 0 auto;
}

i {
    font-size: 12px;
}

.progress1 {
    width: 65%;
    height: 2px;
    position: absolute;
    border: 1px solid #ccc;
    top: 38px;
    border-radius: 14px;
    left: 85px;
    display: none;
    overflow: hidden;
}

.progress10,
.progress10old {
    width: 65%;
    height: 2px;
    position: absolute;
    border: 1px solid #ccc;
    top: 2.2rem;
    border-radius: 14px;
    left: 73px;
    overflow: hidden;
    display: none;
}

.videoName {
    font-size: 12px;
    color: #a0a0a0;
    font-weight: normal;
    word-wrap: break-word;
    word-break: normal;
    display: inline-block;
    width: 9rem;
}

.strong {
    display: block;
    z-index: 200;
    font-size: 12px;
    color: red;
    word-wrap: break-word;
    word-break: normal;
    text-align: left;
    word-break: normal;
    /* position: absolute; */
    /* bottom: 8px; */
}

.strong1 {
    display: block;
    z-index: 200;
    font-size: 12px;
    color: #666;
    /* word-wrap: break-word; */
    text-align: right;
    white-space: nowrap;
    /* position: absolute; */
    /* bottom: 8px; */
}

.progress1 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #7de558;
}

.progress10 span,
.progress10old 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.2rem 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: 14px;
    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 0.1rem;
    line-height: 22px;
    font-size: 16px;
    padding: 0.6rem 0.6rem 3rem 0.6rem !important;
    box-sizing: border-box;
}

#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: 90px;
    top: 9px !important;
    bottom: 0.3rem !important;
    height: 26px;
    z-index: 100;
    font-size: 12px;
    /*opacity: 0;*/
}

#videoFile1 {
    outline: none;
    border: none;
    position: absolute;
    left: 90px;
    top: 9px !important;
    bottom: 0.3rem !important;
    height: 26px;
    z-index: 100;
    font-size: 12px;
    /*opacity: 0;*/
}

#introduce,
#desc {
    height: 8rem;
}

#desc {
    height: 5rem;
}

.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: rgb(117, 243, 227);
    width: 80%;
    height: 2.8rem;
    line-height: 2.8rem;
    color: rgb(38, 92, 245);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    margin: 2rem auto 0;
}

article {
    width: 80%;
    margin: 3rem auto;
}

article h6 {
    text-align: center;
    font-size: 16px;
    color: #626262;
}

article p {
    color: #626262;
    font-size: 12px;
    line-height: 22px;
    margin: 10px auto;
}

article p span:nth-child(1) {
    color: #646464;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 50%;
}

.layer {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.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;
    color: #a0a0a0;
    left: 0px;
    display: none;
    line-height: 26px;
    top: 39px;
}

.hint2 {
    position: absolute;
    font-size: 12px;
    line-height: 26px;
    color: #a0a0a0;
    left: 86px;
    line-height: 26px;
    display: none;
    top: 40px;
}

.hint10 {
    position: absolute;
    font-size: 12px;
    color: #a0a0a0;
    left: 0px;
    display: none;
    line-height: 26px;
    top: 39px;
}

.hint20 {
    position: absolute;
    font-size: 12px;
    line-height: 26px;
    color: #a0a0a0;
    left: 86px;
    line-height: 26px;
    display: none;
    top: 40px;
}

.hint3 {
    position: absolute;
    font-size: 12px;
    line-height: 26px;
    color: #a0a0a0;
    left: 107px;
    display: none;
    bottom: -4px;
}

.percent {
    right: -39px;
    top: 0px;
    color: #a0a0a0;
}

.video-section1 i,
.video-section1 b {
    font-size: 12px;
    color: #a0a0a0;
    font-weight: normal;
    word-wrap: break-word;
    word-break: normal;
}

select {
    /* border: 1px solid #dbdbdb; */
    border: 0;
    outline: none;
    height: 40px;
    line-height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 10px 0 40px;
    color: #c1c1c1;
    text-shadow: 0 0 0;
    font-size: 14px;
    background: transparent;
}

option {
    outline: none;
    border: 0;
}

.is_jion_select {
    padding: 0 5px 0 5px;
}

@media screen and (max-width: 370px) {
    .jion_section label {
        font-size: 12px;
    }
    .is_jion_select {
        padding: 0 0px 0 0px;
    }
}


/* #main-area {
  position: absolute;
  top: 0;
  left: 4rem;
} */

.videoName {
    position: absolute;
    left: 5rem;
}

.uploadBtn {
    display: inline-block;
    /* background: #eeeeee; */
    border-radius: 4px;
    color: #333;
    /* background: url(./img/upicon.png) no-repeat; */
    /* width: 72px; */
    /* height: 22px; */
    background-size: 100% 100%;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    text-shadow: 0 0 0;
    text-align: center;
    /* line-height: 22px; */
    white-space: nowrap;
}

a.uploadBtn {
    -webkit-tap-highlight-color: transparent;
}


/* #main-area-one {
  position: relative;
  overflow: hidden;
  margin-left: 9.2rem;
  position: absolute;
  top: 0;
  left: 13.2rem;
} */

.uploadBtnDiv {
    display: flex;
    align-items: center;
    /* background: #eeeeee; */
    border-radius: 1rem;
    border: 1px solid #dedede;
}

.uploadBtnDiv img {
    width: 1rem;
    height: 1rem;
}

.oneItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 93.33vw; */
}

label {
    white-space: nowrap;
}

.num1 {
    position: absolute;
    bottom: 1.4rem;
    right: 1rem;
    font-style: normal;
}

.van-uploader__input-wrapper {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.van-uploader__input-wrapper img {
    width: 1rem;
    height: 1rem;
}

.van-uploader {
    float: right;
    border: 1px solid #dedede;
    padding: 0.2rem 0.4rem;
    border-radius: 0.6rem;
}

.geshitixing {
    font-size: 12px;
    text-align: right;
    width: 100%;
    font-weight: 400;
    color: #999;
}

.video-section1 {
    margin-bottom: 0;
}

#huanhang {
    display: none;
}