/* 布局类样式 */
.container-large {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px
}

/* 通用类 */
body{
    font-family: Arial;
}
.white_bg{
    background: #fff;
}
.gray_bg{
    background: #F9F9F9;
}
.main_gray_bg{
    background: #f0f2f5;
}
.blank5{
    height: 5px;
}
.blank15{
    height: 15vh;
}
.blank10{
    height: 10vh;
}
.blank15,.blank10,.blank5{
    overflow: hidden;
    width: 100%;
    clear: both;
}
li{
    list-style: none;
}
.main-app {
    padding: 50px 31px;
}
.hide{
    display: none !important;
}
.normal_btn{
    color: #fff;
    font-size: 1.2vw;
    border-radius: 6px;
    padding: 10px 22px;
}
.green_btn{
    background: #1CC46C;
    border: #1CC46C 1px solid;
}
.blue_btn{
    background: #0066FF;
    border: #0066FF 1px solid;
}
.white_border_btn{
    border:#fff 1px solid;
    background:none;
    color: #fff;
}
.white_bg_btn{
    background: #fff;
    color: #000;
    padding: 8px 20px;
}
/* .green_btn:hover,.white_border_btn:hover{
    background: #49CF89;
    border: #49CF89 1px solid;
    color: #fff;
} */
.link_white_btn{
 width: 70px;
}
.link_black_btn{
    color: #000;
}
.drawer_btn{
    position: absolute;
    bottom: 5%;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    justify-content: center;
}
.drawer_btn .normal_btn{
    font-size: 16px;
}
.drawer_btn .normal_btn.blue_btn{
   padding: 8px 24px;
}
.blue_bd_btn{
    border: #0066FF 1px solid;
    color: #0066FF;
    font-size: 1.4vw;
    padding: 6px 20px;
}
/* 自定义 */
/* .grid-btn{
    padding-left:45px ;
} */
.nav-actions-right{
position: absolute;
right: 20px;
top: 25px;
font-size: 12px;
}
.nav-actions-right .normal_btn{
    font-size: 12px;
}
.nav-actions-right  .link_white_btn:hover{
    color: #fff;
    }
.nav-actions-right  .white_bg_btn:hover{
        color: #000;
        }
.nav-actions-right .normal_btn:hover{
    opacity: 0.8;
}
.shop-grid .app-box {
    max-width: 400px;
    min-width: 250px;
    width: 270px;
    height: 90px;
    /* width: 300px; */
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 25px 0 25px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.app-box:hover{
    border: #0066FF 1px solid;
}
.top-header{
    position: relative;
}
        .top-header .header_sub {
            width: 100px;
        }

.main-app-title{
    height: 15px;
    font-size: 12px;
    /* font-family: SFPro-Regular, SFPro; */
    font-weight: 500;
    color: rgba(0, 0, 0, 0.51);
}
.main-app-content {
    font-size: 26px;
    /* font-family: SFPro-Semibold, SFPro; */
    font-weight: 600;
    color: #0066FF;
    line-height: 36px;
}
.home_text_box{
    text-align: center;
}
.home_title{
   margin: 0;
    font-size: 28px;
}
.home_describe{
    color: rgba(0, 0, 0, 0.50);
    margin: 10px 0;
    font-size: 16px;
}
/* 首页模型展示 */
.home_models_box{
    padding:  10px 30px;
}
.shots-grid{
    display: grid;
    grid-gap: 36px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    list-style: none; 
}
.shop-grid{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.shots-grid li.shots-li{
    background: #F9F9F9;
    position: relative;
    padding: 15px 20px 5px 20px;
    border-radius: 8px;
}
.shots-li img.model-pic{
    width: 90%;
    margin: 10px auto;
    display: block;
}
.shots-grid li.shots-li:hover{
    background: #F4F4F4;
    cursor: pointer;
}
.model-icon-box{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 12px;
    font-style: normal;
}
.model-icon-box em{
    display: inline-block;
}
.model-icon{
    background: #0066FF;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    position: relative;
    z-index: 2;

}
.model-icon-box em.model-info{
    background: #e5edf9;
    color: rgba(0, 0, 0, 0.7);
    padding: 2px 4px;
    position: relative;
    left: -2px;
    z-index: 4;
    border-radius: 0 4px 4px 0;
    padding-left: 8px;
    display: none;
    
}
.shots-li:hover em.model-info{ 
    display: inline-block;
}
.li-info{
    position: relative;
    width: 100%;
}
.li-info h3{
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 56px);
}
.li-info .model-view{
    position: absolute;
    right: 10px;
    color: rgba(0, 0, 0, 0.5);
    top: 5px;
    font-size: 12px;
}
.li-info .model-view img{
    margin-right: 5px;
    width:14px ;
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px
}
.bottom-content-app .app-box:hover{
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff ;
}
.el-textarea__inner{
    font-family: Arial;
}
.iframe_box {
	width: 100%;
    height: 100%;
    border: #fff 0px solid;
}
.moblie-head{
    position: absolute;
    left: 34px;
    top: 25px;
}
.mobile_drawer .el-drawer__header{
    margin-bottom: 0;
}
.mobile_drawer .el-icon-close{
    color: rgba(0, 0, 0, 0.7);
    font-size: 24px;
    font-weight: 600;
    vertical-align: -5px;
}
.drawer_box li{
    margin: 40px 0;
}
.drawer_box li.on a,.drawer_box li a:hover{
    color: #000;
    text-decoration: none;
}
.drawer_box li a{
    color: rgba(0, 0, 0, 0.5);
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-weight: 600;
}

.mobile_menu{
    display: none;
}
.home_model{
    display: block;
}
.home_model_mobile{
    display: none;
}
.home_model_mobile .el-carousel__indicators--outside button{
  width: 12px;
  height: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.home_model_mobile .el-carousel__indicator--horizontal{
    padding: 12px 8px;
}
.home_model_mobile .el-carousel__indicator.is-active button{
  background: #0066FF;
}
.moible_show,.mobile_more_btn{
    display: none;
}
.web_show{
    display: block;
}
/* web viewlist  */
#top_viewDiv,
            .pull-left-div,
            .pull-left-body,
            .leftbar {
                height: 100%;
                width: 110px;
            }
            .view_li:first-child {
                margin: 0 auto;
            }

            .view_li.view_selected .view-img-div {
                height: 60px;

            }

            .view_li.view_selected {
                width: 100%;
            }

            .view-img-div {
                height: 50px;
                margin: 0 auto;
                overflow: hidden;
                padding: 0;
            }

            .view_img {
                top: 38%;
                max-width: 68px !important;
                max-height: 135px !important;
            }

/* 底部标签栏 */
.bottom-main {
    background-image: url(../view/images/lg-bg-bottom.png);
    background-size: 100% 100%;
    /* aspect-ratio: 1920/254; */
    position: sticky;
    top: 100%;
    height: 13.2vw;
    min-height: 140px;
    display: flex;
    /* grid-template-columns: 2fr 3fr; */
    align-items: center;
}
.bottom-copyright{
    flex: 2.5;
}
.bottom-download{
    flex: 3;
}
.bottom-main-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    height: 100%;
}

.bottom-content-app {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-content-app .app-box {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #FFF;
    padding: 8px 0 8px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 15px;
    min-width: 170px;
}
.bottom-content-app .app-box>div{
    width:calc(100% - 20px)
}

.bottom-content-app .app-box img {
    height: 30px;
    margin-right: 6px;
}


.bottom-app-title {
    height: 14px;
    font-size: 12px;
    /* font-family: SFPro-Regular, SFPro; */
    font-weight: 400;
    color: #FFF;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottom-app-content {
    font-size: 20px;
    /* font-family: SFPro-Semibold, SFPro; */
    font-weight: 600;
    color: #FFF;
    line-height: 24px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottom-content-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-list img {
    height: 35px;
    margin-right: 16px;
    cursor: pointer;
}
.bottom-com {
    font-size: 14px;
    /* font-family: SFPro-Regular, SFPro; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    margin: 5px 0;
}
.service-title {
    font-size: 12px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 17px;
}

.service-url {
    color: #0066FF;
    cursor: pointer;
}
.sm-hidden {
    display: inline-block;
}

.sm-show {
    display: none;
}


@media (max-width: 1205px) {
    .main-app{
        padding-right: 0;
        padding-left: 0;
    }
    .main-store-margin.blank10{
        height: 2vh;
    }
    .app-box img {
        height: 35px;
        margin-right: 10px;
    }
    .shop-grid .app-box {
        max-width: 228px;
        min-width: 228px;
        padding: 25px 0 25px 20px;
    }
    .bottom-main {
        background-image: url(../view/images/sm-bg-bottom.png);
        background-size: 100% 100%;
        aspect-ratio: auto;
        height: auto;
    }

    .bottom-content-app .app-box {
        width: 118px;
        height: 36px;
        min-width: 118px;
        border-radius: 8px;
        border: 1px solid #FFF;
        padding: 8px 0 8px 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        margin: 40px 5px 20px 5px;
    }

    .bottom-content-app .app-box img {
        height: 20px;
        margin-right: 6px;
    }

    .bottom-app-title {
        height: 12px;
        font-size: 12px;
        /* font-family: SFPro-Regular, SFPro; */
        font-weight: 400;
        color: #FFF;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        white-space: nowrap;
        display: inline-block;
        transform-origin: 0 0
    }

    .bottom-app-content {
        font-size: 13px;
        /* font-family: SFPro-Semibold, SFPro; */
        font-weight: 600;
        color: #FFF;
        line-height: 16px;
        margin-top: -4px;
        margin-bottom: 8px;
    }

    .bottom-content-logo {
        margin: 0 20px 10px;
    }

    .sm-hidden {
        display: none;
    }

    .sm-show {
        display: inline-block;
    }

    .logo-list {
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width:380px) {
    .bottom-content-app .app-box {
        width: auto;
        min-width: 0;
    }
}
/* 手机端css */
@media (min-width: 768px) {
    /* .container-large {
        max-width: 1680px
    } */
    .container-large {
        padding-right: 32px;
        padding-left: 32px
    }

    .app-box img {
        height: 35px;
        margin-right: 10px;
    }
    .container-fluid {
        padding-right: 22px;
        padding-left: 22px
    }
}
/* 手机端 */
@media (max-width: 888px) {
    .bottom-main{
        flex-direction: column; /* 改为垂直排列 */
    }
    .bottom-copyright ,.bottom-download{
        flex: 1; /* 每个元素占据全部宽度 */
        width: 100%; /* 确保每个元素宽度为100% */
    }

    .bottom-app-title {
        font-size: 12px;
    }
    .shop-grid {
        flex-direction: column;
    }
    .shop-grid .app-box{
        width:80%;
        margin: 10px auto;
        padding-right: 32px;
        padding-left: 32px;
        height: 1.2vh;
        border-radius: 8px;
    }
    .main-app-content{
        line-height: 24px;
        font-size: 16px;
    }
   .shop-grid .app-box img {
        height: 34px;
        margin-right: 20px;
    }
    .main-store-margin.blank10{
        height: 5vh;
    }
}
@media (max-width: 767px) {
    .bottom-content-app{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .bottom-content-app .app-box{
        padding: 18px 0 18px 5px;
        display: flex;
        align-items: center;
        margin: 10px 15px 20px 15px;
        flex: 1 1 calc(50% - 30px);
    }
    .web_show{
        display: none;
    }
    .mobile_more_btn{
        display: block;
        margin: 20px auto;
        text-align: center;
    }
    .iframe_box{
        height: 460px;
    }
    .header_sub{
        display: none;
    }
    .nav-actions-right .normal_btn:nth-child(2){
        display: none;
    }
    .mobile_more_btn .blue_bd_btn{
        font-size: 22px;
        padding: 10px 40px;
        font-weight: 600;
    }
    .app-box{
        width:80%;
        margin: 10px auto;
        height: 1.2vh;
    }
    .container-large {
        padding-right: 32px;
        padding-left: 32px
    }
    .mobile-area{
        padding-right: 0px;
        padding-left: 0px
    }
    .shop-grid .app-box{
        width:80%;
        margin: 10px auto;
        padding-right: 32px;
        padding-left: 32px;
        height: 1.2vh;
        border-radius: 8px;
    }
    .main-app-content{
        line-height: 24px;
        font-size: 16px;
    }
   .shop-grid .app-box img {
        height: 34px;
        margin-right: 20px;
    }
    .shop-grid{
        flex-direction: column;
    }
    .blank10{
        height: 5vh;
    }
    .blank15{
        height: 7.5vh;
    }
    .main-app{
        padding: 20px 0;
    }
    .grid-btn{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile_menu{
        display: inline-block;
        vertical-align: -9px;
        margin-left: 20px;
    }
    .nav-actions-right .normal_btn{
        font-size: 14px;
    }
    .nav-actions-right{
        right: 10px;
    }
    .shots-grid{
        display: none;
    }
    .home_model_mobile{
        display: block;
    }
    .grid-btn .normal_btn{
        width: 76%;
        margin-top: 15px;
        font-size: 18px;
    }
    .grid-btn .el-button+.el-button{
        margin-left: 0;
    }
    /* 视图显示手机端 */
    
}
/* pc端设计 */
@media (min-width: 1200px) {
    .container-large {
        padding-right: 72px;
        padding-left: 72px
    }
    .shop-grid{
        flex-direction: row;
    }

    .shop-grid .app-box img {
        height: 55px;
        margin-right: 20px;
    }
    .container-fluid {
        padding-right: 72px;
        padding-left: 72px
    }
}
@media (min-width: 1600px){
    .shots-grid {
        grid-template-columns: repeat(auto-fill, minmax(336px, 1fr));
    }
    .shop-grid .app-box img {
        height: 57px;
        margin-right: 20px;
    }
    .shop-grid .app-box{
        width: 322px;
    }
}
