body {
    background-color: #000000;
}

h1 {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0 16px;
    line-height: 1.5;
    text-indent: -99999px;
    position: absolute;
}

.kv-wrap {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.kv-wrap.entrance {
    min-height: 100vh;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.kv-wrap .container {
    width: 100%;
    max-width: 455px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-content {
    padding-top: 20px;
}

.kv {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.btn-wrap {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-wrap a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    /* color: #F57600;
    background-color: #FFFFFF; */
    transition: all .3s;
    /* -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 90px;
    border-radius: 90px;
    -webkit-transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    -ms-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in; */
    background-image: url(./../images/btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000000;
}

.btn-wrap a:first-child {
    margin-right: 12px;
}

.btn-wrap a:hover {
    color: #FFFFFF;
    /* background-color: #F57600; */
}

.player-frame,
#videoPlayer {
    background-color: #272727;
    width: 80vw;
    height: 43.9512vw;
    max-width: 901px;
    max-height: 495px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .player-frame,
    #videoPlayer {
        margin-top: 50px;
    }
}

.player-container .text-wrap {
    width: 80vw;
    max-width: 901px;
    text-align: center;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

.player-container .text-wrap h1 {
    color: #000;
    padding: 0;
    margin-right: 24px;
    letter-spacing: 0.12em;
}

.player-container .text-wrap a {
    width: 217px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    /* color: #F57600; */
    /* background-color: #ffffff; */
    transition: all .3s;
    /* -webkit-border-radius: 90px;
    border-radius: 90px;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out; */
    background-image: url(./../images/btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000000;
}

.player-container .text-wrap a:hover {
    color: #ffffff;
    /* background-color: #F57600; */
}

.player-container .text-wrap a:first-child {
    margin-right: 12px;
}

.player-container .text-wrap .link-wrap {
    display: flex;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    /* .kv-wrap {
        background-size: auto 100vh;
        background-position: top left;
    } */
    .kv-banner {
        /*height: 160px; */
    }
    .player-container .text-wrap h1 {
        margin-right: 0;
    }
    .player-frame,
    #videoPlayer {
        width: 90vw;
        height: 49.4451vw;
    }
    .player-container .text-wrap {
        width: 90vw;
        flex-direction: column;
        padding: 0 16px 24px;
    }
    .player-container .text-wrap .link-wrap {
        width: 100%;
        margin-top: 16px;
        justify-content: center;
    }
    /* .player-container .text-wrap a:first-child{
    margin-right: 0px;
  } */
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .kv-wrap .container {
        width: 80%;
        min-width: 0;
    }
}

@media screen and (max-width: 768px) {
    .kv-wrap .container {
        width: 80%;
        min-width: 0;
    }
    .player-container .text-wrap {
        max-width: 600px;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    /* .kv-wrap{
    min-height: calc(100vh - 36px);
  }   */
    .kv-wrap .container {
        width: 90%;
        min-width: 0;
    }
    .btn-wrap {
        width: 100%;
        margin: 0 auto;
    }
    .btn-wrap a:first-child {
        width: 53%;
    }
    .btn-wrap a:last-child {
        width: 47%;
    }
    .kv-banner {
        /*height: 100px;*/
        /*margin-bottom: 2vw; */
        background-size: 90% auto;
    }
    .btn-wrap a,
    .player-container .text-wrap a {
        padding: 0 18px;
        font-size: 14px;
    }
    .player-frame,
    #videoPlayer {
        width: 96vw;
        height: 52.7414vw;
    }
    .player-container .text-wrap {
        padding: 0;
    }
    .player-container .text-wrap h1 {
        font-size: 15px;
    }
    .player-container .text-wrap .link-wrap {
        /* max-width: 320px; */
        justify-content: space-between;
    }
    .player-container .text-wrap a {
        width: 49%;
    }
}

@media screen and (max-width: 360px) {
    .player-container .text-wrap a {
        padding: 0 12px;
        font-size: 13px;
    }
}