@charset "utf-8";
/* CSS Document */
.cloud_body .body_left{
	padding: 20px
}
.cloud_item{
  /* width: 24%; */

margin: 10px;
/*		background-color: coral*/
	    border: 1px dashed #E3E4E9;
}

.cloud_item .item_title{
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;   
	width: 74px;
text-align-last: justify;
	margin: 0px 10px;
}
.cloud_item .item_container{
	padding: 0px 10px
}
.el-radio-button{
	margin:  5px;
}
.itme_info{
    color: #414141;
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
}
.itme_info span{
	width: 80px
}


.cloud{
	margin-top: 10px;
}
.cloud_head{
	line-height: 50px;
	height: 50px;
	border-bottom: 2px solid #0068c1;
		background: #f2faff;
}
.cloud_head h2{
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	display:inline-block;
	padding: 0px 40px 0px 20px;
	border-radius: 0px 40px 0px 0px
	
}
.cloud_body .body_right{
	width: 280px;
	border-left: 1px solid #eee;
	padding: 20px
}
.c_Radio>div{
	margin:  5px;
	white-space: nowrap;
    background: #FFF;
    border: 1px solid #DCDFE6 !important;
    font-weight: 500;
    border-left: 0;
    color: #606266;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;

    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0;
}
.c_Radio .c_active {
    color: #FFF;
    background-color: #409EFF;
    border-color: #409EFF;

}

.c_slider{
	padding-top: 18px  !important;
}
.layui-slider-wrap-btn {
    width: 16px;
    height: 16px;
}
.c_Radios>div{
	width: 120px;;
}
.c_select div{
	margin-right: 10px;;
}
.c_info>div{
	position: relative;
}
.c_info span{
	background-color: #ff8e38;
	position: absolute;
	top:-30px;
	display: none;
	z-index: 99;
	padding: 2px 4px;
	color: #fff;
}
.layui-layer-msg {
    border: 1px solid #1e9efd   !important;
    background-color: #1e9efd  !important;
}
/* 轻量云 */
.light_combo>div{ 
	    margin: 5px;
    white-space: nowrap;
    background: #FFF;
    border: 1px solid #DCDFE6 !important;
    font-weight: 500;
    border-left: 0;
    color: #606266;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    padding: 4px;
    font-size: 14px;
    border-radius: 0;
	width: 23.7%;
}
.light_combo .light_active,.light_combo .light_active .combo_title{
    border-color: #409EFF !important;
}
.light_combo :hover{
	border-color: #409EFF !important;
}
.light_combo :hover .combo_title{ 
	
	border-color: #409EFF !important;
}
.regions>div:hover{ 
	border-color: #409EFF !important;
	background-color: #409EFF;
	color: #fff;
}	
.combo_title{
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: #DCDFE6  1px solid;

}
.combo_info{
	padding: 2px 5px;
	font-size: 14px !important;
	border-bottom: #DCDFE6  1px solid;
}
.item_info ,.combo_price{ 
	line-height: 30px;
	padding: 0px 2px;
}
.price{
	font-size: 22px;
	color: red;
	font-weight: bold;
}
.price_info{
	font-size: 12px;
	font-weight: bold;
	color: #999;
}