* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #252a32;
    background: #fff;
}

.magictime {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.container {
    position: relative;
    max-width: 1300px;
    width: 100%;
    padding: 0rem 0rem;
    margin: 0 auto
}

.main .container .swiper-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden
}

.main .container .swiper-container {
    width: 100%;
    position: relative;
    margin: 0 auto
}

.main .container .swiper-container .swiper-wrapper .swiper-slide {
    transform: scale(0.85);
    transtion: all 0.5s ease-in-out
}

.main .container .swiper-container .swiper-wrapper .swiper-slide .card-image {
    /* background: #fff; */
    border: none;
    outline: none;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 3px rgba(0,0,0,0.24); */
    /* border-radius: 16px;s */
    overflow: hidden
}

.main .container .swiper-container .swiper-wrapper .swiper-slide .card-image img {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    /* width: 860px;
    height: 574px; */
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: blur(8px);
    webkit-filter: blur(8px)
}

.main .container .swiper-container .swiper-wrapper .swiper-slide-active {
    transform: scale(1);
    transtion: all 0.5s ease-in-out
}

.main .container .swiper-container .swiper-wrapper .swiper-slide-active .card-image img {
    filter: blur(0) !important;
}

.main .container .swiper-container .swiper-pagination {
    display: none
}

.main .container .swiper-container .swiper-pagination-bullet {
    opacity: 0.65;
    background: #fff
}

.main .container .swiper-container .swiper-pagination-bullet-active {
    background: #fff
}

.main .container .swiper-container .swiper-button-next,.main .container .swiper-container .swiper-container-rtl .swiper-button-prev {
    background: url(../img/arrow.png) no-repeat center;
    right: 10px;
    left: auto;
    transform: rotate(0) !important;
    background-size: contain
}

.main .container .swiper-container .swiper-button-prev,.main .container .swiper-container .swiper-container-rtl .swiper-button-next {
    background: url(../img/arrow.png) no-repeat center;
    left: 10px;
    transform: rotate(180deg) !important;
    right: auto;
    background-size: contain
}

.main .container .swiper-container .swiper-button-next,.main .container .swiper-container .swiper-button-prev {
    background-size: 100% 100%;
    background-size: contain;
    width: 54px;
    height: 54px;
    border-radius: 36px;
    margin-top: -27px;
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
    opacity: 1;
    transition: all 0.25s ease-in-out
}
.swiper-button-next:after {
    content: '' !important;
}
.swiper-button-prev:after {
    content: '' !important;
}
.main .container .swiper-container .swiper-button-next:hover,.main .container .swiper-container .swiper-button-prev:hover {
    opacity: 0.75
}

.main .container .swiper-container .swiper-button-next .arrow-icon,.main .container .swiper-container .swiper-button-prev .arrow-icon {
    font-size: 2rem;
    color: #fff
}


.match-control {
    position: relative;
    margin: 36px auto 120px;
    display: flex;
    justify-content: center;
    align-items: center
}

.match-box {
    padding: 0 20px
}

.match-btn {
    position: relative;
    min-width: 240px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: unset;
    font-size: 24px;
    margin: 0 auto;
    z-index: 39;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease-in-out
}

.btn-skip,a.btn-skip,a.btn-skip:link {
    background: linear-gradient( 180deg, #FFFFFF 0%, #EEEEEE 100%);
    border-radius: 11px 11px 11px 11px;
    border: 1px solid #FFFFFF;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    transition: all 0.3s ease-in-out
}

.btn-like,a.btn-like:link,a.btn-like {
    background: linear-gradient( 180deg, #77DDFF 0%, #1452FC 100%);
    border-radius: 11px 11px 11px 11px;
    border: 1px solid #FFFFFF;
    transition: all 0.3s ease-in-out
}

a.btn-skip:hover {
    text-decoration: none;
    background: linear-gradient(270deg, #eee 0%, #fff 47.28%),#fff;
    background: -webkit-linear-gradient(270deg, #eee 0%, #fff 47.28%),#fff;
    border: 1px solid #FFFFFF;
}

a.btn-like:hover {
    text-decoration: none;
    background: linear-gradient(180deg, #1452FC 0%, #77DDFF 100%);
}

a.btn-like:hover>.btn-img {
    transform: rotate(-10deg)
}

.btn-img,a.btn-img {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-right: 4px;
    transition: all 0.25s ease-in-out;
    padding-bottom: 4px;
}

@media (max-width: 600px) {
    .container {
        width:95%
    }

    .match-box {
        padding: 0px 2vw
    }

    .match-btn {
        min-width: unset;
        width: 42vw
    }

    .btn-img,a.btn-img {
        /* margin-left: 3vw; */
        bottom: 12px;
        width: 36px;
        height: auto
    }
    .logo {
        width: 134px;
    }
}

.unlock-btn:link {
    background-color: #000
}

.unlock {
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    z-index: 9
}

.unlock h2 {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 50px;
    text-shadow: 0px 3px 2px #999999;
}

.unlock p {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.unlock .unlock-btn {
    margin-top: 17px
}

@media (max-width: 800px) {
    .match {
        margin-top:28px;
    }

    .unlock {
        margin-top: 12px;
        position: relative
    }

    .unlock h2 {
        font-family: Arial, Arial;
        font-weight: bold;
        font-size: 24px;
        color: #333333;
        text-shadow: none;
        margin-top: 20px;
    }

    .unlock p {
        color: #606060;
        text-shadow: none;
        font-size: 1rem;
        max-width: 90%;
        margin: 0 auto
    }

    .unlock .unlock-btn {
        margin-top: 12px;
        max-width: 90%
    }

    .swiper-4 .match-control {
        display: none
    }
}
