/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

html {
    background: linear-gradient(135deg, #f0f4f8, #e9ecef);
    background-size: cover;
    background-attachment: fixed;
}

body {
    width: 100%;
    max-width: 800px;
    min-height: 100vh;
    margin: 0 auto;
    line-height: 1.75;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
    border-left: 0;
    border-right: 0;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

input,
select,
button,
textarea {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 100%;
    color: inherit;
    border: 0;
    font-family: inherit;
    outline: none;
    resize: none;
}

input[type="text"] {
    -webkit-appearance: none;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.h10 {
    height: 10px;
    font-size: 0;
    line-height: 0;
    clear: both;
    background: #f5f5f5;
}

.clear {
    clear: both;
}

@media screen and (max-width:750px) {
    body {
        font-size: 14px;
        padding: 0;
        border: 0;
    }
    .h10 {
        height: 6px;
    }
}

.toplogo {
    text-align: center;
}

.toplogo img {
 width: 100%;
 height: auto;
}

.panel-box {
    width: 100%;
    background: #4a90df;
}

.panel-box .panel {
    width: 100%;
}

.panel-box .fcc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-box .nav-bar {
    height: 78px;
    gap: 0;
    padding: 0;
    box-sizing: border-box;
    background: #4a90df;
}

.panel-box .nav-bar a {
    flex: 1;
    height: 78px;
    line-height: 78px;
    text-align: center;
    color: #ffffff;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .28);
}

.panel-box .nav-bar a.on {
    color: #ffe600;
    background: transparent;
    border-color: transparent;
}

.panel-box .panel-height {
    display: none;
}

.jzdh-box {
    position: relative;
    background: url('/images/bg-jzdh.jpg') no-repeat top;
    background-size: 100% 100%;
    aspect-ratio: 750 / 370;
    height: auto;
}

.jzdh-box .inner {
    position: absolute;
    left: 53%;
    right: 20.5%;
    top: 31%;
    bottom: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.jzdh-box span {
    display: contents;
}

.jzdh-box .inner a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17%;
    height: 100%;
    flex-direction: column;
    text-align: center;
    background: url('/images/txt-jzdh-column.png') no-repeat center;
    background-size: 100% 100%;
    border: 0;
    box-shadow: none;
    color: #371b05;
    font-size: 21px;
    font-weight: bold;
    line-height: 120%;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
}

@media screen and (max-width:750px) {
    .panel-box .nav-bar {
        height: 44px;
        gap: 0;
        padding: 0;
    }

    .panel-box .nav-bar a {
        height: 44px;
        line-height: 44px;
        font-size: 17px;
    }

    .jzdh-box .inner a {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

.toplogo table {
    border: 0;
    width: 100%;
    cellspacing: 3;
    cellpadding: 3;
    background-color: #008000;
    height: 35px;
}

.toplogo table td {
    background-color: #FFFFFF;
    height: 45px;
}

.toplogo table td p {
    text-align: center;
}

.toplogo a {
    text-decoration: none;
    color: #008000;
}

.toplogo a:hover {
    color: #000080;
}

.toplogo b {
    font-weight: bold;
}

.toplogo font.color-red {
    color: #FF0000;
}

.toplogo font.color-blue {
    color: #0000FF;
}

.toplogo font.color-green {
    color: #008000;
}

.toplogo img.icon {
    width: 21px;
    height: 16px;
}

 

.nav {
    padding: 0 120px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 3px #357abd;
    background: linear-gradient(135deg, #4a90e2, #357abd);
    position: relative;
}

.nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.nav ul li {
    width: 20%;
    box-sizing: border-box;
}

.nav ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.nav ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

@media screen and (max-width:750px) {
    .nav {
        padding: 0;
        font-size: 15px;
    }
    .nav ul li a {
        display: block;
        height: 32px;
        line-height: 32px;
    }
}

.nav2 {
    width: 100%;
    max-width: 800px;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.nav2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.nav2 ul li {
    width: 20%;
    padding: 4px;
    box-sizing: border-box;
}

.nav2 ul li a {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #fff;
    border-radius: 32px;
    background: #3d73ff;
}

#nav2[data-fixed="fixed"] {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: auto;
}

@media screen and (max-width:750px) {
    .nav2 ul li {
        padding: 2px;
    }
    .nav2 ul li a {
        height: 26px;
        line-height: 26px;
        font-size: 13px;
    }
}



.tit {
    padding: 5px 1px;
    color: #ff9191;
    text-shadow: -3px -1px 0px rgb(0 0 0);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to top, #c6ccd8, #6ae0f8);
}

@media screen and (max-width:750px) {
    .tit {
        padding: 3px 5px;
        font-size:24px;
    }
}

.footer {
    text-align: center;
    padding: 10px;
}

.footer1 {
    font-weight: bold;
}

.footer2 {font-weight: bold;}


/*----------------Ã¥â€ â€¦Ã©Â¡Âµ------------*/

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(to top,  #80f5df, #448c84);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 9;
}

header .header-back {
    width: 22px;
    height: 22px;
}

header h1 {
    flex: 1;
    font-size: 20px;
}

header .header-r {
    width: 22px;
    height: 22px;
}

header img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.header-blank {
    clear: both;
    height: 50px;
}

@media screen and (max-width:750px) {
    header {
        height: 40px;
    }
    header h1 {
        font-size: 18px;
    }
    .header-blank {
        clear: both;
        height: 40px;
    }
}

.big-tit {
    padding: 15px 0;
    text-align: center;
}

.big-tit h1 {
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 20px;
}

.big-tits {
    color: #888;
    font-size: 16px;
}

.big-con {
    padding: 1px 1px;
    font-size: 14px;
}

@media screen and (max-width:750px) {
    .big-tit {
        padding: 10px 0;
    }
    .big-tit h1 {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .big-tits {
        font-size: 14px;
    }
    .big-con {
        padding: 5px 10px;
        font-size: 14px;
    }
}

.white-box {
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


    .zzhl-tit {
    }

    .zzhl-tit img {
      width: 100%;
      height: auto;
      vertical-align: top;
    }

    #tabzzhl {
	background: #f8fafc;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e3f2fd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    #tabzzhl a {
      color: #2c3e50;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    #tabzzhl a:hover {
      color: #4a90e2;
    }

    #tabzzhl .zzhlmenu {
      width: 100%;
      padding: 5px 0;
      text-align: center;
      font-weight: 600;
      font-size: 18px;
      line-height: 40px;
      background: linear-gradient(135deg, #4a90e2, #357abd);
    }

    #tabzzhl .zzhlmenu ul {
      display: flex;
      justify-content: space-between;
    }

    #tabzzhl .zzhlmenu li {
      width: calc(100% - 5px);
      box-sizing: border-box;
      background: rgba(255, 255, 255, 0.1);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    #tabzzhl .zzhlmenu li:hover {
      background: rgba(255, 255, 255, 0.2);
    }

    #tabzzhl .zzhlmenu li.hover {
      color: #fff;
    }

    #tabzzhl .zzhlmenu li.hover span {
      display: block;
    }

    #tabzzhl .zzhlmenu li.hover .zzhlam {
    background: linear-gradient(135deg, #4a90e2, #357abd);
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    font-weight: 600;
    }

    #tabzzhl .zzhlmenu li.hover .zzhlxg {
      background: linear-gradient(135deg, #4a90e2, #357abd);
    }

    #tabzzhl .zzhlmenu li.hover .zzhltw {
      background: linear-gradient(135deg, #4a90e2, #357abd);
    }

    #tabzzhl .zzhlbox {
    }

    .zzhl-list {
      font-size: 16px;
      padding: 10px;
    }

    .zzhl-list ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .zzhl-list ul li {
      width: calc(50% - 5px);
      border-bottom: solid 1px #e3f2fd;
      box-sizing: border-box;
      transition: all 0.3s ease;
    }

    .zzhl-list ul li:hover {
      background: #e3f2fd;
    }

    .zzhl-list ul li a {
      display: block;
      padding: 10px 8px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    @media screen and (max-width: 800px) {
      #tabzzhl .zzhlmenu {
        font-size: 16px;
        line-height: 36px;
      }
      #tabzzhl .zzhlmenu li {
        width: calc(100% - 3px);
      }
      .zzhl-list {
        font-size: 15px;
      }
      .zzhl-list ul li {
        width: 100%;
      }
      .zzhl-list ul li a {
        padding: 8px 5px;
      }
    }

    .zzhl-list a {
      font-size: large;
    }
/**å›¾åŒº**/

.tuzhitxt {
    background: linear-gradient(to top, #000000, #6ea765);
    color: #dedede;
    text-shadow: -3px -1px 0px rgb(0 0 0);
    font-size: 20px;
    font-weight: bold;
	text-align: center;
    }

  .tuzhi2 {
    text-align: center;
  }

  .tuzhi2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
  }

.tuzhi2 ul li {
    width: 31.5%;
    padding: 5px;
	font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid transparent;
    background: linear-gradient(to right, #3d614b, #7fd9b1);
    border-radius: 8px;
    margin: 5px;
	overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
}

  .tuzhi2 ul li img {
    width: 100%;
    height: 250px;
  }

  @media screen and (max-width: 750px) {
    .tuzhi2 ul {
      padding: 3px;
    }

    .tuzhi2 ul li {
      padding: 3px;
	  width: 30.5%;
	  font-size: 16px;
    }
  }

  @media screen and (max-width: 500px) {
    .tuzhi2 ul li img {
      height: 200px;
    }
  }

  @media screen and (max-width: 450px) {
    .tuzhi2 ul li img {
      height: 150px;
    }
  }

  @media screen and (max-width: 400px) {
    .tuzhi2 ul li img {
      height: 130px;
    }
  }

  .tuzhi2 ul li p {
    padding: 5px 0;
    background: #f5f5f5;
  }
  
/*****************************************************/







.yitable {
    background-image: url('/images/1bj.jpg');
    background-size: cover; 
    background-position: center;
    border: none;
    margin: 0;
    padding: 0px;
    text-align: inherit;
    vertical-align: top;
}
.yitable span {
    background-color: transparent;
    border-radius: 0;
    padding: 2px 3px;
    font-size: 18px;
    font-weight: bold;
    color: inherit;
    display: inline;
    line-height: normal;
}	
.yitable table {  
    font-weight: bold;
    font-size: 20px; 
    border-collapse: collapse;
    width: auto; 
    margin: auto;
    padding: 0; 
    border: 0;  
    background-color: transparent; 
}  
  
.yitable tr td {  
    border: none; 
    margin: 0; 
    padding: 3px; 
    background-color: transparent;  
    text-align: inherit;  
    vertical-align: top; 
} 
.yitable tr {
    border-bottom: 1px solid black; /* æ·»åŠ åº•éƒ¨è¾¹æ¡†çº¿ */
}
 .yitable tr td:first-child {
    color: #000000; /* é»‘è‰²å­—ä½“ */
}

.yitable tr td:nth-child(2) {
    color: #0000FF; /* è“è‰²å­—ä½“ */
	max-width: 400px;
    overflow: hidden;
}

.yitable tr td:nth-child(3) {   
    color: #a07e00; /* é»„è‰²å­—ä½“ */  
    
}

@media (max-width: 420px) {
.yitable tr td:nth-child(2) {
    color: #0000FF;
	max-width: 210px;
    overflow: hidden;
	
}
}

.scroll-material {
    width: 100%;
    margin: 0 auto;
    background: #2d1202;
    overflow: hidden;
}

.category-separator {
    width: 100%;
    line-height: 0;
    background: #2d1202;
}

.category-separator img {
    display: block;
    width: 100%;
    height: auto;
}

.scroll-material-top {
    position: relative;
    width: 100%;
    aspect-ratio: 750 / 171;
    background: url('/images/bg-jz2-t-top.jpg') no-repeat top center;
    background-size: 100% 100%;
}

.scroll-material-title {
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: 5px;
    text-align: center;
    color: #8b430e;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
}

.scroll-material-mid {
    width: 100%;
    padding: 0 5.8%;
    box-sizing: border-box;
    background: url('/images/bg-jz2-t-mid.jpg') repeat-y top center;
    background-size: 100% auto;
    overflow: hidden;
}

.scroll-material-bottom {
    width: 100%;
    aspect-ratio: 750 / 138;
    background: url('/images/bg-jz2-t-bottom.jpg') no-repeat top center;
    background-size: 100% 100%;
}

.scroll-material .category-intro {
    color: #3b1b03;
}

.santable {
    background: transparent;
}


.santable table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
	font-weight: bold;
    font-size: 21px;
    margin-top: 0px;
    word-wrap: break-word;
    word-break: normal;
    text-align: center;
    color: #2a1604;
    background: rgba(255, 255, 255, .42);
}
.santable span {
    background-color: transparent;
    border-radius: 0;
    padding: 2px 3px;
    font-size: 18px;
    font-weight: bold;
    color: inherit;
    display: inline;
    line-height: normal;
}

.santable .hit-number,
.yitable .hit-number,
.content .hit-number {
    background: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #ff0000 !important;
    display: inline !important;
    font-weight: bold;
    font-size: 20px !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    line-height: normal !important;
    text-align: inherit;
    vertical-align: baseline;
}

.scroll-material .santable .hit-number {
    background: #fff200 !important;
    background-color: #fff200 !important;
    color: #2a1604 !important;
    padding: 0 2px !important;
    font-size: inherit !important;
}

.santable th, td {
            border: 1px solid #ccc;
            padding: 7px 5px;
            word-wrap: normal;
            word-break: keep-all;
        }

.santable td:nth-child(2) {
             max-width: 300px; 
            overflow-wrap: normal;
            word-break: keep-all;
            white-space: normal;
			
        }

.scroll-material .santable td:nth-child(2) {
    max-width: none;
}

        @media (max-width: 420px) {
        .santable td:nth-child(2) {
             max-width: 210px; 
            overflow: hidden;
			font-size: 12pt;
			font-weight: bold;
        }
		.santable span {
    background: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0px 0px;
	font-size: 12pt;
    font-weight: bold;
    color: inherit;
    display: inline;
}	
        .santable .hit-number,
        .yitable .hit-number {
    font-size: 12pt !important;
}

        .scroll-material-title {
    font-size: 20px;
    bottom: 2px;
}

        .scroll-material-mid {
    padding: 0 5.8%;
}

        .scroll-material .santable table {
    font-size: 16px;
}

        .scroll-material .santable th,
        .scroll-material .santable td {
    padding: 5px 2px;
}
        }
		.content span {
            background-color: yellow;
        }
		
.santable tr td:first-child {
 
    color: #2a1604;
    width: 18%;
}

.santable tr td:nth-child(2) {
 
    color: #2a1604;
    width: 64%;
}

.santable tr td:nth-child(3) {
 
    color: #2a1604;
    width: 18%;
}	
.contentdi {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-shadow: -3px -1px 2px rgb(17 58 172);
    line-height: 10px;
    font-weight: bold;
    border: 1px solid #ffffff;
    padding: 10px;
    background-image: url('/images/3bj.jpg');
    background-size: cover; 
    background-position: center;
    border: none;
}  

.kj-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    font-size: 18px;
    font-weight: bold !important;
}

ul.option-show {
    display: block;
    width: 100%;
    max-width: 800px;
    height: 30px;
    margin: 0;
    padding: 0;
}

ul.option-show li {
    float: left;
    width: 33%;
    height: 26px;
    padding: 4px;
    box-sizing: border-box;
    list-style: none;
}

ul.option-show li a {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #000;
    background: #eee;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold !important;
}

ul.option-show li.active a {
    color: #fff;
    background: #1FB61D;
}

.kj-panel {
    padding: 5px;
}

.panel-header {
    display: flex;
}

.panel-header > div {
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
}

.panel-header .visit-show {
    flex: 1;
    text-align: center;
}

.panel-body {
    display: block;
    width: 100%;
    min-height: 80px;
}

.panel-body .item-row {
    display: block;
    margin: 0 -0.64%;
}

.panel-body .item-row::after {
    display: block;
    clear: both;
    content: "";
}

.panel-body .item-box {
    position: relative;
    float: left;
    width: 13.4%;
    min-height: 82px;
    margin: 5px 0.2%;
    text-align: center;
    background: #333;
    border-radius: 5px;
}

.panel-body .item-box.green {
    background: #1FB61D;
}

.panel-body .item-box.blue {
    background: #2389e9;
}

.panel-body .item-box.red {
    background: #e92323;
}

.panel-body .item-box h2 {
    display: block;
    margin: 5px 0;
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 2.2em;
    line-height: 30px;
    font-weight: 900;
}

.panel-body .item-box .whsx {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 90%;
    height: 32px;
    margin: 0 0 5px;
    padding: 0;
    transform: translateX(-50%);
    border-radius: 2px;
    color: #333 !important;
    background: #fff;
    line-height: 1.3em;
    font-size: 1.5em;
}

.panel-body .plus {
    position: relative;
    float: left;
    width: 3.5%;
    min-height: 70px;
    margin: 5px 0;
}

.panel-body .plus::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '+';
    transform: translate(-50%, -50%);
    font-size: 2em;
    font-weight: bold !important;
    text-shadow: 1px 1px #000 !important;
}

#ball7 {
    margin: 5px 0;
}

.panel-footer {
    position: relative;
    font-size: 1.2em;
}

.panel-footer p {
    margin: 0;
}

.panel-footer a.kj-refresh {
    position: relative;
    bottom: 2px;
    display: inline !important;
    margin-left: 4px;
    padding: 2px;
    color: #fff;
    background: #f90;
    border-radius: 4px;
    font-size: 0.7em;
}

.wx-jin { color: #fc0; }
.wx-mu { color: #3c3; }
.wx-shui { color: #39f; }
.wx-huo { color: #f00; }
.wx-tu { color: #c90; }

.history-page {
    padding-bottom: 12px;
}

.history-title {
    padding: 10px;
    text-align: center;
    color: #d40000;
    font-size: 20px;
    font-weight: 700;
}

.history-back {
    text-align: center;
    padding-bottom: 8px;
}

.history-back a {
    color: #1688f1;
    text-decoration: none;
}

.history-item {
    margin: 8px 6px;
    padding: 8px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.history-item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    color: #111;
}

.history-item-head span {
    color: #777;
    font-size: 13px;
}

.history-balls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.history-ball-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-width: 38px;
}

.history-ball {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-weight: 900;
}

.history-ball.red {
    background: #e92323;
}

.history-ball.blue {
    background: #2389e9;
}

.history-ball.green {
    background: #1FB61D;
}

.history-ball-box small {
    margin-top: 2px;
    color: #333;
    font-size: 12px;
}

.history-plus {
    font-size: 24px;
    font-weight: 900;
}

.category-intro,
.empty-state {
    padding: 10px;
    background: #fff;
    text-align: center;
    line-height: 1.6;
}

.remote-image-materials {
    background-image: url('/images/2bj.jpg');
    background-size: cover;
    background-position: center;
    padding: 8px 0;
    text-align: center;
}

.remote-image-item {
    margin: 0 auto 10px;
    max-width: 1000px;
    text-align: center;
}

.remote-image-name {
    color: #0044cc;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

.remote-image-item img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    border: 0;
}

.rich-cell {
    padding: 0 !important;
    text-align: initial !important;
}

.rich-cell table {
    margin: 0;
}

.gallery-highlight-token {
    background: #fff200;
    color: #ff2020;
    padding: 0 2px;
}

.gallery-result-text {
    color: #111;
    font-weight: 700;
}

.result-hit-text,
.result-hit-word {
    background: transparent !important;
    border-radius: 0 !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    line-height: normal !important;
    color: #00c853 !important;
    font-weight: 900;
}

.result-miss-text,
.result-miss-word {
    background: transparent !important;
    border-radius: 0 !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    line-height: normal !important;
    color: #ff0000;
    font-weight: 900;
}

.error-row {
    background-color: #adadad;
}

.refresh {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 100;
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.refresh div {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #c04be2;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .22);
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 36px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    user-select: none;
}

@media screen and (max-width: 750px) {
    .kj-container {
        font-size: 12px;
    }

    .panel-header .visit-show {
        flex: 3;
    }

    .panel-body {
        min-height: 64px;
    }

    .panel-body .item-box {
        width: 13.3%;
        min-height: 60px;
        margin: 3px 0.2%;
    }

    .panel-body .item-box h2 {
        margin: 0;
    }

    .panel-body .item-box .whsx {
        width: auto;
        min-width: 32px;
        height: 18px;
        margin-top: 6px;
        margin-bottom: 5px;
        padding: 4px;
        line-height: 1.4;
        font-size: 1.3em;
        font-weight: bold !important;
        white-space: nowrap;
    }

    ul.option-show {
        height: 24px;
    }

    ul.option-show li {
        height: 26px;
        padding: 1px;
        font-size: 1.2em;
    }

    .panel-footer {
        margin: 0;
        font-weight: bold !important;
    }

    .panel-footer p {
        position: relative;
        top: -1px;
        margin: 0;
    }

    .panel-body .plus {
        min-height: 55px;
    }

    .panel-body .plus::after {
        font-size: 2.2em;
    }

    #ball7 {
        margin: 3px 0 3px 0.8%;
    }

    .refresh {
        width: 48px;
        height: 48px;
    }

    .refresh div {
        width: 48px;
        height: 48px;
        line-height: 45px;
        font-size: 31px;
    }
}

@media screen and (max-width: 424px) {
    .panel-body .item-box .whsx {
        min-width: 30px;
        line-height: 0.9 !important;
    }
}

@media screen and (max-width: 424px) {
    .history-balls {
        gap: 2px;
    }

    .history-ball-box {
        min-width: 31px;
    }

    .history-ball {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }

    .history-ball-box small {
        font-size: 10px;
    }
}

@media screen and (max-width: 340px) {
    .kj-container {
        font-size: 11px;
    }
}
