.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-1 {
  flex: 1;
}
.flex-1-none {
  flex: none!important;
}
.shrink-0 {
  flex-shrink: 0;
}
.mar-l-a {
  margin-left: auto;
}
.mar-t-a {
  margin-top: auto;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.label-info {
  position: relative;
}
.label-info span {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  font-size: 12px;
  margin-right: 13px;
}
.el-form-item[flex] .el-form-item__content {
  display: flex;
}
.app-card {
  outline: 1px solid #e4e7ed;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border-radius: 10px;
}
.screenshot-border {
  box-sizing: border-box;
}
.order-screenshot {
  position: relative;
}
.screenshot-show-box {
  padding: 25px 0 50px 122px;
  height: 990px;
  overflow: auto;
  flex: 1;
}
.order-main-taps {
  width: 74px;
  height: 462px;
  background: url(https://img.bc.haodanku.com/haodanku/1712037688);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.order-main-taps svg {
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
}
.order-main-taps img {
  width: 20px;
  margin-bottom: 8px;
  border-radius: 50%;
}
.order-main-taps .items {
  width: 40px;
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.order-main-taps .items span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  width: 16px;
  display: block;
}
.order-main-taps .active {
  background: linear-gradient(0deg, #f6f8fe, #e5ecff);
  border: 1px solid #ffffff;
  box-shadow: 0 0 24px 0 rgba(107, 129, 188, 0.2);
  border-radius: 20px;
}
.order-main-taps .active span {
  color: #5287ff;
}
.screenshot-setting-box {
  height: 990px;
  overflow: auto;
  width: 680px;
  flex-shrink: 0;
  padding-bottom: 25px;
  border-left: 1px solid #eee;
}
.screenshot-setting-box .setup-sticky {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #FFF;
  padding: 25px 25px 10px;
  border-bottom: 1px solid #e4e7ed;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.screenshot-setting-box .setsp {
  width: 568px;
  margin-top: 10px;
}
.screenshot-setting-box .tips {
  margin-top: 12px;
}
.screenshot-setting-box .red-text {
  color: #ff4b42;
}
.screenshot-setting-box .content-form {
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 25px;
  background-color: #fff;
  padding: 10px 18px;
}
.screenshot-setting-box .content-form .header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.screenshot-setting-box .content-form .header-label {
  display: flex;
  align-items: center;
  width: 130px;
  height: 32px;
  padding-left: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
  position: relative;
}
.screenshot-setting-box .content-form .header-label::after {
  content: "";
  width: 3px;
  height: 14px;
  background: #5287ff;
  border-radius: 1px 1px 1px 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.screenshot-setting-box .content-form .el-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.screenshot-setting-box .content-form .el-form-item {
  width: 100%;
}
.screenshot-setting-box .content-form .el-divider {
  margin: 10px 0;
}
.screenshot-setting-box .el-radio {
  line-height: 32px;
  height: 32px;
  margin-right: 10px;
}
.button-grounp {
  display: flex;
  flex-flow: column;
  margin-left: 20px;
  margin-right: 40px;
}
.button-grounp .create-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  background: #5287ff;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  user-select: none;
  cursor: pointer;
  padding: 16px 13px;
  flex-direction: column;
  border-radius: 10px;
  background: linear-gradient(180deg, #4d74ff, #599dfd);
}
.button-grounp .create-btn img {
  margin-bottom: 6px;
}
.button-grounp .create-btn-more {
  background: linear-gradient(0deg, #ff9000, #ff5100);
}
.button-grounp .create-btn-top {
  background: #fff;
  color: #4d74ff;
  border: 1px solid #4d74ff;
}
.button-grounp .create-btn:not(:first-child) {
  margin-top: 6px;
}
.screenshot-bottom-text {
  margin-top: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ff4b42;
  white-space: nowrap;
  width: 375px;
  text-align: center;
}
.page-wrap {
  width: 375px;
  height: 834px;
  font-family: Arial Normal, Arial;
}
.page-dom {
  width: 1440px;
  height: 3200px;
  zoom: 0.26041667;
  overflow-y: auto;
  overflow-x: hidden;
  color: #161616;
}
.page-dom::-webkit-scrollbar {
  width: 0;
}
.page-dom img {
  width: 100%;
  display: block;
}
.app-status .text_1 {
  font-weight: 600;
}
.app-status-ios {
  padding: 59px 75px 17px 117px;
}
.app-status-ios div > *:not(:last-child) {
  margin-right: 24px;
}
.app-status-ios .text_1 {
  font-size: 49px;
}
.app-status-hm {
  height: 126px;
  padding: 0 100px 0 75px;
}
.app-status-hm div svg:not(:last-child) {
  margin-right: 21px;
}
.app-status-hm .app-status-apps {
  margin-left: 21px;
}
.app-status-hm .app-status-apps img {
  width: 43px;
}
.app-status-hm .app-status-apps img:not(:last-child) {
  margin-right: 21px;
}
.app-status-hm .text_1 {
  font-size: 47px;
}
.random-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  background: #5287ff;
  border-radius: 5px;
  padding: 0 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.random-btn .random-img {
  width: 16px;
  height: 16px;
  background-image: url(http://img-haodanku-com.cdn.fudaiapp.com/FoSKsv-gyI8ZXfmqWRYcQkRu26sR);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 6px;
}
.el-radio-group input[aria-hidden="true"] {
  display: none !important;
}
.preview-dialog .el-dialog__title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
}
.preview-dialog .el-dialog__body {
  padding: 4px 25px 14px;
}
.preview-dialog .preview-dialog-image {
  width: 100%;
}
.preview-dialog .preview-dialog-image .el-image__preview {
  cursor: zoom-in;
}
.btn-grounp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 14px;
}
.btn-grounp > div:not(:last-child) {
  margin-right: 10px;
}
.btn-grounp .copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 28px;
  background: #5287ff;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.btn-grounp .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 28px;
  background: #52b4ff;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.more-btns {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.more-btns .more-btn {
  width: 30px;
  height: 30px;
  background: #4d75ff;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}
.preview-more-dialog .el-dialog__title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
}
.preview-more-dialog .el-dialog__body {
  padding: 4px 25px 14px;
}
.preview-more-dialog .preview-more-item {
  width: 300px;
  position: relative;
  outline: 2px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.preview-more-dialog .preview-more-item-active {
  outline: 2px solid #4d75ff;
}
.preview-more-dialog .preview-dialog-image {
  width: 100%;
}
.preview-more-dialog .preview-dialog-image .el-image__preview {
  cursor: zoom-in;
}
.preview-more-dialog .preview-more-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.preview-more-dialog .preview-more-select-box {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  cursor: pointer;
}
.preview-more-dialog .preview-more-select-box .select-on {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
.preview-more-dialog .preview-more-select-box .select-off {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0007;
  position: absolute;
  top: 0;
  right: 0;
}
.preview-more-dialog .el-checkbox__input {
  display: none;
}
.preview-more-dialog .el-checkbox-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.preview-more-dialog .el-checkbox {
  margin-right: 0;
}
.preview-copy-image {
  position: fixed;
  top: -999999px;
  left: -999999px;
  z-index: -999;
}
.upload-carimg {
  height: 90px;
}
.upload-carimg .el-upload-list__item,
.upload-carimg .el-upload {
  height: 90px;
  width: 90px;
  position: relative;
}
.upload-carimg .el-upload-list:not(:empty) + .el-upload {
  display: none;
}
.upload-carimg .el-icon-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-carimg .el-upload-list__item,
.upload-carimg .el-upload-list__item-actions {
  transition: none;
}
.order-btns {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-btns .order-btn {
  background: linear-gradient(90deg, #52AEFF, #5287FF);
  border-radius: 2px;
  width: fit-content;
  padding: 7px 16px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  border-radius: 25px;
}
.order-btns .order-btn:hover {
  background: #5287FF;
}
.order-btns .order-btn img {
  margin-right: 5px;
}
.order-btns .order-btn-pl {
  border: 1px solid #5287FF;
  background: #fff;
  color: #5287FF;
}
.order-btns .order-btn-pl:hover {
  background: #5287FF;
  color: #fff;
}
.order-btns .order-btn-ol {
  background: linear-gradient(90deg, #FF9000, #FF5100);
}
.order-btns .order-btn-ol:hover {
  background: #FF5100;
  color: #fff;
}
.order-navs {
  display: inline-flex;
  background: #ebf1ff;
  padding: 4px;
  border-radius: 6px;
}
.order-navs .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 32px;
  background: #ebf1ff;
  border-radius: 6px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #5287ff;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}
.order-navs .nav-item-label {
  position: absolute;
  top: 5px;
  right: 35px;
  transform: translate(100%, -100%);
  box-sizing: border-box;
  padding: 3px 9px;
  background: #ff4b42;
  border-radius: 9px 9px 9px 0px;
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}
.order-navs .nav-item.is-active {
  background: linear-gradient(90deg, #52aeff, #5287ff);
  color: #fff;
}
.screenshot-top {
  margin-bottom: 10px;
  width: 375px;
  text-align: center;
}
.order-style {
  display: flex;
}
.order-style div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  position: relative;
  border: 1px solid #e4e7ed;
}
.order-style div span {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: #ccc;
}
.order-style div i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  display: none;
}
.order-style div.active {
  border: 1px solid #4e75ff;
}
.order-style div.active i {
  display: block;
}
.o-icon {
  stroke: #000;
  fill: #000;
}
.el-dialog {
  margin-top: 0!important;
  top: 50%;
  transform: translateY(-50%);
}
.sku-select {
  display: flex;
  flex-wrap: wrap;
}
.sku-select .sku-select-label {
  flex-shrink: 0;
}
.sku-select:first-child {
  margin-top: -20px;
}
.sku-select + .el-divider {
  margin: 10px 0 20px!important;
}
.sku-select .el-radio__label {
  display: flex;
  align-items: center;
  padding: 0;
  height: 40px;
}
.sku-select .el-radio {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  overflow: hidden;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.sku-select .el-radio.is-checked {
  border-color: #409eff;
  background: #409eff;
}
.sku-select .el-radio.is-checked p {
  color: #fff;
}
.sku-select .el-radio:hover {
  border-color: #409eff;
  background: #409eff;
}
.sku-select .el-radio:hover p {
  color: #fff;
}
.sku-select .el-radio__input {
  display: none;
}
.sku-select img {
  width: 40px;
}
.sku-select p {
  padding: 0 26px;
}
.high-index {
  top: 50vh !important;
  z-index: 9999 !important;
  transform: translate(-50%, -50%) !important;
}
