.addControl {
    width: 90px;
    height: 28px;
    margin: 0 auto;
    margin-top: 46px;
}

.addControl span {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    border-radius: 50%;
    color: #666;
    background: #e4e4e4;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin: 3px 2px 0 2px; 
}
.addControl span.add{
    line-height: 22px;
}
.addControl span:hover {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    float: left;
    border-radius: 50%;
    color: #fdfdfd;
    background: #999999;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin-top: 3px;
}

.addControl i {
    width: 38px;
    float: left;
    height: 26px;
    display: block;

    position: relative;
    border: 1px solid #ddd;
}

.addControl i input {
    position: absolute;
    font-size: 13px;
    color: #666;
    text-align: center;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    font-style: normal;
    height: 26px;
    outline: none;
    padding: 0;
    margin: 0;
    border: none;
}

/*增加的代码*/
.notaddress {
    height: 100%;
}

.notaddress .choose {
    height: 100%;
}

.choose .chooseAd ul li {
    float: left;
    width: 228px;
    height: 100%;
    border: 1px solid #ddd;
    position: relative;
    padding: 0 0 0 20px;
    cursor: pointer;
    background: white;
    margin-bottom: 1rem;
}

.choose .chooseAd ul {
    width: 100%;
    height: 100%;
}

.choose .chooseAd {
    width: 1130px;
    margin: 0 auto;
    height: 100%;
}

.choose {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    background: white;
}

.notaddress {
    width: 1200px;
    height: 100%;
    background: white;
    margin: 0 auto;
}

.choose .chooseAd ul li {
    float: left;
    width: 228px;
    height: 190px;
    margin-left: 25px;
    border: 1px solid #ddd;
    position: relative;
    padding: 0 0 0 20px;
    cursor: pointer;
    background: white;
    margin-bottom: 1rem;
}

.notaddress {
    width: 1200px;
    height: 310px;
    background: white;
    margin: 0 auto;
    overflow: hidden;
}

.showallad .showall .showaddress {
    width: 100%;
    height: 48px;
    background: white;
}

.showallad .showall .showaddress p {
    /* border-radius: 6px; */
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    display: block;
    width: 160px;
    margin: 0 auto;
    /* border-bottom: 1px dashed #ddd; */
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 4px;
    border-radius: 4px;
}