.modal-wrapper .ant-modal-content {
  color: #000; }

.modal-wrapper .ant-modal-header {
  position: relative;
  color: #fff; }
  .modal-wrapper .ant-modal-header .ant-modal-title {
    margin: 0 auto; }

.modal-wrapper .ant-modal-footer {
  justify-content: center;
  border-top: none; }
  .modal-wrapper .ant-modal-footer button:first-child {
    margin-right: 25px; }
  .modal-wrapper .ant-modal-footer .btn {
    padding: 10px 35px;
    border-radius: 20px; }

.modal-wrapper .close-btn {
  background-color: #D9E0F5;
  color: #A2A6BB;
  border: none; }
  .modal-wrapper .close-btn:hover, .modal-wrapper .close-btn :active {
    background-color: #ccd3ea;
    color: #000; }

.modal-wrapper .confirm-btn {
  background-color: #D90112;
  border: none; }
  .modal-wrapper .confirm-btn:hover, .modal-wrapper .confirm-btn:active, .modal-wrapper .confirm-btn:focus {
    background-color: #e82d3b; }

.input-text {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative; }
  .input-text input {
    width: 100%;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    line-height: 20px;
    padding: 5px 13px;
    color: #000;
    background-color: #fff;
    outline: none; }
  .input-text img {
    position: absolute;
    top: 10px;
    left: 20px;
    cursor: pointer; }
  .input-text__title {
    width: 60%; }

.input-radio {
  display: flex;
  justify-content: center;
  align-items: center; }
  .input-radio__title {
    color: #000; }
  .input-radio input {
    margin-right: 20px;
    cursor: pointer; }

.input-checkbox {
  display: flex;
  justify-content: center; }
  .input-checkbox__title {
    color: #000; }
  .input-checkbox .ant-checkbox-wrapper {
    margin-right: 10px;
    padding-top: 5px; }

.input-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .input-dropdown.two-line {
    flex-direction: column;
    align-items: flex-start; }
    .input-dropdown.two-line .input-dropdown__title {
      margin-right: 0;
      margin-bottom: 10px; }
  .input-dropdown__title {
    white-space: nowrap;
    margin-right: 10px; }
  .input-dropdown button {
    font-size: 1.4rem;
    width: 100%;
    border-radius: 5px;
    padding: 5px 8px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between; }
    .input-dropdown button:disabled {
      background-color: #f1f1f1; }

.ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title {
  color: #000 !important; }

.search {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .search__input {
    width: 100%;
    border-radius: 5px 0 0 5px;
    line-height: 19px !important; }
  .search__icon {
    background-color: #bebebe;
    height: 100%;
    padding: 4px 10px;
    border: 1px solid #C5C5C5;
    border-radius: 0 5px 5px 0; }

.progress-turn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.4); }
  .progress-turn .loading {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    position: absolute;
    top: 40vh;
    left: 0;
    right: 0; }
  .progress-turn .lds-spinner {
    color: currentColor;
    display: flex;
    position: relative;
    width: 100%;
    height: 50px;
    justify-content: center;
    transform: translateX(-50px); }
    .progress-turn .lds-spinner div {
      transform-origin: 60px 25px;
      animation: lds-spinner 1.2s linear infinite; }
    .progress-turn .lds-spinner div:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 3px;
      left: 37px;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: #FB4E77; }
    .progress-turn .lds-spinner div:nth-child(1) {
      transform: rotate(0deg);
      animation-delay: -1.1s; }
    .progress-turn .lds-spinner div:nth-child(2) {
      transform: rotate(30deg);
      animation-delay: -1s; }
    .progress-turn .lds-spinner div:nth-child(3) {
      transform: rotate(60deg);
      animation-delay: -0.9s; }
    .progress-turn .lds-spinner div:nth-child(4) {
      transform: rotate(90deg);
      animation-delay: -0.8s; }
    .progress-turn .lds-spinner div:nth-child(5) {
      transform: rotate(120deg);
      animation-delay: -0.7s; }
    .progress-turn .lds-spinner div:nth-child(6) {
      transform: rotate(150deg);
      animation-delay: -0.6s; }
    .progress-turn .lds-spinner div:nth-child(7) {
      transform: rotate(180deg);
      animation-delay: -0.5s; }
    .progress-turn .lds-spinner div:nth-child(8) {
      transform: rotate(210deg);
      animation-delay: -0.4s; }
    .progress-turn .lds-spinner div:nth-child(9) {
      transform: rotate(240deg);
      animation-delay: -0.3s; }
    .progress-turn .lds-spinner div:nth-child(10) {
      transform: rotate(270deg);
      animation-delay: -0.2s; }
    .progress-turn .lds-spinner div:nth-child(11) {
      transform: rotate(300deg);
      animation-delay: -0.1s; }
    .progress-turn .lds-spinner div:nth-child(12) {
      transform: rotate(330deg);
      animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.scroll {
  visibility: hidden;
  transition: all 200ms ease-out;
  position: fixed;
  bottom: 10px;
  right: 25px;
  cursor: pointer;
  background-color: #fb4e77;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .scroll__icon {
    padding: 8px;
    width: 35px !important;
    height: auto; }

.show-button {
  visibility: visible;
  transition: all 200ms ease-in;
  bottom: 25px; }

.carousel-wrapper {
  position: relative; }
  .carousel-wrapper img {
    width: 100%;
    height: 250px; }
  .carousel-wrapper .arrow-icon {
    position: absolute;
    cursor: pointer;
    top: 45%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    font-size: 35px;
    text-align: center;
    opacity: .6; }
  .carousel-wrapper .\--right {
    right: 0; }
  @media (min-width: 992px) {
    .carousel-wrapper {
      margin-right: -17px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .carousel-wrapper {
      margin: 0 -20px; }
      .carousel-wrapper img {
        height: 180px; } }

.header-wrapper {
  background-color: #F2F2F3;
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 20;
  transition: all .4s;
  height: 65px;
  position: fixed; }
  @media (max-width: 992px) {
    .header-wrapper {
      height: 60px; } }
  .header-wrapper.sticky {
    height: 60px;
    transition: all .4s; }
    @media (max-width: 992px) {
      .header-wrapper.sticky {
        height: 60px; } }

.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  height: 100%;
  font-family: RMedium;
  color: #000;
  z-index: 3; }
  .header__group-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    transition: all .4s; }
  .header__cate {
    text-transform: uppercase;
    font-size: 1.6rem; }
    .header__cate > a {
      color: #000; }
      .header__cate > a:hover {
        text-decoration: none;
        color: #970024; }
    .header__cate::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #970024;
      transition: width .3s; }
    .header__cate:hover::after {
      width: 100%; }
  .header__cate-menu {
    padding: 20px 0; }
    .header__cate-menu--title {
      text-transform: uppercase;
      font-size: 1.6rem; }
      .header__cate-menu--title svg {
        font-size: 12px; }
  .header__dropdown {
    position: absolute;
    visibility: hidden;
    transition: ease-in 0.2s;
    bottom: -38px;
    background: transparent linear-gradient(180deg, #464646 0%, #565555 15%, #716F6F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    width: 100vw;
    right: calc((100% - 100vw) / 2); }
    .header__dropdown.show-dropdown {
      visibility: visible;
      animation: fadeInBottom2 0.3s linear both; }
    .header__dropdown--content {
      display: flex;
      justify-content: center;
      padding: 13px 0;
      font-family: Roboto; }
    .header__dropdown a {
      white-space: nowrap;
      color: #fff;
      padding: 0 1.5%;
      line-height: 12px; }
      .header__dropdown a:hover {
        color: #fff;
        text-decoration: underline; }
      .header__dropdown a:not(:last-child) {
        border-right: 2px solid #FB4E77; }
  .header__logo {
    width: 20%; }
    .header__logo img {
      width: auto;
      height: 45px; }
  .header__three-dot {
    height: auto;
    width: 18px; }
  .header__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 35%; }
    .header__right img {
      height: 22px;
      width: auto;
      cursor: pointer; }
  .header__search-wrapper {
    position: absolute;
    bottom: -83px;
    right: 0;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px 2px 5px #dedede; }
    .header__search-wrapper p {
      background-color: #FB8A8E;
      color: #fff;
      padding: 4px 20px;
      font-size: 16px;
      margin-bottom: 0;
      font-family: Roboto; }
    .header__search-wrapper > div {
      background: #F2F2F2;
      padding: 10px 20px; }
    .header__search-wrapper .search__icon {
      background-color: #FB4E77;
      border-color: #FB4E77; }
  @media (max-width: 992px) {
    .header__logo img {
      height: 45px; }
    .header__group-btn {
      display: none; }
    .header__bgr {
      position: absolute;
      top: 143px;
      left: 0;
      height: calc(100vh);
      background-color: #565555;
      width: 100vw;
      opacity: 0.4;
      z-index: 10; } }

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(-2em); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeInBottom2 {
  0% {
    opacity: 0;
    transform: translateY(-1em); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.show-menu-header .menu-header {
  visibility: visible;
  animation: fadeInBottom 0.3s linear both; }

.menu-header {
  position: absolute;
  bottom: -222px;
  right: calc((100% - 100vw) / 2);
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000080;
  width: 100vw;
  padding: 20px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  border-top: solid 1px #00000019;
  font-size: 14px;
  font-family: RMedium;
  color: #000; }
  .menu-header__body {
    display: flex; }
  .menu-header .center {
    display: flex;
    align-items: center;
    height: 12%; }
  .menu-header__box {
    display: flex;
    margin-right: 15%; }
    .menu-header__box a {
      color: #000;
      display: block; }
      .menu-header__box a:hover {
        text-decoration: none; }
  .menu-header h6 {
    text-transform: uppercase;
    margin: 0 10px; }
    .menu-header h6 a {
      color: #000; }
      .menu-header h6 a:hover {
        color: #FB4E77; }
  .menu-header__help {
    cursor: pointer; }
    .menu-header__help:hover {
      text-decoration: underline; }
  .menu-header ul {
    border-left: 3px solid #FB4E77;
    cursor: pointer;
    height: fit-content; }
  .menu-header li {
    border: 1px solid #BEBEBE33;
    padding: 10px 15px; }
    .menu-header li:hover {
      background-color: #BEBEBE33;
      color: #FB4E77; }
      .menu-header li:hover a {
        color: #FB4E77; }
  .menu-header img {
    width: auto;
    height: 26px; }
  @media screen and (max-width: 991px) and (min-height: 500px) {
    .menu-header {
      top: 60px; }
      .menu-header__box {
        margin-right: 5%; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .menu-header {
      bottom: auto;
      top: 55px; }
      .menu-header__body {
        flex-direction: column; }
      .menu-header__box {
        margin-bottom: 10px; }
      .menu-header .center {
        white-space: nowrap;
        min-width: 45%; } }

.login {
  color: #000; }
  .login__logo {
    height: 60px;
    width: auto; }
  .login__des {
    font-size: 1.2rem;
    font-style: italic;
    margin-top: 5px;
    text-align: center; }
  .login__content {
    margin: 25px 13%; }
  .login__submit-btn {
    width: 100%;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-top: 20px; }
  .login__form .ant-input-affix-wrapper {
    max-height: 38px;
    border-radius: 100px;
    border: none;
    padding: 7px 25px;
    background-color: #BEBEBE33; }
  .login__form .ant-form-item-has-error .ant-input-affix-wrapper {
    border: solid 1px #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
    background-color: transparent !important; }
  .login__form input {
    background-color: transparent; }
  .login__otp-text {
    text-decoration: underline;
    cursor: pointer;
    color: #007bff;
    text-align: center; }
  .login__or-text {
    margin-top: 45px;
    font-size: 1.6rem;
    text-align: center;
    font-family: RMedium; }
  .login__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .login__icon {
    background-color: #BEBEBE33;
    padding: 5px;
    padding: 8px;
    width: 46%;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
    border: solid 1px #9b9b9b80;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.2); }
    .login__icon img {
      height: 23px; }
    .login__icon span {
      font-family: RBold;
      margin-left: 8px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .login__content {
      margin-left: 0;
      margin-right: 0; } }

.social .ant-modal-title {
  text-align: center;
  font-size: 1.6rem;
  font-family: RBold;
  text-transform: uppercase; }

.social .ant-modal-header {
  border-radius: 8px 8px 0 0; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s; }

.footer {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  border-top: solid 2px #fb8a8e;
  margin-top: 20px; }
  .footer__logo {
    height: 60%;
    width: auto;
    margin-bottom: 20px; }
  .footer__content {
    text-align: left;
    font-size: 1.2rem;
    color: black;
    font-weight: 500; }
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #fb8a8e; }
    .footer__bottom > img {
      width: auto;
      height: 37px; }
  .footer__store {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: RMedium; }
    .footer__store--app-store {
      margin: 0 15px; }
    .footer__store img {
      width: auto;
      height: 28px; }
  .footer p {
    margin-bottom: 0; }
    .footer p a {
      color: black; }
  @media screen and (max-width: 991px) and (min-height: 500px) {
    .footer__bottom {
      justify-content: center;
      flex-direction: column; }
    .footer__store {
      flex-direction: column; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .footer__content {
      font-size: 1rem; } }

@-webkit-keyframes glowing {
  0% {
    background-color: #8DEFFF;
    -webkit-box-shadow: 0 0 3px #8DEFFF; }
  50% {
    background-color: #4eb5ff;
    -webkit-box-shadow: 0 0 10px #4eb5ff; }
  100% {
    background-color: #8DEFFF;
    -webkit-box-shadow: 0 0 3px #8DEFFF; } }

@-moz-keyframes glowing {
  0% {
    background-color: #8DEFFF;
    -moz-box-shadow: 0 0 3px #8DEFFF; }
  50% {
    background-color: #4eb5ff;
    -moz-box-shadow: 0 0 10px #4eb5ff; }
  100% {
    background-color: #8DEFFF;
    -moz-box-shadow: 0 0 3px #8DEFFF; } }

@-o-keyframes glowing {
  0% {
    background-color: #8DEFFF;
    box-shadow: 0 0 3px #8DEFFF; }
  50% {
    background-color: #4eb5ff;
    box-shadow: 0 0 10px #4eb5ff; }
  100% {
    background-color: #8DEFFF;
    box-shadow: 0 0 3px #8DEFFF; } }

@keyframes glowing {
  0% {
    background-color: #8DEFFF;
    box-shadow: 0 0 3px #8DEFFF; }
  50% {
    background-color: #4eb5ff;
    box-shadow: 0 0 10px #4eb5ff; }
  100% {
    background-color: #8DEFFF;
    box-shadow: 0 0 3px #8DEFFF; } }

.form-layout {
  background-color: #fff;
  width: 370px;
  position: fixed;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px; }
  .form-layout__banner {
    position: relative; }
    .form-layout__banner img {
      width: 100%;
      height: auto; }
  .form-layout__body {
    height: 70vh;
    padding: 20px;
    color: #000;
    overflow-y: auto; }
    .form-layout__body::-webkit-scrollbar {
      width: 0; }
  .form-layout__content {
    margin-top: 20px; }
  .form-layout__story {
    background-color: #BEBEBE33;
    border-radius: 5px;
    padding: 15px; }
    .form-layout__story p {
      font-style: italic; }
  .form-layout__story, .form-layout__share {
    margin-top: 20px; }
    .form-layout__story p, .form-layout__share p {
      margin-bottom: 0;
      max-height: 65px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
  .form-layout .ant-input-affix-wrapper {
    max-height: 38px;
    border-radius: 5px; }
  .form-layout .ant-form-item textarea.ant-input {
    border-radius: 5px; }
  .form-layout__see-detail {
    background-color: #BEBEBE;
    color: #fff;
    border-radius: 4px;
    padding: 4px 0; }
  .form-layout a:hover {
    text-decoration: none; }
  @media (max-width: 1199px) {
    .form-layout {
      width: 290px; } }

.btn-custom {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 18px;
  border-radius: 100px;
  padding: 8px 40px;
  box-shadow: 0px 10px 20px rgba(177, 186, 201, 0.15);
  color: #000;
  font-family: RMedium;
  background-color: #fb8a8e;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  overflow: hidden; }
  .btn-custom:focus {
    outline: none; }
  .btn-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.35);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .btn-custom:hover::before {
    opacity: 1;
    width: 100%; }
  .btn-custom div {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .btn-custom {
      padding: 8px 15px; } }

.talk-modal .ant-modal-content {
  color: #000; }

.talk-modal .ant-modal-title {
  text-align: center;
  text-transform: uppercase;
  font-family: RBold;
  font-size: 2.2rem; }

.talk-modal__see-other {
  background-color: #BEBEBE80;
  color: #000;
  padding: 9px 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0; }
  .talk-modal__see-other:hover {
    box-shadow: 0 0 5px 1px #afafaf; }
  .talk-modal__see-other img {
    height: 27px;
    margin-right: 15px; }
  .talk-modal__see-other p {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-family: RBold; }

.talk-modal__des {
  font-size: 1.6rem;
  text-align: center; }
  .talk-modal__des span {
    font-family: RBold; }

.talk-modal__btn > div {
  display: flex;
  align-items: center; }

.talk-modal__btn img {
  margin-right: 7px; }

.talk-modal a {
  display: block; }

.text-area {
  width: 100%; }
  .text-area textarea {
    width: 100%;
    box-sizing: border-box;
    line-height: 20px;
    padding: 15px 20px;
    color: #000;
    border-radius: 10px;
    outline: none;
    background-color: #fff;
    border: 1px solid #C5C5C5; }
  .text-area__title {
    color: #000;
    margin-bottom: 10px; }

.ant-notification-notice-btn {
  float: left !important;
  margin-top: 10px !important;
  margin-left: 15%;
  text-decoration: underline;
  font-size: 1.6rem;
  color: #D71925;
  font-family: RMedium;
  cursor: pointer; }

.ant-notification svg {
  color: #FB4E77; }

.title-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #d5d5d5;
  margin-bottom: 30px; }
  .title-text p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fb4e77;
    font-family: RMedium;
    font-size: 2rem;
    padding-top: 4px; }
  .title-text a {
    color: #a7a7a7;
    font-size: 1.2rem; }
    .title-text a:hover {
      color: #a7a7a7; }
  .title-text__left {
    border-top: 5px solid #fb8a8e;
    display: flex;
    align-items: center; }

.box-news {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  width: 100%;
  height: 100%; }
  .box-news img {
    width: 100%;
    border-radius: 5px; }
  .box-news img.box-news__icon-img {
    position: absolute;
    left: 10%;
    bottom: 10%;
    border-radius: 50%;
    width: 30px;
    height: 30px !important; }
  .box-news img.box-news__big-icon {
    width: 60px;
    height: 60px !important; }
  .box-news__title {
    font-size: 1.6rem;
    font-family: RMedium;
    line-height: 24px;
    max-height: 48px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .box-news__time {
    font-size: 1.2rem;
    color: #9B9B9B;
    margin-top: 5px;
    margin-bottom: 0; }
  .box-news__des {
    margin-top: 10px;
    color: #000;
    line-height: 1.8;
    font-size: 1.4rem;
    max-height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
    .box-news__des p {
      margin-bottom: 0; }
    .box-news__des img, .box-news__des video, .box-news__des iframe {
      display: none; }
  .box-news a {
    color: #000;
    display: block; }
    .box-news a:hover {
      color: #FB8A8E;
      text-decoration: none; }
  .box-news .col-6, .box-news .col-lg-12, .box-news .col-12 {
    padding-right: 10px;
    padding-left: 10px; }
  @media screen and (max-width: 991px) and (min-height: 500px) {
    .box-news__title {
      font-size: 1.4rem;
      height: auto; } }

.box-cate {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #012C414D; }
  .box-cate__image {
    width: 100%;
    border-radius: 5px; }
  .box-cate__icon-img {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 30px;
    height: 30px; }
  .box-cate__title {
    font-size: 1.8rem;
    font-family: RMedium;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .box-cate__time {
    font-size: 1.2rem;
    color: #9B9B9B;
    margin-top: 5px;
    margin-bottom: 0; }
  .box-cate__info {
    display: flex;
    justify-content: space-between;
    flex-grow: 1; }
  .box-cate__icon-wrapper {
    display: flex;
    justify-content: space-between;
    align-self: flex-end; }
    .box-cate__icon-wrapper > div {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .box-cate__icon-wrapper span {
      font-size: 1.2rem;
      color: #9B9B9B; }
  .box-cate__time {
    font-size: 1.2rem;
    color: #9B9B9B;
    margin-bottom: 0;
    align-self: flex-end; }
  .box-cate__des {
    color: #000;
    line-height: 1.6;
    margin-top: 10px;
    font-size: 1.4rem;
    max-height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    .box-cate__des p {
      margin-bottom: 0; }
    .box-cate__des img, .box-cate__des video, .box-cate__des iframe {
      display: none; }
  .box-cate a {
    color: #000;
    display: block; }
    .box-cate a:hover {
      color: #FB8A8E;
      text-decoration: none; }
  .box-cate .mr-icon {
    margin-right: 1.5rem; }
  .box-cate .col-6 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  @media screen and (max-width: 991px) and (min-height: 500px) {
    .box-cate__title {
      font-size: 1.4rem;
      height: auto; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .box-cate__icon-wrapper {
      font-size: 1.2rem; }
    .box-cate .mr-icon {
      margin-right: 1rem; }
    .box-cate__info {
      flex-direction: column;
      justify-content: end; }
      .box-cate__info > * {
        align-self: end; } }

.box-main-cate {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #012C414D; }
  .box-main-cate a > img {
    width: 100%;
    height: auto;
    border-radius: 5px; }
  .box-main-cate__icon-img {
    position: absolute;
    left: 5%;
    top: 70%;
    border-radius: 50%;
    width: 94px;
    height: 94px; }
  .box-main-cate__image {
    position: relative; }
  .box-main-cate__title {
    font-size: 2.5rem;
    font-family: RMedium;
    line-height: 30px;
    max-height: 60px;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .box-main-cate__info {
    display: flex;
    margin-top: 20px;
    justify-content: space-between; }
  .box-main-cate__icon-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20%; }
    .box-main-cate__icon-wrapper > div {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .box-main-cate__icon-wrapper span {
      font-size: 1.2rem;
      color: #9B9B9B; }
  .box-main-cate__time {
    font-size: 1.2rem;
    color: #9B9B9B;
    margin-bottom: 0; }
  .box-main-cate__des {
    margin-top: 20px;
    color: #000;
    line-height: 1.8;
    font-size: 1.4rem;
    max-height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    .box-main-cate__des p {
      margin-bottom: 0; }
    .box-main-cate__des img, .box-main-cate__des video, .box-main-cate__des iframe {
      display: none; }
  .box-main-cate a {
    color: #000;
    display: block; }
    .box-main-cate a:hover {
      color: #FB8A8E;
      text-decoration: none; }
  @media screen and (max-width: 991px) and (min-height: 500px) {
    .box-main-cate__icon-img {
      width: 60px;
      height: 60px; }
    .box-main-cate__title {
      font-size: 1.8rem; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .box-main-cate__icon-img {
      width: 43px;
      height: 43px; }
    .box-main-cate__info {
      justify-content: space-between; } }

.box-main-stream {
  padding-bottom: 10px; }
  .box-main-stream .main-stream-hover {
    border-radius: 5px;
    position: relative;
    width: 100%; }
  .box-main-stream__border {
    border-bottom: 1px solid #012C414D; }
  .box-main-stream__lived {
    position: absolute;
    left: 5%;
    bottom: 10%; }
  .box-main-stream .count-down {
    display: flex;
    border-radius: 5px;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    width: 90%;
    height: 108px;
    left: 5%;
    bottom: 5%;
    background-color: #00000080;
    max-height: 130px; }
    .box-main-stream .count-down__box {
      display: flex; }
    .box-main-stream .count-down__time {
      margin: 0 8px; }
      .box-main-stream .count-down__time > div {
        position: relative;
        background: url("/static/imgs/background-time.png") no-repeat center center;
        border-radius: 2px;
        width: 64px;
        height: 64px;
        background-size: 100% 100%; }
        .box-main-stream .count-down__time > div > span {
          position: absolute;
          width: 64px;
          height: 64px;
          line-height: 64px;
          display: block;
          text-align: center;
          top: 0;
          left: 0;
          font-size: 3.4rem;
          color: #81006c; }
      .box-main-stream .count-down__time > span {
        margin-top: 2px;
        display: block;
        text-transform: uppercase;
        text-align: center;
        color: #fff; }
    .box-main-stream .count-down p {
      display: block;
      text-transform: uppercase;
      font-size: 2rem;
      color: #ffffff;
      font-family: RMedium;
      margin: 0px;
      text-align: center; }
    .box-main-stream .count-down .count-down__number {
      width: 40px;
      height: 40px; }
      .box-main-stream .count-down .count-down__number span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 2.4rem; }
  .box-main-stream .living {
    width: 195px;
    height: 72px; }
    .box-main-stream .living img {
      width: 52px;
      height: 40px; }
    .box-main-stream .living p {
      color: #FFFF06;
      font-size: 1.6rem; }
  .box-main-stream__image {
    border-radius: 5px;
    width: 100%;
    max-width: 100%; }
  .box-main-stream__title {
    font-size: 2.5rem;
    font-family: RMedium;
    line-height: 30px;
    max-height: 60px;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    .box-main-stream__title:hover {
      cursor: pointer;
      color: #fb8a8e; }
  .box-main-stream__info {
    width: 100%;
    display: flex;
    margin-top: 20px; }
  .box-main-stream__icon-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20%; }
    .box-main-stream__icon-wrapper > div {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .box-main-stream__icon-wrapper span {
      font-size: 1.2rem;
      color: #9b9b9b; }
  .box-main-stream__time {
    font-size: 1.2rem;
    color: #9b9b9b;
    margin-bottom: 0; }
  .box-main-stream__des {
    margin-top: 20px;
    color: #000;
    line-height: 1.8;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
    .box-main-stream__des p {
      margin-bottom: 0; }
    .box-main-stream__des img,
    .box-main-stream__des iframe {
      display: none; }
  .box-main-stream a {
    color: #212529; }
    .box-main-stream a:hover {
      text-decoration: none; }
  .box-main-stream .disable-link {
    pointer-events: none; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .box-main-stream .count-down {
      height: 60px;
      padding: 0 10px;
      bottom: 10%; }
      .box-main-stream .count-down__time {
        margin: 0 5px; }
        .box-main-stream .count-down__time > div {
          width: 34px;
          height: 34px; }
          .box-main-stream .count-down__time > div > span {
            width: 34px;
            height: 34px;
            line-height: 34px;
            font-size: 2rem; }
        .box-main-stream .count-down__time > span {
          font-size: 0.7rem; }
      .box-main-stream .count-down > img {
        width: 40px;
        height: 32px; }
      .box-main-stream .count-down p {
        font-size: 1rem !important; }
      .box-main-stream .count-down .count-down__number {
        width: 30px;
        height: 30px; }
        .box-main-stream .count-down .count-down__number > span {
          width: 30px;
          height: 30px;
          line-height: 30px;
          font-size: 1.6rem; }
    .box-main-stream__title {
      max-height: none;
      display: block;
      font-size: 1.8rem; }
    .box-main-stream__info {
      justify-content: space-between; }
    .box-main-stream__des {
      display: none; } }

.notice-live .ant-modal-content {
  color: #000; }

.notice-live .ant-modal-title {
  text-align: center;
  text-transform: uppercase;
  font-family: RBold; }

.notice-live__see-livetream {
  background-color: #BEBEBE80;
  color: #000;
  padding: 9px 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0; }
  .notice-live__see-livetream img {
    height: 22px;
    margin-right: 15px; }
  .notice-live__see-livetream p {
    margin-bottom: 0;
    font-family: RBold; }

.notice-live__btn > div {
  display: flex;
  align-items: center; }

.notice-live__btn img {
  margin-right: 7px; }

.notice-live a {
  display: block; }

.box-comment {
  border-top: 1px solid #9B9B9B;
  padding-top: 20px;
  margin-top: 20px; }
  .box-comment__action {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .box-comment__action Button {
      padding: 9px 20px; }
  .box-comment__comment {
    height: 44px;
    width: 90%;
    display: flex;
    margin-right: 10px;
    margin-top: px; }
    .box-comment__comment div:first-child {
      padding: 8px;
      background-color: #BEBEBE33;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .box-comment__comment img {
      width: 28px;
      height: 28px;
      border-radius: 50%; }
  .box-comment__input {
    background-color: #BEBEBE33 !important;
    outline: none !important;
    border: none !important;
    padding: 12px 12px 12px 0 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .box-comment__list--item {
    display: flex;
    margin-top: 7px; }
    .box-comment__list--item > div {
      background-color: #BEBEBE33;
      padding: 5px; }
      .box-comment__list--item > div:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      .box-comment__list--item > div:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
        .box-comment__list--item > div:last-child div span:first-child {
          font-family: RMedium;
          font-size: 1.2rem; }
        .box-comment__list--item > div:last-child div span:last-child {
          font-size: 1rem; }
    .box-comment__list--item img {
      width: 32px;
      height: 32px;
      border-radius: 50%; }
  .box-comment__list--action {
    font-size: 1rem; }
    .box-comment__list--action span {
      margin-right: 8px; }
    .box-comment__list--action > span:first-child {
      margin-left: 66px; }
    .box-comment__list--action span:hover {
      cursor: pointer;
      border-bottom: 1px solid #888; }
    .box-comment__list--action .reply {
      margin-left: 66px; }
  .box-comment__list p {
    margin: 0;
    line-height: 1.2; }
  .box-comment > div:last-child {
    margin-top: 20px; }
    .box-comment > div:last-child Button {
      font-size: 1.4rem;
      font-family: Roboto;
      text-transform: initial; }
  .box-comment__see-response {
    margin-left: 66px; }

.box-image {
  margin-right: -5px;
  margin-left: -5px; }
  .box-image__image img {
    width: 100%;
    border-radius: 5px; }
  .box-image__title {
    font-size: 1.8rem;
    font-family: RMedium;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    min-height: 60px; }
  .box-image__info {
    display: flex;
    justify-content: space-between;
    flex-grow: 1; }
  .box-image__icon-wrapper {
    display: flex;
    justify-content: space-between;
    align-self: flex-end; }
    .box-image__icon-wrapper > div {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .box-image__icon-wrapper span {
      font-size: 1.2rem;
      color: #9B9B9B; }
  .box-image__time {
    font-size: 1.2rem;
    color: #9B9B9B;
    margin-bottom: 0;
    margin-top: 5px;
    align-self: flex-end; }
  .box-image a {
    color: #000;
    display: block; }
    .box-image a:hover {
      color: #FB8A8E;
      text-decoration: none; }

.box-talk {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #012C414D; }
  .box-talk__title {
    font-size: 1.8rem;
    font-family: RMedium;
    color: #000;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    .box-talk__title:hover {
      cursor: pointer;
      text-decoration: none;
      color: #fb8a8e; }
  .box-talk__des {
    color: #000;
    line-height: 1.6;
    margin-top: 10px;
    font-size: 1.4rem;
    max-height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .box-talk__info {
    display: flex;
    margin-top: 20px;
    justify-content: space-between; }
  .box-talk__time {
    font-size: 1.2rem;
    color: #9B9B9B;
    margin-bottom: 0;
    margin-top: 5px;
    align-self: flex-end; }
  .box-talk__icon-wrapper {
    display: flex;
    justify-content: space-between;
    align-self: flex-end; }
    .box-talk__icon-wrapper > div {
      display: flex;
      align-items: center;
      white-space: nowrap; }
    .box-talk__icon-wrapper span {
      font-size: 1.2rem;
      color: #9B9B9B; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .box-talk__info {
      justify-content: space-between; } }

.purchasepackagepopup {
  color: #000; }
  .purchasepackagepopup .ant-modal-header {
    border-bottom: 2px solid #9B9B9B; }
  .purchasepackagepopup .ant-modal-title {
    font-size: 2.2rem;
    font-family: RBold;
    color: #000; }
  .purchasepackagepopup p {
    font-size: 1.6rem;
    color: #000; }
  .purchasepackagepopup__btn {
    justify-content: space-around; }
    .purchasepackagepopup__btn .ant-btn {
      border-radius: 30px;
      width: 120px;
      color: #000; }
    .purchasepackagepopup__btn--close {
      background-color: #BEBEBE !important; }
    .purchasepackagepopup__btn--confirm {
      background-color: #FB8A8E !important; }

