/*垂直居中*/
.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: 10%;
    top: 15%;
    background-color: #ffffff;
    z-index: 2147000001;
    width: 80%;
    border-radius: 5px;
    font-family: serif;
    color: #535e66;   
}
.xcConfirm .popBox .ttBox{
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #eef0f1;
}
.xcConfirm .popBox .ttBox .tt{
    font-size: 2em;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    padding-left: 2px;
    font-family: "Noto Serif",TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;
}
.xcConfirm .popBox .ttBox .clsBtn{
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1%;
    right: 1%;
    background: url(../img/close.png);
}
.xcConfirm .popBox .txtBox{
    margin: 10px 5px;
    overflow: hidden;
}
.xcConfirm .popBox .txtBox .bigIcon{float: left; margin-right: 20px; width: 48px; height: 48px; background-image: url(../img/icons.png); background-repeat: no-repeat; background-position: 48px 0;}
.xcConfirm .popBox .txtBox .size-content{
    height: 600px;
    line-height: 26px;
    overflow-x: hidden;
    overflow-y: auto;
}
.xcConfirm .popBox .txtBox p input{width: 364px; height: 30px; border: solid 1px #eef0f1; font-size: 18px; margin-top: 6px;}
.xcConfirm .popBox .btnArea{border-top: solid 1px #eef0f1;}
.xcConfirm .popBox .btnGroup{float: right;}
.xcConfirm .popBox .btnGroup .sgBtn{margin-top: 14px; margin-right: 10px;}
.xcConfirm .popBox .sgBtn{display: block; cursor: pointer; float: left; width: 95px; height: 35px; line-height: 35px; text-align: center; color: #FFFFFF; border-radius: 5px;}
.xcConfirm .popBox .sgBtn.ok{background-color: #0095d9; color: #FFFFFF;}
.xcConfirm .popBox .sgBtn.cancel{background-color: #546a79; color: #FFFFFF;}


.size-content table {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    table-layout: fixed;
}

.size-content th {
    border-bottom: 1px solid #003b49;
    font-family: "NeutrafaceSlabText-Book", script;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125;
    color: #003b49;
    text-rendering: optimizeLegibility;
    font-stretch: normal;
    text-align: center;
    height: 35px;
}

.size-content td {
    border-bottom: 1px solid #b3b4b3;
    height: 40px;
    text-align: -webkit-center;
    vertical-align: middle;
}
.size-content h3 {
    text-align: center;
    border: 0;
    height: 20px;
    font-family: "NeutrafaceSlabText-Book", script;
    color: #003b49;
}