@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;
}
