/* banenr  */
.banner{
    width: 100%;
    background: #00070a;
    margin-top: 90px;
}
.agenda_br{
    display: none;
}

.a_i_tit{
    padding: 20px;
    box-sizing: border-box;
}
.a_i_tit>div{
    position: relative;
    top: -37px;
}
.a_i_tit>h2{
    font-size: 20px;
    margin-bottom: 5px;
}
.a_i_tit>p{
    font-size: 14px;
}
.a_i_tit>p>img{
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.detail{
    border: 1px solid #ccc;
    padding: 5px 20px;
    border-radius: 3px;
    color: #ccc;
}
.detail:hover{
    border: 1px solid #fff;
    color: #fff;
}
.detail:active{
    border: 1px solid #ccc;
    color: #ccc;
}
.apply{
    background: #fff;
    border: none;
    padding: 7px 20px 6px 20px;
    border-radius: 3px;
    outline: none;
}
.apply:hover{
    opacity: .9;
}
/* .bg1{
    background: #236cff;
}
.bg2{
    background: #2abab1;
}
.bg3{
    background: #6fc864;
}
.bg4{
    background:#7967ff;
}
.bg5{
    background:#d3517f;
} */
.send_apply{
    background: #1f5fff;
    color: #fff;
    cursor: pointer;
    user-select: none;
}
.send_apply:hover{
    background: #0049ff;
}
.send_apply:active{
    background: #1f5fff;
}

/*会议议程左边部分tab切换栏样式*/
.agenda_content{
    position: relative;
}
.agenda_content_left{
    width: 260px;
    float: left;
}
.agenda_content_left>ul{
    width: 100%;
    height: auto;
}
.agenda_content_left>ul>li{
    width: 100%;
    height: 35px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 5px;
    color:  #ffffff;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.agenda_content_left>ul>li:hover{
    background-color: rgba(31,95,255,1);
}
.agenda_content_left>ul>li.active{
    background-color: rgba(31,95,255,1);
}
.agenda_content_right{
    width: calc(100% - 260px);
    float: left;
}
.agenda_item{
    display: none;
}
.agenda_item.view{
    display: block;
}
.agenda_item table{
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    top: -10px;
    background: #161d26;
    border: none;
}
.agenda_item th{
    text-align: left;
}
.agenda_item th, .agenda_item td{
    padding: 10px 10px 10px 20px;
    border-color: #000;
    border-top: none;
    border-right: none;
}
.tit_bg{
    background: #263344 !important;
}
.border-left0{
    border-left: none;
}
.pop_window{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    z-index: 99999;
    background: rgba(8, 8, 8, 0.6);
}
.pop_bg{
    width: 480px;
    height: 650px;
    margin: 5% auto 0 auto;
    background: #fff;
    border-radius: 10px;
}
.pop_window form{
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #333;
    height: 80%;
    overflow: auto;
    position: relative;
}
.pop_window form label{
    display: block;
}
.pop_window input[type="text"]{
    height: 35px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-left: 10px;
    width: 80%;
    margin-bottom: 10px;
}
.pop_window select{
    height: 35px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-left: 10px;
    width: 80%;
    margin-bottom: 10px;
    box-sizing: content-box;
}
#address_select select{
    width: 36%;
}
.checkbox_box{
    width: 100%;
    margin-bottom: 30px;
}
.checkbox_box h6{
    margin-bottom: 10px;
}
.pop_window .checkbox_box label{
    display: inline-block;
    line-height: 30px;
    width: 48%;
}
.btn_box{
    position: absolute;
    bottom: 20px;
}
.submit{
    width: 120px;
    background: #236cff;
    color: #fff;
    border: none;
    padding: 10px 0;
    border-radius: 3px;
}
.submit:hover{
    background: #1d59d1
}
.close_pop{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 20px;
    right: 20px;
    display: block;
    background: url('/static/vendor/layer/skin/default/icon.png')no-repeat;
    background-position: 0 -40px;
    cursor: pointer;
}
.close_pop:hover{
    opacity: .6
}
.cancel{
    width: 120px;
    border: 1px solid #e8e8e8;
    padding: 10px 0;
    border-radius: 3px;
    color: #333;
    background: #fff;
    margin-left: 10px;    
}
.cancel:hover{
    background: #f9f9f9;
}
.pop_window h2{
    color: #333;
    padding: 20px 30px 10px 30px;
    box-sizing: border-box;
    font-size: 18px;
}
.pop_window h2 b{
    font-size: 30px;
    margin-bottom: 10px;
}
.desc{
    margin: 10px 0 20px 0;
    padding: 0 30px;
    box-sizing: border-box;
    color: #333;
}
.tips{
    background: rgba(0,0,0, .5) !important;
    text-align: center !important;
}
@media screen and (max-width: 800px){
    .pop_window .checkbox_box label:last-child {
        width: 100%!important;
    }
    html{
        font-size: 13.3333vw;
    }
    body{
        width: 100vw
    }
    .tipOrShear{
        display: none;
    }
    .title {
        padding: .6rem 10px 0.3rem 10px;
        font-size: .4rem;
        box-sizing: border-box;
    }
    .title b {
        font-size: .5rem;
        margin-bottom: 6px;
        display: inline-block;
    }
    .agenda_br{
        display: block;
    }
    .bg1,
    .bg2,
    .bg3,
    .bg4,
    .bg5{
        background: none;
    }
    /* .bg1{
        border-top: 3px solid #236cff;
    }
    .bg1 .apply{
        border-top: 3px solid #236cff;
    }
    .bg2{
        border-top: 3px solid #2abab1
    }
    .bg2 .apply{
        background: #2abab1;
    }
    .bg3{
        border-top: 3px solid #6fc864
    }
    .bg3 .apply{
        background: #6fc864;
    }
    .bg4{
        border-top: 3px solid #7967ff
    }
    .bg4 .apply{
        background: #7967ff;
    }
    .bg5 .apply{
        background: #d3517f;
    }
    .bg5{
        border-top: 3px solid #d3517f
    } */
    .a_i_tit {
        padding: 20px 10px;
    }
    .a_i_tit>div{
        float: inherit;
        position: static;
        margin-top: 20px;
    }
    .detail {
        width: 33%;
        display: inline-block;
        text-align: center;
    }
    .apply {
        width: 47%;
        margin-left: .3rem;
        background: #236cff;
        color: #fff;
        padding: 8px 20px 7px 20px;
    }

    /* 表格 */
    .agenda_item table{
        top: 0;
        padding: 0 10px;
        box-sizing: border-box;
        color: #999999;
    }
    tr{
        display: block;
        width: 100%;
        border-bottom: 1px solid #434343;
        padding-bottom: 10px;
        box-sizing: border-box;
    }
    .agenda_item th, .agenda_item td {
        width: 100%;
        display: block;
        border: none;
        padding: 10px 10px 0 0;
    }
    .tit_bg {
        background: none !important;
    }
    .agenda_item table tr:first-child{
        display: none;
    }
    .agenda_item tr td:nth-child(2){
        padding: 5px 0 0px 0;
        font-size: .3rem;
        color: #fff;
    }
    .agenda_item tr td:nth-child(3){
        padding: 5px 0 0px 0;
    }

    
    .contact .title{
        padding: .6rem 0 0.3rem 0
    }
    .contact{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .pop_bg {
        width: 90%;
        height: 80%;
    }
    .pop_window input[type="text"] {
        margin-left: .1rem;
    }
    .pop_window select{
        margin-left: .1rem;
    }
    .btn_box{
        position: fixed;
        bottom: 1.4rem;
        background: #fff;
        width: 90%;
        height: 9%;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 10px;
        padding: .2rem 0 0 0;
        box-sizing: border-box;
    }
    .submit {
        margin: 0 auto;
        display: block;
    }
    .cancel {
        display: none;
    }
    .pop_window h2 b {
        font-size: .45rem;
        margin-bottom: 10px;
    }
    .pop_window .checkbox_box label {
        width: 100%;
    }
    .desc {
        padding: 0 .3rem;
    }
    .agenda_content_left{
        width: 100vw;
        height: 20vw;
        float: none;
    }
    .agenda_content_left>ul{
        width: 100vw;
        position: relative;
    }
    .agenda_content_left>ul>li{
        width: 20vw;
        height: 22vw;
        font-size: 12px;
        line-height: .34rem;
        padding: .28rem .1rem;
        box-sizing: border-box;
        border-radius: 0;
        color:  #ccc;
        text-align: center;
        user-select: none;
        border-top: .02rem #666 solid;
        border-bottom: .02rem #666 solid;
        border-right: .02rem #666 solid;
        position: relative;
        float: left;
    }
    .agenda_content_left>ul>li:last-child{
        border-right: none;
    }
    .agenda_content_left>ul>li.active{
        color:  #fff;
        border-bottom: 0;
    }
    .agenda_content_left>ul>li.active::before{
        content: '';
        width: 0;
        height: 0;
        border-top: .12rem transparent solid;
        border-left: .12rem transparent solid;
        border-right: .12rem transparent solid;
        border-bottom: .12rem #161d26 solid;
        position: absolute;
        bottom: -.01rem;
        left: calc(50% - .12rem);
    }
    .agenda_content_right{
        width: 100vw;
        height: auto;
        float: none;
    }
}