.addLocationData {
  position: absolute;
  left: -230px;
  background: #ecebeb;
  height: 100%;
  top: 0;
  border-radius: 15px;
}
.addLocationFlex {
    height:100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cancelSearch {
    position: absolute;
    right: 0;
    top: 0;
}
.cancelSearch.btn-default:hover {
    background: transparent;
    border: none;
}
.cancelSearch.btn-default {
    background: transparent;
    border: none;
}
.cancelSearch.btn:focus {
    outline: none;
}
.cityDetail {
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    word-break: break-word;
    /*margin-left: 8px;*/
    font-weight: bold;
}
.btnStyle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #63AD82;
    border-radius: 20px;
    width: 200px;
    padding: 10px;
    color:#fff;
    cursor: pointer;
}
.weatherForecastContainer {
    position:relative;
    width: 100%;
    color: #000;
    padding: 15px 12px;
    box-shadow: 0px 0px 3px #dcdcdd;
    background: #ecebeb;
    border-radius: 15px;
    font-size: 16px;
    min-height: 230px;
}
.yeildBox {
    display: flex;
    padding: 10px 20px;
    background: #fff;
    color: #b7b8bf;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
}
.warningTipBox {
    padding: 20px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
    white-space: pre-wrap;
    height: 70px; /* 设置轮播的高度 */
    line-height: 12px;
}
.warningTip {
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    width: 98%;
    height: 70px; /* 设置轮播的高度 */
    line-height: 12px;
}
.more {
    position: absolute;
    right: 10px;
    top: 10px;
}
.des {
    position: absolute;
    width: 93%;
    padding: 10px;
    top: 155px;
    left: -10px;
    background: #c4c4c4;
    border-radius: 10px;
    font-size: 10px;
    white-space: pre-wrap;
    z-index: 11;
}
.del {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
}
.slideWeather {
    position: absolute;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    cursor: pointer;
}
@font-face {
    font-family: "iconfont"; /* Project id 4909399 */
    src: url('//at.alicdn.com/t/c/font_4909399_lsz7ki9jm2.woff2?t=1745894124937') format('woff2'),
    url('//at.alicdn.com/t/c/font_4909399_lsz7ki9jm2.woff?t=1745894124937') format('woff'),
    url('//at.alicdn.com/t/c/font_4909399_lsz7ki9jm2.ttf?t=1745894124937') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gengduo:before {
    content: "\e656";
    font-size: 12px;
}

.icon-lingdang:before {
    content: "\e8c0";
}

.icon-shanchu:before {
    content: "\e619";
    font-size: 12px;
}
