::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  overflow: visible;
}

::-webkit-scrollbar-track {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0px 0px 0px 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

::-webkit-scrollbar-track:hover {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #dcdcdc;
  border: solid transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 0 / 10%);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid transparent;
  min-height: 28px;
  padding: 100px 0 0;
   -webkit-border-radius: 6px;
  border-radius: 6px
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(0 0 0 / 0.2);
  background-position: -10px center;
}

::-webkit-scrollbar-thumb:active {
  background-color: rgb(0 0 0 / 0.3);
  background-position: -20px center;
}

.wk-scrolltimedevents {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  border-top: 1px solid #ddd;
  border-left: 0 none;
  border-bottom: 1px solid #ddd;
  padding: 0;
  font-size: 11px;
  line-height: normal;
}

input[type=checkbox] {
	display: none
}

input[type=checkbox][disabled] {
	border-color: #e7e7e7
}

input[type=checkbox][disabled]+label {
	cursor: not-allowed
}

input[type=checkbox][disabled]+label:before {
	cursor: not-allowed
}

input[type=checkbox]+label {
	margin-bottom: 0;
	cursor: pointer
}

input[type=checkbox]+label:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #c5c5c5;
	top: 5px;
	margin-right: 5px
}

input[type=checkbox]+label:hover:before {
	border: 1px solid #6fc0eb
}

input[type=checkbox]:checked+label:before {
	background-image: url('/kennel/svg/checkbox-selected.svg');
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: -2px;
	border-color: #64c1ea
}

input[type=checkbox]:checked+label[disabled]:before {
	background-image: url('/kennel/svg/checkbox-disabled.svg');
	border-color: #e7e7e7;
	cursor: not-allowed
}
#any_header_nav a,
#any_header_nav a:link,
#any_header_nav a:visited {
  color: #555555;
  text-decoration: none;
  font-size: 1rem;
}

#any_header_nav {
  background: #fff;
}

#any_header_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#any_header_nav .any_header_left {
  margin: 0 auto;
  justify-content: space-between;
  height: 68px;
  display: flex;
  line-height: 68px;
}

.any_bodytop_header {
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  height: 40px;
}

.any_bodytop_header .text{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}
.any_bodytop_header .text a{
  line-height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #666;
  padding-right:15px;
}
.any_bodytop_header .text a:hover{
	color:#458ad1
}
.any_bodytop_header .text .active{
	color:#458ad1;
	font-weight: 500
}
#any_header_nav .logo img {
  height: 42px;
  margin-top: 12px;
  float: left;
  margin-right: 45px;
  display: block;
}

#any_header_nav nav {
  display: inline-block;
}

.any_bodytop_header .any_search {
  height: 32px;
  margin-top: 4px;
  transition: all .3s;
  min-width: 380px;  
}

#search_form {
  margin: 0 auto;
  float: right;
}

#search_form fieldset {
  padding: 0px;
  border: none;
  margin: 0px;
}

#search_form input[type="text"] {
  background: #fff;
  border: 1px #eee solid;
  font-size: 14px;
  float: left;
  padding: 0px 10px 0px 15px;
  margin: 0px;
  width: 150px;
  height: 32px;
  line-height: 32px;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #585858;
}

#search_form input:focus-visible{
	outline: 0;
	border: 1px #3bb4ff solid;
	border-right: 0;
}

#search_form input[type="text"]:hover,
#search_form input[type="text"]:focus {
  width: 200px;
}

#search_form input[type="submit"] {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  width: 40px;
  height: 32px;
  line-height: 32px;
  font-family: FontAwesome;
}

input[type="submit"] {
  padding: 4px 24px;
  color: #ffff;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin-top: 10px;
  float: left;
  overflow: visible;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

#search_form input[type="submit"]:hover {
  background-color: #458ad1;
  color: #fff;
}

#search_form input[type='submit'] {
  color: #fff;
  background-color: #3bb4ff;
}

#search_form input[type="button"] {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  width: 40px;
  height: 32px;
  line-height: 32px;
  font-family: FontAwesome;
}

input[type="button"] {
padding: 4px 24px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin: 9px 3px 9px 0;
    float: left;
    overflow: visible;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    background: #3bb4ff;
}

#search_form input[class="dingyue"]:hover {
  background-color: #569a59;
  color: #fff;
}

#search_form input[class="dingyue"] {
  background-color: #8bc34a;
  margin-left:6px;
  font-size:1rem;
  width:50px;
}

#search_form input[class="tougao"]:hover {
  background-color: #e91e63;
  color: #fff;
}

#search_form input[class="tougao"] {
  background-color: #f44336;
  margin-left:6px;
  font-size:1rem;
  width:75px;
}

#any_menu_ul li {
  position: relative;
  display: inline-block;
  text-align: center;
}

#any_menu_ul li a {
  display: block;
  color: #333;
  padding: 0 20px
}

#any_menu_ul ul.sub li {
  width: 100%;
  background: #fff;
  float: left;
}

#any_menu_ul ul.sub li a {
  padding: 0;
  display: none;
  width: 100%;
  color: #333;
  font-size: .9rem;
}

#any_menu_ul ul.sub li:hover a,
#any_menu_ul li:hover a{
	color:#458ad1
}

#any_menu_ul ul.sub li:first-child a {
  margin-top: 10px
}

#any_menu_ul ul.sub li:last-child a {
  margin-bottom: 10px
}

#any_menu_ul ul.sub {
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 9;
  width: 100px;
  line-height: 36px;
  opacity: 0;
  transition: all .5s;
  box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
}

#any_menu_ul li:hover ul.sub {
  opacity: 1;
  top: 60px;
}

#any_menu_ul li:hover ul.sub li a {
  display: block
}

#any_menu_ul li:hover ul.sub:after,
#any_menu_ul ul.sub li:after,
#any_menu_ul ul.sub li a:after {
  display: none;
}

.menu:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 49%;
  width: 0;
  height: 0;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #3f3c3c transparent transparent;
  transition: all .5s ease;
}

.menu:hover:after {
  transform: rotate(180deg)
}

.any_menu_click a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -10px;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: #458ad1;
}



/*未登录*/

#any_header_nav .any_header_userinfo {
  display: inline-block;
  float: right;
  position: relative;
}

#any_header_nav .any_header_userinfo i {
  border-left: 1px solid #ccc;
  height: 15px;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-top: 26px;
}

#any_header_nav .any_header_userinfo a {
  padding: 0px 15px;
  float: left;
}
#any_header_nav .any_header_userinfo a:hover {
	color:#458ad1
}
#any_header_nav .any_header_userinfo a:last-child {
  padding-right: 0;
}

#any_header_nav .any_header_nav_right {
  display: flex;
}

#any_header_nav .any_header_nav_right em {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: .6rem;
  color: #fff;
  text-align: center;
  background: #c6303e;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 16px;
  cursor: pointer;
}

.any_header_top {
  -webkit-box-shadow: 0 1px 10px 0 #ccc;
  box-shadow: 0 1px 10px 0 #ccc;
  margin-bottom: 16px;
}

.any_header_bodytop {
  border-top: 1px #eee solid;
  background: #fcfcfc;
}

.any_side_box {
  font-size: 1.2rem;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  color: #333;
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
}
.any_bottom_border {
  border-bottom: 1px solid #eee;
}
.any_side_post .any_bottom_border:last-child{
  border-bottom: 0;
}
.any_px{
  padding-top: 12px;
  padding-bottom: 12px;
}
.any_side_box:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  content: "";
  background: #000;
  left: 0;
  bottom: 0;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.any_side_box:hover:after {
  width: 80px;
}

.any_index_grid {
  background: #fff;
  border-radius: 3px;
  padding: 15px 20px;
  margin-bottom: 20px;
  overflow: hidden;
}


.any_index_grid_4 ul {
  overflow: hidden;
  padding: 10px 0 20px 0;
  position: relative;
}

.any_index_grid_4 ul:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 100%;
  left: 10px
}

.any_index_grid_4 ul:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  bottom: 20px;
  left: 0;
}

.any_index_grid_4 li {
  float: left;
  width: 24.99%;
  overflow: hidden;
  padding: 15px;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.any_box_img {
  width: 100%;
  height: 136px;
  overflow: hidden;
  border-radius: 3px;
  background: #CCC;
  display: block
}

.any_box_img img {
  display: inline-block;
  width: 100%;
  min-height: 100%;
  height: auto;
  vertical-align: middle;
  transition: all .5s ease-out .1s;
}

.any_index_grid_4 li b {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.any_index_grid_4 li:hover b {
  color: #458ad1;
}

.any_index_grid_4 li span {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-size: 14px;
  height: 42px;
  display: block;
}

.any_index_grid_4 li:hover {
  background: #fff;
  box-shadow: #ccc 1px 1px 8px;
}

.any_index_grid_4 li:hover img {
  transform: scale(1.05)
}

.any_side_top ul {
  overflow: hidden
}

.any_side_top ul li {
  height: 30px;
  font-size: .9rem;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.any_side_top ul li:nth-child(even) {
  background: #f6f6f6
}

.any_side_top ul li i {
  display: block;
  width: 16px;
  height: 16px;
  background: #B1B1B1;
  float: left;
  margin-top: 8px;
  margin-right: 10px;
  position: relative;
  font-style: normal
}

.any_side_top ul li i::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 9px;
  color: #fff;
  line-height: 16px;
  width: 16px;
  text-align: center
}

.any_side_top ul li:first-child i,
.any_side_top ul li:nth-child(2) i,
.any_side_top ul li:nth-child(3) i {
  background: #FF6600;
}

.any_side_top ul li:first-child i::before {
  content: "1";
}

.any_side_top ul li:nth-child(2) i::before {
  content: "2";
}

.any_side_top ul li:nth-child(3) i::before {
  content: "3";
}

.any_side_top ul li:nth-child(4) i::before {
  content: "4";
}

.any_side_top ul li:nth-child(5) i::before {
  content: "5";
}

.any_side_top ul li:nth-child(6) i::before {
  content: "6";
}

.any_side_top ul li:nth-child(7) i::before {
  content: "7";
}

.any_side_top ul li:nth-child(8) i::before {
  content: "8";
}

.any_side_top ul li:hover {
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.any_code {
  text-align: center;
}

.any_code li img {
  width: 50%;
}

.any_code .text {
  padding: 10px 30px;
  margin: 10px 0;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  background: #f8f8f8
}

.any_side {
  margin-bottom: 20px
}

.any_side ol,
.any_side ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.any_side ol li,
.any_side ul li {
  position: relative;
}

.any_side ol li li,
.any_side ul li li {
  padding-left: 20px;
  border-bottom: 0
}

.any_side ol li:before,
.any_side ul li:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border: 4px solid transparent;
  border-left: 4px solid #ccc
}

.any_side ol a,
.any_side ul a {
  font-size: 14px;
  color: #484848
}

.any_side ol a:hover,
.any_side ul a:hover {
  color: #458ad1;
  text-decoration: none
}

.any_side_title {
  position: relative;
  margin: 6px 0 10px;
  padding: 0 0 0 12px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}

.any_side_title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: #3ca5f6;
  border-radius: 2px
}

.any_side_post ul .item {
  margin: 0;
  padding: 7px 0 8px;
  overflow: hidden
}

.any_side_post ul .item:last-child {
  padding-bottom: 0
}

.any_side_post ul .item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all .3s ease-out 0s
}

.any_side_post ul .item:hover .any_grid_title a {
  color: #458ad1;
}

.any_side_post ul li:before {
  display: none
}

.any_side_post .any_grid_img {
  float: left;
  width: 100px;
  overflow: hidden;
  border-radius: 3px
}

.any_side_post .any_grid_img_intid {
  float: left;
  width: 75px;
  overflow: hidden;
  border-radius: 3px
}
.any_side_post .any_grid_img_intid img {
  width: 100%;
  height: 54px;
  vertical-align: top;
  transition: all .3s ease-out 0s
}

.any_side_post .any_grid_title .myintid{
	color:#6495ed;
}
.intid_box{
	max-height: 480px;
	overflow: hidden;
	overflow-y: auto;
}
.any_side_post .any_grid_item_intid {
  margin-left: 86px
}

.any_side_post .any_side_date {
  margin: 0;
  font-size: 12px;
  color: #999;
  line-height: 14px
}

.any_side_post .any_grid_img img {
  width: 100%;
  height: 63px;
  vertical-align: top;
  transition: all .3s ease-out 0s
}

.any_side_post .any_grid_title {
  height: 38px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.2
}

.any_side_post .any_grid_title a {
  font-size: 14px;
}

.any_side_post .any_grid_item {
  margin-left: 110px
}

.any_side {
  padding: 15px;
  background: #fff
}

.any_grid_loop {
  list-style: none;
  padding: 0;
  margin: 0
}

.any_grid_ul {
  padding: 0;
  margin: 0 0 20px
}

.any_grid_ul .item {
  width: 50%;
  float: left;
  position: relative;
  padding: 20px 10px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  transition: all .3s ease 0s
}

.any_grid_ul .item:hover .any_grid_title a {
  color: #458ad1;
}

.any_grid_ul .item:hover {
  margin: 0 -2px 0 2px;
  background: #fafafa;
  transition: all .3s ease 0s
}


.any_grid_ul .any_grid_img {
  position: relative;
  float: left;
  width: 28.8%;
  overflow: hidden;
  border-radius: 3px;
  transition: box-shadow .3s ease 0s
}

.any_grid_ul .any_grid_img:before {
  content: "";
  display: block;
  padding-top: 62.5%
}

.any_grid_ul .any_grid_img:hover {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
  transition: box-shadow .3s ease 0s
}

.any_grid_ul .any_grid_img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all .3s ease-out 0s
}

.any_grid_ul .item:hover .any_grid_img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all .3s ease-out 0s
}

.any_grid_ul .any_grid_img .any_grid_img_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.any_grid_ul .any_grid_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .3s ease-out 0s
}

.any_grid_ul .any_grid_item {
  margin-left: 30.82%
}

.any_grid_ul .any_grid_title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.4
}

.any_grid_ul .any_grid_title a {
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
}

.any_grid_ul .any_grid_text {
  height: 44px;
  line-height: 1.58;
  color: #999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2
}

.any_index_grid .hnav {
  font-size: 1rem;
  float: right
}

.any_index_grid .hnav a {
  display: block;
  margin-right: 10px;
  padding-right: 10px;
  float: left;
  position: relative
}

.any_index_grid .hnav a:after {
  position: relative;
  content: "/";
  right: -10px;
  bottom: 0;
  color: #ccc
}

.any_index_grid .hnav a:last-child::after {
  content: ""
}

.any_ztlist {
  width: 50%;
  float: left;
  margin-bottom: 20px
}

.any_ztlist section {
  margin: 10px 20px;
  display: block;
  padding: 20px;
  background: #fff;
  box-shadow: #ececec 1px 1px 10px;
}

.any_ztlist i {
  display: block;
  overflow: hidden;
  position:relative
}

.any_ztlist i span{
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgb(139 195 74 / 50%);
    padding: 3px 6px 0 6px;
    border-radius: 0 12px 0 0;
    color: white;	
}

.any_ztbox {
  margin: 30px 0 0 0;
  overflow: hidden;
	display: flex;
    flex-wrap: wrap;
}

.any_ztlist h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin: 20px 0;
  line-height: 34px;
}

.any_ztlist h3 span {
  float: right;
  color: #16499d;
  background-color: #ebf5ff;
  display: block;
  font-size: 14px;
  line-height: 34px;
  padding: 0 20px;
}

.any_ztlist p {
  margin: 20px 0;
  line-height: 20px;
  height: 40px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #888;
}

.any_ztlist img {
  transition: .5s;
}

.any_ztlist img:hover {
  transform: scale(1.1);
}

.any_ztlist:hover section img {
  transform: scale(1.1);
}

@media screen and (max-width:1408px) {
  .any_grid_ul .item {
    width: 100%;
  }

  .any_grid_ul .any_grid_img:before {
    padding-top: 48%
  }

  .any_grid_ul .any_grid_img {
    width: 28%;
  }
}


.any_mark {
    width: 25%;
    float: left;
    padding: 15px;
}

.any_mark section {
    display: block;
    padding: 20px;
    background: #fff;
    box-shadow: #ececec 1px 1px 10px;
}

.any_mark i {
  display: block;
  overflow: hidden;
  position:relative;
  background: aliceblue;
}

.any_mark i span{
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgb(139 195 74 / 50%);
    padding: 3px 6px 0 6px;
    border-radius: 0 12px 0 0;
    color: white;	
}

.any_mark h3 {
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

.any_mark img {
  transition: .5s;
}

.any_mark img:hover {
  transform: scale(1.1);
}

.any_mark:hover section img {
  transform: scale(1.1);
}


.any_bm_menu {
  width: 55px;
  position: fixed;
  top: 30%;
  z-index: 99999;
}

.any_bm_menu .btn {
  width: 55px;
  height: 55px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}

.any_bm_menu .btn_qq {
  background: url('../images/menu/right_menu_qq.png')no-repeat;
  background-color: #6da9de;
  background-size: 2.3rem;
  background-position: center center;
  transition: all .2s
}

.any_bm_menu .btn_qq:hover {
  background-color: #3bb4ff;
  background-size: 2.4rem;
  transition: all .2s
}

.any_bm_menu .btn_qq:hover div {
  width: 160px;
  transition: width 0.3s;
}

.any_bm_menu .btn_bz {
  background: url('../images/menu/right_menu_bz.png')no-repeat;
  background-color: #ff9800;
  background-size: 2.3rem;
  background-position: center center;
  transition: all .2s
}

.any_bm_menu .btn_bz:hover {
  background-color: #f44336;
  background-size: 2.4rem;
  transition: all .2s
}

.any_bm_menu .btn_bz:hover div {
  width: 386px;
  max-height: 54px;
  transition: width 0.2s;
}

.any_bm_menu .btn_bz div ul {
	background-color: #fff;
	float:right;
	max-height: 54px;
}

.any_bm_menu .btn_bz div ul li {
	float:left;
	background-color: #f44336;
	color:#fff;
	padding: 15px 5px;
	margin-right:1px;
	transition: width 0.2s;
}
.any_bm_menu .btn_bz div ul li a {
	padding: 10px 6px;
}
.any_bm_menu .btn_bz div ul li:hover {
	color: #fffde9;
	background-color: #ff5722;
	transition: width 0.2s;
}

.any_bm_menu .btn .btn_bzbox {
	max-height: 54px;
	opacity: .8
}	

.any_bm_menu .btn_wx {
  background: url(../images/menu/right_menu_wx.png)no-repeat;
  background-color: #78c340;
  background-size: 2.3rem;
  background-position: center center;
  transition: all .2s
}

.any_bm_menu .btn div {
  position: absolute;
  right: 54px;
  top: 0;
  width: 0;
  height: 160px;
  transition: width 0.3s;
  overflow: hidden;
}

.any_bm_menu .btn div img {
  height: 160px;
  padding-right: 1px;
}

.any_bm_menu .btn_wx:hover {
  background-color: #73d91e;
  background-size: 2.4rem;
  transition: all .2s
}

.any_bm_menu .btn_wx:hover div {
  width: 160px;
  transition: width 0.3s;
}


.any_bm_menu .btn-top {
  background: url('../images/menu/right_menu_top.png')no-repeat;
  background-color: #999;
  background-size: 2rem;
  background-position: center center;
  display: none;
  transition: all .3s
}

.any_bm_menu .btn-top:hover {
  background-color: #666;
  transition: all .3s
}

.any_bm_menu .btn-prev {
  background: url('../images/menu/right_menu_prev.png')no-repeat;
  background-color: #ff9800;
  background-size: 2.2rem;
  background-position: center center;
  transition: all .2s
}

.any_bm_menu .btn-prev:hover {
  background-color: #ffc107;
  transition: all .2s
}

.any_bm_menu .btn-sx {
  background: url('../images/menu/right_menu_sx.png')no-repeat;
  background-color: #00bcd4;
  background-size: 2rem;
  background-position: center center;
  transition: all .3s;
  height: 0;
  padding: 0
}

.any_bm_menu .btn-sx:hover {
  background-color: #00c7e1;
  transition: all .3s
}

.hot_post {
	width: 320px;
	position: fixed;
	top: 0;
}

.any_side_top .tag_cloud {
	margin: 15px 0;
}
.any_side_top .tag_cloud a {
	display: inline-block;
	color: #666;
	font-size: .8em!important;
	padding: 3px 8px;
	background-color: #f3f3f3;
	margin: 5px 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}
.any_side_top .tag_cloud a:hover {
	background-color: #458ad1;
	color: #FFF;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
}

.kennel_cover {
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.any_forum_title{
	color: #4c5157;
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
}
.any_forum_tops{
	max-height:20px;
	vertical-align: sub;
}
.any_cate_box{
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee
}
.any_cates {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
    color: #666
}
.media-body .any_thread{
	margin-top: 0;
}
.any_thread .active, .media-body .active{
	color: #458ad1;
}
.any_thread .user_level, .media-body .user_level {
    color: #fec42d;
    font-size: 12px;
    font-weight: 700;
}

.media-body div{
	margin-top: 5px;
	line-height:1rem;
}
.media-body .badge{
	line-height: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
}
.any_cate_title {
    padding: 4px 0 4px 15px
}

.any_cate_content {
	padding: 0;
}
.any_cate_content>a {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 2px 10px;
    color: #666;
    border-radius: 15px;
    cursor: pointer;
    transition: color 1s ease;
    transition: background .5s ease
}

.any_cate_content>a.active,.any_cate_content>a:focus,.any_cate_content>a:hover {
    color: #fff;
    background: #458ad1;
    text-decoration: none
}

.any_forum_type {
    position: relative
}

.any_forum_type .any_forum_sort {
    position: absolute;
    right: 0;
    color: #565a61
}

.any_forum_type .any_forum_sort a {
    color: #565a61;
    font-size: 13px
}

.any_forum_type .any_forum_sort a.active,.any_forum_type .any_forum_sort a:focus,.any_forum_type .any_forum_sort a:hover {
    color: #458ad1;
    text-decoration: none
}

.any_forum_tabs {
    margin: 10px 0;
	padding-bottom: 7px;
    border: none;
    border-bottom: 1px solid #eee
}

.any_forum_tabs>li>a {
    margin: 0 48px 0 0;
    padding: 0 0 4px;
    color: #565a61;
    background-color: transparent;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid transparent
}

.any_forum_tabs>li.active>a,.any_forum_tabs>li.active>a:focus,.any_forum_tabs>li.active>a:hover,.any_forum_tabs>li>a:focus,.any_forum_tabs>li>a:hover {
    color: #4c5157;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
	padding-bottom: 10px;
    border-bottom-color: #458ad1
}

.any_pagebox {
	border-top: 1px #e9ecef solid;
	padding-top: 30px;
    text-align: center;
    clear: both
}

.any_pagebox .pagination li {
    display: inline-block;
    margin: 0 2px
}

.any_pagebox .pagination a {
    font-size: 14px;
    border: none;
	background: aliceblue;
    border-radius: 0!important
}

.any_pagebox .pagination a:hover {
    color: #fff;
    background: #458ad1
}

.any_pagebox .pagination .disabled a {
    color: #9b9da2
}

.any_pagebox .pagination .disabled a:hover {
    color: #458ad1;
    background: transparent
}

.any_pagebox .pagination .active a {
    color: #fff;
    background: #458ad1;
	padding-left: 20px;
    padding-right: 20px;
}
.any_anthor {
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #ececec;
}
.any_anthor_num {
	font-size: 1rem;
	display: block;
	color: #666;
}
.any_butauthor li {
	font-size: 14px;
	width: 23.3%;
	display: inline-block;
	text-align: center;
}
.any_butauthor li a{
	font-size: 14px;
}
.any_butauthor {
	color: #999;
	clear: both;
	padding-top: 10px;
	line-height: 1.7rem;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	border-top: 0;
}

.any_modlist{
	text-align: center;
	justify-content: center;
}
.any_modlist img{
	height:4rem;
	width:4rem;
	margin-bottom:10px;
	border: 3px solid #fff;
	box-shadow: 1px 1px 7px #777;	
}

.any_topauthor{
	padding: 10px;
	display: flex;
	text-align: left;
}

.any_topauthor .left{
	flex: 3;
}
.any_topauthor .right{
	flex: 5;
}

.any_topauthor img{
	width: 85%;
	border-radius: 100%;
	float: left;
	border: 2px solid #fff;
	box-shadow: 1px 1px 7px #999;	
}
.any_mx_mod{
	padding-right:1.5rem;
}
.any_mx_mod:last-child{
	padding-right:0;
}

.any_thread_like {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}

.any_thread_like p {
  width: 100px;
  height: 25px;
  background: #16499d;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
}

.any_card p {
  width: 150px;
  height: 25px;
  background: #ff5722;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
}

.any_thread_like ul {
  overflow: hidden;
  margin: 30px 0 20px;
}

.any_thread_like ul li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  position: relative
}

.any_thread_like ul a {
  display: block;
  margin: 0 30px;
}

.any_thread_like ul li i {
  width: 120px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-right: 12px;
  border-radius: 2px;
}

.any_thread_like ul li img {
  width: 100%;
  min-height: 100%;
  transition: .5s;
  float: left;
}

.any_thread_like ul li h2 {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  line-height: 20px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.any_thread_like ul li span {
  font-size: 12px;
  color: #ccc;
  position: absolute;
  display: block;
  left: 130px;
  bottom: 0;
}

.any_thread_like ul li:hover h2 {
  color: #16499d;
}

.any_thread_like ul li:hover img {
  transform: scale(1.1);
}

.post_delete, .post_update{
	border: 1px #eee solid;
    padding: 3px 10px;
    border-radius: 15px;
    background: #f3f3f3;
}






@media screen and (max-width:1200px) {
	.any_index_grid_4 li {
		width: 33.33%;
	}
	.any_mx_mod{
		padding-right:.6rem;
	}
	.any_modlist img{
		height:3.5rem;
		width:3.5rem;
	}
	.any_thread_like ul li {
	  width: 100%;
	}

}




.any_floor {
    padding-top: 24px
}

.any_posts .any_post_left {
    float: left;
    opacity: .5;
    font-size: 14px;
    color: #000
}

.any_posts .any_post_left>div {
    float: left
}

.any_posts .any_post_footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin-top: 14px
}

.any_posts .any_post_footer .any_support>img {
    width: 22px;
    height: 19px;
    position: relative;
    top: -3px;
    margin-right: 5px
}

.any_posts .any_post_footer .any_support>span {
    opacity: .4;
    margin-right: 6px
}

.any_posts .any_support {
    cursor: pointer
}

.any_posts .any_reply {
    margin-right: 22px;
    cursor: pointer
}

.any_posts .any_reply>img {
    width: 22px;
    height: 19px;
    margin-right: 5px
}

.any_posts .any_reply>span {
    opacity: .4
}

.any_floor .any_sub_floor {
    margin-left: 50px;
    margin-bottom: 26px;
    background: rgba(0,0,0,.04);
    border-radius: 10px
}

.any_floor .any_sub_floor .any_sub_box {
    padding: 0 20px 5px
}

.any_floor .any_sub_floor .any_sub_box:first-child {
    padding-top: 20px
}


.any_floor .any_sub_floor_load {
    color: rgba(0,0,0,.4);
    margin-left: 20px;
    font-size: 14px;
    display: flex;
    justify-items: center;
    align-items: center;
    padding-bottom: 20px;
    cursor: pointer
}

.any_floor .any_sub_item {
    padding-left: 40px
}

.any_floor .any_sub_msg {
    opacity: .7;
    color: #000;
    font-size: 15px;
    line-height: 30px
}

.any_floor .any_floor-bottomline {
    text-align: center;
    width: 100%;
    color: #9b9b9b
}

.any_floor .any_floor-load {
    display: block;
    text-align: center;
    color: #0366d6
}

.any_sub_btn .sub_footer {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000
}

.any_sub_btn .sub_footer .reply_sub {
	min-width:80px;
    margin-right: 17px;
    opacity: .5
}

.any_sub_btn .sub_footer .support_sub {
    opacity: .6;
	cursor: pointer;
    position: relative
}

.any_sub_btn .sub_footer .support_sub>img {
    width: 22px;
    height: 19px;
    position: relative;
    top: -3px;
    margin-right: 5px
}

.any_sub_btn .sub_footer .support_sub>span {
    margin-right: 6px
}

.any_sub_btn .common_reply {
    opacity: .4;
    cursor: pointer;
    margin-right: 17px
}

.any_sub_btn .common_reply>img {
    width: 22px;
    height: 19px;
    margin-right: 5px
}

.any_sub_content .readmore{
    font-size: 15px;
    line-height: 30px;
	cursor: pointer;
	display: inline;
}
.any_color_red{
	color: #ff594a;
}
.any_red{
	color: #ff594a;
	position: absolute;
	bottom: 0px;
	right: 10px;	
}
.any_hide{
	max-height: unset;
	position: relative;
	padding-right: 60px;
}
.any_show{
	max-height: 180px;
	overflow: hidden;
	position: relative;
	padding-right: 60px;
}




.any_floor_say {
    clear: both
}

.any_floor_say .test_box {
    display: none;
    width: 100%;
    min-height: 82px;
    max-height: 112px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    outline: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: inset 0 0 1px 0 rgba(0,0,0,.15)
}

.any_floor_say .detail-btn {
    float: right;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    background: rgba(255,89,74,.3);
    border-radius: 18px;
    color: #fff
}


.any_floor_say .detailNoActive {
    cursor: not-allowed
}
.any_floor_say .detailActive {
    background: #ff594a!important;
    cursor: pointer!important;
}

.any_floor_say .any_saybox {
    margin-top: 10px
}

.any_floor_say .any_saytext {
    position: relative
}

.any_floor_say .any_saytext>span {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute
}

.any_floor_say .any_saytext .bot {
    border-color: transparent transparent rgba(0,0,0,.1);
    border-style: solid dashed dashed;
    border-width: 9px;
    top: -18px
}

.any_floor_say .any_saytext .top {
    border-color: transparent transparent #fff;
    border-style: solid dashed dashed;
    border-width: 9px;
    top: -16px
}

.any_floor_say textarea {
    width: 100%;
    border-radius: 10px;
    overflow: auto
}

.any_floor_say .any_sayinput, .any_floor_say .any2_sayinput {
	padding: 15px 20px;
	height: 58px;
	font-size: 14px;
    resize: none
}

.any_floor_say .clear {
    clear: both
}



.any_topauthor .names {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.any_topauthor .talk {
	font-size: 14px;
	padding: 5px;
	display: block;
	padding-top: 10px;
}
.any_topauthor .intag {
	padding: 4px 6px;
	background: #0090ce;
	color: #fff;
	font-size: 15px;
	margin-right: 3px;
	display:inline;
}
.any_topauthor .user_level{
    color: #24c32a;
    font-size: 12px;
    font-weight: 700;	
}

.any_thread_top{
	display:flex;
	padding:0;
	margin:0;
}

.any_thread_top li{
	float:left;
	width:25%;
	padding-right:3px;
}
.any_thread_top li:last-child{
	padding-right: 0;
}
.any_thread_top li a{
	width: 100%;
}
.any_thread_top .btn-anyside{
	padding: 6px 0;
}

.m_nav .ul li .dropdown_menu a:last-child {
  border: none;
}

@media screen and (min-width:992px) {
	.hot_post {
		width: 225px;
	}
}

@media screen and (min-width:1200px) {
	.hot_post {
		width: 270px;
	}
}
@media screen and (max-width:1200px) {
	.any_topauthor .intag{
		display:none;
	}
}

@media screen and (min-width: 1408px) {
	.hot_post {
		width: 320px;
	}
}	


.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}

.haya-favoriter {
  position: relative;
}

.haya-favorite-show-users {
  position: absolute;
  top: 5px;
  z-index: 100;
  width: 100%;
}

.haya-favorite-show-users .haya-favorite-users {
  max-height: 250px;
  overflow-y: auto;
}

.js-haya-likes,
.js-haya-favorite,
.js-haya-favorite-tip,
.input-group-text {
  border-right: 0
}

.haya-favorite-users ul {
  margin: 0;
  padding: 0 10px;
}

.haya-favorite-users ul li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  line-height: 25px;
}

.haya-favorite-users ul li:last-child {
  border-bottom: 0;
}

.haya-favorite-users ul li span a:first-child {
  font-size: 14px;
}

.haya-favorite-users ul li span:last-child {
  float: right;
}

#plugin_ajax,
#posts_ajax {
  padding: 20px 0;
}

.k_postlist_author {
  height: 45px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
}

.k_postlist_right {
  padding: 10px 0;
}

.k_postlist_medal {
  padding-top: 2px;
  width: calc(100% - 325px);
}

.k_postlist_medal img {
  max-height: 30px;
  margin: 0 3px;
}

.k_fix {
  word-break: normal;
  padding: 10px;
}

.message>.fieldset {
  margin-top: 50px;
}

.message>.fieldset img {
  max-width: 500px;
  _width: expression(this.width > 500 ? 500 :true);
  border: 0;
  padding: 2.5%;
  margin-bottom: 0;
}

.attachlist,
.attachlist ul {
  padding: 0;
  margin-bottom: 0;
}

.attachlist li {
  list-style-type: none;
  font-size: 15px;
  margin-bottom: 18px;
}

.attachlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.attachlist li .haya-post-attach-lite-info {
  display: inline-block;
  position: relative;
  max-width: 75%;
  cursor: pointer;
  transition: all 0.5s linear;
  overflow: hidden;
}

.attachlist li .haya-post-attach-lite-info img {
  transition: all 0.5s;
  width: 100%;
}

.attachlist li .haya-post-attach-lite-info img:hover {
  transform: scale(1.05);
}

.medalde td {
  vertical-align: middle;
}

.medalde img {
  max-height: 36px;
}

.medalde .minfont {
  font-size: 0.9rem;
}

.box-botoom ul {
  list-style: none;
  padding: 0 0 20px 20px;
  margin: auto;
  flex-wrap: wrap
}

.box-botoom ul li {
  width: 100px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  line-height: 32px;
  background: #f5f6f7;
  margin: 0 5.5px 8px 0;
  color: #3d3d3d;
  float: left;
}

.box-active {
  color: #fd0a21 !important;
  background: #eff4e2 !important;

}

.box-album {
  margin: auto;
}

.box-album ul {
  list-style: none;
  padding: 0;
  margin: auto;
  flex-wrap: wrap
}

.box-album ul li {
  text-align: center;
  cursor: pointer;
  line-height: 90px;
  background: #f5f6f7;
  margin: 0 5px 5px 0;
  float: left;
  position: relative;
  height:90px;
}

.box-album ul li span {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  color: red;
  line-height: 20px;
  opacity: .6
}

.box-album ul li img {
  max-width: 200px;
  height: 90px;
}

.album-active {
  opacity: .5;
  box-shadow: 0px 0px 3px 3px #000;
}

.kmtd {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

/* 全局默认 */
a:link,
a:visited,
a:hover {
  text-decoration: none
}

a:hover {
  /* color: #458ad1; */
}

#tag:after,
#tagPush:after,
#taghot ul:after,
#other ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}


/* 主题标签 */
#tag {
  border-radius: 5px;
  list-style-type: none;
}

#tag>li {
  float: left;
  border: 1px solid #e5e9ef;
  border-radius: 15px;
  margin: 0 10px 0 0;
  padding: 1px 8px 0 5px;
  font-size: 12px;
  color: #555;
  display: block;
}

#tag>li:hover {
  border: 1px solid #1f4977;
}

#tag>li:hover>a {
  color: #1f4977;
}

#tag>li>a {
  font-size: 12px;
  color: #555;
  display: block;
}

#tag>li>a>i {
  padding: 0 3px
}

#tag .tagbar {
  border: 1px solid #1f4977;
  background: #1f4977;
  color: #fff;
}

#tag .tagbar a {
  color: #fff;
}

#tag .tagbar:hover a {
  color: #ccc;
}

#tag .editbtn {
  border: 1px solid #f1c84c;
  background: #f1c84c;
  color: #212529;
}

#tag .editbtn a {
  color: #212529;
}

#tag .editbtn:hover a {
  color: #666;
}


.tag_analyse {
  display: none;
}

.tagsearch,
.tagadd {
  max-width: 60px;
  padding: 0;
}

.user-create {
  width: 48%;
  float: left;
}

.avatar-b {
  float: left;
  width: 65px;
  height: 65px;
}

.avatar-b a,
.avatar-user a {
  color: #5188a6;
}

.avatar-b img {
  border-radius: 65px;
  width: 65px;
  height: 65px;
}

.avatar-user {
  float: left;
}

.avatar-user .username {
  font-size: 16px;
}

.user-create {
  width: 48%;
  float: left
}

.user-login {
  width: 48%;
  margin-left: 4%;
  float: left
}


.content #swiper1,
.mobcontent #swiper1 {
  width: 100%;
  height: 100%;
}

.content #swiper1 .swiper-slide,
.mobcontent #swiper1 .swiper-slide {
  width: 100%;
  height: 100%;
}

.content #swiper1 .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 350px;
}

.mobcontent #swiper1 .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 210px;
}

.content #swiper1 .swiper-slide .pic p span,
.mobcontent #swiper1 .swiper-slide .pic p span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content #swiper1 .swiper-slide .pic p {
  position: absolute;
  display: fixed;
  bottom: -16px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  background: #000;
  line-height: 40px;
  color: #fff;
  opacity: 0.7;
  text-indent: 0.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 75px 0 0;
}

.mobcontent #swiper1 .swiper-slide .pic p {
  position: absolute;
  display: fixed;
  bottom: -16px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  color: #fff;
  opacity: 0.9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  text-align: center;
  font-size: 1.5rem;
}

.mobcontent .swiper-pagination-bullets {
  margin-top: 20px;
  bottom: 0;
  position: relative;
}

.mobcontent #swiper1 #pagination1 .swiper-pagination-bullet {
  margin: auto;
  background: #949494;
  width: 12px;
  height: 12px;
  margin: 2px;
}

.content #swiper1 #pagination1 .swiper-pagination-bullet {
  background: #fff;
  opacity: .6;
  width: 6px;
  height: 6px;
  margin: 2px;
  float: right;
}

.post:last-child {
  border-bottom: 0;
}

.content #swiper1 #pagination1 .swiper-pagination-bullet-active,
.mobcontent #swiper1 #pagination1 .swiper-pagination-bullet-active {
  background: #f8485e;
}

.kennel_index {
  display: flex;
  flex-wrap: wrap;
  background: #fdfdfd;
}

.downinfo a {
  color: rgba(0, 0, 0, 0.4);
}

.downinfo {
  color: rgba(0, 0, 0, 0.4);
}

.avatar-05 {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
}

.indexsmall {
  font-size: 90%;
}

.attach_views,
.hide_views {
  margin: 8px 0;
}

.attach_views blockquote {
  display: block;
  padding: 16px;
  margin: 0;
  border-left: 8px solid #dddfe4;
  background: #eef0f4;
  overflow: auto;
}

.attach_views blockquote p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  font-weight: 400;
  margin-bottom: 0;
}

.message .post_at {
  color: #eb7350;
}

.blockcode {
  padding: 10px 15px 10px 40px;
  color: #666;
  border: 1px solid #CCC;
  overflow: hidden;
  margin: 10px 0;
  background: #f7f7f7 url('/kennel/images/codebg.png') repeat-y -3px 0;
  zoom: 1;
}

.blockcode ol {
  margin: 0 0 0 10px !important;
  padding: 0 !important;
}

.blockcode ol li {
  padding-left: 10px;
  list-style-type: decimal-leading-zero;
  font-family: Monaco, Consolas, 'Courier New', 'Lucida Console', serif;
  font-size: 12px;
  line-height: 1.5em;
}

.kennel_vod {
  margin: 20px 0;
  max-height: 360px;
  max-width: 640px;
  display: flex;
}

.message .k_message {
  border-bottom: 0.04rem dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 3px;
  line-height: 35px;
}


.yb_forhy {
  height: 50px;
  line-height: 50px;
  margin: 10px auto 20px auto;
  background: #fdfdfd;
}

.chart {
  font-size: 1rem;
  padding: 0 15px;
  color: #999;
}

.chart em {
  color: #333;
}

em,
i {
  font-style: normal;
}

.pipe {
  margin: 0 8px;
  color: #ddd;
}

.index-tab {
  width: 100%;
}

.c-tabNav {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}

.forum_item,
.forum_item_r {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.is-active {
  display: block;
}

.index_wrap .is-active {
  border-bottom: 1px solid #059dfb;
}



.forum_item,
.forum_item_r {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.forum_item li,
.forum_item_r li {
  padding-top: 4px;
  height: 70px;
  border-bottom: 1px solid #ECECEC;
}

.left_album {
  width: 130px;
  height: 65px;
}

.left_album img {
  width: 120px;
  height: 60px;
  opacity: 1;
  transition: all 0.5s;
}



.forum_item .anthor,
.forum_item_r .anthor {
  color: #bbb;
}

.c-selectItem {
  width: 100%;
}

.c-selectItem:hover .o-selectItemTitle {
  color: #059dfb;
}

.c-selectItem:hover .left_album img {
  opacity: .6
}

.c-selectItem__title {
  vertical-align: middle;
  color: #111;
  line-height: 22px;
  padding-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.c-selectItem__title :hover {
  color: #059dfb;
}

.o-selectItemTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.o-selectItemTitle .num {
  display: inline-block;
  width: 22px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 2px;
  color: #fff !important;
}

@media screen and (max-width: 1408px) {

  .forum_item li,
  .forum_item_r li {
    height: 58px;
    line-height: 37px;
  }

  .left_album {
    width: 100px;
    height: 52px;
  }

  .left_album img {
    width: 90px;
    height: 48px;
  }

  .c-selectItem__title {}

  .content #swiper1 .swiper-slide .pic img {
    max-height: 291px;
  }
}


@media screen and (max-width: 992px) {
  .new_thread {
    padding: 0;
    margin-top: 1rem;
  }

  .forum_item li,
  .forum_item_r li {
    height: 70px;
  }

  .left_album {
    width: 120px;
    height: 65px;
  }

  .left_album img {
    width: 110px;
    height: 60px;
  }

  .c-selectItem__title {}

  .content #swiper1 .swiper-slide .pic img {
    max-height: 500px;
  }
}



.index_wrap>li.is-active:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #059dfb;
  border-top: none;
}

.index_wrap {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-tabNav--fixWidth .index_wrap>li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_wrap>li.is-active {
  line-height: 50px;
  padding-bottom: 1px;
  font-weight: 700;
}

.index_wrap>li {
  position: relative;
  font-size: 1.1rem;
  margin: 0;
  padding: 0 2rem;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.l-cols__4 {
  width: 33.33333%;
}

[class^="l-cols__"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.l-any_menu_clickThumb {
  background-size: cover;
}

.l-any_menu_clickThumb {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/kennel/images/nopic.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

.c-selectItem__remark {
  display: table-cell;
  vertical-align: middle;
  width: 85px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.channel {
  margin: 30px 0;
}

.channel__header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  height: 35px;
}

.channel__header::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.channel__header .channel__header_title {
  display: ruby-text-container;
  border-left: 8px solid #dddfe4;
  font-size: 21px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  padding-left: 6px;
}

.channel__header .channel__header_more {
  font-size: 14px;
  color: #9B9B9B;
  line-height: 20px;
}

.channel__articles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.channel__articles .channel__articles_items {
  width: 32.8%;
  opacity: 1;
  transition: all 0.5s;
  background: #f6f6f6;
}

.channel__articles .channel__articles_items .item_image {
  margin-bottom: 10px;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.channel__articles .channel__articles_items .item_title {
  overflow: hidden;
  width: 100%;
  height: 44px;
  font-size: 1rem;
  color: #333333;
  padding: 0 10px;
  margin-bottom: 20px;
}

.channel__articles .channel__articles_items:hover {
  opacity: .7;
}

.channel__articles_items:hover .item_title {
  color: #059dfb;
}

.kennel_fix {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

.group_mod {
  padding: 10px 14px;
  width: 100%;
  background: #fafafa;
  overflow: hidden;
  BORDER: 1px solid #E9E9E9;
}

.group_mod .group-btn-bd {
  margin: -10px 0 0 -10px;
}

.group_mod .reply,
.group_mod .record,
.group_mod .post {
  background: url('kennel/images/post.png') no-repeat 50%;
}

.group_mod a,
.group_mod a:visited {
  float: left;
  width: 60px;
  height: 40px;
  color: rgb(102, 102, 102);
  text-align: center;
  margin: 10px 0px 0px 10px;
  padding: 23px 4px 2px;
  font: 400 14px/20px 微軟正黑體, SimHei;
  background: rgb(255, 255, 255);
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-radius: 2px;
  text-decoration: none;
}

.hide_views blockquote {
  display: block;
  padding: 10px 16px;
  margin: 0;
  border-left: 8px solid #8BC34A;
  background: #ebfdec;
  overflow: auto;
}

.hide_views blockquote p {
  font-size: 14px;
  line-height: 22px;
  color: #418f44;
  font-weight: 400;
  margin-bottom: 0;
}

.other>span {
  line-height: 34px;
  font-size: 14px;
  color: #333;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
}

.other>span font {
  display: inline-block;
  background: #fdfdfd;
  position: relative;
  padding: 0 20px;
  top: 17px;
  color: #868e96;
}

.other>ul {
  width: 250px;
  margin: 25px auto;
  list-style: none;
}

.other>ul>li {
  float: left;
  margin: 0 15px;
}

.other>ul>li>a {
  border-radius: 50%;
  border: 1px solid #bbb;
  display: block;
  width: 52px;
  height: 52px;
  opacity: 1;
  transition: all 0.3s linear;
}

.other>ul>li>a:hover {
  border: 1px solid #47769b;
  opacity: .6;
}

.other>ul>li.wChart>a {
  background: url(../images/wx.png) no-repeat 50%;
  background-size: 65%;
  background-color: #f7ffff;
}

.other>ul>li.sina>a {
  background: url(../images/sina.png) no-repeat 50%;
  background-size: 65%;
  background-color: #f7ffff;
}

.other>ul>li.qqInfo>a {
  background: url(../images/qq.png) no-repeat 50%;
  background-size: 65%;
  background-color: #f7ffff;
}

.new-buyStep {
  margin: 0 auto;
  height: 80px;
  padding-bottom: 20px;
}

.new-buyStep ul {
  margin: 45px auto;
  list-style: none;
  padding: 0
}

.new-buyStep ul li {
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
}

.new-buyStep ul li:before {
  content: '';
  display: block;
  background: #FF9800;
  width: 100%;
  height: 3px;
}

.new-buyStep ul li font {
  font-family: auto;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FF9800;
  color: #fff;
  text-align: center;
  line-height: 28px;
}

.new-buyStep ul li p {
  padding: 5px;
  background: #f6f6f6;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -22px);
}

.new-buyStep ul li span {
  position: relative;
  top: 16px;
  color: #FF9800;
  font-size: 14px;
}

.new-buyStep ul li.on span {
  color: #666;
}

.new-buyStep ul li.on font {
  color: #666;
}

.new-buyStep ul li.on:before,
.new-buyStep ul li.on font {
  background: #ccc;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

i,
em {
  font-style: normal;
}

/*------主体------*/
.mbheader {
  width: 100%;
  height: 3.6rem;
  color: #fff;
  background: linear-gradient(90deg, #4c8cd2, #31649b);
  background: -webkit-linear-gradient(left, #4c8cd2, #31649b);
  padding: 0 7.5rem 0 3.5rem;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
}

.mbheader .logo {
  width: 100%;
  line-height: 3.6rem;
  font-size: 1.2rem;
  /* text-align: center; */
  position: relative;
}

/*------返回按钮------*/
.mbheader .mbheader-return {
  width: 2.6rem;
  height: 3.6rem;
  background: url(../images/return.svg) no-repeat center;
  background-size: 2rem auto;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 1000;
  left: .5rem;
  top: 0;
}

.mbheader .mbheader-return a {
  width: 100%;
  height: 100%;
  display: block;
}

/*------添加按钮------*/
.mbheader .mbheader-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.mbheader .mbheader-btn a {
  color: #fff;
}

/*------搜索------*/
.search_box {
  width: 100%;
  height: 2.4rem;
  background: url(../images/shop/icon_search.svg) no-repeat 1rem .5rem;
  background-size: 1.4rem auto;
  background-color: #e3f0ff;
  border-radius: 1.2rem;
  position: relative;
  margin-top: .6rem;
  padding: 0 2.8rem 0 3.4rem;
}

.search_box input {
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  color: #333;
  border: none;
  background: none;
  outline: none;
}

.search_box .clear-keyword {
  width: 2rem;
  height: 2rem;
  background: url(../images/shop/icon_clear.svg) no-repeat center;
  background-size: 1.6rem;
  display: block;
  position: absolute;
  right: .3rem;
  top: .3rem;
  display: none;
}

/*------右上解图标------*/
.mbheader-login {
  display: block;
  position: relative;
  margin: 0.7rem;
  font-size: 1.3rem;
  border: 2px solid #d5e9ff;
  border-radius: 1.5rem;
  background: rgba(163, 200, 255, 0.3);
  padding: 0 .6rem
}

.mbheader-myface {
  max-width: 7rem;
  display: block;
  position: relative;
  margin: 0.7rem 0.3rem;
  padding: .2rem .3rem 0.3rem .3rem;
  border: 2px solid #d5e9ff;
  border-radius: 1.5rem;
  background: rgba(163, 200, 255, 0.3);
}

.mbheader-myface div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden
}

.mbheader-myface i {
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.5rem;
  font-size: .6rem;
  color: #fff;
  text-align: center;
  background: #c6303e;
  border-radius: 50%;
  position: absolute;
  right: 0rem;
  top: -.5rem;
}

.navbar-toggler-icon {
  margin: 0.4rem 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/******产品筛选******/
/*------主体------*/
.sort {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 3.6rem;
  z-index: 999;
  padding: 0 5rem 0 0;
  box-shadow: 0rem 0.2rem 0.4rem rgba(0, 0, 0, .1);
  transition: all 0.3s linear;
  overflow: hidden;
}

/*------筛选------*/
.sort-bar {
  padding: 0px;
  width: 100%;
  height: 3.4rem;
  overflow: hidden;
  margin: 0;
}

.sort-bar::-webkit-scrollbar {
  display: none;
}

.sort-bar ul {
  padding: 0px;
  white-space: nowrap;
  vertical-align: top;
  width: 100%;
  height: 3.4rem;
  margin: 0px;
  overflow-x: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.sort-bar li {
  display: inline-block;
  width: auto;
  line-height: 3.4rem;
  font-size: 1.2rem;
  color: #555;
  text-align: center;
  position: relative;
  padding: 0 1.2rem 0 0
}

.sort-bar li:first-child {
  padding-left: 1.5rem;
}

.sort-bar li span {
  height: 3.4rem;
  display: inline-block;
  vertical-align: top;
}

.sort-bar li i {
  width: .2rem;
  position: relative;
}

.sort-bar li.active a {
  color: #46a9fd;
}

/*------分类------*/
.sort-catalog {
  width: 3.4rem;
  height: 3.4rem;
  border-left: #f4f4f4 .1rem solid;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fbfbfb;
}

.sort-catalog a {
  width: 100%;
  line-height: 3.4rem;
  font-size: 1.1rem;
  text-align: center;
  color: #333;
  display: block;
}

.mobcontainer {
  width: 100%;
  padding: 3.6rem 0 0 0;
}

/******产品筛选下拉框******/
/*------主体------*/
.sort-box {
  width: 100%;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 7.2rem;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.sort-box ul {
  display: auto;
  display: inline;
}

.sort-box li {
  float: left;
}

.open .sort-box {
  display: block;
}

/*------选项------*/
.sort-option {
  width: 100%;
  background: #fff;
  border-top: #eee 1px solid;
  border-bottom: #eee 1px solid;
  overflow: hidden;
  padding: 0 0 0 1.6rem;
}

.sort-option li {
  width: 100%;
  height: 3.4rem;
  line-height: 3.4rem;
  text-align: left;
  border-bottom: #eee 1px solid;
  position: relative;
}

.sort-option li:last-child {
  border-bottom: none;
}

/*------选择框------*/

.sort-option li.active:after {
  width: 2rem;
  height: 2rem;
  content: '';
  background: url(../images/icon_check.svg) no-repeat center;
  background-size: 1.1rem auto;
  position: absolute;
  right: 1rem;
  top: .7rem;
  left: auto;
}

/******弹出框******/
/*------主体------*/
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  overflow: hidden;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 9999;
  transition: all 0.3s linear;
}

.popup .popup-box {
  width: 80%;
  background: #fff;
  border-radius: .5rem;
  box-shadow: #555 0 0 1rem;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50%;
}


/******底部固定导航******/
/*------主体------*/
.mobnav {
  width: 100%;
  height: 3.6rem;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  box-shadow: 0rem -0.3rem 0.4rem rgba(185, 196, 213, .4);
}

.mobnav li {
  width: 19.99999%;
  float: left;
  position: relative;
}

.mobnav li a {
  display: block;
}

.mobnav li i {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin: 0 auto;
}

.mobnav li span {
  font-size: .9rem;
  color: #333;
  text-align: center;
  display: block;
  font-weight: 700
}

/*------左右小图标------*/
.mobnav li .mobnav-bbs,
.mobnav li .mobnav-task,
.mobnav li .mobnav-school,
.mobnav li .mobnav-download {
  padding: .5rem 0 0 0;
  margin: 0 auto;
}

.mobnav li .mobnav-bbs i {
  background: url(../images/mybbs.svg) no-repeat center;
  background-size: 1.3rem auto;
}

.mobnav li .mobnav-task i {
  background: url(../images/task.svg) no-repeat center;
  background-size: 1.4rem auto;
}

.mobnav li .mobnav-school i {
  background: url(../images/school.svg) no-repeat center;
  background-size: 1.4rem auto;
}

.mobnav li .mobnav-download i {
  background: url(../images/download.svg) no-repeat center;
  background-size: 1.3rem auto;
}

/*------中间按钮------*/
.mobnav li .scan-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(-45deg, #7e67ff, #49a7ff);
  background: -webkit-linear-gradient(top left, #49a7ff, #7e67ff);
  box-shadow: 0 -.2rem .8rem rgba(88, 135, 251, .7);
  overflow: hidden;
  margin: 0 auto;
  margin-top: -1.2rem;
  font-size: 2.2rem;
  color: #fff;
  padding: 1rem .4rem 0 0;
}

#focus {
  position: absolute;
}

#focus .preNext {
  width: 45px;
  height: 100px;
  position: fixed;
  top: 50%;
  background: url(../images/sprite.png) no-repeat 0 0;
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.3s linear;
}

#focus .pre {
  left: .2rem;
}

#focus .next {
  right: .2rem;
  background-position: right top;
}

#focus .preNext:hover {
  opacity: .6;
}

.mobpost {
  width: 100%;
  padding: 1.2rem 0;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}

.postimg {
  width: 32%;
  padding-bottom: 20%;
  float: left;
  display: inline;
  overflow: hidden;
  border: 2px solid #d8d8d8;
  border-radius: .3rem;
  background-size: cover;
  background-position: center center;
}

.postimg img {
  width: 100%;
  min-height: 125px;
}

.postcon {
  width: 65%;
  float: right;
  display: inline;
}

.postcon p {
  font-size: 1.2rem;
  margin: 0 0 10px;
  height: 3.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.postcon p span {
  width: 100%;
  height: 3.6rem;
  vertical-align: middle;
  display: table-cell;
}

.postcon p a {
  display: inline-block;
  color: #555;
  font-weight: 700;
}

.infocate {
  margin: 0 20px 0 0;
  font-size: .8rem;
  color: #999;
  font-weight: 700;
}

.infocate a {
  color: #999;
}

.infodate {
  font-size: .8rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 110px;
}

#read_more {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #bbb;
  text-align: center;
  margin: 1rem 0;
}

#read_more .icon-spin {
  display: inline-block;
}

table.nav_tag_list {
  margin-bottom: 0.2rem;
}

table.nav_tag_list td {
  padding: 0.3rem;
  font-size: .9rem;
}

table.nav_tag_list td a {
  margin-right: 0.2rem;
}

.nav_tag_list .active {
  font-weight: 700
}

.tag_option {
  border: 1px solid #CAD9EA;
  padding: 2px 8px;
  border-radius: 8px;
  text-decoration: none;
  font-size: .9rem;
}

.tag_option:active,
.tag_option.active {
  background: #93abb6;
  color: #fff;
  text-decoration: none;
}

.divbar {
  height: 2.4rem;
  background: url('../images/index/title_bar.gif');
}

.divbar .title {
  background: #fdfdfd;
  font-size: 1.1rem;
  text-decoration: none;
  color: #707070;
  font-weight: 700;
  letter-spacing: .2rem;
  border-left: 8px solid #dddfe4;
  padding-left: .5rem;
  line-height: 1.8rem;
}

.kenneldiv {
  padding: 0 2.5rem 0 0;
  margin: 1rem 0 2rem 0;
}

.kenneldiv:nth-child(3n) {
  padding: 0;
}

.divbar .z {
  text-align: left;
}

.divbar .y {
  line-height: .6rem;
}

.divbar .z a {
  text-decoration: none;
}

.line10 {
  height: 10px;
}

.line20 {
  height: 20px;
}

.formulist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.formulist li {
  display: inline;
}

/*.formulist li a{ float:left; width:150px; margin-left:5px;  margin-right:5px; font-size: 16px; color:#333; text-decoration:none; line-height: 22px;}*/
.formulist li a {
  display: block;
  font-size: 1.3em;
  float: left;
  width: 50%;
  text-decoration: none;
  line-height: 3.2rem;
  border-bottom: .06rem solid #ddd;
  height: 2.8rem;
}

.formulist .limit a {
  width: 100%;
}

@media screen and (min-width:1408px) {

  .container,
  #footer>.container {
    max-width: 1344px;
    width: 1344px;
  }

  #header>.container {
    max-width: none;
  }

  html {
    font-size: 16px;
  }
}

@media screen and (max-width:1408px) {
  .minhide {
    display: none;
  }
}

.loader-container {
  width: 100%;
}

.loader {
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: loader4Animation 1s linear infinite;
}

@keyframes loader4Animation {
  0% {
    background-color: rgba(0,0,0, 1);
    box-shadow: 15px 0px 0px 0px rgba(0,0,0, 0.67),
      30px 0px 0px 0px rgba(0,0,0, 0.33);
  }
  17% {
    background-color: rgba(0,0,0, 0.67);
    box-shadow: 15px 0px 0px 0px rgba(0,0,0, 1),
      30px 0px 0px 0px rgba(0,0,0, 0.67);
  }
  33% {
    background-color: rgba(0,0,0, 0.33);
    box-shadow: 15px 0px 0px 0px rgba(0,0,0, 0.67),
      30px 0px 0px 0px rgba(0,0,0, 1);
  }
  50% {
    background-color: rgba(0,0,0, 0);
    box-shadow: 15px 0px 0px 0px rgba(0,0,0, 0.33),
      30px 0px 0px 0px rgba(0,0,0, 0.67);
  }
  67% {
    background-color: rgba(0,0,0, 0.33);
    box-shadow: 15px 0px 0px 0px rgba(0,0,0, 0),
      30px 0px 0px 0px rgba(0,0,0, 0.33);
  }
  83% {
    background-color: rgba(0,0,0, 0.67);
    box-shadow: 15px 0px 0px 0px rgba(0,0,0, 0.33),
      30px 0px 0px 0px rgba(0,0,0, 0);
  }
  100% {
    background-color: rgba(0,0,0, 1);
    box-shadow: 15px 0px 0px 0px rgba(0,0,0, 0.67),
      30px 0px 0px 0px rgba(0,0,0, 0.33);
  }
}

.share-component img {
    width: 180px;
}