body, html {
    width: 100%;
    height: 100%;
    background-color: #F2F3F2;
    font-size: 14px;
}
.border-bottom-dashed{
    border-bottom: 1px dashed #AEADAD;
}
.back-red {
    background-color: #F27070 !important;
    color: #ffffff !important;
}

.back-green {
    background-color: #04AD9B !important;
    color: #ffffff !important;
}


.bottom-block {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    background-color: #B4D3C3;
    color: #30302F;
    width: 100%;
    padding: 10px 0;
    z-index: 9999;
}

.bottom-block .bottom-btn-block {
    width: 50%;
    text-align: center;
}

.bottom-block .active a {
    font-weight: bold;
    color: #745639;
}

.bottom-block .bottom-btn-block .bottom-btn {
    width: 100px;
    margin: 0 auto;
    font-size: 12px;
    cursor: pointer;
}

.bottom-block .bottom-btn-block .bottom-btn img {
    width: 22px;
    height: 22px;
}

.layui-layer-setwin .layui-layer-close2 {
    top: -12px;
    right: -8px;
}

.layui-layer-page .layui-layer-content {
    height: auto !important;
    color: #757675;
    background-color: #F2F3F2;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
}

.layui-layer-shade {
    background-color: #fff !important;
    opacity: 0.4 !important;
}

.success-img {
    text-align: center;
    margin-top: 20px;
}

.success-img img {
    height: 60px;
    width: 60px;
}

.success-msg {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 2px;
}

.success-title {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 1px;
}

.success-time {
    text-align: center;
    margin-top: 10px;
}
.success-address {
    text-align: center;
    margin-top: 10px;
}
.success-content {
    margin-top: 20px;
    line-height: 28px;
}

.success-content .success-field {
    display: flex;
    justify-content: flex-start;
    letter-spacing: 4px;
}

.success-content .success-field .field-title {
    min-width: 60px;
    display: inline-block;
    margin-left: 15%;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute;
}

.success-content .success-field .field-input {
    letter-spacing: 1px;
}

.success-remind {
    padding: 10px;
    border-top: 1px solid #C0C1C0;
    margin-top: 10px;
    letter-spacing: 1px;
}


.cancel-title {
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    letter-spacing: 2px;
}

.cancel-msg {
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 36px;
}

.cancel-subscribe-title {
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
}

.cancel-time {
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
}

.cancel-remind {
    padding: 10px;
    border-top: 1px solid #C0C1C0;
    margin-top: 5px;
    letter-spacing: 1px;
}


.cancel-btn-block {
    display: flex;
    justify-content: space-evenly;
    margin: 5px 0 10px 0;
}

.cancel-btn-s {
    width: 100px;
    font-size: 18px;
    padding: 2px 4px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
}
.cancel-close{
    background-color: #0a8ddf;
}
.cancel-confirm{
    background-color: #cc0000;
}

/*******************警告*********************/

.warning-img {
    height: 50px;
    width: 50px;
    margin: 15px auto 0 auto;
}
.warning-img img{
    height: 100%;
    width: 100%;
}

.warning-msg {
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 42px;
    margin-top: 10px;
    padding-left: 20px;
}

.warning-title {
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 5px;
}

.warning-remind {
    letter-spacing: 1px;
    border-top: 1px solid #cccccc;
    padding: 10px;
}

/*******************警告*********************/



/*****************取消警告*******************/
.cancel-err-title {
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    letter-spacing: 2px;
}

.cancel-err-msg{
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
}

.cancel-err-btn-block{
    margin: 0 auto;
}
.cancel-err-btn-s{
    width: 100px;
    border: 1px solid #AAABAA;
    font-size: 18px;
    padding: 1px 3px;
    text-align: center;
    border-radius: 5px;
    color: #555655;
    cursor: pointer;
    margin: 0 auto;
}
/*****************取消警告*******************/




