.address-nav {
	width: 750rpx;
	background-color: #ef2d15;
    &-cont {			
        width: 750rpx;
		/* #ifdef H5 */
		@include positionFixed;
		 z-index: 999999;
		/* #endif */ 			
    }

    &-title {
		padding: 0 15px;
		height: 45px;
        background-color: #ef2d15;
		@include flexRowSpaceBetween;
    }

    &-center {
        height: 25px;
        background-color: #ffffff;
        border-radius: 10px;
        @include flexRowCenter;

        &-left {
            margin-left: 5px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #1ba39c;
        }

        &-input {
            margin-left: 10px;
            font-size: 12px;
        }
    }
}