.page{
    width: 980px;
    margin: 0 auto;
    background-color: #3c165b;
    border-radius:6px;
    display: flex;
    justify-content: space-between;
}
.info-container {
    background-color: #240e49;
    height: 88px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .info-container .left {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
  }
  .info-container .left img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

  .info-container .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    flex: 1;
  }

  .info-container .right .details {
    display: flex;
    align-items: center;
    color:#998bb0;
  }

.info-container .right .details li {
    display: flex;
    align-items: center;
    margin-right: 12px;
    font-size: 12px;
  }

  .info-container .right .details li .icon-queen {
    width: 54px;
    height: 24px;
  }
  .info-container .right .details li .icon {
    width: 16px;
    height: 16px;
    margin-right: 2px;
  }

  .info-container .right h4 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
    color:#ded2f3;
  }
  .info-container .right h4 .edit {
    margin-left: 10px;
    font-size: 12px;
    color:#998bb0;
    cursor: pointer;
  }
.ico_lv{
    width: 38px;
    height: 18px;
    text-align: right;
}

.ico_lv span{
    border-radius: 2px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    color: #fff;
    padding: 2px 5px 0 2px;
    background-position: 4px;
}

.lv_m_a{
  background-color: #5DCCE5;
  background-image: url('../images/lv_anchor01-05@2x.png')
}
.lv_m_b{
  background-color: #68ADE7;
  background-image: url('../images/lv_anchor06-10@2x.png')
}
.lv_m_c{
  background-color: #A6DD58;
  background-image: url('../images/lv_anchor11-15@2x.png')
}
.lv_m_d{
  background-color: #F5D246;
  background-image: url('../images/lv_anchor16-20@2x.png')
}
.lv_m_e{
  background-color: #F1924C;
  background-image: url('../images/lv_anchor21-25@2x.png')
}
.lv_m_f{
  background-color: #EE69A1;
  background-image: url('../images/lv_anchor26-30@2x.png')
}
.lv_m_g{
  background-color: #E66568;
  background-image: url('../images/lv_anchor31-35@2x.png')
}
.lv_m_h{
  background-color: #7932E3;
  background-image: url('../images/lv_anchor36-40@2x.png')
}

#container{
    height: 650px;
}

.video-page{
    height: 100%;
}

ul,li{
  list-style: none;
}

.prop-container {
  width: 700px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.prop-tab {
  width: 100%;
  height: 20px;
  margin: 14px 0 10px;
  padding: 0 30px 0 80px;
  display: flex;
}

.prop-tab-item {
  width: 48px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  color: #998bb0;
  text-align: center;
}

.prop-tab-item.active,
.prop-tab-item:hover {
  border-radius: 10px;
  color: #fff;
  background-image: linear-gradient(to right, #ff435d, #ff37b8);
}

.prop-main {
  width: 100%;
  padding: 0 10px;
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.icon-prev,
.icon-next {
  width: 20px;
  height: 20px;
  margin-top: 28px;
}

.prop-main.disabled {
  cursor: not-allowed;
}

.prop-list {
  flex: 1;
  margin: 0 10px;
  display: flex;
}

.prop-list .prop-item {
  width: 60px;
  margin-right: 13px;
  cursor: pointer;
  text-align: center;
}

.prop-list .prop-item:last-of-type {
  margin-right: 0;
}

.prop-list .prop-item-img {
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #3a275c;
}

.prop-list .prop-item-img img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 5px;
}

.prop-list .prop-item-img .right-badge {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff3110;
  border-radius: 8px;
}

.prop-item-value{
  color: #ded2f3;
}

.prop-info {
  width: 270px;
  height: 84px;
  position: absolute;
  left: 30px;
  bottom: 102px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  z-index: 999;
  border: 1px solid;
  border-color:#4e3775; 
  background-color:#240e49 ;
}

.prop-info-main {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prop-info-main .image-wrapper {
  width: 69px;
  height: 69px;
}

.prop-info-main .image-wrapper img {
  width: 100%;
  height: 100%;
}

.prop-info-main .name-wrapper {
  flex: 1;
  height: 69px;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}

.prop-info-main .name-wrapper .name {
  color: #ded2f3;
}

.prop-info-main .name-wrapper .price,
.prop-info-main .name-wrapper .extra {
  margin-top: 12px;
  color: #998bb0;
}

.prop-info-fill {
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 12px;
  width: 100%;
  overflow: hidden;
}

.page .right-section {
  width: 270px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.page .right-section .list-conatainer{
  width: 270px;
  border-radius: 6px;
  background-color: #240e49;
}

.page .right-section .chat-container{
  width: 270px;
  min-height: 401px;
  flex: 1;
  margin-top: 12px;
  border-radius: 6px;
  background-color: #240e49;
}

.page .right-section .rank-list-page {
  position: relative;
  display: flex;
  flex-direction: column;
}

.page .right-section .rank-list-page .title-wrapper-section{
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #4e3775;
  display: flex;
  align-items: center;
}

.page .right-section .rank-list-page .title-wrapper{
  cursor: pointer;
  height: 100%;
  line-height: 32px;
  flex: 1;
  text-align: center;
  font-size:14px;
  color: #998bb0;
}

.page .right-section .rank-list-page .title-wrapper.active{
  color:#ded2f3;
  position: relative;
}

.page .right-section .rank-list-page .title-wrapper.active:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width:12px;
  height:4px;
  background:linear-gradient(-90deg,rgba(255,56,184,1),rgba(255,68,94,1));
  border-radius:2px;
}

.page .right-section .rank-list{
  flex: 1;
}

.page .right-section .rank-list .list-item{
  padding: 4px 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.page .right-section .rank-list .list-item .item-index-img{
  width: 22px;
  height: 31px;
}
.page .right-section .rank-list .list-item .item-index{
  text-align: center;
  width: 22px;
  height: 31px;
}
.page .right-section .rank-list .list-item .item-avater{
  cursor: pointer;
  margin-left: 17px;
  width: 40px;
  height: 52px;
  line-height: 52px;
  position: relative;
  text-align: center;
}

.page .right-section .rank-list .list-item .item-avater img{
  display: inline-block;
  vertical-align:middle ;
  width:36px;
  height:36px;
  border-radius:50%;
}

.page .right-section .rank-list ul{
  padding-left: 0;
}
.page .right-section .rank-list .list-item .item-avater.top1{
  width: 40px;
  height: 52px;
  background: url(../images/guard_icon_crown_1@2x.png) no-repeat;
  background-size: cover;
  background-position-y: 2px;
}
.page .right-section .rank-list .list-item .item-avater.top2{
  width: 40px;
  height: 52px;
  background: url(../images/guard_icon_crown_2@2x.png) no-repeat;
  background-size: cover;
  background-position-y: 2px;
}
.page .right-section .rank-list .list-item .item-avater.top3{
  width: 40px;
  height: 52px;
  background: url(../images/guard_icon_crown_3@2x.png) no-repeat;
  background-size: cover;
  background-position-y: 2px;
}

.page .right-section .rank-list .list-item .item-info{
  margin-left: 22px;
}

.page .right-section .rank-list .list-item .item-info .item-name{
  font-size:12px;
  max-width: 130px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ded2f3;
  margin: 0;
}

.page .right-section .rank-list .list-item .item-info .item-score{
  font-size:12px;
  color:#998bb0;
  margin: 0;
}

.page .right-section .rank-list .list-item .item-info .item-score .score-num{
  color:#ff2767;
  font-size:12px;
}

.page .right-section .chat-container .chat{
  position: relative;
  overflow: hidden;
  height: 100%;
}

.page .right-section .chat-container .chat .msg-wrap{
  position: relative;
  height: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  height: calc(100% - 80px);
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 1px solid #4e3775;
}

.page .right-section .chat-container .chat .msg-wrap .msg-content {
  padding-left: 0;
}

.page .right-section .chat-container .chat .msg-wrap .msg-content .msg-list{
  margin-bottom: 10px;
}

.page .right-section .chat-container .chat .msg-wrap .msg-content .msg-list:last-child{
  margin-bottom: 0;
}

.chat-container .chat .msg-wrap .msg-content .msg-list .notice{
  padding: 8px 10px;
  font-size: 12px;
  line-height:18px;
  color: #ded2f3;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 4px;
}

.chat-container .chat .msg-wrap .msg-content .msg-list .notice span{
  color: #FEF8C3;
  font-size: 12px;
}

.chat-container .chat .msg-wrap .msg-content .msg-normal {
  margin-bottom: 10px;
}

.chat-container .chat .msg-wrap .msg-content .msg-normal .vipLevel{
  width:47px;
  height:19px;
  margin: 0px 5px -5px 5px;
}

.chat-container .chat .msg-wrap .msg-content .msg-normal .msg-name{
  font-size:14px;
  color:#9A8CB0;
}

.chat-container .chat .msg-wrap .msg-content .msg-normal .msg-text{
  font-size:14px;
  color:#DED2F3;
  line-height: 1.5;
}

.chat-container .chat .msg-wrap .msg-content .msg-normal .ico_lv {
  display: inline-block;
  width: 32px;
  margin-right: 10px;
}

.chat-container .chat .msg-wrap .msg-content .msg-normal .ico_lv span{
  display: block;
}

.send-msg {
  height:32px;
  margin: 14px auto 0;
  font-size: 0;
}

.send-msg input {
  width: 154px;
  height:32px;
  background:rgba(58,40,92,1);
  border-radius:16px 0px 0px 16px;
  border: 0;
  outline: none; 
  padding: 0 14px;
  margin-left: 14px;
  color: #fff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
  color:rgba(100,80,134,1);
}

.send-msg a {
  margin-top: -1px;
  text-decoration: none;
  display: inline-block;
  width:56px;
  height:32px;
  background:linear-gradient(-90deg,rgba(255,56,184,1),rgba(255,68,94,1));
  border-radius:0px 16px 16px 0px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size:14px
}