[class*="index-avg-"] {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
[class*="index-avg-"]:before,
[class*="index-avg-"]:after {
  content: " ";
  display: table;
}
[class*="index-avg-"]:after {
  clear: both;
}
[class*="index-avg-"] > li {
  display: block;
  height: auto;
  float: left;
}
.index-avg-sm-1 > li {
width: 100%;
}
.index-avg-sm-1 > li:nth-of-type(n) {
clear: none;
}
.index-avg-sm-1 > li:nth-of-type(1n + 1) {
clear: both;
}
.index-avg-sm-2 > li {
width: 50%;
}
.index-avg-sm-2 > li:nth-of-type(n) {
clear: none;
}
.index-avg-sm-2 > li:nth-of-type(2n + 1) {
clear: both;
}
.index-avg-sm-3 > li {
width: 33.33333333%;
}
.index-avg-sm-3 > li:nth-of-type(n) {
clear: none;
}
.index-avg-sm-3 > li:nth-of-type(3n + 1) {
clear: both;
}
.index-avg-sm-4 > li {
width: 25%;
}
.index-avg-sm-4 > li:nth-of-type(n) {
clear: none;
}
.index-avg-sm-4 > li:nth-of-type(4n + 1) {
clear: both;
}
.index-avg-sm-5 > li {
width: 20%;
}
.index-avg-sm-5 > li:nth-of-type(n) {
clear: none;
}
.index-avg-sm-5 > li:nth-of-type(5n + 1) {
clear: both;
}

.text-inbox{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}
.img-radius{
	border-radius: 100%;
}
.any_side_post .any_grid_item {margin-left: 84px;}
.any_side_post .any_grid_img {width: 72px;}
.any_side_post .any_grid_img.markuser {width: 63px;border-radius:0}
.any_side_post .any_side_date {line-height: 18px;}
.any_side_post .any_grid_item.markuser {margin-left: 72px;}
.cupload_create{
	margin: 15px 0;
	display: flex;
}

.cupload_create .cupload_image_list{
	margin: 0px; 
	padding: 0px; 
	display: inline; 
}

.cupload_create .cupload_upload_box{
	position: relative; 
	display: inline-block; 
	text-align: center; 
	background-color: rgb(251, 253, 255); 
	border: 1px dashed rgb(192, 204, 218); 
	border-radius: 6px; 
	box-sizing: border-box; 
	width: 112px; 
	height: 134px; 
	line-height: 125px;
}

.cupload_create .upload_file{
	position: absolute; 
	top: 0px; 
	right: 0px; 
	width: 100%; 
	height: 100%; 
	opacity: 0; 
	cursor: pointer;
}
.cupload_create .cupload_image_list li{
	position: relative; 
	display: inline-block; 
	margin: 0 6px 0 0; 
	background-color: rgb(251, 253, 255); 
	border: 1px solid rgb(192, 204, 218); 
	border-radius: 6px; 
	box-sizing: border-box; 
	width: 112px; 
	height: 134px;
}

.cupload_create .cupload_image_list li:last-child{
	margin-right:24px;
}
.cupload_create .cupload_image_list li img{
	position: absolute; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 110px;
    max-height: 132px;
	border-radius: 6px;
}
.cupload_create .cupload_upload_btn{
	font-size: 32px; 
	color: rgb(140, 147, 157);
}

.cupload_create .cupload_image_list li:hover .cupload_image_delete{
	opacity: 1;
	transition: all 0.3s ease 0s;
}

.cupload_create .cupload_filetype{
	position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.cupload_create .cupload_image_delete{
	position: absolute; 
	border-radius: 6px;
	width: 100%; 
	height: 100%; 
	left: 0px; 
	top: 0px; 
	text-align: center; 
	color: rgb(255, 255, 255); 
	opacity: 0; 
	background-color: rgba(0, 0, 0, 0.3); 
	transition: all 0.3s ease 0s;
}
.cupload_create .loadplay{
	height:calc(100% - 20px);
	border-radius: 6px 6px 0 0;
}

.play_btn{
	cursor:pointer;
}

.cupload_create .cupload_delete_btn{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 32px;
    line-height: 18px;
    cursor: pointer;
}

.mark_info{
	margin: 0;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s;
}
.info_open{
	max-height: 1000px;
	transition: max-height 0.3s;
}
.item_title {
	width: 100%;
	height: 31px;
	text-align: center;
	line-height: 30px;
	border-radius: 10px;
	color: #000;
	background:url(/kennel/mark/images/newsline.png) no-repeat 0px 15px;
	background-size: contain;
	margin-top: 0;
	display:block;
}
.item_title span {
	height: 31px;
	text-align: center;
	line-height: 30px;
	border-radius: 10px;
	color: #000;
	display:inline-block;
	background-color:#f0f0f0;
	padding:0 50px;
}
.any_cate_box .any_side_post .any_grid_title {
    height: 24px;
	margin-bottom: 7px;
}
.any_cate_box .any_side_post .any_side_date {
	font-size: 14px;
    line-height: 16px;
}
.any_cate_box .any_side_post .any_grid_title a {
    font-size: 1.2rem;
    font-weight: 700;
}
#progress{
	display: none;
    width: 300px;
    height: 16px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}
#progress #bar{
	float: left;
	width: 0%;
    background-color: rgb(98, 191, 255);
    height: 12px;
    border-radius: 3px;
}
.any_butauthor{
	background: #fff;
    position: relative;
    margin-top: 36px;
    padding-top: 108px;
}
.any_butauthor .my_avatar {
	position: absolute;
    text-align: center;
    width: 100%;
    top: -36px;
}
.any_butauthor .my_avatar img {
	width: 4.8rem;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 1px 1px 7px #999;
}
.any_butauthor ul{
	padding: 15px 0;
}
.any_butauthor ul li{
	width: 24%;
}
.any_num{
	display:block;
	font-size: 24px;
    color: #1b9efc;
}
.view_body{
    width: 100%;
    height: 640px;
    background: #fff;
    overflow: hidden;
	position: relative;
}
#view_box img {
    max-height: 100%;
	max-width: 100%;
    -webkit-user-drag: none;
	transition: all 0.3s
}
#view_box {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	cursor: grab;
}


.view_group button{
	margin-right: 2px;
}
.view_group{
	display: table;
}

.file_box {
    display: flex;
    position: relative;
    padding: 10px 60px;
	margin-top: 10px;
}

.file_box .preNext {
  width: 45px;
  height: 108px;
  position: absolute;
  background: url(/kennel/mark/images/sprite.png) no-repeat 0 0;
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.3s linear;
}

.file_box .pre {
  left: .2rem;
}

.file_box .next {
  right: .2rem;
  background-position: right top;
}

.file_box .preNext:hover {
  opacity: .6;
}

.img_list{
	margin: auto;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;	
	position: relative;
	width: 100%;
}
.img_list div{
	display: inline-block;
	position: relative;
	width: 99px;
	height: 108px;
	border: 1px solid #ccc;
	vertical-align: middle;	
}
.img_list div:last-child{
	margin-right: 0;
}

.img_list .imgbox{
	position: relative;
	display: block;
	width: 94px;
	height: 79px;
}
.img_list .imgbox img{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    position: absolute;
    margin: auto;
	max-height: 100%;
    max-width: 100%;
    opacity: .6;
	transition: .3s;
}
.img_list .textbox{
	position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 1px;
    left: 0;
    background: rgba(238,238,238,.4);
    color: #666;
}
.img_list .mactive {
	border: 2px solid rgba(139,195,74,.5);	
	cursor: unset;
}
.mactive .imgbox img {
	opacity: 1;
}

.imgbox:hover img {
	opacity: 1;
	transition: .3s;
}

.mactive .textbox{
    background: rgba(205,255,144,.3);
    color: #4caf50;
}
.vote_title {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 10px;
	color: #000;
	background:url(/kennel/mark/images/voteline.png) no-repeat 0px 15px;
	background-size: contain;
	margin-top: 0;
	display:block;
}
.tool_title {
	background:url(/kennel/mark/images/toolline.png) no-repeat 0px 15px;
	background-size: contain;
}

.vote_title div {
	padding:0 6px;
	background: #fff;
	display: inline-block;
}
.vote_title span {
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    background-color: #8bc34a;
    padding: 0 9px;
    margin: 0 3px;
}

.tool_title button{
	min-width: 30px;
	margin-right:0;
}

.bigImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.opacityBottom {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
	top: 0;
	left: 0;
}
.none-scroll{
	overflow: hidden;
}
.user-mobile, .user-sms{
	cursor: pointer;
}
.votelist img{
	width: 36px;
	height: 36px;
	border-radius: 3px;
	margin: 6px 3px;
}
.psth{
	text-align: left;
	margin: 12px 0;
	padding: 6px 45px 6px 20px;
	width: 360px;
    background: #fff4dd url(/kennel/mark/images/arw.gif) no-repeat 100% 50%;
    color: #f26c4f;
}
.icon_ring {
    background: #fff4dd;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border: 2px solid #f26c4f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
    overflow: hidden;
}

.rate {
	table-layout: fixed;
    width: 100%;
}

.rate th,.rate td {
    overflow: hidden;
    padding: 6px 3px;
    height: 24px;
    line-height: 24px;
    border-bottom: 0.03rem dashed #CCC;
    white-space: nowrap;
}

.rate img {
    height: 24px;
    width: 24px;
    border-radius: 3px;
    margin-right: 6px;
}
.ratebody td:nth-child(1n){
	width: 150px;
}
.ratebody td:nth-child(2n){
	width: 120px;
	color: #f26c4f
}
.ratebody td:nth-child(3n){
	color: #999
}
#swiper1 .swiper-pagination-bullets {
    bottom: 0;
    position: absolute;
    margin: auto;
    text-align: center;
    padding: 0;
	width:100%;
}
#swiper1 #pagination1 .swiper-pagination-bullet {
	margin: auto;	
	background: #fff;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: 0 3px;
	float: unset;
}
#swiper1 #pagination1 .swiper-pagination-bullet-active {
	background: #f8485e;
}
.case-perform-list {
    display: flex;
    width: 100%;
    margin: 24px 0;
}

.case-perform-data {
    border-right: 1px solid #eee;
	text-align: center;
    float: left;
    padding: 24px 0;
    flex: 1;
}

.case-perform-data:nth-child(3) {
  border-right: none;
}

.case-perform-field {
  font-size: 27px;
  color: #1b9efc;
  line-height: 48px;
  min-width: 56px;
}
.timecounter{
	margin: auto;
	width: 85%;
	background: #f9f9f9;
	padding: 20px 10px;
	border-radius: 6px;
	margin-bottom: 30px;
}

.timecounter .counter_title, .timecounter .counter_box{
	text-align: center;
	font-size: 1.1rem;
}
.timecounter .counter_box em{
	color: #1b9efc;
	padding: 0 5px;
	font-weight: 400;
}
/* wallbox */
#wallbox {
	display: inline-block;
	width: 100%;
}
#wallbox ul {
	width:33%;
	list-style:none;
	float:left;
	padding: 0 10px;
}

#wallbox .article{
    display: block;
    border-radius: 6px;
    margin: 0 0 45px 0;
    background: white;
    overflow: hidden;
    position: relative;
}

#wallbox .article:hover img{ 
	transform: scale(1.02);
	-webkit-transition: all .3s;
	transition: all .3s;
}

#wallbox .article img {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  margin: 0;
}

#wallbox .article p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    margin: 0;
    padding: 0 0 0 10px;
    float: left;
}

#wallbox .article p em{
    padding: 0 6px 0 0;
    font-weight: 700;
}

#wallbox .article .wall_text{
	color: #fff;
	position: absolute;
    bottom: -3px;
    width: 100%;
	font-weight: 300;
    line-height: 36px;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(1,rgba(0,0,0,0.3)));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.3)', GradientType='0');	
}

#wallbox .article .wall_id{
    position: absolute;
    top: 0;
    color: #fff;
    background: rgba(43,125,226,0.3);
    padding: 6px 9px;
    border-radius: 0 0 12px 0;
    font-size: .9rem;
}

#wallbox .article small{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    width: 30%;	
	padding: 0 10px 0 0;
	text-align: right;
}

.tailoring-container .tailoring-content{
    width: 980px;
    height: 640px;
}
.tailoring-content .tailoring-content-two{
    width: 100%;
    height: 520px;
}
.tailoring-content .tailoring-box-parcel{
    width: 700px;
	height: 500px;
}
.text_box{
	line-height: 36px;
	background: #fffbeb;
	padding: 30px 36px;
	max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
	min-height: 450px;
}
.full_box{
	cursor:pointer;
	position: absolute;
	background: #fff;
	box-shadow: #ececec 1px 1px 10px;
	border-radius: 100%;
	padding: 6px;
	right: 24px;
	top: 9px;
}
.full_box:hover{
	background: #e2feff;
	box-shadow: #88b8ff 1px 1px 9px 0px;
}
.full_box i{
	font-size: 1.2rem;
	padding: 3px;
}
.full_active {
    max-height: unset;
    height: 100%;
    margin: 0;
    width: 100%;	
}
.close_btn{
	padding: 6px 8px;
    right: 6px;
    top: 6px;	
}
.mark_over img{
	filter:Gray; -webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.any_thread_top li i{
	font-size:1.2rem;
	line-height: 1rem;
}

.mark_userbox {
	text-align: center;
	justify-content: center;	
}
.mark_userlist {
	padding: 12px 0;
    width: 90px;
    margin: 0 6px;
}
.mark_userlist img {
    height: 4rem;
    width: 4rem;
    margin-bottom: 10px;
    border: 3px solid #fff;
    box-shadow: 1px 1px 7px #ababab;
}
.mark_userlist span{
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tag>li.injoin {
    background: #eee;
    border: 1px solid #eee;
    color: #999;
}
.mark_right {
	margin: 0 6px;
}
.mark_right ul {
  overflow: hidden;
  margin-top: 18px;
}

.mark_right ul li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative
}

.mark_right ul a {
  display: block;
}

.mark_right ul li i {
  width: 64px;
  height: 64px;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-right: 9px;
}
.mark_right .mark_right_box i{
  width: 72px;
  height: 63px;
  border-radius: 6px;
  margin-right: 12px;
}

.mark_right ul li img {
  width: 100%;
  min-height: 100%;
  transition: .5s;
  float: left;
}

.mark_right ul li h2 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mark_right ul li span {
  font-size: 12px;
  color: #ccc;
  position: absolute;
  display: block;
  left: 76px;
  bottom: 0;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mark_right .mark_right_box span{
  left: 84px;
}

.mark_right ul li:hover h2 {
  color: #16499d;
}

.mark_right ul li:hover img {
  transform: scale(1.1);
}

.mark_userbox .avatar {
  width: 48px;
  height: 48px;
}
.mark_userbox .days{
	font-size: 12px;
	color: #bbb;
}
.mark_userbox .username{
	max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;	
}
.mark_userbox .mark_title{
	max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;	
}
.mark_userbox .table th, .mark_userbox .table td {
    padding: 0.75rem 0;
    vertical-align: middle;
	border-top: 0.03rem solid #dee2e6;
}
.mark_userbox .typelist img{
	width: 24px;
	height: 24px;
}
.user_link:hover, .opus_link:hover {
    background-color: #fbfdff;
	cursor: pointer;
}
.user_link .post_update, .opus_link .post_update{
	color: rgba(134, 142, 150, 0.8);
}
.user_link:hover .post_update, .opus_link:hover .post_update{
	background-color: #03a9f4;
	color: rgba(255, 255, 255, 0.8);
	border: 1px #03a9f4 solid;
}
.download_div{
	border: 1px #dfe9f2 solid;
	margin: auto;
	padding: 20px 0;
	background: #eff7ff;
	border-radius: 18px;	
}
.download_div .down_icon{
	display: inline-flex;
	font-size: 16px;
}
.usenot {
    background: #fff7fa;
    padding: 6px;
    color: #e91e63;	
}
.usenot img{
	width:24px;
	height:24px;
	opacity: .6;
	margin-right: 10px;
}
.mark_newjoin{
    background: linear-gradient(90deg,#fffffff,#ecf5ff);
    background: -webkit-linear-gradient(right,#ffffff,#ecf5ff);		
}
.daylist{
	overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
}
.daylist a{
	width: 59px;
}