/*垂直居中*/
.verticalalign{ vertical-align:middle; display:inline-block; height:100%; margin-left:-1px;}

.xcconfirm .xc_layer{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #666666; opacity: 0.5; z-index: 2147000000;}
.xcconfirm .popbox{position: fixed; left: 0;right: 0; top: 20%; margin:auto;background-color: #ffffff; z-index: 2147000001;width: 70%;border-radius: 5px; font-weight: bold; color: #535e66;}
.xcconfirm .popbox .ttbox{display: none;height: 30px; line-height: 30px; padding: 14px 30px; border-bottom: solid 1px #eef0f1;box-sizing: content-box;}
.xcconfirm .popbox .ttbox .tt{font-size: 18px; display: block; float: left; height: 30px; position: relative;}
.xcconfirm .popbox .ttbox .clsbtn{display: block; cursor: pointer; width: 12px; height: 12px; position: absolute; top: 22px; right: 30px; background: url(/uploads/image/raljimg/icons.png) -48px -96px no-repeat;}
.xcconfirm .popbox .txtbox{padding:0 40px;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
/*.xcconfirm .popbox .txtbox .bigicon{float: left; margin-right: 20px; width: 48px; height: 48px; background-image: url(/uploads/image/raljimg/icons.png); background-repeat: no-repeat; background-position: 48px 0;}*/
.xcconfirm .popbox .txtbox p{ line-height: 26px; overflow-x: hidden; overflow-y: auto;width: 100%;}
.xcconfirm .popbox .txtbox p input{width: 364px; height: 30px; border: solid 1px #eef0f1; font-size: 18px; margin-top: 6px;}
.xcconfirm .popbox .btnarea{
    margin: 20px 0;
}
.xcconfirm .popbox .btngroup {text-align: center;}
.xcconfirm .popbox .sgbtn{display: inline-block; cursor: pointer; width: 100px; height: 35px; line-height: 35px; text-align: center; color: #ffffff; border-radius: 28px;margin: 0 10px}
.xcconfirm .popbox .sgbtn.ok{background-color: #0095d9; color: #ffffff;}
.xcconfirm .popbox .sgbtn.cancel{background-color: #546a79; color: #ffffff;}
.xcconfirm .popbox .sgbtn:hover {
    filter: saturate(2);
}
.xcconfirm .popbox .sgbtn:active {
    opacity: 0.7;
}
@media (min-width: 768px) {
    .xcconfirm .popbox { width: 300px;}
}
.xcconfirm .popbox .bigicon {
    width: 100%;
    height: 80px;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
}

.xcconfirm .popbox .bigicon.error-icon {
    background: url(/uploads/image/raljimg/error_icon.svg) no-repeat;
    background-position: center;
}
.xcconfirm .popbox .word-box {
    display: flex;
    flex-wrap: wrap;
}
.xcconfirm .popbox .word-box .word-block {
    background: #fddee2;
    border-radius: 2px;
    color: #f75b6e;
    padding: 5px;
    margin: 5px;
    line-height: 1;
}
