
/* 1x 2x 3x */
@media (min-width: 375px) {
    html {
        width : 100%;
    }
}


/* home */
#header-fix {
    position: sticky;
    top: 0;
    height: 121px;
    left: 0;
    z-index: 1000;
    background-color: rgba(248,248,248,1);
}

 header .header-time {
    height: 44px;
    background-color: rgba(248,248,248,1);
}
header .header-title {
    height: 60px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);

    display: flex;
    align-items: center;
}
header .header-title-bg {
    background: linear-gradient(91.37deg, rgba(206,187,137,1) 0.76%,rgba(255,255,255,0) 99.07%);
}
header .header-logo {
    height: 38px;
    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    padding: 11px 6px 11px 12px;
}
header .header-name {
    width: 160px;
    height: 44px;
    line-height: 39px;
    color: rgba(116,78,32,1);
    font-size: 28px;
    text-align: left;
    font-family: PingFangSC-bold;
}
header .header-button {
    width: 120px;
    height: 30px;
    line-height: 20px;
    border-radius: 16px;
    background-color: rgba(206,187,137,1);
    color: rgba(255,255,255,1);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;

    border-style: none;

    /* margin: 0 8px 0 0; */
}

header .header-nav {
    left: 0px;
    top: 0px;
    height: 64px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);

    display: flex;
    align-items: center;
}
header .header-nav-li-home {
    width: 120px;
    height: 32px;
    line-height: 20px;
    border-radius: 16px;

    font-size: 14px;
    text-align: center;
    font-family: Roboto;

    margin: 0 0 0 12px;
    
    cursor:	pointer;
}
header .header-nav-li-all {
    width: 120px;
    height: 32px;
    line-height: 20px;
    border-radius: 16px;

    font-size: 14px;
    text-align: center;
    font-family: Roboto;

    margin: 0 0 0 6px;
    
    cursor:	pointer;
}

header .header-nav-li-a {
    line-height: 32px;
}
.header-nav-li-a-show {
    background-color: rgba(71,80,168,1);
    color: rgba(255,255,255,1);
    cursor:	pointer;
}
.header-nav-li-a-hide {
    background-color: rgba(226,232,237,1);
    color: rgba(154,154,154,1);
    cursor:	pointer;
}

/* article */
.main {
    /* height: 1166px; */
    /* height: 1230px; */
    background-color: rgba(239,239,239,1);
    overflow :auto;
}
.article {
    /* height: 644px;  */   /* 没有字体多占了行数 */   
    height: 170px;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);

    margin: 12px 12px;
}
.article-banner {
    height: 250px;
    width: 375;
    margin-top: 15px;
}
.article-title{
    height: 21px;
    line-height: 23px;
    color: rgba(51,51,51,1);
    font-size: 16px;
    text-align: left;
    font-family: PingFangSC-regular;

    margin: 0 30px;
    padding: 11px 0;
}
.article-content{
    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    margin: 0 29px 0 46px;
    padding: 11px 0;
}

.back-home{
    color: rgba(51,51,51,1);
    font-size: 16px;
    text-align: left;
    font-family: PingFangSC-regular;

    display: flex;
    justify-content:center;
    align-items: center;
    /* margin-top: 22px; */
    /* margin-right: 20px; */
}
.back-home-btn{
    line-height: 23px;
    width: 73px;
    height: 21px;
}
.back-home-btn:link {
    color: rgba(51,51,51,1);
}
.back-home-btn:hover {
    color: rgba(51,51,51,1);
}
.back-home-btn:visited {
    color: rgba(51,51,51,1);
}
.back-home-btn:active {
    color: rgba(51,51,51,1);
}

.back-home-img{
    width: 20px;
    height: 12px;
}

.border-2p {
    border: 2px solid rgba(206,206,206,1);
    margin-top: 20px;
}

/* foot-help */
.foot-help{
    margin-top: 15px;
}
.foot-help-nav {
    margin-bottom: 15px;
}
.foot-help-nav-top {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px;
    /* padding: 0 50px; */
}
.foot-help-nav-li{
    line-height: 23px;
    color: rgba(51,51,51,1);
    font-size: 16px;
    text-align: center;
    font-family: PingFangSC-medium;
}
.foot-help-nav-box{
    height: 100px;
    width: 100px;
    margin-top: 15px;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    font-family: PingFangSC-regular;
    color: rgba(154,154,154,1);
    font-size: 14px;

}
.foot-help-nav-box-ul{
    padding-top: 5px;
}
.foot-help-nav-box-li{
    margin-top: 7px;
}

.foot-help-nav-box-min{
    height: 23px;
    width: 100px;
    margin-top: 15px;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    font-family: PingFangSC-regular;
    color: rgba(154,154,154,1);
    font-size: 14px;
}

.foot-language-box1{
    border: none;
    text-align: center;
    text-align-last: center;
}
.foot-language-box{
    border: none;
    text-align: center;

    outline: none;
    appearance: none;
    -webkit-appearance: none;   /* 兼容Chrome */
    -moz-appearance: none;

    padding-left: 5px;
    padding-right: 5px;
}
.language-select {
    position: absolute;
}
.language-select-btn{
    width: 80px;
    /* border: 1px solid red; */
}
.language-select-img-box1{
    transform: rotateY(180deg);
    transition: 0.3s;
    -webkit-transform: rotateX(180deg);
    -webkit-transition: 0.3s;

    position: relative;
    transform-origin: center;
    
    top: -25px;
    left: 70px;

    /* top: 0px;
    left: 30px; */

    pointer-events: none;
    /* border: 1px solid blue; */

    width: 20px;
}
.language-select-img-box2{
    transform: rotateY(0deg);
    transition: 0.3s;
    -webkit-transform: rotateX(0deg);
    -webkit-transition: 0.3s;

    position: relative;
    transform-origin: center;
    
    top: -25px;
    left: 70px;

    /* top: 0px;
    left: 30px; */

    pointer-events: none;
    /* border: 1px solid blue; */

    width: 20px;
}
.language-select-img{
    width: 20px;
    height: 12px;
}

.foot-end {
    margin: 24px;
}
.foot-end-camp-name{
    height: 23px;
    line-height: 23px;
    color: rgba(51,51,51,1);
    font-size: 16px;
    text-align: left;
    font-family: PingFangSC-medium;
}
.foot-end-camp-reg p{
    line-height: 20px;
    color: rgba(154,154,154,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    word-wrap: break-word;
}

/* menu nav */
.card {
    height: 150px;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);

    margin: 15px 12px 12px 12px;
}
.card-body {
    padding: 21px 0;
    margin: 0 30px;
}
.card-top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card-top-img{
    width: 60px;
    height: 60px;
    border-radius: 47px;
}
.card-top-title {
    margin-left: 25px;
}
.card-top-title1 {
    height: 21px;
    line-height: 25px;
    color: rgba(51,51,51,1);
    font-size: 18px;
    text-align: left;
    font-family: PingFangSC-semiBold;
}
.card-top-title2 {
    height: 21px;
    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    padding-top: 10px;
}
.card-content {
    height: 41px;
    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    padding-top: 15px;
}

.card-visit {
    height: 38px;

    border-radius: 19px;
    background-color: rgba(120,131,239,1);
    
    text-align: center;

    margin-top: 15px;    
}
.card-soon {
    height: 38px;

    border-radius: 19px;
    background-color: rgba(226,232,237,1);
    color: rgba(154,154,154,1);
    text-align: center;
    margin-top: 15px;  
}
.card-visit-btn {
    width: 200px;
    text-align: center;
    font-family: Roboto;
    border-style: none;
    font-size: 18px;
    color: rgba(255,255,255,1);
    margin-top: 5px;
    background-color: transparent;
    cursor:	pointer;
}
.card-soon-btn {
    width: 200px;
    text-align: center;
    font-family: Roboto;
    border-style: none;
    font-size: 18px;
    color: rgba(154,154,154,1);
    margin-top: 8px;
    background-color: transparent;
}


/* product */
.header-nav-product {
    background-color: rgba(255,255,255,1);
}
.header-nav-product-box {
    margin: 0 auto;
    width: 338px;
    height: 34px;
    border-radius: 18px;
    background-color: rgba(226,232,237,1);

    margin-bottom: 15px;
}
.header-nav-product-ul {
    display: flex;
    justify-content: space-around;
    line-height: 34px;
}
.header-nav-product-li-a {
    height: 30px;
    line-height: 30px;
    color: rgba(154,154,154,1);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    cursor: pointer;
}
.header-nav-product-li-a-show {
    border-radius: 16px;
    width: 110px;
    background: url("../image/home/1x/hill_h5_btn_choose.png") no-repeat;
    display: block;
    margin-top: 2px;
}
.header-nav-product-li-a-hide {
    font-family: PingFangSC-regular;
}

/* product article */

/* 用于占位 */
.product-top-place {
    background-color: rgba(239,239,239,1);

    height: 15px;
    width: 100%;
    position: fixed; 
    /* 头部 的px */
    top: 168px;
    left: 12px;

    z-index: 1000;
}
.product-header {
    height: 120px;
    position: fixed; 
    /* 头部 + 占位div 的px */
    top: 178px;     
    border-radius: 15px;

    z-index: 1000;
    
}
.product-card-header {
    line-height: 20px;

    border-radius: 10px 10px 0 0;
    background-color: rgba(255,255,255,1);

    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    width: 350px;
    height: 140px;
    margin: 0 12px;
    border-bottom: 1px solid silver;
    

    /* display: flex; */
}
.product-card-top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    padding-top: 21px;
    padding-left: 30px;
}
.product-card-top-btn {
    margin-top: 15px;
    width: 100%;
    height: 30px;
}
.product-border-1p {
    /* border: 1px solid rgba(206,206,206,1); */
    /* border: 1px solid red; */
    height: 20px;
    /* margin-top: 80px; */
    /* width: 100%; */
    padding-top: 160px;
}
.product-card-top-img{
    width: 60px;
    height: 60px;
    border-radius: 47px;
}
.product-card-top-title {
    margin-left: 25px;
}

.product-card-top-title1 {
    height: 21px;
    line-height: 25px;
    color: rgba(51,51,51,1);
    font-size: 18px;
    text-align: left;
    font-family: PingFangSC-semiBold;
}
.product-card-top-title2 {
    height: 21px;
    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    padding-top: 10px;
}

.product-main {
    height: 260px;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);

    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    margin: 12px 12px;
}
.product-card-body{
    margin: 0 30px;
    border: 1px solid transparent;
}

/* 分割线 */
.product-title {
    position: relative;
    line-height: 50px;
    font-size: 12px;
    color: #000;
    text-align: center;
}
.product-title-desc-A-1 {
    position: relative;
    z-index: 10;
    display: inline-block;
    line-height: 50px;
    background:rgba(255,255,255,1);
    
    margin-top: 120px;
    width: 80px;

    color: rgba(51,51,51,1);
    font-size: 14px;
    font-family: PingFangSC-semiBold;
}
.product-title-line-A-1 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 145px;
    height: 2px;
    background:rgba(206,206,206,1);
}

.product-title-desc-A-2 {
    position: relative;
    z-index: 10;
    display: inline-block;
    line-height: 50px;
    background: rgba(255,255,255,1);
    
    /* margin-top: 5px; */
    width: 80px;

    color: rgba(51,51,51,1);
    font-size: 14px;
    font-family: PingFangSC-semiBold;
}
.product-title-line-A-2 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    height: 2px;
    background:rgba(206,206,206,1);

    top: 25px;
}

.product-title-desc-B-1 {
    position: relative;
    z-index: 10;
    display: inline-block;
    line-height: 50px;
    background:rgba(255,255,255,1);
    
    margin-top: 120px;
    width: 80px;

    color: rgba(51,51,51,1);
    font-size: 14px;
    font-family: PingFangSC-semiBold;
}
.product-title-line-B-1 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 145px;
    height: 2px;
    background:rgba(206,206,206,1);
}

.product-title-desc-B-2 {
    position: relative;
    z-index: 10;
    display: inline-block;
    line-height: 20px;
    background: rgba(255,255,255,1);
    
    /* margin-top: 5px; */
    width: 80px;

    color: rgba(51,51,51,1);
    font-size: 14px;
    font-family: PingFangSC-semiBold;
}
.product-title-line-B-2 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    height: 2px;
    background:rgba(206,206,206,1);

    top: 25px;
}

.product-card-content-A {
    height: 100px;
    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    margin-top: 160px;
    /* border: 1px solid red; */
}
.product-card-top-begin {
    display: flex;
    justify-content: space-between;
}
.product-card-btn-use {
    height: 26px;
    width: 235px;
    line-height: 26px;
    border-radius: 19px;
    background-color: rgba(120,131,239,1);
    color: rgba(255,255,255,1);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;

    border-style: none;
    margin-left:25px;
    margin-top: 5px;
    
    cursor: pointer;
}

.product-content {
    width: 300px;
    height: 614px;

    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;
    background-color: rgba(255,255,255,1);

    /* background-color: rgba(229,229,229,1); */

    /* border: 1px solid red; */
}
.product-content-img1 {
    height: 614px;
}
.product-content-img2 {
    height: 167px;
}
.product-content-img3 {
    height: 78px;
}
.product-content img {
    padding-top: 10px;
}
.product-content p {
    padding-top: 10px;
}
.product-content-title {
    height: 20px;
    line-height: 20px;
    color: rgba(51,51,51,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-semiBold;
}



.product-card-content-B {
    height: 160px;
    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;
}
.product-B-main {
    height: 260px;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);

    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    margin: 12px 12px;
}
.product-B-card-body{
    /* padding: 21px 0; */
    margin: 0 30px;
    border: 1px solid transparent;
}
.product-B-card-top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-B-card-top-img{
    width: 60px;
    height: 60px;
    border-radius: 47px;
}
.product-B-card-top-title {
    margin-left: 25px;
}

.product-B-card-top-title1 {
    height: 21px;
    line-height: 25px;
    color: rgba(51,51,51,1);
    font-size: 18px;
    text-align: left;
    font-family: PingFangSC-semiBold;
}
.product-B-card-top-title2 {
    height: 21px;
    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    /* padding-top: 10px; */
}
.product-B-card-content {
    height: 100px;
    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    margin-top: 160px;
    
    /* padding-top: 15px; */
}
.product-B-card-top-begin {
    display: flex;
    justify-content: space-between;
}
.product-B-card-btn-use {
    height: 26px;
    width: 100px;
    line-height: 26px;
    border-radius: 19px;
    background-color: rgba(120,131,239,1);
    color: rgba(255,255,255,1);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;

    border-style: none;
    margin-left: 50px;
    /* margin-top: 5px; */
}

.product-B-content {
    width: 300px;
    height: 614px;
    /* background-color: rgba(229,229,229,1); */

    /* border: 1px solid red; */
}
.product-B-content-img1 {
    height: 520px;
}
.product-B-content-img2 {
    height: 151px;
}
.product-B-content-img3 {
    height: 140px;
}
.product-B-content-img4 {
    height: 380px;
}
.product-B-content-img5 {
    height: 180px;
}
.product-B-content-img6 {
    height: 260px;
}
.product-B-content-img7 {
    height: 270px;
}
.product-B-content-img8 {
    height: 250px;
}

.product-B-content img {
    padding-top: 10px;
}
.product-B-content p {
    padding-top: 10px;
}
.product-B-content-title {
    height: 20px;
    line-height: 20px;
    color: rgba(51,51,51,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-semiBold;
}


/* footer */
.foot-fix {
    background-color: rgba(239,239,239,1);
    width: 375px;
    margin: 0 auto;
}

.question-main {
    height: 380px;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);

    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    margin: 15px 12px 12px 12px;

}
.question-body{
    margin: 0 30px;

}
.question-body-content{
    padding: 21px 0;
}
.question-body-content {
    /* width: 300px; */
    /* height: 614px; */

}
.question-body-content-title {
    height: 20px;
    line-height: 20px;
    color: rgba(51,51,51,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-semiBold;
}


/* v2 banner button */
.product-enter {
    /* height: 176px; */
    height: 150px;
    border: 1px solid transparent;
    /* border: 1px solid red; */
    background-color: rgba(239,239,239,1);

}
.product-enter-header {
    line-height: 20px;

    border-radius: 10px 10px 0 0;
    background-color: rgba(255,255,255,1);

    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    width: 350px;
    height: 140px;
    margin: 12px 12px;
    /* border-bottom: 1px solid silver; */
}
.product-enter-top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    padding-top: 20px;
    padding-left: 30px;
}
.product-enter-top-btn {
    height: 38px;
    border-radius: 19px;
    background-color: rgba(120,131,239,1);
    text-align: center;
    margin-top: 15px;    
}
.product-enter-top-btn button {
    width: 290px;
    text-align: center;
    font-family: Roboto;
    border-style: none;
    font-size: 18px;
    color: rgba(255,255,255,1);
    margin-top: 5px;
    background-color: transparent;
    cursor:	pointer;

}
.product-enter-top-img{
    width: 60px;
    height: 60px;
    border-radius: 47px;
}
.product-enter-top-title {
    margin-left: 25px;
}

.product-enter-top-title1 {
    height: 21px;
    line-height: 25px;
    color: rgba(51,51,51,1);
    font-size: 18px;
    text-align: left;
    font-family: PingFangSC-semiBold;
}
.product-enter-top-title2 {
    height: 21px;
    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    padding-top: 10px;
}
.product-enter-top-begin {
    display: flex;
    justify-content: space-between;

    text-align: center;
    font-family: Roboto;
    border-style: none;
    font-size: 18px;
    color: rgba(255,255,255,1);
    margin-top: 5px;
    background-color: transparent;
    cursor:	pointer;
}

#card-last {
    margin-bottom: 260px;
}




.card-enter-btn {
    width: 235px;
    text-align: center;
    font-family: Roboto;
    border-style: none;
    font-size: 18px;
    color: rgba(255,255,255,1);
    margin-top: 5px;
    background-color: transparent;
    cursor:	pointer;
}
.product-card-btn-use1 {
    height: 26px;
    width: 235px;
    line-height: 26px;
    border-radius: 19px;
    background-color: rgba(120,131,239,1);
    color: rgba(255,255,255,1);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;

    border-style: none;
    margin-left:25px;
    margin-top: 5px;
    
    cursor: pointer;
}

/* 后台说明 */
.product-main-gm{
    height: 3350px;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);

    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    margin: 12px 12px;

    /* border: 1px solid blue; */
}

.product-main-gm-B{
    height: 3500px;
    border-radius: 10px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);

    line-height: 20px;
    color: rgba(187,187,187,1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-regular;

    margin: 12px 12px;

    /* border: 1px solid blue; */
}

@media (max-width:768px) {
    
}
@media screen and (min-width:769px) and (max-width:1024px) {
    
}
@media (min-width:1025px) {
    
}


