/* popup start */

.xmage-popup ul {
    list-style: none;
}

.xmage-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xmage-popup svg {
    display: block;
    width: 100%;
}

.xmage-popup * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.xmage-popup::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}

.xmage-popup .popup-container {
    position: relative;
    z-index: 1;
    max-height: calc(100% - 8.333333vw);
    min-height: 300px;
    overflow: hidden;
}

.xmage-popup .popup-container .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 3.333333vw;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.xmage-popup .popup-container .close-btn:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.xmage-popup .popup-container .popup-content {
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.833333vw;
    -webkit-border-radius: 0.833333vw;
    -moz-border-radius: 0.833333vw;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}


@media screen and (max-aspect-ratio:136/100) {
    .xmage-popup .popup-container {
        max-width: calc(100% - 13.333333334vw);
        max-height: calc(100% - 13.333333334vw);
        display: flex;
        flex-direction: column;
    }

    .xmage-popup .popup-container .close-btn {
        width: 10vw;
        mix-blend-mode: difference;
    }

    .xmage-popup .popup-container .close-btn svg {
        fill: #fff;
    }

    .xmage-popup .popup-container .popup-content {
        flex-direction: column;
        justify-content: flex-start;
        overflow: auto;
        border-radius: 2.22222223vw;
        -webkit-border-radius: 2.22222223vw;
        -moz-border-radius: 2.22222223vw;
    }
}

/* view start */
.xmage-popup .popup-container .view-box {
    position: relative;
    max-width: 45.625vw;
    height: 100%;
    background: #000;
    z-index: 1;
}

.xmage-popup .view-box .view-img {
    width: auto;
    max-width: 45.625vw;
    max-height: calc(100vh - 8.333333vw);
}

.xmage-popup .view-box .view-img2 {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-aspect-ratio:136/100) {
    .xmage-popup .popup-container .view-box {
        max-width: 100%;
    }

    .xmage-popup .view-box .view-img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
}

/* view end */

/* swiper start */
.xmage-popup .view-box .swiper {
    position: relative;
    overflow: hidden;
}

.xmage-popup .view-box .swiper::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none;
}

.xmage-popup .view-box .swiper-wrapper {
    align-items: center;
}

.xmage-popup .view-box .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xmage-popup .view-box .swiper-thumbs {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 1.5625vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.xmage-popup .view-box .swiper-thumbs .swiper-wrapper {
    justify-content: center;
}

.xmage-popup .view-box .swiper-thumbs .swiper-slide {
    width: 2.6041678vw;
    height: 2.6041678vw;
    margin: 0 0.260417vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.xmage-popup .view-box .swiper-thumbs .swiper-slide-thumb-active {
    border: 1px solid rgba(255, 255, 255, .5)
}

@media screen and (max-aspect-ratio:136/100) {
    .xmage-popup .view-box .swiper-thumbs {
        bottom: 8.888889vw;
    }

    .xmage-popup .view-box .swiper-thumbs .swiper-slide {
        width: 6.944444vw;
        height: 6.944444vw;
        margin: 0 0.694444vw;
    }
}

/* swiper end */

/* video start */
.xmage-popup .view-box .play-btn {
    cursor: pointer;
    width: 3.75vw;
    height: 3.75vw;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media screen and (max-aspect-ratio:136/100) {
    .xmage-popup .view-box .play-btn {
        width: 10vw;
        height: 10vw;
    }
}

/* video end */

/* right start */
.xmage-popup .popup-container .works-infos-box {
    width: 20.833333vw;
    background: #fff;
    position: relative;
}

.xmage-popup .works-infos-box .works-infos-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2.083333vw 0.520833vw 2.083333vw 2.083333vw;
    overflow: auto;
    min-height: 300px;
}

.xmage-popup .works-infos-box .works-infos-content {
    height: 100%;
}

.xmage-popup .works-infos-box .works-infos-content.auto {
    overflow: auto;
}

.xmage-popup .works-infos-box .works-infos-content::-webkit-scrollbar {
    width: 1px;
}

.xmage-popup .works-infos-box .works-infos-content::-webkit-scrollbar-thumb {
    background: #000;
}

.xmage-popup .works-infos-box .works-infos-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

.xmage-popup .works-infos-box .info-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.xmage-popup .works-infos-box .works-infos-content.auto .info-container {
    height: auto;
}

.xmage-popup .works-infos-box .info-container:nth-child(n+2) {
    margin-top: 2.083333vw;
}

@media screen and (max-aspect-ratio:136/100) {
    .xmage-popup .popup-container .works-infos-box {
        width: 100%;
    }

    .xmage-popup .works-infos-box .works-infos-container {
        position: static;
        padding: 6.666666667vw;
    }

    .xmage-popup .works-infos-box .info-container:nth-child(n+2) {
        margin-top: 5.55555556vw;
    }
}

/* right end */

/* author-info start */
.xmage-popup .works-infos-box .author-info {
    flex-shrink: 0;
    padding-right: 1.5625vw;
}

.xmage-popup .works-infos-box .author-header {
    width: 2.708333vw;
    height: 2.708333vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.xmage-popup .works-infos-box .author-name {
    color: #000;
    font-size: 1.041667vw;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 1.041667vw;
}

.xmage-popup .works-infos-box .author-name .from {
    white-space: nowrap;
    display: inline-block;
}

.xmage-popup .works-infos-box .author-job {
    color: #333;
    font-size: 0.833333vw;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 0.260417vw;
}

.xmage-popup .works-infos-box .works-other-infos {
    padding-right: 1.5625vw;
    margin-top: 2.083333vw;
    overflow: auto;
}

.xmage-popup .works-infos-box .works-other-infos::-webkit-scrollbar {
    width: 1px;
}

.xmage-popup .works-infos-box .works-other-infos::-webkit-scrollbar-thumb {
    background: #000;
}

.xmage-popup .works-infos-box .works-other-infos::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

.xmage-popup .works-infos-box .works-tags {
    display: flex;
    flex-flow: row wrap;
}

.xmage-popup .works-infos-box .tags-item {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.729167vw;
    font-weight: 400;
    line-height: 1.6;
    padding: 0.364583vw 0.520833vw;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 0 0.520833vw 0.520833vw 0;
}

.xmage-popup .works-infos-box .works-infos {
    margin-top: 1.5625vw;
}

.xmage-popup .works-infos-box .works-name {
    color: #000;
    font-size: 1.041667vw;
    font-weight: 500;
    line-height: 1.25;
}

.xmage-popup .works-infos-box .works-text {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.833333vw;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 1.041667vw;
}

.xmage-popup .works-infos-box .works-address {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.833333vw;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 0.520833vw;
    display: flex;
    align-items: center;
}

.xmage-popup .works-infos-box .works-address svg {
    flex-shrink: 0;
    width: 1.041667vw;
    height: 1.041667vw;
    margin-right: 0.260417vw;
}

/* font-size: 16=>12 */
@media screen and (max-width: 1440px) {

    .xmage-popup .works-infos-box .author-job,
    .xmage-popup .works-infos-box .works-text {
        font-size: 12px;
    }

}

/* font-size: 14=>12 */
@media screen and (max-width: 1646px) {
    .xmage-popup .works-infos-box .tags-item {
        font-size: 12px;
    }
}

@media screen and (max-aspect-ratio:136/100) {
    .xmage-popup .works-infos-box .author-header {
        position: relative;
        z-index: 1;
        width: 13.88888889vw;
        height: 13.88888889vw;
    }

    .xmage-popup .works-infos-box .author-name {
        font-size: 4.444444vw;
        margin-top: 2.22222223vw;
    }

    .xmage-popup .works-infos-box .author-job {
        font-size: 3.333333vw;
        margin-top: 1.111111vw
    }

    .xmage-popup .works-infos-box .works-other-infos {
        margin-top: 6.66666667vw;
        overflow: visible;
    }

    .xmage-popup .works-infos-box .tags-item {
        font-size: 3.055556vw;
        padding: 1.388889vw 2.222222vw;
        margin: 0 2.222222vw 2.222222vw 0;
    }

    .xmage-popup .works-infos-box .works-infos {
        margin-top: 6.66666667vw;
    }

    .xmage-popup .works-infos-box .works-name {
        font-size: 4.44444445vw;
    }

    .xmage-popup .works-infos-box .works-text {
        font-size: 3.33333334vw;
        margin-top: 2.222222222vw;
    }

    .xmage-popup .works-infos-box .works-address {
        font-size: 3.33333334vw;
        margin-top: 2.222222222vw;
    }

    .xmage-popup .works-infos-box .works-address svg {
        width: 3.3333333vw;
        height: 3.3333333vw;
        margin-right: 1.111111111111111vw;
    }
}

/* author-info end */

/* comment start  */
.xmage-popup .works-infos-box .comment-infos {
    margin-top: 2.083333vw;
}

.xmage-popup .works-infos-box .comment-title {
    color: #000;
    font-size: 1.041667vw;
    font-weight: 500;
    line-height: 1.25;
}

.xmage-popup .works-infos-box .comment-content {
    margin-top: 1.041667vw;
}

.xmage-popup .works-infos-box .comment-info:nth-child(n+2) {
    margin-top: 1.041667vw;
}

.xmage-popup .works-infos-box .judges-name {
    color: #000;
    font-size: 0.833333vw;
    font-weight: 500;
    line-height: 1.25;
}

.xmage-popup .works-infos-box .comment-text {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.833333vw;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 0.260417vw;
}

/* font-size: 16=>12 */
@media screen and (max-width: 1440px) {

    .xmage-popup .works-infos-box .judges-name,
    .xmage-popup .works-infos-box .comment-text {
        font-size: 12px;
    }
}

@media screen and (max-aspect-ratio:136/100) {

    .xmage-popup .works-infos-box .comment-infos {
        margin-top: 6.666667vw;
    }

    .xmage-popup .works-infos-box .comment-title {
        font-size: 4.444444vw;
    }

    .xmage-popup .works-infos-box .comment-content {
        margin-top: 3.333333vw;
    }

    .xmage-popup .works-infos-box .comment-info:nth-child(n+2) {
        margin-top: 3.333333vw;
    }

    .xmage-popup .works-infos-box .judges-name {
        font-size: 3.333333vw;
    }

    .xmage-popup .works-infos-box .comment-text {
        font-size: 3.333333vw;
        margin-top: 2.222222vw;
    }
}

/* comment end  */
/* swiper b */
.xmage-popup .popup-container .popup-control-btn {
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
}

.xmage-popup .popup-container.show-btn .popup-control-btn {
    display: block;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}

.xmage-popup .popup-container.show-btn .popup-control-btn.addop {
    opacity: 0.7;
    cursor: no-drop;
}

.xmage-popup .popup-container .popup-prev-btn {
    left: -10%;
}

.xmage-popup .popup-container .popup-next-btn {
    right: -10%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media screen and (min-width: 1200px) {
    .xmage-popup .popup-container.show-btn .popup-control-btn:hover {
        opacity: 0.7;
    }
}

@media screen and (max-aspect-ratio:136/100) {
    .xmage-popup .popup-container .popup-control-btn {
        display: none;
    }
}

/* animation */
.xmage-popup .popup-container.show {
    animation: showPopup 0.3s ease-in;
    -webkit-animation: showPopup 0.3s ease-in;
}

.xmage-popup .popup-container.hide {
    animation: hidePopup 0.3s ease-in;
    -webkit-animation: hidePopup 0.3s ease-in;
}

@keyframes showPopup {
    0% {
        opacity: 0.5;
        transform: translate3d(0, 0, 0) scale(0.9);
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        -moz-transform: translate3d(0, 0, 0) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes hidePopup {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
        opacity: 0.5;
        transform: translate3d(0, 0, 0) scale(0.1);
        -webkit-transform: translate3d(0, 0, 0) scale(0.1);
        -moz-transform: translate3d(0, 0, 0) scale(0.1);
    }
}

.xmage-popup .popup-container .popup-content {
    animation: showCon 0.3s linear;
    -webkit-animation: showCon 0.3s linear;
}

@keyframes showCon {
    0% {
        opacity: 0.5;
        transform: translate3d(0, 0, 0) scale(0.8);
        -webkit-transform: translate3d(0, 0, 0) scale(0.8);
        -moz-transform: translate3d(0, 0, 0) scale(0.8);
}

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
}
}

/* popup end */

/* alert start */
.alert-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.alert-container::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}

.alert-container .alert-content {
    width: 32.708333vw;
    background: #fff;
    padding: 2.083333vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0.833333vw;
    -webkit-border-radius: 0.833333vw;
    -moz-border-radius: 0.833333vw;
}

.alert-container .alert-content.show {
    animation: showAlert 0.3s ease-in;
    -webkit-animation: showAlert 0.3s ease-in;
}

.alert-container .alert-content.hide {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    animation: hideAlert 0.3s ease-in;
    -webkit-animation: hideAlert 0.3s ease-in;
}

.alert-container .alert-content .network-icon {
    width: 5.885417vw;
    height: 4.6875vw;
    margin: 3.125vw auto 0;
}

.alert-container .alert-content .network-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

@keyframes hideAlert {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0.5;
        transform: scale(0.1);
    }
}

@keyframes showAlert {
    0% {
        opacity: 0.5;
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.alert-container .alert-content h3 {
    color: #000;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}

.alert-container .alert-content p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.833333vw;
    font-weight: 400;
    line-height: 1.6;
    margin: 3.125vw 0 0;
    word-break: break-word;
}

.alert-container .alert-content p a {
    word-break: break-all;
    font-size: inherit;
    color: #1f71ff;
    text-decoration: none;
}

.alert-container .alert-content ul {
    list-style: none;
    text-align: center;
    margin: 2.083333vw 0 0;
    display: flex;
    justify-content: center;
}

.alert-container .alert-content ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    padding: 10px 26px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
    margin: 0 0.520833vw;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.7);
}

.alert-container .alert-content ul li:hover {
    border: 1px solid #000;
}

.alert-container .alert-content ul li.red {
    color: #fff;
    background: #ce0e2d;
    border: 1px solid #ce0e2d;
}

.alert-container .alert-content ul li.red:hover {
    border: 1px solid #ad0824;
    background-color: #ad0824;
}

@media screen and (max-width: 1440px) {
    .alert-container .alert-content p {
        font-size: 12px;
    }
}

@media screen and (max-aspect-ratio:136/100) {
    .alert-container .alert-content {
        width: 73.333333vw;
        padding: 6.666667vw;
        border-radius: 2.2222222223vw;
        -webkit-border-radius: 2.2222222223vw;
        -moz-border-radius: 2.2222222223vw;
    }

    .alert-container .alert-content h3 {
        font-size: 3.888889vw;
    }

    .alert-container .alert-content .network-icon {
        width: 18.75vw;
        height: 15vw;
        margin: 8.888889vw auto 0;
    }

    .alert-container .alert-content p {
        font-size: 3.333333vw;
        margin: 8.888889vw 0 0;
    }

    .alert-container .alert-content ul {
        margin: 6.666667vw 0 0;
    }

    .alert-container .alert-content ul li {
        font-size: 3.611111vw;
        margin: 0 1.388889vw;
        padding: 1.666667vw 3.333333vw 1.944444vw;
    }

}

/* alert end */

/* tip start */
.msg-box {
    position: fixed;
    width: 100vw;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, );
    -moz-transform: translate(-50%, );
    -ms-transform: translate(-50%, );
    -o-transform: translate(-50%, );
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.msg-box * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.msg-box .tip-box {
    max-width: 70%;
    color: #000;
    font-size: 0.833333vw;
    font-weight: 500;
    line-height: 1.6;
    margin: 0.520833vw;
    width: max-content;
    padding: 0.9375vw 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    opacity: 0;
    animation: showTip 2.4s ease-in 0.4s;
    -webkit-animation: showTip 2.4s ease-in 0.4s;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width:1440px) {
    .msg-box .tip-box {
        font-size: 12px;
    }
}

.msg-box .tip-box.success .tip-icon,
.msg-box .tip-box.error .tip-icon {
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-right: 0.416667vw;
    flex-shrink: 0;
}

.msg-box .tip-box.success .tip-icon svg,
.msg-box .tip-box.error .tip-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.msg-box .tip-box.success .msg-desc,
.msg-box .tip-box.error .msg-desc {
    flex-shrink: 0;
}


@keyframes showTip {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-aspect-ratio:136/100) {
    .msg-box .tip-box {
        font-size: 3.333333334vw;
        margin: 1.388888889vw;
        padding: 3.333333vw 4.444444vw;
    }

    .msg-box .tip-box.success .tip-icon,
    .msg-box .tip-box.error .tip-icon {
        width: 4.444444445vw;
        height: 4.444444445vw;
        margin-right: 1.1111111112vw;
    }

}

/* tip end */