ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul li {
  list-style: none;
}
.record-live::before,
.none-live::before

 {
	position: absolute;
	display: block;
	width: 70px;
	height: 30px;
	color: #fff;
	text-align: center;
	right: 15px;
	top: 5px;
	z-index: 1033;
	font-size: 15px;
	line-height: 30px;
	border-radius: 0 10px;
	background: #A3A3A3;
}



.live::before {
	position: absolute;
	display: block;
	width: 70px;
	height: 30px;
	color: #fff;
	text-align: center;
	right: 15px;
	top: 5px;
	z-index: 1033;
	font-size: 15px;
	line-height: 30px;
	border-radius: 0 10px;
	background: red;
}

body.home-index .menuList .none-live::before {
	background: #C9C8C8;
	left: 0;
	top: 0px;
	padding: 0;
	width: 70px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0;
	border-radius: 0;
}
	
.record-live::before {
/*  background: #0084FF;
*/}

body.home-index .menuList .live::before {
	background: red;
	left: 1px;
	top: 1px;
	padding: 0;
	width: 70px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0;
	border-radius: 0;
}
	
	
.record-live::before {
  content: '看回放';
}
.live::before {
  content: '表演中';
}
.none-live::before {
  content: '未开播';
}
.navbar {
  z-index: 1031;
  padding: 0;
  flex-flow: column;
  justify-content: ;
}
.navbar a {
  color: #000;
}

.navbar > .container {
	display: block !important;
}
	
.navbar .nav-link {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.navbar .dropdown-menu {
  left: auto;
  right: 0;
}
.logo {
	float: left;
	margin-bottom: 0;
}

.imgtext {
	margin: 200px 0 130px;
	position: relative;
}

.hTxt {
	padding: 8px 25px;
    display: inline-block;
    /* background: #37E2FE; */
    /* border-radius: 30px; */
    color: #000;
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    left: 250px;
    bottom: 0px;
    border: 3px solid #1cb3ef
}

.bgBlack {
	color: #000;
	background: none;
}

.bgBlack .headBox {
	margin: 0 auto;
	width: 1140px;
	padding: 15px 0 20px;
	overflow: hidden;
	zoom: 1;
}

.topBanner {
	text-align: center;
	background: #8FDFDE;
	margin-bottom: 25px;
}

.footer {
	padding: 20px 0;
	background-color: #ECEEEE;
	overflow: hidden;
	zoom: 1;
 
      overflow: hidden;
    zoom: 1;

    border: 0;
    box-shadow: none;
    z-index: 1031;
    padding: 0;

}
.footer * {
  color: #000;
  font-size: 13px;
}
.footer .l1 {
  padding: 15px 0 0;
}
.footer .l1 a {
	margin: 0 5px;
	padding: 0 5px;
	color: #000;
}
.footer .l1 a:hover {
	color: #000;
}
.footer-row a:hover {
	color: #000;
}

.footer .l2 {
  margin-top: 8px;
}
.footer .l3 {
  padding: 5px 12px 0;
}
.sidebar-nav {
	background: none !important;
}

.list-group {
	display: block !important;
}

.list-group-item {
	color: #fff !important;
	border: none !important;
	padding: 0 !important;
	display: inline !important;
	background: none !important;
}

.list-group-item a {
	background: none !important;
	padding: .95rem 0.5rem !important;
	color: #000 !important;
	font-size: 16px !important;
	letter-spacing: 0.4px !important;
	text-decoration: none !important;
	display: inline-block;
}

.list-group-item a:hover {
	color: #1cb3ef !important;
}

.list-group-item .alink {
	/*background: #FFA01D !important;*/
	color: #000 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	padding: .3rem 0.5rem !important;
	border-radius: 8px;
}

.list-group-item .alink:hover {
	color: #1cb3ef !important;
}

.menuList {
	padding-right: 0;
	margin-bottom: 15px;
  
      padding-right: 0;

    margin-bottom: 15px;
    background: white;
    padding: 20px;
    /*border-left: 4px solid #ebebeb;*/
    
    /*border-right: 4px solid #ebebeb;*/
    overflow: hidden;
    /*box-shadow: 1px 2px 10px #ccc;*/
/*	overflow: hidden;
	zoom: 1;
*/}

body.home-index .menuList .m-list-item {
	
  /*margin: 0 0 10px;
	width: 25%;
	float: left;
	box-sizing: border-box;
    
	padding: 0 0 0 0;*/
  
      margin: 0 0 10px;
      display: inline-block!important;
    /* width: 25%; */
    /* padding: 20px; */
    float: left;
    margin-left: 87px;
    box-sizing: border-box;
    padding: 0 0 0 0;
}

/*body.home-index .menuList .m-list-item:nth-child(3),
body.home-index .menuList .m-list-item:nth-child(4) {
	float: right;
}
	
body.home-index .menuList .m-list-item .m-item {
	margin-bottom: 0;
	flex: auto !important;
	max-width: 100% !important;
	padding: 0;
}

body.home-index .menuList .m-list-item:first-child {
	float: left;
	width: 56%;
	height: 440px;
}

body.home-index .menuList .m-list-item:first-child .item {
    height: 440px;
}
body.home-index .menuList .m-list-item:first-child .item > img {
    max-height: 440px !important;
	height: 440px !important;
}*/

body.home-index .m-list .m-list-item:nth-child(1) .m-item:first-child,
body.home-index .m-list .m-list-item:nth-child(3) .m-item:first-child,
body.home-index .m-list .m-list-item:nth-child(5) .m-item:first-child,
body.home-index .m-list .m-list-item:nth-child(7) .m-item:first-child,
body.home-index .m-list .m-list-item:nth-child(9) .m-item:first-child,
body.home-index .m-list .m-list-item:nth-child(11) .m-item:first-child {
	display: none;
}

body.home-index .m-list .m-list-item:nth-child(2) .m-item:nth-child(2),
body.home-index .m-list .m-list-item:nth-child(4) .m-item:nth-child(2),
body.home-index .m-list .m-list-item:nth-child(6) .m-item:nth-child(2) {
	display: none;
}

body.home-show .show-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.home-show .show-content .left,
body.home-show .show-content .right {
  height: 600px;
}
body.home-show .show-content .video-box {
  height: 600px;
  position: relative;
  padding-right: 0px;
  width:69%;
  background-color: #000000;
  overflow: hidden;
}
body.home-show .show-content .video-box #loading-box {
	
	width: 350px !important;
height: 350px !important;
margin-left: -175px !important;

  position: absolute;
  text-align: center;
  left: 0;
  right: 0px;
  top: 35%;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 35px;
}
body.home-show .show-content .video-box #loading {
  color: #FFFFFF;
  box-shadow: 5px 5px 5px #000;
}
body.home-show .show-content .video-box #play {
  display: none;
  position: absolute;
  text-align: center;
  width: 81px;
  height: 81px;
  text-decoration: none;
}
body.home-show .show-content .video-box .seeking,
body.home-show .show-content .video-box .pausing {
  background: url(../images/video.png) center center no-repeat;
  background-position: 0px -81px;
}
body.home-show .show-content .author {
  height: 85px;
  padding: 10px 15px;
  background-color: #f3f3f3;
}
body.home-show .show-content .author img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
body.home-show .show-content .author h5 {
  color: #000000;
  font-size: 16px;
}
body.home-show .show-content .author .media-body {
  position: relative;
  margin-left: 10px;
}
body.home-show .show-content .author .media-body p {
  font-size: 14px;
  color: #C0C4CC;
}
body.home-show .show-content .author .media-body .BTN-add-attention {
  position: absolute;
  right: 0px;
  top: 15px;
  padding: 5px 15px;
  border-radius: 30px;
}
body.home-show .show-content .chart-area {
  position: relative;
  height: 500px;
  margin-top: 15px;
  padding: 0px;
  overflow: hidden;
}
body.home-show .show-content .chart-area .SR-area-chat {
  width: 100%;
  height: 500px !important;
  background-color: #f3f3f3;
}
body.home-show .show-content .chart-area .SR-area-chat ul {
  padding: 0px 5px;
}
body.home-show .show-content .chart-area .SR-area-chat ul li {
  color: #000;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-msg {
  width: 100%;
  height: 500px;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-msg .boarder {
  height: 400px;
}
body.home-show .show-content .chart-area .SR-area-chat .msg-gift {
  display: none !important;
}
body.home-show .show-content .chart-area .SR-area-chat .control-bar {
  display: none;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk {
  bottom: 15px;
  padding-top: 5px;
  background: none;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk cite {
  display: none;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-horn {
  display: none;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-talk {
  position: relative;
  width: 100%;
  padding: 0px 15px;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-talk * {
  background: none;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-talk .speaker {
  position: absolute;
  width: auto;
  left: 15px;
  right: 115px;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-talk .speaker input {
     color: #000000;
    width: 100%;
    font-size: 12px;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding-left: 15px;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-talk .send-btn {
  color: #FFFFFF !important;
  position: absolute;
  right: 15px;
  width: 85px;
  background-color: #20b4ef !important;
  border-radius: 15px;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-talk .MR-talk .send-btn:hover {
  background-color: #8FDFDE;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-gift {
  display: none;
  width: 100%;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-gift .MR-gift {
  width: 100%;
  padding: 0px 15px;
}
body.home-show .show-content .chart-area .SR-area-chat .chat-gift .gift-group,
body.home-show .show-content .chart-area .SR-area-chat .chat-gift .con {
  width: 100%;
  padding: 0px;
}
.sidebar-nav {
	float: right;
	padding-top: 8px;
}

.sidebar-nav .logo {
	float: left;
}

.sidebar-nav a {
  color: #000000;
}
.m-list .m-item {
  cursor: pointer;
  padding: 0;
  /*margin-left:10px;*/
  margin-bottom: 20px;

}
/*精彩回放页面列表*/
.m-list .m-item .item1{
  /*border: 4px dashed #8fdfde;*/
  border-radius: 15px;
  text-align:center;
}
/*首页精彩回放列表+精彩页面列表+表演列表样式*/
.m-list .m-item .item {
	margin-right: 15px;
 	 padding:0px;
}
.m-list .m-item .item1 > img{
	  border: 4px dashed #37E2FE;
}
.m-list .m-item .item > img {
	height: 350px !important;
	min-height: inherit !important;
	max-height: inherit !important;
	min-width: 100%;
	max-width: inherit;
	/*border: 5px dashed #8FDFDE;*/
	/*border-radius: 50px;*/
	box-sizing: border-box;
    width: 100%;
   
}

.m-list .m-item .item .username {
	margin-bottom: 0;
	padding: 14px 12px;
	font-size: 14px;
	z-index: 99;
	position: relative;
	text-align: center;
      font-size:17px;
    font-weight: bold;
    letter-spacing: 2px;
}

body.home-index .module-title .h2{
	margin-top:40px;
}
.menuList .m-item .item .username {
	color: #000;
/*  border: 3px solid #FFCC33;*/
	background: none;
	padding: 15px 10px;
	font-size:17px;
	position: absolute;
	left: 0;
	/*bottom: 0;*/
	width: 100%;
	text-align: center;
  	font-size:17px;
    font-weight: bold;
    letter-spacing: 2px;
}

.menuList .m-item .item .touxiang {
	margin-left: -50px;
	position: absolute;
	left: 50%;
	top: -40px;
	width: 100px;
	border: 5px solid #fff;
	border-radius: 50%;
}

.menuList .m-item .item .touxiang img {
	border: 5px solid #8FDFDE;
	border-radius: 50%;
	width: 90px;
	height: 90px;
}


.lBox .m-list .m-item .item .username,
.specMList .m-item .item .username {
	/*padding: 18px 12px;*/
	/*text-align: left;*/
	background: none;
}
.specMList .m-item .item > img {
	   border-radius: 15px;
  	  border:4px dashed #37E2FE;
}
.lBox .m-list .m-item .item > img,
.specMList .m-item .item > img {
    border: none;
    border-radius: 0;
 
}


body {
/*  background: url(../images/body_bg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
*/}
body.home-index {
  overflow-x: hidden;
}
body.home-index .navbar.bg-light {
  background: url(../images/bgcolor.jpg?123) no-repeat center !important;
  border: 0;
  height:520px;
  box-shadow: none;
  z-index: 1031;
  padding: 0;
}
body.home-index .navbar.bg-light .nav-link {
  color: #EEEEEE;
  text-shadow: 3px 3px 3px #000;
}
body.home-index .navbar.bg-light .dropdown-item {
  color: #000000;
}

body.home-index .navbar-expand-md {
	background: #FFF !important;
}

body.home-index .navbar.bg-light > .container-fluid {
  /*border-bottom: 1px solid #CCCCCC;*/
	border-bottom: none;
	display: block;
/*	padding-bottom: 10px;
*/	
}
/*body.home-index .jumbotron {
  position: relative;
  padding: 0px;
  min-height: 900px;
  text-align: center;
  overflow: hidden;
  z-index: 1000;
}
body.home-index .jumbotron * {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 5px 5px 5px #000;
}
body.home-index .jumbotron div.title {
  position: relative;
  margin-top: 120px;
  font-size: 500%;
  z-index: 1000;
}
body.home-index .jumbotron div.title img {
  position: absolute;
}
body.home-index .jumbotron div.title img:first-child {
  top: -50%;
  left: -1%;
}
body.home-index .jumbotron div.title img:last-child {
  bottom: -20%;
  right: 5%;
}
body.home-index .jumbotron p {
  margin-top: 50px;
  font-size: 200%;
  letter-spacing: 15px;
}
body.home-index .jumbotron video {
  min-width: 100%;
  min-height: 900px;
  z-index: 0;
}
body.home-index .jumbotron .tips {
  position: absolute;
  top: 20%;
  left: 15%;
  right: 15%;
}
*/
body.home-index .jumbotron {
	padding: 0;
	overflow: hidden;
	zoom: 1;
	border-radius: 0 !important;
	background: none;
	margin-bottom: 0;
}


body.home-index .jumbotron video {
	width: 100%;
	height: 100%;
}

/*.m-list .m-item .item .username {
	padding-left: 20px;
  background: url(../images/yun_img02.png) no-repeat left center;
}
*/


.m-list .m-item .item .username .img-fluid {
	display: none;
}
	
.menuList .m-item .item > img {
  width: 100%;
  max-height: 0px !important;
  overflow: hidden;
  zoom: 1;
}
	
body.home-index .menuList .item {
	height: 380px;
	/*border-right: 1px solid #fff;*/
	padding-right: 0;
  	padding:1px;
   	/*border:1px solid #ccc;*/
  	margin-right:15px;
}

body.home-index .menuList .m-item .item > img {
	max-height: 370px !important;
	border: none;
	width: 300px;

border-radius: 0;
}

body.home-index .m-list .item {
  position: relative;
  box-shadow: none;
  z-index: 1030;
}


body.home-index .module-title h2 {
   
    padding-left: 0;
    text-align: center;
    margin: 0;
    color: #8fdfde;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom:35px;
  
}
body.home-index .module-title h2 span{
 	/*color: #666;
    font-size: 20px;
    font-weight: normal;
    display: block;
    margin-top: 8px;
  */ 
 	 color: #666;
    font-size: 26px;
    font-weight: normal;
    display: block;
    margin-top: 40px;
    text-align: left;
    padding-left: 15px;
    border-left: 4px solid #20b4ef;
}

body.home-index .module-title h2 img {
	width: 200px;
	height: auto;
}

body.home-live .title h2{

}
body.home-index .module-title p {
  font-size: 16px;
  /*color: #ccc;*/
}
body.home-index .description p {
  padding: 0px 15px;
}
body.home-live .content,
body.home-record .content,
body.home-record-play .content {
/*  margin-top: 30px;*/
  margin-bottom: 30px;
  min-height: 600px;
}
body.home-live .title h2 span{
/*	border:1px solid red;*/
      color: #666;
    font-size: 26px;
  margin-bottom:35px;
    font-weight: normal;
    display: block;
    margin-top: 40px;
    text-align: left;
    padding-left: 15px;
    border-left: 4px solid #20b4ef;
}
body.home-live .title h2,
body.home-record .title h2,
body.home-record-play .title h2 {
	position: relative;
    color: #2e2e2e;
	text-align: left;
  
  
/*background: url(../images/yun_img03.jpg) no-repeat left 55%; padding: 20px 0 15px 50px;*/
	background-size: 40px auto;
	
   
    font-size: 28px;
	line-height: 50px;
}

body.home-live .title .h2Ttl,
body.home-record .title .h2Ttl,
body.home-record-play .title .h2Ttl {
	background: url(../images/yun_img03_1.jpg) no-repeat left 55%;
	background-size: 40px auto;
}
body.home-record .title h2 span{
	color: #666;
    font-size: 26px;
    margin-bottom: 35px;
    font-weight: normal;
    display: block;
    margin-top: 40px;
    text-align: left;
    padding-left: 15px;
    border-left: 4px solid #20b4ef;
}
body.home-record-play .title h2 span{
	color: #666;
    font-size: 26px;
    margin-bottom: 35px;
    font-weight: normal;
    display: block;
    margin-top: 40px;
    text-align: left;
    padding-left: 15px;
    border-left: 4px solid #20b4ef;
}
body.home-live .title h2 span,
body.home-record .title h2 span,
body.home-record-play .title h2 span {
	letter-spacing: 0.5px;
  display:block;
/*  font-weight: bold;
*/}
body.home-live .title h2 p,
body.home-record .title h2 p,
body.home-record-play .title h2 p {
	padding-top: 0;
	font-size: 15px;
	margin: -15px 0 0;
	color: #ff7e00;
	font-weight: normal;
	
	position: absolute;
	right: 0;
	top: 50%;

}
/*首页的精彩回放 按钮*/
.record-live::before{
	width: 150px;
    height: 42px;
    line-height: 42px;
    border-radius: 25px;
    position: absolute;
    /* left: 2px; */
    top: -16px;
    margin-right: 50px;
    letter-spacing: 3px;
    font-weight: bold;
}
/*//精彩回放*/
body.home-record-play .record-live::before{
    position: absolute;
    display: block;
     width: 150px;
    height: 42px;
    color: #fff;
    text-align: center;
    margin-right:100px;
    top: -15px;
    font-size: 16px;
    line-height: 42px;
    /* top: auto; */
   letter-spacing: 3px;
    font-weight: bold;
    border-radius: 20px;
}
body.home-live .record-live::before,
body.home-record-play .record-live::before,
body.home-live .none-live::before,
body.home-record .none-live::before,
body.home-record-play .none-live::before,
body.home-live .live::before,
body.home-record .live::before,
body.home-record-play .live::before {
  /*	position: absolute;
	display: block;
	width: 70px;
	height: 30px;
	color:	#fff;
	text-align: center;
	left: auto;
	bottom: 60px;
	z-index: 1033;
	font-size: 16px;
	line-height: 30px;
	top: auto;
	right: 15px;
	border-radius: 20px;
  */

  
  
      position: absolute;
    display: block;
     width: 150px;
    height: 42px;
    color: #fff;
    text-align: center;
    margin-right:100px;
    top: -15px;
    font-size: 16px;
    line-height: 42px;
    /* top: auto; */
   letter-spacing: 3px;
    font-weight: bold;
    border-radius: 20px;
}
body.home-live .record-live::before,
body.home-record .record-live::before,
body.home-record-play .record-live::before {
  content: '回放';
      margin-right: 100px;
}
body.home-live .live::before,
body.home-record .live::before,
body.home-record-play .live::before {
  content: '表演中';
}
body.home-live .none-live::before,
body.home-record .none-live::before,
body.home-record-play .none-live::before {
  content: '未开播';
}
body.home-record-play .paly-video-box .author {
  margin-bottom: 15px;
   margin-top:5px;
}
body.home-record-play .paly-video-box .author img {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
body.home-record-play .paly-video-box .author h5 {
  display: inline-block;
  font-size: 16px;
	padding-left: 10px;
}
body.home-record-play .paly-video-box video {
  width: 100%;
}
body.body-news .content {
  margin-top: 30px;
  padding: 20px;
    box-shadow: 1px 2px 10px #ccc;
    margin-bottom: 40px;
}
body.body-news .content .post-title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
body.body-news .content .post-content {
  font-size: 16px;
  line-height: 30px;
}
body.home-personal .shouyez {
  width: auto;
}

.modal-header {
	color: #fff !important;
	padding: 0.6rem !important;
	background: #8FDFDE !important;
}


#loginModal *,
#registerModal * {
  font-size: 16px;
}

#loginModal .modal-title,
#registerModal .modal-title {
	margin-left: auto;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#loginModal p,
#registerModal p {
  margin: 0px;
}
#loginModal .input-group .input-group-text,
#registerModal .input-group .input-group-text {
  min-width: 80px;
}

/*.modal-footer .btn-primary {
	color: #FFF !important;
}
*/
.btn-primary {
    color: #fff !important;
    background-color: #20b4ef!important;
    border-color: #20b4ef!important;
    width: 50% !important;
    margin: 0 auto !important;
    margin-top: 10px !important;
}

.mainBox {
	width: 100%;
	margin: 0 auto;
}

.mainBox .lBox {
	/*float: left;*/
	/*width: 70%;*/
}

.mainBox .rBox {
	float: right;
	width: 28%;
}
.newsUl {
}
	
.newsUl .module-title h2 {
    color: #333;
	text-align: left;
	background: url(../images/yun_img03.jpg) no-repeat left 22px;
	background-size: 48px auto;
    margin-bottom: 10px;
	font-size: 28px;
	line-height: 50px;
	font-weight: normal;
	padding-top: 20px;
	padding-left: 60px;
}

.newsUl .module-title .h2Ttl {
	background: url(../images/yun_img03_1.jpg) no-repeat left 22px;
}


.mainBox .rBox ul li,
.newsUl ul li {
	padding-bottom: 11px;
}
	
.mainBox .rBox ul li img,
.newsUl ul li img {
	width: 100%;
	height: 90px;
}

.newsUl ul li img {
	height: auto;
}

.mainBox .rBox ul li a,
.newsUl ul li a {
	color: #333;
	display: block;
	font-size: 14px;
	text-decoration: none;
}

.mainBox .rBox ul li span,
.newsUl ul li span {
	display: block;
	color: #333;
	font-size: 14px;
	padding-top: 2px;
	line-height: 25px;
	overflow: hidden;
	zoom: 1;
}

.mainBox .rBox ul li span em,
.newsUl ul li span em {
	font-style: normal;
	color: #999;
	float: right;
}


.mainBox {
	margin-bottom: 40px;
}

.zhiboBox {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

.zhiboBox .module-title {
	/*margin-bottom: 60px;*/
}

.zhiboBox .lBox {
	float: left;
	width: 64%;
}

.zhiboBox .lBox img {
	width: 100%;
	height: 440px;
}

.zhiboBox .rBox {
	float: right;
	width: 36%;
}

