body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
button,
textarea,
p,
blockquote,
table,
th,
td {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
a {
  text-decoration: none;
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "lucidagrande", "lucidasansunicode", lucida, helvetica, "HiraginoSansGB", "MicrosoftYaHei", "WenQuanYiMicroHei", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #282828;
}
@media screen and (orientation: portrait) {
  /* 竖屏 */
  .weui-dialog,
  .weui-toast {
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 50% 0;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 50% 0;
    transform: rotate(90deg);
    transform-origin: 50% 0;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 50% 0;
  }
}
@media screen and (orientation: landscape) {
  /* 横屏 */
}
.vertical {
  left: 100%;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  transform: rotate(90deg);
  transform-origin: 0 0;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 0 0;
}
.scene-box {
  overflow: hidden;
  position: fixed;
  top: 0;
}
.scene-box > a.back {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  z-index: 10000;
}
.scene-box > a.back img {
  display: block;
  height: 20px;
  margin: 10px auto;
}
.scene-box > div {
  float: left;
}
.scene-box #content {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.scene-box #content > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.scene-box #content > div#level-3 {
  display: none;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  z-index: 100000;
  box-sizing: border-box;
  border: #fff 1px solid;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
}
.scene-box #content > div#level-3 > .close {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -20px;
  right: -20px;
  border: #fff 1px solid;
  border-radius: 50%;
  z-index: 2;
  background: #000 url(../images/img/icon-cancel.png) no-repeat center;
  background-size: 46%;
}
.scene-box #content > div#level-3 .step3 > img {
  width: 10%;
  display: block;
  margin: 70px auto 30px;
}
.scene-box #content > div#level-3 .step3 > p {
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.scene-box #content > div#level-3 .tribute-record {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.scene-box #content > div#level-3 .tribute-record .container > p {
  text-align: center;
  color: #999;
  line-height: 40px;
}
.scene-box #content > div#level-3 .tribute-record .container > div {
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}
.scene-box #content > div#level-3 .tribute-record .container > div > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.scene-box #content > div#level-3 .tribute-record .container > div > div {
  padding-left: 56px;
}
.scene-box #content > div#level-3 .tribute-record .container > div > div > div {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  line-height: 24px;
  height: 24px;
}
.scene-box #content > div#level-3 .tribute-record .container > div > div > div i {
  display: inline-block;
  margin-left: 30px;
  font-style: normal;
}
.scene-box #content > div#level-3 .tribute-record .container > div > div > p {
  color: #ff6000;
  font-size: 12px;
  line-height: 18px;
}
.scene-box #content .tribute {
  position: absolute;
}
.scene-box #content .tribute > div {
  overflow: hidden;
  width: 100%;
}
.scene-box #content .tribute > div > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-height: 100%;
}
.scene-box #content .draggable {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 5px;
}
.scene-box #content .draggable > div.imgBox {
  border: #e8e8e8 1px dotted;
  height: 100%;
  cursor: move;
}
.scene-box #content .draggable .handle {
  display: none;
  overflow: hidden;
  position: absolute;
  top: -19px;
  left: 0;
  padding: 0 5px;
  width: 100%;
  min-width: 120px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.scene-box #content .draggable .handle > span {
  display: block;
  float: left;
  width: 20%;
  cursor: pointer;
  background: #fff;
  border-right: #e8e8e8 1px dotted;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.scene-box #content .draggable .handle > span img {
  height: 16px;
  display: block;
  margin: 6px auto;
}
.scene-box #content .draggable .handle > span:last-child {
  border-right: none;
}
.scene-box #content .preserved {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 999999;
  line-height: 32px;
  padding: 0 18px;
  font-size: 16px;
  color: #fff;
  background: #ff6000;
  opacity: 0.8;
  display: none;
}
.scene-box #content .preserved:hover {
  color: #fff;
  background: #ff6000;
  opacity: 1;
}
.scene-box .scene {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.scene-box .scene .gravestone {
  position: absolute;
}
.scene-box .scene .gravestone > img {
  display: block;
  width: 100%;
}
.scene-box .goods {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-width: 30px;
  background: #0f0f0f;
  z-index: 999999;
}
.scene-box .goods > span {
  display: block;
  width: 100%;
  height: 25%;
  position: relative;
}
.scene-box .goods > span i {
  display: block;
  color: #fff;
  font-style: normal;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  line-height: 24px;
  font-size: 12px;
  white-space: nowrap;
}
.scene-box .goods > span:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: url(../images/img/icon-left-border.png) no-repeat center;
  background-size: 100%;
}
.scene-box .goods .icon-left-1 {
  background: url(../images/img/icon-left-1.png) no-repeat center 30%;
  background-size: 38%;
}
.scene-box .goods .icon-left-2 {
  background: url(../images/img/icon-left-2.png) no-repeat center 30%;
  background-size: 38%;
}
.scene-box .goods .icon-left-3 {
  background: url(../images/img/icon-left-3.png) no-repeat center 30%;
  background-size: 38%;
}
.scene-box .goods .icon-left-4 {
  background: url(../images/img/icon-left-4.png) no-repeat center 30%;
  background-size: 38%;
}
.scene-box .goods .icon-left-4:after {
  display: none;
}
.scene-box .goods .icon-left-1.active {
  background: url(../images/img/icon-left-1a.png) no-repeat center 30%;
  background-size: 38%;
}
.scene-box .goods .icon-left-1.active i {
  color: #ff3600;
}
.scene-box .goods .icon-left-2.active {
  background: url(../images/img/icon-left-2a.png) no-repeat center 30%;
  background-size: 38%;
}
.scene-box .goods .icon-left-2.active i {
  color: #ff3600;
}
.scene-box .goods .icon-left-3.active {
  background: url(../images/img/icon-left-3a.png) no-repeat center 30%;
  background-size: 38%;
}
.scene-box .goods .icon-left-3.active i {
  color: #ff3600;
}
.scene-box .goods .icon-left-4.active {
  background: url(../images/img/icon-left-4a.png) no-repeat center 30%;
  background-size: 38%;
}
.scene-box .goods .icon-left-4.active i {
  color: #ff3600;
}
.scene-box .goods .icon-left-4.active:after {
  display: none;
}
.tribute-type {
  padding: 0 20px;
}
.tribute-type .tribute-type-list {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.tribute-type .tribute-type-list > div {
  width: max-content;
  min-width: 100%;
  border-bottom: #666666 1px solid;
  line-height: 50px;
  white-space: nowrap;
}
.tribute-type .tribute-type-list > div a {
  display: inline-block;
  color: #fff;
  margin: 0 12px;
  font-size: 14px;
  position: relative;
}
.tribute-type .tribute-type-list > div a.active:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #666;
}
.tribute-type .tribute-type-list > p {
  line-height: 50px;
  font-size: 14px;
  color: #fff;
}
.tribute-type #tribute-type-list-box {
  position: absolute;
  top: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 62px;
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 > div {
  float: left;
  width: 20%;
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 > div a {
  display: block;
  border: #ffffff 1px solid;
  margin: 15px 5px;
  border-radius: 5px;
  text-align: center;
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 > div a img {
  display: block;
  height: 50px;
  margin: 10px auto 0;
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 > div a p {
  display: block;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 > div a span {
  color: #ff6000;
  font-size: 10px;
  display: block;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 > div a i {
  display: block;
  border: #666 1px solid;
  background: #fff;
  width: 16px;
  height: 16px;
  margin: 6px auto;
  border-radius: 50%;
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 > div.active a {
  border: #ff6000 1px solid;
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 > div.active a > i {
  border: #ff6000 1px solid;
  background: #ff6000 url(../images/img/icon-selected.png) no-repeat center;
  background-size: 60%;
}
.tribute-type .tribute-type-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 62px;
}
.tribute-type .tribute-type-btn a {
  display: block;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #ff6000;
  color: #fff;
  font-size: 14px;
  width: 100px;
  border-radius: 3px;
  margin: 10px auto 0;
}
.tribute-type .tribute-type-btn p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.tribute-type .tribute-type-btn .inadequate {
  display: none;
}
.tribute-type .tribute-popup-box-2 {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 62px;
}
.tribute-type .tribute-popup-box-2 .tribute-number {
  padding: 20px 0 0 0;
  overflow: hidden;
}
.tribute-type .tribute-popup-box-2 .tribute-number > div {
  float: left;
}
.tribute-type .tribute-popup-box-2 .tribute-number > div:first-child {
  width: 20%;
  overflow: hidden;
}
.tribute-type .tribute-popup-box-2 .tribute-number > div:first-child img {
  display: block;
  width: 100%;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right {
  box-sizing: border-box;
  width: 80%;
  padding-left: 10px;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right > div {
  line-height: 24px;
  font-size: 12xp;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  overflow: hidden;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .name {
  font-size: 12xp;
  color: #fff;
  font-weight: 700;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .name span {
  color: #ff6000;
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count {
  float: left;
  color: #fff;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  margin-right: 10px;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count input::-webkit-outer-spin-button,
.tribute-type .tribute-popup-box-2 .tribute-number .right .count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count input[type="number"] {
  -moz-appearance: textfield;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number {
  display: inline-block;
  border: #cccccc 1px solid;
  vertical-align: middle;
  margin: 0 4px;
  height: 32px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number > input {
  width: 32px;
  height: 30px;
  border: none;
  background: #fff;
  float: left;
  text-align: center;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number > div {
  display: inline-block;
  width: 15px;
  height: 30px;
  border-left: #cccccc 1px solid;
  background: #f1f1f1;
  line-height: 12px;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number > div > span {
  display: inline-block;
  width: 100%;
  height: 15px;
  cursor: pointer;
  line-height: 15px;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number > div > span:first-child {
  background: url(../images/img/jia.png) no-repeat center;
  background-size: 50%;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number > div > span:last-child {
  background: url(../images/img/jian.png) no-repeat center;
  background-size: 50%;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number > div > span:last-child.disabled {
  background: url(../images/img/jian1.png) no-repeat center;
  background-size: 50%;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .subtotal {
  float: left;
  color: #fff;
  font-weight: 400;
  line-height: 32px;
  font-size: 12px;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .subtotal span {
  color: #ff6000;
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .subtotal span i {
  font-style: normal;
  display: inline-block;
  margin: 0 2px;
}
.tribute-type .tribute-popup-box-2 {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 62px;
}
.tribute-type .tribute-popup-box-2 .tribute-number {
  padding: 20px 0 0 0;
  overflow: hidden;
}
.tribute-type .tribute-popup-box-2 .tribute-number > div {
  float: left;
}
.tribute-type .tribute-popup-box-2 .tribute-number > div:first-child {
  width: 20%;
  overflow: hidden;
}
.tribute-type .tribute-popup-box-2 .tribute-number > div:first-child img {
  display: block;
  width: 100%;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right {
  box-sizing: border-box;
  width: 80%;
  padding-left: 10px;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right > div {
  line-height: 24px;
  font-size: 12xp;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  overflow: hidden;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .name {
  font-size: 12xp;
  color: #fff;
  font-weight: 700;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .name span {
  color: #ff6000;
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count {
  float: left;
  color: #fff;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  margin-right: 10px;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count input::-webkit-outer-spin-button,
.tribute-type .tribute-popup-box-2 .tribute-number .right .count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count input[type="number"] {
  -moz-appearance: textfield;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number {
  display: inline-block;
  border: #cccccc 1px solid;
  vertical-align: middle;
  margin: 0 4px;
  height: 32px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number > input {
  width: 32px;
  height: 30px;
  border: none;
  background: #fff;
  float: left;
  text-align: center;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number > div {
  display: inline-block;
  width: 15px;
  height: 30px;
  border-left: #cccccc 1px solid;
  background: #f1f1f1;
  line-height: 12px;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number > div > span {
  display: inline-block;
  width: 100%;
  height: 15px;
  cursor: pointer;
  line-height: 15px;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number > div > span:first-child {
  background: url(../images/img/jia.png) no-repeat center;
  background-size: 50%;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number > div > span:last-child {
  background: url(../images/img/jian.png) no-repeat center;
  background-size: 50%;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .count > div.number > div > span:last-child.disabled {
  background: url(../images/img/jian1.png) no-repeat center;
  background-size: 50%;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .subtotal {
  float: left;
  color: #fff;
  font-weight: 400;
  line-height: 32px;
  font-size: 12px;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .subtotal span {
  color: #ff6000;
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
}
.tribute-type .tribute-popup-box-2 .tribute-number .right .subtotal span i {
  font-style: normal;
  display: inline-block;
  margin: 0 2px;
}
.tribute-type .tribute-type-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 62px;
}
.tribute-type .tribute-type-btn a {
  display: block;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #ff6000;
  color: #fff;
  font-size: 14px;
  width: 100px;
  border-radius: 3px;
  margin: 10px auto 0;
}
.tribute-type .tribute-type-btn p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.tribute-type .tribute-type-btn .inadequate {
  display: none;
}
.tribute-type .tribute-type-btn .subtotal,
.tribute-type .tribute-type-btn .inadequate {
  margin-top: 10px;
  float: right;
  color: #fff;
  font-weight: 400;
  line-height: 1.1rem;
  font-size: 0.6rem;
  margin-right: 0.5rem;
}
.tribute-type .tribute-type-btn .subtotal i,
.tribute-type .tribute-type-btn .inadequate i {
  font-style: normal;
}
.tribute-type .tribute-type-btn .subtotal span,
.tribute-type .tribute-type-btn .inadequate span {
  color: #ff6000;
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
}
.tribute-type .tribute-type-btn a {
  float: right;
  margin-right: 0.6rem;
  height: 1.1rem;
  line-height: 1.1rem;
  background: #ff6000;
  color: #fff;
  font-size: 0.65rem;
  width: 85px;
}
.tribute-type .yui_tribute_popup_box {
  width: 100%;
  padding: 0 0.8rem;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 62px;
}
.tribute-type .yui_tribute_popup_box * {
  box-sizing: border-box;
}
.tribute-type .yui_tribute_popup_box .tribute-number {
  padding: 20px 0 0 0;
  overflow: hidden;
  display: flex;
}
.tribute-type .yui_tribute_popup_box .tribute-number > div {
  float: left;
}
.tribute-type .yui_tribute_popup_box .tribute-number > div:first-child {
  width: 6rem;
  padding: 20px 10px;
  background: rgba(100, 100, 100, 0.8);
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.tribute-type .yui_tribute_popup_box .tribute-number > div:first-child .img {
  float: left;
  width: 40%;
}
.tribute-type .yui_tribute_popup_box .tribute-number > div:first-child .img img {
  display: block;
  width: 100%;
}
.tribute-type .yui_tribute_popup_box .tribute-number > div:first-child .name {
  float: left;
  width: 60%;
  text-align: center;
  margin-top: 0;
}
.tribute-type .yui_tribute_popup_box .tribute-number > div:first-child .name p {
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #ff6000;
  display: block;
  font-weight: 400;
}
.tribute-type .yui_tribute_popup_box .tribute-number > div:first-child .name p.title {
  font-size: 0.7rem;
  line-height: 1.4rem;
  color: #fff;
  font-weight: 400;
}
.tribute-type .yui_tribute_popup_box .tribute-number .right {
  flex: 1;
  box-sizing: border-box;
  width: 7.7rem;
  padding-left: 8px;
}
.tribute-type .yui_tribute_popup_box .tribute-number .right .count {
  color: #fff;
  font-size: 0.6rem;
  height: 1.3rem;
  line-height: 1.3rem;
  font-weight: 400;
}
.tribute-type .yui_tribute_popup_box .tribute-number .right .count:first-child {
  margin: 0.4rem 0 0.4rem;
}
.tribute-type .yui_tribute_popup_box .tribute-number .right .count .name {
  float: left;
  margin: 0 0.4rem;
}
.tribute-type .yui_tribute_popup_box .tribute-number .right .count > div.number {
  display: block;
  float: left;
  overflow: hidden;
  vertical-align: middle;
  margin: 0;
  height: 1.3rem;
  text-align: center;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.tribute-type .yui_tribute_popup_box .tribute-number .right .count > div.number > input {
  vertical-align: top;
  width: 2.1rem;
  height: 1.3rem;
  background: none;
  margin: 0 1.6rem;
  border: 1px solid #959595;
  text-align: center;
  -webkit-border-radius: 0.65rem;
  -moz-border-radius: 0.65rem;
  border-radius: 0.65rem;
  overflow: hidden;
  font-size: 0.6rem;
  line-height: 1.3rem;
  color: #fff;
}
.tribute-type .yui_tribute_popup_box .tribute-number .right .count > div.number > input.active {
  border: 1px solid #ff6000;
}
.tribute-type .yui_tribute_popup_box .tribute-number .right .count > div.number > div {
  display: inline-block;
  height: 1.3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tribute-type .yui_tribute_popup_box .tribute-number .right .count > div.number > div > span {
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  cursor: pointer;
  line-height: 1.3rem;
  background: rgba(100, 100, 100, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.tribute-type .yui_tribute_popup_box .tribute-number .right .count > div.number > div > span:first-child {
  right: 0;
}
.tribute-type .yui_tribute_popup_box .tribute-number .right .count > div.number > div > span:last-child {
  left: 0;
}
.tribute-type .yui_tribute_popup_box .tribute-number .right .count > div.number > div > span.disabled:last-child {
  color: #999;
  background: rgba(100, 100, 100, 0.7);
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 > div {
  width: 22%;
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 > div.active a {
  margin: 14px 8px;
  border: #ff6000 2px solid;
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 > div a {
  padding: 3px 0 2px;
  margin: 15px 10px;
  border-radius: 7px;
}
.tribute-type #tribute-type-list-box .tribute-popup-box-1 > div a p {
  margin-top: 5px;
  line-height: 16px;
  height: 16px;
}
.scene-box .goods > span {
  height: 33.33%;
}
.scene-box #content > div#level-3 {
  border: none;
  border-radius: 17px;
  background: rgba(0, 0, 0, 0.9);
}
.scene-box #content > div#level-3.no_bg {
  background: none;
}
.scene-box #content > div#level-3.no_bg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.scene-box #content > div#level-3 .close {
  border: none;
  width: 45px;
  height: 45px;
  background-size: 44%;
}
.scene-box #content > div#level-3 .message_input {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
}
.scene-box #content > div#level-3 .message_input * {
  box-sizing: border-box;
}
.scene-box #content > div#level-3 .message_input form {
  flex: 1;
  background: #fff url(../images/icon-comment.png) no-repeat 0.6rem center;
  background-size: 0.4rem;
  padding-left: 1.3rem;
  border-radius: 0.55rem;
  overflow: hidden;
  margin-top: 0.4rem;
  height: 1.1rem;
}
.scene-box #content > div#level-3 .message_input form input {
  background: #fff;
  border: none;
  width: 100%;
  height: 1.1rem;
  padding: 0.15rem 0px;
  line-height: 0.7rem;
  resize: none;
  font-size: 0.65rem;
}
.scene-box #content > div#level-3 .message_input p {
  cursor: pointer;
  display: block;
  text-align: center;
  margin-left: 0.4rem;
  margin-top: 0.4rem;
  padding: 0 0.5rem;
  -webkit-border-radius: 0.55rem;
  -moz-border-radius: 0.55rem;
  border-radius: 0.55rem;
  height: 1.1rem;
  line-height: 1.1rem;
  background: #ff6000;
  color: #fff;
  font-size: 0.65rem;
  width: 85px;
}
.scene-box #content > div#level-3 .step3 > img {
  width: 72%;
}
