/* alert自动关闭 */
.alertTip {
    width: 350px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
}

.alertTip_title {
    width: 100%;
    height: 2.1875rem;
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    align-items: center;
    background-color: #0C8553;
    color: #fff;
    padding: 0 .9375rem;
    box-sizing: border-box;
}
.alertTip_close{
    cursor: pointer;
}
.timing,
.alertTip_content {
    padding: 0 .9375rem;
    margin: .9375rem 0;
}
.alertTip_content {
    min-height: 100px;
    padding-bottom: 1rem;
}

.seconds {
    color: red;
    margin-right: .3125rem;
}

.alertTip_footer {
    width: 100%;
    padding: .9375rem .9375rem 1.125rem;
    box-sizing: border-box;
}

.alertTip_Button {
    width: 15.625rem;
    height: 34px;
    border: 1px solid #bfbfbf;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background-color: #0C8553;
    display: block;
    margin: 0 auto;
}




/* message 提示样式 */
.slide-in {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 500px;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    transition: bottom 0.3s ease-out;
}

.slide-in.active {
    bottom: 0;
}

.simpleAlert {
    position: fixed;
    z-index: 1000;
}

.simpleAlertShelter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    /* filter: alpha(opacity=30); */
}

.simpleAlertBody {
    position: fixed;
    display: none;
    width: 20%;
    /* margin-left: -10%; */
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    border: 1px solid #948497;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 0px 15px 15px; */
    border-radius: 4px;
}

#headTitle {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    min-height: 36px;
    align-items: center;
    font-family: '黑体';
    font-weight: 700;
}

.simpleAlertBody .success {
    color: #fff;
    background-color: #0c8553;
}

.simpleAlertBody .error {
    color: #fff;
    background-color: #b70000;
}

.simpleAlertBodyClose {
    width: 14px;
    height: 14px;
    cursor: pointer;
    z-index: 9;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    line-height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.simpleAlertBodyIcon {
    width: 70px;
    height: 70px;
}

.simpleAlertBodyTitle {
    width: 100%;
    overflow-y: auto;
    left: 0;
    margin: 0;
    /* background-color: #826289; */
    text-align: center;
    font-size: 18px;
    color: #000;
}

.simpleAlertBodyContent {
    margin: 5px 0 10px 0;
    /*text-align: center;*/
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.simpleAlertBodyBox {
    overflow-y: auto;
    left: 2%;
    width: 96%;
    padding: 15px 10px;
    margin-bottom:10px;
/*    display: flex;
     flex-direction: column;
    align-items: center;*/
 /*   text-indent: 2em;*/
    font-size: 16px;
    line-height: 30px;
}

.simpleAlertBodyFooter {
    padding: 10px 15px 20px;
}

.simpleAlertBodyFooter button:last-child {
    margin-right: 0;
}

.simpleAlertBtn {
    width: 100px;
    height: 34px;
    bottom: 10%;
    border: 1px solid #D4D4D4;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.simpleAlertBtn1 {
    background-color: #fff;
    color: #000;
    left: 25%;
    margin-right: 15px;
}

.simpleAlertBtn2 {
    background-color: #fff;
    color: #333;
    right: 25%;
}

.onlyOne {
   /* width: 200px;*/
    height: 36px;
    left: 138px;
}