/****************************************************************
 *																*		
 * 						      代码库							*
 *                        www.dmaku.com							*
 *       		  努力创建完善、持续更新插件以及模板			*
 * 																*
****************************************************************/


/*垂直居中*/

/*body,
input {
    font-size: 16px;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    color: #747474;
}*/

.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: 50%;
    top: 50%;
    background-color: #ffffff;
    z-index: 2147000001;
    width: 300px;
    /*height: 200px;*/
    /*margin-left: -285px;
    margin-top: -150px;*/
    /*border-radius: 5px;*/
    /*font-weight: bold;*/
    color: #333;
    left: 50%;
  top: 30%;
  
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  
}
.xcConfirm .popBox:after{
	content: "";
	height:50px;
	width: 100%;
background-image: url(https://x.webdo.cc/webdox_style/style_669/images/bg4.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    display: block;
    margin-top: 60px;
}

.xcConfirm .popBox .ttBox {
    /*height: 30px;
    line-height: 30px;
    padding: 14px 30px;
    border-bottom: solid 1px #eef0f1;*/
    display: none;
}

.xcConfirm .popBox .ttBox .tt {
    font-size: 18px;
    display: block;
    float: left;
    height: 30px;
    position: relative;
}

.xcConfirm .popBox .ttBox .clsBtn:after{
	content: "\f00d";
	display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color:#333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    cursor: pointer;
    width:18px;
    height: 18px;
    position: absolute;
    top: 22px;
    right: 30px;
    /*background: url(../img/icons.png) -48px -96px no-repeat;*/

}

.xcConfirm .popBox .txtBox {
    margin:0
    height:0;
    padding: 20px;
    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 p {
	text-align: center;

    /*height: 84px;
    margin-top: 16px;
    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;*/
        text-align: center;
}

.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 {
    padding: 10px 40px;
    margin: 3px;
    font-size: 1rem;
    color: #fff;
    background: #9e605b;
}

.xcConfirm .popBox .sgBtn.cancel {
   /* background-color: #546a79;
    color: #FFFFFF;*/
        padding: 10px 40px;
    margin: 3px;
    font-size: 1.125rem;
    color: #fff;
    background: #9e605b;
}

/*.sgBtn {
    width: 135px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    background-color: #0095D9;
    color: #FFFFFF;
    float: left;
    border-radius: 5px;
}*/