
        .m2-search-1 {
            height: 30px;
            position: relative;
        }
        .m2-search-1-bt {
            width: 42px;
            height: 30px;
            float: right;
            border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            position: relative;
        }
        .m2-search-1-bt {
            background-color: #1276dd;
        }
        .m2-search-1-bt:before {
            content: '';
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 17px;
            position: absolute;
            right: 14px;
            top: 5px;
            z-index: 99;
        }
        .m2-search-1-bt:before {
            border: 3px solid #fff;
        }
        .m2-search-1-bt:after {
            content: '';
            display: block;
            width: 4px;
            height: 10px;
            border-radius: 5px;
            border: 0;
            position: absolute;
            right: 12px;
            top: 16px;
            z-index: 99;
            -webkit-transform: rotate(-52deg);
            -o-transform: rotate(-52deg);
            -ms-transform: rotate(-52deg);
            transform: rotate(-52deg);
        }
        .m2-search-1-bt:after {
            background: #fff;
        }
        .m2-search-1-in {
            float: right;
            position: absolute;
            z-index: 100;
            right: 10px;
            top: 15px;
            width: 42px;
            height: 30px;
            border:0;
        }
        
        .m2-search-1-in {
            background: transparent;
        }
        .m2-search-1-ipt {
            margin-right: 42px;
        }
        .m2-search-1-key {
            width: 100%;
            height: 30px;box-sizing: border-box;
            line-height: 30px;
            border-right: 0;
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -webkit-border-top-right-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            text-indent: 15px;
            float: left;
            color: #333;
            border: 1px solid #1276dd;;
            box-shadow: 3px 2px 3px #ccc inset;
        }
        
    
        .page {
            text-align: center;
        }
        
        .page p {
            display: inline;
            font-size: 1.6rem;
            margin-right: 1rem;
        }
        
        .m2-prod-list-content-1-con {
            width: 100%;
            margin: 1.5rem auto;
            overflow: hidden;
        }
        
        .m2-prod-list-content-1-con a {
            float: left;
            width: 41.25%;
            margin: 0 0 1rem 4%;
            text-align: center;
            display: block;
            box-sizing: border-box;
        }
        
        .m2-prod-list-content-1-con span {
            height: 2.8rem;
            clear: both;
            display: block;
            margin: 0 auto;
            /*max-width: 80%;*/
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        
        .m2-prod-list-content-1-con a img {
            width: 100%;
            border: 1px solid #e2e2e2;
            float: left;
            margin-bottom: 1rem;
			height:12rem;
        }
    
        .main-footer-1 {
            height: 4.5rem;
            position: relative;
            z-index: 98;
        }
        
        .main-footer-1-con {
            max-width: 640px;
            min-width: 320px;
            width: 100%;
            position: fixed;
            bottom: 0;
            background:#0D6BDF;
        }
        
        .main-footer-1-list {
            border-top: 1px solid #1276dd;
            display: none;
        }
        
        .main-footer-1-list li {
           float: left;
width: 50%;
height: 2.5rem;
font-size: 1.2rem;
overflow: hidden;
line-height: 2.5rem;
color: #FFF;
box-sizing: border-box;
padding-left: 6%;
position: relative;
        }
        
        .main-footer-1-list li a {
            color: #fff;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .main-footer-1-list li:after {
            content: "";
            width: 0.5rem;
            height: 0.5rem;
            position: absolute;
            left: 5%;
            top: 1rem;
            background: #fff;
            border-radius: 100%;
        }
        
        .main-footer-1-list .clear {
            border-bottom: 1px solid #fff;
        }
        
        .main-footer-1-list .clear:nth-last-child(1) {
            border-bottom: 0;
        }
        
        .main-footer-1-mata {
            height: 4.1rem;
            background:#0D6BDF;
            border-top: 1px solid #1276dd;
            text-align: center;
        }
        
        .main-footer-1-mata p {
            display: inline-block;
            font-size: 1.4rem;
            color: #fff;
            line-height: 2.2rem;
            border: 1px solid #fff;
            border-radius: 0.4rem;
            padding: 0 4%;
            margin-top: 1rem;
        }
    
