/* product_deposit_detail.html ---> deposit_detail.html */
/* product_loan_detail.html ---> loan_detail.html */
.main{
		/* min-height:840px; */
		height: auto;
		width:1200px;
		margin:0 auto;
		background: #f0f0f0;
}
.tit{
    height: 40px;
    line-height: 44px;
    padding-left: 2.8rem;
    text-align: left;
    width: 100%;
    font-size: 14px;
}
.tit a,.tit span{
	color:black;
}
.mainContent{
	height: auto;
	width: 100%;
	background-color: #fff;
	/* display: flex; 
	flex-direction: row;
	align-items:flex-start; */
}
.leftSide{
	width: 18%;
	float: left;
	text-align: left;
	background-color: #f1f1f1;
}
.leftSide .leftTitle{
 	height: 40px;
    line-height: 40px;
	background-color: #b6b2b3;

    color:#333;
	text-indent: 24px;
}
.leftSide .leftList li{
		color:#333;
		height: 40px;
    line-height: 40px; 
		list-style: none;  
		text-indent: 40px;
}
.leftSide .leftList li a:hover{
	color:#B9944E;
}
.leftSide .closeTitle{
	background: url('/r/cms/www/newpage/image/right_menu_btnbg.png') repeat-x;
	background-size:100% 100%;
	margin: 3px 0 0 0;
    border-top: solid 1px #fcfcfc;
    border-bottom: solid 1px #fcfcfc;
}
.leftSide .closeTitle:hover{
	background: url('/r/cms/www/newpage/image/right_menu_btnbg_hover.png') repeat-x;
	background-size:100% 100%;
	margin: 3px 0 0 0;
    border-top: solid 1px #fcfcfc;
	border-bottom: solid 1px #fcfcfc;
	cursor: pointer;
}
.leftSide .openTitle{
	background-color: #b6b2b3;
	font-weight: bold;
    color: #333;
}
.leftSide .selectedTitle{
	background:#f0f0f0;
}
.leftSide .selectedTitle a {
    color: #b58223;
}
.leftSide .commonTitle{
	background: #fff;
}
.rightSide{
	width: 80%;
	float: right;
}
.rightSide .poductInfoTitle{
	width: 96%;
	height: 175px;
	margin-top: 24px;
}
.rightSide .poductInfoTitle .productImg{
	float: left;
	height: 100%;
	width: 324px;
}
.rightSide .poductInfoTitle .productTxt{
	float: right;
	width: 570px;
}
.rightSide .poductInfoTitle .productTxt h1{
	color: #dca316;
    font-size: 20px;
    line-height: 40px;
}
.rightSide .poductInfoDetail{
	width: 96%;
	height: auto;
	border: 1px solid  #d4d4d4;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rightSide .poductInfoDetail h2{
	background: #e8e9eb;
	color: #454545;
}
.wechat_popup,.login_popup{
	display: none;
}
.depositBtn{
	height: 30px;
	line-height: 30px;
	width: 120px;
	text-align: center;
	background-color: rgba(180, 123, 16, 0.76);
	display: inline-block;
	color: #fff;
	border-radius: 4px;
}
.depositBtn:hover{
	text-decoration: none;
	color: #fff;
}
.collection{
	display: inline-block;
	padding-left: 8px;
}
.product_share_oneline{
	display: inline-block;
}
.poductInfoDetail h2{
    height: 38px;
    line-height: 38px;
    text-indent: 20px;
    font-size: 16px;
    font-weight: bold;
}
.poductInfoDetail .info_detail{
	width: 94%;
	margin: 20px auto;
	font-size: 16px;
    text-indent: 2em;
}
.poductInfoDetail .info_detail table td{
	text-indent: 0;
    padding: 4px 8px;
    line-height: 24px;
}
.poductInfoDetail .info_detail div, .poductInfoDetail .info_detail p{
	margin-bottom: 5px;
}
.poductInfoDetail .info_detail div img, .poductInfoDetail .info_detail p img{
	max-width: 810px;
    height: auto !important;
}
.leftSide .openTitle .titleIcon, .leftSide .closeTitle .titleIcon{
    color: #999999;
    font-family: sans-serif;
}
.leftSide .leftList .selectedTitle span{
	font-weight: bold;
    font-family: sans-serif;
    color: #ba8224;
    padding-right: 2px;
}
.leftSide .leftList .commonTitle span {
    font-weight: bold;
    font-family: sans-serif;
    color: #ccc;
    padding-right: 2px;
}
.poductInfoTitle .productTxt p{
	line-height: 26px;
	color: #999;
	overflow: hidden;
    text-indent: 2em;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
