@charset "UTF-8";
html {
  color: #333;
  background: #fff;
  font-family: 'PingFang SC', 'Microsoft YaHei', Arial, '宋体';
}

* {
  line-height: 1.5;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

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

fieldset,
img {
  border: none;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
}

a:hover {
  color: #333;
}

var,
em {
  font-style: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  font-size: 100%;
  outline: none;
}

body {
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

*::-webkit-scrollbar {
  width: 0;
  height: 0;
}

*::-webkit-scrollbar-thumb {
  border-radius: 1.3vw;
  -webkit-box-shadow: inset 0 0 0.8vw rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0.8vw rgba(0, 0, 0, 0.3);
  background-color: #95b6ef;
}

img {
  -webkit-touch-callout: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
input[type=date],
button,
select,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent !important;
}

a,
input[type=text],
select,
input[type=password],
textarea {
  -webkit-tap-highlight-color: transparent !important;
}

input::-webkit-input-placeholder {
  color: #666;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.white {
  color: #fff;
}

.white-90 {
  color: #e5e5e5;
}

.gray-80 {
  color: #b3b3b3;
}

.red-80 {
  color: #f73171;
}

.black-80 {
  color: #808080;
}

.f-40 {
  font-size: 5.3vw;
}

.f-34 {
  font-size: 4.5vw;
}

.f-32 {
  font-size: 4.3vw;
}

.f-30 {
  font-size: 4vw;
}

.f-28 {
  font-size: 3.7vw;
}

.f-26 {
  font-size: 3.5vw;
}

.f-24 {
  font-size: 3.2vw;
}

.f-20 {
  font-size: 2.7vw;
}

.f-22 {
  font-size: 2.9vw;
}

.ml-12 {
  margin-left: 1.6vw;
}

.mr-12 {
  margin-right: 1.6vw;
}

.mt-12 {
  margin-top: 1.6vw;
}

.mb-12 {
  margin-bottom: 1.6vw;
}

.pb-20 {
  padding-bottom: 2.7vw;
}

.ml-20 {
  margin-left: 2.7vw;
}

.mt-20 {
  margin-top: 2.7vw;
}

.mr-20 {
  margin-right: 2.7vw;
}

.fl-en {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fl-ar {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow {
  background-color: #fbc216;
}

.bg-violet {
  background-color: #a05bf6;
}

.bg-green {
  background-color: #38c566;
}

.bg-blue {
  background-color: #21c3f8;
}

.bg-black {
  background-color: #222426;
}

.bg-gray {
  background-color: #464545;
}

.bg-red {
  background-color: #f73171;
}

.bg-brown {
  background-color: #454343;
}

.movie-content {
  width: 100%;
  background-color: #000;
  padding-bottom: 21.3vw;
}

.movie-header {
  width: calc(100% - 5.3vw);
  height: 11.3vw;
  margin: auto;
}

.movie-header .address p {
  letter-spacing: 0.3vw;
}

.movie-header .address img {
  width: 2.4vw;
  height: 1.5vw;
  margin-left: 0.7vw;
}

.movie-header .select-tap {
  width: 38%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.movie-header .select-tap a {
  color: #fff;
}

.movie-header .select-tap .active {
  color: #f73171;
}

.movie-header .search-btn {
  line-height: 0;
}

.movie-header .search-btn img {
  width: 4.5vw;
  height: 4.8vw;
}

.movie-nav {
  width: calc(100% - 5.3vw);
  height: 8vw;
  margin: auto;
}

.movie-nav .data {
  width: 45%;
}

.movie-nav .data img {
  width: 4.4vw;
  height: 4.1vw;
}

.movie-nav .market {
  width: 35%;
}

.movie-nav .market img {
  width: 1.3vw;
  height: 1.7vw;
}

.distance {
  display: block;
  font-size: 14px;
  color: #999;
  font-style: initial;
  position: absolute;
  bottom: 0.3vw;
  right: 2.7vw;
}

.lh2 {
  line-height: 2.2;
}

.gray-80 em {
  color: #28599e;
  margin: 0 5px;
  font-weight: normal;
}

.pr {
  padding-right: 18vw;
}

.HMfilterDropdown {
  flex-shrink: 0;
  width: 100%;
  z-index: 997;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
}

.region {
  flex: 1;
  height: 44px;
}

.nav {
  width: 100%;
  height: 44px;
  border-bottom: solid 1px #eee;
  background-color: #ffffff;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav .first-menu {
  flex: 1;
  width: 100%;
  font-size: 13px;
  color: #757575;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: color .2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav .first-menu.on {
  color: #28599e;
}

.nav .first-menu.on .iconfont {
  color: #28599e;
}

.nav .first-menu .name {
  height: 20px;
  text-align: center;
  text-overflow: clip;
  overflow: hidden;
}

.nav .first-menu .iconfont {
  width: 13px;
  height: 13px;
  align-items: center;
  justify-content: center;
  transition: transform .2s linear, color .2s linear;
}

.sub-menu-class {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translate3d(0, -100%, 0);
  max-height: 345px;
  background-color: #ffffff;
  z-index: 11;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex-direction: row;
  transition: transform .15s linear;
  overflow: auto;
}

.sub-menu-class.hide {
  transform: translate3d(0, -100%, 0);
}

.sub-menu-class.show {
  transform: translate3d(0, 0, 0);
}

.sub-menu-class .subTitle {
  width: 90%;
  margin: 0 auto;
  font-size: 1.32rem;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 2.5;
}

.sub-menu-class .subTitle span.stopPops {
  font-weight: normal;
  color: #555;
  font-size: .87rem;
}

.sub-menu-class .subItem {
  width: 90%;
  margin: 0 auto;
}

.sub-menu-class .subItem li {
  display: block;
  border: solid 1px #efefef;
  border-radius: 5px;
  text-align: center;
  font-size: 1rem;
  line-height: 2.5;
  margin: .35rem auto;
}

.sub-menu-class .subItem li.on {
  border: solid 1px #28599e;
  color: #28599e;
}

.sub-menu-list {
  width: 100%;
  height: 345px;
  flex-direction: column;
}

.sub-menu-list .sub-menu {
  min-height: 44px;
  font-size: 13px;
  flex-direction: column;
  padding-right: 15px;
}

.sub-menu-list .sub-menu > .menu-name {
  height: 44px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.sub-menu-list .sub-menu > .menu-name > .iconfont {
  display: none;
  font-size: 18px;
  color: #28599e;
}

.sub-menu-list.first {
  flex-shrink: 0;
  width: 100%;
}

.sub-menu-list.first .sub-menu {
  padding-left: 15px;
}

.sub-menu-list.first .sub-menu.on {
  background-color: #fff;
}

.sub-menu-list.alone {
  max-height: 345px;
  min-height: 170px;
  height: auto;
}

.sub-menu-list.alone .sub-menu {
  min-height: calc(44px - 1px);
  margin-left: 15px;
  border-bottom: solid 1px #e5e5e5;
}

.sub-menu-list.alone .sub-menu.on {
  color: #28599e;
}

.sub-menu-list.alone .sub-menu.on > .menu-name > .iconfont {
  display: block;
}

.sub-menu-list.not-first {
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
}

.sub-menu-list.not-first .sub-menu {
  min-height: calc(44px - 1px);
  margin-left: 15px;
  border-bottom: solid 1px #e5e5e5;
}

.sub-menu-list.not-first .sub-menu > .menu-name {
  height: calc(44px - 1px);
}

.sub-menu-list.not-first .sub-menu > .menu-name > .iconfont {
  display: none;
  font-size: 18px;
  color: #28599e;
}

.sub-menu-list.not-first .sub-menu.on {
  color: #28599e;
}

.sub-menu-list.not-first .sub-menu.on > .menu-name > .iconfont {
  display: block;
}

.sub-menu-list.not-first .sub-menu .more-sub-menu {
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 9px;
}

.sub-menu-list.not-first .sub-menu .more-sub-menu > text {
  height: 30px;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #9b9b9b;
  margin-bottom: 6px;
  margin-right: 6px;
  text-align: center;
  line-height: 30px;
  border: solid #f5f5f5 1px;
  flex: 0 0 calc(33.33% - 6px);
  overflow: hidden;
  font-size: 12px;
}

.sub-menu-list.not-first .sub-menu .more-sub-menu > text:nth-child(3n) {
  margin-right: 0;
}

.sub-menu-list.not-first .sub-menu .more-sub-menu > text.on {
  border-color: #f6c8ac;
  color: #28599e;
}

.sub-menu-list.not-first .sub-menu .more-sub-menu > text .iconfont {
  color: #9b9b9b;
}

.filter {
  width: 100%;
  height: 345px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.filter .menu-box {
  width: 95%;
  margin: 0 auto;
  height: calc(345px - 75px);
  flex-shrink: 1;
  overflow: auto;
}

.filter .menu-box .box {
  width: 100%;
  padding-top: 16px;
  flex-direction: column;
}

.filter .menu-box .box .title {
  width: 100%;
  font-size: 13px;
  color: #888;
}

.filter .menu-box .box .labels {
  flex-direction: row;
  flex-wrap: wrap;
}

.filter .menu-box .box .labels .on {
  border-color: #28599e;
  background-color: #28599e;
  color: #fff;
}

.filter .menu-box .box .labels > view {
  width: 28%;
  height: 30px;
  border: solid 1px #adadad;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 8px;
  font-size: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.filter .menu-box .box .labels > view:nth-child(3n) {
  margin-right: 0;
}

.filter .btn-box {
  flex-shrink: 0;
  width: 90%;
  margin: 0 auto;
  height: 75px;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-around;
}

.filter .btn-box > view {
  width: 45%;
  height: 40px;
  border-radius: 40px;
  border: solid 1px #28599e;
  align-items: center;
  justify-content: center;
}

.filter .btn-box .reset {
  color: #28599e;
}

.filter .btn-box .submit {
  color: #fff;
  background-color: #28599e;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  transform: translate3d(0, -100%, 0);
  transition: background-color .15s linear;
}

.mask.show {
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}

.mask.hide {
  transform: translate3d(0, -100%, 0);
}

/* 字体图标 */
@font-face {
  font-family: "HM-FD-font";
  src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAALAAAsAAAAABpQAAAJzAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgp4gQIBNgIkAwwLCAAEIAWEbQc5G8sFERWMIbIfCbbzqA4hp7InSBibVsYGb4J42o82b3e/nJlHMw/NHbGOlwKJRCRpwzPtpAECCOZubdqxjYpQLMlVg+70/08edrgQOtx2ukpVyApZn+dyehPoQObHo3O85rYx9vOjXoBxQIHugW2yIkqIW2QXcScu4jwE8CSWbKSmrqUHFwOaJoCsLM5P4haSGIxRcRHshrUGucLCVcfqI3AZfV/+USguKCwNmtsxVztDxU/n55C+3W0Z4QQpEOTNFqCBbMCAjDUWB9CIwWk87aa70cYgqLkyd3dEmm+18R8eKATEBrV7A5CulBT8dKiWOYZk412XNcDdKSEKSGODnyKIDl+dmVt9/Dx4pu/xyeutkMlHISGPTsPCnoTNP9nOT6wTtDdlO6dPr47efvj942lkYuQzrhMKEjq9N6y98P3340gmlJ/RStUD6F31CAEEPtUW94/7rf+7XgaAz57X0ZHXAGsFFwVgw38yALuMb0IBbVyNamFYEw4oKMDTj3AHRQP5Pt4dci9VwSVkRNQh5r7CLskZadhsWHhRDBsXczk8ZYk3ewnCxmQeQKa3BOHvA8XXO2j+vqRhf7CE+sPmn4anvoL29JLa4qqaUQkmoK+QG2osCckq7txi2leK86aIPyJ3eQZ8xytXYmyQ51jQndJAxIJlqiGSLsOqImiZCjTiZCJt6Lq26U2OoXqwUo0hRaAE0K5AziANy/uLVeXzWyjVqyjcoeupjxDr5MMDn8MDkLG9Aenu5ZrOSSoghAUsRmogkkahSoWAtnlUARnCkY3It0Iu7mWhdmd9Z/19BwBP6GidEi0G56opckXTGZVSPxgAAAA=");
}

.iconfont {
  font-family: "HM-FD-font" !important;
  font-size: 13px;
  font-style: normal;
  color: #757575;
}

.iconfont.triangle:before {
  content: "\e65a";
}

.iconfont.selected:before {
  content: "\e607";
}

.list_btn {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.list_btn .btn_s {
  width: 14.7vw;
  height: 8vw;
  background-color: #28599e;
  color: #fff;
  font-size: 3.7vw;
  outline: none;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
}

.list_btn .btn_s + .btn_s {
  background-color: #decdca;
}

html {
  background: #f0f6f6;
  height: 100%;
}

.top {
  background: #28599e;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top h1 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}

.form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem .5rem;
  background: #ffffff;
}

.form .inputText {
  border-radius: 25px;
  border: solid 1px #efefef;
  background: #f3f3f3 url(../images/icon_ss.png) no-repeat center left 9px;
  background-size: auto;
  background-size: 15px;
  font-size: .76rem;
  height: 2.63rem;
  width: 14rem;
  padding-left: 2rem;
}

.form .submit {
  background: transparent;
  color: #28599e;
  border: none;
  letter-spacing: 2px;
  margin-left: 12px;
}

.movie-list {
  padding: 1rem 0;
}

.movie-list .setitl {
  font-size: .67rem;
  color: #999999;
  line-height: 2;
  margin-bottom: 1rem;
  text-align: center;
}

.movie-list .list li {
  width: 90%;
  margin: 0 auto 1rem;
  background: #fff;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.21);
  padding: .25rem 0.3rem 0.4rem;
  border-radius: 7px;
}

.movie-list .list li .listTitle {
  padding: 0 .56rem;
  font-size: 1.28rem;
  color: #333;
  border-bottom: solid 1px #e7e7e7;
  font-weight: bold;
  line-height: 3;
}

.movie-list .list li .listTitle i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-right: 1px solid #b6b2b2;
  border-top: 1px solid #b6b2b2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: inherit;
}

.movie-list .list li .item {
  padding: .35rem .56rem;
}

.movie-list .list li .item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .98rem;
  color: #666;
  margin: 0.75rem 0;
}

.movie-list .list li .item p label {
  color: #333;
  width: 120px;
}

.movie-list .list li .address {
  padding: 0 .56rem;
  line-height: 2.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.movie-list .list li .address .jl {
  font-size: .56rem;
  color: #28599e;
}

.movie-list .list li .address .wz {
  font-size: .56rem;
  color: #28599e;
}

.movie-list .list li .address .wz img {
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}

.infoList {
  border-radius: 8px;
  background: #fff;
  margin: -.5rem auto 4rem;
  width: 90%;
}

.infoList li {
  width: 90%;
  margin: 0 auto;
  border-bottom: solid 1px #e7e7e7;
  padding: .75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: .98rem;
}

.infoList li .infoA {
  font-size: 1.2rem;
  color: #333;
}

.infoList li .bm {
  width: 120px;
}

.infoList li .wz img {
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}
