<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
html {
    font-size: 100px;
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    display: flex; 
    flex-direction: column;
}
#Address{
  width: 100%;
}
.addressEnd{
   font-size: .16rem;
}
.blackbg{
width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left: 0;
  background: rgba(0,0,0,0.6);
 color: #333333;
 z-index: 1000;
}
.addkuang{
    width:100%;
    height: 4rem;
    position: fixed;
    bottom:0;
    left: 0;
    background: #ffffff;
}
.addkuangtitle{
    line-height: .4rem;
    font-size: .14rem;
    text-align: center;
    color: #999999;
    position: relative;
    letter-spacing: .01rem;
}
#xxx{
position: absolute;
right:.12rem;

}
.province{
    width:100%;
    height: .3rem;
    border-bottom: .01rem solid #f5f5f5;
    margin-top: .05rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
 
 }
.spannom{
    /* display: inline-block; */
    margin-left: .12rem;
    line-height: .3rem;
    font-size: .14rem;
    height: .3rem;
    border-bottom:none;
}
.spannom1{
    /* display: inline-block; */
    margin-left: .12rem;
    line-height: .3rem;
    font-size: .14rem;
    height: .3rem;
    border-bottom:none;
}
.spanact{
    /* display: inline-block; */
    margin-left: .12rem;
    line-height: .3rem;
    font-size: .14rem;
    height: .3rem;
    border-bottom: .01rem solid #e31336;
}
.chooseadd{
    width: 100%;
    height: 3.22rem;
    padding-left: .12rem;
    overflow-x:hidden;
}
.provinceEach{
    width: 100%;
    height: .38rem;
    font-size: .14rem;
    line-height: .38rem;
}
/* pcç‰ˆæ&nbsp;·å¼ */
/* @media screen and (min-width: 400px) {

	#Address{
	  width: 100%;
	}
	.addressEnd{
	   font-size: 16px;
	}
	.blackbg{
        width: 100%;
	    height: 100%;
        background: transparent;
	}
	.addkuang{
	    width:400px;
	    height: 300px;
	    background: #ffffff;
        position: initial;
        overflow: hidden;
        font-size: 16px;
        margin: auto;
        margin-top: 100px;
        border-radius: 10px;
        box-shadow: 0 0 5px #d8d8d8;
	}
	.addkuangtitle{
	    line-height: 40px;
        font-size: 16px;
	    text-align: center;
	    color: #999999;
	    position: relative;
	    letter-spacing: .01rem;
        
	}
	 #xxx{
        right:15px;
	}
	.province{
	    width:100%;
	    height: 20px;
	    border-bottom: 1px solid #f5f5f5;
	    margin-top: 5px;
	    display: flex;
	    display: -webkit-flex;
	    flex-direction: row;
	 
	 }
	.spannom{
	    margin-left: 12px;
	    line-height: 20px;
	    font-size: 16px;
	    height: 20px;
	    border-bottom:none;
	}
	.spannom1{
	    margin-left: 12px;
	    line-height: 20px;
	    font-size: 16px;
	    height: 20px;
	    border-bottom:none;
	}
	.spanact{
	    margin-left: 12px;
	    line-height: 20px;
	    font-size: 16px;
	    height: 20px;
	    border-bottom: 1px solid #e31336;
	}
	.chooseadd{
	    width: 100%;
	    height: 322px;
	    padding-left: 12px;
	    overflow-x:hidden;
	}
	.provinceEach{
	    width: 100%;
	    height: 30px;
	    font-size: 14px;
	    line-height: 30px;
	} 
 } */ 
@media screen and (max-width: 400px) {
#Address{
  width: 100%;
}
.blackbg{
width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left: 0;
  background: rgba(0,0,0,0.6);
 color: #333333;
 z-index: 1000;
}
.addkuang{
    width:100%;
    height: 4rem;
    position: fixed;
    bottom:0;
    left: 0;
    background: #ffffff;
}
.addkuangtitle{
    line-height: .4rem;
    font-size: .14rem;
    text-align: center;
    color: #999999;
    position: relative;
    letter-spacing: .01rem;
}
#xxx{
position: absolute;
right:.12rem;

}
.province{
    width:100%;
    height: .3rem;
    border-bottom: .01rem solid #f5f5f5;
    margin-top: .05rem;
   
}
.spannom{
    display: inline-block;
    margin-left: .12rem;
    line-height: .3rem;
    font-size: .14rem;
    height: .3rem;
    border-bottom:none;
}
.spannom1{
    display: inline-block;
    margin-left: .12rem;
    line-height: .3rem;
    font-size: .14rem;
    height: .3rem;
    border-bottom:none;
}
.spanact{
     display: inline-block;
    margin-left: .12rem;
    line-height: .3rem;
    font-size: .14rem;
    height: .3rem;
    border-bottom: .01rem solid #e31336;
}
.chooseadd{
    width: 100%;
    height: 3.22rem;
    padding-left: .12rem;
    overflow-x:hidden;
}
.provinceEach{
    width: 100%;
    height: .38rem;
    font-size: .14rem;
    line-height: .38rem;
    /* padding-left: .12rem; */
    /* box-sizing: border-box; */
}
}
</pre></body></html>