
.viagra-box{
	margin-bottom: 2.6rem;
}
.banner img{
	width: 100%;

}

.container-fluid{
}

a{
	text-decoration: none;
}
a:active{text-decoration:none;}
input{
	text-shadow: none;
	-webkit-user-select: text;
}
input[type=text],input[type=number],input[type=email]{
	-webkit-appearance:none;
}
/**
 * 头部START
 */

.fixed-header{
	position: fixed;
	width: 100%;
	z-index: 999999;
	max-width: 768px;
	border-bottom: 1px solid #e5e5e5;
	/* left: 0; */
	top: 0;
}
.header-seize_seat{
	height:1.77rem;
}
body.checkout-page .header-seize_seat{
	height: auto;
}
.header-right-icon{
	position: absolute;
	right: 0.2rem;
	top: 0.12rem;
}
.header-right-icon img{
	width: 0.8rem;

}
header{
	background-color: #1C6AB4;
	width: 100%;
	height:1rem;
	display: flex;
}

header .back{
	align-self: center;
	display: none;
	color: #FFFFFF;
	padding-left: 0.24rem;
	position: absolute;
}
.nav{
	background-color: #ebf5ff;
}
.nav .nav-item{
	/* display:inline-flex; */
	width: 21%;
    float: left;
    text-align: center;
	/* height:0.75rem;
	line-height:0.75rem; */
	position: relative;
	border-right:0.02rem solid #ccc;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	font-size: 0.26rem;
}

.nav .nav-item a{
	color: #1C6AB4;

	font-weight: 500;

}
.nav .nav-item .av-nav{
	color: #e34949;
}
.nav .nav-item:nth-child(2) .av-nav:after{
	content: " ";
	width: 0.12rem;
	height: 0.12rem;
	background-color: #e34949;
	border-radius: 50%;
	position: absolute;
	right: 0.12rem;
	top: -0.05rem;
	z-index: 1;
}

.nav .nav-item:last-child{
	border-right:none;
}

.logo{
	padding-left: 0.24rem;
	align-self: center;
}
.other-header .logo{
	margin: 0 auto;
}
.other-header .back{
	display: block;

}
.logo img{
	width: 3.44rem;
	height:0.61rem;
}

/**
 * 头部END
 */


/**
 * 底部导航START
 */
.footer-menu {
	
	width: 100%;
	max-width: 768px;
    /* height: 1.1rem; */
    display: flex;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0.04rem 0.2rem 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    /* border-radius: 0.2rem 0.2rem 0 0; */
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 0 0.2rem;
	height: calc(0.65rem + constant(safe-area-inset-bottom));
    height: calc(0.65rem + env(safe-area-inset-bottom));
	min-height: 1.1rem;
	border-top: 1px solid #e5e5e5;
	
}
.footer-menu .menu-item{
	align-self: center;
	flex: 1;
}
.footer-menu .menu-item p{
	color:#000;
	font-size: 0.22rem;
	
}
.footer-menu .activat p{
	color:var(--main-color);
	font-weight: 700;
}

.footer-menu .icon-box{
	width: 0.54rem;
	height:0.52rem;
	margin: 0 auto;
	/* display: flex; */
}

.footer-menu .home-icon-img{
	width: 0.46rem;
	height: 0.44rem;
	align-self: center;

}
.footer-menu .buy-icon-img{
	width: 0.44rem;
	align-self: center;
}
.footer-menu .check-icon-img{
	width: 0.44rem;
	align-self: center;

}
.footer-menu .contact-icon-img{
	width: 0.48rem;
	padding-bottom: 0.04rem;
	align-self: center;

}
/**
 * 底部导航END
 */




/**
 * 面包导航START
 */
.breadcrumb-box{
	margin-top: 0.3rem;
	margin-left: 0.2rem;
}
.breadcrumb{
	padding: 0;
	background-color:#fff;
	font-size: 0.28rem;
}
.breadcrumb>li>a{
	color: #000000;
}
.breadcrumb>.active{
	color:#1C6AB4;
}
.breadcrumb > li + li:before {
    color: #000000;
    content: "> ";
    padding: 0 5px;
}
/**
 * 面包导航END
 */
