@charset "utf-8";
@import "../../js/plugs/layer/skin/layer.css";
@import "../../js/plugs/layer/laydate/need/laydate.css";
@import "../../js/plugs/layer/laydate/skins/dahong/laydate.css";
@import "../../common/css/font-awesome.min.css";
* {
  margin: 0;
  padding: 0;
  font-family: msyh, Arial, Helv, Helvetica, sans-serif;
}
.h1,
.h2,
.h3,
h1,
h2,
h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
label {
  margin-bottom: 0;
}
dl {
  margin-bottom: 0;
}
textarea {
  overflow: hidden;
}
body {
  font-size: 12px;
  box-sizing: border-box;
  position: relative;
}
body ul,
body li,
body ol,
body dl,
body dt,
body dd,
body td,
body tr {
  list-style: none;
}
body em {
  font-style: normal;
}
body img,
body button {
  border: none;
  cursor: pointer;
}
body a {
  text-decoration: none;
  cursor: pointer;
}
body .fl {
  float: left;
}
body .fr {
  float: right;
}
body .fc {
  clear: both;
}
body .hide {
  display: none;
}
.pl20 {
  padding-left: 20px;
}
.w5p {
  width: 5%;
}
.w10p {
  width: 10%;
}
.w15p {
  width: 15%;
}
.w20p {
  width: 20%;
}
.w25p {
  width: 25%;
}
.w30p {
  width: 30%;
}
.w35p {
  width: 35%;
}
.w40p {
  width: 40%;
}
.w45p {
  width: 45%;
}
.w50p {
  width: 50%;
}
.w55p {
  width: 55%;
}
.w60p {
  width: 60%;
}
.w65p {
  width: 65%;
}
.w70p {
  width: 70%;
}
.w75p {
  width: 75%;
}
.w80p {
  width: 80%;
}
.w85p {
  width: 85%;
}
.w90p {
  width: 90%;
}
.w95p {
  width: 95%;
}
.w100p {
  width: 100%;
}
.mb10 {
  margin-bottom: 10px!important;
}
.tl {
  text-align: left !important;
}
.tc {
  text-align: center !important;
}
.tr {
  text-align: right !important;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
input:focus {
  outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-image: none;
  color: #a8a8a8 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.c000 {
  color: #000;
}
.c333 {
  color: #333;
}
.c666 {
  color: #666;
}
.c999 {
  color: #999;
}
.cccc {
  color: #ccc;
}
.red {
  color: #ff0000;
}
.white {
  color: white;
}
.blue {
  color: blue;
}
.yellow {
  color: yellow;
}
.green {
  color: green;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}
.f36 {
  font-size: 36px;
}
.f48 {
  font-size: 48px;
}
.fb {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
.t2 {
  text-indent: 2em;
}
.lh50 {
  line-height: 50px;
}
.lh150 {
  line-height: 150%;
}
.lh180 {
  line-height: 180%;
}
.lh200 {
  line-height: 200%;
}
.unl {
  text-decoration: underline;
}
.no_unl {
  text-decoration: none!important;
}
.no_unl * {
  text-decoration: none!important;
}
.through {
  text-decoration: line-through;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.bc {
  margin-left: auto;
  margin-right: auto;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.cb {
  clear: both;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
*html .clearfix {
  height: 1%;
}
.Clearfix {
  display: block;
}
.vm {
  vertical-align: center;
}
.vd {
  vertical-align: middle;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.abs-right {
  position: absolute;
  right: 0;
}
.abs-right-top {
  position: absolute;
  right: 0;
  top: 0;
}
.abs-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
.abs-left-top {
  position: absolute;
  left: 0;
  top: 0;
}
.abs-left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.zoom {
  zoom: 1;
}
.hidden {
  visibility: hidden;
}
.none {
  display: none;
}
.block {
  display: block;
}
.oh {
  overflow: hidden;
}
.ln {
  list-style-type: none;
}
.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
input::-ms-clear {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.w10 {
  width: 10px;
}
.w20 {
  width: 20px;
}
.w25 {
  width: 25px;
}
.w30 {
  width: 30px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w120 {
  width: 120px;
}
.w130 {
  width: 130px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w180 {
  width: 185px;
}
.w200 {
  width: 200px;
}
.w220 {
  width: 220px;
}
.w250 {
  width: 250px;
}
.w260 {
  width: 260px;
}
.w280 {
  width: 280px;
}
.w300 {
  width: 300px;
}
.w400 {
  width: 400px;
}
.w500 {
  width: 500px;
}
.w600 {
  width: 600px;
}
.w700 {
  width: 700px;
}
.w800 {
  width: 800px;
}
.w {
  width: 100%;
}
.h20 {
  height: 20px;
}
.h25 {
  height: 25px;
}
.h30 {
  height: 30px;
}
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}
.h70 {
  height: 70px;
}
.h80 {
  height: 80px;
}
.h100 {
  height: 100px;
}
.h120 {
  height: 120px;
}
.h150 {
  height: 150px;
}
.h200 {
  height: 200px;
}
.h220 {
  height: 220px;
}
.h250 {
  height: 250px;
}
.h275 {
  height: 275px;
}
.h350 {
  height: 350px;
}
.h500 {
  height: 500px;
}
.h {
  height: 100%;
}
.m0 {
  margin: 0px;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m30 {
  margin: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt70 {
  margin-top: 70px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}
.ml150 {
  margin-left: 150px;
}
.ml158 {
  margin-left: 158px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px ;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p30 {
  padding: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pt100 {
  padding-top: 100px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl100 {
  padding-left: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr50 {
  padding-right: 50px;
}
.pr100 {
  padding-right: 100px;
}
body,
html {
  font: 14px/24px arial, "\5b8b\4f53", sans-serif, tahoma, "Microsoft YaHei";
  color: #666666;
}
a {
  color: #998279;
  text-decoration: none;
}
a:hover {
  color: #ff5715;
  text-decoration: none;
  cursor: pointer;
}
figure {
  margin: 0 !important;
}
.wrap {
  min-width: 1004px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.box-shadow {
  -moz-box-shadow: 0 3px 5px #e9e9e9;
  -webkit-box-shadow: 0 3px 5px #e9e9e9;
  box-shadow: 0 3px 5px #e9e9e9;
}
.brand-primary {
  color: #998279;
}
.brand-info {
  color: #666666;
}
.brand-black {
  color: #46423f;
}
.brand-success {
  color: #008660;
}
.brand-danger {
  color: #d3ac92;
}
.brand-warning {
  color: #ff5715;
}
.brand-gray {
  color: #bfbfb0;
}
.input-group-btn {
  vertical-align: top;
}
body,
a,
span,
label,
p,
li,
div,
table,
td,
tr,
th {
  font-family: "Microsoft YaHei UI";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei UI";
}
.table {
  border-collapse: collapse;
  border: none;
  width: 100%;
}
.table thead {
  line-height: 30px;
  height: 30px;
  border-bottom: 2px solid #ddd;
}
.table td {
  border: 1px solid #ddd;
}
/*公共class*/
.disabled {
  pointer-events: none;
}
.img-circle {
  border-radius: 50%;
  behavior: url('../PIE.htc');
}
.container {
  margin: 15px;
}
.ul-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.panel {
  position: relative;
  padding: 15px;
}
.panel header {
  font-size: 16px;
  margin-bottom: 10px;
}
.spirit2 {
  width: 58px;
  height: 58px;
  background-image: url("../../images/spirit2.png");
  background-repeat: no-repeat;
}
.f18 {
  font-size: 18px;
}
a:hover {
  text-decoration: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dadada;
  padding: 0;
  clear: both;
}
hr.dash {
  border-top: 1px dashed #dadada;
}
.jy-panel {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: auto;
}
.panel-heading {
  padding: 10px 15px;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.panel-footer {
  border-top: 1px solid #ddd;
}
.row {
  clear: both;
  overflow: hidden;
}
.col-1 {
  box-sizing: border-box;
  width: 8.333333%;
  float: left;
}
.col-2 {
  box-sizing: border-box;
  width: 16.666667%;
  float: left;
}
.col-3 {
  width: 25%;
  box-sizing: border-box;
  float: left;
}
.col-4 {
  width: 33.3333%;
  box-sizing: border-box;
  float: left;
}
.col-5 {
  width: 41.6665%;
  box-sizing: border-box;
  float: left;
}
.col-6 {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.col-7 {
  width: 58.3333%;
  box-sizing: border-box;
  float: left;
}
.col-8 {
  width: 66.6666%;
  box-sizing: border-box;
  float: left;
}
.col-9 {
  width: 75%;
  box-sizing: border-box;
  float: left;
}
.col-10 {
  width: 83.3333%;
  box-sizing: border-box;
  float: left;
}
.col-11 {
  width: 91.6666%;
  box-sizing: border-box;
  float: left;
}
.col-12 {
  width: 100%;
  box-sizing: border-box;
  float: left;
}
.col-offset-1 {
  margin-left: 8.333333%;
}
.col-offset-2 {
  margin-left: 16.666667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.3333%;
}
.col-offset-5 {
  margin-left: 41.6665%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.3333%;
}
.col-offset-8 {
  margin-left: 66.6666%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.3333%;
}
.col-offset-11 {
  margin-left: 91.6666%;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-20 {
  width: 20%;
  box-sizing: border-box;
  float: left;
}
.col-22-5 {
  width: 22.5%;
  box-sizing: border-box;
  float: left;
}
.col-80 {
  width: 80%;
  box-sizing: border-box;
  float: left;
}
.input {
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: 1px #C6C6C6 solid;
  border-radius: 15px;
  padding: 0 15px;
  outline: none;
  display: inline-block;
  behavior: url(themes/PIE.htc);
}
.input.focus {
  border: 1px #d3ac92 solid;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
}
.jy-input-group {
  display: inline-block;
  position: relative;
  line-height: normal;
  width: 95%;
  cursor: pointer;
}
.jy-input-group .input {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.jy-input-group .input:last-child {
  padding-left: 35px;
}
.jy-input-group .input:first-child {
  padding-right: 35px;
}
.jy-input-group .jy-input-group-addon {
  background-color: #d3ac92;
  position: absolute \9;
  top: 1px \9;
  right: 2px \9;
  min-width: 24px;
  width: 24px \9;
  height: 24px;
  line-height: 24px;
  margin: 2px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  behavior: url(themes/PIE.htc);
}
.jy-input-group .jy-input-group-addon:hover {
  background-color: #ff5715;
}
.jy-input-group .jy-input-group-addon:last-child {
  position: absolute;
  top: 1px;
  right: 2px;
}
.jy-input-group .jy-input-group-addon:first-child {
  position: absolute;
  top: 1px;
  left: 2px;
}
.disable .jy-input-group-addon {
  background-color: #eee;
}
.disable .jy-input-group-addon:hover {
  cursor: not-allowed;
  background-color: #eee;
}
.btn {
  cursor: pointer;
  text-decoration: none !important;
}
.btn-primary {
  background-color: #998279;
  color: #fff;
  border-color: #998279;
  padding: 6px 20px;
  border-radius: 15px;
}
.btn-primary:hover {
  background-color: #ff5715;
  border-color: #ff5715;
  color: #fff;
  transition: 0.3s;
}
.border-line {
  border: 1px solid #ccc;
}
.no-border {
  border: 1px solid transparent;
}
.bt {
  border-top: 1px solid #ccc;
}
.bb {
  border-bottom: 1px solid #ccc;
}
.bl {
  border-left: 1px solid #ccc;
}
.br {
  border-right: 1px solid #ccc;
}
.borderLeft {
  border-left: 5px solid #998279;
}
.bg-eee {
  background-color: #eee !important;
}
.bg-fff {
  background-color: #fff !important;
}
.bg-f7f {
  background-color: #F7F7F7 !important;
}
.radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  behavior: url(themes/PIE.htc);
}
.radius10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(themes/PIE.htc);
}
.crumb {
  font: 12px 'SimSun';
}
.crumb a,
.crumb span {
  display: inline-block;
  margin-right: 10px;
}
.crumb a {
  color: #666;
}
.crumb a:hover {
  color: #998279;
}
.spirit {
  background-image: url("../../images/spirit.png");
  background-repeat: no-repeat;
}
.spirit-top-right-vi-img {
  width: 33px;
  height: 34px;
  display: inline-block;
  background-position: 0 0;
}
.tab,
ul.tab {
  position: relative;
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  border-bottom: 2px solid #bfbfb0;
}
.tab li,
ul.tab li {
  display: inline-block;
  line-height: 50px;
  height: 52px;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: -2px;
}
.tab li a,
ul.tab li a {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  color: #bfbfb0;
}
.tab li a:hover,
ul.tab li a:hover {
  color: #998279;
}
.tab li.active,
ul.tab li.active {
  border-bottom: 2px solid #998279;
}
.tab li.active a,
ul.tab li.active a {
  color: #998279;
  text-decoration: none;
}
.tab-body {
  position: relative;
}
.tab-body .tab-panel {
  overflow: hidden;
  display: none;
}
.tab-body .tab-panel.active {
  display: block;
}
.film-list {
  padding: 4%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.film-list img {
  width: 100%;
}
.film-list .film-title {
  display: block;
  font-weight: bold;
  color: #46423f;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}
.film-list .film-description {
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  display: block;
  font-size: 12px;
  color: #3e3e3e;
}
.jy-list-item {
  list-style: none;
  padding: 0;
  overflow: auto;
}
.jy-list-item li {
  float: left;
  padding: 0 15px;
}
.pager {
  padding-left: 0;
  margin: 10px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #bcc7c7;
  color: #bcc7c7;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  border: 1px solid #ef7664;
  color: #ef7664;
}
.btn-primary-inverse {
  background-color: #fff;
  color: #998279;
  border-color: #998279;
  padding: 5px 25px;
}
.btn-primary-inverse:hover,
.btn-primary-inverse:active,
.btn-primary-inverse:focus,
.btn-primary-inverse:visited {
  background-color: #998279;
  color: #fff;
  border-color: #998279;
}
.btn-primary-light {
  background-color: #bfbfb0;
  color: #fff;
  border-color: #bfbfb0;
  padding: 6px 20px;
  border-radius: 15px;
}
.btn-primary-light:hover {
  background: #a99690;
  color: #fff;
}
.btn-primary-light:visited {
  color: #ffffff;
}
.btn-white {
  background: #fff;
  color: #998279;
  border: 1px solid #998279;
  border-radius: 15px;
  display: inline-block;
  padding: 0px 15px;
}
.payment-method label {
  margin-left: 25px;
}
.payment-method input {
  vertical-align: middle;
}
.payment-method img {
  vertical-align: middle;
  margin-left: 10px;
}
.payment-method .active img {
  border: 1px solid #ff5715;
}
.loading {
  background: url("../../images/ripple.gif") no-repeat center center;
  height: 80px;
  margin: 0 auto;
}
.preload {
  background: url("../../images/preloader.gif") no-repeat center center;
  height: 128px;
  margin: 0 auto;
  margin-top: 20%;
}
.preload2 {
  background: url("../../images/preloader2.gif") no-repeat center center;
  height: 64px;
  margin: 0 auto;
}
.noboder {
  border: 0px;
}
.noboder thead {
  border-bottom: 0px;
}
.noboder thead td {
  border-bottom: 0px;
}
.noboder tbody td {
  border-top: 0px;
}
.logincheckcode .authcode {
  margin-top: 17px;
  margin-left: 10px;
  width: 100px;
  height: 40px;
}
.logincheckcode2 .authcode {
  margin-top: 7px;
  width: 80px;
  height: 30px;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
}
.pagination li a,
.pagination li span {
  text-align: center;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0 5px;
  min-width: 15px;
}
.pagination li a:hover {
  background-color: #ff5715;
  border-color: #ff5715;
  color: #fff;
}
.pagination li span.current {
  background-color: #d3ac92;
  border-color: #d3ac92;
  color: #fff;
}
.pagination li span.disabled {
  color: #bbb;
  cursor: default !important;
}
.icon-shouji {
  padding-right: 0!important;
  color: #998279;
}
#head_user_link a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #000;
  padding: 0 4px 0 3px;
}
#head_user_link a::before {
  position: absolute;
  left: -2px;
  top: 34px;
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #ddd;
}
#head_user_link .active {
  display: inline-block !important;
}
#head_user_link .login_before {
  display: none;
}
#head_user_link .login_before a:first-child::before {
  display: none;
}
#head_user_link .login_after {
  display: none;
}
#head_user_link .login_after a:first-child::before {
  display: none;
}
#head_user_link .login_after ._message {
  position: relative;
  display: inline-block;
}
#head_user_link .login_after ._message::before {
  top: 35px;
}
#head_user_link .login_after ._message i {
  display: inline-block;
  position: relative;
  top: 2px;
}
#head_user_link .login_after ._message span {
  display: none;
}
#head_user_link .login_after ._message span.active {
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 2px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: red;
  line-height: 14px;
  color: white;
  text-align: center;
  font-size: 9px;
  font-family: serif;
}
label.error {
  color: #d3ac92;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
}
input.error {
  border: 1px solid #d3ac92;
  background: url("icon.png") no-repeat right -5px;
}
input.valid {
  border: 1px solid green;
  background: url("icon.png") no-repeat right -45px;
}
select.error {
  border: 1px solid #d3ac92;
}
select.valid {
  border: 1px solid green;
}
/* Overlay when Modal is open */
#lean_overlay {
  position: fixed;
  z-index: 1001;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
  overflow: hidden;
}
/* Modal box or Popup box */
.popupContainer {
  position: absolute;
  width: 400px;
  height: auto;
  left: 45%;
  top: 80px;
  background: #FFF;
}
.jy-login {
  background: #fff;
}
.jy-login .tab-group {
  /***** /.tab-body ******/
  /****** /.tab-footer ***********/
}
.jy-login .tab-group header {
  position: relative;
}
.jy-login .tab-group header .modal_close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 50px;
  behavior: url(themes/PIE.htc);
  background-color: #998279;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
}
.jy-login .tab-group header .modal_close:hover {
  background-color: #ff5715;
}
.jy-login .tab-group .tab,
.jy-login .tab-group ul.tab {
  text-align: center;
  font-size: 18px;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  height: 50px;
  line-height: 50px;
}
.jy-login .tab-group .tab .tab-item,
.jy-login .tab-group ul.tab .tab-item {
  padding: 0;
  margin: 0;
  width: 33.333%;
  float: left;
  display: inline-block;
  cursor: pointer;
  background: #f5f5f5;
}
.jy-login .tab-group .tab .tab-item.active,
.jy-login .tab-group ul.tab .tab-item.active {
  border-bottom: 0;
  background: #fff;
}
.jy-login .tab-group .tab .tab-item.active a,
.jy-login .tab-group ul.tab .tab-item.active a {
  color: #000;
}
.jy-login .tab-group .tab .tab-item a,
.jy-login .tab-group ul.tab .tab-item a {
  padding: 0;
  margin: 0;
  color: #c7c7c7;
}
.jy-login .tab-group .tab-body .tab-panel {
  padding: 25px;
}
.jy-login .tab-group .tab-footer {
  width: 100%;
  height: 80px;
  background: transparent url(../../images/jy-pattern-sm.png) repeat center;
}
.jy-login .btn {
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  border-radius: 20px;
  behavior: url(themes/PIE.htc);
}
.jy-login .btn-login {
  line-height: 37px;
  height: 37px;
}
/******* 表格 *********/
.si-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  border: 1px solid #b5b5b5;
  border-radius: 30px;
  behavior: url(themes/PIE.htc);
  width: 100%;
}
.si-input-group .input-group-label {
  width: 1%;
  padding: 0 1.2em;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  text-align: center;
  border-radius: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.si-input-group .form-field,
.si-input-group .input-group-label {
  display: table-cell;
}
.si-input-group .form-field {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #555;
  vertical-align: middle;
  border: none;
  border-radius: 30px;
  behavior: url(themes/PIE.htc);
  width: 85%;
}
.si-input-group label.error {
  position: absolute;
  bottom: -25px;
  display: none;
}
.si-input-group input.error {
  background: url("icon.png") no-repeat right 0px;
}
.si-input-group input.valid {
  background: none;
}
.btn-field .form-field {
  width: 66%;
  float: left;
}
.btn-field .form-btn {
  height: 30px;
  color: #666;
  background-color: #EEE;
  border-color: #EEE;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  border: none;
  position: absolute;
  top: 3px;
  top: 6px\9;
  right: 3px;
  border-radius: 20px;
  behavior: url(themes/PIE.htc);
}
.social-login a {
  padding: 10px 5px;
  margin-top: 15px;
}
.qq-icon,
.weibo-icon,
.weixin-icon,
.alipay-icon {
  height: 51px;
  width: 51px;
  display: inline-block;
  background: url(../../images/social-icon.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.qq-icon {
  background-position: 0px 0px;
}
.weibo-icon {
  background-position: -74px 0px;
}
.weixin-icon {
  background-position: -145px 0px;
}
.alipay-icon {
  background-position: -212px 0px;
}
@font-face {
  font-family: "iconfont";
  src: url('../../fonts/iconfont.eot?t=1472006155');
  /* IE9*/
  src: url('../../fonts/iconfont.eot?t=1472006155#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/iconfont.woff?t=1472006155') format('woff'), /* chrome, firefox */ url('../../fonts/iconfont.ttf?t=1472006155') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../../fonts/iconfont.svg?t=1472006155#iconfont') format('svg');
  /* iOS 4.1- */
}
/*//在线字体
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1472310717_9353573.eot'); !* IE9*!
  src: url('//at.alicdn.com/t/font_1472310717_9353573.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *!
  url('//at.alicdn.com/t/font_1472310717_9353573.woff') format('woff'), !* chrome、firefox *!
  url('//at.alicdn.com/t/font_1472310717_9353573.ttf') format('truetype'), !* chrome、firefox、opera、Safari, Android, iOS 4.2+*!
  url('//at.alicdn.com/t/font_1472310717_9353573.svg#iconfont') format('svg'); !* iOS 4.1- *!
}*/
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-diannao:before {
  content: "\e664";
}
.icon-yanjing:before {
  content: "\e633";
}
.icon-dingwei:before {
  content: "\e600";
}
.icon-sousuo:before {
  content: "\e62f";
}
.icon-shafa:before {
  content: "\e616";
}
.icon-xin:before {
  content: "\e601";
}
.icon-huiyuanqia:before {
  content: "\e602";
}
.icon-dianhua:before {
  content: "\e603";
}
.icon-tupian:before {
  content: "\e604";
}
.icon-weixin:before {
  content: "\e691";
}
.icon-youxiang:before {
  content: "\e665";
}
.icon-mima:before {
  content: "\e634";
}
.icon-dianhua1:before {
  content: "\e605";
}
.icon-youxiang1:before {
  content: "\e666";
}
.icon-huodong:before {
  content: "\e647";
}
.icon-shafa1:before {
  content: "\e681";
}
.icon-shanchu:before {
  content: "\e66c";
}
.icon-qq:before {
  content: "\e635";
}
.icon-04:before {
  content: "\e60c";
}
.icon-youxiang2:before {
  content: "\e667";
}
.icon-shanchu1:before {
  content: "\e66d";
}
.icon-shafa2:before {
  content: "\e625";
}
.icon-iconimax:before {
  content: "\e636";
}
.icon-xingji:before {
  content: "\e648";
}
.icon-weixin1:before {
  content: "\e637";
}
.icon-dingwei1:before {
  content: "\e624";
}
.icon-qinglvzuo:before {
  content: "\e695";
}
.icon-tabyingyuan:before {
  content: "\e649";
}
.icon-vip:before {
  content: "\e696";
}
.icon-shouji:before {
  content: "\e638";
}
.icon-fangxiang:before {
  content: "\e668";
}
.icon-huobanyingyuan:before {
  content: "\e64a";
}
.icon-vip1:before {
  content: "\e697";
}
.icon-diannao1:before {
  content: "\e669";
}
.icon-wodedianyingpiao:before {
  content: "\e606";
}
.icon-xiugai:before {
  content: "\e66e";
}
.icon-00:before {
  content: "\e682";
}
.icon-zhaopian:before {
  content: "\e64b";
}
.icon-mima1:before {
  content: "\e639";
}
.icon-weixin2:before {
  content: "\e693";
}
.icon-qinglv:before {
  content: "\e698";
}
.icon-dianying:before {
  content: "\e64c";
}
.icon-guolv:before {
  content: "\e685";
}
.icon-vip2:before {
  content: "\e699";
}
.icon-yingyuanxinxiimax:before {
  content: "\e63a";
}
.icon-dianying1:before {
  content: "\e64d";
}
.icon-luntan:before {
  content: "\e626";
}
.icon-shafa3:before {
  content: "\e683";
}
.icon-xiugai1:before {
  content: "\e66f";
}
.icon-shafa4:before {
  content: "\e684";
}
.icon-yingyuanxinxi4dting:before {
  content: "\e686";
}
.icon-yingyuanxinxijumu:before {
  content: "\e687";
}
.icon-duolaamengdianyingpiao:before {
  content: "\e607";
}
.icon-shandian:before {
  content: "\e66a";
}
.icon-xingji1:before {
  content: "\e64e";
}
.icon-icon05:before {
  content: "\e627";
}
.icon-dingwei2:before {
  content: "\e608";
}
.icon-chenggong:before {
  content: "\e64f";
}
.icon-zhifu:before {
  content: "\e609";
}
.icon-qia:before {
  content: "\e63b";
}
.icon-zuo:before {
  content: "\e60a";
}
.icon-iconfonticonfontclose:before {
  content: "\e670";
}
.icon-xinzeng:before {
  content: "\e671";
}
.icon-shangcheng:before {
  content: "\e628";
}
.icon-shijian:before {
  content: "\e650";
}
.icon-bangzhuzhongxin:before {
  content: "\e60b";
}
.icon-sanjiao:before {
  content: "\e65b";
}
.icon-shangcheng1:before {
  content: "\e629";
}
.icon-pengyouquan:before {
  content: "\e694";
}
.icon-sanjiaohao:before {
  content: "\e65c";
}
.icon-iconfontzhifubao:before {
  content: "\e63c";
}
.icon-wodedianyingpiao1:before {
  content: "\e60d";
}
.icon-saomiao:before {
  content: "\e62a";
}
.icon-sale:before {
  content: "\e60e";
}
.icon-zhifubao:before {
  content: "\e63d";
}
.icon-fangdajing:before {
  content: "\e68d";
}
.icon-shuangji3d:before {
  content: "\e69a";
}
.icon-qq1:before {
  content: "\e63e";
}
.icon-4d:before {
  content: "\e68e";
}
.icon-dubi:before {
  content: "\e672";
}
.icon-imax:before {
  content: "\e673";
}
.icon-qinglvzuo1:before {
  content: "\e69b";
}
.icon-shuangji3d1:before {
  content: "\e69c";
}
.icon-xihuan:before {
  content: "\e60f";
}
.icon-add:before {
  content: "\e674";
}
.icon-weibo:before {
  content: "\e63f";
}
.icon-shangsanjiao:before {
  content: "\e65d";
}
.icon-zhifubao-copy:before {
  content: "\e640";
}
.icon-kefurexian:before {
  content: "\e610";
}
.icon-weibo1:before {
  content: "\e641";
}
.icon-zuanshi:before {
  content: "\e611";
}
.icon-arrow-down:before {
  content: "\e65e";
}
.icon-tuijian2:before {
  content: "\e62c";
}
.icon-dianying2:before {
  content: "\e612";
}
.icon-fangxiangyou:before {
  content: "\e675";
}
.icon-fangxiangxia:before {
  content: "\e676";
}
.icon-fangxiangzuo:before {
  content: "\e677";
}
.icon-xiangqing:before {
  content: "\e613";
}
.icon-shuangrenchuang:before {
  content: "\e678";
}
.icon-chenggong1:before {
  content: "\e651";
}
.icon-4d1:before {
  content: "\e68f";
}
.icon-shuangji3d2:before {
  content: "\e69d";
}
.icon-zhongguojumu:before {
  content: "\e688";
}
.icon-right:before {
  content: "\e65f";
}
.icon-yaoyiyao:before {
  content: "\e614";
}
.icon-dianying3:before {
  content: "\e615";
}
.icon-xiugai-copy:before {
  content: "\e679";
}
.icon-zuanshi1:before {
  content: "\e617";
}
.icon-shafa5:before {
  content: "\e642";
}
.icon-shafa6:before {
  content: "\e62b";
}
.icon-shangcheng2:before {
  content: "\e62d";
}
.icon-icon1460188600932:before {
  content: "\e690";
}
.icon-chengshifuwu:before {
  content: "\e618";
}
.icon-zhifubao1:before {
  content: "\e67a";
}
.icon-wodezuji:before {
  content: "\e619";
}
.icon-sanjiao-copy:before {
  content: "\e660";
}
.icon-zhifubao2:before {
  content: "\e67b";
}
.icon-down-copy-copy:before {
  content: "\e661";
}
.icon-zhaopian1:before {
  content: "\e652";
}
.icon-yueliang:before {
  content: "\e61a";
}
.icon-mxxinsuiweixuanzhong:before {
  content: "\e61b";
}
.icon-xinsuixuanzhong:before {
  content: "\e61c";
}
.icon-jinpai:before {
  content: "\e653";
}
.icon-dianyingyuan:before {
  content: "\e654";
}
.icon-cf-c12:before {
  content: "\e655";
}
.icon-sale01:before {
  content: "\e61d";
}
.icon-shouye:before {
  content: "\e643";
}
.icon-fangxiangfanhui:before {
  content: "\e67c";
}
.icon-geren:before {
  content: "\e61e";
}
.icon-dingwei3:before {
  content: "\e66b";
}
.icon-banbengengxin:before {
  content: "\e656";
}
.icon-filtrate:before {
  content: "\e692";
}
.icon-yanzheng:before {
  content: "\e644";
}
.icon-chuang:before {
  content: "\e67d";
}
.icon-yanzheng1:before {
  content: "\e645";
}
.icon-store:before {
  content: "\e630";
}
.icon-chengchangzuji:before {
  content: "\e61f";
}
.icon-fenxiang:before {
  content: "\e657";
}
.icon-zuowei:before {
  content: "\e620";
}
.icon-xinzeng1:before {
  content: "\e67e";
}
.icon-dianying4:before {
  content: "\e631";
}
.icon-xiugai2:before {
  content: "\e67f";
}
.icon-cardb:before {
  content: "\e646";
}
.icon-zuowei2:before {
  content: "\e621";
}
.icon-huiyuanqia1:before {
  content: "\e622";
}
.icon-taiyang:before {
  content: "\e623";
}
.icon-yingyuan:before {
  content: "\e658";
}
.icon-fangxiangshang:before {
  content: "\e680";
}
.icon-luntan1:before {
  content: "\e632";
}
.icon-jinpairenzheng:before {
  content: "\e659";
}
.icon-banben:before {
  content: "\e65a";
}
.icon-sanjiaoyou:before {
  content: "\e662";
}
.icon-sanjiaozuo:before {
  content: "\e663";
}
.icon-shang:before {
  content: "\e689";
}
.icon-xia:before {
  content: "\e68a";
}
.icon-you:before {
  content: "\e68b";
}
.icon-zuo1:before {
  content: "\e68c";
}
.icon-shafa1:before {
  content: "\e62e";
}
.icon-vip3:before {
  content: "\e69e";
}
.icon-qinglvhaoma:before {
  content: "\e69f";
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  background: transparent;
  border-radius: 7px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
  behavior: url(themes/PIE.htc);
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}
.banner {
  position: relative;
  overflow: auto;
}
.banner li {
  list-style: none;
}
.banner ul li {
  float: left;
}
.full-wrap {
  position: relative;
}
.full-wrap .unslider {
  width: 100%;
}
.full-wrap .unslider-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
}
.full-wrap:hover .film-direction-btn {
  display: block;
  transition: 0.5s ease;
}
.full-width-banner {
  position: relative;
  width: 100%;
  overflow: auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.full-width-banner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 300%;
}
.advertise .unslider img {
  width: 100%;
}
.jy-arrow-left {
  left: 1%;
}
.jy-arrow-left span {
  left: -3px;
}
.jy-arrow-right {
  right: 1%;
}
.jy-arrow-right span {
  right: -3px;
}
.img1 {
  height: 290px;
  background-image: url('../../images/b1.jpg');
}
.cleanall {
  position: absolute;
  right: 42px;
  top: 9px;
  padding: 0 5px;
  color: #937b73;
  cursor: pointer;
  z-index: 2;
}
#fastSearch {
  height: 50px;
  padding-top: 10px;
}
#fastSearch .active .jy-dropdown {
  display: block;
}
.film-list-tip {
  height: 50px;
  line-height: 50px;
}
.news li {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
}
.news li a {
  display: inline-block;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cinemaNotic li {
  font-size: 14px;
  line-height: 28px;
}
.news-date {
  display: inline-block;
}
.process {
  background-image: url("../../images/process.png");
  background-position: center center;
  height: 118px;
}
.film-list {
  position: relative;
}
.film-list img {
  transition: all 0.5s;
  display: block;
  height: 100%;
}
.film-list figure {
  padding: 0;
  margin: 0;
  height: 238px;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  position: relative;
}
.film-list figure:hover img {
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.film-list figure:hover .film-score {
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.film-list figure:hover .mask {
  left: 0;
}
.film-list .mask {
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 36px;
  color: #fff;
  z-index: 10;
  top: 0;
  left: -100%;
  transition: left 0.5s;
}
.film-list .film-score {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 24px;
  background: #ddd;
  line-height: 24px;
  transition: 0.5s;
}
.film-list .film-type {
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.film-list .film-but-tip {
  margin-top: 20%;
  position: relative;
}
.film-list .film-but-tip .icon-shangcheng {
  margin-top: -5px;
}
.film-list .film-but-tip .ilike {
  color: #ff5715;
}
.film-list .film-but-tip a {
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #bfbfb0;
  padding: 1px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  behavior: url(themes/PIE.htc);
}
.film-list .film-but-tip a:hover {
  color: #ff5715;
  text-shadow: 0 0 10px #ff5715;
  border: 2px solid #46423f;
}
.index-tab-body:hover .film-direction-btn {
  display: block;
  transition: 0.5s ease;
}
.opp-list {
  height: 770px;
  display: block;
}
.film-direction-btn {
  display: none;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -40px;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  filter: alpha(opacity=30);
  opacity: 0.3;
  z-index: 100;
  border: 1px solid #C6C6C6;
  border-radius: 50%;
  behavior: url(themes/PIE.htc);
}
.film-direction-btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  transition: 0.5s ease;
}
.film-direction-btn a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  color: #ff5715;
}
.film-direction-btn a span {
  position: absolute;
  top: 25%;
  z-index: 5;
  display: inline-block;
}
.film-direction-btn-left {
  left: -20px;
}
.film-direction-btn-left span {
  left: -3px;
}
.film-direction-btn-right {
  right: -20px;
}
.film-direction-btn-right span {
  right: -3px;
}
.hot-arrow .arrow,
.coming-arrow .arrow {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  border: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
#hotal,
#hotar,
#comingal,
#comingar {
  opacity: 0.2;
}
#hotal:hover,
#hotar:hover,
#comingal:hover,
#comingar:hover {
  background-color: #ff5715;
  opacity: 0.7;
}
#hotal,
#comingal {
  background: url("../../images/arrowl.png") no-repeat center center #ff5715;
  left: -20px;
}
#hotar,
#comingar {
  background: url("../../images/arrowr.png") no-repeat center center #ff5715;
  right: -20px;
}
.jy-dropdown {
  position: absolute;
  display: none;
  z-index: 200;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  padding: 3px 1px;
  font-size: 14px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  behavior: url(themes/PIE.htc);
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
.filmbox {
  top: 40px;
  left: 0;
  width: 280px;
  height: auto;
  max-height: 350px;
}
.filmbox ul {
  height: auto;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.filmbox ul li {
  font-size: 14px;
  display: block;
  overflow: hidden;
}
.filmbox ul li a {
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  zoom: 1;
  color: #333;
  text-decoration: none;
  padding: 5px 12px;
  line-height: 1.6em;
}
.filmbox ul li a:hover {
  background: #d3ac92;
  color: #333333;
}
.cinemabox {
  top: 40px;
  left: 0;
  width: 620px;
  height: auto;
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto;
}
.cinemabox .arealist {
  line-height: 2em;
}
.cinemabox .arealist p.oftenlist {
  position: relative;
  padding: 0 0 0 70px;
}
.cinemabox .arealist p.oftenlist span {
  position: absolute;
  left: 15px;
  top: 0px;
  width: 70px;
}
.cinemabox .arealist p.oftenlist a {
  width: 248px;
  padding: 0 0 0 8px;
  display: inline-block;
  color: #333;
  position: relative;
}
.cinemabox .arealist p.oftenlist a:hover {
  background: #d3ac92;
  color: #333333;
}
.sessionbox {
  top: 40px;
  right: 0;
  width: 560px;
  height: 540px;
}
.sessionbox .showdate ul {
  height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.sessionbox .showdate ul li {
  list-style: none;
  clear: both;
  overflow: hidden;
  position: relative;
  zoom: 1;
  border-top: 1px dotted #ccc;
  height: 32px;
  line-height: 32px;
  padding: 12px 0;
  margin-top: -1px;
  cursor: pointer;
}
.sessionbox .showdate span {
  float: left;
  display: inline;
  font-size: 14px;
}
.sessionbox .showdate .time {
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  width: 100px;
  color: #333;
}
.sessionbox .showdate .lounge {
  width: 175px;
  color: #333;
  overflow: hidden;
}
.sessionbox .showdate .price {
  width: 120px;
  padding-left: 15px;
  font-size: 24px;
  color: #ff5715;
}
#top-bar {
  position: relative;
  z-index: 1000;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px #eee solid;
}
#top-bar ul {
  padding: 0;
  margin: 0 0 0 320px;
  list-style: none;
  white-space: nowrap;
}
#top-bar ul li {
  display: inline;
}
#top-bar ul li a {
  display: inline-block;
  padding: 0 17px;
  font-size: 18px;
  font-family: "Microsoft YaHei UI";
  color: #46423f;
}
#top-bar ul li a:hover {
  color: #ff5715;
  text-decoration: none;
}
#top-bar ul li.active a {
  background-color: #d3ac92;
  color: #fff;
}
#top-bar .top-btn a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
#top-bar .top-btn a:hover .top-qrcode {
  display: block;
}
#top-bar .top-qrcode {
  display: none;
  width: 230px;
  background-color: #fff;
  color: #000;
  position: absolute;
  border-radius: 3px;
  border: 4px solid #eee;
  text-align: center;
  left: -99px;
  top: 60px;
}
#top-bar .top-qrcode .icon-down-copy-copy {
  position: absolute;
  color: #eee;
  top: -13px;
  line-height: 16px;
  left: 106px;
  z-index: -1;
}
#top-bar .top-qrcode figure {
  height: 105px;
}
#top-bar .top-qrcode h4 {
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-weight: normal;
  font-size: 14px;
}
#top-bar .top-qrcode img {
  width: 100px;
  height: 100px;
}
#top-bar #location {
  line-height: 14px;
  color: #bfbfb0;
}
#top-bar #location .city {
  padding: 1px 3px;
  line-height: 16px;
}
#top-bar #location .city:hover {
  cursor: pointer;
}
#logo-main,
.logo-main {
  background-image: url(../../images/logo-main.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -1000px;
  overflow: hidden;
  height: 80px;
  width: 200px;
}
.footer .bottom-box-left {
  width: 18%;
}
.footer .bottom-box-right {
  width: 82%;
  margin-left: 18%;
}
.footer .bottom-box {
  border: 3px solid #bfbfb0;
  float: left;
  margin: 2px 5px;
  padding: 0 10px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  text-align: center;
}
.footer .bottom-box-color {
  border-color: #dfd1cd;
  background-color: #efe7e4;
}
.footer .bottom-box-001 {
  width: 40%;
}
.footer .bottom-box-001 .bottom-box {
  width: 70%;
}
.footer .bottom-box-002 {
  width: 28%;
}
.footer .bottom-box-002 .bottom-box {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  height: 33px;
}
.footer .bottom-box-a {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 15px;
  width: 5%;
  height: 45px;
  overflow: visible;
}
/*默认样式，主要是position:fixed实现屏幕绝对定位*/
#gotoTop {
  display: none;
  position: fixed;
  top: 90%;
  left: 50%;
  cursor: pointer;
  margin-top: -30px;
  margin-left: 550px;
  padding: 9px 9px;
  width: 20px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #fff;
}
#gotoTop:hover {
  color: #ff5715;
  text-decoration: none;
}
.comp_upload {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  text-align: center;
  position: relative;
  min-height: 100px;
  vertical-align: top;
}
.comp_upload_wrap {
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.comp_upload_wrap:hover {
  background-color: #eee;
}
.comp_upload_wrap input.comp_upload_file {
  width: 100%;
  height: 100%;
  border: none;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
}
.comp_upload_wrap figure {
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.comp_upload_wrap figure img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: inline-block;
  margin-top: -3px;
}
.comp_upload_icon {
  z-index: -1;
  font-size: 20px;
  cursor: hand;
  display: inline-block;
}
/*.comp_upload_title{font-size: 12px; color: #999999;display: inline-block; width:@w;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;word-break: keep-all; height: 20px; line-height: 20px;}*/
.comp_upload_title {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  line-height: 18px;
}
.comp_upload_close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
}
.comp_upload_close a {
  font-size: 11px;
  color: #ff0000;
  background-color: #eee;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 5em;
  text-decoration: none;
}
.comp_upload_close a:hover {
  color: #fff;
  background-color: #ff0000;
}
.comp_upload_img {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.comp_upload_img img {
  vertical-align: middle;
}
.comp_thum_down {
  position: relative;
  top: -20px;
}
.comp_thum {
  position: relative;
  left: -80px;
}
a {
  color: #998279;
  text-decoration: none;
}
a:hover {
  color: #ff5715;
  text-decoration: none;
  cursor: pointer;
}
.comp-sie-vh {
  visibility: hidden;
}
.available {
  color: #bfbfb0;
}
.unavailable {
  color: #666766 !important;
  cursor: not-allowed !important;
}
.selected {
  color: #ff5715;
}
#comp-sie-ordertip {
  padding-bottom: 15px;
}
#comp-sie-seat-totalAmount {
  font-size: 18px;
  color: #ff5715;
}
.comp-sie-seat-selectedList {
  clear: both;
  padding-top: 20px;
  text-align: center;
}
.comp-sie-seat-selectedList #seat-select-list {
  border-top: 1px dashed #bfbfb0;
  padding-top: 20px;
}
.comp-sie-seat-selectedList a {
  display: inline-block;
  margin: 0 6px;
}
.comp-sie-seat-selectedList a:hover {
  border-color: #ff5715;
}
.comp-sie-seat-selectedList a:hover i {
  background-color: #ff5715;
  color: #fff;
}
.comp-sie-seat-selectedList a i {
  color: #ff5715;
  padding: 2px;
  margin-left: 2px;
}
.comp-sie-seat-selectedList .comp-sie-seat-total {
  padding: 15px;
}
#comp-sie-seat-wrap dl.comp-sie-seat-row-warp {
  float: left;
  clear: left;
  height: 45px;
  font: 14px/24px arial, "\5b8b\4f53", sans-serif, tahoma, "Microsoft YaHei";
  margin: 0;
  white-space: nowrap;
  position: relative;
}
#comp-sie-seat-wrap dl.comp-sie-seat-row-warp dt {
  line-height: 30px;
  margin: 0 0 0 20px ;
  text-align: center;
  background-color: #bfbfb0;
  height: 100%;
  width: 15px;
  position: absolute;
  font-size: 12px;
}
#comp-sie-seat-wrap dl.comp-sie-seat-row-warp:first-of-type dt {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#comp-sie-seat-wrap dl.comp-sie-seat-row-warp:last-of-type dt {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.comp-sie-icon-img {
  position: absolute;
  top: 0;
  left: 5%;
  width: 25px;
  height: 25px;
  z-index: 1;
}
.comp-sie-seat-tip {
  position: absolute;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 0px 5px #dddddd;
  -webkit-box-shadow: 0px 0px 5px #dddddd;
  box-shadow: 0px 0px 5px #dddddd;
  font-size: 14px;
  background-color: #fff;
  color: #46423f;
  white-space: nowrap;
  z-index: 5;
  top: 35px;
  width: 74px;
  text-align: center;
  left: -25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.comp-sie-seat-tip .img {
  z-index: 5;
  width: 13px;
  height: 7px;
  left: 30.5px;
  top: -7px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAYAAADTcMcaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RURGQTE2QjdCRjcxMUU2OUVEMjlCQzBFMDE2MzkxMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RURGQTE2QzdCRjcxMUU2OUVEMjlCQzBFMDE2MzkxMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZFREZBMTY5N0JGNzExRTY5RUQyOUJDMEUwMTYzOTEyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZFREZBMTZBN0JGNzExRTY5RUQyOUJDMEUwMTYzOTEyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YrXr4wAAAJ9JREFUeNpi3L9/AwM2ICurEvD48R2skky4NLx9+3K1mJj0Xnl5NVWCmmAaDA2tWZiYmO1//vxRiVcTsgZWVnYGoC3M//79C5aQkF0JZMtjaELXAAKcnNwMiooafMzMLGE/fnybgqIJqCEIXQMMgDTKyCgz/P37x0FKSqEfJMZ479416adP7z82N3dmRNeADL5//8oAVPvv79+/NwECDAAsB0IigaIyHAAAAABJRU5ErkJggg==");
}
ul.comp-sie-seat-row {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 24px;
  position: relative;
}
ul.comp-sie-seat-row li {
  text-align: center;
  display: inline-block;
  width: 30px;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}
ul.comp-sie-seat-row li:hover.available {
  color: #d3ac92;
}
ul.comp-sie-seat-row i {
  display: none;
}
.comp-sie-showSeatNumber ul.comp-sie-seat-row li {
  padding-bottom: 15px;
}
.comp-sie-showSeatNumber ul.comp-sie-seat-row li i {
  margin-top: 20px;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  padding-top: 3px;
}
.comp-sie-showSeatNumber .comp-sie-seat-tip {
  top: 45px;
}
.comp-sie-thum-seat-wrap {
  margin: 0 auto;
  position: absolute;
  background-color: #fff;
  left: 0;
  z-index: 10;
  padding: 5px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 5px #dddddd;
  -webkit-box-shadow: 0 0 5px #dddddd;
  box-shadow: 0 0 5px #dddddd;
}
.comp-sie-thum-seat-wrap .tip {
  z-index: 5;
  width: 13px;
  height: 7px;
  left: 10px;
  top: -7px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAYAAADTcMcaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RURGQTE2QjdCRjcxMUU2OUVEMjlCQzBFMDE2MzkxMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RURGQTE2QzdCRjcxMUU2OUVEMjlCQzBFMDE2MzkxMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZFREZBMTY5N0JGNzExRTY5RUQyOUJDMEUwMTYzOTEyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZFREZBMTZBN0JGNzExRTY5RUQyOUJDMEUwMTYzOTEyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YrXr4wAAAJ9JREFUeNpi3L9/AwM2ICurEvD48R2skky4NLx9+3K1mJj0Xnl5NVWCmmAaDA2tWZiYmO1//vxRiVcTsgZWVnYGoC3M//79C5aQkF0JZMtjaELXAAKcnNwMiooafMzMLGE/fnybgqIJqCEIXQMMgDTKyCgz/P37x0FKSqEfJMZ479416adP7z82N3dmRNeADL5//8oAVPvv79+/NwECDAAsB0IigaIyHAAAAABJRU5ErkJggg==");
}
.comp-sie-thum-seat-wrap ul.comp-sie-thum-seat-row {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  font-size: 8px;
  line-height: 8px;
  height: 8px;
  display: block;
}
.comp-sie-thum-seat-wrap ul.comp-sie-thum-seat-row .available {
  background-color: #bfbfb0;
}
.comp-sie-thum-seat-wrap ul.comp-sie-thum-seat-row .unavailable {
  background-color: #46423f;
}
.comp-sie-thum-seat-wrap ul.comp-sie-thum-seat-row li.comp-sie-thum-seat {
  width: 5px;
  height: 5px;
  padding: 0;
  margin: 1px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.comp-sie-thum-seat-wrap ul.comp-sie-thum-seat-row li.comp-sie-thum-seat:hover.available {
  color: #d3ac92;
}
.film-title .index-activityImg {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.schedule-activityImg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
}
.schedule-td {
  position: relative;
}
.schedule-promotional {
  color: red !important;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
}
.schedule-promotional .promotional-con {
  margin-left: 300px;
  margin-top: -40px;
  position: absolute;
  z-index: 100;
  display: none;
}
.schedule-promotional .promotional-con .promotional-pos {
  margin-top: 50px;
  min-width: 360px;
  max-width: 450px;
  min-height: 200px;
  max-height: 500px;
  background: #fff;
  padding: 20px;
  border: #ccc solid 1px;
  color: #333;
  display: block;
}
.schedule-promotional .promotional-con .promotional-pos .title {
  text-align: center;
  display: block;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.schedule-promotional .promotional-con .promotional-pos .con-text {
  font-size: 14px;
  padding: 0 10px;
  display: block;
  overflow: auto;
}
.schedule-promotional2 {
  color: red !important;
  padding-left: 10px;
}
.member-card-cardList .img {
  width: 130px;
  float: left;
  padding: 10px 15px;
}
.member-card-cardList .img .card-bg-on {
  background: url(../../images/style1/card-bg-2.png) no-repeat center !important;
  background-size: 140px !important;
}
.member-card-cardList .img .card-bg {
  width: 145px;
  height: 82px;
  border-radius: 5px;
  overflow: hidden;
  background: url(../../images/style1/card-bg-1.png) no-repeat center;
  background-size: 140px;
  color: #fff;
}
.member-card-cardList .img .card-bg .text1 {
  font-size: 25px;
  float: left;
  padding: 35px 0 0 10px;
}
.member-card-cardList .img .card-bg .text2 {
  font-size: 40px;
  float: left;
  padding: 28px 0 0 5px;
}
.member-card-cardList .img .card-bg .text3 {
  font-size: 18px;
  float: left;
  padding: 36px 0 0 5px;
}
.order-confirm-card {
  border-top: #ccc solid 1px;
  padding: 10px 50px;
}
.order-confirm-card .card-title {
  width: 80px;
  font-size: 18px;
  font-weight: bold;
  float: left;
  padding-top: 10px;
}
.order-confirm-card .card-list {
  width: 600px;
  float: left;
}
.order-confirm-card .card-list .img {
  float: left;
  margin-left: 10px;
  width: 100px;
  height: 39px;
  background: url(../../images/icon-deduction.png);
}
.order-confirm-card .card-list .img span {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  top: 5px;
  left: 25px;
}
.order-confirm-card .card-list .active {
  background: url(../../images/icon-deduction-on.png) !important;
}
/*****
 * 皮肤样式 add by sola
 * ******/
/*#top-bar {*/
/*padding-top: 50px;*/
/*background: url(../../images/style1/header-bg.png) center top;*/
/*}*/
/*body > .main {*/
/*background: url(../../images/style1/main-bg.jpg);*/
/*position: relative;*/
/*padding-bottom: 60px;*/
/*}*/
/*body > .main > div {*/
/*position: relative;*/
/*z-index: 1;*/
/*}*/
/*body > .main .top-bg {*/
/*width: 100%;*/
/*height: 100%;*/
/*background: url(../../images/style1/top-bg.png) center top no-repeat;*/
/*z-index: 0;*/
/*position: absolute;*/
/*top: 0;*/
/*}*/
/*body > .main .bottom-bg {*/
/*background: url(../../images/style1/footer-bg.png) center bottom no-repeat;*/
/*width: 100%;*/
/*height: 230px;*/
/*z-index: 0;*/
/*position: absolute;*/
/*bottom: 0;*/
/*}*/
/*body > .main .border-line {*/
/*background: #fff;*/
/*}*/
/*body > .main #fastSearch {*/
/*box-shadow: none !important;*/
/*z-index: 100;*/
/*}*/
/*body > .main ol.breadcrumb {*/
/*margin-top: 0;*/
/*padding-top: 10px;*/
/*}*/
/*body > .main .aboutjinyi {*/
/*background: #fff;*/
/*}*/
/*#top-bar ul li.active a {*/
/*background: none;*/
/*color: #af292d !important;*/
/*border-bottom: #af292d solid 3px;*/
/*}*/
#timetable .pr {
  background: #fff;
}
.select-box {
  background: #fff;
}
hr {
  border-color: #fff !important;
}
.film-list .index-activityImg-2 {
  position: absolute;
  z-index: 10;
  width: 50px;
  height: 50px;
}
.film-score .pointHeart .cover {
  background: #fff;
}
#orderConfirmCard {
  display: none;
}
.film-score .pointHeart {
  background: #fff;
}
.mt20 {
  margin-top: 20px;
}
.jy-login form input {
  outline: none;
}
.jy-login form input::-webkit-outer-spin-button,
.jy-login form input::-webkit-inner-spin-button {
  -webkit-appearance: textfield;
}
.jy-login form input[type="number"] {
  -moz-appearance: textfield;
}
#zero_pay_div {
  display: none;
}
#zero_pay_div .zero_pay_label .zero_pay_li {
  width: 92px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  text-align: center;
  border: 1px solid #ccc;
  display: none;
}
#zero_pay_div .zero_pay_label.active .zero_pay_li {
  border-color: #ff5715;
  background-color: #937b73;
  color: white;
}
#zero_pay_div #equity_card_pass_div {
  display: none;
}
#top-bar ul li a {
  padding: 0 10px;
}
#top-bar {
  display: block !important;
  display: inline-block;
  zoom: 1;
}
#top-bar:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#top-bar:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#equity_card_pass_div {
  margin-top: 45px;
}
#equity_card_pass_div > div {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#equity_card_pass_div > div label {
  text-align: right;
  width: 130px;
  margin-left: 0;
  display: inline-block;
  font-weight: bold;
  color: black;
  margin-right: 18px;
}
#equity_card_pass_div > div label::after {
  content: '：';
}
#equity_card_pass_div > div input {
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 1px 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 200px;
  height: 23px;
  line-height: 23px;
}
.jy-list-item > li {
  width: 290px !important;
}
.getAuth {
  padding: 0 8px;
}
.si-input-group {
  position: relative;
}
.no_data {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: gray;
}
.no_data img {
  width: 80px;
}
.get_verify_btn {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 2px 12px;
  border-radius: 14px;
  border: none;
  position: absolute;
  right: 5px;
  top: 4px;
}
.get_verify_btn#mobile_verify_down_count {
  display: none;
}
.get_verify_btn#card_verify_down_count {
  display: none;
}
.mb0 {
  margin-bottom: 0!important;
}
.loading2 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
  height: 100%;
  display: none;
}
.loading2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin: 0 auto;
  height: 37px;
  line-height: 37px;
}
.w600 {
  width: 600px !important;
}
.pl50 {
  padding-left: 50px;
}
.text_gray {
  color: gray !important;
}
.abs_right {
  position: absolute;
  right: 0;
  top: 0;
}
a {
  color: #46423f;
}
a:hover {
  transition: color 0.2s ease;
  color: #ff5715;
}
.input,
.input2 {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  padding: 1px 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.button {
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.button.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.button.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.button.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.button.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.button.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.button.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.button[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.button:hover {
  transition: background-color, border 0.3s ease;
}
.button_main {
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 4px 22px;
  font-size: 16px;
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.button_main.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.button_main.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.button_main.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.button_main.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.button_main.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.button_main.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.button_main[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.button_main:hover {
  transition: background-color, border 0.3s ease;
}
.button_main:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.button_main i {
  display: inline-block;
  margin-right: 6px;
}
.red {
  color: #ff5715;
}
.label {
  color: #615b57;
  text-align: right;
}
.label::after {
  content: '：';
}
#head {
  margin-bottom: 15px;
  width: 100%;
  width: 1080px;
  margin: 0 auto;
}
#main {
  width: 100%;
  width: 1080px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
#foot {
  width: 100%;
  width: 1080px;
  margin: 0 auto;
}
.crumb {
  height: 32px;
  line-height: 32px;
  padding-left: 3px;
  display: inline-block;
  zoom: 1;
}
.crumb:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.crumb:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.crumb > li {
  display: inline-block;
  float: left;
}
.crumb > li a {
  margin-right: 0;
}
.crumb > li::after {
  font-family: 'simsun';
  content: '>';
  padding: 0 5px;
}
.crumb > li:last-child::after {
  content: '';
  display: none;
}
.crumb > li._search {
  padding-left: 3px;
  height: 32px;
  overflow: hidden;
  position: relative;
}
.crumb > li._search::after {
  content: '';
}
.crumb > li._search input {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  padding: 1px 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 3px;
}
.crumb > li._search button {
  position: absolute;
  right: 7px;
  top: 9px;
  background-color: transparent;
}
.pages {
  text-align: center;
}
.pages li {
  display: inline-block;
  margin: 0 !important;
}
.pages li a {
  border: 1px solid #ddd;
  border-left: none;
  padding: 3px 8px;
  font-family: '宋体';
}
.pages li:first-child a {
  border-left: 1px solid #ddd;
}
.pages li.active {
  background-color: #ff5715;
}
.pages li.active a {
  color: white;
}
.table {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.table td {
  padding: 3px 6px !important;
}
.table thead {
  height: 28px;
  line-height: 28px;
  background-color: #f5f5f5;
}
.table thead th {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table thead th:first-child {
  border-left: none;
}
.table tbody tr {
  border-top: 1px solid #ddd;
}
.table tbody tr:first-child {
  border-top: none;
}
.table tbody tr.active {
  background-color: #e2c8b6;
}
.table tbody tr.active i {
  color: #ff5715;
}
.table tbody tr td {
  text-align: center;
  line-height: 20px;
  border-left: 1px solid #ddd;
}
.table tbody tr td:first-child {
  border-left: none;
}
.table tbody tr td a {
  border-left: 1px solid #ddd;
  padding: 0 7px 0 8px;
  color: #d3ac92;
}
.table tbody tr td a:first-child {
  border-left: none;
}
.table tbody tr td a:hover {
  color: #ff5715;
}
.table tbody tr:hover {
  background-color: #f5f5f5;
}
.area_cascade {
  display: inline-block;
  width: 290px;
  position: relative;
  top: 2px;
}
.area_cascade .area_view {
  height: 22px;
  line-height: 22px;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  padding-left: 6px;
  cursor: pointer;
  position: relative;
}
.area_cascade .area_view span::before {
  content: '/';
  padding: 0 5px;
  color: #615b57;
}
.area_cascade .area_view span:first-child::before {
  content: '';
  padding: 0;
}
.area_cascade .area_view::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 6px;
  border-width: 5px;
  border-color: #46423f transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.area_cascade .area_content {
  display: none;
  position: absolute;
  top: 24px;
  left: 0px;
  z-index: 11;
  width: 288px;
  background-color: white;
  border: 1px solid #aaaaaa;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.area_cascade .area_content .area_tab {
  width: 100%;
  height: 31px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.area_cascade .area_content .area_tab > li {
  display: inline-block;
  float: left;
  height: 31px;
  line-height: 31px;
  color: #46423f;
  padding: 0 20px;
  border-right: 1px solid #ddd;
}
.area_cascade .area_content .area_tab > li.active {
  background-color: white;
  position: relative;
}
.area_cascade .area_content .area_tab > li.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 30px;
  right: 0;
}
.area_cascade .area_content .area_tab > li.active > a {
  color: #ff5715;
}
.area_cascade .area_content .area_list {
  padding: 10px;
}
.area_cascade .area_content .area_list > dl {
  width: 100%;
  box-sizing: border-box;
  display: table;
  padding-bottom: 5px;
}
.area_cascade .area_content .area_list > dl > dt {
  padding-left: 5px;
  width: 40px;
  font-weight: bold;
  display: table-cell;
}
.area_cascade .area_content .area_list > dl > dd {
  width: 270px;
  line-height: 20px;
}
.area_cascade .area_content .area_list > dl > dd a {
  display: inline-block;
  padding: 2px 8px;
  margin: 0;
}
.area_cascade .area_content .area_list > dl > dd a.active {
  border-radius: 3px;
  background-color: #ff5715;
  color: white;
}
.area_cascade .area_content .area_list > dl > dd a:hover {
  border-radius: 3px;
  background-color: #fafafa;
  color: #ff5715;
}
.area_cascade.expand .area_view {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.area_cascade.expand .area_content {
  display: block;
}
.area_cascade2 {
  display: inline-block;
  width: 290px;
  position: relative;
  top: 2px;
}
.area_cascade2 .area_view {
  height: 22px;
  line-height: 22px;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  padding-left: 6px;
  cursor: pointer;
  position: relative;
}
.area_cascade2 .area_view span::before {
  content: '/';
  padding: 0 5px;
  color: #615b57;
}
.area_cascade2 .area_view span:first-child::before {
  content: '';
  padding: 0;
}
.area_cascade2 .area_view::after {
  content: '';
  position: absolute;
  right: 6px;
  top: 6px;
  border-width: 5px;
  border-color: #46423f transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.area_cascade2 .area_content {
  display: none;
  position: absolute;
  top: 24px;
  left: 0px;
  z-index: 11;
  width: 288px;
  background-color: white;
  border: 1px solid #aaaaaa;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.area_cascade2 .area_content .area_tab {
  width: 100%;
  height: 31px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.area_cascade2 .area_content .area_tab > li {
  display: inline-block;
  float: left;
  height: 31px;
  line-height: 31px;
  color: #46423f;
  padding: 0 20px;
  border-right: 1px solid #ddd;
}
.area_cascade2 .area_content .area_tab > li.active {
  background-color: white;
  position: relative;
}
.area_cascade2 .area_content .area_tab > li.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 30px;
  right: 0;
}
.area_cascade2 .area_content .area_tab > li.active > a {
  color: #ff5715;
}
.area_cascade2 .area_content .area_list {
  padding: 10px;
}
.area_cascade2 .area_content .area_list > dl {
  width: 100%;
  box-sizing: border-box;
  display: table;
  padding-bottom: 5px;
}
.area_cascade2 .area_content .area_list > dl > dt {
  padding-left: 5px;
  width: 40px;
  font-weight: bold;
  display: table-cell;
}
.area_cascade2 .area_content .area_list > dl > dd {
  width: 270px;
  line-height: 20px;
}
.area_cascade2 .area_content .area_list > dl > dd a {
  display: inline-block;
  padding: 2px 8px;
  margin: 0;
}
.area_cascade2 .area_content .area_list > dl > dd a.active {
  border-radius: 3px;
  background-color: #ff5715;
  color: white;
}
.area_cascade2 .area_content .area_list > dl > dd a:hover {
  border-radius: 3px;
  background-color: #fafafa;
  color: #ff5715;
}
.area_cascade2.expand .area_view {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.area_cascade2.expand .area_content {
  display: block;
}
.area_cascade2 .area_view {
  position: absolute;
  top: -18px;
  width: 282px;
}
.area_cascade2 .area_content {
  top: 6px;
}
.city_select {
  display: inline-block;
  width: 255px;
  position: relative;
  top: 2px;
}
.city_select .area_view {
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  padding-left: 6px;
  cursor: pointer;
  position: relative;
}
.city_select .area_view span {
  font-size: 13px;
}
.city_select .area_view span:first-child::before {
  content: '';
  padding: 0;
}
.city_select .area_view::after {
  content: '';
  position: absolute;
  right: 9px;
  top: 9px;
  border-width: 5px;
  border-color: #46423f transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.city_select .area_content {
  display: none;
  position: absolute;
  top: 24px;
  left: 0px;
  z-index: 11;
  width: 253px;
  background-color: white;
  border: 1px solid #aaaaaa;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.city_select .area_content > ._title {
  font-size: 14px;
  color: #d3ac92;
  font-weight: normal !important;
}
.city_select .area_content > ._border {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.city_select .area_content .area_tab {
  width: 100%;
  height: 31px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.city_select .area_content .area_tab > li {
  display: inline-block;
  float: left;
  height: 31px;
  line-height: 31px;
  color: #46423f;
  padding: 0 20px;
  border-right: 1px solid #ddd;
}
.city_select .area_content .area_tab > li.active {
  background-color: white;
  position: relative;
}
.city_select .area_content .area_tab > li.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 30px;
  right: 0;
}
.city_select .area_content .area_tab > li.active > a {
  color: #ff5715;
}
.city_select .area_content .area_list {
  padding: 5px 10px;
}
.city_select .area_content .area_list > dl {
  width: 100%;
  box-sizing: border-box;
  display: table;
  padding-bottom: 5px;
}
.city_select .area_content .area_list > dl > dt {
  padding-left: 5px;
  width: 40px;
  font-weight: bold;
  display: table-cell;
}
.city_select .area_content .area_list > dl > dd {
  width: 235px;
  line-height: 20px;
}
.city_select .area_content .area_list > dl > dd a {
  display: inline-block;
  padding: 2px 8px;
  margin: 0;
}
.city_select .area_content .area_list > dl > dd a.active {
  border-radius: 3px;
  background-color: #ff5715;
  color: white;
}
.city_select .area_content .area_list > dl > dd a:hover {
  border-radius: 3px;
  background-color: #fafafa;
  color: #ff5715;
}
.city_select.expand .area_view {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.city_select.expand .area_content {
  display: block;
}
._form_btn {
  text-align: center;
  margin-bottom: 15px;
}
._form_btn button {
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  width: 150px;
  padding: 6px 12px;
  font-size: 16px;
  color: #d3ac92;
}
._form_btn button.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
._form_btn button.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
._form_btn button.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
._form_btn button.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
._form_btn button.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
._form_btn button.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
._form_btn button[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
._form_btn button:hover {
  transition: background-color, border 0.3s ease;
}
#gotoTop {
  box-sizing: content-box;
}
.bottom-box {
  box-sizing: content-box;
}
.pop_tip {
  position: fixed;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px #bbb;
  width: 300px;
}
.pop_tip._center {
  left: 40%;
  top: 30%;
  z-index: 21000;
}
.pop_tip div._tip {
  font-size: 12px;
  display: none;
  padding: 12px;
  position: relative;
}
.pop_tip div._tip ._content {
  padding: 8px 12px 8px 6px;
  font-size: 16px;
}
.pop_tip div._tip ._content i.fa {
  position: relative;
  top: 2px;
  font-size: 22px;
  padding: 0 8px;
}
.pop_tip div._tip ._close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 14px;
  width: 14px;
  cursor: pointer;
  font-size: 16px;
}
.pop_tip ._info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.pop_tip ._info .fa {
  color: #004085;
}
.pop_tip ._success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.pop_tip ._success .fa {
  color: #155724;
}
.pop_tip ._warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.pop_tip ._warning .fa {
  color: #856404;
}
.pop_tip ._danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.pop_tip ._danger .fa {
  color: #721c24;
}
.dropdown_group {
  zoom: 1;
  position: relative;
  display: inline-block;
}
.dropdown_group:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dropdown_group:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dropdown_group button {
  border: 1px solid #aaaaaa;
  background-color: white;
  width: 200px;
  border-radius: 3px;
  text-align: left;
  position: relative;
  height: 27px;
  line-height: 27px;
  padding: 0 6px;
}
.dropdown_group button .caret {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 9px;
  border-width: 5px;
  border-color: #46423f transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.dropdown_group button._expand {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.dropdown_group > ul {
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
  width: 198px;
  max-height: 300px;
  z-index: 100000;
  border: 1px solid #aaaaaa;
  background-color: white;
  overflow-y: scroll;
  /* 设置垂直滚动条的宽度和水平滚动条的高度 */
  /* 设置滚动条的滑轨 */
  /* 滑块 */
}
.dropdown_group > ul::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.dropdown_group > ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.dropdown_group > ul::-webkit-scrollbar-thumb {
  background-color: #d3ac92;
  border-radius: 4px;
}
.dropdown_group > ul > li {
  padding: 3px 10px;
  line-height: 23px;
}
.dropdown_group > ul > li.active,
.dropdown_group > ul > li:hover {
  background-color: #d3ac92;
  cursor: pointer;
}
.dropdown_group > ul > li.active a:hover,
.dropdown_group > ul > li:hover a:hover {
  color: #46423f;
}
.dropdown_group.w500 button {
  width: 500px;
}
.dropdown_group.w500 > ul {
  width: 498px;
}
.dropdown_group.select_multi {
  display: inline-block;
  zoom: 1;
}
.dropdown_group.select_multi:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dropdown_group.select_multi:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dropdown_group.select_multi button {
  width: 520px;
}
.dropdown_group.select_multi button span {
  display: inline-block;
}
.dropdown_group.select_multi button span a {
  background-color: #d3ac92;
  color: white;
  border-radius: 2px;
  padding: 0 3px;
  margin: 0 2px;
}
.dropdown_group.select_multi button span a:hover {
  text-decoration: none;
}
.dropdown_group.select_multi > ul {
  width: 520px;
}
.num_input {
  width: 100%;
  overflow: hidden;
}
.num_input button,
.num_input input {
  height: 18px;
  line-height: 16px;
  border: 1px solid #d3ac92;
  float: left;
  text-align: center;
}
.num_input button {
  width: 18px;
  text-align: center;
  background-color: #e2c8b6;
  font-size: 16px;
}
.num_input button:first-child {
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.num_input button:last-child {
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.num_input input {
  width: 38px;
  border-left: none;
  border-right: none;
  padding: 0 5px;
}
._icon_down {
  display: inline-block;
  position: relative;
  width: 16px;
}
._icon_down::before {
  position: absolute;
  content: '';
  color: white;
  right: 0px;
  bottom: 0px;
  font-size: 9px;
  z-index: 1;
  border-width: 8px;
  border-color: #46423f transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
._icon_down::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  content: '';
  border-width: 8px;
  border-color: white transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 2;
}
._icon_up {
  display: inline-block;
  position: relative;
  width: 16px;
}
._icon_up::before {
  position: absolute;
  content: '';
  color: white;
  right: 0px;
  bottom: 2px;
  font-size: 9px;
  z-index: 1;
  border-width: 8px;
  border-color: transparent transparent #46423f transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
._icon_up::after {
  position: absolute;
  right: 0;
  bottom: 0px;
  content: '';
  border-width: 8px;
  border-color: transparent transparent white transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 2;
}
.flow_chevron {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 6px;
}
.flow_chevron .chevron {
  position: relative;
  display: inline-block;
  margin-right: 70px;
}
.flow_chevron .chevron.active .chevron_text {
  color: white;
}
.flow_chevron .chevron.active .chevron_graph:before {
  background: #d3ac92;
  border-right-color: #c99979;
  border-left-color: #ddbfab;
}
.flow_chevron .chevron.active .chevron_graph:after {
  background: #d3ac92;
  border-right-color: #c99979;
  border-left-color: #ddbfab;
}
.flow_chevron .chevron .chevron_text {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 24%;
  left: 27px;
  z-index: 100;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.flow_chevron .chevron .chevron_graph {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 12px 27px;
  margin-bottom: 6px;
  z-index: 10;
}
.flow_chevron .chevron .chevron_graph::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  height: 51%;
  width: 100%;
  background: #e6e6e6;
  border-right: 7px solid #d4d4d4;
  border-left: 7px solid #f8f8f8;
  transform: skew(-30deg, 0deg);
}
.flow_chevron .chevron .chevron_graph::after {
  content: '';
  position: absolute;
  top: 0;
  right: -21px;
  height: 51%;
  width: 100%;
  background: #e6e6e6;
  border-right: 7px solid #d4d4d4;
  border-left: 7px solid #f8f8f8;
  transform: skew(30deg, 0deg);
}
@keyframes point {
  from {
    left: 0;
  }
  to {
    left: -40px;
  }
}
.five_star_view i {
  font-size: 14px;
}
.five_star_view i._active {
  color: #ff5715;
}
.fa-heart {
  color: #ff5715;
}
.form_container ._ul > div {
  margin-bottom: 15px;
}
.form_container ._ul > div._buttons {
  margin-top: 5px;
  padding-left: 150px;
}
.form_container ._ul > div > label {
  color: #615b57;
  display: inline-block;
  width: 150px;
  text-align: right;
  font-size: 14px;
  vertical-align: top;
  padding-top: 3px;
}
.form_container ._ul > div > label::after {
  content: '：';
}
.form_container ._ul > div > input {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  padding: 1px 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding-left: 6px;
  width: 300px;
  height: 26px;
}
.form_container ._ul > div > button {
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 6px 18px;
  font-size: 16px;
}
.form_container ._ul > div > button.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.form_container ._ul > div > button.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.form_container ._ul > div > button.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.form_container ._ul > div > button.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.form_container ._ul > div > button.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.form_container ._ul > div > button.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.form_container ._ul > div > button[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.form_container ._ul > div > button:hover {
  transition: background-color, border 0.3s ease;
}
.form_container ._ul > div ._button_radio {
  display: inline-block;
}
.form_container ._ul > div ._button_radio button {
  background-color: transparent;
  border: none;
  outline: none !important;
}
.form_container ._ul > div ._button_radio button i {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}
.form_container ._ul > div ._button_radio button .fa-check-circle-o {
  color: #ff5715;
}
.form_container ._ul > div ._cascade {
  display: inline-block;
}
.upload_file_input {
  position: relative;
  display: inline-block;
}
.upload_file_input ._op {
  display: inline-block;
}
.upload_file_input ._op ._file_btn {
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 4px 12px !important;
  font-size: 14px;
  background-color: #d3ac92;
  border: 1px solid #c4906e;
  color: white;
}
.upload_file_input ._op ._file_btn ._file {
  display: none;
}
.upload_file_input ._op ._file_btn.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.upload_file_input ._op ._file_btn.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.upload_file_input ._op ._file_btn.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.upload_file_input ._op ._file_btn.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.upload_file_input ._op ._file_btn.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.upload_file_input ._op ._file_btn.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.upload_file_input ._op ._file_btn[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.upload_file_input ._op ._file_btn:hover {
  transition: background-color, border 0.3s ease;
}
.upload_file_input ._op ._file_btn:hover {
  background-color: #ff5715;
  border: 1px solid #e13f00;
}
.upload_file_input ._op button {
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.upload_file_input ._op button.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.upload_file_input ._op button.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.upload_file_input ._op button.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.upload_file_input ._op button.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.upload_file_input ._op button.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.upload_file_input ._op button.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.upload_file_input ._op button[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.upload_file_input ._op button:hover {
  transition: background-color, border 0.3s ease;
}
.upload_file_input ._op > button,
.upload_file_input ._op > a,
.upload_file_input ._op > label {
  font-size: 14px;
  padding: 4px 12px !important;
}
.upload_file_input ._help {
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b8daff;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0 6px;
  border-radius: 3px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.upload_file_input ._help::after {
  content: '';
  position: absolute;
  left: -14px;
  top: 5px;
  border-width: 7px;
  border-color: transparent #cce5ff transparent transparent;
  border-style: dashed solid dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.upload_file_input ._pic_list {
  margin-top: 15px;
  width: 100%;
  display: inline-block;
  zoom: 1;
  list-style: none;
  padding: 0;
}
.upload_file_input ._pic_list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.upload_file_input ._pic_list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.upload_file_input ._pic_list li {
  float: left;
  width: 120px;
  height: 120px;
  border: dotted 3px lightgray;
  padding: 1px;
  background-color: #f5f5f5;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
}
.upload_file_input ._pic_list li > img {
  width: 120px;
  height: 120px;
}
.upload_file_input ._pic_list li > i {
  position: absolute;
  right: -7px;
  top: -7px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  color: white;
  font-size: 18px;
  border-radius: 13px;
  background-color: #ff5715;
  cursor: pointer;
}
.upload_file_input ._pic_list li > i:hover {
  background-color: #e13f00;
}
.upload_file_input ._pic_list ._progress_li {
  background-color: white;
}
.upload_file_input ._pic_list ._progress_li .progress {
  margin-top: 40px;
}
.upload_file_input ._pic_list ._progress_li ._tip {
  text-align: center;
  margin-top: -16px;
  color: #46423f;
}
.upload_file_input ._progress {
  width: 400px;
  margin: 10px 0;
  overflow: hidden;
}
.upload_file_input ._progress > li {
  height: 50px;
  overflow: hidden;
}
.upload_file_input ._progress > li ._text_info {
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
  position: relative;
  padding-top: 5px;
  padding-left: 3px;
}
.upload_file_input ._progress > li ._text_info span:last-child {
  position: absolute;
  right: 3px;
  top: 3px;
}
.upload_file_input ._progress > li ._text_info em {
  font-style: normal;
}
.upload_file_input ._progress > li ._text_info button {
  padding: 1px 6px;
}
.no_data {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: gray;
}
.no_data img {
  width: 80px;
}
.price_normal {
  font-weight: normal !important;
  color: #46423f !important;
  font-size: 14px !important;
}
/*流程列表*/
.flow_list {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding-left: 22px;
}
.flow_list li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
.flow_list li ._icon_number {
  background-color: white;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  border: 1px solid #aaaaaa;
}
.flow_list li ._icon_number::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #aaaaaa;
}
.flow_list li:first-child::before {
  content: '';
  background-color: white;
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  left: -2px;
  top: 0;
}
.flow_list li:first-child ._icon_number {
  left: -10px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  border: 2px solid #ff5715;
}
.flow_list li:first-child ._icon_number::before {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff5715;
}
.flow_list li:last-child > p {
  border-bottom: none;
}
.flow_list li:last-child::after {
  content: '';
  background-color: white;
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 100%;
  left: -2px;
  top: 19px;
}
.flow_list li > div b {
  color: #ff5715;
  font-weight: normal;
  padding: 0 3px;
}
.flow_list li > p {
  width: 400px;
  padding-bottom: 10px;
  color: #615b57;
  border-bottom: 1px dashed #ccc;
}
.btn_group {
  display: inline-block;
  zoom: 1;
}
.btn_group:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.btn_group:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.btn_group button {
  float: left;
  border-radius: 0;
  padding: 3px 20px;
}
.btn_group button i {
  padding-right: 5px;
}
.btn_group button:first-child {
  border-radius: 3px 0 0 3px;
}
.btn_group button:last-child {
  border-radius: 0 3px 3px 0;
}
@font-face {
  font-family: "iconfont";
  src: url('iconfont.eot?t=1512350206796');
  /* IE9*/
  src: url('iconfont.eot?t=1512350206796#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'), url('iconfont.ttf?t=1512350206796') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('iconfont.svg?t=1512350206796#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-city:before {
  content: "\e601";
}
.icon-local:before {
  content: "\e6b3";
}
.icon-film:before {
  content: "\e6cf";
}
.icon-arrowdown:before {
  content: "\e662";
}
.icon-arrowup:before {
  content: "\e61c";
}
.icon-path-icon-pay:before {
  content: "\e607";
}
.icon-images:before {
  content: "\e709";
}
.icon-weibiaoti1:before {
  content: "\e600";
}
.icon-shouji:before {
  content: "\e618";
}
.icon-activity:before {
  content: "\e751";
}
.icon-read:before {
  content: "\e7b9";
}
.icon-origin:before {
  content: "\e678";
}
.icon-voucher:before {
  content: "\e628";
}
.icon-comments:before {
  content: "\e94b";
}
.icon-member-card:before {
  content: "\e615";
}
.icon-order:before {
  content: "\e9c2";
}
.icon-crown:before {
  content: "\e6cc";
}
.icon-edit:before {
  content: "\e649";
}
.icon-like:before {
  content: "\e630";
}
.icon-paixiashangpin:before {
  content: "\e619";
}
.icon-del:before {
  content: "\e66a";
}
.icon-cart:before {
  content: "\e617";
}
.icon-trend:before {
  content: "\e629";
}
.icon-report:before {
  content: "\e616";
}
.icon-equity-card:before {
  content: "\e6e5";
}
.icon-hot:before {
  content: "\e62e";
}
.icon-ok1:before {
  content: "\e6d2";
}
.icon-home:before {
  content: "\e609";
}
.goods_cate {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.goods_cate > dl {
  width: 1080px;
  display: table;
  display: inline-block;
  zoom: 1;
  border-top: 1px solid #ddd;
  background-color: #f5f5f5;
}
.goods_cate > dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.goods_cate > dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.goods_cate > dl:first-child {
  border-top: none;
}
.goods_cate > dl dt {
  padding: 10px;
  width: 100px;
  float: left;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  line-height: 23px;
}
.goods_cate > dl dt::after {
  content: ":";
}
.goods_cate > dl dd {
  position: relative;
  background-color: white;
  float: left;
  display: table-cell;
  width: 948px;
  padding: 10px 0 10px 10px;
  line-height: 23px;
}
.goods_cate > dl dd a {
  display: inline-block;
  padding: 2px 7px;
  margin-right: 10px;
  white-space: nowrap;
}
.goods_cate > dl dd a.active {
  border: 2px solid #ff5715;
  padding: 0 5px;
  position: relative;
}
.goods_cate > dl dd a.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  border-bottom: 11px solid #ff5715;
  border-left: 11px solid transparent;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.goods_cate > dl dd a.active::before {
  position: absolute;
  content: '✔';
  color: white;
  right: -2px;
  bottom: -9px;
  font-size: 9px;
  z-index: 2;
}
.goods_cate > dl dd._img_link a {
  width: 45px;
  text-align: center;
}
.goods_cate > dl dd._img_link a img {
  width: 32px;
  height: 32px;
  margin-top: 3px;
}
.goods_cate > dl dd._img_link a span {
  display: block;
  margin-top: -7px;
}
.price_search {
  display: inline-block;
  position: relative;
  width: 150px;
}
.price_search form {
  position: absolute;
  top: -20px;
  left: 0;
  border: none;
  padding: 5px;
  background-color: white;
  z-index: 1;
}
.price_search input {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  padding: 1px 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 50px;
  padding: 3px 3px;
}
.price_search ._buttons {
  display: none;
  text-align: right;
  margin-top: 5px;
}
.price_search ._buttons button {
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.price_search ._buttons button.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.price_search ._buttons button.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.price_search ._buttons button.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.price_search ._buttons button.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.price_search ._buttons button.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.price_search ._buttons button.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.price_search ._buttons button[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.price_search ._buttons button:hover {
  transition: background-color, border 0.3s ease;
}
.price_search:hover form {
  border: 1px solid #ddd;
  padding: 4px;
}
.price_search:hover ._buttons {
  display: block;
}
.mall_tab {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 15px;
}
.mall_tab > li {
  text-align: center;
  display: inline-block;
  margin-left: -5px;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  border-right: 1px solid #ddd;
  cursor: pointer;
}
.mall_tab > li:first-child {
  margin-left: 0;
}
.mall_tab > li i {
  font-size: 14px;
}
.mall_tab > li.active {
  color: #d3ac92;
  position: relative;
}
.mall_tab > li.active::before {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 100%;
  height: 3px;
  display: inline-block;
  background-color: #d3ac92;
}
.mall_tab > li:first-child {
  margin-left: 0;
}
.mall_tab > li:first-child.active::before {
  width: 104%;
}
.goods_list {
  width: 1080px;
  overflow: hidden;
}
.goods_list li {
  /*width: 237px;*/
  float: left;
  /*margin-left: 15px;*/
  width: 20%;
  margin-left: 25px;
  padding: 10px;
  border: 1px solid #ddd;
}
.goods_list li:nth-child(4n+1) {
  /*margin-left: 0;*/
  /*width: 236px;*/
}
.goods_list li:hover {
  border: 4px solid #ff5715;
  padding: 7px;
}
.goods_list li ._img {
  cursor: pointer;
  display: inline-block;
  /*padding-left: 10px;*/
  margin-bottom: 10px;
}
.goods_list li ._img img {
  width: 215px;
  height: 215px;
  display: inline-block;
}
.goods_list li ._title {
  font-size: 14px;
  height: 46px;
  line-height: 23px;
  font-weight: normal;
  display: inline-block;
  overflow: hidden;
}
.goods_list li ._meta {
  position: relative;
}
.goods_list li ._meta ._price {
  color: #ff5715;
  font-size: 18px;
  font-weight: bold;
}
.goods_list li ._meta ._price::before {
  content: "￥";
  font-size: 14px;
}
.goods_list li ._meta .abs_right {
  font-size: 14px;
  line-height: 22px;
}
.goods_list li ._meta .abs_right em {
  padding: 0 3px;
  color: #d3ac92;
}
.goods_detail_head {
  width: 1080px;
  min-height: 513px;
  display: inline-block;
  zoom: 1;
  position: relative;
  margin-bottom: 15px;
}
.goods_detail_head:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.goods_detail_head:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.goods_detail_head ._left {
  position: absolute;
  float: left;
  width: 425px;
  margin-right: 15px;
}
.goods_detail_head ._left ._img_big img {
  border: 1px solid #ddd;
  width: 424px;
  height: 424px;
}
.goods_detail_head ._left ._img_list {
  width: 425px;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 7px;
}
.goods_detail_head ._left ._img_list li {
  width: 69px;
  height: 69px;
  margin-right: 10px;
  border: 2px solid #ddd;
  float: left;
}
.goods_detail_head ._left ._img_list li img {
  width: 69px;
  height: 69px;
}
.goods_detail_head ._left ._img_list li:hover,
.goods_detail_head ._left ._img_list li.active {
  border: 2px solid #ff5715;
}
.goods_detail_head ._right {
  width: 640px;
  float: right;
}
.goods_detail_head ._right ._title {
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.goods_detail_head ._right ._sub_title {
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #ff5715;
  line-height: 22px;
}
.goods_detail_head ._right ._meta {
  margin-top: 10px;
  width: 446px;
  height: 115px;
  background: url("../images/goods_meta_bg.jpg") no-repeat;
  position: relative;
}
.goods_detail_head ._right ._meta ._price {
  padding-top: 10px;
}
.goods_detail_head ._right ._meta ._price label {
  color: #615b57;
  text-align: right;
  padding-left: 20px;
  width: 70px;
  font-size: 16px;
}
.goods_detail_head ._right ._meta ._price label::after {
  content: '：';
}
.goods_detail_head ._right ._meta ._price span {
  font-size: 30px;
}
.goods_detail_head ._right ._meta ._price span:first-of-type {
  font-size: 30px;
  color: #ff5715;
  padding-left: 10px;
}
.goods_detail_head ._right ._meta ._price span:last-of-type {
  font-size: 14px;
  text-decoration: line-through;
  color: #615b57;
}
.goods_detail_head ._right ._meta ._freight {
  padding-top: 5px;
}
.goods_detail_head ._right ._meta ._freight label {
  color: #615b57;
  text-align: right;
  display: inline-block;
  padding-left: 10px;
  width: 73px;
  font-size: 14px;
}
.goods_detail_head ._right ._meta ._freight label::after {
  content: '：';
}
.goods_detail_head ._right ._meta ._freight span {
  font-size: 14px;
}
.goods_detail_head ._right ._meta ._activity {
  padding-top: 5px;
}
.goods_detail_head ._right ._meta ._activity label {
  color: #615b57;
  text-align: right;
  display: inline-block;
  padding-left: 10px;
  width: 73px;
  font-size: 14px;
}
.goods_detail_head ._right ._meta ._activity label::after {
  content: '：';
}
.goods_detail_head ._right ._meta ._activity span {
  font-size: 14px;
  color: #ff5715;
}
.goods_detail_head ._right ._meta ._sale_num {
  position: absolute;
  right: 12px;
  top: 90px;
}
.goods_detail_head ._right ._meta ._sale_num span {
  color: #615b57;
  text-align: right;
}
.goods_detail_head ._right ._meta ._sale_num span::after {
  content: '：';
}
.goods_detail_head ._right ._meta ._sale_num b {
  color: #ff5715;
}
.goods_detail_head ._right ._property {
  margin-top: 15px;
  padding-left: 10px;
  width: 546px;
  display: inline-block;
  zoom: 1;
  display: table;
}
.goods_detail_head ._right ._property:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.goods_detail_head ._right ._property:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.goods_detail_head ._right ._property > label {
  color: #615b57;
  text-align: right;
  width: 72px;
  padding-right: 10px;
  color: #46423f;
  display: table-cell;
  vertical-align: middle;
}
.goods_detail_head ._right ._property > label::after {
  content: '：';
}
.goods_detail_head ._right ._property > div {
  width: 370px;
}
.goods_detail_head ._right ._property > div > a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 1px 6px;
  line-height: 23px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.goods_detail_head ._right ._property > div > a img {
  width: 32px;
  height: 32px;
}
.goods_detail_head ._right ._property > div > a._disable {
  cursor: not-allowed;
  background-color: #ebebe4;
}
.goods_detail_head ._right ._property > div > a._disable:hover {
  color: #46423f;
}
.goods_detail_head ._right ._property > div > a.active {
  border: 2px solid #ff5715;
  padding: 0 5px;
  position: relative;
}
.goods_detail_head ._right ._property > div > a.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  border-bottom: 11px solid #ff5715;
  border-left: 11px solid transparent;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.goods_detail_head ._right ._property > div > a.active::before {
  position: absolute;
  content: '✔';
  color: white;
  right: -2px;
  bottom: -9px;
  font-size: 9px;
  z-index: 2;
}
.goods_detail_head ._right ._amount {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  width: 546px;
  display: table;
}
.goods_detail_head ._right ._amount label {
  color: #615b57;
  text-align: right;
  width: 72px;
  padding-right: 10px;
  color: #46423f;
  display: table-cell;
  vertical-align: middle;
}
.goods_detail_head ._right ._amount label::after {
  content: '：';
}
.goods_detail_head ._right ._amount div {
  position: relative;
}
.goods_detail_head ._right ._amount div > input {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  padding: 1px 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  width: 50px;
  padding: 0 6px;
}
.goods_detail_head ._right ._amount div > input:focus {
  border-color: #ff5715;
}
.goods_detail_head ._right ._amount div i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}
.goods_detail_head ._right ._amount div i:hover {
  color: #ff5715;
  border-color: #ff5715;
}
.goods_detail_head ._right ._amount div ._plus {
  position: absolute;
  top: 0px;
  left: 67px;
}
.goods_detail_head ._right ._amount div ._plus::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 3px;
  border-width: 5px;
  border-color: transparent transparent #46423f transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.goods_detail_head ._right ._amount div ._plus::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  border-width: 5px;
  border-color: transparent transparent white transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.goods_detail_head ._right ._amount div ._reduce {
  position: absolute;
  top: 19px;
  left: 67px;
}
.goods_detail_head ._right ._amount div ._reduce::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  border-width: 5px;
  border-color: #46423f transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.goods_detail_head ._right ._amount div ._reduce::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  border-width: 5px;
  border-color: white transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.goods_detail_head ._right ._buttons {
  padding-left: 92px;
}
.goods_detail_head ._right ._buttons button {
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  width: 120px;
  height: 36px;
  font-size: 16px;
  margin-right: 7px;
}
.goods_detail_head ._right ._buttons button.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.goods_detail_head ._right ._buttons button.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.goods_detail_head ._right ._buttons button.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.goods_detail_head ._right ._buttons button.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.goods_detail_head ._right ._buttons button.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.goods_detail_head ._right ._buttons button.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.goods_detail_head ._right ._buttons button[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.goods_detail_head ._right ._buttons button:hover {
  transition: background-color, border 0.3s ease;
}
.goods_detail_main {
  width: 1080px;
  overflow: hidden;
}
.goods_detail_main .goods_detail_like {
  width: 258px;
  float: left;
}
.goods_detail_main .goods_detail_like > ._title {
  height: 36px;
  line-height: 36px;
  color: #d3ac92;
  padding-left: 10px;
  font-size: 16px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: none;
}
.goods_detail_main .goods_detail_like > ._title i {
  margin-right: 5px;
}
.goods_detail_main .goods_detail_like .goods_list {
  width: 258px;
}
.goods_detail_main .goods_detail_like .goods_list > li {
  margin-left: 0 !important;
  width: 236px;
  margin-bottom: 0;
  border-top: none;
}
.goods_detail_main .goods_detail_like .goods_list > li:first-child {
  border-top: 1px solid #ddd;
}
.goods_detail_main .goods_detail_like .goods_list > li:hover {
  border-width: 1px;
  border-color: #ddd;
  padding: 7px;
  width: 242px;
}
.goods_detail_main .goods_detail_like .goods_list > li:hover img {
  width: 221px;
  height: 221px;
}
.goods_detail_main .goods_detail_body {
  width: 807px;
  margin-left: 15px;
  float: left;
}
.goods_detail_main .goods_detail_body .goods_detail_tab {
  border: 1px solid #ccc;
  border-bottom: none;
  height: 50px;
  background-color: white;
  overflow: hidden;
}
.goods_detail_main .goods_detail_body .goods_detail_tab ul {
  height: 48px;
  border-bottom: 2px solid #ddd;
}
.goods_detail_main .goods_detail_body .goods_detail_tab li {
  float: left;
  text-align: center;
  width: 120px;
  height: 47px;
  line-height: 47px;
  font-size: 14px;
  cursor: pointer;
}
.goods_detail_main .goods_detail_body .goods_detail_tab li.active {
  color: #c4906e;
  border: 1px solid #ddd;
  border-bottom: none;
  border-top: 2px solid #c4906e;
  position: relative;
}
.goods_detail_main .goods_detail_body .goods_detail_tab li.active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 48%;
  border-width: 5px;
  border-color: #c4906e transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.goods_detail_main .goods_detail_body .goods_content .goods_params {
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px 40px;
}
.goods_detail_main .goods_detail_body .goods_content .goods_params p {
  margin: 15px 0;
}
.goods_detail_main .goods_detail_body .goods_content .goods_params p a {
  color: #ff5715;
}
.goods_detail_main .goods_detail_body .goods_content .goods_params dl {
  line-height: 28px;
}
.goods_detail_main .goods_detail_body .goods_content .goods_params dl dt {
  color: #615b57;
  font-weight: bold;
  margin: 5px 0;
}
.goods_detail_main .goods_detail_body .goods_content .goods_params dl dd span {
  display: inline-block;
  width: 215px;
  margin-right: 20px;
}
.goods_detail_main .goods_detail_body .goods_content .goods_desc {
  line-height: 22px;
  padding: 30px;
}
.goods_detail_main .goods_detail_body .goods_content .goods_desc img {
  width: 100%;
  text-align: center;
  margin: auto 0;
}
.goods_detail_main .goods_detail_body .goods_guide {
  padding: 20px;
}
.goods_detail_main .goods_detail_body .goods_guide h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}
.goods_detail_main .goods_detail_body .goods_guide p {
  line-height: 24px;
  font-size: 14px;
}
.shop_flow {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 1145px;
  padding-left: 665px;
  overflow: hidden;
}
.shop_flow > li {
  display: inline-block;
  width: 120px;
  float: left;
  position: relative;
  padding-bottom: 30px;
}
.shop_flow > li > i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  background-color: #dcdcdc;
  color: #46423f;
  position: relative;
}
.shop_flow > li > i::after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #dcdcdc;
  position: absolute;
  left: 40px;
  top: 19px;
}
.shop_flow > li > span {
  display: inline-block;
  width: 100px;
  text-align: center;
  position: absolute;
  top: 50px;
  left: -30px;
  color: #615b57;
}
.shop_flow > li:last-child > i::after {
  content: '';
  width: 0;
  height: 0;
  background-color: transparent;
}
.shop_flow > li.active i {
  background-color: #ff5715;
  color: white;
}
.shop_flow > li.active i::after {
  background-color: #ff5715;
}
.shop_flow > li.active span {
  color: #ff5715;
}
.cart .fa-check-square-o,
.cart .fa-square-o {
  font-size: 18px;
}
.cart_top {
  position: relative;
  background: url('../images/title_bg.png') no-repeat right;
  padding-left: 10px;
  border: 1px solid #ddd;
}
.cart_top h3 {
  padding: 0 3px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  font-size: 18px;
}
.cart_top h3 i {
  font-size: 18px;
  margin-right: 10px;
}
.cart_header {
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  height: 43px;
  line-height: 43px;
  padding: 1px;
  background-color: #f5f5f5;
  width: 1076px;
  overflow: hidden;
}
.cart_header dd {
  height: 43px;
  line-height: 43px;
  text-align: center;
  float: left;
}
.cart_header dd:first-child {
  width: 5%;
}
.cart_header dd:first-child + dd {
  width: 35%;
  text-align: left;
}
.cart_header dd:first-child + dd + dd {
  width: 20%;
}
.cart_header dd:first-child + dd + dd + dd {
  width: 20%;
}
.cart_header dd:first-child + dd + dd + dd + dd {
  width: 10%;
}
.cart_header dd:first-child + dd + dd + dd + dd + dd {
  width: 10%;
}
.cart_body {
  position: relative;
  border: 1px solid #ddd;
  border-top: none;
}
.cart_body .cart_list {
  width: 1078px;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.cart_body .cart_list:first-child {
  border-top: none;
}
.cart_body .cart_list.active {
  background-color: #fafafa;
}
.cart_body .cart_list.active .fa-check-square-o {
  color: #ff5715;
}
.cart_body .cart_list ._property_list {
  width: 200px;
  margin-top: 7px;
}
.cart_body .cart_list ._property_list li {
  line-height: 18px;
  color: #615b57;
}
.cart_body .cart_list ._property_list label {
  color: #615b57;
  width: 60px;
  text-align: right;
}
.cart_body .cart_list ._property_list label::after {
  content: '：';
}
.cart_body .cart_list dd {
  float: left;
}
.cart_body .cart_list dd:first-child {
  width: 5%;
}
.cart_body .cart_list dd:first-child i {
  cursor: pointer;
}
.cart_body .cart_list dd:first-child + dd {
  width: 35%;
}
.cart_body .cart_list dd:first-child + dd + dd {
  width: 20%;
  text-align: center;
  font-weight: bold;
}
.cart_body .cart_list dd:first-child + dd + dd + dd {
  width: 20%;
}
.cart_body .cart_list dd:first-child + dd + dd + dd + dd {
  width: 10%;
}
.cart_body .cart_list dd:first-child + dd + dd + dd + dd + dd {
  width: 10%;
}
.cart_body .cart_list_property,
.cart_body .cart_list_num,
.cart_body .cart_list_price,
.cart_body .cart_list_op {
  text-align: center;
}
.cart_body .cart_list_goods {
  overflow: hidden;
}
.cart_body .cart_list_goods label,
.cart_body .cart_list_goods .goods_img,
.cart_body .cart_list_goods .goods_title {
  float: left;
}
.cart_body .cart_list_goods label {
  width: 13px;
  height: 13px;
  margin-left: 10px;
  margin-right: 8px;
}
.cart_body .cart_list_goods .goods_img {
  width: 80px;
  height: 82px;
  margin-right: 10px;
}
.cart_body .cart_list_goods .goods_img img {
  width: 79px;
  height: 79px;
  border: 1px solid #ccc;
}
.cart_body .cart_list_goods .goods_img img:hover {
  border: 2px solid #ff5715;
  width: 78px;
  height: 78px;
}
.cart_body .cart_list_goods .goods_title {
  width: 200px;
  position: relative;
}
.cart_body .cart_list_property {
  color: #615b57;
}
.cart_body .cart_list_num div {
  width: 75px;
  height: 23px;
  margin: 0 auto;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  position: relative;
}
.cart_body .cart_list_num div input {
  position: absolute;
  width: 39px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #aaa;
  top: -1px;
  left: 17px;
}
.cart_body .cart_list_num div button {
  width: 17px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  float: right;
}
.cart_body .cart_list_num div button:first-child {
  float: left;
}
.cart_body .cart_list_price {
  color: #ff5715;
  font-weight: bold;
}
.cart_body .cart_list_op {
  text-align: left;
}
.cart_body .cart_list_op p {
  width: 65px;
  margin: 0 auto 5px;
  text-align: center;
}
.cart_body .cart_list_op a {
  width: 60px;
}
.cart_footer {
  width: 1078px;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  border: 1px solid #ccc;
  height: 60px;
  line-height: 60px;
}
.cart_footer span {
  display: inline-block;
}
.cart_footer span b {
  color: #ff5715;
  padding: 0 3px;
}
.cart_footer span._op {
  float: left;
  padding-left: 40px;
  padding-right: 10px;
  position: relative;
}
.cart_footer span._op a {
  padding-right: 15px;
  font-size: 12px;
}
.cart_footer span._op i {
  position: absolute;
  top: 20px;
  left: 20px;
}
.cart_footer span._op i.fa-check-square-o {
  color: #ff5715;
}
.cart_footer span._count {
  float: right;
  padding-left: 10px;
  font-size: 16px;
  position: relative;
  border-right: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  top: 15px;
  padding-right: 30px;
}
.cart_footer span._count i {
  font-size: 28px;
  position: absolute;
  top: -3px;
  left: -30px;
}
.cart_footer span._price {
  float: right;
  padding-right: 130px;
  padding-left: 30px;
  font-size: 16px;
}
.cart_footer span._price b {
  font-size: 22px;
}
.cart_footer button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 104px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: #ff5715;
  text-align: center;
}
.cart_footer button:hover {
  background-color: #d96807;
  border-color: #d96807;
  color: white;
}
.cart_empty {
  width: 710px;
  margin: 60px auto 110px;
  text-align: center;
  display: table;
}
.cart_empty span {
  padding-left: 8px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: normal;
}
.cart_empty span a {
  background-color: #ff5715;
  color: white;
  padding: 3px 12px;
  display: inline-block;
  margin: 0 3px;
}
.order ._top {
  position: relative;
  background: url('../images/title_bg.png') no-repeat right;
  padding-left: 10px;
  border: 1px solid #ddd;
}
.order ._top h3 {
  padding: 0 3px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  font-size: 18px;
}
.order ._top h3 i {
  font-size: 18px;
  margin-right: 10px;
}
.order ._body {
  border: 1px solid #ddd;
  border-top: none;
  padding: 15px;
}
.order ._body ._title {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
}
.order ._body ._title::after {
  content: "：";
}
.order ._body ._title a {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: #d3ac92;
}
.order ._body ._title a:hover {
  color: #c4906e;
}
.order ._body ._delivery {
  padding-left: 100px;
  margin-bottom: 15px;
}
.order ._body ._delivery > li {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 1px 15px;
  margin-right: 20px;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
}
.order ._body ._delivery > li.active,
.order ._body ._delivery > li:hover {
  border: 2px solid #ff5715;
  padding: 0 5px;
  position: relative;
  padding: 0 14px;
}
.order ._body ._delivery > li.active::after,
.order ._body ._delivery > li:hover::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  border-bottom: 11px solid #ff5715;
  border-left: 11px solid transparent;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.order ._body ._delivery > li.active::before,
.order ._body ._delivery > li:hover::before {
  position: absolute;
  content: '✔';
  color: white;
  right: -2px;
  bottom: -9px;
  font-size: 9px;
  z-index: 2;
}
.order ._body ._delivery > li.active::before,
.order ._body ._delivery > li:hover::before {
  bottom: -14px;
}
.order ._body ._cinema {
  padding-left: 35px;
  margin-bottom: 15px;
  margin-top: -25px;
  position: relative;
}
.order ._body ._cinema ._add {
  position: absolute;
  top: -25px;
  left: 100px;
  font-size: 14px;
  color: #d3ac92;
}
.order ._body ._cinema ._add:hover {
  color: #ff5715;
}
.order ._body ._cinema ._form {
  margin-bottom: 25px;
}
.order ._body ._cinema .form_list {
  padding: 10px;
  width: 100%;
  display: inline-block;
  zoom: 1;
  padding: 0px;
}
.order ._body ._cinema .form_list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.order ._body ._cinema .form_list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.order ._body ._cinema .form_list > li {
  width: 400px;
  float: left;
  line-height: 30px;
  margin-bottom: 10px;
}
.order ._body ._cinema .form_list > li:last-child {
  margin-bottom: 0;
}
.order ._body ._cinema .form_list > li._li2 {
  width: 800px;
}
.order ._body ._cinema .form_list > li._li2 input {
  width: 280px;
}
.order ._body ._cinema .form_list > li label {
  color: #615b57;
  text-align: right;
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
.order ._body ._cinema .form_list > li label::after {
  content: '：';
}
.order ._body ._cinema .form_list > li label.require::before {
  content: '*';
  color: red;
  padding-right: 3px;
}
.order ._body ._cinema .form_list > li input {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  padding: 1px 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 20px;
  line-height: 20px;
  padding-left: 6px;
  width: 180px;
}
.order ._body ._cinema .form_list > li input[readonly] {
  background-color: #ebebe4;
  cursor: not-allowed;
}
.order ._body ._cinema .form_list > li select {
  padding: 3px 6px;
  width: 192px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
}
.order ._body ._cinema .form_list > li textarea {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  padding: 1px 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 400px;
  height: 60px;
}
.order ._body ._cinema .form_list > li ._checkbox {
  margin-left: 103px;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  outline: none;
  height: 24px;
  line-height: 24px;
  background-color: transparent;
  padding: 0 7px;
}
.order ._body ._cinema .form_list > li ._checkbox.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.order ._body ._cinema .form_list > li ._checkbox.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.order ._body ._cinema .form_list > li ._checkbox.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.order ._body ._cinema .form_list > li ._checkbox.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.order ._body ._cinema .form_list > li ._checkbox.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.order ._body ._cinema .form_list > li ._checkbox.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.order ._body ._cinema .form_list > li ._checkbox[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.order ._body ._cinema .form_list > li ._checkbox:hover {
  transition: background-color, border 0.3s ease;
}
.order ._body ._cinema .form_list > li ._checkbox i {
  font-size: 14px;
}
.order ._body ._cinema .form_list li {
  margin-bottom: 0;
}
.order ._body ._cinema ._view_op {
  text-align: right;
  line-height: 25px;
  padding-right: 40px;
}
.order ._body ._cinema ._view_op a {
  font-size: 14px;
  color: #d3ac92;
}
.order ._body ._cinema ._view_op a:hover {
  color: #ff5715;
}
.order ._body ._cinema ._check_cinema {
  width: 233px;
  height: 111px;
  background: url('../images/order_check_cinema_bg.jpg') no-repeat;
  text-indent: -99999px;
  cursor: pointer;
}
.order ._body ._cinema ._check_address {
  width: 233px;
  height: 111px;
  background: url('../images/order_check_address_bg.jpg') no-repeat;
  text-indent: -99999px;
  cursor: pointer;
}
.order ._body ._cinema ._checked_cinema {
  padding-top: 10px;
  width: 100%;
  overflow: hidden;
  height: 130px;
}
.order ._body ._cinema ._checked_cinema.view_all {
  height: 100%;
}
.order ._body ._cinema ._checked_cinema li {
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  width: 233px;
  height: 111px;
  background: url('../images/order_uncheck_cinema_bg.jpg') no-repeat;
  position: relative;
}
.order ._body ._cinema ._checked_cinema li:nth-child(4n+1) {
  margin-left: 0;
}
.order ._body ._cinema ._checked_cinema li ._first_line {
  height: 26px;
  line-height: 26px;
  padding-top: 3px;
  margin: 0 10px 0;
  border-bottom: 1px dashed #ddd;
  position: relative;
}
.order ._body ._cinema ._checked_cinema li ._first_line label::after {
  content: '：';
}
.order ._body ._cinema ._checked_cinema li ._first_line > a {
  display: inline-block;
  line-height: 18px;
  padding: 0 3px;
  background-color: #e2c8b6;
  color: #c4906e;
  position: absolute;
  right: 10px;
  top: 5px;
  border-radius: 3px;
}
.order ._body ._cinema ._checked_cinema li ._first_line > a:hover {
  color: #ff5715;
}
.order ._body ._cinema ._checked_cinema li ._content {
  padding: 5px 12px;
  line-height: 20px;
}
.order ._body ._cinema ._checked_cinema li ._content em {
  display: inline-block;
  padding-top: 7px;
}
.order ._body ._cinema ._checked_cinema li ._edit {
  font-size: 16px;
  position: absolute;
  right: 47px;
  bottom: 10px;
  cursor: pointer;
}
.order ._body ._cinema ._checked_cinema li ._edit:hover {
  color: #ff5715;
}
.order ._body ._cinema ._checked_cinema li .set_default {
  visibility: hidden;
}
.order ._body ._cinema ._checked_cinema li ._first_line a {
  visibility: hidden;
}
.order ._body ._cinema ._checked_cinema li.default {
  background: url('../images/order_checked_cinema_bg.jpg') no-repeat;
}
.order ._body ._cinema ._checked_cinema li.default a {
  visibility: visible;
}
.order ._body ._cinema ._checked_cinema li:hover ._first_line a {
  visibility: visible;
}
.order ._body .cart_header {
  margin-top: 15px;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  height: 43px;
  line-height: 43px;
  padding: 1px;
  background-color: #f5f5f5;
  width: 926px;
  margin-left: 50px;
  overflow: hidden;
}
.order ._body .cart_header dd {
  height: 43px;
  line-height: 43px;
  text-align: center;
  float: left;
}
.order ._body .cart_header dd:first-child {
  width: 40%;
}
.order ._body .cart_header dd:first-child + dd {
  width: 15%;
  text-align: center;
}
.order ._body .cart_header dd:first-child + dd + dd {
  width: 20%;
  text-align: center;
}
.order ._body .cart_header dd:first-child + dd + dd + dd {
  width: 15%;
  text-align: center;
}
.order ._body .cart_header dd:first-child + dd + dd + dd + dd {
  width: 10%;
  text-align: center;
}
.order ._body .cart_list {
  width: 926px;
  margin-left: 50px;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.order ._body .cart_list:first-child {
  border-top: none;
}
.order ._body .cart_list.active {
  background-color: #fafafa;
}
.order ._body .cart_list.active .fa-check-square-o {
  color: #ff5715;
}
.order ._body .cart_list ._property_list {
  width: 200px;
  margin-top: 7px;
}
.order ._body .cart_list ._property_list li {
  line-height: 18px;
  color: #615b57;
}
.order ._body .cart_list ._property_list label {
  color: #615b57;
  width: 60px;
  text-align: right;
}
.order ._body .cart_list ._property_list label::after {
  content: '：';
}
.order ._body .cart_list dd {
  float: left;
}
.order ._body .cart_list dd:first-child {
  width: 40%;
  padding-left: 3%;
}
.order ._body .cart_list dd:first-child + dd {
  width: 15%;
  text-align: center;
}
.order ._body .cart_list dd:first-child + dd + dd {
  width: 20%;
  text-align: center;
  font-weight: bold;
}
.order ._body .cart_list dd:first-child + dd + dd + dd {
  width: 15%;
  text-align: center;
}
.order ._body .cart_list dd:first-child + dd + dd + dd + dd {
  width: 10%;
  text-align: center;
}
.order ._body .cart_list_property,
.order ._body .cart_list_num,
.order ._body .cart_list_price,
.order ._body .cart_list_op {
  text-align: center;
}
.order ._body .cart_list_goods {
  overflow: hidden;
}
.order ._body .cart_list_goods label,
.order ._body .cart_list_goods .goods_img,
.order ._body .cart_list_goods .goods_title {
  float: left;
}
.order ._body .cart_list_goods label {
  width: 13px;
  height: 13px;
  margin-right: 8px;
}
.order ._body .cart_list_goods .goods_img {
  width: 80px;
  height: 82px;
  margin-right: 10px;
}
.order ._body .cart_list_goods .goods_img img {
  width: 79px;
  height: 79px;
  border: 1px solid #ccc;
}
.order ._body .cart_list_goods .goods_img img:hover {
  border: 2px solid #ff5715;
  width: 78px;
  height: 78px;
}
.order ._body .cart_list_goods .goods_title {
  width: 200px;
  position: relative;
}
.order ._body .cart_list_property {
  color: #615b57;
}
.order ._body .cart_list_num div {
  width: 75px;
  height: 23px;
  margin: 0 auto;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  position: relative;
}
.order ._body .cart_list_num div input {
  position: absolute;
  width: 39px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #aaa;
  top: -1px;
  left: 17px;
}
.order ._body .cart_list_num div button {
  width: 17px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  float: right;
}
.order ._body .cart_list_num div button:first-child {
  float: left;
}
.order ._body .cart_list_price {
  color: #ff5715;
  font-weight: bold;
}
.order ._body .cart_list_op {
  text-align: left;
}
.order ._body .cart_list_op p {
  width: 65px;
  margin: 0 auto 5px;
  text-align: center;
}
.order ._body .cart_list_op a {
  width: 60px;
}
.order ._foot {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #ddd;
  border-top: none;
  display: inline-block;
  zoom: 1;
}
.order ._foot:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.order ._foot:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.order ._foot ._left {
  width: 400px;
  float: left;
}
.order ._foot ._left label {
  color: #615b57;
  text-align: right;
}
.order ._foot ._left label::after {
  content: '：';
}
.order ._foot ._left ._discount {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.order ._foot ._left ._discount > label {
  display: table-cell;
  vertical-align: middle;
  width: 72px;
}
.order ._foot ._left ._discount select {
  width: 100px;
}
.order ._foot ._left ._remark {
  display: table;
}
.order ._foot ._left ._remark label {
  display: table-cell;
  vertical-align: top;
}
.order ._foot ._left ._remark textarea {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  padding: 1px 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 200px;
  height: 22px;
  line-height: 17px;
}
.order ._foot ._left ._remark textarea:focus {
  height: 54px;
}
.order ._foot ._right {
  width: 600px;
  float: right;
  text-align: right;
  position: relative;
  padding-bottom: 60px;
}
.order ._foot ._right ._label {
  line-height: 23px;
  display: inline-block;
}
.order ._foot ._right ._label label {
  display: block;
  color: #615b57;
  text-align: right;
  font-size: 14px;
}
.order ._foot ._right ._label label::after {
  content: '：';
}
.order ._foot ._right ._label label b {
  color: #ff5715;
  padding: 0 3px;
}
.order ._foot ._right ._data {
  line-height: 23px;
  display: inline-block;
  text-align: left;
}
.order ._foot ._right ._data span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #ff5715;
}
.order ._foot ._right ._data span::before {
  content: '￥';
  font-size: 12px;
  padding-right: 3px;
}
.order ._foot ._right > button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 10px;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.order ._foot ._right > button.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.order ._foot ._right > button.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.order ._foot ._right > button.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.order ._foot ._right > button.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.order ._foot ._right > button.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.order ._foot ._right > button.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.order ._foot ._right > button[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.order ._foot ._right > button:hover {
  transition: background-color, border 0.3s ease;
}
.order ._bottom {
  width: 100%;
  display: inline-block;
  zoom: 1;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #f5f5f5;
  color: #615b57;
  padding: 20px 30px;
  margin-bottom: 15px;
}
.order ._bottom:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.order ._bottom:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.order ._bottom ._title {
  color: #ff5715;
  font-weight: normal;
  line-height: 30px;
  font-size: 14px;
}
.order ._bottom p {
  line-height: 22px;
  margin-bottom: 0;
}
.pay {
  width: 1080px;
  margin-bottom: 15px;
  overflow: hidden;
}
.pay ._left {
  float: left;
  width: 825px;
  margin-right: 10px;
}
.pay ._left ._top {
  position: relative;
  background: url('../images/title_bg.png') no-repeat right;
  padding-left: 10px;
  border: 1px solid #ddd;
}
.pay ._left ._top h3 {
  padding: 0 3px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  font-size: 18px;
}
.pay ._left ._top h3 i {
  font-size: 18px;
  margin-right: 10px;
}
.pay ._left ._form {
  padding: 40px 40px 20px;
  border: 1px solid #ddd;
  border-top: none;
}
.pay ._left ._form ._pay_method {
  display: table;
}
.pay ._left ._form ._pay_method > label {
  color: #615b57;
  text-align: right;
  width: 100px;
  display: table-cell;
  font-size: 14px;
}
.pay ._left ._form ._pay_method > label::after {
  content: '：';
}
.pay ._left ._form ._pay_method > span {
  display: block;
  width: 120px;
  height: 40px;
  margin-bottom: 15px;
  padding-left: 10px;
  position: relative;
}
.pay ._left ._form ._pay_method > span i {
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}
.pay ._left ._form ._pay_method > span img {
  position: absolute;
  top: -4px;
  left: 33px;
  width: 88px;
  height: 28px;
  border: 1px solid #ddd;
}
.pay ._left ._form ._pay_method > span > ._text {
  position: absolute;
  top: -4px;
  left: 33px;
  width: 88px;
  height: 28px;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #937b73;
  color: white;
  cursor: pointer;
}
.pay ._left ._form ._pay_method > span.active i {
  color: #ff5715;
}
.pay ._left ._form ._pay_method > span.active img,
.pay ._left ._form ._pay_method > span.active ._text {
  border-color: #ff5715;
}
.pay ._left ._form ._pay_method > ._form_list {
  margin-top: -10px;
  margin-bottom: 30px;
  margin-left: 32px;
}
.pay ._left ._form ._pay_method > ._form_list > li {
  margin-bottom: 7px;
  position: relative;
}
.pay ._left ._form ._pay_method > ._form_list > li label {
  color: #615b57;
  text-align: right;
  font-weight: normal;
}
.pay ._left ._form ._pay_method > ._form_list > li label::after {
  content: '：';
}
.pay ._left ._form ._pay_method > ._form_list > li input {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  padding: 1px 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding-left: 5px;
  width: 200px;
  height: 28px;
}
.pay ._left ._form ._pay_method > ._form_list > li .pr80 {
  padding-right: 80px;
}
.pay ._left ._form ._pay_method > ._form_list > li ._btn_verify {
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1px 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pay ._left ._form ._pay_method > ._form_list > li ._btn_verify.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.pay ._left ._form ._pay_method > ._form_list > li ._btn_verify.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.pay ._left ._form ._pay_method > ._form_list > li ._btn_verify.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.pay ._left ._form ._pay_method > ._form_list > li ._btn_verify.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.pay ._left ._form ._pay_method > ._form_list > li ._btn_verify.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.pay ._left ._form ._pay_method > ._form_list > li ._btn_verify.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.pay ._left ._form ._pay_method > ._form_list > li ._btn_verify[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.pay ._left ._form ._pay_method > ._form_list > li ._btn_verify:hover {
  transition: background-color, border 0.3s ease;
}
.pay ._left ._form ._pay_method > ._form_list > li ._btn_verify.disable {
  border-color: #d5d5d5;
  background-color: #eee;
  color: #555;
  cursor: not-allowed;
}
.pay ._left ._form ._pay_method > ._form_list > li ._btn_verify.disable:hover {
  border-color: #d5d5d5;
  background-color: #eee;
  color: #555;
  cursor: not-allowed;
}
.pay ._left ._form ._pay_op {
  padding-left: 130px;
  margin-bottom: 25px;
}
.pay ._left ._form ._pay_op button {
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  width: 100px;
  height: 32px;
}
.pay ._left ._form ._pay_op button.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.pay ._left ._form ._pay_op button.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.pay ._left ._form ._pay_op button.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.pay ._left ._form ._pay_op button.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.pay ._left ._form ._pay_op button.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.pay ._left ._form ._pay_op button.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.pay ._left ._form ._pay_op button[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.pay ._left ._form ._pay_op button:hover {
  transition: background-color, border 0.3s ease;
}
.pay ._left ._form ._pay_op button:last-child {
  margin-left: 10px;
}
.pay ._left .return_goods_rule {
  width: 100%;
  display: inline-block;
  zoom: 1;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #f5f5f5;
  color: #615b57;
  padding: 20px 30px;
  margin-bottom: 15px;
}
.pay ._left .return_goods_rule:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pay ._left .return_goods_rule:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pay ._left .return_goods_rule ._title {
  color: #ff5715;
  font-weight: normal;
  line-height: 30px;
  font-size: 14px;
}
.pay ._left .return_goods_rule p {
  line-height: 22px;
  margin-bottom: 0;
}
.pay ._right {
  width: 243px;
  float: left;
  border: 1px solid #ddd;
}
.pay ._right ._title {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: white;
  background-color: #c4906e;
  font-size: 16px;
}
.pay ._right ._title i {
  padding-right: 5px;
}
.pay ._right > img {
  margin: 10px 20px;
  width: 202px;
  height: 202px;
}
.pay ._right ._order_info {
  padding: 15px;
  margin-bottom: 10px;
}
.pay ._right ._order_info > li {
  font-size: 14px;
  line-height: 23px;
}
.pay ._right ._order_info > li label {
  color: #615b57;
  display: inline-block;
  width: 60px;
  text-align: right;
  vertical-align: top;
  font-size: 12px;
}
.pay ._right ._order_info > li label::after {
  content: '：';
}
.pay ._right ._order_info > li span {
  width: 146px;
  display: inline-block;
  font-size: 12px;
  color: #46423f;
}
.pay ._right ._order_info ._discount {
  color: #ff5715;
}
.pay ._right ._order_info ._discount label {
  color: #ff5715;
}
.pay ._right ._order_info_goods dt {
  padding-left: 15px;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin-top: 7px;
  font-weight: bold;
}
.pay ._right ._order_info_goods dd {
  margin: 5px 30px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddd;
}
.pay ._right ._order_info_goods dd:last-child {
  border-bottom: none;
}
.pay ._right ._order_info_goods dd p {
  line-height: 18px;
}
.pay ._right ._order_info_goods dd p em {
  padding: 0 5px;
}
.pay ._right ._total_price {
  padding: 15px 0;
  margin: 0 20px;
  border-bottom: 1px solid #ddd;
}
.pay ._right ._total_price label {
  color: #615b57;
  display: inline-block;
  width: 55px;
  text-align: right;
  font-weight: bold;
}
.pay ._right ._total_price label::after {
  content: '：';
}
.pay ._right ._total_price span b {
  color: #ff5715;
  font-size: 18px;
  padding-right: 5px;
}
.pay ._right ._mobile p {
  padding-left: 20px;
  color: #e2c8b6;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin-top: 7px;
  font-weight: bold;
}
.pay ._right ._mobile div {
  padding-left: 20px;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
}
.pay ._right ._mobile div input {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  padding: 1px 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 130px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
}
.pay ._right ._mobile div input[readonly] {
  border: 1px solid white;
  box-shadow: none;
}
.pay ._right ._mobile div button {
  position: absolute;
  right: 20px;
  top: -5px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  width: 60px;
  height: 28px;
  line-height: 24px;
  font-size: 14px;
}
.pay ._right ._mobile div button.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.pay ._right ._mobile div button.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.pay ._right ._mobile div button.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.pay ._right ._mobile div button.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.pay ._right ._mobile div button.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.pay ._right ._mobile div button.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.pay ._right ._mobile div button[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.pay ._right ._mobile div button:hover {
  transition: background-color, border 0.3s ease;
}
.mall_banner {
  margin-bottom: 15px;
  width: 100%;
  height: 340px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.mall_banner .ng-hide {
  opacity: 0;
}
.mall_banner .ng-hide-add,
.mall_banner .ng-hide-remove {
  transition: all linear 0.5s;
}
.mall_banner > ul._pic_list > li {
  display: block;
}
.mall_banner > ul._pic_list > li a {
  display: inline-block;
  height: 340px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.mall_banner > ul._pic_list > li img {
  height: 340px;
}
.mall_banner ._arrow_left {
  left: 50px;
  background: url(../images/arrowl.png) no-repeat;
}
.mall_banner ._arrow_right {
  right: 50px;
  background: url(../images/arrowr.png) no-repeat;
}
.mall_banner ._arrow_left,
.mall_banner ._arrow_right {
  position: absolute;
  top: 140px;
  width: 40px;
  height: 80px;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  display: table;
}
.mall_banner ._arrow_left i,
.mall_banner ._arrow_right i {
  display: none;
}
.mall_banner ._arrow_left:hover i,
.mall_banner ._arrow_right:hover i {
  color: #ff5715;
}
._cate_search {
  margin-bottom: 15px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #d3ac92;
}
._cate_search > ._main {
  width: 1080px;
  margin: 0 auto;
}
._cate_search > ._main > ._cate {
  width: 200px;
  float: left;
  line-height: 50px;
  padding-left: 30px;
  background-color: #cc9e80;
  position: relative;
}
._cate_search > ._main > ._cate > h2 {
  font-size: 16px;
  color: white;
}
._cate_search > ._main > ._cate > h2 i {
  padding-right: 7px;
}
._cate_search > ._main > ._cate:hover {
  background-color: #c4906e;
}
._cate_search > ._main > ._cate:hover #goods_menu {
  display: block !important;
}
._cate_search > ._main > ._search {
  width: 400px;
  margin: 0 auto;
  height: 42px;
  overflow: hidden;
  position: relative;
}
._cate_search > ._main > ._search::after {
  content: '';
}
._cate_search > ._main > ._search input {
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 379px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #aaaaaa;
  padding-left: 16px;
  font-size: 14px;
  border-radius: 20px;
  outline: none;
}
._cate_search > ._main > ._search input:focus {
  border: 1px solid #ff7c48;
}
._cate_search > ._main > ._search button {
  position: absolute;
  right: 11px;
  top: 13px;
  background-color: transparent;
  font-size: 22px;
}
._cate_search > ._main > ._search button:hover {
  color: #ff5715;
}
#goods_menu {
  display: none;
  width: 230px;
  padding: 10px 0;
  background-color: #c4906e;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9999;
}
#goods_menu > li {
  width: 210px;
  padding: 0 10px;
}
#goods_menu > li .first_menu {
  position: relative;
  border-top: 1px solid #c99979;
}
#goods_menu > li .first_menu > p {
  width: 220px;
  line-height: 35px;
  color: white;
}
#goods_menu > li .first_menu > p > a {
  font-size: 15px;
  color: white;
  padding-left: 20px;
}
#goods_menu > li .first_menu > p > i {
  position: absolute;
  right: 10px;
  line-height: 35px;
}
#goods_menu > li .first_menu .second_menu {
  display: none;
  position: absolute;
  left: 220px;
  top: -1px;
  width: 300px;
  background-color: white;
  padding: 10px 20px;
}
#goods_menu > li .first_menu .second_menu > dl {
  border-top: 1px dashed #ddd;
  padding-top: 10px;
  padding-bottom: 5px;
}
#goods_menu > li .first_menu .second_menu > dl:first-child {
  border-top: none;
}
#goods_menu > li .first_menu .second_menu > dl > dt {
  line-height: 25px;
}
#goods_menu > li .first_menu .second_menu > dl > dt > a {
  font-size: 14px;
}
#goods_menu > li .first_menu .second_menu > dl > dt > i {
  position: absolute;
  right: 20px;
  line-height: 25px;
}
#goods_menu > li .first_menu .second_menu > dl > dd.third_menu {
  padding: 5px 10px;
  line-height: 22px;
}
#goods_menu > li .first_menu .second_menu > dl > dd.third_menu > a {
  color: #615b57;
  display: inline-block;
  margin: 0 5px;
}
#goods_menu > li .first_menu .second_menu > dl > dd.third_menu > a:hover {
  color: #ff5715;
}
#goods_menu > li:hover {
  background-color: white;
}
#goods_menu > li:hover .first_menu {
  border-color: white;
}
#goods_menu > li:hover .first_menu > p {
  color: #ff5715;
}
#goods_menu > li:hover .first_menu > p > a {
  color: #ff5715;
}
#goods_menu > li:hover .first_menu:hover .second_menu {
  display: block !important;
}
.index > ._title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ff5715;
  margin-top: 25px;
  margin-bottom: 15px;
  position: relative;
}
.index > ._title i {
  margin: 0 5px;
}
.index > ._title::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 86px;
  background-color: #ff5715;
  width: 400px;
  height: 2px;
}
.index > ._title::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 86px;
  background-color: #ff5715;
  width: 400px;
  height: 2px;
}
.index > ._title._green {
  color: #598c87;
}
.index > ._title._green::before {
  background-color: #598c87;
}
.index > ._title._green::after {
  background-color: #598c87;
}
.index > ._title._red {
  color: #c31842;
}
.index > ._title._red::before {
  background-color: #c31842;
}
.index > ._title._red::after {
  background-color: #c31842;
}
.index > ._title._blue {
  color: #5091a3;
}
.index > ._title._blue::before {
  background-color: #5091a3;
}
.index > ._title._blue::after {
  background-color: #5091a3;
}
.index ._ad {
  margin-bottom: 15px;
  width: 1080px;
  overflow: hidden;
}
.index ._ad > li {
  width: 348px;
  height: 178px;
  border: 1px solid #ddd;
  float: left;
  margin-left: 15px;
}
.index ._ad > li a {
  display: inline-block;
}
.index ._ad > li a img {
  width: 348px;
  height: 178px;
}
.index ._ad > li:first-child {
  margin-left: 0;
}
.index ._ad > li:hover {
  border: 2px solid #ff5715;
  width: 346px;
  height: 176px;
}
.index ._ad > li:hover img {
  width: 346px;
  height: 176px;
}
.index ._like {
  margin-bottom: 15px;
  width: 1080px;
  overflow: hidden;
}
.index ._like > table {
  float: left;
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 422px;
  height: 422px;
}
.index ._like > table tr td {
  border: 1px solid #ddd;
  width: 200px;
  height: 200px;
  padding: 5px;
}
.index ._like > table tr td a {
  display: inline-block;
}
.index ._like > table tr td img {
  width: 200px;
  height: 200px;
  background-color: white;
  vertical-align: middle;
}
.index ._like > table tr td:hover {
  width: 206px;
  height: 206px;
  padding: 2px;
  background-color: #ff5715;
}
.index ._like > table tr td:hover img {
  width: 206px;
  height: 206px;
}
.index ._like > table tr td._active {
  left: 0;
  top: 0;
  position: relative;
}
.index ._like > table tr td._active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.index ._like > table tr td._active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.index ._like > table tr td._active::before {
  border-top: 40px solid #ff5715;
  border-right: 40px solid transparent;
  width: 0;
  height: 0;
  overflow: hidden;
}
.index ._like > table tr td._active::after {
  content: '惠';
  font-size: 16px;
  color: white;
  left: 4px;
}
.index ._like > div {
  float: left;
  width: 214px;
  height: 401px;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.index ._like > div a {
  display: inline-block;
}
.index ._like > div img {
  width: 214px;
  height: 401px;
}
.index ._like > div:hover {
  width: 230px;
  height: 417px;
  padding: 2px;
  background-color: #ff5715;
}
.index ._like > div:hover img {
  width: 230px;
  height: 417px;
}
.index ._like > div._active {
  left: 0;
  top: 0;
  position: relative;
}
.index ._like > div._active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.index ._like > div._active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.index ._like > div._active::before {
  border-top: 40px solid #ff5715;
  border-right: 40px solid transparent;
  width: 0;
  height: 0;
  overflow: hidden;
}
.index ._like > div._active::after {
  content: '惠';
  font-size: 16px;
  color: white;
  left: 4px;
}
.index ._cinema {
  margin-bottom: 15px;
  width: 1080px;
  display: inline-block;
  zoom: 1;
  position: relative;
}
.index ._cinema:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index ._cinema:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index ._cinema ._arrow_left {
  position: absolute;
  top: 140px;
  left: -50px;
}
.index ._cinema ._arrow_right {
  position: absolute;
  top: 140px;
  right: -50px;
}
.index ._cinema ._arrow_left,
.index ._cinema ._arrow_right {
  width: 40px;
  height: 80px;
  background-color: #dcdcdc;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  display: table;
}
.index ._cinema ._arrow_left i,
.index ._cinema ._arrow_right i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
}
.index ._cinema ._arrow_left:hover i,
.index ._cinema ._arrow_right:hover i {
  color: #ff5715;
}
.index ._cinema ._big > li {
  width: 182px;
  height: 354px;
  margin-right: 4px;
  float: left;
  display: inline-block;
  zoom: 1;
  border: 1px solid #ddd;
}
.index ._cinema ._big > li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index ._cinema ._big > li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index ._cinema ._big > li > a {
  display: inline-block;
  width: 182px;
  height: 354px;
}
.index ._cinema ._big > li > a > img {
  width: 182px;
  height: 354px;
}
.index ._cinema ._big > li > ul._small {
  display: none;
}
.index ._cinema ._big > li:hover {
  width: 180px;
  height: 352px;
  border: 2px solid #ff5715;
}
.index ._cinema ._big > li:hover > a > img {
  width: 180px;
  height: 352px;
}
.index ._cinema ._big > li.active {
  width: 507px;
  height: 352px;
  border: 2px solid #ff5715;
}
.index ._cinema ._big > li.active > a {
  display: inline-block;
  width: 180px;
  height: 352px;
  float: left;
  padding-right: 2px;
}
.index ._cinema ._big > li.active > a > img {
  width: 180px;
  height: 352px;
}
.index ._cinema ._big > li.active ._small {
  float: left;
  display: inline-block;
  width: 302px;
  padding: 0 8px;
  overflow: hidden;
}
.index ._cinema ._big > li.active ._small > li {
  width: 151px;
  height: 175px;
  float: left;
}
.index ._cinema ._big > li.active ._small > li > a {
  display: inline-block;
  padding: 5px 22px;
}
.index ._cinema ._big > li.active ._small > li > a > img {
  width: 115px;
  height: 115px;
}
.index ._cinema ._big > li.active ._small > li > a:hover {
  padding: 2px 19px;
}
.index ._cinema ._big > li.active ._small > li > a:hover > img {
  width: 121px;
  height: 121px;
}
.index ._cinema ._big > li.active ._small > li p {
  padding: 3px 10px;
  line-height: 14px;
  text-align: center;
}
.index ._cinema ._big > li.active ._small > li p > a {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  height: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index ._cinema ._big > li.active ._small > li p > span {
  width: 100%;
  text-align: center;
  color: #ff5715;
  font-size: 15px;
}
.index ._cinema ._big > li.active ._small > li:nth-child(1),
.index ._cinema ._big > li.active ._small > li:nth-child(2) {
  border-bottom: 1px dashed #ddd;
}
.index ._discount {
  margin-bottom: 15px;
}
.index ._discount ._list {
  width: 1080px;
  overflow: hidden;
}
.index ._discount ._list li {
  width: 182px;
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
}
.index ._discount ._list li:nth-child(5n+1) {
  margin-left: 0;
  width: 181px;
}
.index ._discount ._list li:hover {
  border: 4px solid #ff5715;
  padding: 7px;
}
.index ._discount ._list li ._img {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
}
.index ._discount ._list li ._img img {
  width: 180px;
  height: 180px;
}
.index ._discount ._list li ._title {
  font-size: 14px;
  height: 46px;
  line-height: 23px;
  font-weight: normal;
  display: inline-block;
  overflow: hidden;
}
.index ._discount ._list li ._meta {
  position: relative;
}
.index ._discount ._list li ._meta ._price {
  color: #ff5715;
  font-size: 18px;
  font-weight: bold;
}
.index ._discount ._list li ._meta ._price::before {
  content: "￥";
  font-size: 14px;
}
.index ._discount ._list li ._meta .abs_right {
  font-size: 14px;
  line-height: 22px;
}
.index ._discount ._list li ._meta .abs_right em {
  padding: 0 3px;
  color: #d3ac92;
}
.index ._discount ._list li._active {
  left: 0;
  top: 0;
  position: relative;
}
.index ._discount ._list li._active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.index ._discount ._list li._active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.index ._discount ._list li._active::before {
  border-top: 40px solid #ff5715;
  border-right: 40px solid transparent;
  width: 0;
  height: 0;
  overflow: hidden;
}
.index ._discount ._list li._active::after {
  content: '惠';
  font-size: 16px;
  color: white;
  left: 4px;
}
.index ._discount > ._load_more {
  text-align: center;
}
.index ._discount > ._load_more > button {
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 3px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.index ._discount > ._load_more > button.primary {
  background-color: #d3ac92;
  color: white;
  border: 1px solid #c4906e;
}
.index ._discount > ._load_more > button.primary:hover {
  background-color: #c4906e;
  border: 1px solid daren(#c4906e, 10%);
}
.index ._discount > ._load_more > button.active {
  background-color: #ff5715;
  color: white;
  border: 1px solid #e13f00;
}
.index ._discount > ._load_more > button.active:hover {
  background-color: #e13f00;
  border: 1px solid daren(#e13f00, 10%);
}
.index ._discount > ._load_more > button.default {
  background-color: #f5f5f5;
  color: #46423f;
  border: 1px solid #dcdcdc;
}
.index ._discount > ._load_more > button.default:hover {
  background-color: #dcdcdc;
  border: 1px solid daren(#dcdcdc, 10%);
}
.index ._discount > ._load_more > button[disabled] {
  background-color: #dcdcdc !important;
  border-color: #f5f5f5 !important;
  cursor: not-allowed;
}
.index ._discount > ._load_more > button:hover {
  transition: background-color, border 0.3s ease;
}
/*优惠方式*/
.preferential {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 340px;
}
.preferential > li {
  width: 100%;
  border-top: 1px solid #ccc;
  position: relative;
}
.preferential > li:first-child {
  border-top: none;
}
.preferential > li ._go_bind {
  position: absolute;
  left: 260px;
  top: 3px;
  font-size: 12px;
}
.preferential > li._active > p:first-child {
  background-color: #f5f5f5;
}
.preferential > li._active > p:first-child > span:first-child::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-top: 25px solid #ff5715;
  border-right: 25px solid transparent;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.preferential > li._active > p:first-child > span:first-child::before {
  position: absolute;
  content: '✔';
  color: white;
  left: 2px;
  top: -3px;
  font-size: 16px;
  z-index: 2;
}
.preferential > li > p:first-child {
  margin-bottom: 0;
  line-height: 23px;
  cursor: pointer;
}
.preferential > li > p:first-child:hover {
  background-color: #fafafa;
}
.preferential > li > p:first-child > span:first-child {
  display: inline-block;
  padding: 3px 3px 3px 18px;
  font-size: 14px;
  width: 220px;
  position: relative;
}
.preferential > li > p:first-child > span:nth-child(2) {
  display: inline-block;
}
.preferential > li > p:first-child > span:nth-child(2) > label {
  color: #615b57;
  text-align: right;
  width: 60px;
  display: inline-block !important;
}
.preferential > li > p:first-child > span:nth-child(2) > label::after {
  content: '：';
}
.preferential > li > p:first-child > span:nth-child(2) > b {
  color: #ff5715;
}
.preferential > li > p:first-child > span:nth-child(2) > b::before {
  content: '￥';
}
.preferential > li > ul {
  display: none;
  margin: 5px 0;
  /*优惠活动*/
  /*优惠券*/
}
.preferential > li > ul > li {
  margin: 0 10px;
  padding: 0 10px;
  border-top: 1px dashed #ccc;
}
.preferential > li > ul > li:first-child {
  border-top: none;
}
.preferential > li > ul > li > p:first-child {
  margin-bottom: 0;
}
.preferential > li > ul > li div {
  position: relative;
}
.preferential > li > ul > li ._desc {
  padding: 0 13px 3px;
  margin-top: -3px;
  line-height: 18px;
}
.preferential > li > ul > li._no_use {
  background-color: #eee;
  cursor: not-allowed;
}
.preferential > li > ul > li._no_use ._title {
  cursor: not-allowed !important;
}
.preferential > li > ul > li._no_use ._icon_down._icon_down::after,
.preferential > li > ul > li._no_use ._icon_up._icon_down::after {
  border-width: 8px;
  border-color: #eee transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.preferential > li > ul > li._no_use ._icon_down._icon_up::after,
.preferential > li > ul > li._no_use ._icon_up._icon_up::after {
  border-width: 8px;
  border-color: transparent transparent #eee transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.preferential > li > ul._activity p:first-child {
  position: relative;
}
.preferential > li > ul._activity ._price {
  margin-bottom: 0;
  margin-top: -3px;
  padding: 0 13px;
}
.preferential > li > ul._activity ._price > label {
  color: #615b57;
  text-align: right;
  color: gray;
  display: inline-block !important;
  font-size: 12px;
  width: auto !important;
  vertical-align: baseline !important;
  font-weight: normal !important;
}
.preferential > li > ul._activity ._price > label::after {
  content: '：';
}
.preferential > li > ul._activity ._price > span {
  text-decoration: line-through;
  display: inline-block;
  line-height: 24px;
}
.preferential > li > ul._activity ._price > span::before {
  content: '￥';
}
.preferential > li > ul._activity ._price b {
  display: inline-block;
  line-height: 24px;
  color: #ff5715;
  font-weight: bold;
}
.preferential > li > ul._activity ._price b::before {
  content: '￥';
}
.preferential > li > ul._ticket > li ._num {
  position: relative;
  margin-top: -3px;
}
.preferential > li > ul._ticket > li ._num > label {
  font-weight: normal !important;
  display: inline-block !important;
  vertical-align: baseline;
  width: auto !important;
  padding-left: 13px;
}
.preferential > li > ul._ticket > li ._num div {
  position: absolute;
  left: 55px;
  top: 2px;
  width: 100px;
}
.preferential > li > ul ._icon_down,
.preferential > li > ul ._icon_up {
  cursor: pointer;
  position: absolute;
  right: 0px;
}
.preferential > li > ul ._icon_down._icon_down,
.preferential > li > ul ._icon_up._icon_down {
  top: 23px;
}
.preferential > li > ul ._icon_down._icon_down:hover::before,
.preferential > li > ul ._icon_up._icon_down:hover::before {
  border-width: 8px;
  border-color: #ff5715 transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.preferential > li > ul ._icon_down._icon_up,
.preferential > li > ul ._icon_up._icon_up {
  top: 17px;
}
.preferential > li > ul ._icon_down._icon_up:hover::before,
.preferential > li > ul ._icon_up._icon_up:hover::before {
  border-width: 8px;
  border-color: transparent transparent #ff5715 transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.preferential > li._expand > ul {
  display: block;
}
.preferential .fa-check-circle-o {
  color: #ff5715;
}
.preferential ._title {
  cursor: pointer;
}
.preferential ._title._active {
  color: #ff5715;
}
.order_preferential > ._title {
  margin: 20px auto;
  text-align: center;
  font-size: 18px;
  color: #d3ac92;
}
.order_preferential .order_preferential_box {
  width: 1080px -2;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
  zoom: 1;
}
.order_preferential .order_preferential_box:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.order_preferential .order_preferential_box:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.order_preferential .order_preferential_box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 267px;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.order_preferential .order_preferential_box > ._left {
  float: left;
  width: 810px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list {
  padding: 20px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  position: relative;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._main {
  cursor: pointer;
  padding: 10px 60px 5px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._main ._icon {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 30px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._main ._title {
  font-size: 16px;
  font-weight: bold;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._main ._sub_title {
  font-size: 12px;
  font-weight: normal;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._main ._reduce_price {
  position: absolute;
  left: 600px;
  top: 20px;
  font-size: 16px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._main ._reduce_price label {
  color: #615b57;
  text-align: right;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._main ._reduce_price label::after {
  content: '：';
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._main ._reduce_price b {
  color: #ff5715;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._main ._reduce_price b::before {
  content: '￥';
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._main ._go_bind {
  position: absolute;
  left: 600px;
  top: 20px;
  font-size: 16px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list {
  display: none;
  padding: 5px 40px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li {
  padding: 5px 20px;
  margin-bottom: 7px;
  border-top: 1px dashed #ddd;
  position: relative;
  overflow: hidden;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li:first-child {
  border-top: none;
  margin-top: 0;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._title {
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._title._active {
  color: #ff5715;
  cursor: pointer;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._title ._icon_down,
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._title ._icon_up {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 22px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._title ._icon_down._icon_up::before,
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._title ._icon_up._icon_up::before {
  bottom: 8px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._title ._icon_down._icon_up::after,
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._title ._icon_up._icon_up::after {
  bottom: 6px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._title ._icon_down:hover._icon_down::before,
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._title ._icon_up:hover._icon_down::before {
  border-width: 8px;
  border-color: #ff5715 transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._title ._icon_down:hover._icon_up::before,
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._title ._icon_up:hover._icon_up::before {
  border-width: 8px;
  border-color: transparent transparent #ff5715 transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._price {
  padding-left: 15px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._price label {
  color: #615b57;
  text-align: right;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._price label::after {
  content: '：';
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._price b {
  color: #ff5715;
  padding-right: 20px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._price b::before {
  content: '￥';
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._price span {
  text-decoration: line-through;
  color: gray;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._price span::before {
  content: '￥';
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li ._desc {
  padding-left: 15px;
  line-height: 18px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li .voucher_num {
  position: absolute;
  left: 300px;
  top: 10px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li .voucher_num button,
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li .voucher_num input {
  font-size: 14px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li .voucher_num button {
  width: 24px;
  height: 24px;
  font-size: 18px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li .voucher_num input {
  height: 22px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li._no_use {
  background-color: #eee;
  cursor: not-allowed;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li._no_use ._title {
  cursor: not-allowed !important;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li._no_use ._icon_down._icon_down::after,
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li._no_use ._icon_up._icon_down::after {
  border-width: 8px;
  border-color: #eee transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li._no_use ._icon_down._icon_up::after,
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._sub_list > li._no_use ._icon_up._icon_up::after {
  border-width: 8px;
  border-color: transparent transparent #eee transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._tab {
  display: none;
  margin: 10px 30px 0;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  zoom: 1;
  padding-left: 20px;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._tab:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._tab:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._tab > li {
  width: 150px;
  text-align: center;
  float: left;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
  font-size: 15px;
  cursor: pointer;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._tab > li._active {
  border-color: #ff5715;
  color: #ff5715;
  position: relative;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li ._tab > li._active::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  height: 3px;
  width: 100%;
  background-color: white;
  display: inline-block;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li._active {
  border-color: #ff5715;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li._active ._main {
  background-color: #f0e3db;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li._active ._main ._icon,
.order_preferential .order_preferential_box > ._left .first_preferential_list > li._active ._main ._title {
  color: #ff5715;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li._active ._main::after {
  position: absolute;
  top: 32px;
  right: 0;
  content: '';
  border-bottom: 31px solid #ff5715;
  border-left: 31px solid transparent;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li._active ._main::before {
  position: absolute;
  content: '✔';
  color: white;
  top: 39px;
  right: 0;
  font-size: 22px;
  z-index: 2;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li._active ._sub_list {
  display: block;
}
.order_preferential .order_preferential_box > ._left .first_preferential_list > li._active ._tab {
  display: block;
}
.order_preferential .order_preferential_box > ._left ._ground_title,
.order_preferential .order_preferential_box > ._left ._preferential_title {
  height: 34px;
  line-height: 34px;
  background-color: #f5f5f5;
  font-size: 16px;
  padding-left: 20px;
}
.order_preferential .order_preferential_box > ._left ._ground_title._ground_title,
.order_preferential .order_preferential_box > ._left ._preferential_title._ground_title {
  border-top: 1px solid #ddd;
}
.order_preferential .order_preferential_box > ._left ._ground_list {
  width: 760px;
  padding: 20px 20px 0;
  overflow: hidden;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li {
  width: 370px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li:nth-child(2n+1) {
  margin-right: 20px;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._left {
  width: 124px;
  height: 104px;
  float: left;
  position: relative;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._left ._checkbox {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  cursor: pointer;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._left ._checkbox.fa-check-square-o {
  color: #ff5715;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._left ._img {
  margin-left: 20px;
  width: 100px;
  height: 100px;
  border: 2px solid #ddd;
  float: left;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._left ._img img {
  width: 100px;
  height: 100px;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._left ._img:hover {
  border: 2px solid #ff5715;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right {
  width: 230px;
  padding-left: 10px;
  float: left;
  position: relative;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right ._title {
  font-size: 14px;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right ._desc {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 18px;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right ._price {
  position: absolute;
  top: 60px;
  left: 10px;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right ._price label {
  color: #615b57;
  text-align: right;
  font-weight: bold;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right ._price label::after {
  content: '：';
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right ._price b {
  color: #ff5715;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right ._price b::before {
  content: '￥';
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right ._goods_num {
  position: absolute;
  top: 82px;
  left: 10px;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right ._goods_num button,
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right ._goods_num input {
  font-size: 14px;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right ._goods_num button {
  width: 20px;
  height: 20px;
  font-size: 16px;
}
.order_preferential .order_preferential_box > ._left ._ground_list > li > ._right ._goods_num input {
  height: 18px;
}
.order_preferential .order_preferential_box > ._right {
  width: 227px;
  padding: 20px;
  float: right;
}
.order_preferential .order_preferential_box > ._right ._img {
  max-width: 100%;
}
.order_preferential .order_preferential_box > ._right ._major_property {
  font-weight: bold;
  font-size: 14px;
}
.order_preferential .order_preferential_box > ._right ._major_property label {
  color: #615b57;
  text-align: right;
  width: 70px;
  display: inline-block;
}
.order_preferential .order_preferential_box > ._right ._major_property label::after {
  content: '：';
}
.order_preferential .order_preferential_box > ._right ._list {
  margin-top: 20px;
}
.order_preferential .order_preferential_box > ._right ._list li {
  display: table;
}
.order_preferential .order_preferential_box > ._right ._list li._four_text label {
  width: 80px;
  margin-left: -10px;
}
.order_preferential .order_preferential_box > ._right ._list li._four_text span {
  font-weight: bold;
  color: #ff5715;
}
.order_preferential .order_preferential_box > ._right ._list label {
  color: #615b57;
  width: 70px;
  text-align: right;
  display: inline-block;
}
.order_preferential .order_preferential_box > ._right ._list label::after {
  content: '：';
}
.order_preferential .order_preferential_box > ._right ._list span {
  display: table-cell;
}
.order_preferential .order_preferential_box > ._right ._total_price {
  margin-top: 20px;
  padding: 20px;
  border-top: 1px solid #ccc;
}
.order_preferential .order_preferential_box > ._right ._total_price label {
  color: #615b57;
  text-align: right;
}
.order_preferential .order_preferential_box > ._right ._total_price label::after {
  content: '：';
}
.order_preferential .order_preferential_box > ._right ._total_price b {
  font-size: 24px;
  color: #ff5715;
}
.order_preferential .order_preferential_box > ._right ._total_price b::before {
  content: '￥';
  font-size: 14px;
}
.order_preferential .order_preferential_box > ._right ._btn button {
  padding: 5px 30px;
  font-size: 18px;
}
.wx_pay_content ._qr_code {
  width: 200px;
  height: 200px;
  margin: 15px auto;
}
.wx_pay_content ._tip {
  width: 400px;
  margin: 5px auto 15px;
  display: table;
}
.wx_pay_content ._tip img {
  display: table-cell;
  width: 64px;
  height: 64px;
  float: left;
}
.wx_pay_content ._tip p {
  width: 300px;
  padding-left: 20px;
  display: table-cell;
  float: left;
  margin-top: 10px;
}
.order_success ._main {
  margin: 30px auto;
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
  background: url('../images/oder_success_bg.png') no-repeat bottom right;
}
.order_success ._main ._left {
  margin: 60px 60px;
  padding-left: 30px;
  width: 500px;
  float: left;
  border-right: 1px dashed #ddd;
  position: relative;
}
.order_success ._main ._left ._icon_ok {
  font-size: 30px;
  color: green;
  position: absolute;
  top: -3px;
  left: -8px;
}
.order_success ._main ._left ._title {
  font-size: 24px;
}
.order_success ._main ._left ._img {
  margin: 10px 0;
}
.order_success ._main ._left ._link a {
  display: inline-block;
  font-size: 18px;
  color: #ff5715;
}
.order_success ._main ._right {
  width: 400px;
  margin-top: 60px;
  float: left;
}
.order_success ._main ._right ._kv {
  font-size: 18px;
  line-height: 30px;
}
.order_success ._main ._right ._kv label {
  color: #615b57;
  width: 110px;
  text-align: right;
}
.order_success ._main ._right ._kv label::after {
  content: '：';
}
.order_success ._main ._right ._kv span {
  color: #ff5715;
  font-weight: bold;
}
.order_success ._main ._right ._tip {
  margin: 40px 20px;
  line-height: 24px;
  font-size: 16px;
}
.order_success ._main ._right ._tip b {
  color: #ff5715;
}
.meeting-division {
  position: relative;
  text-align: center;
  font-size: 24px;
  margin-top: 14px;
}
.meeting-division .meeting-division-l {
  border: 2px solid #a08787;
  width: 250px;
  position: absolute;
  left: 23%;
  top: 10px;
}
.meeting-division .meeting-division-r {
  border: 2px solid #a08787;
  width: 250px;
  position: absolute;
  right: 23%;
  top: 10px;
}
