@charset "utf-8";

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

img,html,body {
	border: 0;
}

ol,ul,li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #444444;
}

textarea {
	resize: none;
	overflow-y: auto;
}

body {
	background-color: #e6e6e6;
	font-family: SimHei;
}

.divMain {
	/*padding-top: 71px;*/
	padding-bottom: 60px;
}

.divMain .divList {
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

.divMain .divList .divHead {
	display: block;
	border-left: 3px solid #66cc00;
	border-bottom: 1px solid #e6e6e6;
	line-height: 40px;
	height: 40px;
}

.divMain .divList .divHead .title {
	color: #444444;
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
}

.divMain .divList .divHead .title_more {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	letter-spacing: 1px;
}

.divMain .divList .ul_List {
	margin: 0;
	padding: 6px 0;
}

.divMain .divList .ul_List li {
	
}

.divMain .divList .ul_List li a {
	display: block;
	font-size: 14px;
	line-height: 28px;
	margin: 0 5px;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.divMain .divList .ul_List .arrow {
	color: #66cc00;
	font-weight: bold;
	margin: 0 5px;
}

.divMain .divList .ul_List_pic {
	
}

.divMain .divList .ul_List_pic li {
	
}

.divMain .divList .ul_List_pic li .picList_div {
	display: block;
	background-color: #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}

.divMain .divList .ul_List_pic li .picList_div .left {
	height: 90px;
	width: 33%;
	float: left;
	margin: 10px;
	overflow: hidden;
}

.divMain .divList .ul_List_pic li .picList_div .right {
	float: left;
	width: 60%;
}

.divMain .divList .ul_List_pic li .picList_div .title {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 10px 10px 3px 5px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.divMain .divList .ul_List_pic li .picList_div .content {
	height: 54px;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 5px;
	line-height: 18px;
	word-wrap: break-word;
	overflow: hidden;
}

.divMain .divList .divContent {
	padding: 10px 0;
	font-size: 0;
}

.divMain .divList .divContent span {
	display: block;
	font-size: 14px;
	line-height: 28px;
	margin: 0 5px;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.divMain .ulPicList {
}

.divMain .ulPicList .li_book { 
	width: 42%;
    height: 243px;
    display: inline-block;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    margin-left: 6%;
}

.divMain .ulPicList .li_book .cover_book {
	height: 211px;
	width: 100%;
}

.divMain .ulPicList .li_book .div_tag {
	height:32px;
	width:100%;
	position: absolute;
    bottom: 0;
}

.divMain .ulPicList .li_book .div_tag .title_book {
	float: left;
    display: block;
	color: #777;
    width: 76%;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    border-right: 1px solid #e6e6e6;
	overflow: hidden;
}

.divMain .ulPicList .li_book .div_tag .btn_buy {
	float: left;
    display: block;
    height: 32px;
    width: 23%;
    background: url(../images/btn_buy.png) no-repeat center;    
    background-size: 90% auto;
}


.divBottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	font-size: 0;
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	padding: 0 2%;
}

.divBottom .btnSwitch {
	display: inline-block;
	line-height: 40px;
	width: 28%;
	text-align: center;
	padding: 5px 2%;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
}

.divBottom .btnSwitch_focus {
	color: #66cc00;
	font-size: 18px;
	font-weight: bold;
}

.divArticleHead {
	background-color: white;
	padding-top: 10px;
}

.divArticleHead h1 {
	font-size: 20px;
	color: #444444;
	text-align: center;
}

.divArticleHead h2 {
	font-size: 14px;
	text-align: center;
	color: #8c8c8c;
	margin-top: 5px;
}

.divArticleHead .divContentCnt {
	width: 96%;
	padding: 2%;
	overflow: hidden;
	background: white;
}

.quantity-ctrl {
	float: left;
	font-size: 0;
	height: 28px;
	width: 97px;
	border: 1px solid #d4d4d4;
}

.quantity-ctrl .btn {
	display: inline-block;
	width: 26px;
	height: 28px;
	background: url() no-repeat center;
	background-size: 70% auto;
}

.quantity-ctrl .minus {
	background-image: url(../images/btnMinus.png);
}

.quantity-ctrl .add {
	background-image: url(../images/btnAdd.png);
}

.quantity-ctrl .val_cur {
	display: inline-block;
	height: 28px;
	width: 43px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	color: #232326;
	border: 1px solid #d4d4d4;
	border-width: 0 1px 0 1px;
}

.magazine-book-cell {
	margin-left: 10px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #999;
	vertical-align: top;
	border-bottom: 1px solid #d4d4d4;
	height: 40px;
	overflow: hidden;
}

.magazine-book-cell .left {
	width: 25%;
	float: left;
}

.magazine-book-cell .right {
	width: 75%;
	margin-left: 25%;
}

.magazine-book-cell .txt {
	float: left;
	display: block;
	line-height: 28px;
	margin-top: 3px;
	text-align: center;
}

.btn_checkout {
	float: right;
	display: block;
	height: 40px;
	width: 100px;
	background: url();
	background-color: #66cc00;
	color: white;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 0;
}

.divSearch {    
    width: 88%;
    height: 25px;
    margin: 10px 6%;
    background: #dddddd;
    border-radius: 14px;
    overflow: hidden;
}

.divSearch span {
	float: left;
    display: block;
    width: 8%;
    height: 25px;
    background: url(../images/search.png) no-repeat center;
    background-size: auto 50%;
}

.divSearch input {
    border: 0;
    background-color: #ddd;
    height: 25px;
    line-height: 17px;
    width: 85%;
    font-size: 13px;
}