@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
    word-break: break-all
}

a:hover {
    text-decoration: none
}

*::-moz-placeholder {
  color: #999;
    font-size: 14px
}

*::placeholder {
  color: #999;
  font-size: 14px;
}

.h100 {
  height: 100%;
}

.pl0 {
  padding-left: 0 !important;
}

.plh {
  padding-left: 7px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.prh {
  padding-right: 7px !important;
}

.plrh {
  padding-right: 11px !important;
  padding-left: 11px !important;
}

.pl04 {
  padding-left: 4px;
}

.pt05 {
  padding-top: 5px;
}

.ptb05 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mb05 {
  margin-bottom: 5px;
}

.ovh {
  overflow: hidden;
}

.label_input_box li {
  display: block;
  margin: 0 10px 10px 0;
}

.label_input_box li input[type=radio],
.label_input_box li input[type=checkbox] {
  display: none;
}

.label_input_box li label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 15px 10px 42px;
  border-radius: 8px;
  background: #f5f5f5;
  vertical-align: middle;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  color: #555;
}

.label_input_box li label:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  background: #7eccd6;
  content: "";
  opacity: 0;
  z-index: 1;
}

.label_input_box li label:after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #bbb;
  border-radius: 0;
  content: "";
  background: #fefefe;
  z-index: 0;
  transition: all 0.3s ease;
}

.label_input_box li label.radio:after,
.label_input_box li label.radio:before {
  border-radius: 100%;
}

.label_input_box li input:checked + label:before {
  opacity: 1;
}

.btn_box {
  padding: 15px 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.btn {
  width: 100%;
  background: #1d78ca;
  line-height: 45px;
  height: 45px;
  color: #fff;
  padding: 0;
  font-size: 15px;
}
.btn.ss {
  height: 35px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn i {
  margin: 0 8px 0 0;
}

.btn_box.two_bt .btn {
  width: 48%;
}

.btn.fbfb {
  background: #365899;
}

.btn.lineline {
  background: #36c836;
}

.btn.lineline img {
  width: 18px;
  vertical-align: middle;
}

.btn.shop {
  background: #ee4b7d;
}

.btn.gray {
  background: #aaa;
}

.btn.red {
  background: #ee4b7d;
}

.form-control {
  height: 40px;
}

/**/
body.active,
html.active {
  overflow: hidden;
}

body {
  font-size: 18px;
  font-family: "Century Gothic", "source-han-serif-tc", "Noto Sans TC", "微軟正黑體";
}

.jump {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
}

.add_de {
  text-align: center;
}

.add_de img {
  width: 100%;
  position: absolute;
  bottom: 55px;
  left: 0;
}

.add_de .btn_de {
  width: 100%;
  background: #1d78ca;
  height: 55px;
  line-height: 55px;
  color: #fff;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.add_de .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 35px;
  opacity: 0.4;
}

header {
  /*height: 60px;
  position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

header.back {
  z-index: 0;
}

.logo_bt a {
  background: url(../images/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
  height: 60px;
  width: 160px;
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.logo_bt .site-name {
  margin: 0;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    background: #fff
}

.lo_bt {
  position: fixed;
  top: 13px;
  right: 8px;
  z-index: 3;
}

.lo_bt a {
  width: 36px;
  height: 36px;
  display: block;
}

.lo_bt a img {
  width: 100%;
}

#menuBtn {
  display: block;
  position: fixed;
  top: 12px;
  left: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 5;
  border-radius: 3px;
}

#menuBtn.back {
  z-index: 4;
}

.menu-btn {
    display: block
}

.menu-btn.black span {
    background: #333
}

.menu-btn span {
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
  height: 3px;
  width: 35px;
  background: #1d78ca;
    transition: all .3s ease-out;
    border-radius: 10px
}

.menu-btn .line-2 {
  top: 19px;
}

.menu-btn .line-3 {
  top: 28px;
}

.menu-btn.active .line-1 {
  top: 21px;
    transform: rotate(-45deg)
}

.menu-btn.active .line-2 {
  opacity: 0;
    transform: rotate(-45deg)
}

.menu-btn.active .line-3 {
  top: 21px;
    transform: rotate(45deg)
}

.black_bg {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 4;
  top: 0;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  transition: all .4s ease-out;
  pointer-events: none
}

.black_bg.active {
  opacity: 1;
  pointer-events: auto;
}

.black_bg2 {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 4;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  pointer-events: none;
}

.black_bg2.active {
  opacity: 1;
    pointer-events: auto
}

.black_bg3 {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 6;
    top: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all .4s ease-out;
    pointer-events: none
}

.black_bg3.active {
    opacity: 1;
    pointer-events: auto
}

.jumpBanner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.jumpBanner .closeJump {
    position: absolute;
    right: 10%;
    top: -9px;
    z-index: 6
}

.jumpBanner .closeJump img {
    width: 32px
}

.jumpBanner .ii {
    display: flex;
    justify-content: center;
    align-items: center
}

.jumpBanner .ii img {
    width: 80%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

.nav {
  position: fixed;
  z-index: 4;
  left: -100%;
  top: 0;
  height: 100%;
  width: 300px;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  transition: all .4s ease-in-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.nav.active {
  left: 0;
}

.nav .logo {
  background: url(../images/logo.png);
  background-size: 140px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #ccc;
}

.nav li {
  border-bottom: 1px solid #ccc;
}

.nav li a {
  color: #555;
  padding: 20px 0;
  letter-spacing: 1px;
  font-weight: 500;
}

.nav li.in_member > a {
  background: url(../images/arrow_right.png) no-repeat right 12px center;
  background-size: 7px;
}

.nav li.in_member > a.active {
  background: url(../images/arrow_down.png) no-repeat right 12px center;
  background-size: 7px;
}

.nav li.s {
  padding: 40px 15px 15px 15px;
}

.nav li.s a {
  background: #1d78ca;
  padding: 12px 0;
  color: #fff;
  font-size: 15px;
}

.nav li:last-child {
  text-align: left;
  font-size: 15px;
  padding: 15px 15px 50px 15px;
}

.nav li:last-child p {
  color: #1d78ca;
}

.nav li div p {
  border-bottom: 1px dashed #ccc;
  margin: 0;
  padding: 5px 0;
}

.nav li div p:last-child {
  border: none;
}

.nav li div p a {
  display: block;
  padding: 11px 0;
  font-size: 15px;
  color: #777;
  background: #f6f6f6;
}

footer {
  padding: 30px 0 0 0;
  font-size: 15px;
  text-align: center;
}

footer i {
  margin: 0 7px 0 0;
}

footer .copy {
  padding: 20px;
  background: #555;
  color: #fff;
  font-size: 13px;
  margin: 15px 0 0 0;
}

footer.detail {
  padding-bottom: 65px;
}

/**/
.box {
  padding: 60px 0 0 0;
}

.box img {
  max-width: 100%;
  width: 100%;
}

.line {
  background: #f5f5f5;
  height: 10px;
}

.Index_main {
  margin: -40px 0 20px 0;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  padding: 20px 0 10px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  z-index: 1
}

.Index_main .key .select {
  position: relative;
  width: 100%;
  margin: 0;
}

.Index_main .key .select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  top: 18px;
  right: 10px;
  display: block;
  pointer-events: none;
}

.Index_main .key .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  width: 100%;
  height: 40px;
  background: #fff;
  font-weight: normal;
  border-radius: 0;
  padding: 0 0 0 5px;
}

.Index_main .key input {
  border-radius: 0;
  height: 40px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Index_main .old {
  position: relative;
}

.Index_main .old:after {
  content: "";
  position: absolute;
  height: 60%;
  width: 0;
  border-right: 1px solid #ccc;
  right: 0;
  top: 20%;
  display: block;
}

.Index_main .index_c a {
  color: #555;
  font-size: 13px;
}

.Index_main .index_c a p {
  width: 65%;
  padding: 65% 0 0 0;
  border-radius: 50%;
  margin: 0 auto 3px auto;
  position: relative;
}

.Index_main .index_c > div:nth-child(1) a p {
  background: url(../images/Icon1.png), #1d78ca;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.Index_main .index_c > div:nth-child(2) a p {
  background: url(../images/Icon2.png), #f4c257;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.Index_main .index_c > div:nth-child(3) a p {
  background: url(../images/Icon3.png), #cf6a33;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.Index_main .index_c > div:nth-child(4) a p {
  background: url(../images/Icon4.png), #cf3333;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.Index_main .index_c > div:nth-child(6) a p {
  background: url(../images/Icon5.png), #7ccf33;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.Index_main .index_c > div:nth-child(7) a p {
  background: url(../images/Icon6.png), #8142a6;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.Index_main .index_c > div:nth-child(8) a p {
  background: url(../images/Icon7.png), #365899;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.Index_main .index_c > div:nth-child(9) a p {
  background: url(../images/Icon8.png), #1dbcca;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.Index_main .index_c > div:nth-child(11) a p {
  background: url(../images/Icon9.png), #ff8800;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.Index_main .all p {
  padding: 0 0 10px 0;
  border-bottom: 3px double #ccc;
  margin: 0 0 15px 0;
}

.Index_main .all p b {
  color: #ff2a14;
  padding: 0 5px;
}

.old_s {
  overflow: hidden;
  padding: 15px 0;
}

.old_s .title {
  color: #1d78ca;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: bolder;
}

.old_s.find .title {
  color: #f4c257;
  overflow: hidden;
}

.old_s .title a {
  float: right;
  color: #555;
  display: inline-block;
  padding: 3px 0 3px 15px;
}

.old_s .col-xs-4 a {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

.old_s .col-xs-4 a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
}

.old_s .one a {
  background: url(../images/01/01.jpg);
  background-size: cover;
}

.old_s .two a {
  background: url(../images/01/02.jpg);
  background-size: cover;
}

.old_s .three a {
  background: url(../images/01/03.jpg);
  background-size: cover;
}

.old_s a span {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
  font-size: 15px;
}

.old_s.find .one a {
  background: url(../images/02/01.jpg);
  background-size: cover;
}

.old_s.find .two a {
  background: url(../images/02/02.jpg);
  background-size: cover;
}

.old_s.find .three a {
  background: url(../images/02/03.jpg);
  background-size: cover;
}

.article_box > p {
  color: #555;
  padding: 10px 0 0 15px;
  font-size: 15px;
  font-weight: bolder;
  margin: 0;
}

.article_box.In > p {
  background: #555;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
}

.article {
  padding: 10px 0 0 0;
}

.article li {
  list-style: none;
  border-bottom: 5px solid #f5f5f5;
  padding: 0 15px 15px 15px;
  margin: 0 0 15px 0;
}

.article li .one {
  border-bottom: 1px dashed #ccc;
  padding: 0 0 5px 4px;
}

.article li .one .img {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  display: inline-block;
  margin: 0 0 0 -4px;
  vertical-align: middle;
  background: #f1f1f1;
}

.article li .one img {
  width: auto;
  max-width: 100%;
  max-height: 60px;
  vertical-align: middle;
  margin: -2px 0 0 0;
}

.article li .one .text {
  margin: 0 0 0 -4px;
  display: inline-block;
  width: calc(100% - 60px);
  font-size: 13px;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  color: #90949c;
}

.article li .one .text a {
  display: inline-block;
}

.article li .one .text a.name {
  font-size: 17px;
}

.article li .one .text a.store {
  color: #e66c13;
}

.article li .two {
  padding: 10px 0 0 0;
}

.article li .two .img {
  display: inline-block;
  margin: 0 0 0 -4px;
}

.article li .two .text {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 38px;
  color: #555;
}

.article.Detail li .two .text {
  display: block;
  -webkit-box-orient: inherit;
  -webkit-line-clamp: inherit;
  height: auto;
}

.article li .two div {
  padding: 0 0 0 4px;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.article li .two div .img {
  width: 110px;
  height: 110px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  line-height: 110px;
  border-right: 1px solid #f1f1f1;
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .1);
  background: #f1f1f1
}

.article li .two div .img img {
  width: 100%;
  vertical-align: middle;
}

.article li .two div .main {
  display: inline-block;
  margin: 0 0 0 -4px;
  vertical-align: top;
  padding: 7px 7px 0 10px;
  width: calc(100% - 111px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bolder;
  color: #555;
  font-size: 15px;
}

/**/
.In_title {
  background: #555;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.tab_search {
  margin-bottom: 10px;
}
.tab_search.focus {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
}
.tab_search.focus .tab_box {
  box-shadow: 0 3px 3px rgba(0, 0, 0, .05)
}
.tab_search.focus .c_box {
  display: block;
}
.tab_search .tab_box {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #e1e1e1;
}
.tab_search .tab_box a {
  width: 25%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #555;
  border-right: 1px solid #e1e1e1;
}
.tab_search .tab_box a:last-child {
  border: none;
}
.tab_search .tab_box a img {
  width: 10px;
  margin: 0 0 0 10px;
}
.tab_search > div {
  width: 100%;
}
.tab_search .c_box {
  display: none;
}
.tab_search .c_box .where {
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
}
.tab_search .c_box .where.type > div {
  width: 100%;
}
.tab_search .c_box .where.type > div ul {
  overflow: inherit;
  height: auto;
}
.tab_search .c_box .where.money_b > div {
  width: 100%;
}
.tab_search .c_box .where.money_b > div ul {
  overflow: inherit;
  height: auto;
}
.tab_search .c_box .where.money_b .self {
  padding: 16px;
}
.tab_search .c_box .where.money_b .self input {
  width: calc((100% - 94px) / 2);
  margin: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  height: 34px;
  border-radius: 4px;
}
.tab_search .c_box .where > div {
  width: 50%
}
.tab_search .c_box .where > div p {
  margin: 0;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  color: #888;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}
.tab_search .c_box .where .area {
  background: rgba(29, 120, 202, 0.075);
}
.tab_search .c_box .where ul {
  height: 250px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}
.tab_search .c_box .where ul li {
  border-bottom: 1px solid rgba(225, 225, 225, 0.4);
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center
}
.tab_search .c_box .where ul li.active {
  color: #1d78ca;
}
.tab_search .c_box .btn_a {
  display: flex;
  justify-content: space-around;
  padding: 16px;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, .05)
}
.tab_search .c_box .btn_a a {
  width: calc((100% - 16px) / 2);
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  margin: 0 16px 0 0;
  border-radius: 4px;
}
.tab_search .c_box .btn_a a:nth-child(2) {
  margin: 0;
}
.tab_search .c_box .btn_a a.reset {
  background: #e1e1e1;
  color: #888888;
}
.tab_search .c_box .btn_a a.check {
  background: #1d78ca;
}

.search_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  font-size: 15px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none;
  transition: all .15s ease-out
}

.list_search {
  position: fixed;
  top: 18px;
  right: 55px;
  cursor: pointer;
  z-index: 3;
  color: #005bac;
  font-size: 27px;
}

.search_box.active {
  opacity: 1;
  pointer-events: inherit;
}

.search_box .fun {
  text-align: center;
  position: relative;
  height: 60px;
  border-bottom: 1px solid #ccc;
  line-height: 60px;
  background: #1d78ca;
  color: #fff;
}

.search_box .fun .closebt {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 60px;
  width: 80px;
  line-height: 60px;
  color: #fff;
}

.search_box .fun a {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 15px;
  color: #ff0;
}

.search_box p {
  color: #1d78ca;
}

.search_box ul {
  padding: 0;
}

.search_box li {
  list-style: none;
}

.search_box .search_text {
  margin: 10px 0 0 0;
  overflow: hidden;
}

.search_box .search_text .form-group {
  margin: 0;
}

.search_box .hot {
  padding: 10px 0 9px 0;
  overflow: hidden;
}

.search_box .hot p {
  text-align: center;
  background: #1d78ca;
  color: #fff;
  padding: 5px 0;
  font-size: 15px;
}

.search_box .hot a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  position: relative;
  background: #f5f5f5;
  margin: 0 0 4px 0;
  border-radius: 3px;
}

.search_box .where {
  overflow: hidden;
}

.search_box .where ul {
  padding: 1px 0 0 0;
  height: 200px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.search_box .where li {
  border-bottom: 1px solid #ccc;
  padding: 12px 5px;
  text-align: center;
  margin: -1px 0 0 0;
}

.search_box .where li:last-child {
  border: none;
}

.search_box .where li.active {
  background: #1d78ca;
  color: #fff;
}

.search_box .list_c {
  padding: 0 0 0 4px;
}

.search_box .list_c li {
  display: inline-block;
  width: calc(25% - 6px);
  margin: 0 3px 8px -1px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
}

.search_box .list_c li.active {
  background: #1d78ca;
  color: #fff;
  border: 1px solid #1d78ca;
}

.search_box .type {
  overflow: hidden;
}

.search_box .big {
  overflow: hidden;
  padding: 0 0 10px 0;
}

.search_box .big .label_input_box {
  padding: 0 0 0 4px;
}

.search_box .big .label_input_box li {
  display: inline-block;
  width: calc(50% - 4px);
  margin: 0 2px 10px -2px;
}

.search_box .big .label_input_box li label {
  width: 100%;
}

.search_box .big .label_input_box li.text {
  display: block;
  width: 100%;
}

.search_box .big .label_input_box li.text input[type=text] {
  width: 75px;
  height: 34px;
  border: 1px solid #ccc;
}

.money {
  padding: 0 0 125px 0;
  overflow: hidden;
}

.money input {
  width: 120px;
  height: 34px;
  border: 1px solid #ccc;
}

.search_box .Go {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ebebeb;
  overflow: hidden;
  z-index: 3;
  padding: 15px 0;
  -webkit-transition: unset;
  transition: unset;
}

.search_box .Go a {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #1d78ca;
  color: #fff;
  border-radius: 5px;
}

.search_box .Go a.c {
  background: #aaa;
}

.list_ad {
  padding: 0 15px;
}

.list_ad img {
  max-width: 100%;
}

.house_list .sort {
  padding: 0 0 0 4px;
  border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc
}

.house_list .sort a {
  display: inline-block;
  width: 33%;
  text-align: center;
  padding: 12px 0;
  margin: 0 0 0 -4px;
  position: relative;
  font-size: 15px
}

.house_list .sort a:nth-child(2) {
  width: 34%
}

.house_list .sort a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  border-right: 1px dashed #ccc;
  width: 1px;
  top: 0;
}

.house_list .sort a:nth-child(3):after {
  border-right: 0;
}

.house_list .sort a.active {
  background: #1d78ca;
  color: #fff;
}

.house_list .list {
  padding: 12px;
  display: flex;
  flex-flow: column;
  gap: 8px;
  background: #f7f7f7
}

.house_list .list li {
  list-style: none;
  padding: 10px;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(81, 98, 99, .2)
}

.house_list .list li .tag {
    display: flex;
    width: 100%;
    padding: 4px 0 0 0;
    margin: 0
}

.house_list .list li .tag span {
    font-size: 12px;
    color: #1d78ca;
    padding: .3rem .5rem;
    display: block;
    font-weight: 400;
    margin: 0 .5rem 0 0;
    background: rgba(29, 120, 202, .15)
}

.house_list .list li .tag span.my {
    color: #e27211;
    background: rgba(226, 114, 17, .15)
}

.house_list .list li .img {
  width: 110px;
  height: 100px;
  line-height: 100px;
  float: left;
  text-align: center;
  margin: 0;
  background: #e1e1e1;
  position: relative;
}

.house_list .list li .img span {
  position: absolute;
  left: 5px;
  background: #ef6149;
  color: #fff;
  top: 0;
  line-height: normal;
  width: 20px;
  font-size: 13px;
  padding: 0 0 3px 0;
}

.house_list .list li .img span:before,
.house_list .list li .img span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
}

.house_list .list li .img span:before {
  border-width: 0 10px 5px 0;
  border-color: rgba(0, 0, 0, 0) #ef6149 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: 0
}

.house_list .list li .img span:after {
  border-width: 5px 10px 0 0;
  border-color: #ef6149 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  left: 0
}

.house_list .list li .img img {
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
  width: auto;
  margin: -6px 0 0 0;
}

.house_list .list li div {
  float: left;
  width: calc(100% - 110px);
  box-sizing: border-box;
  padding: 0 0 0 10px;
  font-size: 13px;
  color: #888888;
  position: relative;
  height: 74px;
}

.house_list .list li div.love {
  float: none;
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
}

.house_list .list li div.love .btn {
  height: 38px;
  line-height: 38px;
}

.house_list .list li div p {
  margin: 0 0 5px 0;
}

.house_list .list li div .main {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1d78ca;
  font-size: 14px;
  font-weight: bolder;
}

.house_list .list li div .old {
  overflow: hidden
}

.house_list .list li div .old span {
  color: #ff2a14;
  font-weight: bolder;
  font-size: 15px;
  margin: -2px 0 0 0;
}

.house_list .list li div .old span.sale {
  font-size: 14px;
  color: #c72218;
}

.house_list .list li div .old span.sale b {
  width: 23px;
  height: 23px;
  background: url(../images/discount.png);
  background-size: 23px;
  display: inline-block;
  line-height: 23px;
  text-align: center;
  margin: 0 3px 0 8px;
}
.house_list .list li div .old span.sale b:after {
  content: "殺";
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

.house_list.lock_top > p {
  padding: 10px 0 0 15px;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #c72218;
}
.house_list.lock_top > p.or {
  color: #c77b18;
}

.house_list.lock_top > p span {
  color: #999;
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 0 10px;
  letter-spacing: 0;
}

.house_list.lock_top .list li {
  border-bottom: none;
}

.reservation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #1d78ca;
  color: #fff;
  font-size: 17px;
  z-index: 1;
}

.reservation:hover {
  color: #fff;
}

.reservation i {
  vertical-align: unset;
  margin: 0 0 0 5px;
}

.reservation.add_fv {
  background: #f05555;
  width: 50%;
  bottom: 50px;
}

.reservation.qa_go {
  background: #ed8b2c;
  width: 50%;
  bottom: 50px;
  left: auto;
  right: 0;
}

.img_movie_box {
    position: relative
}

.img_movie_box .flyIng {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 2;
    margin: 0;
    width: calc(100% - 30px)
}

.img_movie_box .flyIng a.close {
    color: #fff;
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 3;
    opacity: .75
}

.img_movie_box .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.img_movie_box .icon a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 23px;
}

.img_movie_box .icon a.love {
  background: rgba(255, 255, 255, 0.6);
  color: #f05555;
}

.img_movie .item p {
  width: 100%;
  height: 300px;
  line-height: 300px;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
}

.img_movie .item p img {
  max-height: 100%;
  width: auto;
  vertical-align: middle;
  margin: -2px auto 0 auto;
  display: inline-block;
}

.img_movie .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 15px;
  padding: 4px 10px 5px 10px;
}

.img_movie .owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.img_movie .owl-dot {
  display: inline-block;
  counter-increment: slides-num
}

.img_movie .owl-dot span {
  display: none;
}

.img_movie .owl-dot.active:before {
  content: counter(slides-num) " /";
  display: inline-block;
  vertical-align: middle;
}

.house_detail {
  line-height: 1.5;
  font-size: 15px;
}

.house_detail .sold_out {
  background: #ccc;
  color: #000;
  display: block;
  padding: 15px;
  text-align: center;
}

.house_detail h1 {
  font-size: 19px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  color: #1d78ca;
}

.house_detail .where a {
  padding: 0 0 0 10px;
}

.house_detail .where span.sale {
  padding: 0 0 0 25px;
  color: #ff2a14;
  font-weight: bolder;
  font-size: 15px;
}

.house_detail .where span.sale img {
  width: 23px;
  vertical-align: bottom;
  margin: 0 5px 0 0;
}

.house_detail .list_box p {
  padding: 0 0 0 4px;
}

.house_detail .list_box p span {
  display: inline-block;
  width: calc(100% - 100px);
  margin: 0 0 0 -4px;
  vertical-align: top;
  padding: 0 0 0 20px;
}

.house_detail .list_box p span.A {
  width: 100px;
  padding: 0 0 0 0;
  box-sizing: border-box;
  color: #858585;
}

.house_detail .one {
  overflow: hidden;
  text-align: center;
}

.house_detail .one p {
  border: 3px double #ccc;
  margin: 0;
  padding: 5px 0 5px 4px;
}

.house_detail .one span {
  display: block;
  color: #ff2a14;
}

.house_detail .title {
  font-size: 19px;
  color: #1d78ca;
  font-weight: bolder
}

.house_detail .two {
  padding: 0 0 10px 0;
}

.house_detail .two > p {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px 0 10px 4px;
  font-size: 16px;
  color: #1d78ca;
}

.house_detail .two div p {
  margin: 0;
  padding: 10px 8px 4px 4px;
  font-size: 15px;
}

.house_detail .two div p.title {
  font-size: 19px;
  padding: 12px 8px 0 0;
}

.house_detail .two > p span.A {
  color: #1d78ca;
}

.house_detail .three {
  padding: 5px 0 0 0;
}

.house_detail .three p {
  padding: 0 0 0 4px;
}

.house_detail .sp_box {
  padding: 0 0;
}

.house_detail .who .img {
  text-align: center;
}

.house_detail .who .img img {
  max-width: 60%;
}

.house_detail .who .name {
  font-size: 19px;
  color: #1d78ca;
}

.house_detail .who .com a {
  color: #e66c13;
}

.house_detail .who .num .i {
  color: #5ca01e;
}

.house_detail .who p span.A {
  padding: 0 0 0 4px;
}

.house_detail .star span.i i {
  color: #ddd;
  margin: 0 3px 0 0;
  font-size: 17px;
}

.house_detail .star span.i i.active {
  color: #ffce00;
}

.house_detail .who .who_text {
  border-top: 3px double #ccc;
  border-bottom: 3px double #ccc;
  padding: 10px 4px;
}

.house_detail textarea {
  resize: none;
  padding: 8px 12px;
  height: 80px;
          box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
}

.seller_list {
  padding: 10px 0 0 0;
}

.seller_list li {
  list-style: none;
  border-bottom: 5px solid #f5f5f5;
  padding: 0 15px 10px 15px;
  margin: 0 0 10px 0;
}

.seller_list li a {
  color: #555;
}

.seller_list li .img {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: top;
  text-align: center;
  background: #f1f1f1;
  margin: 0;
  margin: 0 0 0 -4px;
}

.seller_list li .img img {
  max-height: 100px;
  max-width: 100px;
  width: auto;
  vertical-align: middle;
  margin: -1px 0 0 0;
}

.seller_list li .text {
  font-size: 13px;
  display: inline-block;
  width: calc(100% - 100px);
  margin: 0 0 0 -4px;
  padding: 0 0 0 15px;
    box-sizing: border-box
}

.seller_list li .text p {
  margin: 0 0 1px 0;
}

.seller_list li .text .title {
  color: #e66c13;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seller_list li .text .name {
  font-size: 17px;
  color: #1d78ca;
}

.seller_list li .text .star .fa-star {
  color: #ddd;
}

.seller_list li .text .star .fa-star.active {
  color: #ffce00;
}

.seller_list li .text .good {
  color: #90949c;
}

.seller_box {
  font-size: 15px;
  padding: 15px 0 0 0;
}

.seller_box .list_box p {
  padding: 0 0 0 4px;
}

.seller_box .list_box p span {
  display: inline-block;
  width: calc(100% - 100px);
  margin: 0 0 0 -4px;
  vertical-align: top;
  padding: 0 0 0 20px;
}

.seller_box .list_box p span.A {
  width: 100px;
  padding: 0 0 0 4px;
          box-sizing: border-box;
  color: #858585;
}

.seller_box .img {
  text-align: center;
}

.seller_box .img img {
  max-width: 75%;
}

.seller_box .name {
  font-size: 21px;
  color: #1d78ca;
  display: flex;
          justify-content: space-between;
    align-items: center
}

.seller_box .name span {
  color: #555;
  font-size: 15px;
  display: flex !important;
          align-items: center;
  width: auto !important;
  padding: 0 !important;
}

.seller_box .name span a {
  margin: 0 0 0 10px;
  font-size: 30px;
}

.seller_box .name span a.fb {
  color: #365899;
}

.seller_box .name span a.line {
  color: #36c836;
  height: auto;
}

.seller_box .com a {
  color: #e66c13;
}

.seller_box .num .i {
  color: #5ca01e;
}

.seller_box .star span.i i {
  color: #ddd;
  margin: 0 3px 0 0;
  font-size: 17px;
}

.seller_box .star span.i i.active {
  color: #ffce00;
}

.seller_box .star span o {
  font-size: 12px;
  padding: 0 0 0 5px;
  color: #858585;
}

.seller_box .img_movie {
  margin: 0 0 10px 0;
}

.com_box {
  position: fixed;
  z-index: 5;
  text-align: center;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: -120px auto 0 auto;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  top: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all .4s ease-out
}

.com_box.active {
  opacity: 1;
  pointer-events: auto;
}

.com_box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #aaa;
  font-size: 25px;
  opacity: 1;
}

.com_box .star {
  margin: 0 0 20px 0;
}

.com_box .star span.A {
  display: block;
  padding: 0 0 10px 0;
  font-size: 15px;
  letter-spacing: 1px;
}

.com_box .star span.i i {
  margin: 0 4px;
  font-size: 29px;
  color: #ddd;
}

.com_box .star span.i i.active {
  color: #ffce00;
}

.comment_seller {
  width: 100%;
  z-index: 1;
  overflow: hidden;
          box-sizing: border-box;
  font-size: 15px;
}

.comment_seller a {
  float: left;
  display: block;
  width: 50%;
  height: 75px;
  padding: 16px 0 0 0;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: none;
  color: #555;
}

.comment_seller a.one.good {
  color: #1d78ca;
}

.seller_tab {
  font-size: 15px;
}

.seller_tab .tabs {
  padding: 0 0 0 4px;
  overflow: hidden;
  background: #f6f7f9;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  margin: 0;
  white-space: nowrap;
  overflow-x: scroll;
}

.seller_tab .tabs li {
  list-style: none;
  display: inline-block;
  width: 100px;
  text-align: center;
}

.seller_tab .tabs li a {
  display: block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #555;
}

.seller_tab .tabs li.active a {
  color: #1d78ca;
}

.seller_tab .about {
  padding: 15px;
}

.seller_tab .house_ad {
  padding: 15px 0 0 0;
}

.house_ad .ad_box {
  padding: 5px;
  background: #f5f5f5;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

.house_ad .ad_box > div {
  width: 32.5%;
  background: #fff;
  text-align: center;
}

.house_ad .ad_box .img {
  width: 110px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1e1e1;
}

.house_ad .ad_box .img img {
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
  width: auto;
}

.house_ad .ad_box .name {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  padding: 0 3px;
}

.house_ad .ad_box .where {
  font-size: 13px;
  color: #888888;
  padding: 0 3px;
}

.house_ad .ad_box .money_s {
  color: #ff2a14;
  font-weight: bolder;
}

.seller_tab .house_list {
  padding: 15px 0 0 0;
}

.seller_list.store li .img {
  vertical-align: middle;
}

.seller_list.store li .text {
  vertical-align: middle;
}

.seller_box .list_box p.com {
  font-size: 21px;
}

.comment_seller.store a {
  float: none;
  width: 100%;
}

.seller_tab.store .tabs li {
  width: 50%;
}

.login_box_bg {
  height: 100%;
  width: 100%;
  background: url(../images/city.jpg);
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-filter: blur(8px);
}

.logo_l {
  display: block;
  text-align: center;
  padding: 30px 0;
}

.logo_l img {
  width: 150px;
}

.login_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 15px 30px 15px;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.login_box form {
  margin: 0 0 20px 0;
}

.login_box .form-control {
  border-radius: 30px;
  padding: 12px 24px;
  height: auto;
}

.login_box .btn {
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}

.login_box .btn.back {
  background: #aaa;
}

.login_box .go_si {
  color: #fff;
  font-size: 15px;
  padding: 10px 0 0 0;
  letter-spacing: 1px;
  margin: 0;
}

.login_box .go_si a {
  color: #fff;
  text-decoration: underline;
  margin: 0 0 0 10px;
}

.other_si {
  position: fixed;
  bottom: 10px;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.other_si.fb {
  position: relative;
  width: 100%;
}

.other_si .btn {
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  background: #365899;
  font-size: 15px;
}

.login_box.forget span {
  color: #fff;
  font-size: 15px;
  text-align: left;
  display: block;
  padding: 0 0 20px 0;
}

.login_box.forget form {
  margin: 0 0 20px 0;
}

.login_box.pri h2 {
  color: #fff;
  padding: 0 0 5px 0;
  font-size: 20px;
}

.login_box.pri span {
  font-size: 13px;
  background: rgba(255, 255, 255, 0.75);
  display: block;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  text-align: left;
}

.login_box .label_input_box ul {
  padding: 0;
  display: flex;
  flex-flow: row
}

.login_box .label_input_box ul li {
  width: 33%;
  margin: 0 4% 0 0;
}

.login_box .label_input_box ul li label {
  display: block;
  text-align: left;
}

.login_box .say textarea {
  width: 100%;
  font-size: 15px;
  height: 200px;
  resize: none;
  padding: 10px;
    box-sizing: border-box
}

.loading_box {
  text-align: center;
  padding: 32px 0 0 0;
  margin: 0;
}

.loading_box img {
  width: 132px;
}

.qa_box {
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.qa_box li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.qa_box li:last-child {
  border: none;
}

.qa_box li .img {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #f1f1f1;
  margin: 0;
  margin: 0 0 0 -4px;
  vertical-align: top;
}

.qa_box li .img img {
  max-height: 100px;
  max-width: 100px;
  width: auto;
  vertical-align: middle;
  margin: -1px 0 0 0;
}

.qa_box li .text {
  font-size: 13px;
  display: inline-block;
  width: calc(100% - 100px);
  margin: 0 0 0 -4px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  vertical-align: top;
}

.qa_box li .title {
  font-size: 21px;
}

.qa_box li .time {
  color: #858585;
  margin: 0 0 6px 0;
}

.qa_box li .name {
  margin: 0 0 6px 0;
}

.qa_box li .name span {
  padding: 0 0 0 15px;
}

.qa_box li .Q {
  padding: 0 0 5px 0;
}

.qa_box li .A {
  margin: 0;
}

.qa_box li .N {
  margin: 0;
  color: #858585;
}

.qa_box li .S {
  margin: 0;
}

.basic {
  padding: 15px 0 0 0;
}

.basic .label_input_box ul {
  padding: 0;
  display: flex;
  flex-flow: row
}

.basic .label_input_box ul li {
  width: 33%;
  margin: 0 4% 0 0;
}

.basic .label_input_box ul li label {
  display: block;
  text-align: left;
}

.fly_line {
  position: fixed;
  width: 60px;
  height: 60px;
  background: #36c836;
  border-radius: 50%;
  bottom: 100px;
  right: 18pt;
  text-align: center;
  line-height: 45px;
  z-index: 2;
  box-shadow: 0 5px 24px rgba(0, 0, 0, .3);
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center
}

.fly_line img {
  width: 38px;
}

.share_box {
  position: fixed;
  bottom: 0;
  z-index: 999;
  text-align: center;
  background: #fff;
  width: 100%;
  padding: 25px 0 0 0;
  font-size: 15px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease-out
}

.share_box.active {
  opacity: 1;
  pointer-events: inherit;
}

.share_box div {
  display: flex;
      justify-content: space-around;
  padding: 15px 0;
}

.share_box div a {
  display: block;
  color: #333;
}

.share_box div a p {
  padding: 5px 0 0 0;
}

.share_box div a img {
  width: 50px;
}

.share_box > a {
  background: #ddd;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #555;
}

.view_slider_box .slick-dots {
  left: 0;
}
.view_slider_box .title {
  color: #555;
  padding: 10px 0 10px 15px;
  font-size: 17px;
  font-weight: bolder;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.view_slider_box .view_slider {
  padding: 0 4px;
    box-sizing: border-box
}
.view_slider_box .view_slider .item {
  padding: 0 4px;
}
.view_slider_box .view_slider .item .main {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.view_slider_box .view_slider .item .img {
  background: #e1e1e1;
  width: 100%;
  padding: 75% 0 0 0;
  position: relative;
}
.view_slider_box .view_slider .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
          transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.view_slider_box .view_slider .item .where {
  font-size: 13px;
  color: #888888;
  margin: 0;
}
.view_slider_box .view_slider .item .big {
  font-size: 13px;
  color: #888888;
}
.view_slider_box .view_slider .item .old span {
  color: #ff2a14;
  font-weight: bolder;
  font-size: 17px;
}

.sort_icon {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 13px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px;
          box-sizing: border-box;
  border-radius: 6px;
  z-index: 4;
}
.sort_icon span {
  display: block;
  text-align: center;
  padding: 2px 0 0 0;
}
.sort_icon img {
  width: 18px;
}

.black_blur {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
    transition: opacity .3s ease-out
}
.black_blur.focus {
  opacity: 1;
  pointer-events: auto;
}

.popup {
  background: #fff;
  border-radius: 2rem 2rem 0 0;
  padding: 1.5rem;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
    transition: opacity .3s ease-out
}
.popup.focus {
  opacity: 1;
  pointer-events: auto;
}
.popup h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 2.5rem 0;
}
.popup h3.ptb1rem {
  padding: 1rem 0;
}
.popup h3.pb0 {
  padding: 0;
}
.popup h4 {
  padding: 1rem 0;
  text-align: center;
  font-weight: 300;
}
.popup .say {
  text-align: center;
  line-height: 1.5;
}

.pop_select .h_box {
  height: 200px;
  overflow: auto;
}
.pop_select .h_box::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.pop_select .h_box::-webkit-scrollbar-thumb {
  background-color: #888888;
  border-radius: 3px;
}
.pop_select ul {
  padding: 0 0.5rem 0 0;
}
.pop_select ul.tc {
  text-align: center;
}
.pop_select ul li a {
  display: block;
  font-size: 14px;
    padding: 1rem .5rem;
          box-sizing: border-box;
  border-radius: 0.5rem;
  color: #555;
}
.pop_select ul li a.focus {
  background: #eeeeee;
  font-weight: 500;
}

.commission {
  padding: 15px;
}
.commission textarea {
  resize: none;
  padding: 8px 12px;
  height: 80px;
          box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
}
.commission select {
  height: 40px;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin: 0 0 5px 0;
}
.commission .c_r_box {
  display: flex;
  margin: 0 0 15px 0;
}
.commission .c_r_box.agree {
    justify-content: center
}
.commission .c_r_box.agree b {
  margin: 0 1rem 0 0;
}
.commission .c_r_box.agree span {
  text-align: center;
}
.commission .c_r_box label {
  position: relative;
  display: flex;
          align-items: center;
  margin: 0 2.5rem 0 0;
  font-weight: normal;
}
.commission .c_r_box label input {
  opacity: 0;
  position: absolute;
}
.commission .c_r_box label input:checked ~ b:before {
  opacity: 1;
}
.commission .c_r_box label b {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ccc;
    margin: 0 .5rem 0 0;
    box-sizing: border-box
}
.commission .c_r_box label b.c {
  border-radius: 2px;
}
.commission .c_r_box label b.c:before {
  border-radius: 2px;
}
.commission .c_r_box label b:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #1d78ca;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  left: 5px;
  opacity: 0;
    transition: opacity .15s ease-out
}

.movie_scroll {
  padding: 8px;
  gap: 0 12px;
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  margin: 0 -15px;
  background: rgba(0, 0, 0, 0.1);
}
.movie_scroll a {
  aspect-ratio: 656/1312;
  width: 26%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
          align-items: center;
          justify-content: center;
  background: #000;
}

.movie_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: black;
  opacity: 0;
  pointer-events: none;
    transition: opacity .3s ease-out;
    overflow-y: auto
}
.movie_box.focus {
  opacity: 1;
  pointer-events: inherit;
}
.movie_box .trans {
  display: flex;
          flex-flow: column;
  position: relative;
}
.movie_box section {
  display: flex;
          flex-flow: column;
  width: 100%;
  height: 100vh;
  padding: 8px;
}
.movie_box section .main_box {
  aspect-ratio: 656/1312;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  position: relative;
  height: calc(100% - 90px);
  background: #fff;
}
.movie_box section .main_box img {
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  width: 100%;
}
.movie_box section .main_box p {
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  position: relative;
  font-size: 15px;
  padding: 20px 54px 48px 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
          box-sizing: border-box;
  margin: 0;
}
.movie_box section .main_box p svg {
  width: 24px;
  height: 24x;
  position: absolute;
  right: 15px;
  top: 24px;
}
.movie_box section .main_box p svg path {
  fill: #fff;
}
.movie_box section .tool {
  display: flex;
          justify-content: flex-start;
          align-items: center;
      flex-shrink: 0;
  width: 100%;
  padding: 4px 20px 0 20px;
  height: 90px;
}
.movie_box section .tool p {
  display: flex;
  margin: 0 2.5rem 0 0;
          justify-content: center;
  gap: 2.5rem;
}
.movie_box section .tool a {
  display: flex;
          flex-flow: column;
    align-items: center
}
.movie_box section .tool a.focus svg path, .movie_box section .tool a:hover svg path {
  fill: #1d78ca;
}
.movie_box section .tool a svg {
  width: 3.2rem;
  height: 3.2rem;
}
.movie_box section .tool a svg path {
  fill: #fff;
}
.movie_box section .tool a span {
  margin: 0.5rem 0 0;
  font-size: 13px;
    color: #fff
}

.titlInfo {
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    padding: 1.5rem 0;
    margin: 0
}

.infoCardTable {
    border-bottom: 1px dashed rgba(39, 39, 39, .1)
}

.infoCardTable img {
    width: 100%
}

.infoCardTable a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed rgba(39, 39, 39, .1);
    padding: 12px 16px;
    color: #444
}

.infoCardTable a:nth-child(even) {
    background: rgba(0, 93, 170, .05)
}

.infoCardTable a p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.infoCardTable a p.icon {
    width: 32px;
    height: 32px
}

.infoCardTable a p.link {
    width: 16px;
    height: 16px
}

.aiIcon {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.aiIcon img {
    width: 60px
}

.aiBox .boxArea {
    padding: 0 12px 12px 12px
}

.aiBox .boxArea .nameBox {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f7f7f7;
    margin: 0 -12px
}

.aiBox .boxArea .nameBox .name {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    color: #005bac
}

.aiBox .boxArea .nameBox .closeAi {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    color: #333
}

.aiBox .boxArea .nameBox .closeAi img {
    width: 24px
}

.aiBox .boxArea > ul {
    display: flex;
    flex-flow: column;
    gap: 32px;
    overflow-y: auto;
    height: calc(100vh - 24px - 118px - 21px - 39px - 56px - 46px - 25px);
    margin: 0 0 12px 0;
    padding: 16px 12px;
    font-size: 16px
}

.aiBox .boxArea > ul > li {
    display: flex
}

.aiBox .boxArea > ul > li:nth-child(odd) {
    justify-content: flex-end
}

.aiBox .boxArea > ul > li .q {
    background: #555;
    padding: 10px 16px;
    border-radius: 1rem;
    color: #fff
}

.aiBox .boxArea > ul > li .a {
    padding-top: 5px;
    width: 100%
}

.aiBox .boxArea > ul > li .a .myhome {
    font-weight: bolder;
    padding-bottom: 8px
}
.aiBox .boxArea > ul > li .a .myhome .avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #005bac;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 10px;
  margin-right: 6px;
}
.aiBox .boxArea > ul > li .a .myhome img {
  width: 32px;
}

/* shinder begin */
.aiBox .boxArea p {
  margin: 0;
}
.aiBox .boxArea > ul > li .content h2 {
  font-size: 1.1rem;
  font-weight: 900;
}
.aiBox .boxArea > ul > li .content strong {
  font-weight: bolder;
}
.aiBox .boxArea > ul > li .content ol {
  margin-left: 0rem;
}
.aiBox .boxArea > ul > li .content ol > li {
  list-style: decimal;
}
.aiBox .boxArea > ul > li .content ul {
  margin-left: 0rem;
}
.aiBox .boxArea > ul > li .content ul > li {
  list-style: disc;
}
/* shinder end */

.aiBox .qaex {
  overflow: scroll;
  background: #fff;
  display: flex;
  gap: 6px;
  padding-bottom: 6px
}

.aiBox .qaex a {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  white-space: nowrap
}
.aiBox .say {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 12px;
    position: relative;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 12px
}

.aiBox .say input {
    background: none;
    border: none;
    width: 100%;
    border-radius: 25px;
    height: 50px;
    padding: 0 12px;
    outline: none
}

.aiBox .say p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    width: 100%;
    margin: 0
}

.aiBox .say p .end {
    padding: 0 16px;
    border-radius: 25px;
  color: #fff;
    height: 32px;
    background: #7d7d7d;
    display: flex;
    align-items: center;
    font-size: 13px
}

.aiBox .say p .sayIcon img {
    width: 32px;
    vertical-align: bottom
}
.aiBox .say-notice {
  text-align: center;
  padding: 6px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /*gap: 8px;*/
  font-size: small;
  color: #333;
}

.aiJump {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .75);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-out
}

.aiJump.showA {
    pointer-events: inherit;
    opacity: 1;
    transition: opacity .3s ease-out
}

.aiJump .ruleBox {
    background: #fff;
    border-radius: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    padding: 16px;
    line-height: 1.5;
    display: flex;
    flex-flow: column;
    justify-content: space-between
}

.aiJump .ruleBox .tt {
    font-weight: bolder;
    font-size: 24px;
    color: #1d78ca;
    flex-shrink: 0;
    padding-bottom: 12px
}

.aiJump .ruleBox .textBox {
    height: calc(100% - 91px);
    overflow-y: scroll;
    padding-bottom: 16px;
    margin-bottom: 16px
}

.aiJump .ruleBox .cc {
    flex-shrink: 0
}
.com_box.ai {
  z-index: 7
}

.com_box.ai .smallText {
  font-size: 12px
}

.aaddBox {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 -12px;
    top: 0;
    position: sticky
}

.aaddBox a {
    display: flex;
    align-items: center
}

.aaddBox a.logoB {
    display: flex;
    align-items: center;
    justify-content: center
}

.aaddBox a.logoB img {
    width: 60px;
    padding: 6px
}

.aaddBox a.aadd {
    padding: 8px 4px;
    gap: 4px
}

.aaddBox a.aadd b {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3/2;
    width: 56px
}

.aaddBox a.aadd b img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.aaddBox a.aadd div {
    line-height: 1;
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 4px
}

.aaddBox a.aadd div p {
    color: red;
    font-weight: bolder;
    font-size: 15px;
    margin: 0
}

.aaddBox a.aadd div span {
    background: #1d78ca;
    color: #fff;
    padding: 4px;
    display: flex;
    font-size: 12px
}

.load {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 13px
}

.load .spinner {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 9px solid;
    border-color: #dbdcef;
    border-right-color: #1d78ca;
    animation: spinner-d3wgkg 1s infinite linear;
    margin: 0 0 4px 0
}

@keyframes spinner-d3wgkg {
    to {
        transform: rotate(1turn)
    }
}

.logBox {
    position: fixed;
    z-index: 4;
    left: -100%;
    top: 0;
    height: 100%;
    width: 300px;
    background: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all .4s ease-in-out;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0 0 0
}

.logBox.active {
    left: 0
}

.logBox .list {
    display: flex;
    flex-flow: column;
    padding: 0 12px
}

.logBox .list a {
    width: 100%;
    padding: 12px 8px;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center
}

.logBox .list a img {
    width: 24px;
    margin: 0 8px 0 0;
    opacity: .2
}

.logBox .list a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 32px)
}

.areaSelectBtn {
    position: fixed;
    z-index: 4;
    display: flex;
    font-size: 14px;
    left: 60px;
    top: 23px;
    gap: 4px
}

.areaSelectBox {
    position: fixed;
    width: 100%;
    z-index: 6;
    background: #fff;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease-out
}

.areaSelectBox.focus {
    opacity: 1;
    pointer-events: inherit
}

.areaSelectBox .nameBox {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f7f7f7;
    margin: 0 -12px
}

.areaSelectBox .nameBox .name {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    color: #005bac
}

.areaSelectBox .nameBox .closeArea {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    color: #333
}

.areaSelectBox .nameBox .closeArea img {
    width: 24px
}

.areaSelectBox .select {
    padding: 16px 12px;
    height: calc(100vh - 60px);
    overflow-y: auto
}

.areaSelectBox .select .now {
    display: flex;
    align-items: center;
    gap: 4px
}

.areaSelectBox .select .now p {
    margin: 0
}

.areaSelectBox .select .now span {
    background: #f7f7f7;
    padding: 6px 12px;
    border-radius: 6px
}

.areaSelectBox .select .region-list {
    display: flex;
    flex-flow: row wrap;
    padding: 32px 0 0 0;
    gap: 6px
}

.areaSelectBox .select .region-list li {
    list-style: none
}

.areaSelectBox .select .region-list li:first-child {
    width: 100%;
    color: #777;
    padding: 0 0 6px 0
}

.areaSelectBox .select .region-list li:not(:first-child) {
    font-size: 15px;
    background: #f7f7f7;
    border-radius: 6px;
    width: calc((100% - 18px) / 4);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

/* SEO 用：隱藏 h1 但保留給搜尋引擎 / 螢幕閱讀器讀取 */
.seo-list-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}