/* 统一设置 */
/* ------------------------------------------------------------------------------------------------------------------- */

/* 消除浏览器边界差距 */
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #EFEFEF;
    font-family: PingFangSC-Regular, PingFang SC;
}

/* 去除超链接下划线 */
a {
    text-decoration: none;
}

hr {
    border: none;
    background-color: #E6E6E6;
    height: 0.1vmin;
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* 组件 */
/* ------------------------------------------------------------------------------------------------------------------- */

/* 轮播 */
.swiper-container {
    width: 100vw;
    height: 79.9vw;
}
@media screen and (orientation: landscape) {
    .swiper-container {
        width: 50%;
        height: 100vh;
        position: fixed;
    }
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}
@media screen and (orientation: landscape) {
    .swiper-slide img {
        object-fit: cover;
    }
}

/* 内容框 */
.content {
    padding: 1vh 1vh;
    background-color: #EFEFEF;
}
@media screen and (orientation: landscape) {
    .content {
        margin-left: 50%;
        padding: 3.2vmin 4vw 10vmin 2.5vw;
    }
}

/* 首页问题类别框 */
.q-type {
    background-color: white;
    border-radius: 2vmin;
    padding: 4vw;
    margin-bottom: 1.47vmax;
    clear: both;
    overflow: hidden;
    box-shadow: 0px 0.5vh 2.6vh 0px rgba(0, 0, 0, 0.1);
}
@media screen and (orientation: landscape) {
    .q-type {
        padding: 2.7vh 0 2.7vh 1.7vw;
    }
}

/* 问题类型图标 */
.icon-img {
    width: 15vmin;
    height: 15vmin;
}
@media screen and (orientation: landscape) {
    .icon-img {
        width: 9.9vw;
        height: 9.9vw;
    }
}

/* 问题类型说明 */
.q-info {
    margin: 2vh 0 0 1vw;
}
@media screen and (orientation: landscape) {
    .q-info {
        margin: 5vh 0 0 1.7vw;
    }
    /* 极低分辨率补丁 */
    @media screen and (max-width: 640px ) {
        .content {
            padding-right: 2.5vw;
        }
    }
}


/* 问题类别标题 */
.q-title {
    font-size: 5vmin;
    font-weight: 400;
    color: #000000;
    line-height: 5vmin;
    margin-bottom: 2.1vh;
}
@media screen and (orientation: landscape) {
    .q-title {
        font-size: 2.3vw;
        line-height: 2.3vw;
    }
}


/* 问题类别描述 */
.q-detail {
    font-size: 4vmin;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    line-height: 4vmin;
}
@media screen and (orientation: landscape) {
    .q-detail {
        font-size: 1.8vw;
        line-height: 1.8vw;
    }
}

/* 帮助内容框 */
.help {
    text-align: center;
    margin-top: 4.8vh;
}

.help p{
    font-size: 2vmax;
    font-weight: 400;
    margin-bottom: 3.5vh;
}


/* 联系我们按钮 */
.help-button {
    font-weight: 600;
    display: block;
    width: 23.77vmax;
    height: 7.6vmax;
    line-height: 7vmax;
    font-size: 1.7vmax;
    background-image: url('../image/help-btn-blue.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    margin:0 auto;
}

/* 按钮点击后变为金色 */
.help a:hover {
    background-image: url('../image/help-btn-gold.png');
    color: black;
}

/* 问题面板 */
.panel {
    background-color: white;
    overflow: hidden;
    border-radius: 2vmin;
    padding: 0 2.34vmax;
}

.panel .sub-item {
    /* clear: both; */
    overflow: hidden;
}

.panel .sub-item p {
    margin: 7.5vmin 0 7.5vmin 0;
    font-size: 2vmax;
    font-weight: 400;
    color: black;
}

.panel .sub-item img {
    width: 2vmax;
    height: 2vmax;
    margin: 8vmin 0 8vmin 0;
}

/* details美化 */
.panel details {
    margin: 6.67vh 0; 
}
@media screen and (orientation: landscape) {
    .panel details {
        margin: 6.67vh 0; 
    }
}

/* 详情页问题标题 */
.panel details summary {
    font-size: 2.3vw;
    line-height: 2.3vw;
    margin-bottom: 6.67vmin;
    font-weight: 400;
}

/* 详情页问题解答 */
.panel details > .answer {
    padding-top: 4vmin;
    font-size: 1.7vmax;
    line-height: 2.2vmax;
    font-weight: 400;
}

/* 详情页帮助说明 */
.panel .feedback {
    text-align: center;

}

/* 详情页帮助说明文字 */
.panel .feedback p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.7vmax;
    line-height: 2.2vmax;
    font-weight: 400;
    margin-top: 4vmin;
    margin-bottom: 4vmin;
}

/* 反馈按钮 */
.panel .feedback-button {
    display: block;
    color: white;
    background-image: url('../image/feedback-btn-blue.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15.64vmax;
    height: 7.6vmax;
    line-height: 7vmax;
    font-size: 1.7vmax;
    font-weight: 600;
    margin-bottom: 4vmin;
}

.panel .feedback a:hover {
    background-image: url("../image/feedback-btn-gold.png");
    color:black;
}

#logo {
    z-index: 999;
    position: absolute;
    width: 44.6vw;
    height: 20vw;
    top: 50vw;
    left: 27.7vw;
}
@media screen and (orientation: landscape) {
    #logo {
        width: 33.45vw;
        height: 15vw;
        position: fixed;
        top: 60vh;
        left: 1vw;
    }
}

#bar {
    background-color: black;
    top:0;
    width: 100%;
    height: 3.5vmax;
    color: white;
    display: none;
    position: fixed;
    z-index: 999;
    padding: 0 3vmax;
}
@media screen and (orientation: landscape) {
    #bar {
        display: block;
        box-sizing:border-box;
        text-align: center;
    }
}

#bar span {
    font-size: 2.5vmax;
    line-height: 3.5vmax;
}

#bar a {
    color: white;
    font-size: 3.5vmax;
    line-height: 3.5vmax;
    font-weight: 600;
}

::-webkit-scrollbar {
    display: none;
}