#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    z-index: 801;
}

@media only screen and (min-width: 100px) and (max-width: 430px) {
    .view {
        width:100%;
        position: absolute;
        background-color: #208858;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
        overflow: hidden;
        height: 100%;
        margin: 0 auto;
        background-image:url(https://dns.fruitseeker.com/image/site_h5_bg.png);
        background-repeat: no-repeat;
        background-position: right top;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
}
@media only screen and (min-width: 431px) and (max-width: 100000px) {
    .view {
        width:430px;
        position: absolute;
        background-color: #208858;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
        overflow: hidden;
        height: 100%;
        margin: 0 auto;
        background-image:url(https://dns.fruitseeker.com/image/site_h5_bg.png);
        background-repeat: no-repeat;
        background-position: right top;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
}
.h5_container{
}

.header {
    background-image:url(https://dns.fruitseeker.com/image/site_h5_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #208858;
    position: absolute;
    z-index: 800;
    display: flex;
    align-items: center;
    width: 100%;
}
.content {
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    height: 100%;
}
* {
    padding: 0;
    margin: 0;
}
.focus {
    border: 0px solid black;
    margin: 70px 0px 0px 0px;
    border-radius:15px 15px 15px 15px
}
.aboutus p{
    font-weight: bold;
    font-size: 21px;
    font-family: SourceHanSansCN-Bold;
    line-height: 130%;
    color: #ffffff;
}
.aboutus_row div{
    border-radius:15px 15px 15px 15px
}
.parent{
    display:flex;
    padding: 3px;
}
.div1{
    width:48%;
    background:#ffffff;
    padding:5px;
    margin:3px;
    color: #28966B;
    text-align: center;
    border-radius:15px 15px 15px 15px;
    flex:1;
}
.div2{
    width:48%;
    padding:5px;
    margin:3px;
    color: #28966B;
    text-align: center;
    background:#ffffff;
    border-radius:15px 15px 15px 15px;
    flex:1;
}
.numCX{
    font-size: 23px;
    font-family: SourceHanSansCN-Bold;
    color: #28966B;
    font-weight: bold;
}
.numCX2{
    font-size: 26px;
    font-family: SourceHanSansCN-Bold;
    color: #28966B;
    font-weight: bold;
}
.module_p {
    padding-top:15px;
    padding-left:18pt;
    font-weight: bold;
    font-family: SourceHanSansCN-Medium;
    font-size: 17px
}
.float-button {
    width: 21px;
    height: 21px;
    background-image: url("https://dns.fruitseeker.com/image/menu_btn.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position: right center;
    cursor: pointer;
    z-index: 9999999;
}
.float-div {
    position: fixed;
    width: 260px;
    height: 450px;
    top: 138px;
    right: calc(50% - 130px);
    border: none;
    padding: 0px;
    cursor: pointer;
    z-index: 999;
}
.menu_box {
    position: fixed;
    width: 180px;
    top: 90px;
    right: calc(50% - 150px);
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    border: none;
    padding: 0px;
    text-align: left;
    cursor: pointer;
    z-index: 999;
    padding:5px 5px 5px 5px;
}
.menu_box div{
    color: #979797;
    display: flex;
    padding:3px 20px 3px 20px;
    align-items: center; /* 垂直居中 */
    height: 40px; /* 设置div的高度 */
}
.menu_box div.current{
    background-color: #E7F2EE;
    border-radius: 15px 15px 15px 15px;
}
.menu_box div img{
    width: 11px;
    height: 12px;
}
.menu_box .arrow {
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    padding: 0px;
    width: 0px;
    height: 0px;
    margin-top:-22px;
    margin-left:140px;
}
.menu_box span{
    padding-left:8px;
}
.float-div .info{
    background-color: #FFFFFF;
    border-radius: 20px 0px 20px 20px;
    text-align: center;
}
.float-button:hover {
}
.bottom-float {
    position: fixed;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding: 8px;
    text-align: center;
    z-index: 800;
}
.bottom-float button{
    background-color: #208858;
    border-radius:15px 15px 15px 15px;
    height: 35px;
    width: 280px;
    border: 0px;
    padding: 8px;
    color: #ffffff
}
.col-md-6{
    flex:0 0 50%;max-width:50%;
    padding-right:2px;padding-left:2px;
}
.brand{
    border: 1px solid #E7E7E7;
    background-color: #fff;
    border-radius: 15px;
    color: #333;
    display: block;
    padding: 0.2rem;
    position: relative;
}