.headcharacters{
   float:right;
   vertical-align: middle;
   font-size: 15px;}
.img{
    width: 100%;
    height: 100%;
    object-fit: cover;}
.search-box {
    display: flex;
    align-items: center;
    width: 229px;
    height: 35px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f1f1f1;
        justify-content: flex-end
;}

.search-input {
    /* flex: 1; */
    width: 129px;
    height: 100%;
    padding: 5px 10px;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 14px;}

.search-button {
  height: 100%;
  padding: 5px 10px;
  border: none;
  outline: none;
  background-color: #3892f3;
  color: #fff;
  font-size: 14px;
  cursor: pointer;}
.searchimg{

background-color: #3892f3;
padding:4px 0;}
#KSS_content img {
    height: 263px !important;
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;}
#KSS_contentClone img {
    height: 263px !important;
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;}
.KSS_btnBox{
    position: absolute;
    right: 10px;
    bottom: 44px !important;
    z-index: 100;}
.KSS_titleBar{
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgb(255 255 255) !important;
    opacity: 0.5;}
.title{
    margin: 3px 0px 0px 6px;
    padding: 0px;
    font-size: 12px;
    color: rgb(0, 0, 0) !important;
    font-family: Verdana;
    font-weight: bold;}
  /* 整个容器尺寸 */
    .swiper-container {
        width: 100%;
        height: 240px;}
  /* 分页符区域样式 */
  .c270834myswiper-pagination
  {
       position: absolute;
       -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      bottom:10px;
      right: 15px; 
      z-index: 10;
          margin:0 3px;}
  /* 分页符 */
.c270834myswiper-pagination-bullet
{
  margin: 0 3px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;}

  /* 当前分页符 */
.c270834myswiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;}
.yqlj{
    display: flex;
    /* flex-wrap: nowrap; */
    justify-content: space-around;}

