* {
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
}
body{
    background: white;
}
.appeal-box{
    border-top: 0.1rem solid #c70026;
}
.header{
    padding:0.75rem 1rem;
    background: #c70026;
    margin-top: 0.25rem;
}
.header-title{
    font-size: 0.8rem;
    color: white;
    font-weight: bold;
}
.header-hit{
    font-size: 0.7rem;
    color: white;
}
.main{
    margin-top: 1rem;
}
.main-title{
    font-size: 0.8rem;
    font-weight: bold;
    padding-left: 1rem;
    position: relative;
}
.main-title::after{
    content:'';
    display: block;
    width: 0.15rem;
    height: 0.8rem;
    background: #c70026;
    position: absolute;
    left: 0;
    top: 0.2rem;
}
.main-header-hit{
    color: #999999;
    padding-left: 1rem;
    font-size: 0.6rem;
    position: relative;
}
.main-header-hit em{
    color: #c70026;
    position: absolute;
    left: 0.5rem;
    top: 0;
}

.main-content{
    padding:0.75rem 1rem;
    padding-bottom: 2rem;
}
input {
  -webkit-appearance: none;
  outline: none;
}
.list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}
.list-left{
    font-size: 0.7rem;
}
.list-right{
    width: 13.25rem;
    height: 1.55rem;
    font-size: 0.7rem;
}
.list-right input {
    width: 100%;
    height: 1.4rem;
    border: none;
    padding-left: 0.75rem;
    border: 0.025rem solid #d7d7d7;
}
.list-right2,.city_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.cph_select{
    width: 2.0rem;
    height: 1.4rem;
    border: 0.025rem solid #d7d7d7;
    padding-left: 0.5rem;
}
.cph3{
    width: 8.2rem!important;
}
.city_box select{
    width: 6.3rem;
    height: 1.4rem;
    border: 0.025rem solid #d7d7d7;
    padding-left: 0.5rem;
}
.list2{
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.list-right3{
    width: 100%;
    display: flex;
    flex-direction:column;
}
.upload-image-list{
    width: 100%;
    height: 10.1rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.selectFile {
    width: 100%;
    height: 10.1rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
    opacity: 0;
    position: relative;
    z-index: 33;
}
.file-show {
    width: 100%;
    height: 10.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    background: url(../images/sczmsfz.png)center no-repeat;
    background-size: 100% 10.1rem;
    position: absolute;
    left: 0;
    top: 0;
    padding:0.025rem;
}
.file-show3 {
    width: 100%;
    height: 10.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    background: url(../images/scscsfz.png)center no-repeat;
    background-size: 100% 10.1rem;
    position: absolute;
    left: 0;
    top: 0;
    padding:0.025rem;
}
.file-show img {
    width: 100%;
    height: 100%;
}


.submit{
    border: none;
    width: 100%;
    color: white;
    font-size: 0.95rem;
    text-align: center;
    height: 2.25rem;
    line-height: 2.25rem;
    background: #c70026;
    border-radius: 0.2rem;
    margin-top:1.625rem;
}
.mian-floor-hit{
    font-size: 0.6rem;
    color: #999999;
    text-align: center;
    margin-top: 0.3rem;
}

.pop1{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,0.8);
    display: none;
}
.pop-padding{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-box{
    width: 14.0rem;
    background: white;
    padding:1.5rem 0.75rem;
}
.pop-title{
    text-align: center;
    font-size: 1.2rem;
}
.pop-box p{
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
}
.pop1-btn{
    width: 8.0rem;
    height: 2.2rem;
    background: #c70026;
    text-align: center;
    line-height: 2.2rem;
    font-size: 0.75rem;
    color: white;
    margin: 0 auto;
}