body{color:#384654;}
html{width:100%;height:100%;}
a{color:#384654; transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:#bc1328;}
body{
	font-size:16px;
	font-family:"Microsoft Yahei",serif;
}
li,ul,dt,dl,dd{
	margin:0;padding:0;list-style:none;
}
img{max-width:100%;}
/*webkit浏览器滚动条*/
::-webkit-scrollbar {
    width: 5px;
    height:5px;
}
::-webkit-scrollbar-track,::-webkit-scrollbar-corner {
    background: #f6f6f6;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f3bfa8;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #f3bfa8;
}
/*登录页*/
.loginbg{
	background:url('../img/loginbg.jpg') center no-repeat;
	background-size:100% 100%;
}
.loginbg .logo{
	display: block; margin-top:5%;text-align:center;
}
.login{
	width:600px; margin:40px auto 0;
}
.login-nav{
	display: block; margin-left: 8%;
	margin-bottom: -1px; white-space:nowrap;
}
.login-nav h4{display: inline-block; font-size:27px;
	color:#5b3627; padding:15px 25px;
	opacity:0.8; margin-bottom: 0;
	cursor:pointer;
}
.login-nav h4.cur{
	background-color:#fff2ea; font-weight: bold;	
	border-radius:15px 15px 0 0; opacity:1;	
}
.login .box{
	width:100%;
	background:linear-gradient(to bottom,#fff2ea,#fff);
	border-radius:15px;
	padding:35px 80px;
	border:1px solid #ead3c5;
	box-shadow:0 2px 35px rgba(168,47,23,0.2);
}
.login .box li{
	font-size:22px; display: flex; 
	flex-flow:row nowrap;
	align-items:center;
	margin-bottom: 25px;
	white-space:nowrap;
}
.input{
	background-color:#fff; border-radius:10px;
	border:1px solid #f2d6b2;
	padding:12px 20px;
	width:370px; outline:none;
	margin-left: 15px; 
}
.input:focus{
	box-shadow:1px 5px 15px rgba(150,0,0,0.2);
	border-color:#c13030;
}
.dl-btn{
	background-color:#c13030; border-radius:10px;
	color:#fff; text-align:center;
	padding:15px 25px; border:0;
	width:100%;
}
.dl-btn:active{
	background-color:#a12323; 
}
.m{display:none;}
@media screen and (max-width: 1360px){	 
	.loginbg{
		background:url('../img/loginbg.jpg') center no-repeat;
		background-size:auto 100%;
	}
}
@media screen and (max-width: 960px){	 
	.loginbg .logo{padding:10% 10% 0;} 
	.loginbg .logo .m{display:block;}
	.loginbg .logo .p{display:none;}
	.loginbg{
		background:url('../img/loginbg-m.jpg') center no-repeat;
		background-size:100% 100%;
	}
}
@media screen and (max-width: 540px){	 
	.login{
		width:92%;margin:40px 4% 0;		
	}
	.login .box{padding:26px 8%;} 
}
@media screen and (max-width:414px){	 
	.login .input{width:90%;} 
	.loginbg  .logo{margin-top:15%;}
	.login-nav h4{font-size:24px;}
}
/*首页*/
.sy{
	background:linear-gradient(to bottom,#f8c3b3 4%,#fadbbf 20%,#fff);
	background-attachment:fixed;
}
.head{
	padding:40px 14% 0;display: inline-block;
	width:100%;	
}
.head .logo{width:55%;display: inline-block;}
.username{
	float:right;  
	background-color:#fff; border-radius:30px;
	padding:15px 15px 15px 25px;
	position: relative;
}
.username h3{font-size:18px;margin:0; display: inline-block;}
.username i{padding:0 10px; color:#624b4d;}
.username .items{display:none;
	position: absolute; left:0; top:52px; z-index:99;
	width:100%;
	background-color:#fff;
	border-radius:20px;
	padding:12px 20px;
	box-shadow:0 2px 25px rgba(168,47,23,0.25);
}
.username .items a{
	display: block; padding:8px 0; 
	transition:all 0.4s ease 0s;
}
.username .items a i{color:#894a49}
.username .items a:hover{
	transform:translateX(10px);
}
.main{
	margin:0 6%; display: block;
	position: relative; 
	padding-left: 110px;
} 
.menu{
	position: absolute; left:0;top:170px;
	width:110px; 
}
.menu li{
	display: block; margin-bottom: 20px;
	border-radius:12px 0 0 12px;
	font-size:18px; border:0;
    text-align:center;
    padding:12px 0;
    background:url('../img/ying.png') right repeat-y #fff;  
}
.menu li i{
	display: none; margin:0 auto;
	width:44px; height:44px;
	background-size:cover!important;
}
.menu li i.book{
	background:url('../img/book.png') center no-repeat;
}
.menu li i.movie{
	background:url('../img/movie.png') center no-repeat;
}
.menu li i.car{
	background:url('../img/car.png') center no-repeat;
}
.menu li i.list{
	background:url('../img/list.png') center no-repeat;
}
.menu li.current i{display: block;}
.menu li.current{background-image:none;margin-right: -1px;}
.tabNav{
	display:block;
	margin:0 0 -1px 50px; padding-top:45px;
	background:url('../img/jianying.png') right bottom no-repeat;
	background-size:65% auto;
}
.tabNav li{
	display: inline-block; font-size:18px;
	padding:12px 18px; margin:0 4px;
	cursor:pointer; border-radius:10px 10px 0 0;
}
.tabNav li.cur,.tabNav li:hover{
	background:linear-gradient(to bottom,#fff3e2,#fff);	
	font-weight: bold; color:#c81f34;
	font-size:20px;
}
.tabNav li.cur a,.tabNav li:hover a{color:#c81f34;}
.content{
	background-color:#fff;  
	border-radius:15px; padding:25px 32px;
	width:100%; min-height:500px;
	border:1px solid #f2cfb2;
	box-shadow:0 2px 25px rgba(168,47,23,0.25);
}
.search{display: block; margin-bottom: 30px;margin-left: 5px;}
.search select,.search input{
	border:1px solid #b8bec8;
	border-radius:30px;
	padding:9px 16px; margin-right: 10px;
	outline:none;
}
.search input:focus,.search select:focus{
	box-shadow:0 4px 15px rgba(168,47,23,0.3);
	border-color:#f2cfb2;
}
.search .btnbox{
	border:0; border-radius:30px;
	background-color:#bc1328; color:#fff; 
	padding:8px 24px;
}
.search .btnbox:active{
	background-color:#a31325;
}
.tabcon ul{
	display: block;
}
.tabcon li{
	width:18.6%; display: inline-block; margin:0 0.7%;
	border:1px solid #f1f4f9;
	border-radius:20px;
	padding:10px; margin-bottom: 20px;
	vertical-align:top;
}
.tabcon li img{border-radius:18px; width:100%; height: 300px}
.tabcon li h4{
	overflow:hidden;
	display:-webkit-box;
	display:box;
	-webkit-box-orient:vertical;
	box-orient:vertical;
	-webkit-line-clamp:2;
	line-clamp:2;
	font-size:17px;line-height:1.3;
	margin-bottom: 6px; text-align:center;
	min-height:43px;
}
.tabcon li .author{font-size:13px; color:#939dad;}
.tabcon li .author span{margin-right: 2px;}
.tabcon li dl{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow:row wrap;
    color:#939dad; font-size:13px;
}
.tabcon li dt{
	font-weight: normal;
	margin-right: 8px;
}
.tabcon li dd{width:70%}
.tabcon li .bot{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow:row nowrap;
    align-items:flex-end;
    justify-content:space-between;
    margin:8px 0 10px;
}
.red{
	color:#ea374b; 
	font-size:24px; line-height:0.8;
	font-weight: bold;
}
.red span{font-size:14px;}
.tabcon li .grey{
	font-size:13px; color:#707a8a;
	margin-bottom:4px; font-weight: normal;
	text-decoration:line-through;
}
.tabcon li button,.addcar{
	border:0; white-space:nowrap;
	background-color:#fdbb31;
	border-radius:30px; padding:6px 15px;
	color:#fff;
}
.tabcon li button:active,.addcar:active{
	background-color:#e4952e;
}
.tabcon li:hover{
	border-color:#f1be9d;
}
.page{
	display: block; margin:40px 0 30px;
	text-align:center;
}
.page a{
	display: inline-block; margin:0 4px;
	padding:6px 12px;
}
.page a.cur,.page a:hover{
	background-color:#bc1328;
	border-radius:40px; color:#fff;
	font-weight: bold;
}
.footer{
	background-color:#fff; padding:40px 0;
	text-align:center; display: block; margin-top: 50px;
}
.movie.tabcon li h4{font-size:20px; min-height:auto;}
.movie .addcar{
	margin-top:12px; width:100%;
}
.movie.tabcon li h5{font-size:14px; color:#8793a6;text-align:center;}
.movie.tabcon li dd{width:100%;}
.movie .tabcon li img{ height:320px; }
/*购物车*/
.cart{
	display: flex; flex-direction:column;
}
/*.cart-main{*/
/*    display: none; */
/*}*/
.cartbox{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow:row nowrap;
    align-items:center;
    border:1px solid #f0eae4;
    border-radius:15px;
    padding:15px;
    justify-content:space-between;
    margin-bottom: 24px;
}
.cartbox img{width:180px; border-radius:14px;}
.cartbox .txt{
	margin-left: 20px; width:49%; flex-grow: 1;
}
.cartbox .txt h4{font-size:24px;font-weight: bold;}
.cartbox .num{
	margin:0 4%; font-size:28px; color:#3d3637;
	border:0;
}
.cartbox .opt{
	margin-left:auto;
	justify-self:flex-end;
}
.cartbox .opt a{
	display: inline-block; 
	background-color:#c81f34;
	border-radius:20px; color:#fff;
	padding:5px 15px;
}
.cartbox .type{color:#927265;}
.cost{ margin-top: auto;
	align-self:flex-end;
	background-color:#faf5f1; border-radius:20px;
	padding:20px; display: flex; flex-flow:row nowrap;
	align-items:center; font-size:20px; 
}
.cost .red{font-size:36px;}
/*.cost .red.dy{display: none;}*/
.cost button{
	background-color:#c81f34; font-size:24px;
	border-radius:20px; color:#fff; padding:15px 30px;
	border:0;margin-left: 40px;
}
.cost button:active{background-color:#b1182b}
/*订单*/
.listbox{
	display: flex; margin-bottom: 25px;
	flex-flow:row wrap;
	justify-content:space-between; 
}
.list-t{
    width:100%;
    border-radius:15px; padding:8px 0;
    background:linear-gradient(to right,#f6e8e4,#fcf8f6,#fff );
    font-size:24px; font-weight: bold; color:#5b3627; 
    margin-bottom:0;
    display: flex; flex-flow:row nowrap;
    align-items:center;
}
.list-t > i{
	color:#c81f34; font-size:24px; padding:0 10px 0 16px;
}
.list-t button{
	font-size:16px; margin-left: auto;justify-self:flex-end;
	background-color:#ecd2b7;
	border-radius:30px; padding:10px 25px;
	border:0; margin-right: 10px;
}
.list-t button i{margin-left: 16px; font-size:14px;}
.list-con{width:70%;flex:1; border:1px solid #f0eae4;border-radius:15px;}
.list-con .cartbox{border:0;margin:10px 0 20px; }
.list-con .status{width:140px; padding:15px;}
.list-info{display: none;
	width:28%; 
	background-color:#fbf8f5;
	border-radius:15px;
	padding:20px 30px 8px;
	font-size:18px; color:#3b2217;
}
.list-info dt{
	font-size:14px; color:#796a64;font-weight: normal;
}
.list-info dd{margin-bottom: 10px; word-break:break-all;}
.list-info dd b{color:#ea374b;}
.tan{
	width:40%;
}
.del{ width:100%; margin:16px 0 0; text-align:right;}
.del button{
	font-size:18px; display: inline-block;
	margin-left: 20px;
	background-color:#df6666; border:0;
	border-radius:30px; padding:10px 25px; color:#fff;
}
.del button i{font-size:22px;}
.cate{
	display: block;margin:10px auto 20px;text-align:center;
	width:400px; background-color:#f4f4f4; border-radius:30px;
	padding:4px;
}
.cate li{ width:30%;
	display: inline-block; padding:4px 15px; 
	border-radius:35px;font-size:20px; line-height:2;
	cursor:pointer;
}
.cate li.cur{
	background-color:#cf1e1e; color:#fff;font-weight: bold;
}
.allList{
	display: none;
}
.allList .list-t{
	background:linear-gradient(to right,#f4f4f4,#fff );
}
.allList .list-t button{
	background-color:#eaeff7;
}
.allList .list-info{background-color:#f4f4f4;}
/*个人信息*/
.xinxi{
	display: block; width:60%; margin:0 auto;
	border-radius:15px;
	padding:20px;
}
.xinxi h3,.notice h3{text-align:center;font-size:30px; font-weight: bold; letter-spacing:2px;}
.xinxi h3::after,.notice h3::after{
	display: block; margin:15px auto 0;
	content:'';
	width:60px;height:3px; background-color:#6e665e; border-radius:3px;
}
.xinxi li{
	display: block; 
	border-bottom: 1px dashed #f5ede8; 
	padding:20px 0;
}
.xinxi li span{ display: inline-block;
	font-weight: bold; font-size:15px; width:25%;  
}
.xinxi .dl-btn{width:180px;margin-left: 20%;}
.xinxi .greybtn{ 
	display: inline-block;
	background-color: #f4eee9;
    border-radius: 10px;
    color: #685e57;
    text-align: center;
    padding: 15px 25px;
    border: 0;
    width:180px; margin-left: 3%;
}
.xinxi .greybtn:active{
	background-color:#ebdbce;
}
.notice{
	display: block;margin:0 4%;
}
.notice li{
	border-bottom: 1px dashed #f5ede8; display: inline-block; 
	width:100%;
    padding:18px 0;
}
.notice li::before{
	content:"\e6e4"; display: inline-block;
	font-family: "iconfont" !important;
	transform:rotate(-90deg); margin-right:6px;
	font-size:12px; color:#94867c;
}
.notice li span{
	float:right;color:#a99c92;
}
.zanwu{
	text-align:center; width:100%;
}
.hxbox{ 
	border-radius: 15px!important;
 
}
#hexiao{
	display: none; text-align:center;
	padding:15px;
}
#hexiao h5{
	color:#85604f; font-size:16px;
}
#hexiao h4{font-size:24px; font-weight: bold; margin:15px 0;}
#hexiao b{
	color:#c13030; display: block; font-size:18px;
	margin-bottom: 20px;
}
#hexiao p{ word-break:break-all;}
/*书本详情页*/
.bookCon{
	display: flex; flex-flow:row wrap;
	padding:30px 10%;
}
.bookpic{width:50%;}
.bookpic img{width:100%;border-radius:12px;}
.bookinfo{ flex-grow:1;
	width:47%; margin-left: 3%;
}
.bookinfo h4{
	font-size:28px;line-height:1.3;
	margin-bottom: 6px;
}
.bookinfo .add{font-size:24px; margin:14px 0;}
.bookinfo ul{	
    color:#364968; font-size:15px;
}
.bookinfo li{padding:4px 0;display: block;}
.bookinfo li span{display: inline-block;
	width:20%;margin-right: 5px;
	white-space:nowrap;
}
.bookinfo .red{font-size:50px;margin-bottom: 24px;}
.bookinfo .red .grey{
	font-size:13px; color:#707a8a;
	margin-bottom:4px; font-weight: normal;
	text-decoration:line-through;
}
.bookinfo button{
	border:0; white-space:nowrap;
	background-color:#bc1328; width:240px;
	text-align:center;font-size:24px; line-height:60px;
	border-radius:15px; margin-top: 20px;
	color:#fff;
}
.bookinfo button:active{
	background-color:#a00e21;
}
.bookinfo-t{ 
	width:100%; font-size:22px; margin-top: 40px;
	border-bottom: 1px solid #eadadb;
	padding:8px 0;
}
.pos{
	display:block;
	margin:0 3%; padding-top:50px;
	background:url('../img/jianying.png') right bottom no-repeat;
	background-size:65% auto;
	padding-bottom: 15px; color:#6a5447;
}
.pos a{color:#6a5447;}
.pos .iconfont{font-size:12px; transform:rotate(180deg);}
.page-header p{font-size:15px; color:#aaa;}
.textcon{
	line-height:1.8;
}
@media screen and (max-width:1600px){	 
	.tabcon li{width:18.2%}
}
@media screen and (max-width:1440px){	 
	.head{padding:40px 3% 0 10%}
	.main{margin:0 3%;}
	.tabcon li{width:23%}
	.bookinfo h4{font-size:22px;}
	.bookinfo .add{font-size:16px;}
	.bookCon{padding:20px 3%;}
	.list-info{width:32%;}
}
@media screen and (max-width:1024px){
	.list-info,.list-con{width:100%;margin:0;}
	
}
@media screen and (max-width:960px){	 
	.tabcon li{width:31%}
	.bookinfo li span{width:30%}
	.bookpic{width:30%;}	
}
@media screen and (max-width:768px){
	.tabNav{padding-top:30px;}	 
	.tabcon li{width:47.8%;}
	.main{
		padding:0;
	}
	.footer{padding-bottom:150px;}
	.menu{
		position: fixed;
		bottom:0px;top:inherit; left:0; z-index:99;
		width:100%;background-color:#fff;
		display: flex; flex-flow:row nowrap;
		justify-content:space-between;
		border-radius:25px 25px 0 0; padding:12px  8px;
		box-shadow:0 -2px 25px rgba(168,47,23,0.15);
		border-top: 1px solid #eddfd5;
	}
	.menu li{
		width:23%;display:inline-block;
		margin:0 3px; padding:0;
		background:none;font-size:17px;
		/*background-color:#fceddc;*/
        border-radius:40px;
	}
	.menu li i{
		display:block; width:36px;height:36px;
		filter:grayscale(60%); opacity:0.3;
		vertical-align:text-bottom; background-size:cover!important;
	}
	.menu li.current{
		background-color:#fff; font-weight: bold; 
	}
	.menu li.current i{ filter:grayscale(0%); opacity:1;}
	.menu li.current a{color:#bc1328;}
	.head{padding:25px 3% 0;}
	.head .logo{width:68%}
	.list-t button{
		padding:8px 10px; font-size:14px; white-space:nowrap;
	}
	.list-t button i{font-size:12px; margin-left:5px;}
	.xinxi{width:92%;}
	.xinxi .input{margin-left:0;width:100%;}
	.xinxi li span{margin-left:3%;}
	.xinxi .dl-btn{width:100%; margin-bottom:20px;margin-left:0;}
	.xinxi .greybtn{margin:0;width:100%;}
	.notice{margin:0 2%;}
	.movie .tabcon li img{ height:320px; }{height:360px;}
	.cartbox .num{margin:0;}
}
@media screen and (max-width:540px){	
	.content{padding:20px 15px;} 
	.tabNav{
		white-space:nowrap; overflow-x:auto;margin:0 0 15px;border-radius:15px;
		background:none;
	} 
	.tabNav li{border-radius:10px;}
	.head .logo{width:100%;}
	.username{
		width:100%; margin-top:20px; border-radius:12px;
		display: flex; flex-flow:row nowrap; align-items:center;
		justify-content:space-between;
		background-color:#fceddc; padding:8px 15px;
	}
	.username > i{display:none;}
	.username .items{ margin-left: auto; align-self:flex-end;
		position: relative; float:right;display: block;top:0;right:0;
		width:auto;padding:0; background:none transparent;
		box-shadow:0 0 0;
	}
	.username .items a{display:inline-block;}
	.username h3{color:#bc4340; font-weight:bold; white-space:nowrap;}
	.search{margin:0;	}
	.search select,.search input,.search .btnbox{width:100%;margin-bottom:15px}
	.cartbox img{width:100px;} 
	.cartbox{flex-wrap:wrap; position:relative; padding:10px 15px 0;}
	.cartbox .txt h4{font-size:20px;}
	.cost button{ padding:10px; margin-left: 20px; }
	.bookpic{width:100%;}
	.del button{margin-left:0;}
	.tabcon li img{height:180px;}
	.movie.tabcon li h4{font-size:17px;}
	.cartbox .status{
		position: absolute; right:0;top:0; padding:0;
		width:auto;
	}
}
@media screen and (max-width:430px){
    .username{flex-wrap:wrap; padding:15px 15px 5px;}
    .username .items{
    	margin-right:auto;
    }
    .menu li{font-size:14px;}
	.menu li i{width:30px;height:30px;}
}
@media screen and (max-width:375px){
	body{font-size:14px;}
	
	.del button{width:100%; margin-bottom:15px;font-size:15px;}
	.list-t{font-size:18px;}
	.list-con .cartbox{padding:0 10px;}
	.cartbox .txt{margin-left:12px;}
} 