/* banner */

.banner {
    height: 430px;
    min-width: 1200px;
    background: url(../images/indexBanner.jpg) center center no-repeat;
}

.cityLogo a {
    color: #fff;
    padding-top: 10px;
}

.cityLogo .texts {
    width: 100%;
    height: 105px;
    margin-top: 105px;
    background: url(../images/cityBannerText.png) center center no-repeat;
}
.cityLogo span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    /* margin-left: 20px; */
    padding-left: 75px;
    background: url(../images/cityLogo.png) no-repeat 12px 10px;
}
.newUploadUl .liBox {
    width: 190px;
    height: 190px;
    border-radius: 10px;
    line-height: 0 !important;
    background-color: #f4f8fe;
    margin-bottom: 0 !important;
}
.newUploadUl .liTipText {
    text-align: center;
    height: 110px;
    line-height: 90px;
    padding: 24px;
    color: #b6c9e5;
}
.newUploadUl .newUploadBtn {
    width: 190px;
    height: 35px;
    border-radius: 0px 0px 10px 10px;
    background-color: #6e9fdb !important;
    color: #fff;
    background: #F0F7FC;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}
.newUploadUl form, .newUploadUl input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 40px;
    background-color: #fff;
    opacity: 0;
    font-size: 0;
}
.uploadPic,.newUploadUl{
    width: 190px !important;
    height: 190px !important;
}
.uploadPic img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 5px;
}
.uploadPic .deleteBtn{
    top: 15px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: url(../../member/images/close.png) no-repeat;
    top: 5px;
    right: 5px;
}