
html .cube-dialog-btn_highlight,
body .cube-dialog-btn_highlight,
#app .cube-dialog-btn_highlight {
  color: #2468ff !important;
}

.add-play-info[data-v-efbd723a] {
  overflow: hidden;
}
.add-play-info .tabBar[data-v-efbd723a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.add-play-info .tabBar .delete[data-v-efbd723a] {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2d395b;
  visibility: hidden;
}
.add-play-info .tabBar .delete.active[data-v-efbd723a] {
  visibility: visible;
}
.add-play-info .tabBar .tabBar-title[data-v-efbd723a] {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2d395b;
}
.add-play-info .tabBar .back[data-v-efbd723a] {
  height: 20px;
  width: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAoCAYAAAAVBmHYAAADN0lEQVRIS7XX+0sUURQH8O+ZXdt/Zmf9dWb6qVXLV2YRhDMjhfRAiqKiKCiKgiIqip5ERamrpvRT/eZPkrqrRKj76EVBhJVmZuUGEXFPzOZjdtx19tX+uDPzOXfOvffcM4QS/vyqUU9Ay5yvTH/Xf/8XlcoOKGYDE3oB9gHom8XvxpLgsmo2AtwDYNXCYAn0uGi8XGneJEg8AFBmy0ISxHVF4QHN2MyMLgc8RxLVRYdCAwXjfsXYQsQhgLwLI2bgBzNqE8OdQ9Z/BeEB1WxicDuARRjAd5CoiYW7I0t5z3O5yIppgLgNgMf26DdiqTo63DFi5/IaebmmNwumew54VhDWJcKdT53jzBmXNX0bmO444K/weNfGBtueZUpATrhfNVrAuE0EyYbMSPBUjUfaR7Nl1hUPKOZ2Ab5lh5nxxStx1Vi4a2ylKVsRl1VzF5hvIG3EPM1erowPdEfd1kJWPKCZrcziOkD2ez4TSRXRcEfcDc66zmVV3wPgigOekiRvxfhQWyIXOCPu15r3EovLaRuMMcmQgvHhjhe5wstwWWneDxIXHTv3I0kUjA6FXuUDp+F+zThIjPMO+IPk8QTHB9tf5wsv4rJiHAbhXBrAmBBEaxKR0JtC4BTuV42jBJxxAO+Z/gTj4Z63hcIpXFb1UwAd/y+4hfoV/QQRnXQEmBAoMi0LoKzpx8B02hGg+AldDKAaRwCctQdg4BNBBGOR7pf55n/Z9g+o5iEGWytn6RpjUjAqEiOdz/MJkLG2yJp5AMwXHGt+ikiqzLWuZK0t1oWAau5j8KX0ADwNUEUs0hnL5Q1cSq6xG+Cr9gJm1fIyL1WODobG3QK4Hxaa3sqCrtlrOgMzHpdTaMW02Eclq/pOZrrpOOZWPD9zxlMbLfM5mvXkzwtPTbJibGXC3Vx6lrxx64FMvYvVxhGJanu3VRBuPSSrhg7A6rrsfeKcl1EzNt8nFoz/K3bLG1GAkyDUxcJdT4rCU3OQuYVOMtP6+HCo33Wdu20Uv2psJMBq/he/KsD4SZLUUDSemgNN3wBBvSBbAMKjkuDz+6CewA8B8jHQl/SVbSgZnnqD1XothLRjzudtsj4V/wLjZDmhleJPHQAAAABJRU5ErkJggg==);
  background-size: 12px 20px;
}
.add-play-info .safety[data-v-efbd723a] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000000000;
}
.add-play-info .safety .safety-content[data-v-efbd723a] {
  width: 100%;
  height: 251px;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
}
.add-play-info .safety .safety-content .safety-btn[data-v-efbd723a] {
  margin: 12px 14px 14px 14px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#4fa1ff), to(#2468ff));
  background: -webkit-linear-gradient(left, #4fa1ff 0%, #2468ff 100%);
  background: linear-gradient(90deg, #4fa1ff 0%, #2468ff 100%);
  border-radius: 2px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
}
.add-play-info .safety .safety-content .input[data-v-efbd723a] {
  border-bottom: 1px solid #eff0f3;
}
.add-play-info .safety .safety-content .input input[data-v-efbd723a] {
  background: none;
  outline: none;
  border: none;
  width: 100%;
  height: 51px;
  padding: 15px 0;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: bold;
  color: #121821;
}
.add-play-info .safety .safety-content .input input[data-v-efbd723a]::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #c4c9cc;
}
.add-play-info .safety .safety-content .input input[data-v-efbd723a]::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #c4c9cc;
}
.add-play-info .safety .safety-content .input input[data-v-efbd723a]::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #c4c9cc;
}
.add-play-info .safety .safety-content .text[data-v-efbd723a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  padding: 30px 15px 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0c2233;
}
.add-play-info .safety .safety-content .title[data-v-efbd723a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 51px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 0px 0px #eff0f3;
          box-shadow: 0px 1px 0px 0px #eff0f3;
}
.add-play-info .safety .safety-content .title .left[data-v-efbd723a] {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0c2233;
}
.add-play-info .safety .safety-content .title .right[data-v-efbd723a] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #9aa3a9;
}
.add-play-info .top[data-v-efbd723a] {
  padding: 9px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f6ff;
  -webkit-box-shadow: 0px 1px 0px 0px #e0e5fc, 0px -1px 0px 0px #e0e5fc;
          box-shadow: 0px 1px 0px 0px #e0e5fc, 0px -1px 0px 0px #e0e5fc;
  line-height: 22px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #387cff;
}
.add-play-info .title[data-v-efbd723a] {
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #292d33;
  margin-top: 27px;
  margin-left: 14px;
}
.add-play-info .input[data-v-efbd723a] {
  margin-left: 14px;
}
.add-play-info .input input[data-v-efbd723a] {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 1px 0px 0px #ededf0;
          box-shadow: 0px 1px 0px 0px #ededf0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #292d33;
}
.add-play-info .input input[data-v-efbd723a]::-webkit-input-placeholder {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9aa3a9;
}
.add-play-info .input input[data-v-efbd723a]::-ms-input-placeholder {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9aa3a9;
}
.add-play-info .input input[data-v-efbd723a]::placeholder {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9aa3a9;
}
.add-play-info .upload[data-v-efbd723a] {
  margin-top: 20px;
  margin-left: 14px;
}
.add-play-info .wrap-btn[data-v-efbd723a] {
  position: fixed;
  bottom: 20px;
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-play-info .wrap-btn .btn[data-v-efbd723a] {
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #d9dbe5;
  border-radius: 2px;
  width: 90%;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
}
.add-play-info .wrap-btn .btn.active[data-v-efbd723a] {
  background: -webkit-linear-gradient(314deg, #4fa1ff 0%, #2468ff 100%);
  background: linear-gradient(136deg, #4fa1ff 0%, #2468ff 100%);
}

