

.product-list{
    margin-bottom: 0.8rem;
}
.list-slide{
    background-color: #ffffff;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
	-webkit-box-shadow: 0rem 0.02rem 0.08rem 0rem 
		rgba(191, 191, 191, 0.3);
	        box-shadow: 0rem 0.02rem 0.08rem 0rem 
		rgba(191, 191, 191, 0.3);
}
.list-slide-img img{
    width: 100%;
	height: auto;
}
.list-slide-name {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin: 0.25rem 0.28rem 0;
    font-size: 0.4rem;
	line-height: 0.54rem;
    font-weight: bold;
    color: #313131;
}




.addr-form{
    background:#1c3d69 url(../images/bg6.jpg) no-repeat center center / cover;
    text-align: center;
    padding-bottom: 0.86rem;
}
.addr-form-title{
    font-size: 0.4rem;
	font-weight: bold;
	line-height: 0.38rem;
	color: #ffffff;
    padding:0.98rem 0 0.4rem;
}
.addr-form-list{

}
.custom-select2{
    margin:0.24rem 0;
}
.addr-form-input{
    width: 6.8rem;
	height: 0.8rem;
	background-color: #ffffff;
	border-radius: 0.05rem;
    border:none;
    font-size: 0.28rem;
	color: #7d7d7d;
    text-indent: 0.32rem;
}
.addr-form-input::-webkit-input-placeholder{
    color:#7d7d7d;
}
.addr-form-input:-ms-input-placeholder{
    color:#7d7d7d;
}
.addr-form-input::-ms-input-placeholder{
    color:#7d7d7d;
}
.addr-form-input::placeholder{
    color:#7d7d7d;
}
.custom-select2 .custom-select{
    width: 6.8rem;
    margin:0 auto;
}
/* Basic styling */
.custom-select {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    font-size: 0.28rem;
	color: #7d7d7d;
	border-radius: 0.05rem;
    width: 6.8rem;
	height:0.8rem;
}

.select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding:0 0.38rem 0 0.32rem;
    background-color: #fff;
	border-radius: 0.05rem;
    cursor: pointer;
	height:0.8rem;
}

.select-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size:0.28rem;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #a8a9a9;
}

.options-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    /* display: none; */
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.option {
    padding: 10px;
    cursor: pointer;
    font-size: 0.28rem;
}

.option:hover {
    background-color: #f1f1f1;
}

.option.selected {
    background-color: #007bff;
    color: white;
}

/* Active state */
.custom-select.active{
    overflow: visible;
}
.custom-select.active .options-list {
    display: block;
}

.custom-select.active .arrow-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}


.addr-form-btn{
    width: 3.25rem;
	height: 0.7rem;
	background-color: #007eff;
	border-radius: 0.05rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
	color: #ffffff;
    margin:0.4rem 0.15rem 0;
    text-align: center;
}
.addr-form-btn img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.16rem;
    height: 0.25rem;
}
.addr-form-btn:hover{
    color:#fff;
    background-color: #006bdd;
}