/* layui  遮罩层*/
.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}
.layui-layer {
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.layui-layer-move {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: move;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    z-index: 2147483647;
}
.layui-layer-msg {
    /*min-width: 400px;*/
    min-width:255px;
    min-height: 100px;
    border: 1px solid #D3D4D3;
    box-shadow: none;
}
.layer-anim {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.layui-layer-dialog .layui-layer-padding {
    padding: 38px 25px 38px 145px;
    text-align: left;
}
.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute;
    top: 34px;
    left: 110px;
    _left: -40px;
    width: 30px;
    height: 30px;
}
.layui-layer-ico16, .layui-layer-loading .layui-layer-loading2 {
    width: 32px;
    height: 32px;
    background: url(../vendor/jquery/layer/skin/default/loading-2.gif) no-repeat;
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    top: 34px;
    left: 110px;
}
.layui-layer-dialog .layui-layer-padding {
    padding: 38px 25px 38px 145px;
    text-align: left;
}

.yjH5{
    padding: 8px 10px;
}


/* layui  结束*/

.block-inputText {
  display: inline-block;
  width:120px;
  height:26px;
  line-height: 26px;
  padding-left: 5px;
  border:1px solid #cfdadd;
  background: #fff;
  vertical-align:middle;
}