.layermbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 19891014;
}
.layermbox0 .layermchild {
    max-width: 260px;
    min-width: 150px;
}
.layermshow .layermchild {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.laymshade {
    background-color: rgba(0, 0, 0, .4)
}
.layermanim {
    transition: all .18s;
    -webkit-transition: all .18s;
}

.laymshade,
.layermmain {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.laymshade {
    background-color: rgba(0, 0, 0, .5);
    pointer-events: auto;
}

.layermmain {
    display: table;
    font-family: Helvetica, arial, sans-serif;
    pointer-events: none;
}

.layermmain .section {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.layermchild {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    pointer-events: auto;
}
.layermbox0 .layermchild {
    width: 380px;
    max-width: 500px;
    min-height: 210px;
    border-radius: 3px
}
.layerBet.layermanim.layermchild,
.msg.layermanim.layermchild {
    width: inherit;
    min-width: 380px
}
.layermcont {
    text-align: center;
    max-height: 600px;
    line-height: 22px;
    border-radius: 5px;
    padding: 0 20px;
    margin-top: 45px;
    padding-bottom: 0;
    margin-bottom: 80px;
    overflow-x: hidden;
    overflow-y: auto;
    word-break: break-all;
}
.layermbtn {
    border: none;
    bottom: 14px;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    text-align: center;
}
.layermbtn:before {
    display: none
}

.layermbtn span {
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0 5px 0 0;
}
.layermbtn span[type="0"],
.layermbtn span[type="1"] {
    height: 30px;
    min-width: 130px;
    padding: 0 15px;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 3px;
    margin: .5em .4em .5em 0;
    font-weight: 400;
    line-height: 29px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    position: static;
    width: auto
}

.layermbtn span[type="0"]:hover,
.layermbtn span[type="1"]:hover {
    background: #0088A9 !important
}

.layermbtn span[type="1"] {
    color: #fff;
    border: none;
    background: #0088fe
}

.layermchild h3 {
    margin: 0;
    /* padding: 0 80px 0 20px; */
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2e4158;
    /* padding-left: 30px; */
    border-radius: 2px 2px 0 0;
    border-bottom: none;
    text-align: center;
    color: #ffffff !important;
    background: rgba(34, 0, 0, 0.66);
}
.layermchild h3,
.layermbtn span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}