html, body, p, ul, li{
  margin: 0;
  padding: 0;
  font-family: 'SimHei';
  color: #333;
}
a{
  text-decoration:none;
  outline: none;
  /*color: #fff;*/
}
.iScrollVerticalScrollbar{
  position: absolute; 
  z-index: 9999; 
  width: 0; 
  bottom: 2px; 
  top: 2px;
  right: 1px; 
  overflow: hidden; 
  pointer-events: none;
}
.iScrollIndicator {
  box-sizing: border-box; 
  position: absolute; 
  background: rgba(0, 0, 0, 0.3); 
  border: 1px solid rgba(255, 255, 255, 0.9); 
  border-radius: 3px; 
  width: 100%; 
}
#room-wrap:hover .iScrollVerticalScrollbar, #bro-right-box:hover .iScrollVerticalScrollbar{
  width: 7px;
}
#bro-room .bro-wrap .bro-navigator {
  background-color: #dedede;
}
#bro-room .bro-wrap .bro-navigator ul{
  width: 1200px;
  margin: 0 auto;
}
#bro-room .bro-wrap .bro-navigator ul::before,#bro-room .bro-wrap .bro-navigator ul::after{
  content: '';
  display: block;
  clear: both;
}
#bro-room .bro-wrap .bro-navigator ul li{
  width: 25%;
  display: block;
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px dotted #b5b3b3;
  list-style: none;
}
#bro-room .bro-wrap .bro-navigator ul li a {
  color: #666;
}
#bro-room .bro-wrap .bro-navigator ul li:hover{
  background-color: #ffd0e6;
}
#bro-room .bro-wrap .bro-navigator ul li:hover a {
  color: #fff;
}
#bro-room .bro-wrap .bro-navigator ul li:first-child{
  border-left: 1px dotted #b5b3b3;
}
#bro-room .bro-wrap .bro-banner img{
  width: 100%;
  display: block;
}
#bro-room .bro-wrap .bro-content{
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px 30px 20px;
}
#bro-room .bro-wrap .bro-content .bro-content-title{
  font-size: 24px;
  line-height: 34px;
  color: #333;
  margin-bottom: 2%;
  border-bottom: 1px solid #333;
  margin-top: 30px;
}
#bro-room .bro-wrap .bro-content .bro-content-item{
  display: -webkit-box;
}
#bro-room .bro-content .bro-content-item img{
  width: 50%;
  display: block;
  -webkit-box-flex: 1;
}
#bro-room .bro-content .bro-content-item .bro-desc-box{
  width: 50%;
  display: block;
  -webkit-box-flex: 1;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
}
#bro-room .bro-content-item.room-banner img {
  margin-right: 20px;
}
#bro-room .bro-content-item.room-banner {
  border: 1px solid #999;
}
#bro-room .bro-content .bro-content-item #room-wrap{
  height: 306px;
  overflow: hidden;
  position: relative;
}
#bro-room .bro-content .bro-content-item .bro-desc-box p,
#bro-room .bro-content .bro-sub-box .bro-sub-item .bro-desc-box p{
  font-size: 16px;
  line-height: 24px;
  margin: 10px;
}
#bro-room .bro-content .bro-content-item .bro-desc-box p a{
  color: #333;
}
#bro-room .bro-content .bro-content-item .bro-desc-box p a:hover{
  color: #116bff;
}
#bro-room .bro-content .bro-content-item .bro-desc-box p::before{
  content: '>';
  font-size: 16px;
  color: #333;
  margin-right: 10px;
}
#bro-room .bro-content .bro-content-item .bro-desc-box p:hover::before{
  color: #116bff;
}
#bro-room .bro-content .bro-content-item .bro-desc-box p.bro-desc-title{
  font-size: 20px;
  line-height: 28px;
}
#bro-room .bro-content .bro-content-item .bro-desc-box p.bro-desc-title a{
  color: #333;
}
#bro-room .bro-content .bro-content-item .bro-desc-box p.bro-desc-title::before{
  content: '';
  margin: 0;
}
#bro-room .bro-content .bro-content-item .bro-desc-box p.bro-desc-title.bro-title-new::before{
  content: 'NEW';
  font-size: 20px;
  letter-spacing: 2px;
  color: #fd8900;
  margin-right: 5px;
}
#bro-room .bro-content .bro-content-item .bro-desc-box p.bro-new::after{
  content: 'NEW';
  font-size: 16px;
  color: #fd8900;
  margin-left: 10px;
  letter-spacing: 2px;
}
#bro-room .bro-content .bro-content-item .bro-button{
  background-color: #fd8900;
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  margin-top: 20px;
  opacity: 0;
}
#bro-room .bro-content .bro-content-item .bro-button::after{
  content: '>';
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
#bro-room .bro-content .bro-sub-box{
  display: -webkit-box;
  margin-top: 20px;
}
#bro-room .bro-content .bro-sub-box .bro-sub-item{
  -webkit-box-flex: 1;
  width: 50%;
  box-sizing: border-box;
  display: -webkit-box;
  border: 1px solid #999;
}
#bro-room .bro-content .bro-sub-box .bro-sub-item .bro-mob-desc-title{
  display: none;
}
#bro-room .bro-content .bro-sub-box .bro-sub-item:first-child{
  margin-right: 20px;
}
#bro-room .bro-content .bro-sub-box .bro-sub-item img{
  -webkit-box-flex: 1;
  width: 50%;
  box-sizing: border-box;
  display: block;
}
#bro-room .bro-content .bro-sub-box .bro-sub-item .bro-desc-box,
#bro-room .bro-content .bro-img-box .bro-sub-item .bro-desc-box{
  -webkit-box-flex: 1;
  width: 50%;
  box-sizing: border-box;
  padding: 20px 20px 10px 20px;
  background-color: #fff;
}
#bro-room .bro-content .bro-sub-box .bro-sub-item .bro-desc-box p,
#bro-room .bro-content .bro-img-box .bro-sub-item .bro-desc-box p{
  color: #333;
}
#bro-room .bro-content .bro-sub-box .bro-sub-item .bro-desc-box p.bro-desc-title
{
  font-size: 20px;
  line-height: 28px;
}
#bro-room .bro-content .bro-sub-box .bro-sub-item .bro-desc-box p.bro-arr::before,
#bro-room .bro-content .bro-img-box .bro-sub-item .bro-desc-box p.bro-arr::before{
  content: '>';
  font-size: 16px;
  color: #333;
  margin-right: 5px;
}
#bro-room .bro-sub-box .bro-sub-item .bro-desc-box p.bro-more,
#bro-room .bro-img-box .bro-sub-item .bro-desc-box p.bro-more{
  margin-top: 5px;
  text-align: right;
}
#bro-room .bro-content .bro-sub-box .bro-sub-item .bro-desc-box p.bro-more a,
#bro-room .bro-content .bro-img-box .bro-sub-item .bro-desc-box p.bro-more a{
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
  line-height: 24px;
  text-decoration: underline;
}
#bro-room .bro-content .bro-sub-box .bro-sub-item .bro-desc-box p.bro-more a:hover,
#bro-room .bro-content .bro-img-box .bro-sub-item .bro-desc-box p.bro-more a:hover{
  color: #fd8900;
}
#bro-room .bro-content-item .bro-img-box{
  width: 50%;
  -webkit-box-flex: 1;
  margin-right: 20px;
}
#bro-room .bro-content-item .bro-img-box img{
  width: 100%;
  border: 1px solid #999;
  box-sizing: border-box;
}
#bro-room .bro-content-item .bro-img-box .bro-sub-item{
  display: -webkit-box;
  border: 1px solid #999;
  margin-top: 20px;
}
#bro-room .bro-content-item .bro-img-box .bro-sub-item img{
  width: 50%;
}
#bro-room .bro-content-item .bro-img-box .bro-sub-item p.bro-more::before{
  content: '';
  margin-right: 0;
}
#bro-right-box{
  height: 530px;
  overflow: hidden;
  position: relative;
  border: 1px solid #999;
}
#bro-right-box .bro-right-warp{
  display: -webkit-box;
  cursor: pointer;
}
#bro-right-box .bro-right-warp:hover {
  color: #116bff;
}
#bro-right-box .bro-right-warp img{
  width: 0px !important;
  margin: 10px 10px 10px 0px;
  border: 1px solid #999;
}
#bro-right-box .bro-right-warp .bro-right-desc-box{
  -webkit-box-flex: 1;
}
#bro-right-box .bro-right-warp .bro-right-desc-box span{
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 5px 10px;
}
#bro-right-box .bro-bottom-box::before,
#bro-right-box .bro-bottom-box::after{
  clear: both;
  content: '';
}
#bro-right-box .bro-bottom-box .bro-bt-box-item{
  display: -webkit-box;
  width: 46%;
  float: left;
  margin-right: 4%;
  box-sizing: border-box;
}
#bro-right-box .bro-bottom-box .bro-bt-box-item img{
  margin: 12px;
  margin-bottom: 3px;
  border: 1px solid #999;
}
#bro-right-box .bro-bottom-box .bro-bt-box-item a{
  display: block;
  text-decoration: underline;
  color: #333;
  line-height: 24px;
  font-size: 16px;
  margin: 5px 0;
}
#bro-right-box .bro-bottom-box .bro-bt-box-item .bro-bt-box-item-desc{
  margin: 10px 20px 0 0;
}
#bro-right-box .bro-bottom-box .bro-bt-box-item .bro-bt-box-item-desc:hover a{
  color: #116bff;
}
#bro-right-box .bro-button{
  width: 50%;
  text-align: center;
}
#room .bro-mob-desc-title{
  display: none;
}
#bro-mob-display{
  display: none;
}
#bro-right-box{
  position: relative;
}
#bro-right-box .bro-mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, .3);
  z-index: 9;
  display: none;
}
#bro-right-box .bro-mask .bro-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  font-style: normal;
  transform: rotate3d(0, 0, 1, 45deg);
  border-radius: 100%;
  line-height: 25px;
  text-align: center;
}
#bro-right-box .bro-mask .bro-modal-content{
  width: 80%;
  top: 50%;
  left: 50%;
  position: absolute;
  background-color: #fff;
  transform: translate3d(-50%, -50%, 0);
  padding: 50px 30px;
  border-radius: 5px;
}
#bro-right-box .bro-mask .bro-modal-content .bro-madal-img-box{
  -webkit-box-flex: 1;
  width: 50%;
  position: relative;
}
#bro-right-box .bro-mask .bro-modal-content .bro-madal-img-box img{
  display: block;
  width: 80% !important;
  margin: 0 !important;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
}
#bro-right-box .bro-mask .bro-modal-content .bro-right-warp{
  margin-bottom: 40px;
}
#bro-right-box .bro-mask .bro-modal-content a{
  position: relative;
  display: block;
  margin: 0 auto;
  width: 190px;
  text-align: center;
  color: red;
}
#bro-8,#bro-7,#bro-6,#bro-5,#bro-4{
  display: none;
}
#bro-room.bro-history .bro-history-content .bro-his-ul{
  width: 60%;
  margin: 0 auto;
}
#bro-room.bro-history .bro-history-content .bro-his-ul li{
  line-height: 35px;
  font-size: 14px;
  color: #FF6600;
  font-weight: bold;
  display: list-item;
}
#bro-room.bro-history .bro-history-content .bro-his-ul li.no-list{
  list-style: none;
}

@media all and (max-width: 459px) {
  #bro-room .bro-wrap .bro-navigator{
    display: none;
  }
  #bro-room .bro-wrap .bro-content{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  #bro-room .bro-wrap .bro-content .bro-content-title{
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #bro-room .bro-wrap .bro-content .bro-content-item{
    -webkit-box-orient: vertical;
  }
  #bro-room .bro-wrap .bro-content .bro-content-item img{
    width: 100%;
  }
  #bro-room .bro-wrap .bro-content .bro-content-item .bro-desc-box{
    width: 100%;
    text-align: center;
  }
  #bro-room .bro-wrap .bro-content .bro-content-item .bro-desc-box .bro-desc-title{
    text-align: center;
    display: block;
    width: 100%;
    font-size: 18px;
  }
  #bro-room .bro-wrap .bro-content .bro-content-item .bro-desc-box p.bro-desc-title::before{
    font-size: 18px;
  }
  #bro-room .bro-wrap .bro-content .bro-content-item .bro-desc-box p{
    text-align: center;
    font-size: 12px;
  }
  #bro-room .bro-wrap .bro-content .bro-content-item .bro-desc-box p::before{
    margin-right: 3px;
  }
  #bro-room .bro-wrap .bro-content .bro-content-item .bro-desc-box p.bro-new::after{
    font-size: 12px;
    letter-spacing: 0;
    margin-left: 3px;
  }
  #bro-room .bro-wrap .bro-content .bro-content-item .bro-desc-box .bro-button{
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  #bro-room .bro-wrap .bro-content .bro-sub-box{
    -webkit-box-orient: vertical;
  }
  #bro-room .bro-wrap .bro-content .bro-sub-box .bro-sub-item{
    width: 100%;
    margin: 15px 0;
    padding: 10px 30px;
    border: 1px solid #999;
    -webkit-box-orient: vertical;
  }
  #bro-room .bro-wrap .bro-content .bro-sub-box .bro-sub-item img{
    width: 100%;
  }
  #bro-room .bro-wrap .bro-content .bro-sub-box .bro-sub-item .bro-desc-box{
    width: 100%;
    border: none;
    padding: 20px 0 10px 0;
  }
  #bro-room .bro-wrap .bro-content .bro-sub-box .bro-sub-item .bro-desc-box .bro-desc-title{
    display: none;
  }
  #bro-room .bro-content .bro-sub-box .bro-sub-item .bro-mob-desc-title{
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 0 0 15px 0;
    line-height: 34px;
  }
  #bro-room .bro-content .bro-sub-box .bro-sub-item .bro-desc-box p.bro-arr,
  #bro-room .bro-content .bro-sub-box .bro-sub-item .bro-desc-box p.bro-more{
    display: inline;
    font-size: 14px;
  }
  #bro-room .bro-content .bro-sub-box .bro-sub-item .bro-desc-box p.bro-more a{
    font-size: 12px;
    margin-left: 0px;
  }
  #bro-room .bro-content .bro-content-item .bro-img-box{
    width: 100%;
  }
  #bro-right-box{
    padding: 20px 5px !important;
  }
  #bro-right-box .bro-desc-title::before{
    content: 'NEW' !important;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fd8900 !important;
    margin-right: 10px !important;
    font-style: oblique;
  }
  #bro-right-box .bro-right-warp img{
    width: 40px !important;
  }
  #bro-right-box .bro-right-warp .bro-right-desc-box{
    text-align: left;
  }
  #bro-right-box .bro-right-warp .bro-right-desc-box span{
    font-size: 14px;
    line-height: 16px;
  }
  #bro-right-box .bro-bottom-box{
    padding: 0 20px;
  }
  #bro-right-box .bro-bottom-box .bro-bt-box-item{
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-align: center;
    margin: 10px 0;
  }
  #bro-right-box .bro-bottom-box .bro-bt-box-item .bro-bt-box-item-desc{
    -webkit-box-flex: 1;
    margin: 0;
  }
  #bro-right-box .bro-bottom-box .bro-bt-box-item .bro-bt-box-item-desc a{
    float: left;
  }
  #bro-right-box .bro-bottom-box .bro-bt-box-item img{
    width: 50px !important;
    height: 50px;
    margin: 0;
    -webkit-box-flex: unset;
  }
  #bro-right-box .bro-button{
    width: 50% !important;
  }
  #bro-mob-float{
    display: none !important;
  }
  #bro-mob-display{
    display: block;
  }
  #bro-room.bro-history .bro-history-content .bro-his-ul{
    width: 80%;
  }
  #bro-room.bro-history .bro-history-content .bro-his-ul li{
    line-height: 25px;
    font-size: 12px;
  }
}