.alert-body{
    padding: 1rem 2rem;
}
.layer-alert span{
    color: #474952;
    font-size: 0.8rem;
}
.two-column-body{
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items:center;
    align-items: center;
}
.two-column-body > div{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.alert-body > div{
    line-height: 2.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.column-title{
    font-size: 0.7rem;
    color: #192929 !important;
    width: 6rem;
    display: inline-block;
}
.column-content{
    font-size: 0.8rem;
    color: #656873;
    margin-left: 0.5rem;
}
.layer-alert .layui-layer-title{
    font-size: 0.8rem;
    color: #474952;
}
.layer-alert .layui-layer-btn{
    padding-top: 0.5rem;
    border-top: 1px solid #ced2d6;
}
.layer-alert .layui-layer-btn0{
    color: #56d2d4 !important;
    border: 1px solid #56d2d4 !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    font-size: 0.8rem;
}
.layer-alert .layui-layer-btn1{
    color: #ffffff;
    background-color: #56d2d4;
    border: 1px solid #56d2d4;
    border-radius: 4px;
    font-size: 0.8rem;
}

.introduce-alert{
    border-radius: 4px !important;
}
.alert-left-title{
    border-left: 3px solid #56d2d4;
    line-height: 1rem !important;
    font-size: 0.8rem;
    padding-left: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.not-null-item{
    color: #ff4949 !important;
    font-size: 0.8rem;
}
.required-icon{
    color: #ff4949!important;
}
.tip-msg{
    font-size: 0.7rem;
    color: #ff4949;
}

.new-layer-alert .layui-layer-btn{
    padding-top: 0.5rem;
    border-top: 1px solid #eeeeee;
}
.new-layer-alert .layui-layer-btn0{
    font-size: 0.7rem;
    color: #ff4949 !important;
    display: inline-block;
    line-height: 1rem;
    height: 1rem !important;
    border: 1px solid #ff4949 !important;
    border-radius: 0.2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-right: 1rem;
    cursor: pointer;
    background-color: #ffffff !important;
}
.new-layer-alert .layui-layer-btn1{
    font-size: 0.7rem;
    color: #3ACBC6  !important;
    display: inline-block;
    line-height: 1rem;
    height: 1rem !important;
    border: 1px solid #3ACBC6  !important;
    border-radius: 0.2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    cursor: pointer;
    background-color: #ffffff !important;
}

.new-layer-alert .layui-layer-btn2{
    font-size: 0.7rem;
    color: #3ACBC6  !important;
    display: inline-block;
    line-height: 1rem;
    height: 1rem !important;
    border: 1px solid #3ACBC6  !important;
    border-radius: 0.2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    cursor: pointer;
    background-color: #ffffff !important;
}

.comfirm-layer-alert .layui-layer-btn{
    line-height: 2rem;
    height: 2rem;
    padding: 0 !important;
    border-top: 1px solid #ced2d6;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items:center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.comfirm-layer-alert .layui-layer-btn0{
    font-size: 0.7rem;
    color: #ff4949 !important;
    display: inline-block;
    border: none !important;
    border-right: 1px solid #eeeeee !important;
    cursor: pointer;
    background-color: #ffffff !important;
}
.comfirm-layer-alert .layui-layer-btn1{
    font-size: 0.7rem;
    color: #3ACBC6  !important;
    display: inline-block;
    border: none  !important;
    cursor: pointer;
    background-color: #ffffff !important;
}
.comfirm-layer-alert .layui-layer-btn a{
    flex: 1;
}
.new-alert-top-line{
    width: 60%;
    height: 0.25rem;
    background-color: #3ACBC6;
    border-radius: 0.13rem;
    margin: 0 auto;
}
.new-alert-content{
    padding: 1rem 0rem;
    color: #474952;
    font-size: 0.8rem;
    text-align: center;
    min-width: 16rem;
    max-width: 20rem;
}
.comfirm-layer-alert .layui-layer-btn0,.comfirm-layer-alert .layui-layer-btn1{
    margin:0;
}
.layui-layer-dialog div.layui-layer-content{
    padding: 0;
}