.header-mode-fix{
    display: block;
}
.header-mode-fix .wrapper{
    border-bottom: 0 solid #e1e1e1;
}
.more-faq{
    margin: 4vw 0;
    width: 100%;
    height: 100%;
}
/* 图 */
.show-main{
    width: 100%;
    height: 60%;
}
.show-main .wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.show-main .title-image{
    width: 100%;
    height: 100%;
    overflow: hidden;
	display: flex;
	align-items: flex-start;
}
.show-main .title-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.show-main .title-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
}
.show-main .title-text h1{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 3.3vw;
    line-height: 3.3vw;
    font-weight: normal;
    margin: 10px 0;
}

.show-main .title-text p .logo-img{
    vertical-align: bottom;
    display: inline-block;
    width: 3vw;
    height: 1.6vw;
    background-image: url(../images/logo-img-gaia.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.show-main .title-text p,
.show-main .title-text p a{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 1.03vw;
    line-height: 1.5vw;
    font-weight: normal;
    color: #fff;
}
.show-main .title-text p a{
    cursor: pointer;
}

/*  区域 */
.faq{
    width: 100%;
    height: auto;
}
.faq .wrapper{
    position: relative;
    width:60%;
    height:100%;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}


/*业务联系*/
.contact-m{
    width: 100%;
    height: auto;
    margin: 5vw 0;
}
.contact-m .wrapper{
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
/*业务信息*/
#contact-info h3{
    font-family: "OPPOSans B",OPPOSans,sans-serif;
    font-size: 2.2vw;
    font-weight: normal;
    letter-spacing: 0.8px;
    margin-top: 1vw;
    margin-bottom: 1.5vw;
}
#contact-info p.en{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 1vw;
    line-height: 1.8vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 1.5vw;
}
#contact-info p.info{
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 0.9vw;
    line-height: 1.7vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 3vw;
}
/* 提交信息 */
#inquiry{
    width:62vw;
    height: auto;
}
#inquiry .container{
    width:100%;
    height: auto;
    margin: 0 auto;
    padding: 0vw 4vw 0.5vw;
    background-color: #f7f7f7;
}
#inquiry span.up{
    display: inline-block;
    margin-top: 2vw;
    font-family: "OPPOSans B",OPPOSans,sans-serif;
    font-size: 1vw;
    color: #808080;
    letter-spacing: 1px;
}
#inquiry form ul.info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#inquiry form ul.info li{
    position:relative;
}
#inquiry form ul.info li.large {
    width: 100%;
}
#inquiry form ul.info li.small {
    width: calc(50% - 1.5vw);
}
form ul li{
    margin: 0.5vw 0;
    height: 5vw;
    position: relative;
} 
form ul li.require{
    height: 6.5vw;
} 
form ul li input[type=text], form ul li input[type=text]+label, form ul li textarea, form ul li textarea+label {
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #1f1f1f;
    padding: 0 0 1.5vw;
    margin-top: 1.8vw;
}

form ul li input[type=text], form ul li textarea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: none;
    background-color: rgba(0,0,0,0);
    outline: 0;
    border-bottom: 1px solid #dedddc;
    border-radius: 0;
}
form ul li input[type=text]+label, form ul li textarea+label {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: all .2s ease;
}
input[type="text" i] {
    writing-mode: horizontal-tb !important;
    padding-block: 1px;
    padding-inline: 2px;
}

form ul li span.error {
    position: absolute;
    bottom: 0.1vw;
    left: 0;
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 0.8vw;
    letter-spacing: normal;
    color: #e44c4c;
    pointer-events: none;
    opacity: 1;
    transition: opacity .2s ease;
}
form ul li.error span.error {
    opacity: 1;
}
form ul li.error::after {
    background-color: #e44c4c;
}
form ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #1f1f1f;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease-in;
}

.captcha img {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    overflow-clip-margin: content-box;
    overflow: clip;
}
label {
    cursor: default;
}
/* hover */
form ul li.current input[type=text]+label,
form ul li.current textarea+label
{
    color: #808080;
    font-size: 0.85vw;
    top: -1.5vw;
}
form ul li.current input[type=text], form ul li.current textarea
{
    border-bottom: 1px solid #2e2725;
}
form ul li:hover::after ,
form ul li.current::after {
    width: 100%;
    transform: scaleX(1);
}


/* 提交区域 */
.carrow .uniform__potty {
    left: -9999px;
    position: absolute;
}
form .carrow{
    margin-top: 0vw;
    max-width: 18vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5vw 0;
    color: #2e2725;
    transition: letter-spacing .2s ease-in-out;
}

form .carrow input[type=submit]{
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 0.9vw;
    letter-spacing: 2px;
    color: #2e2725;
    transition: letter-spacing .2s ease-in-out;
    background-color: transparent;
}
    
form .carrow span {
    position: relative;
    margin-left: 5vw;
    margin-top: 0;
    border-radius: 2.5vw;
    width: 5vw;
    height: 5vw;
    border: 2px solid rgba(31,31,31,.1);
    transition: border .2s ease-in-out;
}
form .carrow span:before {
    content: "";
    width: 5.4vw;
    height: 2px;
    background: #2e2725;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 50%;
    transition: all .3s ease;
}
form .carrow span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5vw 0 0.5vw 0.5vw;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1f1f1f;
    position: absolute;
    top: 50%;
    margin-top: -0.5vw;
    right: 45%;
    transition: all .3s ease;
}
form .carrow:hover input[type=submit]{
    letter-spacing: 3px;
}
form .carrow:hover span{
    border: 2px solid rgba(0,0,0,1);
}
form .carrow:hover span::before{
    width: 1vw;
    right: 45%;
}
form .carrow:hover span:after {
    right: 35%;
}
#inquiry__success{
    display: none;
}
#inquiry__success.container{
    padding: 6vw 5vw;
    text-align: center;
}
#inquiry__success h2{
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 2.5vw;
    letter-spacing: 2px;
    line-height: 5vw;
    color: #2e2725;
}
#inquiry__success p{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 1.8vw;
    letter-spacing: 2px;
    line-height: 5vw;
    color: #2e2725;
}


