@charset "UTF-8";
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
input[type="text"] {
    -webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"]{
    -webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}
button{ border-radius: 0; }
input:focus, textarea:focus, select:focus {
    outline: none;
}
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}

.zc{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 50px 0 100px;
    background-color: #f2f3f4;
    display: flex;
    flex-direction: column;
}
.zc > div{
    background: #FFF;
    min-height: 100vh;
    padding: 0 15px 50px;
}
.zc form{
    width: 400px;
    margin: 0 auto;
    padding: 0;
}
.zclc{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 50px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
.zclc p{
    font-size: 16px;
    line-height: 25px;
    padding: 0 15px;
    margin: 0;
    color: rgba(0, 0, 0, 0.54);
    background: #FFF;
    z-index: 1;
}
.zclc p span{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.64);
    color: #FFF;
    text-align: center;
    margin-right: 5px;
}
.zclc p.on{
    color: #000;
}
.zclc p.on span{
    background: #2E825A;
}
.zclc p.zchr{
    width: 90%;
    height: 1px;
    background: rgba(0, 0, 0, 0.64);
    position: absolute;
    left: 5%;
    top: 43px;
    z-index: 0;
}


.hyzc li input::-webkit-input-placeholder {
    color: #7b899f;
    font-size: 16px;
}

.hyzc li input::-moz-placeholder {
    color: #7b899f;
    font-size: 16px;
}

.hyzc li input:-ms-input-placeholder {
    color: #7b899f;
    font-size: 16px;
}

.hyzc li input:-moz-placeholder {
    color: #7b899f;
    font-size: 16px;
}
.zcup > p:first-child{
    font-size: 16px;
    line-height: 60px;
}
.fileinput-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
.fileinput-button input{
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    -ms-filter: 'alpha(opacity=0)';
}
.fileinput-button span{
    display: inline-block;
    height: 60px;
    background: #f5f5f5;
    border-radius: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media (max-width: 767px) {
    .zc{
        padding: 30px 0;
    }
    .zc form{
        width: 300px;
    }
    .zclc{
        padding: 20px 10px;
    }
    .zclc p{
        font-size: 12px;
        line-height: 20px;
        padding: 0 5px;
    }
    .zclc p span{
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }
    .zclc p.zchr{
        top: 30px;
    }
    .zclcgr p.zchr{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px){
}
@media (min-width: 1200px) {
}