/*
*    适配手机端
*/
@media screen and (max-width: 1200px) {
    .title_banner{
        position: none;
        /* margin-top: 94px; */
    }
    .iphone_css {
        display: block !important;
    }

    .web_css {
        display: none !important;
    }

    body {
        min-width: 750px;
        overflow-x: hidden;
    }

    .w-1200 {
        min-width: 750px;
        width: 750px;
        margin: auto;
    }
    .wrap_750{
        min-width: 750px;
        position: absolute;
        top: 94px;
        left: 0;
        right: 0;
    }

    /*
     header 手机端 start
     */

    .top_menu {
        display: flex;
        display: -webkit-flex;
        /* Safari */
        -webkit-align-items: center;
        align-items: center;
        background: #fff;
        box-shadow: 0px -2.4px rgba(0, 0, 0, 0.1) inset;
        height: 94px;
        position: fixed;
        width: 100%;
        z-index: 1001;
    }

    .top_menu .menu-wrap img:nth-child(1) {
        position: relative;
        width: 48px;
        height: 48px;
        z-index: 3;
        left: 32px;
    }

    .menu_open{
        display: block;
    }

    .top_menu .menu-wrap img:nth-child(2) {
        position: relative;
        width: 48px;
        height: 48px;
        z-index: 3;
        left: 32px;
        display: none;
    }

    .top_menu img.lootom_icon {
        width: 186px !important;
        height: 39px !important;
        position: absolute !important;
        top: 50% !important;
        margin-top: -19.5px !important;
        left: 50% !important;
        margin-left: -93px !important;

    }

    .header-wrap .bottom .nav_box{
        z-index: 1000;
        background: #fff;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 28px;
        padding-top: 122px;
    }

    .bottom .nav_list_bottom_li{
        padding: 30px 0;
        box-shadow: 0px -1px rgba(0, 0, 0, 0.1) inset;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*flex-direction: column;*/
    }

    .bottom .nav_list_bottom_li:last-child{
        box-shadow: none;
    }

    .bottom .nav_list_bottom_li.product,
    .bottom .nav_list_bottom_li.about{
        flex-direction: column;
        align-items: inherit;
    }



    .nav_li_a{
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
    }

    .a_more{
        margin-bottom: 35px;
    }

    .nav-drop-down1-title{
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
        font-size: 28px;
        line-height: 40px;
        white-space: nowrap;
        margin-right: 64px;
    }

    .nav-drop-down1-box{
        display: flex;
        margin-bottom: 35px;
    }

    .nav-drop-down1-ul-wrap{
        display: flex;
        justify-content: space-between;
        width: 546px;
    }

    .nav-drop-down1-ul{
        width: 50%;
    }

    .nav-drop-down1-ul a{
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 32px;
        display: block;
        width: 95%;
    }

    .nav-drop-down1-ul li:last-child a{
        margin-bottom: 0 ;
    }

    .nav-drop-down1-ul a p{
        width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }

    .nav-drop-down ul{
        display: flex;
    }

    .nav-drop-down-li{
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        line-height: 40px;
        margin-right: 64px;
    }

    /*
    header 手机端 end
    */

    /*
    领取手册开始
    */

    .manual-wrap{
        padding: 80px 32px;
    }

    .problem_box{
        width: inherit;
        padding: 80px 0 56px 0;
        background: none;
    }

    .problem_title_phone{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 80px;
    }

    .problem_title_phone_top{
        color: rgba(4, 85, 167, 1);
        font-weight: bold;
        font-size: 28px;
        line-height: 28px;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid rgba(4, 85, 167, 1);
        display: inline-block;
        margin-bottom: 16px;
    }

    .problem_title_phone_bottom{
        width: 600px;
        text-align: center;
        color: rgba(4, 85, 167, 1);
        font-weight: bold;
        font-size: 100px;
        line-height: 110px;
    }

    .problem_title_phone_tips{
        color: rgba(133, 172, 213, 1);
        width: 500px;
        font-size: 24px;
    }

    .manual-input{
        padding: 32px 24px;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        width: 100%;
        margin-bottom: 32px;
        font-size: 28px;
    }

    .manual-bottom-wrap{
        display: flex;
        justify-content: space-between;
    }

    .manual-bottom-left{
        font-size: 32px;
        line-height: 32px;
        padding: 32px 54px;
        border-radius: 4px;
        border: 1px solid rgba(4, 85, 167, 1);
        color: rgba(4, 85, 167, 1);
        margin: 0;
    }

    .manual-bottom-right{
        font-size: 32px;
        line-height: 32px;
        padding: 32px 54px;
        border-radius: 4px;
        border: 1px solid rgba(4, 85, 167, 1);
        color: #fff;
        background: rgba(4, 85, 167, 1);
    }

    /*
    领取手册结束
    */

    /*footer start*/

    .footer-wrap-phone{
        padding: 66px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .wrap-mobile-p1{
        color: rgba(0, 0, 0, 1);
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 28px;
    }

    .wrap-mobile-p2{
        color: rgba(0, 0, 0, 1);
        font-size: 28px;
        margin-bottom: 28px;
    }

    .footer-wrap-mobile-tel{
        align-self: flex-start;
        margin-bottom: 66px;
    }

    .footer-wrap-mobile-tel .mobile-tel-icon{
        width: 66px;
        height: 66px;
        border-radius: 8px 0 0 8px;
        overflow: hidden;
    }

    .footer-wrap-mobile-tel p{
        padding: 11px 16px;
        border-radius:0 8px 8px 0;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-left: 0;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 1);
        color: rgba(4, 85, 167, 1);
        font-weight: bold;
        font-size: 40px;
        line-height: 40px;
    }

    .footer-wrap-mobile-wx{
        width: 214px;
        height: 214px;
        text-align: center;
        margin: inherit;
        margin-bottom: 24px;
    }

    /*footer end*/

    /*新闻 start*/
    .model-news-wrap{
        padding: 80px 32px;
    }

    .model-news-item{
        margin-bottom: 40px;
        display: block;
    }

    .model-news-item-img{
        width: 686px;
        height: 374px;
        border-radius: 8px;
        background-color: #efefef;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 23px;
    }

    .model-news-item-text1{
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
        font-size: 32px;
        margin-bottom: 24px;
    }
    .model-news-item-text2{
        color: rgba(102, 102, 102, 1);
        font-size: 24px;
        margin-bottom: 24px;
    }

    .model-news-item-text3{
        color: rgba(102, 102, 102, 1);
        font-size: 24px;
    }

    .model-news-btn{
        display: block;
        border-radius: 4px;
        border: 1px solid rgba(4, 85, 167, 1);
        width: 330px;
        height: 86px;
        text-align: center;
        line-height: 86px;
        color: rgba(4, 85, 167, 1) !important;
        font-size: 32px;
        margin: 0 auto;
    }

    /*新闻 end*/

    /*搜索 strat*/
    .search-phone-wrap{
        padding: 24px;
    }
    .search-phone-name-left{
        color: rgba(51, 51, 51, 1);
        font-size: 22px;
    }
    .search-phone-name-wrap a{
        color: rgba(4, 85, 167, 1);
        font-size: 22px;
    }
    .search-phone-name-wrap{
        width: 100%;
        white-space: nowrap; overflow: hidden;text-overflow: ellipsis;
        margin-bottom: 24px;
    }

    .search-wrap-form .search-input{
        width: 554px;
        height: 98px;
        color: rgba(153, 153, 153, 1);
        font-size: 28px;
        border: 2px solid rgba(0, 0, 0, 0.2);
        padding: 0 24px;
    }

    .search-wrap-form .search-btn{
        padding: 32px 40px;
        border-radius: 4px;
        background: rgba(4, 85, 167, 1);
        height: 98px;
        width: 136px;
        color: rgba(255, 255, 255, 1);
        font-size: 28px;
        line-height: 28px;
        border: 0;
    }
    /*搜索 end*/

    /*解决方案 start*/
    .iphone_css .programme-content{
        min-width: 750px;
        width: 750px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: none;
        padding: 28px 29px 34px 37px;
    }

    .iphone_css .programme-content .programme-content-box{
        display: flex;
        justify-content: space-between;
    }

    .container-fluid-left-top .tel{
        color: rgba(255, 255, 255, 1);
        font-weight: 500;
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 3px;
    }
    .container-fluid-left-top .telnumber{
        color: rgba(255, 255, 255, 1);
        font-weight: 900;
        font-size: 40px;
        margin-bottom: 18px;
    }

    .container-fluid-left-bottom .applyBtn{
        color: rgba(255, 255, 255, 1);
        font-size: 32px;
        line-height: 32px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 1);
    }

    .container-fluid-right .text{
        color: rgba(255, 255, 255, 1);
        font-weight: 900;
        font-size: 33px;
        line-height: 33px;
    }
    /*解决方案 end*/

    #market-banner{
        min-width: 750px;
    }


    /*其他解决方案 start*/
    .download-iphone-wrap{
        padding: 80px 32px;
    }

    .download-iphone-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .download-list{
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 323px;
    }

    .download-list:nth-child(3),
    .download-list:nth-child(4){
        margin-bottom: 0;
    }

    .download-pic img{
        width: 160px;
        height: 160px;
    }

    .download-pic{
        margin-bottom: 32px;
    }

    .download-text{
        text-align: center;
        color: rgba(0, 0, 0, 1);
        font-size: 48px;
        margin-bottom: 32px;
    }

    .download-file{
        display: flex;
        align-items: flex-start;
        color: rgba(0, 0, 0, 1);
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 32px;
    }

    .download-file img{
        width: 32px;
        margin-right: 20px;
        margin-top: 10px;
    }

    .download-file p{
        width: 267px;
    }

    .download-btn{
        color: rgba(4, 85, 167, 1) !important;
        padding: 12px 24px;
        font-size: 32px;
        border: 1px solid rgba(4, 85, 167, 1);
        width: 176px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }


    /*其他解决方案 end*/

    .service-iphone-title-list{
        display: -webkit-flex; /* Safari */
        -webkit-flex-wrap: nowrap; /* Safari 6.1+ */
        flex-wrap: nowrap;
        display: flex;
        overflow-x:auto;
        padding: 32px 0;
        box-shadow: 0px -2.4px rgb(0 0 0 / 10%) inset;
    }

    .service-iphone-title-item{
        -webkit-flex-grow: 0;
        -webkit-flex-shrink: 0;
        /*-webkit-flex-basis: 30;*/
        flex-grow: 0;
        flex-shrink: 0;
        padding: 0 24px;
        color: rgba(0, 0, 0, 1);
        font-size: 32px;
        line-height: 32px;
        position: relative;
    }

    .service-iphone-title-item:after{
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        content: "";
        width: 1px;
        height: 38px;
        opacity: 0.2;
        background: rgba(0, 0, 0, 1);
    }

    .service-iphone-title-item.service-iphone-title-item-active{
        color: rgb(4, 85, 167);
        font-weight: bold;
    }

    .service-box{
        display: none;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service-iphone-body-list{
        padding: 12px;
    }

    .service-box.service-box-active{
        display: flex;
    }

    .service-list{
        width: 357px;
        border-radius: 8px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        background: rgba(255, 255, 255, 1);
        margin-bottom: 12px;
        overflow: hidden;
    }

    .service-img-box{
        width: 357px;
        height: 255px;

    }

    .service-img{
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        background-color: #efefef;
    }

    .service-img p:nth-child(1){
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 1);
        box-sizing: border-box;
        background: rgba(4, 85, 167, 0.5);
        position: absolute;
        width: 80px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 1);
        font-size: 24px;
        top: 10px;
        right: 10px;
    }
    .service-img p:nth-child(2){
        display: none;
    }

    .service_text_box{
        height: auto;
        padding: 24px;
    }

    .service_title{
        color: rgba(51, 51, 51, 1);
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 24px;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .service_type{
        float: none;
        border-radius: 4px;
        border: 1px solid rgba(4, 85, 167, 1);
        padding: 6px 12px;
        color: rgba(4, 85, 167, 1);
        font-size: 24px;
        line-height: 24px;
        display: inline-block;
        margin-bottom: 24px;
    }

    .service_Time{
        color: rgba(153, 153, 153, 1);
        font-size: 24px;
        line-height: 24px;
        float: none;
    }

}

#index-wrap1{
    width: 100%;
    /*height: 510px;*/
    /*min-width: 750px;*/
    /*min-height: 540px;*/
    /*background: url("../images/index_bg.png") no-repeat; */
    /*background: url("../images/index_m/banner.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    /*position: relative;*/
}