/* 手机端 */
body{
    padding-left: constant(safe-area-inset-left);
	padding-right: constant(safe-area-inset-right);
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	padding-bottom: env(safe-area-inset-bottom);
	padding-bottom: constant(safe-area-inset-bottom);
}
.phone .sh-cbody{
    width: 100%;
}
.phone .sh-top{display: none;}
.phone .sh-lnavtx{display: none;}
.phone .sh-tnav .info{display: none;}
.phone .sh-search .hot {display: none;}
.phone .sh-cart {display: none;}
.phone .sh-logo{display: none;}
.phone .sh-path{display: none;}
.phone .sh-rnav{display: none;}
.phone .sh-header {
    height: auto;
}
.phone .sh-menu {
    border-bottom: none;
    background: #fff;
    border-bottom: solid 1px #f0f0f0;
}
.phone .sh-search {
    margin-top: 0px;
    width: 100%;
    padding-top: constant(safe-area-inset-bottom);
    padding-top: env(safe-area-inset-bottom);
}
.phone .sh-search .search-box {
    padding: 5px 10px 0 10px;
    box-sizing: border-box;
    background: #fff;
}
.phone .sh-search .search-box .inp {
    border: none;
    width: 85%;
    height: 30px;
    font-size: 14px;
    color: #999;
    text-indent: 28px;
    outline: none;
    background: #f0f0f0;
    border-radius: 6px 0px 0px 6px;
}
.phone .sh-search .search-box .but {
    display: block;
    width: 15%;
    height: 30px;
    font-size: 16px;
    color: #999;
    outline: none;
    background: #dadada;
    border: none;
    padding: 0 10px;
    border-radius: 0px 6px 6px 0px;
}
.phone .sh-search .search-box i {
    font-size: 18px;
    top: 10px;
    left: 15px;
}
.phone .sh-lnav{
    display: none;
}
.home.phone .sh-lnav{
    display: block;
}
.phone .sh-imgnav {
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    box-shadow: 0px 0px 0px rgba(255,255,255,.1);
    display: flex;
    justify-content: space-between;
    padding: 15px 13px;
    box-sizing: border-box;
}
.phone .sh-imgnav dt .icon {
    width: 45px;
    height: 45px;
    padding: 0px;
    background: #f2f2f2;
    border-radius: 45px;
    line-height: 45px;
    display: block;
    margin: 0 auto;
}
.phone .sh-imgnav dt .tx {
    padding-top: 3px;
    font-size: 14px;
    text-align: center;
    color: #333333;
}
.phone .sh-imgnav dt .tx strong {
    font-weight: lighter;
}
.phone .sh-imgnav dt:hover .dd {
    display: none;
}
.phone .sh-imgnav dt {
    display: block;
    height: auto;
}
.phone .sh-imgnav .dd {display: none;}
.phone .sh-imgnav dt .tag {display: none;}
.phone .sh-imgnav dt .ax{display: none;}
.phone .sh-imgnav dt::after{display: none;}
.phone .sh-imgnav dt .tx i {display: none;}
.phone .sh-imgnav dt:hover {
    border:none;
}
.phone .sh-liata ul{
    margin-left: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 4px;
}
.phone .sh-tnav .link {
    padding: 0 5px;
}
.phone .sh-tnav .link a {padding: 0 1px; margin: 0 10px; display: inline-block; position: relative;}
.phone .sh-tnav .link a.on::before {
    width: 100%;
    content: "";
    height: 3px;
    border-radius: 10px;
    background: #22b75e;
    position: absolute;
    bottom: 3px;
    left: 0px;
}
.phone .sh-lnav{
    width: 100%;
    position: absolute;
}
.phone .sh-liata ul li{
    float: left;
    margin-left: 0px;
    margin-bottom: 10px;
    width: 50%;
    height: auto;
    padding: 4px 4px;
    box-sizing: border-box;
}
.phone .sh-liata ul li .til {
    margin-top: 5px;
    padding: 0px;
    height: 40px;
    overflow: hidden;
}
.phone .sh-liata ul li .box{
    background: #fff;
    padding: 5px;
}
.phone .sh-liata ul li .img {
    padding-top: 0px;
}
.phone .sh-liata ul li .img img {
    width: 100%;
    height: auto;
}
.phone .sh-liata ul li .ban img {
    width: 100%;
    height: auto;
}
.phone .sh-titlea {
    padding: 8px 10px;
    line-height: 40px;
}
.sh-pnav-blank{
    height: 47px;
    display: none;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.phone .sh-pnav-blank{
    display: block;
}
.sh-pnav{
    position: fixed;
    width: 100%;
    height: 47px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.1);
    z-index: 555;
    left: 0;
    justify-content: space-between;
    bottom: 0;
    display: none;
    box-sizing: border-box;
    padding: 0 10%;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.sh-pnav a{
    display: block;
    text-align: center;
    color: #b6b6b6;
    padding-top: 3px;
}
.sh-pnav a i{
    display: block;
    font-size: 24px;
}
.sh-pnav a span{
    display: block;
    font-size: 12px;
    line-height: 12px;
}
.sh-pnav a.on{
    color: #22b75e;
}
.phone .sh-pnav{
    display: flex;
}
.phone .sh-footer .txtnav {
    display: none;
}
.phone .sh-footer .imgnav p {
    display: block;
    text-align: center;
}
.phone .sh-footer .imgnav p i {
    font-size: 20px;
    display: block;
    border: solid 1px #fff;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
}
.phone .sh-footer .imgnav p span {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    padding-left: 0px;
    padding-top: 8px;
    display: inline-block;
}
.phone .sh-footer {
    background: #333333;
    padding: 15px 0;
}
.phone .sh-footer .imgnav {
    padding: 0;
}
.phone .sh-filter {
    padding: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.phone .sh-filter dl {
    padding: 10px 0;
}
.phone .sh-filter dl:last-child {
    border-bottom: none;
}
.phone .sh-filter dt {
    width: 18%;
}
.phone .sh-filter dd {
    width: 82%;
}
.phone .sh-filter dd a {
    border-radius: 5px;
}