html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 1rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
@media screen and (orientation: portrait) {
html {
    font-size: 13.333vw;
}
}
@media screen and (orientation: portrait) and screen and (min-width: 768px) {
html {
    font-size: 10.415vw;
}
}
@media screen and (orientation: landscape) {
html {
    font-size: 7.496vw;
}
}
a,
img {
  -webkit-touch-callout: none;
}
body,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
li {
  list-style: none;
}
em {
  font-style: normal;
}
img {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button:focus,
input:focus,
textarea:focus {
  outline: 0;
}
a,
a:hover {
  text-decoration: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
}
body {
  font-family: 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.5;
}
.qui_dialog__mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.qui_dialog__box {
  width: 5.92rem;
  max-height: 80%;
  border-radius: 0.24rem;
  background-color: #fff;
  color: #333;
  font-size: 0.28rem;
}
.qui_dialog__media {
  overflow: hidden;
  margin-top: -0.08rem;
  border-radius: 0.24rem 0.24rem 0 0;
}
.qui_dialog__img {
  display: block;
  width: 100%;
}
.qui_dialog__hd {
  overflow: hidden;
  margin: 0.5rem 0 -0.2rem;
}
.qui_dialog__bd {
  -webkit-flex: 1;
  overflow: auto;
  margin: 0.5rem 0;
  -webkit-overflow-scrolling: touch;
}
.qui_dialog__tit {
  margin: 0 0.5rem;
  text-align: center;
  font-size: 0.34rem;
}
.qui_dialog__sub {
  margin: 0 0.5rem;
  text-align: center;
  opacity: 0.7;
}
.qui_dialog__para {
  margin: 0 0.5rem;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
}
.qui_dialog__info {
  margin: 0 0.5rem;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}
.qui_dialog__desc {
  opacity: 0.7;
}
.qui_dialog__ft {
  position: relative;
  display: -webkit-flex;
}
.qui_dialog__ft::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 0.02rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.qui_dialog__btn {
  position: relative;
  -webkit-flex: 1;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  height: 1.1rem;
  font-size: 0.3rem;
  font-weight: 600;
  color: #333;
}
.qui_dialog__btn:after {
  content: '';
  position: absolute;
  top: 0.02rem;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0.02rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.qui_dialog__btn:first-child:after {
  display: none;
}
.icon_close__pop {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  fill: rgba(0, 0, 0, 0.3);
}
.qui_dialog__con {
  position: relative;
  width: 5.92rem;
  max-height: 80%;
  border-radius: 0.12rem;
  background-color: #fff;
  font-size: 0.26rem;
}
.qui_dialog__photo {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 auto 0.2rem;
}
.qui_dialog__close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 0.3rem;
}
.qui_dialog__control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  margin: 0.4rem 0;
}
.qui_dialog__control .btn_middle {
  width: 3.3rem;
  padding: 0;
  margin-bottom: 0.2rem;
}
.qui_dialog__control .btn_middle:last-child {
  margin-bottom: 0;
}
.qui_dialog__label {
  position: relative;
  display: block;
  height: 0.9rem;
  margin: 0.2rem 0.5rem 0;
  border-radius: 0.12rem;
  background-color: #f8f8f8;
}
.qui_dialog__label:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  border: 0.02rem solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.qui_dialog__input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-indent: 0.2rem;
  font-size: 0.28rem;
  color: #333;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.qui_dialog__ft::after {
    -webkit-transform: scaleY(0.5);
}
.qui_dialog__btn:nth-child(2)::after {
    -webkit-transform: scaleX(0.5);
}
.qui_dialog__label:before {
    width: 200%;
    height: 200%;
    border-radius: 0.24rem;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: left top;
}
}
.icon_play_m {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  fill: currentColor;
}
.qui_graph {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -webkit-box-sizing: border-box;
  padding: 0 0.3rem;
}
.qui_graph__box {
  display: block;
  margin: 0 0.1rem 0.2rem;
  color: #fff;
}
.qui_graph__media {
  position: relative;
  display: block;
  border-radius: 0.12rem;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.qui_graph__media::after {
  content: '';
  display: block;
  pointer-events: none;
}
.qui_graph__img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.qui_graph__info {
  -webkit-flex: 1;
  overflow: hidden;
  margin-top: 0.1rem;
}
.qui_graph__desc,
.qui_graph__tit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white;
}
.qui_graph__tit {
  font-weight: 400;
  font-size: 0.3rem;
}
.qui_graph__desc {
  opacity: 0.8;
}
.qui_graph__mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-box-sizing: border-box;
  padding: 0.4rem 0.16rem 0.12rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.qui_graph_no_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-flex;
  -webkit-align-items: center;
  padding: 0.4rem 0.16rem 0.12rem;
  color: #fff;
}
.qui_graph__live {
  display: block;
  height: 0.3rem;
}
.qui_graph__face {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1.98rem;
}
.qui_graph__name {
  -webkit-flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0.1rem;
}
.qui_graph__info .qui_graph__name {
  margin: 0;
}
.qui_graph__mask .btn {
  margin-left: 0.2rem;
}
.qui_graph__mask .qui_graph__info {
  margin-top: 0;
}
.qui_graph__time {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  width: 100%;
}
.qui_graph__info + .qui_graph__time {
  width: auto;
  margin-left: 0.2rem;
}
.qui_graph__play {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 19.98rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.qui_graph__rank {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.2rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.12rem 0 0.12rem 0;
  color: #fff;
  font-weight: 700;
}
.qui_graph__item:nth-child(1) .qui_graph__rank {
  background-color: #ffc600;
}
.qui_graph__item:nth-child(2) .qui_graph__rank {
  background-color: #afb9c3;
}
.qui_graph__item:nth-child(3) .qui_graph__rank {
  background-color: #e2b380;
}
.qui_graph__rest {
  position: absolute;
  left: 0;
  top: 0;
}
.qui_graph__rest .qui_graph__desc {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  width: 1.1rem;
  height: 0.56rem;
}
.qui_graph__media--high::after {
  padding-top: 100%;
}
.qui_graph__media--middle::after {
  padding-top: 56.25%;
}
.qui_graph__media--low::after {
  padding-top: 50%;
}
.qui_graph--center {
  text-align: center;
}
.qui_graph__para {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.icon_person {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  fill: currentcolor;
}
.icon_kb_s {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  background: url(https://kg.qq.com/gtimg/mediastyle/global/kg/level/kb_s.png?max_age=2592000) no-repeat;
  background-size: 100% auto;
  margin-right: 0.04rem;
}
.qui_graph__count {
  display: -webkit-flex;
  -webkit-align-items: center;
}
.qui_graph__count p {
  display: -webkit-flex;
  -webkit-align-items: center;
  margin-left: 0.3rem;
}
.qui_graph__count p:first-child {
  margin-left: 0;
}
.qui_graph--1 .qui_graph__item {
  width: 100%;
}
.qui_graph--2 .qui_graph__item {
  width: 50%;
}
.qui_graph--3 .qui_graph__item {
  width: 33.33333%;
}
.qui_graph--4 .qui_graph__item {
  width: 25%;
}
.wrap {
  color: #fff;
  font-size: 0.24rem;
  background: url(../../web/visual-newyear-index_v2/bg.be84.jpg?max_age=36148900000) repeat-y;
  background-size: 100% auto;
}
.btn {
  position: relative;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-box-sizing: border-box;
  font-weight: 600;
  border-radius: 19.98rem;
  overflow: hidden;
  background-color: #e20c0c;
  color: #fff;
}
.btn_small {
  height: 0.5rem;
  padding: 0 0.26rem;
  font-size: 0.26rem;
}
.act_header {
  width: 100%;
  height: 0;
  padding-top: 114%;
  overflow: hidden;
  background: url(../../web/visual-newyear-index_v2/header.6b5b.jpg?max_age=36148900000) no-repeat;
  background-size: 100% auto;
}
.act_header__tit {
  display: none;
}
.act_go {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  padding: 0 0.4rem 0.3rem;
  width: 100%;
}
.act_go__box {
  width: 48%;
  display: block;
}
.act_go__img {
  display: block;
  width: 100%;
}
.act_old__song {
  display: block;
  margin: 0.3rem 0.4rem;
}
.act_old__img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.act_video {
  position: relative;
  width: 6.7rem;
  height: 3.76rem;
  margin: 0.3rem 0.4rem;
}
.act_video__img {
  display: block;
  width: 100%;
  height: 100%;
}
.act_video__con {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.16rem;
  overflow: hidden;
}
.act_video__play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.icon_play {
  display: block;
  width: 1.23rem;
  height: 1.23rem;
  background-size: 100% auto;
  font-size: 0;
  line-height: 0;
}
.act_tit {
  text-align: center;
  margin: 0.6rem 0 0.3rem;
  color: #fce39d;
}
.act_tit__star {
  padding: 0 0.3rem;
}
.act_tit__year {
  display: block;
  width: 6.7rem;
  height: 0.77rem;
  margin: 0 auto 0.2rem;
  background: url(../../web/visual-newyear-index_v2/tit_2.1bfb.png?max_age=36148900000) no-repeat;
  background-size: 100% auto;
  font-size: 0;
  line-height: 0;
}
.qui_graph__tag {
  position: absolute;
  left: 0.2rem;
  top: 0;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  width: 1.47rem;
  height: 0.5rem;
  padding-bottom: 0.04rem;
  background: url(../../web/visual-newyear-index_v2/tag.eca7.png?max_age=36148900000) no-repeat;
  background-size: 100% auto;
  font-size: 0.3rem;
  color: #b56629;
}
.act_new_modules {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  text-align: center;
}
.act_tasks_warp {
  padding: 0.2rem;
  border-radius: 0.1rem;
  background: #f43e2c;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.3rem;
}
.act_tasks_left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.act_tasks_img {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.3rem;
  border-radius: 0.1rem;
}
.act_tasks_img_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.act_tasks_btn_warp {
  width: 2.2rem;
}
.act_tasks_btn {
  width: 1.2rem;
  background: #ffeaec;
  color: #cf2b27;
  text-align: center;
  line-height: 0.6rem;
  font-size: 0.3rem;
  border-radius: 0.3rem;
}
.act_tasks_btn_get {
  background: #fccf9e;
  color: #b41117;
}
.act_tasks_btn_got {
  background: #9b1818;
  color: #f45053;
}
.act_tasks_title {
  width: 3.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.3rem;
  margin: 0.1rem 0 0.04rem;
}
.act_icon {
  width: 0.22rem;
  height: 0.2rem;
  margin-right: 0.05rem;
}
.act_star_title {
  display: block;
  width: 100%;
  margin: 0.6rem auto 0.3rem;
}
.act_star_subtitle {
  color: #ffeaaa;
  margin-bottom: 0.3rem;
  display: block;
}
.act_star_ktvroom {
  position: relative;
  display: block;
  width: 6.7rem;
  height: 3.77rem;
  margin: 0.3rem auto 0.2rem;
  background: url(https://qzonestyle.gtimg.cn/aoi/sola/20200126091620_4MI3gCPYRi.png) no-repeat;
  background-size: 100% auto;
}
.act_star_ktvroom_left {
  position: absolute;
  bottom: 0.3rem;
  text-align: left;
  left: 0.3rem;
}
.act_star_ktvroom_right {
  position: absolute;
  bottom: 0.3rem;
  text-align: right;
  right: 0.3rem;
}
.act_star_ktvroom_title {
  font-weight: bold;
  font-size: 0.35rem;
}
.act_star_ktvroom_subtitle_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.act_star_ktvroom_subtitle {
  font-size: 0.25rem;
}
.act_star_ktvroom_subtitle_song {
  width: 1.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.act_star_ktvroot_dot {
  margin: 0 0.08rem;
}
.act_star_ktvroom_name {
  font-weight: bold;
  font-size: 0.4rem;
  color: #ffeaaa;
}
.act_star_ktvroom_time {
  font-weight: bold;
  font-size: 0.28rem;
  color: #ffeaaa;
}
.act_tasks_content {
  text-align: left;
}


html {
  /*防止IOS屏幕横竖屏切换时文字大小产生变化*/
  -webkit-text-size-adjust: 100%;
  /*禁用点击的高亮反馈*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 1rem;
}
body {
  font-size: 0.32rem;
  font-family: 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.5;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
html {
  height: 100%;
  width: 100%;
}

/*竖屏*/
@media screen and (orientation: portrait) {
html {
    font-size: 13.333vw;
}
  /*竖屏iPad*/
@media screen and (min-width: 768px) {
html {
      font-size: 10.415vw;
}
}
}
/*横屏*/
@media screen and (orientation: landscape) {
html {
    font-size: 7.496vw;
}
}
/* 禁止长按链接与图片弹出菜单 */
a,
img {
  -webkit-touch-callout: none;
}
li {
  list-style: none;
}
article,
aside,
blockquote,
body,
button,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 600;
}
em {
  font-style: normal;
}
img {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:focus,
textarea:focus,
button:focus {
  outline: 0;
}
a:hover,
a {
  text-decoration: none;
}
/*解决字体和文字大小在浏览器中没有被继承的问题*/
button,
input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
}

.toast[data-v-872046b2] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 0.3rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  padding: 0.16rem 0.3rem;
  text-align: center;
  border-radius: 4px;
  z-index: 999;
}
.toast span[data-v-872046b2] {
  color: white;
}

@-webkit-keyframes loadingCircle-data-v-cf935ee2 {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
20% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
}
40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
60% {
    -webkit-transform: rotate(280deg);
            transform: rotate(280deg);
}
80% {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes loadingCircle-data-v-cf935ee2 {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
20% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
}
40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
60% {
    -webkit-transform: rotate(280deg);
            transform: rotate(280deg);
}
80% {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.svg-loading[data-v-cf935ee2] {
  -webkit-animation: loadingCircle-data-v-cf935ee2 1.2s infinite linear;
          animation: loadingCircle-data-v-cf935ee2 1.2s infinite linear;
}

.fade-enter-active[data-v-2a8dc578],
.fade-leave-active[data-v-2a8dc578] {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fade-enter[data-v-2a8dc578],
.fade-leave-to[data-v-2a8dc578] {
  opacity: 0;
}
.bounce-leave-active[data-v-2a8dc578],
.bounce-enter-active[data-v-2a8dc578] {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1) !important;
          transform: translate3d(-50%, -50%, 0) scale(1) !important;
}
.bounce-enter[data-v-2a8dc578],
.bounce-leave-to[data-v-2a8dc578] {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5) !important;
          transform: translate3d(-50%, -50%, 0) scale(0.5) !important;
  opacity: 0;
}
.dialog[data-v-2a8dc578] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 998;
}
.dialog .dialog-body[data-v-2a8dc578] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  width: 300px;
  border-radius: 4px;
  overflow: hidden;
  max-height: 80%;
  border-top: solid 4px #e85a4e;
}
.dialog .dialog-body .dialog-title[data-v-2a8dc578] {
  color: #515a6e;
  text-align: center;
  margin-bottom: -8px;
  font-size: 20px;
  margin-top: 20px;
}
.dialog .dialog-body .dialog-content[data-v-2a8dc578] {
  margin: 16px 28px;
  font-size: 16px;
  color: #515a6e;
}
.dialog .dialog-body .dialog-btn[data-v-2a8dc578] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e7e1e1;
  height: 46px;
}
.dialog .dialog-body .dialog-btn .cancel[data-v-2a8dc578],
.dialog .dialog-body .dialog-btn .confirm[data-v-2a8dc578] {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  outline: none;
  border: none;
}
.dialog .dialog-body .dialog-btn .cancel[data-v-2a8dc578] {
  border-right: 1px solid #e7e1e1;
  color: #999;
}


/*# sourceMappingURL=visual-newyear-index_v2_10566.css.map?max_age=36148900000*/