.cs_332001_00032_weather_info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: 100%;
    justify-content: space-around; 
} 
 
.cs_332001_00032_weather_top {
    display: flex;
    align-items: center;
}
.cs_332001_00032_weather_bottom {
    display: flex;
}

.cs_332001_00032_weather_location_name {
    font-size: 20px;
    margin: 0 15px 0 5px;
}

.cs_332001_00032_weather_current_wind {
    margin: 0 15px;
}

.cs_332001_00032_weather_current_air {
    border-radius: 5px;
    padding: 2px 11px;
    display: flex;
    align-items: center;
}

.cs_332001_00032_weather_air_status {
    margin-left: 9px;
}

.cs_332001_00032_weather_current_temperature_card {
    display: flex;
    margin-right: 10px;
}

.cs_332001_00032_weather_current_temperature {
    font-size: 90px;
    position:relative;
}
.cs_332001_00032_weather_current_temperature_icon{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 20px;
}

.cs_332001_00032_weather_future_info {
    border: 1px solid #ffd284;
    /* width: calc( 100% - 193px); */
    border-radius: 12px;
    padding: 10px;
    width:100%;
} 

.cs_332001_00032_weather_current_unit {
    font-size: 35px;
}

.cs_332001_00032_weather_future_titles {
    display: flex;
}
.cs_332001_00032_weather_future_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.cs_332001_00032_weather_future_bottoms {
    display: flex;
}
.cs_332001_00032_weather_temperature_line {
    height: calc(100% - 84px);
} 
.cs_332001_00032_weather_future_cols {
    display: flex;
    justify-content: space-around;
    height: 100%;
}

.cs_332001_00032_future_col {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    text-align: center;
}
.cs_332001_00032_weather_future_temperature {
    color: #ffd284;
}
.cs_332001_00032_img_location_icon {
    width: 16px;
    height: 18px;
    background-image: url(https://res.dapingyun.com/1/img/component/332001/00032/location.png);
}  
.cs_332001_00032_weather_future_icon {
    margin-top: 3px;
    width: 16px;
    height: 16px;
}

/* 样式二 */
.cs1_332001_00032_weather_content {
/*     display: flex; */
    align-items: center;
    min-height: 200px;
}
.cs1_332001_00032_weather_item{
	display: flex;
	align-items: center;
    justify-content: center;
}
.cs1_332001_00032_img_location_icon {
    width: 20px;
    height: 20px;
    background-image: url(https://res.dapingyun.com/1/img/component/332001/00032/location1.svg);
    background-size: 100% 100%;
}  
.cs1_332001_00032_weather_location_name {
    font-size: 20px;
    margin: 0 15px 0 5px;
}
.cs1_332001_00032_weather_current_status{
	text-align: center;
	font-size: 90px;
	display: flex;
	width: 100%;
	justify-content: center;
}
.cs1_332001_00032_weather_current_temperature_icon{
	width: 20px;
	height:20px;
}
.cs1_332001_00032_weather_current_temperature_detail{
	padding-left:5px;
}
.cs1_332001_00032_weather_air_content {
    padding:2px 10px;
    border-radius: 3px;
    margin-top: 10px;
}
.cs1_332001_00032_weather_current_unit {
    font-size: 35px;
}

.cs2_332001_00032_weather_future_info {
    border-top: 1px solid #808080;
    /* width: calc( 100% - 193px); */
    padding: 10px 0;
    width:100%;
} 
.cs2_332001_00032_weather_top_item_l{
	flex: 1;
	display: flex;
	position: relative;
}
.cs2_332001_00032_weather_top_item_r{
	text-align: right;
}
.cs2_332001_00032_weather_top_item_ol{
	display: block;
	position: relative;
	padding-right:10px;
	overflow: hidden;
}
.cs2_332001_00032_weather_current_temperature_icon{
	position: absolute;
	top: 0px;
	right: 10px;
	width: 24px;
}
.cs2_332001_00032_weather_current_air {
    border-radius: 5px;
    padding: 2px 11px;
    display: flex;
    align-items: center;
    margin-right:40px;
}
.cs2_332001_00032_weather_current_status{
	padding-right:10px;
	margin: 6px 0;
}
.cs2_332001_00032_weather_info {
    padding: 10px 5%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: 100%;
    justify-content: center; 
} 
.cs2_332001_00032_weather_current_temperature {
    font-size: 80px;
    position:relative;
}
.cs2_332001_00032_img_location_icon {
    width: 14px;
    height: 16px;
    background-image: url(https://res.dapingyun.com/1/img/component/332001/00032/location.png);
    display: flex;
    align-items: end;
    position: absolute;
    bottom: 18px;
    left: 130px;
    background-size: 100% 100%;
}  
.cs2_332001_00032_weather_location_name {
    font-size: 16px;
    margin: 0 15px 0 5px;
    position: absolute;
    left: 145px;
    bottom: 16px;
}
.cs2_332001_00032_weather_current_temperature_detail{
	padding-left:5px;
	float:right;
}
.cs2_332001_00032_weather_future_cols_content{
	display: flex;
}
.cs2_332001_00032_weather_future_cols {
	flex:1;
    display: flex;
    justify-content: space-around;
    height: 100%;
}