html,body{
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #555;
}
body{
    margin: 0 auto;
    max-width: 720px;
    background-color: #f7f7f7;
}
.swiper-slide img{
    width: 100%;
    display: block;
}

.mydevices{
    margin: 0;
    list-style: none;
    padding: 1rem 1rem 0;
    background-color: #21C183;
}
.mydevices li{
    display: inline-block;
    padding: .3rem 1rem;           
    background-color: #fff;
    border-radius: 15px;
    color: #21C183;
    font-size: small;
}
.searchForm{
    padding: 1rem;  
    background-color: #21C183;
    color: #333;
}
.searchForm .row{
    display: flex;
    flex-direction: row;
	box-shadow: inset 0 0 1rem rgba(0,0,0,.2);
	border-radius: 20px;
	overflow:hidden;
	background-color:#fff;
}
.row .col{
    flex: 1;
}
input{
    height: 40px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 20px 0 0 20px;
    border:none;
    background:transparent;
    outline: none;
    font-size: 1rem;
    display: block;
}
button{
    height: 40px;
    outline: none;
    border:none;
    border-radius: 0 20px 20px 0;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
	background-color: transparent;	
	display: block;
}
button:hover{
    color:#FFF;
    background-color: transparent;
}
button img{
    width: 16px;
    display: block;
}
.categories{
    background-color: #333;
    margin: 0;
    list-style: none;
    padding: 1rem;
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
.categories li{
    display: inline-block;
    padding: .3rem 1rem;        
    border-radius: 15px;          
    font-size: small;
    cursor: pointer;
    color: #fff;
}
.categories li.active{
    background-color: #21C183;
    color: #FFF;
}
.sticky-header{
    position: sticky;
    top: 0;
}
.models{
    padding: 1rem;
}       
.header{
    display: flex;    flex-direction: row;    gap: .6rem;    align-items: center;
}

.tip{
    padding: 0 1rem;
    display: none;
    
}
.tip dl{
    margin: 0;
    padding: .8rem 0 0;
}
.tip dl dt{
    display: inline-block;
    width: 10px;
    background-color: #ccc;
    height: 10px;
    border-radius: 50%;
}
.tip dl dt.active{
    background-color: #21C183;
}
.tip dl dt.sub{
    background-color: #00a8db;
}
.tip dl dd{
    display: inline-block;
    font-size: 12px;
    padding: 0;
    margin: 0 1rem 0 0;
    color: #999;
}
.models{
    padding-bottom: 3rem;
}
.models .item{
    background-color: #fff;
    border-radius: .6rem;
    box-shadow: 0 0 .6rem rgba(0,0,0,.1);
    padding: 1rem;
    margin-bottom: .6rem;
}
.models .item .header{
    margin-bottom: .6rem;
}
.models .item .boxCode{
    background-color: #21C183;
    color: #FFF;
    padding: 0 .6rem;
    border-radius: .5rem;
    height: 40px;
    line-height: 40px;
}
.models .item .title{
    font-weight: bold;
    color: #000;
}
.models .item .category{
    color: #999;
    font-size: small;
}
.models .item .price{
    color: #db0000;
}
.list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.2rem;
    flex-wrap: wrap;
}
.list li{          
    padding: .2rem .5rem;
    border-radius: .3rem;
    background-color: #f7f7f7;
    font-size: 1rem;
}
.list li.active{
    background-color: #21C183;
    color: #fff;
}
.list li.sub{
    background-color: #00a8db;
    color: #fff;
}
.loader{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 500;
}
.info{margin:0;color:#999;}
.info dd{display:inline-block; margin:0 .8rem 0 0; padding:.5rem 0; font-size:0.875rem;}
.cate_list{
    font-size: 0.875rem;background-color:#f7f7f7;padding: .3rem .5rem; border-radius: .3rem;margin-top:3px;
}
.cate_list .price{color:red;}
.autocomplete-list {
    position: absolute;
    border: 1px solid #ddd;
    background: white;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}

.autocomplete-list div {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.autocomplete-list div:hover {
    background: #f5f5f5;
}
.forminator-button-submit{ background-color:#21C183 !important; color:#fff;}
.menu-mainav-container{
    position: fixed;    left: 50%;bottom: 0; z-index: 8000; background-color: #fff; text-align: center; width: 100%; max-width: 720px; transform: translateX(-50%); box-shadow: 0 0 20px rgba(0,0,0,.1);
    
}
.wrapper{
    min-height: 88vh; padding:2rem 1rem; background-color: #fff;
}
.site-footer{font-size:12px;text-align:center; padding-top:.6rem; padding-bottom:4rem;}
.support{text-align:center;}
.support a{color:#666;text-decoration:none;}
.menu-mainav-container ul{list-style:none;margin:0 auto;padding:0;display:flex;   box-shadow: 0 -2px 8px rgba(0,0,0,0.05);}
.menu-mainav-container ul li{flex:1;  padding-bottom: env(safe-area-inset-bottom, 0); /* 兼容iPhone X底部安全区 */}
.menu-mainav-container ul li a{display:block;padding:.5rem 1rem; text-decoration:none;color:#333;}
.menu-mainav-container ul li a:hover{color:#21C183;}
.menu-mainav-container ul li.current-menu-item a{ color:#fff; background-color:#21C183}