/*按钮样式*/
.btn01 {
    background: #f2f5fa;
    border: 1px solid #dddddd;
    border-radius: 4px;
    width: 118px;
    height: 28px;
    font-family: 'MicrosoftYaHei','Arial','Helvetica', sans-serif;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-top: 10px;
    box-sizing:border-box;
}
/**弹框样式**/
.myNode .popAddPeer,.myNode .popAddOrder,.myNode .popShowOrder,
.myNode .popShowPeer,.myNode .popInstallOrder,.popInstallOrderTip,.popStartOrder,
.myAlliance .popPowerChange,.myAlliance  .popApplicationRe,.popJoinAlliChain,.popControlDetails,.allianceList .joinAlliance{
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	min-width: 500px;
	min-height: 240px;
	position: absolute;
	left: 40%;
	top: 50%;
	margin-left: -220px;
	margin-top: -223px;
	z-index: 99;
}
/**input框样式**/
.myNode .popAddPeer input,.myNode .popShowPeer input,
.myNode .popAddOrder input,.myNode .popShowOrder input{
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    width: 175px;
    height: 38px;
    padding-left: 6px;
    box-sizing:border-box;
}
/**关闭图标**/
.myNode .close-a
{
    padding: 6px;
}

/**列表宽度**/
.myNode .w-14{width: 14%;}
/**按钮集样式**/
.myNode .btnBox{
	display: flex;
	flex-flow: nowrap;
}



/**弹框按钮样式**/
.myNode .popBtnBox{
	display: flex;
	flex-flow: nowrap;
	margin-top: 20px;
    margin-left: 26px;
    margin-bottom: 30px;
}

.myNode .popBody{
	margin: 20px 60px;
}
.myNode .popBodyContentDiv{
	height: 25px;
	display: flex;
	margin-top: 10px;
	padding: 5px;
    box-sizing:border-box;
}
.myNode .popBody label{
	width:90px;
	margin: 0 10px;
	text-align: right;
}
/**弹框单按钮样式**/
.myNode .popShowPeer .popBtnBox,.myNode .popShowOrder .popBtnBox{
	margin-left: 222px;
}

.myNode .loadingBox{
	margin-left: 83px;
    margin-top: 25px;
    }
/**弹框两个按钮样式**/
.myNode .popInstallOrder .popBtnBox,
.myNode .popStartOrder .popBtnBox,
{
	margin-left: 144px;
}
.myNode .popInstallOrder{left: 50%;}
.myNode .popInstallOrderTip .popBody,.myAlliance .popBody{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.myNode .popInstallOrderTip span{
	font-size: 20px;
    text-align: left;
}
/**安装节点弹框修改**/
.myNode .popInstallOrderTip{
	min-height: 200px;
	left: 45%;
    top: 70%;
}

/**节点监控详情样式**/
.monitorDetails .title{
	text-align: left;
    font-size: 30px;
    margin: 10px 50px;
}
.monitorDetails .firstBody,.secondBody{
	margin-left: 100px;
    width: 1000px;
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.monitorDetails .fLeftContent{
	display: flex;
	flex-direction:row ;
	margin-top: 20px;
}
.monitorDetails .fLeftContent img{
	margin-right: 20px;
}
.monitorDetails .fLeft{
	order: 3;
	overflow-y:scroll;
}
.monitorDetails .fRight{
	order: 7;
}
/**安装节点弹框修改结束**/
/**我的联盟样式开始**/
.myAlliance .btnBox,.popBtnBox{
	display: flex;
	flex-flow: nowrap;
	margin-top: 20px;
    margin-left: 26px;
    margin-bottom: 30px;
}
.myAlliance .link{
    font-size: 18px;
    border-bottom: 2px solid #F1F1F1;
    margin: 20px;
}
.myAlliance .link span{
	margin-right: 20px;
}
.myAlliance .popPowerChange .popBody{
	margin-top: 25px; 
	text-align: left;
	font-size: 10px;
}
.myAlliance .popPowerChange  label{
	margin-right: 30px;
}
.myAlliance .ApplicationRe{
	width: 750px;
}
.myAlliance .popApplicationRe table{
	margin: 0 40px;
	font-size: 15px;
	
}
.myAlliance .popApplicationRe td,.myAlliance .popApplicationRe th{
	border: 1px solid;
    text-align: center;
}
.myAlliance .popApplicationRe td,.myAlliance .popApplicationRe th{
	border: 1px solid;
    text-align: center;
}
.popApplicationRe .popBtnBox a{
    margin-left: 290px;
}
.myAlliance .join,.myAlliance .build{
	font-size: 17px;
}
.myAlliance .build{
	color:#468EFB;
	border-bottom: 2px solid #468EFB;
}
/**我的联盟样式结束**/
/**节点监控列表样式开始**/
.controlNodeList,.popControlDetails{
    width: 1000px;
    height: 500px;
    top: 60%;
    left: 30%;
}
/**节点监控列表样式结束**/
/**联盟列表样式开始**/
.allianceList .contentsBlock{
    min-height: 600px;
    width: 100%;
}
.allianceList .contentList{
    border-bottom: 1px solid #f0f0f0;
    padding: 50px 280px 0 50px;
}
.allianceList .title{
	font-size: 25px;
    font-weight: bold;
}
.allianceList .listDetail{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.allianceList .allianceDetail{
    display: flex;
    font-size: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.allianceList .allianceDetail div{
	margin-right:50px;
}
.allianceList .allianceDetail label{
	 font-size: 20px;
	 vertical-align: inherit;
}
.allianceList  .btnBox{
	display: flex;
}
.allianceList  .joinAlliance
{
	min-width: 680px;
    min-height: 300px;
}
.allianceList  .joinAlliance .popBody {
	text-align: left;
    margin: 10px 30px;
     
}
.joinAlliance .popBody label{
	font-size: 15px;
    margin-right: 33px;
}
.allianceList  .joinAlliance textarea{
	width: 450px;
    height: 150px;
}
.allianceList  .joinAlliance .power{
	display: flex;
    align-items: flex-end;
}
.allianceList  .joinAlliance .powerList{
    padding-left: 16px;
}
.allianceList  .joinAlliance .agreeArotocol{
	padding: 30px 124px 0;
}
.allianceList  .joinAlliance .btnBox{
	display: flex;
    padding: 20px 165px;
}
.allianceList  .joinAlliance .close-a
{
    padding: 6px;
}
.allianceList .detailsPage {
    min-height: 600px;
    font-size: 16px;
    margin: 3%;
}
.allianceList .detailsPage h1{
	font-size: 30px;
}
.allianceList .detailsPage .labelStyle{
	display: flex;
    padding-top: 20px;
}
.allianceList .detailsPage  div{
	padding: 10px 70px 10px 0;
} 
.allianceList .detailsPage  .contentUp{
	display:flex;
	justify-content: space-between;
}
.allianceList .detailsPage  img{
	width: 120px;
    height: 120px;
}
.allianceList .detailsPage .contentDownText{
	display:flex;
}
.detailsPage .contentDownText .name{
	    width: 310px;
}
.name2{
	width: 85px;
}
.allianceList .detailsPage .btn01{
	width: 120px;
    height: 40px;
}

/**联盟列表样式结束**/