.banner-img {
    width: 100%;
    padding-bottom: 41.66%;
    background-position: center;
    background-size: cover;
}

.swiper-container {
    height: 100%;
    /* overflow: unset; */
}

.swiper-container-p {
    padding: 0 5px;
}

.swiper-pagination {
    text-align: left;
    padding-left: 67.5px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #235789;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12.5px;
}

.swiper-pagination-bullet-active {
    background-color: #e60012;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 45px;
}

/* .swiper-slide {
    margin: 0 10px !important;
} */

.form-box {
    position: absolute;
    width: 400px;
    height: auto;
    background-color: #f2f2f2;
    top: 150px;
    right: 80px;
    z-index: 1;
    transition: 0.3s;
    border-radius: 15px;
    z-index: 9;
}

.form-header {
    position: relative;
    height: 50px;
    transition: 0.3s;
}

.form-header>div {
    width: 50%;
    height: 50px;
    background-color: #008cd6;
    position: absolute;
    top: 0
}

.form-header>div:nth-child(1) {
    cursor: pointer;
    left: 0;
    cursor: pointer;
    width: 53% !important;
    background: #6C757D;
    box-shadow: 3px -3px 6px 0px rgba(0, 0, 0, 0.25) inset;
}

.form-header>div:nth-child(1).form-active {
    cursor: pointer;
    left: 0;
    clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%);
    z-index: 2;
    cursor: pointer;
    width: 53% !important;
    box-shadow:unset;
    height: 50.5px;
}

.form-header>div:nth-child(2) {
    right: 0;
    width: 53% !important;
    z-index: 1;
    cursor: pointer;
    background:  #6C757D;
    box-shadow: 3px -3px 6px 0px rgba(0, 0, 0, 0.25) inset;
}

.form-header>div:nth-child(2).form-active {
    clip-path: polygon(9% 0,100% 0,100% 100%,0 100%);
    right: 0;
    width: 53% !important;
    z-index: 2;
    cursor: pointer;
    box-shadow:unset;
    height: 50.5px;
}

.form-active {
    background-color: #E60012 !important;
}

.form-active>span {
    color: #fff !important;
}

.form-header-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-header-item>span {
    font-family: PingFangTC;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.form-header-item.form-active>span {
    color: #000;
}

.form-field {
    padding: 0 15px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .form-field:nth-child(1){
    padding-top:30px;
} */

.form-field>span {
    font-family: PingFangTC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.form-field>select,
.form-field>input {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #b4b4b4;
    color: #000;
    background-color: #ffffff;
    padding: 0px 10px;
    font-family: PingFangTC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.stronghold-select {
    color: rgba(1, 1, 1, 0.5);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("/images/select-arrow-d.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 11px bottom 16px;
    padding-right: 44px;
}

.form-button-1,
.form-button-2 {
    display: flex;
    justify-content: center;
}

.form-button-1>button,
.form-button-2>button {
    height: 50px;
    border-radius: 4px;
    background-color: #333333;
    border: none;
    margin: 35px 0;
    font-family: PingFangTC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    transition: 0.3s;
}

.form-button-1>button {
    width: 300px;
}

.form-button-2>button {
    width: 200px;
}

.form-button-1>button:hover,
.form-button-2>button:hover,
.img-car-beside>button.stronghold-link-btn:hover,
.contact-button>button:hover {
    position: relative;
    top: -3px;
    left: -3px;
}

.form-button-1>button:focus,
.form-button-2>button:focus {
    outline: none;
}

.home-main-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.home-news {
    position: absolute;
    top: 0;
    margin-top: 70px;
    z-index: 1;
}

.home-news-sort>div {
    display: flex;
    width: 100%;
    margin: auto;
}

.home-news-sort>div:nth-child(1) {
    justify-content: flex-start;
}

.home-news-sort>div:nth-child(2) {
    justify-content: flex-start;
    padding-left: 110px;
    margin-top: 20px;
}

.home-news-box {
    width: 345px;
    margin: 10px;
    transition: 0.3s;
}

.home-news-box:hover {
    width: 360px;
    margin: 7px;
}

.home-news-box:nth-child(3) {
    margin-right: 0px;
}

/* .home-news-box:nth-child(3){
    margin-right:125px;
}

.home-news-box:nth-child(4) {
    margin-left: 125px;
} */

/* .home-news-box:nth-child(6) {
    margin-right: 0px;
}

.home-news-box:nth-child(4),
.home-news-box:nth-child(5),
.home-news-box:nth-child(6){
    margin-top:40px;
} */

.home-news-box>div {
    width: 100%;
    padding-bottom: 56.23%;
}

.middle-box {
    position: relative;
    margin-top: 400px;
    width: 100%;
}

.middle-box>.oblique-bg {
    width: 100%;
    height: 536px;
    background-image: linear-gradient(to left, #333333 0%, #235789);
    clip-path: polygon(0 29%, 100% 0, 100% 100%, 0% 100%);
}

.oblique-bg>div {
    padding-top: 212px;
}

.img-car {
    overflow: hidden;
}

.img-car>div {
    position: relative;
    width: 550px;
    padding-bottom: 36.5%;
    margin-right: 70px;
}

.img-car>div>img {
    position: absolute;
    width: 100%;
    object-fit: contain;
}

.img-car-beside {
    flex: 1;
    text-align: center;
}

.img-car-beside>span.title {
    display: inline-block;
    font-family: PingFangTC;
    font-size: 22px;
    /* font-weight: 600; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    color: #ffffff;
    margin-bottom: 18px;
}

.img-car-beside>span.content {
    display: inline-block;
    font-family: PingFangTC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
    -webkit-background-clip: text;
    background-clip: text;
    color: #ffffff;
    margin-bottom: 50px;
}

.img-car-beside>button.stronghold-link-btn {
    width: 250px;
    height: 50px;
    border-radius: 4px;
    background-color: #e60012;
    font-family: PingFangTC;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    border: none;
    outline: none;
}

.parallax-window {
    height: 500px;
}

.parallax-mask {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-mask>span {
    font-family: PingFangTC;
    font-size: 20px;
    /* font-weight: 600; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
    padding: 0px 100px;
}

@media (max-width:768px) {
    .parallax-mask>span {
        font-size: 16px;
        padding: 0px 20px;
        text-align: left;
    }
}

.car-list-box {
    margin-bottom: 50px;
}

.h-500-i {
    height: 510px !important;
}

.car-type {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 30px;
}

.car-type-item {
    /* width: 180px; */
    height: 40px;
    border-radius: 4px;
    border: solid 1px #e60012;
    color: #000000;
    background-color: #ffffff;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
    font-family: PingFangTC;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    padding: 0 10px;
}

.car-type-item.active,
.car-type-item:hover {
    color: #ffffff;
    /* background-image: linear-gradient(to bottom, #e60012, #ff8383); */
    background-color: #e60012;
}

.contact {
    height: 80px;
    background-image: linear-gradient(to bottom, #c8c8c8, #efefef);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact>span {
    font-family: PingFangTC;
    font-size: 22px;
    /* font-weight: 600; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e60012;
}

.contact-content {
    width: 100%;
    background-image: url("/images/background.png");
    background-repeat: repeat;
    display: flex;
    justify-content: center;
}

.contact-title {
    display: flex;
    justify-content: center;
    margin: 22px 0 31px 0;
}

.contact-title>span {
    font-family: PingFangTC;
    font-size: 18px;
    /* font-weight: 600; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #686868;
}

.contact-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contact-input>input {
    padding-left: 20px;
    width: 30%;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #b4b4b4;
    color: rgba(1, 1, 1, 0.5);
    background-color: #fbfbfb;
    font-family: PingFangTC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.contact-textarea {
    margin-bottom: 30px;
}

.contact-textarea,
.contact-textarea>textarea {
    width: 100%;
}

.contact-textarea>textarea {
    height: 120px;
    border-radius: 4px;
    border: solid 1px #b4b4b4;
    color: rgba(1, 1, 1, 0.5);
    background-color: #fbfbfb;
    padding: 20px;
    resize: none;
    font-size: 16px;
}

.contact-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.contact-button>button {
    width: 350px;
    height: 50px;
    border-radius: 4px;
    background-color: #e60012;
    font-family: PingFangTC;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    border: none;
    outline: none;
}

.discount-title {
    font-family: PingFangTC;
    font-size: 20px;
    /* font-weight: 600; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e60012;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.discount-title::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 3px;
    background-color: #e60012;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.see-more-discount {
    width: 100%;
    display: none;
    justify-content: flex-end;
    padding: 0 20px;
    margin-bottom: 30px;
}

.see-more-discount>a {
    font-family: PingFangTC;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e60012;
}

.date-time {
    display: flex;
}

.spot {
    display: flex;
}

.spot .form-field {
    padding-top: 5px;
}

.form-field {
    width: 100%;
}

.spot-title {
    font-weight: bold;
    font-size: 17px;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    padding-top: 25px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
}

.spot-title svg {
    margin-right: 5px;
}


/* .spot .form-field:nth-child(1) {
    padding-right: 0px;
}

.date-time .form-field:nth-child(1) {
    padding-right: 0px;
} */

.reservation-form {
    padding-top: 15px;
}

.reservation-form input::-webkit-input-placeholder {
    color: #000;
    font-size: 17px;
}

.order-search-form input::-webkit-input-placeholder {
    color: #000;
    font-size: 17px;
}

.order-search-form {
    padding-top: 15px;
}


.form-button-1>button:hover,
.form-button-2>button:hover {
    top: unset;
    left: unset;
    border: 1px solid #333;
    background-color: #f2f2f2;
    color: #333;
    transition: all 0.3s linear;
}

#wait-svg-mask {
    position: fixed;
    background: #000;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10000;
    opacity: 0.3;
    display: none;
}

#wait-svg {
    position: fixed;
    z-index: 10001;
    left: 50%;
    top: 50%;
    width: 25%;
    height: 25%;
    max-width: 100px;
    max-height: 100px;
    display: none;
    animation: rotateSvg linear 3s infinite;
}

.lightbox-close_replace>img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.lightbox-close_replace {
    text-align: right;
}

.upload_cover {
    position: relative;
    width: 40px;
    height: 40px;
    /* text-align: center; */
    cursor: pointer;
    /* background: #efefef; */
    border: 2px solid #495057;
    margin: 0px 3px 0px 3px;
    background: url(/images/upload@3x.png) no-repeat;
    background-size: contain;
}

#payment-btn .gopay-btn {
    position: unset;
}

.btn-wrap-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    flex-wrap: nowrap;
    margin: 20px 0px;
}

.btn-wrap-upload>[id^="payment-btn"] {
    width: auto;
    margin: unset;
    margin: 3px;
}

.btn-wrap-upload>.btn {
    padding: 5px !important;
    margin: 3px;
}

.btn-wrap-upload>[id^="payment-btn"] button {
    opacity: 1;
}

.btn-wrap-upload>.upload_cover {
    margin: 5px 5px;
}

[id^="car-leave"] {
    opacity: 0;
    width: 35px;
    height: 38px;
    left: 0px;
    top: 0px;
    cursor: pointer;
    position: absolute;
    font-size: 0;
    stroke-linecap: butt;
    stroke-linecap: butt;
    stroke-linecap: butt;
    stroke-linecap: butt;
}

[id^="wrap-car-leave"] {
    width: 35px;
    height: 38px;
    position: relative;
}

[id^="car-return"] {
    opacity: 0;
    width: 35px;
    height: 38px;
    left: 0px;
    top: 0px;
    cursor: pointer;
    position: absolute;
    font-size: 0;
    stroke-linecap: butt;
    stroke-linecap: butt;
    stroke-linecap: butt;
    stroke-linecap: butt;
}

[id^="wrap-car-return"] {
    width: 35px;
    height: 38px;
    position: relative;
}

#order_box_replace tbody,
#order_box_replace td,
#order_box_replace tfoot,
#order_box_replace th,
#order_box_replace thead,
#order_box_replace tr {
    border-color: inherit;
    border-style: solid;
    border-width: 2px;
}

#order_box_replace th {
    min-width: 16px !important;
}

[id^="wrap-car-leave"] svg {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}

[id^="wrap-car-return"] svg {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}

.warn-word {
    color: red;
    font-size: 14px;
    padding-left: 5px;
}

@keyframes rotateSvg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:1650px) {
    .form-box {
        top: 120px;
        right: 30px;
    }

    /* .form-button-1>button,
    .form-button-2>button{
        margin:50px 0;
    } */
}

@media screen and (max-width:1500px) {
    /* .form-header,
    .form-header > div{
        height:60px;
    } */

    .form-field {
        padding-top: 15px;
    }

    /* .form-field:nth-child(1){
        padding-top:20px;
    } */

    .form-button-1>button,
    .form-button-2>button {
        margin: 30px 0;
    }
}

@media screen and (max-width:1350px) {

    .box-arrow-left,
    .box-arrow-right {
        display: none;
    }
}

@media screen and (max-width:1250px) {

    .form-header,
    .form-header>div {
        height: 50px;
    }

    .form-field>select,
    .form-field>input {
        width: 100%;
        height: 38px;
    }

    .stronghold-select {
        background-size: 9px;
    }

    .form-box {
        width: 400px;
    }

    .form-field>span {
        white-space: nowrap;
        margin-right: 9px;
    }

    .form-header>div {
        width: 50%;
    }

    .home-news-box {
        width: 30%;
        margin: 0;
    }

    .home-news-box:hover {
        width: 33%;
    }

    /* .home-news-box:nth-child(3){
        margin-right:0;
    }

    .home-news-box:nth-child(4) {
        margin-left: 0;
    }

    .home-news-sort{
        justify-content: space-around;
    } */

    .home-news-sort>div:nth-child(1),
    .home-news-sort>div:nth-child(2) {
        justify-content: space-around;
    }

    .home-news-sort>div:nth-child(2) {
        padding: 0;
    }
}

@media screen and (max-width:1200px) {

    .contact-input,
    .contact-textarea {
        padding: 0 20px;
    }
}

@media screen and (max-width:1100px) {

    .form-header,
    .form-header>div {
        height: 50px;
    }

    /* .form-field:nth-child(1){
        padding-top:15px;
    } */

    .form-field {
        padding-top: 10px;
    }

    .form-button-1>button,
    .form-button-2>button {
        margin: 15px 0;
    }
}

@media screen and (max-width:1000px) {
    .form-header {
        height: 50px;
    }

    .form-header>div {
        width: 50%;
        height: 100%;
    }

    .form-box {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        background-color: #f2f2f2;
    }

    .tab-control {
        display: none;
    }

    .tab-is-show {
        display: none;
    }

    .form-field {
        padding: 0 15px;
        padding-top: 15px;
    }

    /* .form-field:nth-child(1) {
        padding-top: 15px;
    } */

    .form-field>span {
        font-size: 16px;
        white-space: nowrap;
        margin-right: 9px;
    }

    .form-field>select,
    .form-field>input {
        width: 100%;
        height: 46px;
        /* font-size: 12px; */
        border-radius: 4px;
    }

    .stronghold-select {
        background-size: 13px;
        background-position: right 13px bottom 16px;
        padding-right: 25px;
    }

    .stronghold-return {
        background-size: 13px !important;
        background-position: right 12px bottom 12px !important;
    }

    .form-button-1>button,
    .form-button-2>button {
        margin: 15px 0 20px 0;
        height: 42px;
        border-radius: 4px;
        width: 225px;
        font-size: 14px;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .swiper-pagination {
        text-align: center;
        padding-left: 0px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5px;
    }

    .home-main-content {
        flex-wrap: wrap-reverse;
    }

    .home-news {
        position: relative;
        margin-top: 30px;
    }

    .box-arrow-left,
    .box-arrow-right {
        display: none;
    }

    /* .home-news-sort > div{
        width:50%;
    } */

    .home-news-sort>div>div {
        margin-bottom: 20px;
    }

    /* .home-news-sort > div > div:last-child{
        margin-bottom:0px;
    } */

    .home-news-sort>div:nth-child(1),
    .home-news-sort>div:nth-child(2) {
        flex-wrap: wrap;
    }

    .home-news-box {
        width: 100%;
    }

    .home-news-box:hover {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .home-news-sort>div:nth-child(1) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-news-sort>div:nth-child(2) {
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* .home-news-box:nth-child(4),
    .home-news-box:nth-child(5),
    .home-news-box:nth-child(6){
        margin-top: 0;
    }

    .home-news-box:nth-child(3){
        margin-right:0;
    }

    .home-news-box:nth-child(4) {
        margin-left: 0;
    }

    .home-news-box{
        width: 50%;
        margin: 0;
        margin-bottom:20px;
    }

    .home-news-box:nth-child(2n-1){
        padding-left: 20px;
        padding-right:8.5px;
    }

    .home-news-box:nth-child(2n) {
        padding-right: 20px;
        padding-left: 8.5px;
    } */

    .middle-box>.oblique-bg {
        clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
        height: auto;
    }

    .img-car {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 40px 0;
    }

    .img-car>div {
        width: 83.33vw;
        /* height: unset; */
        margin: 0;
    }

    .img-car-beside>span.title {
        font-size: 18px;
    }

    .img-car-beside>span.content {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .img-car-beside {
        padding: 0 20px;
    }

    .img-car-beside>button.stronghold-link-btn {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    .parallax-window {
        height: 270px;
    }

    .parallax-mask>span {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .car-list-box {
        height: auto;
        margin-bottom: 0px;
        background: rgba(0, 0, 0, 0);
        z-index: 2;
        /* height:380px; */
        /* position: absolute !important; */
        /* top:130px; */
    }

    .car-type {
        margin-top: 30px;
        margin-bottom: 10px;
        /* justify-content: space-between; */
        padding: 0 20px;
    }

    .car-type-item {
        /* width:96px; */
        margin: 0 5px;
        margin-bottom: 5px;
    }

    /* .car-type-item:nth-child(3) {
        width: 110px;
    } */

    .middle-box {
        margin-top: -5%;
    }

    .car-swiper {
        height: auto;
    }

    /* .swiper-container{
        height: auto;
        padding-left:20px;
        position: absolute !important;
    } */

    .oblique-bg>div {
        padding-top: 153px;
    }

    .discount-title {
        display: block;
    }

    .see-more-discount {
        display: flex;
    }
}

@media screen and (max-width:600px) {
    .car-type-item {
        width: 85px;
        margin: 0 10px;
        margin-bottom: 16px;
        font-size: 14px;
        padding: 0 0
    }

    .car-swiper {
        padding: 0 20px;
    }

    .middle-box {
        margin-top: -10%;
    }

    .contact-input {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .contact-input>input {
        width: 100%;
        margin-bottom: 10px;
        height: 46px;
    }

    .contact-button>button {
        width: 60%;
        height: 46px;
    }

    .form-header-item>span {
        font-size: 16px;
    }

    .contact>span {
        font-size: 20px;
    }

    .contact-title>span {
        font-size: 16px;
    }
}

.credit-template {
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    background: #FFF;
}

.credit-wrap-template {
    position: fixed;
    background: rgba(0, 0, 0, 0.35);
    z-index: 10000000;
    top: 0%;
    left: 0%;
    bottom: 0px;
    right: 0px;
    display: none;
}

.box-img {
    width: 100%;
    transition: 0.5s;
}
