.breadcrumb_container[data-v-3900e49e]{display:inline-block;vertical-align:top}.breadcrumb_title[data-v-3900e49e]{display:inline-block;vertical-align:top;color:#606266;line-height:13px;font-size:14px}.el-breadcrumb[data-v-3900e49e]{display:inline-block;vertical-align:top}

.content[data-v-656e02f7] {
    position: relative;
    padding-bottom: 20px!important;
}
.top[data-v-656e02f7] {
    position: fixed;
    z-index: 98;
    background-color: #f5f5f5;
    padding-top: 26px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

#preview_container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#preview_container #close_btn {
  position: absolute;
  right: 10%;
  top: 5%;
  color: #ffffff;
  font-size: 50px;
  z-index: 999;
  cursor: pointer;
}
#iphone {
  width: calc(90vh * 640 / 1124);
  height: 90vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/ipone.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#iphone #preview_content {
  background-color: white;
  position: absolute;
  left: 15%;
  top: 16%;
  width: calc(70% - 20px);
  height: 68%;
  overflow-y: scroll;
  cursor: pointer;
  text-align: justify;
}
#iphone #preview_content .form_title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}

