#cover {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1001;
    display: none;
    overflow: hidden;
}
#modal {
    position: fixed;
    width: 46%;
    max-height: 80%;
    top: 10%;
    left: 27%;
    background: #fff;
    display: none;
    border-radius: 15px;
    cursor: default;
    z-index: 1002;
    animation: modal_move 0.5s;
    overflow-y: auto;
}
@keyframes modal_move {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
#modal .modal_wide {
    width: 90%;
    padding: 5% 0;
    margin: 0 auto;
}
#modal .modal_wide .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    color: #fff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
#modal .modal_wide .close i {
    display: inline-block;
    -webkit-transform: scale(1.2) translateY(-1px);
    transform: scale(1.2) translateY(-1px);
}
#modal .modal_wide .time {
    font-size: 14px;
	color: #999999;
}
#modal .modal_wide #title {
    font-size: 28px;
    color: #946f5b;
    margin-bottom: 30px;
}
#modal .modal_wide .modal_describe {
    font-size: 16px;
	line-height: 30px;
    color: #444;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}
#modal .modal_wide .modal_describe .yaoqiu_title {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}
#modal .modal_wide .modal_tips {
    font-size: 14px;
    color: #bdbdbd;
    margin: 20px 0 5px;
}
#modal .modal_wide .modal_btn {
    height: 44px;
    width: 20%;
    background: #946f5b;
    border-radius: 10px;
    line-height: 44px;
    text-align: center;
    color: #f9f4ee;
    font-size: 16px;
}








@media screen and (max-width: 1400px) {
    
    #modal {
        width: 60%;
        left: 20%;
    }
    #modal .modal_wide {
        width: 90%;
        padding: 5% 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1024px) {

    #modal {
        width: 80%;
        left: 10%;
    }
    #modal .modal_wide {
        width: 90%;
        padding: 5% 0;
        margin: 0 auto;
    }
}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 640px) {
    #modal {
        width: 98%;
        left: 1%;
    }
    #modal .modal_wide {
        width: 100%;
        padding: 20px;
        margin: 0 auto;
    }
    #modal .modal_wide .time {
        font-size: 12px;
    }
    #modal .modal_wide #title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #modal .modal_wide .modal_describe {
        font-size: 14px;
        line-height: 24px;
        padding-top: 15px;
    }
    #modal .modal_wide .modal_describe .yaoqiu_title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #modal .modal_wide .modal_tips {
        font-size: 12px;
        margin: 15px 0 5px;
    }
    #modal .modal_wide .modal_btn {
        height: 40px;
        width: 130px;
        line-height: 40px;
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    #modal .modal_wide {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
    }
    #modal .modal_wide .modal_btn {
        height: 36px;
        width: 110px;
        line-height: 36px;
        font-size: 14px;
    }
}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}



<!--ºÄÊ±0.00038814544677734Ãë-->