.msg_set {
width: 400px;
background: #FFFFFF;
border-radius: 10px;
}

.set_content {
padding: 0 30px 30px;
font-size: 16px;
text-align: center;
}

.set_title {
font-size: 20px;
text-align: center;

}

.set_head {
color: #666;
margin-top: 30px;
}

.set_item {
display: flex;
margin-top: 30px;
}

.set_name {
flex: 1;
}
.set_main{
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #666;
	padding: 30px;
}
.set_a_b{width: 250px;display: inline-block;}
.set_a_b a{ display:block; width:100px; height:38px; text-align:center; line-height:38px; color:#ffffff; font-size:18px;border-radius: 10px;}
.set_a_b a.submit_la{ background:#02bbff; float:right;}
.set_a_b a.cancel_la{ background:#717171; float:left;}
.msg_set  .form-head{border-radius: 10px 10px 0 0;}


.msg_yes .set_main{
	text-align: left;
	line-height: 30px;
	font-size: 16px;
}
.msg_yes .set_a_b {text-align: center;}
.msg_yes .set_a_b a.submit_la{ background:#02bbff; float:none;display: inline-block;}