@import url("base.css");

body{
	background: #fff;
}

header{
	width: 100%;
	transition: all 1s ease;
	background: #fff;
}
header .logo{
	padding-top: 17px;
    display: block;
}
header .logo img{
	max-width: 100%;
    height: auto;
    vertical-align: top;
    /* padding-bottom: 100%; */
	overflow:hidden;
}
.head-right .nav1 .main-nav{
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	padding: 40px 0;
}
.head-right .nav1 .main-nav a{
	color: #333;
	font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0em;
    font-size: 14px;
}
.head-right .nav1 .main-nav a:hover{
	color: #E3A5BF;
}



.head{
	width: 100%;
}
.head .nav2 .main-nav{
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	padding: 30px 0;
}
.head .nav2 .main-nav li{
	font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: center;
}
.head .nav2 .main-nav li a{
	color: #333;
}
.head-right .nav1 .main-nav li:nth-of-type(3) a{
	color: #E3A5BF;
}

/* 侧导航开始 */
.section-aside{
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:rgba(255,255,255,0.8);
	z-index: 200;
	display: none;
}
.section-aside .top{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left:-73px;
}
.section-aside ul{
	margin-top:100px;
}
.section-aside ul li{
	font-size: 16px;
	padding: 10px  50px;
}
.section-aside ul li a{
	color: #474747;
}
.section-aside ul li a:hover{
	color:#E3A5BF;
}

/* 图开始 */
.banner-img{
	width: 100%;
}
.banner-img .container{
    padding: 0;
}
.big-img[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.big-img{
    background: url("../img/shop-banner.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
}
.big-img .text-center{
    font-family: "Great Vibes","Comic Sans MS",cursive,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 46px;
    line-height: 1.5;
    letter-spacing: 0;
    color:#E3A5BF;
    text-align: center;
    padding-bottom: 160px;
    padding-top: 160px;
}


.section-mulu{
	border-bottom: 1px solid #ddd;
	margin-bottom: 90px;
}
.section-mulu .mulu li{
	float: left;
	font-size: 16px;
	line-height: 60px;
	color: #333;
}
.section-mulu .mulu li span{
	margin: 20px;
	color:#E3A5BF;
}

.section-mulu .mulu li:nth-of-type(2){
	color:#E3A5BF; 
}
/* 商品列表开始 */
.section-shop{
	margin-top: 90px;
	background: #ffffff;
	padding-top: 40px;
}

.huayu-right .hy-right{
	background: #ffffff;
    /* margin-left: 30px; */
    padding: 30px 30px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.hy-right .search{
	position: relative;
	border:1px solid #ddd;
	border-radius: 200px;
}
.hy-right .search > input{
	padding-right: 42px;
	border: none;
	line-height: 32px;
	padding-left: 10px;
	outline: none;
	border-radius: 200px;
}
.hy-right .search > button{
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: 0 0;
    border: none;
	border-radius: 0 200px 200px 0;
    outline: none;
    cursor: pointer;
}
.hy-right .search > button > i{
	margin: 0 3px;
}
.hy-right .tuijian{
	margin-top: 20px;
    padding: 20px 0px;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
}
.hy-right .tuijian h3{
	font-size: 18px;
    font-weight: 300;
    margin: 0px;
}
.hy-right .tuijian .tj-list{
	margin-top: 10px;
    margin-bottom: 0px;
}
.hy-right .tuijian .tj-list .tjs{
	border: 1px solid #ddd;
	margin-top: -1px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.hy-right .tuijian .tj-list .tjs a{
	color: #333;
    font-size: 15px;
    line-height: 40px;
}
.hy-right .tuijian .tj-list .tjs a:hover{
	color:#E3A5BF;
	text-decoration:underline; 
}


/* 商品详情开始 */
.section-shop{
	margin-bottom: 90px;
}

.section-shop .hua-list .products {
	float: left;
    padding: 0;
    background: #fff;
}

.hua-list ul li a{
	display: block;
    overflow: hidden;
    border: 3px solid #f1eeea;
    position: relative;
}

.hua-list .products  a .hot{
	position: absolute;
	width: 38px;
	height: 38px;
    right: 12px;
    top: 12px;
    background: #f76b6a;
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
   
}
.hua-list .products  a img{
	display: block;
	width: 100%;
    height: auto;
    vertical-align: top;
}
.hua-list .products .money, .hua-list .products .des{
	font-size: 16px;
	line-height: 26px;
	/* color:#E3A5BF ; */
	font-weight: 600;
	text-align: center;
}

.hua-list .products .zz{
	background:#E3A5BF;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-around;
	display: none;
}
.hua-list .products  i{
	display: inline-block;
	font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff;
  }

.hua-list ul li a:hover{
	 border: 3px solid #E3A5BF;
}
.hua-list ul li a:hover .zz{
	display: block;
	display: flex;
	justify-content: space-around;
}

.section-shop .name{
	border-left: 3px solid #E3A5BF;
	font-size: 16px;
	padding:0 10px ;
	margin-bottom: 10px;
}
.hua-list {
	position: relative;
	padding-bottom:60px;
}
.hua-list ul{
	overflow: hidden;
}

.hua-list .btn{
	position: absolute;
	bottom: 40px;
	left: 50%;
}
.hua-list .btn1{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background:#E3A5BF;
	float: left;
	margin-right: 10px;
}

/* footer开始 */
.footer{
	background: #fff;
	line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #474747;
	margin-top: 90px;
}

.footer .conten-footer .logo-footer{
	text-align: center;
    margin-bottom: 80px;
}
.conten-footer .logo-footer img{
	display: inline-block;
	max-width: 100%;
    height: auto;
}
.main-text-footer p{
	margin-bottom: 50px;
}
.main-text-footer .logos li{
	float: left;
}
.main-text-footer .logos li a i{
	color: #E3A5BF;
	font-size: 30px;
	padding-right: 10px;
	line-height: 30px;
}
.footer-center .work-time{
	margin-bottom: 50px;
}
.footer h3{
	letter-spacing: 0;
	text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
}

.your-email{
	width: 100%;
}

.input-email{
	height: 40px;
    line-height: 40px;
    color: #757575;
    padding: 20px;
    width: 70%;
    float: left;
    border: 1px solid #b7b7b7;
    border-right: 0;
 	outline: none;
}

.submit{
	width: 30%;
    float: left;
    height: 42px;
    position: relative;
}
.input-submit{
	position: absolute;
    width: 100%;
    height: 100%;
    border-color: transparent;
    color: #fff;
    text-transform: uppercase;
    z-index: 5;
    background-color: #E3A5BF;
}
.footer .text{
	line-height: 32px;
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    margin-bottom: 0;
}
.footerleft{
	margin-bottom: 40px;
}
.lianjie a p:hover{
	color:#E3A5BF;
	transition: all 0.5s  ease;
	transform: translateX(8px); 
}

