﻿@charset "utf-8";



/* footer form */

body.ovh {

    overflow: hidden;

}



.form_mask {

    position: fixed;

    left: 0;

    top: 0;

    bottom: 0;

    background-color: rgba(0, 0, 0, 0.3);

    width: 100%;

    height: 100%;

    opacity: 0;

    transition: opacity 0.4s ease-in-out;

    z-index: -1;

}



.foot_form {

    position: fixed;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -30%);

    display: flex;

    justify-content: space-between;

    padding: 40px;

    width: 1415px;

    padding: 64px;

    max-width: 95%;

    max-height: 91vh;

    border-radius: 40px;

    background-color: var(--white-color);

    overflow: hidden;

    opacity: 0;

    transition: transform 0.67s ease-in-out;

    z-index: -100;

}
.foot_form::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    height: 80%;
    background-image: url(../images/contact_eject_icon.svg);
    background-repeat: no-repeat;
    background-position: left bottom;

    background-size: contain;

    z-index: -1;

}

.foot_form .foot_form_left {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    max-width:430px;
    width: 35%;
}

.foot_form .foot_form_right {

    flex: 1;

    margin-left: 56px;

    padding-left: 56px;

    border-left: 1px solid rgba(0, 0, 0, 0.10);

    overflow: hidden;

    overflow-y: auto;

}



.foot_form .form_title {

    color: #333;

    font-style: normal;

    font-weight: 700;

    line-height: 1.3;

}



.foot_form form {

    width: 100%;

}



.foot_form .des {

    margin-top: 56px;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

}



.foot_form.show {

    opacity: 1;

    transform: translate(-50%, -50%);

    z-index: 999;

}

.form_close {

    position: absolute;

    right: 24px;

    top: 24px;

    display: flex;

    align-items: center;
    font-size: 16px;

    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    cursor: pointer;

}
.form_close img {
    width: 24px;
}
.explain_text p{
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.explain_text p:first-child {
    font-size: 18px;
}
.explain_text p::before {
    content: "*";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
}
.explain_text p:last-child {
   margin-bottom: 0;
}

.foot_form .w100 {
    width: 100%;
}

.foot_form .w2 {
    margin-left: -12px;
    margin-right: -12px;
}


.foot_form .w2 .container-input {

    width: 50%;

    margin-left: 12px;

    margin-right: 12px;

}

.code-btn {
    position: absolute;
    right: 0;
    top: 0;
    background:transparent;
    border: none;
    cursor: pointer;
    color:#01A0E2;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.code-btn.disabled {
    color: #999;
    cursor: not-allowed;
}

.foot_form .form-control {
    font-size: 16px;
    padding: 0;
    color: #666;
    border: none;
    height: 45px;
    width: 100%;
    border-radius: 0;
    background: none;

   box-shadow: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);

}

.form_name {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.container-input label em {
    margin-left: 4px;
    color: #D70203;;
    font-family: 'Catamaran';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.container-input {

    position: relative;

    width: 100%;

    margin-bottom: 30px;

    transition: all .3s ease-in-out;

    transition-delay: 0s;

}



.container-input input[type="text"] {

    outline: none;

    z-index: 1;

    position: relative;
    margin-top: 6px;
    padding-bottom: 10px;
    background: none;
    width: 100%;
    height: 42px;
    border: 0;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;

    border-bottom: 1px solid rgba(0, 0, 0, 0.10);

}



.container-input textarea {
    margin-top: 6px;
    outline: none;

    z-index: 1;

    position: relative;

    background: none;

    width: 100%;

    height: 96px;

    border: 0;

    font-size: 16px;

    color: var(--dark-color);

    line-height: 26px;

    font-weight: 400;

    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    resize: none;

}


.container-input label.error {

    position: absolute;

    left: 0;

    bottom: -25px;

    line-height: 20px;

    font-size: 14px;

    width: max-content;

}

.error {
    color: #D70203;;
}

.form_last {

    padding-top: 40px;

    display: flex;

}

.btn_submit {

    background: transparent;

    cursor: pointer;

}

@media (max-height:800px) {
    .foot_form .foot_form_right {

        margin-left: 46px;

        padding-left: 46px;

    }

    .container-input textarea {
        height: 100px;
    }

}



@media (max-width:1279px) {

    .foot_form .foot_form_right {

        margin-left: 30px;

        padding-left: 30px;

    }
  
}



@media (max-width:991px) {

    .foot_form .foot_form_left {
        width: 40%;
    }

    .foot_form .form_title {
        font-size: 24px;
    }

    .foot_form {
        padding: 64px 30px;
    }


    .foot_form .foot_form_right {
        margin-left: 30px;
        padding-left: 30px;

    }

    .foot_form .w2 {
        flex-wrap: wrap;
    }

    .foot_form .w2 .container-input {
        width: 100%;
    }
    .agreen_ment,
    .tip_text_s {
        flex-wrap: wrap;

    }

}



@media (max-width:767px) {

    .foot_form {
        display: block;

        padding: 30px 20px;

        width: 100%;
        max-width: inherit;
        height: 95vh;
        margin-top: 3vh;
        max-height: inherit;
        border-radius: 24px;
    }
    .foot_form.show {
        z-index: 999;
    }

    .foot_form .foot_form_left {
        padding-top: 20px;
        width: 100%;

    }
    .foot_form .des {
        margin-top: 20px;
    }
    .foot_form .w2 {
        flex-wrap: wrap;
    }

    .foot_form .w2 .container-input {
        width: 100%;
    }

    .foot_form .foot_form_right {
        margin-left: 0;
        padding-left: 0;
        border: none;
        margin-top: 30px;
        width: 100%;
        height: calc(100vh - 398px);
    }
    .container-input {
        margin-bottom: 30px;
    }
    .explain_text {
        margin-top: 20px;
        font-size: 16px;
    }

}
/* index */
.foot_form_right .index_more {
    background-color: transparent;
    cursor: pointer;
    border: none;
}
.border_white a {

    border: 1px solid var(--white-color);
}

.border_black a,
.border_grey a {
    border: 1px solid #666;
}

.index_more a {
    display: flex;
    width: 200px;
    height: 60px;
    padding: 20px 24px;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px 0px 8px 8px;
    transition: background-color 0.3s ease-in-out;

}

.border_white a span {
    color: var(--white-color);
}

.border_black a span {
    color: #666;
}

.border_grey a span {
    color: #666;
}

.index_more a span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.index_more a i {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.border_white a i::before {
    background-color: var(--white-color);

}

.border_black a i::before {
    background-color: #666;
}

.border_grey a i::before {
    background-color: #666;
}

.index_more a i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}

.index_more a i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.index_more a i svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;

}

.border_white a:hover {
    background-color: var(--white-color);
}

.border_black a:hover {
    background-color:#D70203;
    border-color:#D70203;;
}

.border_grey a:hover {
    background-color: #666;
}

.border_white a:hover span {
    color: var(--blue);
}

.border_black a:hover span {
    color: var(--white-color);
}

.border_grey a:hover span {
    color: var(--white-color);
}

.index_more a:hover i:before {
    opacity: 0;
}

.border_white a:hover i:after {
    background-color: var(--blue);
}

.border_black a:hover i:after {
    background-color: var(--white-color);
}

.border_grey a:hover i:after {
    background-color: var(--white-color);
}

.index_more a:hover i:after {
    width: 100%;
    height: 100%;
}

.index_more a:hover i svg {
    opacity: 1;
}

.border_black a:hover i svg path {
    stroke: #D70203;;
}

.border_grey a:hover i svg path {
    stroke: #666;
}

@media (max-width:1280px) {

    .index_more a {
        width: 166px;
        height: 60px;
        padding: 20px 16px;
    }
}

@media (max-width:350px) {
    .pro_in_button .list_ span {
        font-size: 16px;
    }
}