.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: 18px;
    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: 18px;
    background: #e4e4e4;
    border: none;
    text-indent: 44px;
}
.signBtn{
    width: 200px;
    height: 55px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    font-size: 18px;
    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;
}

.sub_box{
    width: 100%;
    font-size: 0;
    padding-top: 10px;
}
.sub_box>div{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.sub_box>div:nth-of-type(2){
    margin-left: 2%;
}
.sub_box>div img.subImg{
    width: 100%;
}
.sub_contBox{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sub_cont{
    width: 100%;
    padding: 20px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
}
.goImgBox{
    margin-top: 150px;
    position: relative;
    color: #fff;
}
.sub_cont img.goImg{
    width: 26px;
    vertical-align: middle;
    transform: translateY(-1px);
}
.sub_cont1,.sub_tit1{
    background: #33cccc;
    position: relative;
}
.sub_cont2,.sub_tit2{
    background: #0099ff;
}
.sub_cont3,.sub_tit3{
    background: #0033cc;
}
.sub_cont4{
    background: #999999;
    margin-top: 10px;
}

.slid_cont{
    width: 100%;
    height: 0;
    overflow: hidden;
}
.slid_conts{
    width: 100%;
    padding: 20px;
    cursor: pointer;
    position: relative;
}
.slid_conts img{
    width: 26px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.slid_conts img.conts_goMob{
    display: none;
}
.subSlid_right{
    display: none;
}

.sub_tit{
    font-size: 18px;
    color: #fff;
}
.sub_go{
    font-size: 16px;
    color: #fff;
    margin-top: 160px;
    cursor: pointer;
}
.sub_go img{
    vertical-align: middle;
    width: 26px;
    transform: translateY(-2px);
}
.mob_right{
    display: none;
}
.subList{
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    background: #ffffff;
}
.subList .sub_tit{
    font-size: 18px;
    color: #fff;
    padding: 25px 20px;
    z-index: 1;
}
.close_list {
    color: #fff;
    float: right;
    font-size: 35px;
    line-height: 23px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    z-index: 2;
  }
  
  .close_list:hover,
  .close_list:focus {
    color: #eee;
    text-decoration: none;
    cursor: pointer;
  }
.subList ul.sub_listUl{
    padding: 0 20px;
    margin-top: 30px;
    width: 100%;
    max-height: 310px;
    overflow: auto;
}
.sub_listUl li{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #000;
    position: relative;
}
.sub_listUl li:nth-last-child(1){
    border: none;
}
.sub_listUl li p{
    font-size: 12px;
    color: #000;
    width: calc(100% - 38px);
    text-align: justify;
}
.sub_listUl li .playBtn{
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sub_listUl li .playBtn img{
    width: 100%;
}

.conts_rotate{
    animation: conts_rotate .25s forwards;
}
.conts_rotate2{
    animation: conts_rotate2 .25s forwards;
}
@keyframes conts_rotate{
    from{
        transform: translateY(-50%) rotate(0deg);
    }
    to{
        transform: translateY(-50%) rotate(90deg);
    }
}
@keyframes conts_rotate2{
    from{
        transform: translateY(-50%) rotate(90deg);
    }
    to{
        transform: translateY(-50%) rotate(0deg);
    }
}

@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){
    .sub_tit{
        font-size: 0.32rem !important;
    }
    .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;
        padding: 0 .2rem;
    }
    .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;
    }
    .sub_box{
        padding: .2rem;
        background: #fff;
        position: relative;
    }
    .subBox_slid{
        width: 100%;
        display: block;
        margin: .2rem 0 !important;
    }
    .subBox_slid .goImgBox, .subBox_slid .subImg{
        display: none;
    }
    .slid_conts img.conts_goMob{
        display: block;
    }
    .sub_box>div{
        width: 100%;
        display: block;
        margin: .2rem 0 !important;
    }
    .sub_contBox,.sub_cont{
        position: relative;
    }
    .sub_cont{
        background: #dfdfdf;
        padding: 20px;
    }
    .sub_cont4{
        background: none;
        border-bottom: 1px solid #000;
    }
    .sub_tit{
        color: #000;
        font-size: 18px;
    }
    .slid_cont{
        padding: 0 10px;
        height: auto;
        display: none;
    }
    .slid_conts {
        padding: 20px 0;
    }
    .slid_conts .sub_tit{
        font-size: 16px;
    }
    .subSlid_right{
        display: block;
        width: 14px;
        position: absolute;
        top: .4rem;
        right: .4rem;
        transform: rotate(90deg);
    }
    
    .mob_right{
        display: block;
        width: .2rem;
        position: absolute;
        top: 0.4rem;
        right: 0.4rem;
        transform: rotate(90deg);
    }
    .mob_right img{
        width: 100%;
        display: block;
        position: static;
        transform: none;
    }
    .subList{
        position: static;
        height: auto;
        display: none;
        background: #f5f5f5;
    }
    .subList .sub_tit{
        display: none;
    }
    .close_list{
        display: none;
    }
    .subList ul.sub_listUl{
        margin-top: 0;
        max-height: none;
        overflow: hidden;
    }
    .sub_listUl li p{
        color: #000;
        font-size: 0.28rem !important;
    }
    .playBtn img{
        display: block;
    }
}

.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;
}