.alert{position: fixed;width: 100%;height:100%;top:0;left:0;z-index: 109;color: #fff;font-family: simHei;}
.alert .alertBack{width: 100%;height:100%;background: #000;opacity:0.8;position: absolute;}
.alert .mainPart{position: relative;top: 45%;left: 50%;margin-top:-19vh ;margin-left:-22.5vh ;width: 45vh;height:38vh; }
.alert .mainPart .alertText{position: absolute;width:100%;line-height: 3.5vh;font-size: 2.5vh;width: 36vh;left:50%;margin-left:-18vh;top:5.6vh;text-align: center;}
.alert .mainPart .buttonMiddle{position: absolute;width:100%;line-height: 6vh;height: 5.6vh;font-size: 2.5vh;width: 18vh;left:50%;margin-left:-9vh;bottom:2.2vh;text-align: center;background:url("../images/common/button2.png");background-size:100%;}
.alert .mainPart .buttonLeft{position: absolute;width:100%;line-height: 6vh;height: 5.6vh;font-size: 2.5vh;width: 18vh;left:3vh;bottom:2.2vh;text-align: center;background:url("../images/common/button1.png");background-size:100%;}
.alert .mainPart .buttonRight{position: absolute;width:100%;line-height: 6vh;height: 5.6vh;font-size: 2.5vh;width: 18vh;right:3vh;bottom:2.2vh;text-align: center;background:url("../images/common/button2.png");background-size:100%;}

.alert .mainPart .buttonMiddle2{position:absolute;width:100%;color:#fff;line-height:6vh;height:6vh;font-size: 2.5vh;width:14vh;left:50%;transform:translateX(-50%);bottom:2.2vh;text-align:center;background:url("../images/common/button2.png") no-repeat;background-size:100% 100%}
.alert .mainPart .buttonLeft2{position:absolute;width:100%;color:#fff;line-height:6vh;height:6vh;font-size: 2.5vh;width:14vh;left:1vh;bottom:2.2vh;text-align:center;background:url("../images/common/button1.png") no-repeat;background-size:100% 100%}
.alert .mainPart .buttonRight2{position:absolute;width:100%;color:#fff;line-height:6vh;height:6vh;font-size: 2.5vh;width:14vh;right:1vh;bottom:2.2vh;text-align:center;background:url("../images/common/button2.png") no-repeat;background-size:100% 100%}


.alert .mainPart .backImg{position: absolute;width:100%;height:100%;border-radius: 1.5vh;border:0.1vh solid #c3a267;top:0;left:0;background: #c3a267;}
.alert .mainPart .backImg .blackImg{position: absolute;width:40.6vh;height:25vh;border-radius: 1.5vh;border:0.1vh solid #2f2f2f;top:2.2vh;left:2.2vh;background: #2f2f2f;}