

.nav-content .erjidaohang{
    /*display: block;*/
}

 .nav-content > .row > ul li span i {
    width: 100%;
    height: 4px;
    background-color: #D2AC67;
    position: absolute;
    left: 0;
    /*bottom: -23px;*/
     bottom:0;
    display: none;
}



 @media screen and (min-width: 1500px) {
     .main-box{
         padding: 0 200px;
     }
 }

.room-content{
    position: relative;
}



/* --------修改样式start----------------------- */
.top-title{
    height: 180px;
    width: 100%;
    padding-top: 50px;
    text-align: center;
}
.top-title h2{
    font-size: 30px;
    font-weight: 700;
}

.top-title .t-line{
    width: 100%;
    height: 10px;
    margin: 10px 0;
}


.top-title .t-line i{
    display: inline-block;
    width: 200px;
    height: 2px;
    background-color: #000;
}


.top-title h4{
    font-size: 20px;
    color: #AD7633;
    font-weight: 700;
}
/* top-title end ------------------------------*/


.main-box{
    position: relative;
}

.main-box .msg-box{
    width: 280px;
    /*height: 500px;*/
    position: absolute;
    z-index: 100;
    background: rgba(0,0,0,.5);
}
.msg-box .msg-top{
    text-align: center;
    font-size: 23px ;
    margin-top:35px;
    color: #fff;
}
.msg-box .msg-title{
    padding-right: 15px;

}

.msg-box h3{
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    border: 1px solid #AD7633;
    margin: 15px auto;
    color: #AD7633;
    font-weight: 900;
    cursor: pointer;
}
.msg-box h3:hover{
    color: #D1D3D4;
    border: 1px solid #D1D3D4;
}
.msg-box h3 a{
    line-height: 38px;
    text-align: center;
}

.msg-box .icon-box{
    height: 50px;
    background-color: rgba(255,155,0,.4);
}
.msg-box .icon-box > button{
    display: inline-block;
    width: 50%;
    height: 100%;
    float: left;
    cursor: pointer;
    background: transparent;
    border: none;
    padding:0 9px;
}

.msg-box .icon-box > button:first-child {
  
    border-right: 2px solid #fff;
 
}
.msg-box .icon-box .glyphicon{
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 50px;
    font-size: 30px ;
    color: #fff;
    text-align: center;

}

.msg-box .icon-box button:hover i {
    color: #D1D3D4;
}
/* ---------修改样式end------------------- */
.msg-top h3 a{
    display:block;
    width: 100%;
    height: 100%;
    color:#ad7633;
    letter-spacing: .1em;
    cursor:pointer;
}
.msg-top h3:hover a{
    color:#fff;
}


.main-box .word{
    /*position: absolute;*/
    width: 308px;
    height: 130px;
    background-color: rgba(0,0,0,1);
    /*bottom: 300px;*/
    margin-bottom: 30px;
    color: #fff;
    padding: 30px;
}
.main-box .word h2{
    font-size: 18px;
    padding-bottom: 20px;
}
.main-box .word span{
    font-size: 16px;
}
.main-box .word h2 i{
    border-bottom: 2px solid #ffffff;
}
.main-box .msg-box{
    position: absolute;
    left: 10%;
    top: 30%;
}
.main-box .page-box{

    /*top: 50%;*/
}
.main-box .page-box span{
    height: 48px;
    display: inline-block;
    float: left;
}

.main-box .page-box .page{
    width: 192px;
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    font-size: 18px;
    line-height: 48px;
    padding: 0 30px;
}

.main-box .page-box .arrow{
    width: 58px;
    background-color: rgba(200,163,100,0.95);
    text-align: center;
    line-height: 58px;
    cursor: pointer;
    position: relative;
}

.main-box .page-box .line{
    width: 1px;
    height: 48px;
    background-color: #ffffff;
    /*position: absolute;*/
    top:  0;
    right:0px;
}

@media screen and (max-width: 767px){
    .main-box {
        padding: 0;
    }
    .room-content{
        margin-bottom: 2px;
    }
    .main-box .msg-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height:100%;
    }
    .main-box .word{
        position: absolute;
        width: 100%;
        height:100%;
        background-color: rgba(0,0,0,0.1);
        /*bottom: 300px;*/
        margin-bottom: 0;
        padding-top: 13%;
    }

    .main-box .word h2 {
        text-align: center;
    }
    .main-box .word span {
        display: block;
        text-align: center;
    }
    .main-box .word h2 i {
        padding: 0 30px;
        border-bottom: 2px solid #ffffff;
    }
    .msg-box .icon-box{
        width: 30%;
        margin: 0 auto;
    }
    .main-box .msg-box{
  
    z-index: -1;

    }
    .top-title{
        padding-top: 30px;
        height: auto;
        margin-bottom: 30px;
    }
    .top-title h2{
            font-size:30px;
    }
    .top-title .t-line{
        height: 1px;
        line-height: 1px;

    }
    .top-title .t-line i{
        height: 1px;
    }
    .top-title h4{
        font-size:20px;
    }
}
.msg-box .icon-box{
position: relative;
}
.msg-box .icon-box > a.arrow {
    display:inline-block;
    width: 50%;
    height: 50px;
    position: absolute;
    bottom:0;
    /*border: 1px solid red;*/
}
.msg-box .icon-box > a.arrow:nth-child(1) {
    border-right: 2px solid white;
}
.msg-box .icon-box .glyphicon{
    width: 45%;
}
.msg-box .icon-box .left{
    left:0;
      background: transparent;
}
.msg-box .icon-box .right{
    right:0;
    background: transparent;

}