/* CSS Document */
@charset "utf-8";

*:focus {
    outline: none;
}

html,
body {
    height: 100%;
}

* {
    /* touch-action: pan-y; */
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fiedldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

@font-face {
    font-family: hyf2gjm;
    src: url(../fonts/hyf2gjm.ttf);
    /* font-display: block; */
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 24px;
    color: black;
}

input,
select,
textarea,
button {
    vertical-align: middle;
    border: none;
    -webkit-appearance: none !important;
    outline: 0;
}

a,
a:link {
    text-decoration: none;
    outline: none;
}

.hide {
    display: none;
}

.op {
    opacity: 0;
}

.fix {
    position: fixed;
}

.wrap {
    width: 100%;
    position: relative;
    min-height: 100%;
    background-color: #f6f6f6;
}

.hero-head-box {
    width: 100%;
    height: 972px;
    position: relative;
    overflow: hidden;
}

.hero-head-box .slogan {
    position: absolute;
    left: 200px;
    top: 210px;
    font-size: 90px;
    width: 182px;
    height: 483px;
    color: white;
    writing-mode: vertical-rl;
    font-weight: bold;
    background: url(../img/pc/hero/slogan.png) 0px 0px no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-size: contain;
    z-index: 2;
}

.general-info a,
.general-info {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

/* .general-info img{
    width: 100%;
    height: 100%;
} */
.general-info .swiper-slide::after {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.general-info .swiper-slide a {
    position: relative;
    z-index: 2;
}

.nav-box {
    position: absolute;
    bottom: 270px;
    right: 200px;
    z-index: 1;
    width: 680px;
}

.general-nav {
    width: 100%;
}

.general-nav .swiper-slide {
    text-align: center;
    height: 150px;
    cursor: pointer;
}

.general-nav p {
    font-size: 16px;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

.general-nav .swiper-slide.swiper-slide-thumb-active p {
    text-shadow: 0px 0px 12px #717171;
}

.general-nav .swiper-slide div {
    width: 91px;
    height: 91px;
    vertical-align: top;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #f6f6f6;
    border: 3px solid white;
    transition: 0.3s;
}

/* .general-nav .swiper-slide div:hover {
    scale: 1.1;
} */

.general-nav .swiper-slide.swiper-slide-thumb-active div:hover {
    scale: 1;
}

.general-nav .swiper-slide img {
    width: 91px;
}

.general-nav .swiper-slide.swiper-slide-thumb-active div {
    width: 91px;
    height: 91px;
    border: 3px solid #bf2c1f;
    margin-top: 10px;
}

.general-nav .swiper-slide.swiper-slide-thumb-active img {
    width: 91px;
}

.hero-swiper-prev,
.hero-swiper-next {
    width: 57px;
    height: 45px;
    position: absolute;
    top: 37px;
    transition: 0.3s;
}

.hero-swiper-prev {
    background: url(../img/pc/hero/left.png) center center no-repeat;
    background-size: contain;
    left: -50px;
    cursor: pointer;
}

.hero-swiper-next {
    background: url(../img/pc/hero/right.png) center center no-repeat;
    background-size: contain;
    right: -50px;
    cursor: pointer;
}

.hero-swiper-prev:hover {
    animation: left 1s 0s ease-in-out;
    animation-fill-mode: forwards;
}

.hero-swiper-next:hover {
    animation: right 1s 0s ease-in-out;
    animation-fill-mode: forwards;
}

.hero-swiper-prev.swiper-button-disabled:hover,
.hero-swiper-prev.swiper-button-disabled {
    background: url(../img/pc/hero/left-dis.png) center center no-repeat !important;
    background-size: contain !important;
    opacity: 0.5;
}


@keyframes left {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(-6px);
    }
}

@keyframes right {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(6px);
    }
}

.hero-swiper-next.swiper-button-disabled:hover,
.hero-swiper-next.swiper-button-disabled {
    background: url(../img/pc/hero/right-dis.png) center center no-repeat !important;
    background-size: contain !important;
    opacity: 0.5;
}

.hero-swiper-prev:hover {
    background: url(../img/pc/hero-up.png) center center no-repeat;
    background-size: contain;
}

.hero-swiper-next:hover {
    background: url(../img/pc/hero-down.png) center center no-repeat;
    background-size: contain;
}

.hero-head-box::after {
    width: 100%;
    height: 220px;
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 5;
    background: url(../img/pc/hero/cover.png) center top border-box;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.hero-list-box {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.hero-title-box {
    margin-top: 40px;
}

.position,
.position a {
    font-size: 16px;
    line-height: 24px;
    color: black;
    text-align: right;
    margin-top: 50px;
}

.position a {
    margin-top: 0px;
}

.position a:hover {
    border-bottom: 1px solid #bf2c1f;
}

.hero-title {
    display: inline-block;
    vertical-align: top;
    /* font-weight: bold; */
    overflow: hidden;
}

.hero-title img {
    margin-right: 10px;
    margin-top: 5px;
}

.hero-title span {
    vertical-align: top;
    display: inline-block;
    font-family: 'hyf2gjm';
    line-height: 40px;
    font-size: 40px;
}

.search-box {
    width: 360px;
    padding: 0 24px;
    height: 48px;
    background-color: white;
    border-radius: 24px;
    overflow: hidden;
    float: right;
}

.search-box img {
    margin-top: 16px;
}

.search {
    height: 100%;
    width: 230px;
    font-size: 16px;
    vertical-align: top;
    margin-left: 15px;
}

.search::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(25, 25, 25, .3);
    line-height: 48px;
}

.search:-moz-placeholder {
    font-size: 16px;
    color: rgba(25, 25, 25, .3);
    line-height: 48px;
}

.search::-moz-placeholder {
    font-size: 16px;
    color: rgba(25, 25, 25, .3);
    line-height: 48px;
}

.search:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(25, 25, 25, .3);
    line-height: 48px;
}

.search::-ms-input-placeholder {
    font-size: 16px;
    color: rgba(25, 25, 25, .3);
    line-height: 48px;
}

.search::placeholder {
    font-size: 16px;
    color: rgba(25, 25, 25, .3);
    line-height: 48px;
}

.search-btn {
    display: inline-block;
    width: 110px;
    height: 48px;
    background-color: #b7332a;
    text-align: center;
    color: white;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    float: right;
    margin-right: -24px;
}

.hero-nav-list {
    border-bottom: 1px solid #e3e3e3;
    margin-top: 10px;
}

.hero-nav-list li {
    display: inline-block;
    margin-right: 60px;
    color: #a7a7a7;
    line-height: 60px;
    font-size: 20px;
    /* font-weight: bold; */
    cursor: pointer;
}

.hero-nav-list li:hover {
    color: #bf2c1f;
}

.hero-nav-list li.on {
    border-bottom: 3px solid #bf2c1f;
    color: #bf2c1f;
}

.hero-card-list {
    width: 1300px;
    margin: 0 auto;
    margin-top: 60px;
    display: none;
    /* display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; */
    /* align-content: flex-start; */
}

.hero-card-list.on {
    display: block;
}

.hero-card {
    width: 181px;
    height: 261px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-right: auto;
    display: inline-block;
    margin-right: 34px;
    margin-bottom: 34px;
}

.hero-card img.hero {
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -92px;
    transition: 0.3s;
}

.hero-card img.hero:hover {
    scale: 1.1;
}

.hero-card:nth-child(6n) {
    margin-right: 0px;
}

.hero-card a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-label {
    position: absolute;
    z-index: 2;
    width: 27px;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.hero-label .hero-name-box {
    writing-mode: vertical-rl;
    font-family: 'HYXLSJ';
    white-space: nowrap;
    letter-spacing: 3px;
    line-height: 27px;
    color: #f1e7d5;
}

.shu {
    background-color: #ad362d;
}

.wei {
    background-color: #3d599b;
}

.wu {
    background-color: #42752b;
}

.qun {
    background-color: #88857e;
}

.jin {
    background-color: #6d4f9d;
}

.shen {
    background-color: #a4803b;
}

.country {
    margin-top: 20px;
    /* font-size: 28px; */
    margin-bottom: 15px;
    /* font-family: HYXLSJ; */
    display: block;
    width: 100%;
    height: 23px;
}

.shu .country {
    background: url(../img/pc/shu.png) center top no-repeat;
    background-size: 20px 14px;
}

.wei .country {
    background: url(../img/pc/wei.png) center top no-repeat;
    background-size: 20px 14px;
}

.wu .country {
    background: url(../img/pc/wu.png) center top no-repeat;
    background-size: 20px 14px;
}

.qun .country {
    background: url(../img/pc/qun.png) center top no-repeat;
    background-size: 20px 14px;
}

.shen .country {
    background: url(../img/pc/shen.png) center top no-repeat;
    background-size: 20px 14px;
}

.jin .country {
    background: url(../img/pc/jin.png) center top no-repeat;
    background-size: 20px 14px;
}


.hero-name-box {
    color: #e4a840;
    font-size: 19px;
    color: white;
}

.hero-life {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}

.hero-life li {
    height: 14px;
    margin-bottom: 3px;
    font-size: 12px;
    color: white;
}

.hero-life li img {
    vertical-align: top;
    width: 9px;
}

.hero-life li.xue-plus {
    margin-bottom: 13px;
}

.hero-life li.xue-plus span {
    margin-top: -6px;
    display: inline-block;
    vertical-align: top;
}


/* .wrap{
    width: 1400px;
} */

.hero-kv,
.hero-kv img {
    width: 100%;
    position: relative;
}

.hero-kv::after {
    width: 100%;
    height: 220px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: url(../img/pc/hero/cover.png) center top border-box;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.hero-box {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.hero-inner {
    width: calc(100% - 100px);
    padding: 50px;
    background-color: white;
    margin-top: 40px;
}

.hero-inner .hero-title {
    display: block !important;
    border-bottom: 1px solid #e3e3e3;
}

.hero-inner .hero-title>span {
    display: inline-block;
    border-bottom: 3px solid #bf2c1f;
    line-height: 60px;
    font-size: 28px;
}

.hero-detail {
    margin-top: 50px;
    position: relative;
}

.hero-detail-card {
    width: 342px;
    height: 489px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.hero-detail-card>img {
    height: 100%;
    position: absolute;
    left: 50%;
    /* margin-left: -148px; */
    transform: translate(-50%, 0px);
}

.hero-detail-label {
    position: absolute;
    z-index: 2;
    width: 46px;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}


.hero-detail-card .country {
    font-size: 35px;
}

.hero-detail-card .shu .country {
    background: url(../img/pc/shu.png) center top no-repeat;
    background-size: 31px 22px;
}

.hero-detail-card .wei .country {
    background: url(../img/pc/wei.png) center top no-repeat;
    background-size: 34px 23px;
}

.hero-detail-card .wu .country {
    background: url(../img/pc/wu.png) center top no-repeat;
    background-size: 35px 23px;
}

.hero-detail-card .qun .country {
    background: url(../img/pc/qun.png) center top no-repeat;
    background-size: 35px 22px;
}

.hero-detail-card .shen .country {
    background: url(../img/pc/shen.png) center top no-repeat;
    background-size: 35px 22px;
}

.hero-detail-card .jin .country {
    background: url(../img/pc/jin.png) center top no-repeat;
    background-size: 36px 27px;
}

.hero-detail-label .hero-name-box {
    font-size: 26px;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
    font-family: 'HYXLSJ';
    white-space: nowrap;
    line-height: 46px;
}

.sp {
    writing-mode: rl-tb;
    letter-spacing: 0px;
    line-height: 19px;
    font-size: 16px;
    margin-bottom: -10px;
}

.hero-detail-card .hero-life {
    margin-bottom: 20px;
}

.hero-detail-card .hero-life li {
    margin-bottom: 10px;
}

.hero-detail-card .hero-life img {
    width: 15px;
}

.hero-detail-info-box {
    display: inline-block;
    width: 430px;
    vertical-align: top;
    margin-left: 50px;
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
    margin-right: 70px;
}

.hero-detail-info-box .hero-name {
    font-size: 50px;
    line-height: 50px;
    color: black;
    font-family: 'hyf2gjm';
}

.detail-voice {
    vertical-align: top;
    margin-top: 15px;
    cursor: pointer;
}

.shengping,
.feature,
.skills {
    margin-top: 20px;
}

.shengping .label,
.feature .label,
.skills .label {
    color: #ad362d;
}

.skills-content span {
    display: none;
}

.skills-content span.on {
    display: block;
}

.skill-nav span {
    display: inline-block;
    vertical-align: top;
    height: 26px;
    color: black;
    background-color: #f2f2f2;
    padding: 0 20px;
    border-radius: 13px;
    line-height: 26px;
    margin: 10px 10px 10px 0px;
    cursor: pointer;
}

.skill-nav span:hover,
.skill-nav span.on {
    color: white;
    background-color: #bf2c1f;
}

.hero-echarts {
    width: 250px;
    height: 230px;
    display: inline-block;
    vertical-align: top;
    margin-top: 100px;
}

.hero-detail-nav-box {
    position: absolute;
    right: 0;
    top: 10px;
    height: 440px;
}

.hero-detail-nav {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-detail-nav .swiper-slide p {
    position: relative;
    height: 71px;
    width: 71px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 7px;
    cursor: pointer;
}

.hero-detail-nav .swiper-slide p img {
    width: auto;
    height: 71px;
}

.hero-detail-nav .swiper-slide.swiper-slide-active p {
    display: inline-block;
    height: 81px;
    width: 80px;
    /* border: 3px solid #bf2c1f; */
    overflow: hidden;
    margin-top: 0px;
}

.hero-detail-nav .swiper-slide.swiper-slide-active p::after {
    display: inline-block;
    content: '';
    height: 74px;
    width: 75px;
    left: 0;
    top: 0;
    border: 3px solid #bf2c1f;
    position: absolute;
    z-index: 1;
}

.hero-detail-nav .swiper-slide {
    text-align: center;
    /* height: 85px;
    width: 85px; */
    overflow: hidden;
}

.hero-detail-nav .swiper-slide-active p img {
    width: 79px;
    height: 79px;
    margin-top: 0px;
}

.hero-detail-nav img:hover {
    scale: calc(79 / 71);
}

.hero-detail-nav .swiper-slide.swiper-slide-active img:hover {
    scale: 1 !important;
}

.hero-detail-nav img {
    width: 71px;
    margin-top: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.detail-nav-swiper-prev,
.detail-nav-swiper-next {
    width: 44px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -22px;
}

.detail-nav-swiper-prev {
    background: url(../img/pc/hero/top.png) center center no-repeat;
    background-size: contain;
    top: -35px;
}

.detail-nav-swiper-next {
    background: url(../img/pc/hero/bottom.png) center center no-repeat;
    background-size: contain;
    bottom: -25px;
}

.detail-nav-swiper-prev.swiper-button-disabled {
    background: url(../img/pc/hero/top-dis.png) center center no-repeat !important;
    background-size: contain;
}

.detail-nav-swiper-next.swiper-button-disabled {
    background: url(../img/pc/hero/bottom-dis.png) center center no-repeat !important;
    background-size: contain;
    bottom: -20px;
}

.detail-nav-swiper-prev:hover {
    background: url(../img/pc/hero/top-hl.png) center center no-repeat;
    background-size: contain;
    top: -35px;
}

.detail-nav-swiper-next:hover {
    background: url(../img/pc/hero/bottom-hl.png) center center no-repeat;
    background-size: contain;
    bottom: -25px;
}

.detail-history-box,
.detail-video-box {
    width: 1300px;
    padding: 50px;
    background-color: white;
    margin: 0 auto;
    margin-top: 60px;
}

.history-title,
.video-title {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #e5e5e5;
}

.history-title h5,
.video-title h5 {
    display: inline-block;
    font-size: 40px;
    line-height: 53px;
    vertical-align: top;
    margin-left: 10px;
    font-family: 'hyf2gjm';
}

.history-title span,
.video-title span {
    display: inline-block;
    height: 53px;
    border-bottom: 2px solid #b03228;
}

.video-title span img,
.history-title span img {
    vertical-align: top;
    margin-top: 10px;
}

.detail-video-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.detail-video-list li {
    width: 244px;
    position: relative;
    cursor: pointer;
}

.detail-video-list li img {
    width: 244px;
}

.detail-video-list li p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    color: #171717;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.detail-video-list li .name-ol {
    font-size: 14px;
    color: rgba(17, 17, 17, .7);
    margin-top: 15px;
}

.detail-video-list li a::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 41px;
    background: url(../img/pc/view-btn.png) center center no-repeat;
    -o-background-size: contain;
    background-size: contain;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -65px;
    transition: 0.3s;
    opacity: 0;
}

.detail-video-list li a:hover::before {
    opacity: 1;
}

.detail-video-list li:hover p {
    color: #b03228;
}

.detail-video-list li div::after {
    display: inline-block;
    content: '';
    width: 72px;
    height: 72px;
    position: absolute;
    background: url(../img/pc/hero/play.png) center center no-repeat;
    background-size: contain;
    left: 50%;
    top: 30px;
    margin-left: -36px;
    /* display: none; */
    opacity: 0;
    transition: 0.3s;
}

.detail-video-list li div:hover::after {
    opacity: 1;
}

.detail-video-list li div::before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 138px;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
}

.detail-video-list li div:hover:before {
    opacity: 1;
}

.goods {
    width: 22px;
    height: 21px;
    background: url(../img/pc/hero/good.png) center center no-repeat;
    background-size: contain;
    float: right;
    cursor: pointer;
}

.goods:hover,
.goods.on {
    background: url(../img/pc/hero/good-hl.png) center center no-repeat;
    background-size: contain;
}

.history-echarts {
    display: inline-block;
    width: 650px;
    height: 650px;
}

.history-list-box {
    display: inline-block;
    vertical-align: top;
    width: 630px;
    margin-top: 200px;
}

.detail-history-title {
    font-size: 24px;
    color: black;
    line-height: 24px;
    overflow: hidden;
}

.detail-history-title span {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    /* font-weight: bold; */
}

.history-list {
    font-size: 16px;
    line-height: 24px;
    border-left: 1px solid #e5e5e5;
    padding: 10px 0px;
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 12px;
}

.history-list li:hover {
    color: #bf2c1f;
}

.history-list li {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    color: rgba(17, 17, 17, .7);
}

.history-list li::before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid gray;
    border-radius: 4px;
    position: absolute;
    left: -14px;
    top: 8px;
    background-color: white;
}

.history-list li:hover:before {
    border: 2px solid #bf2c1f;
}

.info-card {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 280px;
    height: 453px;
    background: url(../img/pc/hero/info-card.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 46px 31px;
    display: none;
    /* transition: 0.5s; */
}

.info-card .close {
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: -15px;
    width: 15px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: url(../img/pc/close.png) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: 0.3s;
}

.info-card .close:hover {
    background: url(../img/pc/close-hl.png) center center no-repeat;
    background-size: contain;
}

.info-card-img {
    width: 100%;
}

.info-card h5 {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c7c5c1;
}

.info-card p {
    font-size: 16px;
    color: #ad362d;
}

.info-card .info-text {
    color: black;
    margin-top: 15px;
    height: 130px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    /* 最大行数 */
    -webkit-box-orient: vertical;
    /* 必须加上此样式 */
}

.info-card p span {
    color: black;
    margin-left: 5px;
}

.address {
    margin-top: 15px;
}

.jingqu {
    padding-bottom: 15px;
    border-bottom: 1px solid #c7c5c1;
    overflow: hidden;
}

.skin-alert,
.alert {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}

.skin-alert .skin-close,
.alert .video-close {
    position: absolute;
    right: 25px;
    top: 10px;
    cursor: pointer;
}

.alert iframe {
    width: 100%;
    height: 80vh;
    margin-top: 10vh;
}

.skin-alert .skin {
    max-width: 1400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}