﻿@media only screen and (max-width: 750px)
{
    .floating {
        width: 40px;
        height: 100px;
    }
    .floating .floating-square {
        width: 40px;
        height: 85px;
        opacity: 0.8;
    }
	.floating .floating-square img {
        width: 27px;
        height: 27px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .left-nav 
    {
        display: none;
    }
    .header {
        padding-top: 0px;
        height: 110px;
    }
    .header .header-row.logo-row 
    {
        float: left;
        height: auto;
        width: 100%;
        padding-left: 0px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .header .header-row .logo {
        float: left;
        margin-top: 0px;
        height: 60px;
    }
    .header .header-row .logo .fixed
    {
        width: 100%;
        height: 60px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 10;
        z-index: 999;
        padding: 0 10px;
    }
    .header .header-row .logo .fixed.border
    {
        border-bottom: 2px solid RGB(242,242,242);
    }
    .header .header-row .logo .logo-image
    {
        width: 170px;
        height: auto;
    }
    .header .header-row .login.right
    {
        display: none;
    }
    .header .header-row .search-bar 
    {
        position: relative !important;
        float: left;
        margin: 0px;
        margin-top: 5px;
        margin-right: 10px;
        height: 36px;
        border: none;
        outline: none;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        width: 100%;
        font-size: 16px;
        color: #bababa;
        letter-spacing: .5px;
        line-height: 24px;
        background: transparent;
    }
    .header .header-row .search-bar .content {
        border: 2px solid rgb(0,102,181);
        height: 35px;
        outline: none;
        box-sizing: border-box;
        letter-spacing: .5px;
        line-height: 24px;
    }
    .header .header-row .search-bar .button {
        top: 0px;
        height: 35px;
    }
    .header .header-row.topnav.fixed
    {
        width: 40px;
        height: 40px;
        max-width: 40px;
        position: fixed;
        top: 12px;
        right: 10px;
        left: auto;
        background: #fff;
        z-index: 9999;
        text-align: center;
        box-shadow: none;
    }
    .header .header-row.topnav 
    {
        display: block;
        width: 40px;
        height: 40px;
        max-width: 40px;
        position: fixed;
        top: 12px;
        right: 10px;
        left: auto;
        background: #fff;
        text-align: center;
        z-index: 9999;
    }
    .header .header-row.topnav:before 
    {
        display:block;
        font-size: 30px;
        color: RGB(0,102,181);
    }
    .header .header-row.topnav .nav.unactive 
    {
        display: none;
    }
    .header .header-row.topnav .nav.active 
    {
        display: block;
        position: fixed;
        top: 60px;
        left: 0px;
        right: 0px;
        width: 100%;
        background: #fff;
        bottom: 0;
        overflow-y: auto;
        z-index: 9999;
    }
    .header .header-row.topnav .nav .nav-item
    {
        float: left;
        width: 100%;
        width: 100%;
        list-style: none;
        height: 50px;
        line-height: 50px;
        float: none;
        text-align: left;
        margin: 0px;
        padding-left:10px !important;
        font-size: 18px;
        border-bottom: 1px solid #f2f6fa;
    }
    .screen {
        width: 100%;
        margin-top: 0px;
    }
    .screen .wrap {
        width: 100%;
    }
    .index-swiper
    {
        width: 100%;
        height: auto;
        display: block;
        background: rgb(242,242,242);
        box-sizing: border-box;
        position: static;
    }
    .index-swiper .layer 
    {
        float: left;
        width: 100%;
        height: auto;
        display: block;
        padding: 10px;
        margin-top: 10px;
        box-sizing: border-box;
        background: white;
        background-image: none !important;
    }
    .index-swiper .layer .desc {
        position: static;
        left: 0px;
        top: 0px;
    }
    .index-swiper .desc .title
    {
        height: auto;
    }
    .index-swiper .desc .row
    {
        height: auto;
    }
    .index-swiper .swiper-buttons 
    {
        display: none;
    }
    
    .subswiper
    {
        width: 100%;
        background: rgb(242,242,242);
        position: static;
    }
    .subswiper.flex
    {
        display: block;
        height: auto;
        padding: 0px;
    }
    .subswiper.flex .item
    {
        width: 50%;
        height: 210px;
        float: left;
        box-sizing:border-box;
        margin-bottom: 10px;
        padding: 0 10px;
        border-bottom: 1px solid #f2f6fa;
        background: #fff;
    }
    .subswiper.flex .item .title
    {
        margin-top: 5px;
        margin-bottom: 0px;
        border: none;
        font-weight: 700;
    }
    .subswiper.flex .subswiper-title 
    {
        display: block;
        font-size: 24px;
        line-height: 30px;
        margin: 10px auto;
        text-align:center;
    }
    .product-col9 .title
    {
        text-align: center;
    }
    .product-col9 .content .row.flex
    {
        display: block;
        background: #fff;
    }
    .product-col9.service .content .row .item .title
    {
        font-weight: 700;
    }
    .product-col9.service .content .row .item 
    {
        width: 50%;
        height: 317px;
        float: left;
        background: #fff;
        box-sizing:border-box;
    }
    .product-col9.service .content .row .item.last
    {
        width: 100%;
    }
    
    .footer-screen
    {
        position: static;
    }
    .footer .content 
    {
        float: left;
        width: 100%;
        padding: 10px;
    }
    .footer .footer-left 
    {
        width: 100%;
        border: none;
    }
    .footer .footer-left .footer-left-item:first-of-type 
    {
        width: 50%;
    }
    .footer .footer-left .footer-left-item 
    {
        width: 50%;
    }
    
    
    /* proddetail */
    .page-detail
    {
        width: 100%;
    }
    .page-detail p img {
        max-width: 95%;
        margin-left: 10px;
        height: auto !important;
    }
    .page-detail table 
    {
        width: 100% !important;
        max-width: 100%;
        margin-left: 10px;
    }
    .back-to-top 
    {
        bottom: 3%;
    }
    .back-to-top img
    {
        width: 36px;
        height: 36px;
    }
    
    .input-item.array .link
    {
        width: 50% !important;
    }
    
    .create-ticket .ticket-form {
        padding: 0px 0px !important;
    }
}
