* {
    font-family: "微软雅黑";
    margin: 0 ;
    padding: 0;
 }
 body {
    max-width: 640px;
    margin: 0 auto;
    background:#3ac1df;
    position: relative;
 }
 main {
    width: 80%;
    margin: 0 auto;
 }
 header {
    position: relative;
 }

 #timer {
    position: absolute;
    bottom: 0%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    left: 22%;
}
#timer span {
    font-size: 34px;
    color: #fdd600;
}
 .head {
    display: -webkit-flex;
    display: flex;
    position:fixed;
    left:   0;
    bottom: 0;
    width:100%;
    padding:0px 0;
    z-index:800;
 }
 textarea::-webkit-input-placeholder {
    color:#ccc;
    font-size: 12px;
}
 input::-webkit-input-placeholder {
    color:#ccc;
    font-size: 12px;
}
 .head a {
    -webkit-flex: 1;
    flex: 1;
    text-decoration: none;  
    display: block;  
    background:#fbac29;
    line-height:46px;
    height: 46px;
    text-align: center; 
    font-size:  18px;
    color:#fff;
 }
 form section {
    border: 1px solid #e5f7fb;
    padding: 0.4rem 0.3rem;
    margin: 10% 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
form section label {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
form section input[type='text'] {
    width: 70%;
    height: 92%;
    position: absolute;
    top: 0;
    margin-top: 0.1rem;
    border: 0;
    outline: none;
    background: #3ac1df;
    font-size: 16px;
}
form section input[type='radio'] {
    zoom: 200%;
    vertical-align: middle;
    outline: none;
}
textarea {
    width: 100%;
    background: #f7f7f7;
    height: 10rem;
    border: 1px solid #dbdbdb;
    margin: 0.6rem 0;
    line-height: 22px;
    font-size: 16px;
}
.center-block {
    display: block;
    margin: 10% auto;
}
#submit {
    display: block;
    margin: 0% auto;
    width: 240px;
    height: 36px;
    background: url("./img/submit.png") no-repeat;
    background-size: 100% 100%;
}
#upload {
    display: block;
    margin: 0% auto 6%;
    width: 240px;
    height: 36px;
    background: url("./img/uploading.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.sure_show:after {
    content:""; 
    display: block;
    background: url("./img/sure.png") no-repeat;
    background-size: 100% 100%; 
    width: 26px;
    height: 20px;
    top: 8px;
    position: absolute;
    right: 11px;
}
.show:after {
    display: block;
}
h2 {
    font-size: 16px;
    color: #fff;
}
article {
    /*text-align: center;*/
    padding: 10px 0;
}
figure {
    margin: 20px 10px
}
figure img {
    vertical-align: middle;
    margin-left: 2%;
}

#selectfiles {
     display: inline-block;
    width: 56px;
    height: 56px;
    margin-top: 22px;
    background: url("./img/add.png") no-repeat;
    background-size: 100% 100%;
}
#ossfile {
    /*display: inline-block;*/
    /*width: 100px;
    height: 10px;*/
    /*background: red;*/
}
.hint {
    display:block;
    font-size: 12px;
    margin-left: 3%;
    display: none;
    vertical-align: top;
}
.addBtn {
     display:block;
    width: 100px;
    height: 100px;
    background: url("./img/add.jpg") no-repeat;
    background-size: 100% 100%;
    display: none;
    margin: 14px 5px 14px 3%;
    vertical-align: top;
    overflow: hidden;
}

#container {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.delete {
     display: inline-block;
    width: 25px;
    height: 25px;
    background: url("./img/closeBtn.jpg") no-repeat;
    background-size: 100% 100%; 
}
.hint_aside {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    position: fixed;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    max-width: 640px;
}
.hint_aside section {
    position: absolute;
    top: 10%;
    width: 74%;
    max-width: 640px;
    left: 7%;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 5% 6% 1%;
}

#uploading {
    display: block;
    margin: 0% auto 6%;
    width: 240px;
    height: 43px;
    background: url("./img/upload.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.up_aside {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    position: fixed;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    max-width: 640px;
    width: 0;
    height: 0;
    z-index: 999;
    overflow: hidden;
}
.up_aside  section {
    position: absolute;
    top: 10%;
    width: 74%;
    max-width: 640px;
    left: 7%;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 8% 6% 4%;
}
.up_aside  section ul {
    width: 80%;
    margin: 5% auto 10%;
    height: 270px;
    overflow: auto;
}
.up_aside  section ul li {
    list-style: none;
    float: left;
    width: 33%;
    height: 80px;
    overflow: hidden;
    margin: 2% auto;
    position: relative;
}
.up_aside  section ul li .delete {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(./img/closeBtn.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 3px;
    top: 3px;
} 
/*.up_aside  section ul li:nth-child(odd){
    margin-right: 10% ;
}*/
.up_aside  section ul li img {
    width: 100%;

}
.up_aside  section ul li.li {
    text-align: center;
}
#agree {
    display: block;
    margin: 6% auto;
    width: 180px;
    height: 31.57px;
    background: url("./img/agree.png") no-repeat;
    background-size: 100% 100%;
}
#hint_close {
    position: absolute;
    top: -3%;
    right: 2%;
    display: block;
    margin: 6% auto;
    width: 20px;
    height: 20px;
    background: url("./img/close.png") no-repeat;
    background-size: 100% 100%;
}
#up_close {
    position: absolute;
    top: -3%;
    right: 2%;
    display: block;
    margin: 6% auto;
    width: 20px;
    height: 20px;
    background: url("./img/close.png") no-repeat;
    background-size: 100% 100%;
}

.hint_aside img {
    width: 92%;
    display: block;
    margin: 8% auto 0;
}
.imgs_item li {
    position: relative;
    width: 100px;
    height: 100px;
    list-style: none;
    margin: 14px 5px;
    float: left;
}

.imgs_item li span  {
    position: absolute;
    top: 1px;
    right: 6px;
}
.imgs_item li img {
    width: 100px;
    max-height: 100px
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
};





.g-lable {
    overflow: hidden;
    margin-bottom: 10px;
}

.fileName {
    font-size: 12px;
    width: 200px;
    display: block;
    margin: 0 auto 6px;  
}
.percent {
    font-size: 12px;
    width: 200px;
    display: block;
    margin: 6px auto;
}
.progress{
    margin-top:2px;
    width: 200px;
    height: 10px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar{ 
    background-color: rgb(92, 184, 92);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    float: left; 
    font-size: 12px;
    height: 10px;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: width;
    transition-timing-function: ease;
    width: 266.188px;
}
.up_aside section h3 {
   font-size: 15px;
   text-align: center; 
   border-bottom: 1px solid #383838;
   box-shadow: 0 0 0;
}
.up_aside section h3 span {
   position: relative;
    background: #fff;
    padding:  2px 10px;
   top: 9px;
    color: #383838;
}
.up_aside section abbr{
   display: block;
   text-align: center;
   margin-top: 5%;
   font-size: 12px;
   color: #999;
}
.hint_aside section h4 {
   font-size: 15px;
   text-align: center; 
   border-bottom: 1px solid #383838;
   box-shadow: 0 0 0;
}
.hint_aside section h4 span {
   position: relative;
    background: #fff;
    color: #383838;
    padding:  2px 10px;
   top: 9px;
}
.hint-text {
    height:360px;
    overflow-y:scroll;
    margin-top: 2%; 
}
.hint-text h6 {
    font-size: 14px;
    margin: 6px 0;
}
.hint-text p {
    font-size: 12px;
    line-height: 24px;
    color: #999
}

@media screen and (min-width: 500px) {
    .head {
        max-width: 640px;
            transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        left: 50%;
        bottom:-2.5%;
    }
}
