.infoBox[data-v-4d2773f2] {
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  font-size: 14px;
  background: #f4f5f9;
}
.infoBox .title[data-v-4d2773f2] {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
.infoBox .title .delMenu[data-v-4d2773f2] {
  color: #576b95;
  cursor: pointer;
}
.infoBox[data-v-4d2773f2]  .el-form-item__content {
  line-height: 40px;
}
.infoBox .tip[data-v-4d2773f2] {
  color: #9a9a9a;
  font-size: 12px;
}
.infoBox .childInfo[data-v-4d2773f2] {
  width: 80%;
  background: #fff;
  padding: 20px;
  margin-left: 10%;
  box-sizing: border-box;
}
.infoBox .childInfo .childTitle[data-v-4d2773f2] {
  margin-bottom: 10px;
  color: #9a9a9a;
}
.phoneBox[data-v-85dceb5e] {
  width: 100%;
  height: 568px;
  border: 1px solid #e7e7eb;
  box-sizing: border-box;
}
.phoneBox > div[data-v-85dceb5e] {
  width: 100%;
}
.phoneBox img[data-v-85dceb5e] {
  width: 100%;
}
.phoneBox .top[data-v-85dceb5e] {
  height: 64px;
}
.phoneBox .center[data-v-85dceb5e] {
  height: calc(100% - 64px - 50px);
}
.phoneBox .bottom[data-v-85dceb5e] {
  border-top: 1px solid #e7e7eb;
  height: 50px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAAyBAMAAADfIx/nAAAAJ1BMVEX6+vrV1dWIi5F/g4m9v8K8vsHl5ufX2NrJy82vsbWhpKj09fXo6epw2n+OAAAArUlEQVRYw+3WoQ2EMBiG4f/ukpvjcpecJmEBBAaHwaAIE2BhAgSCEdiDBRiLIEoNpqg38L01lU/+tkntsIfBE1DAwATEJaCAgd0FOMOB72/FBtbxnw1c+oEN5D8SAc/XpXtZQwSO5puIwPz5ccsSJPAVuQUF4ifot1SgGyAW6K4gFoifIP4O8oG/eAt8xGzgZL6RCGyLvRL5m8H/BwUUkJaAAgYmIC4BBQzsysAVl1AbwBXRaeUAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.phoneBox .bottom .addItem[data-v-85dceb5e] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.phoneBox .bottom .bottomMain[data-v-85dceb5e] {
  margin-left: 43px;
  display: flex;
  height: 100%;
}
.phoneBox .bottom .bottomMain > div[data-v-85dceb5e] {
  position: relative;
  height: 100%;
  flex: 1;
  color: #616161;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-left-color: #e7e7eb;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
}
.phoneBox .bottom .bottomMain > div[data-v-85dceb5e]:hover {
  color: #353535;
}
.phoneBox .bottom .bottomMain > div.active[data-v-85dceb5e] {
  color: #44b549;
  border: 1px solid #44b549;
}
.phoneBox .bottom .bottomMain > div .childMenuBox[data-v-85dceb5e] {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(20px + 50px);
  box-sizing: border-box;
  border: 1px solid #9a9a9a;
  background: #fafafa;
  color: #616161;
}
.phoneBox .bottom .bottomMain > div .childMenuBox .jiao[data-v-85dceb5e] {
  position: absolute;
  left: 50%;
  margin-left: -3px;
  z-index: 1;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #9a9a9a;
}
.phoneBox .bottom .bottomMain > div .childMenuBox .jiao1[data-v-85dceb5e] {
  bottom: -13px;
}
.phoneBox .bottom .bottomMain > div .childMenuBox .jiao2[data-v-85dceb5e] {
  bottom: -12px;
  border-top-color: #fafafa;
}
.phoneBox .bottom .bottomMain > div .childMenuBox > div[data-v-85dceb5e]:not(.jiao) {
  text-overflow: ellipsis;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 8px;
  white-space: nowrap;
  border: 1px solid transparent;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-top: 1px solid #e7e7eb;
  text-align: center;
}
.phoneBox .bottom .bottomMain > div .childMenuBox > div[data-v-85dceb5e]:not(.jiao):hover {
  background: #eee;
}
.phoneBox .bottom .bottomMain > div .childMenuBox > div:not(.jiao).active[data-v-85dceb5e] {
  color: #44b549;
  border: 1px solid #44b549;
}
.modal[data-v-fce9f20c] {
  position: fixed;
  font-size: 14px;
  left: 0;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal .modalPhone[data-v-fce9f20c] {
  position: relative;
  width: 327px;
  height: 674px;
  background-image: url(../img/modalBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 30px;
}
.modal .modalPhone .bottom[data-v-fce9f20c] {
  border-top: 1px solid #e7e7eb;
  height: 38px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: absolute;
  bottom: 93px;
  left: 28px;
  width: 271px;
}
.modal .modalPhone .bottom .bottomMain[data-v-fce9f20c] {
  margin-left: 43px;
  display: flex;
  height: 100%;
}
.modal .modalPhone .bottom .bottomMain > div[data-v-fce9f20c] {
  position: relative;
  height: 100%;
  flex: 1;
  color: #616161;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-left-color: #e7e7eb;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
}
.modal .modalPhone .bottom .bottomMain > div[data-v-fce9f20c]:hover {
  color: #353535;
}
.modal .modalPhone .bottom .bottomMain > div.active[data-v-fce9f20c] {
  color: #44b549;
  border: 1px solid #44b549;
}
.modal .modalPhone .bottom .bottomMain > div .childMenuBox[data-v-fce9f20c] {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(10px + 38px);
  box-sizing: border-box;
  border: 1px solid #9a9a9a;
  background: #fafafa;
  color: #616161;
}
.modal .modalPhone .bottom .bottomMain > div .childMenuBox .jiao[data-v-fce9f20c] {
  position: absolute;
  left: 50%;
  margin-left: -3px;
  z-index: 1;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #9a9a9a;
}
.modal .modalPhone .bottom .bottomMain > div .childMenuBox .jiao1[data-v-fce9f20c] {
  bottom: -13px;
}
.modal .modalPhone .bottom .bottomMain > div .childMenuBox .jiao2[data-v-fce9f20c] {
  bottom: -12px;
  border-top-color: #fafafa;
}
.modal .modalPhone .bottom .bottomMain > div .childMenuBox > div[data-v-fce9f20c]:not(.jiao) {
  text-overflow: ellipsis;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 8px;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  width: 100%;
  border-top: 1px solid #e7e7eb;
  border: 1px solid transparent;
  text-align: center;
}
.modal .modalPhone .bottom .bottomMain > div .childMenuBox > div[data-v-fce9f20c]:not(.jiao):hover {
  background: #eee;
}
.modal .modalPhone .bottom .bottomMain > div .childMenuBox > div:not(.jiao).active[data-v-fce9f20c] {
  color: #44b549;
  border: 1px solid #44b549;
}
.container[data-v-2faab73c] {
  width: 1200px;
  margin: 30px auto;
}
.main[data-v-2faab73c] {
  width: 100%;
  display: flex;
}
.main .phone[data-v-2faab73c] {
  width: 320px;
  flex: 0 0 320px;
}
.main .info[data-v-2faab73c] {
  width: calc(100% - 320px - 30px);
  flex: 0 0 calc(100% - 320px - 30px);
  margin-left: 30px;
}
