.main{
    width: calc(100% - 250px);
    overflow: hidden;
    margin-left: 250px;
}
.curtain {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 1;
}
/* 模态弹窗 */
.warning_popup{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.warning_box{
    width: 650px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.warning_title{
    width: 100%;
    height: 65px;
    background: #0099ff;
    position: relative;
}
.warning_title p{
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 65px;
    text-align: center;
}
.warning_title img{
    width: 30px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}
.warning_input{
    width: 80%;
    margin: 60px auto 40px auto;
    height: 70px;
}
.warning_input input{
    width: 100%;
    height: 100%;
    font-size: 22px;
    background: #e4e4e4;
    border: none;
    text-indent: 44px;
}
.signBtn{
    width: 200px;
    height: 55px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    font-size: 22px;
    margin: 0 auto;
    display: block;
}
.main_bt{
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    color: #b6b6b6;
    position: relative;
    margin-bottom: 10px;
}
.main_bt a{
    color: #000;
}
.main_bt img{
    width: 20px;
}
.warning_dec{
    margin: 40px auto;
    font-size: 24px;
    text-align: center;
}

.trustBox, .dataBox{
    display: none;
}

.main {
    width: calc(100% - 250px);
    margin-left: 250px;
}

.guest_ul{
    width: 100%;
    padding: 0;
    font-size: 0;
}
.guest_ul li{
    width: 33.33%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.guest_cont{
    font-size: 0;
    padding: 5px;
}
.guset_info{
    width: 45%;
    height: calc(100% - 10px);
    padding: 0 10px;
    background: #3398ff;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    overflow: hidden;
}
.guest_cont .guset_imgBox{
    width: 55%;
    height: 215px;
}
.guest_cont .guset_imgBox img{
    width: 100%;
    height: 100%;
}
.guset_info p.guest_name{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 50%;
}
.guset_info p.guest_job{
    font-size: 12px;
    color: #fff;
}
.guset_info .yyGuest{
    width: 100%;
    height: 28px;
    background: #fff;
    color: #4879e3;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.guest_popup{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(10,30,90,.8);
    font-size: 0;
    display: none;
}
.guest_info2{
    width: 35%;
    height: 100%;
    padding-left: 20px;
    padding-right: 10px;
    overflow: hidden;
}
.guest_info2 p {
    color: #fff;
}
.guest_info2 .guest_name {
    margin-top: 45px;
}
.guest_info2Cont{
    width: 65%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /* padding-left: 5px;
    padding-right: 20px; */
    padding: 20px 20px 20px 5px;
    overflow: auto;
}
.guest_info2::before{
    content: '';
    width: 0;
    height: 60%;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 67%;
}
.guest_info2Cont p{
    color: #fff;
    font-size: 12px;
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    word-break: break-all;
}
.yyBtn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(35% - 5px);
    height: 28px;
    background: #fff;
    color: #4879e3;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
}
.yyBtn::before{
    content: '';
    width: 0;
    height: 100%;
    border: 2px solid #0449da;
    position: absolute;
    top: 0;
    left: 5px;
}

.guest_ul li:hover .guest_popup{
    display: block;
}

.yyGuset_box, .yyGuset_success_box{
    display: none;
    width: 680px;
    height: auto;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0099ff;
    text-align: center;
    z-index: 2;
}
/* TODO */
.yyGuset_success_box{ 
    width: 400px;
}
.clost_yyBox, .clost_yyBox2{
    float: right;
    cursor: pointer;
}
.submit_success{
    width: 42px;
    margin-top: 30px;
}
.yyBox_tit{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 15px auto;
}
.yyBox_input{
    height: 130px;
}
.yyBox_input textarea{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    font-size: 20px;
    background: #fff;
    border: none;
    outline: none;
    color: #333;
    padding: 0 20px;
}
.yy_box_footer{
    font-size: 18px;
    color: #fff;
    margin: 20px auto;
}
.yy_boxBtn{
    display: block;
    background: #0449da;
    color: #fff;
    height: 45px;
    line-height: 45px;
    width: 65px;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    border: none;
    outline: none;
}
.yy_boxBtn::before{
    content: '';
    width: 0;
    height: 45px;
    border: 10px solid #0449da;
    position: absolute;
    top: 0;
    left: -25px;
}
.yyGuset_success_box h4{
    font-size: 22px;
    color: #fff;
    margin: 30px auto;
}
.succ_text{
    color: #fff;
    height: 20px;
    line-height: 20px;
    width: 220px;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}
.succ_text::before{
    content: '';
    width: 0;
    height: 20px;
    border: 5px solid #0449da;
    position: absolute;
    top: 0;
    left: -5px;
}



@media screen and (min-width: 960px) and (max-width: 1200px){
    .main,.banner{
        width: 100%;
        margin-left: 0;
    }
    .banner_logo{
        position: absolute;
        top: 10px;
        right: 30px;
        display: block;
    }
    
}

@media screen and (min-width: 320px) and (max-width: 960px){
    .warning_box{
        width: 94%;
    }
    .warning_title{
        height: 1rem;
    }
    .warning_title p{
        font-size: .4rem;
        line-height: 1rem;
    }
    .warning_input {
        width: 90%;
        margin: .5rem auto .4rem auto;
        height: 1.2rem;
    }
    .warning_input input{
        font-size: .4rem;
        text-indent: .4rem;
    }
    .signBtn {
        width: 3rem;
        height: 1rem;
        font-size: .4rem;
    }
    .main{
        width: 100%;
        margin-left: 0;
    }
    .main_bt {
        padding-right: .2rem;
        font-size: .25rem;
        margin-bottom: .15rem;
        margin-top: .15rem;
    }
    .warning_title img{
        width: .4rem;
        right: .2rem;
    }
    .warning_dec{
        margin: .4rem auto;
        font-size: .38rem;
    }
    .schedule_overBox, .guest_overBox{
        max-height: none;
        overflow: auto;
    }

    .guest_ul li{
        width: 100%;
    }
    .guest_info2 p{
        margin-top: .4rem;
    }
    .guest_info2 .guest_name {
        margin-top: 70%;
    }
    .guest_info2Cont p{
        padding-right: .2rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .guest_cont .guset_imgBox{
        height: auto;
    }
    .yyGuset_box, .yyGuset_success_box{
        width: 90%;
        height: auto;
        min-height: 4rem;
        padding: .25rem;
    }
    .yyBox_tit {
        font-size: .28rem;
        margin: .2rem auto;
    }
    .yyBox_input {
        height: 2rem;
    }
    .yyBox_input textarea{
        font-size: .28rem;
        padding: .2rem;
    }
    .yy_box_footer {
        font-size: .28rem;
        color: #fff;
        margin: .2rem auto .4rem auto;
    }
    .yy_boxBtn {
        height: .8rem;
        line-height: .8rem;
        width: 1.5rem;
        font-size: .28rem;
    }
    .yy_boxBtn::before {
        height: .8rem;
        border: .15rem solid #0449da;
        left: -.35rem;
    }
    .succ_text {
        height: .8rem;
        line-height: .8rem;
        width: 95px;
        font-size: .3rem;
    }
    .succ_text::before {
        height: .8rem;
        border: .15rem solid #0449da;
        left: -.35rem;
    }

    
}

.message{
    background: #000 !important;
    border-radius: 0 !important;
}

.user_comment{
    padding: 0 !important;
}
.container-fluid{
    width: 100% !important;
}

.message .content_area{
    margin-top: 0 !important;
}