.header {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fcfcfc;
    z-index: 10;
}

.hwp-search {
    padding: 6px 0px 24px;
    position: relative;
    margin-top: 12px;
}

.hs-input {
    height: 36px;
    border-radius: 18px;
    margin: 0 24px;
    
    position: relative;
}
.normalTheme .hs-input{
    background: #F2F2F2;
}
.hs-input input {
    outline: 0;
    border: 0;
    width: 80%;
    color: #000;
    height: 36px;
    margin-left: 24px;
    box-sizing: border-box;
    background-color: transparent;
    text-indent: 12px;
    font-size: 16px;
    -webkit-text-stroke-width: 0px;
}

.hs-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 16px;
    left: 36.5px;
    background: url(../css/img/search.png) no-repeat 50% 50%;
    background-size: 15px 15px;
}

.hs-delete {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 12px;
    background: url("img/delete.png") no-repeat 50% 50%;
    background-size: 18px 18px;
    display: none;
}

.match-question {
    display: none;
}

.no-match {
    text-align: center;
    padding-top: 50%;
}

.Stab-items,
.tab-items {
    padding-bottom: 20px;
}

.itemsQ {
    padding: 14px 0;
    margin-left: 24px;
    margin-right: 24px;
    position: relative;
    text-align: justify;
}

.itemsQ a,
.hpt-item a {
    display: block;
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    padding-right: 30px;
}

.itemsA {
    display: none;
    padding: 14px 0 14px 0;
    margin-left: 36px;
    margin-right: 16px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.75);
    text-align: justify;
    line-height: 1.3
}

.match-question .itemsQ {
    margin-left: 16px;
}

.match-question .itemsA {
    margin-left: 32px;
}

.itemsSQ {
    padding: 10px 0;
    margin-right: 16px;
    position: relative;
    text-align: justify;
}

.itemsSQ a {
    display: block;
    color: #666;
    font-size: 13px;
    color: #5593D3;
}

.hpt-item {
    padding: 14px 0;
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
}

.hpc-item {
    display: none;
}

.hpc-item .itemsQ {
    margin-left: 48px;
}

.hpc-item .itemsA {
    margin-left: 64px;
}

.hpc-item .itemsQ a {
    font-size: 13px;
}

.que-list {
    position: absolute;
    left: -20px;
    top: 17px
}

.footer {
    padding-top: 16px;
    padding-bottom: 16px;
}

.fix-bot {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.contact {
    margin-left: 24px;
    margin-right: 24px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.5;
}

.con-way {
    float: left;
    width: 46.5%;
    text-align: right;
    color: #000;
}

.con-info {
    float: left;
    margin-left: 8px;
    color: #007dff;
}

.sword,
.next {
    width: 12px;
    height: 24px;
    position: absolute;
    top: 28.5%;
    right: 0;
    background: url("img/toNext.png") no-repeat 50% 50%;
    background-size: 12px 24px;
}

.sword-ud {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 28.5%;
    right: 0;
    background: url("../images/icon/down_arr.png") no-repeat 50% 50%;
    background-size: 24px 24px;
}

.sword-act {
    transform: rotate(180deg);
}


.items-img {
    overflow: hidden;
}

.g-img {
    display: block;
    margin-bottom: 5px;
    margin-top: 8px;
    width: 75%;
    margin: 8px auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.g-img2 {
    display: block;
    margin-bottom: 5px;
    margin-top: 8px;
    width: 100%;
    margin: 8px auto;
}

.g-img3 {
    display: flex;
}

.g-img3 img {
    display: inline-block;
    width: 50%;
    height: 90vw;;
}

.trans-bj {
    width: 90%
}



.clear:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.upborder {
    border-top: 1px solid rgba(0, 0, 0, .2);
    border: 0;
    background-position: left top;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2)));
    background-repeat: repeat-x;
    -webkit-background-size: 100% 1px;
}

.downborder {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border: 0;
    background-position: left bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2)));
    background-repeat: repeat-x;
    -webkit-background-size: 100% 1px;
}

.noBottomBorder,
.tab-items div:last-child .downborder,
.tab-items .list-box:last-child,
.match-question div:last-child .downborder {
    background: none;
}

.list-box {
    display: none;
    margin: 0 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border: 0;
    background-position: left bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2)));
    background-repeat: repeat-x;
    -webkit-background-size: 100% 1px;
}

#contact-msg {
    margin-left: 16px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.4;
}

#contact-msg>span {
    color: #005bba;
}

/* table */
.tb {
    border: 1px solid #a2a2a2;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    text-align: center;
}

colgroup {
    display: table-column-group;
}

colgroup col {
    border-right: 1px solid #a2a2a2;
}

.tb tr {
    border-bottom: 1px solid #a2a2a2;
}

.tb tr:first-child,
.tb tr td[rowspan] {
    background: #dadada;
    color: #000;
    font-weight: bold;
}

.tb tr td {
    padding: 3px;
}

.keywords {
    display: none;
}

/* darkTheme */
.darkTheme .hs-icon {
    background: url(../css/img/dark_search.png) no-repeat 50% 50%;
    background-size: 15px 15px;
}

.darkTheme .hs-delete {
    background: url(../css/img/dark_delete.png) no-repeat 50% 50%;
    background-size: 18px 18px;
}

.darkTheme .hs-input {
    background: #252525;
    color: #A8A8A8;
}

.darkTheme .hs-input input {
    color: #A8A8A8;
}

.darkTheme .hs-input input::-webkit-input-placeholder {
    color: #A8A8A8;
}

.darkTheme .hs-input input::-moz-input-placeholder {
    color: #A8A8A8;
}

.darkTheme .hs-input input::-ms-input-placeholder {
    color: #A8A8A8;
}

.darkTheme .downborder {
    background-position: left bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #383838), to(#383838));
    background-repeat: repeat-x;
    -webkit-background-size: 100% 1px;
}

.darkTheme .itemsQ a {
    color: #a8a8a8;
}
.darkTheme .sword-ud {
    background: url(../images/icon/dark_down_arr.png) no-repeat 50% 50%;
    background-size: 24px 24px;
}
.darkTheme .itemsSQ a{
    color:#3f97e9;
}
.darkTheme .sword,.darkTheme .next {
    background: url(img/dark_toNext.png) no-repeat 50% 50%;
    background-size: 12px 24px;
}


.help-guide {
    padding: 0 24px;
  }

  .hg-head {
    padding-top: 6px;
    padding-bottom: 8px;
    color: #666666;
    font-weight: bold;
    font-size: 13px;
  }

  .hg-con {
    padding-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
  }

.guide-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 28px;
    min-width: 90px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 8px;
    float: left;
    margin-right: 8px;
    font-size: 12px;
    box-sizing: border-box;
    line-height: 1;
  }
  .normalTheme .guide-item{
    background-color: #f2f2f2;
    color: #171717;
}
  .guide-item:active {
    background-color: #cce5ff;
  }

  .gi-con {
    height: 56px;
    line-height: 56px;
    font-size: 15px;
  }

  .to-next {
    width: 12px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 18px;
  }
  /* 深色主题 */
  .darkTheme .hg-head {
    color: #a8a8a8;
  }
  .darkTheme .guide-item {
    color: #a8a8a8;
    background: #252525;
  }