#hotpot img {
  max-width: 100%; }

#hotpot .black, #hotpot .white {
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0; }

#hotpot .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  overflow: hidden;
  max-width: none; }

#hotpot #step-1 .black {
  width: 60%;
  background: #5F6466;
  right: 0; }

#hotpot #step-1 .white {
  width: 40%;
  background: #FFFFFF;
  left: 0; }

#hotpot #step-1 .title {
  width: 360px;
  height: 168px;
  position: absolute;
  left: 8%;
  top: -200px; }

#hotpot #step-1 .hotpot, #hotpot #step-1 .hotpot-full {
  width: 510px;
  position: absolute;
  left: 10%;
  top: 100%; }

#hotpot #step-1 .material {
  position: absolute;
  top: 6%;
  right: -333px; }
  #hotpot #step-1 .material .material-item {
    position: relative; }
    #hotpot #step-1 .material .material-item .material-name {
      color: #FFF;
      border-bottom: 2px solid #FFF; }
    #hotpot #step-1 .material .material-item input[type=checkbox] {
      position: absolute;
      top: 4px;
      right: 0; }
    #hotpot #step-1 .material .material-item img {
      width: 100px; }

#hotpot #step-1 .skip {
  position: absolute;
  right: 8%;
  bottom: 67px;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  opacity: 0;
  cursor: pointer; }

#hotpot #step-1 .invoice {
  position: absolute;
  top: 54px;
  right: 6%;
  height: 38px;
  width: 122px;
  font-size: 18px;
  line-height: 38px;
  background: #FCE260;
  border-radius: 19px;
  text-align: center;
  color: #5F6466;
  box-shadow: 0 2px 2px #46354c;
  cursor: pointer;
  display: none; }

#hotpot #step-1 .price {
  position: absolute;
  top: 120%;
  right: 8%;
  color: #FFF;
  font-size: 18px; }
  #hotpot #step-1 .price .ellipsis {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-bottom: 30px;
    padding-top: 20px; }
  #hotpot #step-1 .price .number {
    margin-left: -8px; }

#hotpot #step-2 {
  left: 100%; }
  #hotpot #step-2 .white {
    width: 65%;
    background: #FFFFFF;
    right: 0; }
  #hotpot #step-2 .black {
    width: 35%;
    background: #5F6466;
    left: 0; }
  #hotpot #step-2 .title {
    width: 320px;
    height: 252px;
    position: absolute;
    top: 154px;
    left: 145px; }
  #hotpot #step-2 .hotpot {
    width: 394px;
    height: 356px;
    position: absolute;
    left: 85px;
    bottom: -178px; }
  #hotpot #step-2 .screenshot {
    width: 597px;
    height: 356px;
    position: absolute;
    right: 126px;
    bottom: -356px; }
  #hotpot #step-2 .step-title {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background: #5F6466;
    color: #FFF;
    position: absolute;
    right: 365px;
    text-align: center;
    bottom: -120px; }
    #hotpot #step-2 .step-title .number {
      font-size: 30px;
      margin: 10px 16px 12px 16px;
      border-bottom: 2px solid #FFF; }
  #hotpot #step-2 .next {
    width: 53px;
    height: 53px;
    color: #5F6466;
    bottom: 59px;
    right: 398px;
    position: absolute;
    cursor: pointer;
    border-radius: 26px;
    border: 1px solid #E8E8E8;
    display: table;
    opacity: 0; }
    #hotpot #step-2 .next .wrapper {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      #hotpot #step-2 .next .wrapper i {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  #hotpot #step-2 .start {
    position: absolute;
    bottom: -300px;
    right: 360px;
    height: 42px;
    width: 135px;
    font-size: 18px;
    line-height: 38px;
    background: #FCE260;
    border-radius: 19px;
    text-align: center;
    color: #5F6466;
    box-shadow: 0 2px 2px #46354c;
    cursor: pointer; }
