/* CSS Document */

/*====
	弹出层样式
	次样式文件可以脱离其他样式单独使用
====*/

/*全局样式*/
.radius3 {border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.radius5 {border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
.radius8 {border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;}
.radius10 {border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
.radius15 {border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;}
.radius20 {border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;}
.radius50 {border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
.center {text-align: center;}
.noBorder {border: none;}
.re{position:relative; z-index: 1;left: 0;top: 0;} /*相对定位样式*/
.ab{ position:absolute; z-index: 10;}/*绝对定位公用样式*/
.fixed{position: fixed; z-index: 100;}


.publicPop {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/fund/pop/blackFilter.png);	
	z-index: 1000;
}
.popContainer {
	width: 90%;
	border: none;
	left: 50%;
	top: 50%;
	background: #fff;
}
.popContent {
	padding: 25px 0;	
}
.popCloseBtn {
	right: 10px;
	top: 10px;	
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../images/fund/pop/closeBtn01.png) no-repeat center;
	background-size: 18px auto !important;
}
.popCloseBtn:hover {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	    /* Opera */	
}

.popBtnGroup .popBtn {
	padding: 0 20px;
	min-width: 96px;
	margin: 0 5px;
	height: 34px;
	outline: none;	
}
.popBtnGroup .popBtn:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;	
}
.popBtnGroup .cancelBtn {
	color: #666;
	background: #EDEDED;
	border: none;
}
.popBtnGroup .sureBtn {
	background: #49a5f7;
	border: none;
	color: #fff;
}

.zIndexMax {z-index: 10000;}



/*======
		弹出层内容部分样式
=====*/
.fundPop .textTitle {
	padding: 0 0 10px 0;
	font-size: 16px;
}
.fundPop .textArea {
	display: block;
	width: 86%;
	padding: 10px 4%;
	height: 80px;
	margin: 0 auto;
	resize: none;
	font-size: 14px;
	border: solid 1px #ccc;
}
.fundPop .alertText {
	font-size: 16px;
	padding: 20px 15px 0 15px;
	color: #666;
}
.fundPop .alertText .goodNameTitle {
	font-size: 16px;
	color: #000;
	padding: 0 0 15px 0;
}
.fundPop .alertText .goodNameList {
	font-size: 14px;
	color: #5A5A5A;
	padding: 0 0 10px 0;
	text-align: left;
}
.fundPop .btnGroup {
	padding: 25px 0 0 0;
}
.fundPop .btnGroup .btnItem {
	width: 38%;
	margin: 0 2%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	border: solid 1px #479df7;
}
.fundPop .btnGroup .cancleBtnItem {
	background: #fff;
	color: #479df7;
}
.fundPop .btnGroup .sureBtnItem {
	background: #479df7;
	color: #fff;
}
.fundPop .btnGroup .cancleBtnItem01 {
	width: 36%;
	margin: 0 2%;
	font-size: 14px;
}
.fundPop .btnGroup .sureBtnItem01 {
	width: 46%;
	margin: 0 2%;
	font-size: 14px;
}

/*购买商品组合弹出 Mobile*/
.objCombination {
	font-size: 50%;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100000000;
}
.objCombination .popContainer {
	width: 90%;
	height: auto;
	max-height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.objCombination .popCloseBtn {
	width: 30px;
	height: 30px;
	background: url("../images/fund/pop/closeBtnGray.png") no-repeat center;
	background-size: 30px auto;
}
.objCombination .popCloseBtn:hover {
	background: url("../images/fund/pop/closeBtnHover.png") no-repeat center;
	background-size: 30px auto;
}
.objBuyBox {
	padding: 0 10px;
}
.objCombination .popContent {
	padding-top: 10px;
}
.objBuyBox h3 {
	font-size: 20px;
	padding: 10px 0;
	color: #161616;
}
.objBuyBox .objCombItem {
	position: relative;
	border: solid 1px #a3a8aa;
	margin: 10px 0 20px 0;
	min-height: 100px;
	cursor: pointer;
}
.objBuyBox .objCombItem .selectState {
	background: none;
	border: none;
	width: 20px;
	height: 20px;
	left: 5px;
	top: 5px;
}
.objBuyBox div.active {
	border: solid 1px #535193;
	box-shadow: 0 0 22px #535193;
	-webkit-box-shadow: 0 0 22px #535193;
	-moz-box-shadow: 0 0 22px #535193;
}
.objBuyBox div.active .selectState {
	background:  url("../images/fund/pop/selected.png")no-repeat center;
	background-size: cover;
}
.objBuyBox div.active .title span {
	background: #535193;
}
.objBuyBox .objCombItem ul {
	padding: 15px 0 5px 0;
}
.objBuyBox .objCombItem .title {
	height: 30px;
}
.objBuyBox .objCombItem li img {
	width: 60%;
}
.objBuyBox .objCombItem li p {
	font-size: 14px;
	padding: 10px 5px 0 5px;
}

.objBuyBox .objValue {
	padding: 0px 0 15px 0;
	color: #161616;
	font-size: 14px;
}
.objBuyBox .objValue del {
	color: #f43d1d;
	font-size: 16px;
	margin: 0 5px 0 0;
}
.objBuyBox .objValue span {
	font-size: 16px;
}
.objBuyBox .objValue span.re {
	color: #f43d1d;
	font-size: 20px;
	display: inline-block;
}
.objBuyBox .objValue strong {
	left: 105%;
	top: 0px;
	width: 50px;
	height: 22px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	background: url("../images/fund/pop/saveIcon.png") no-repeat left center;
}
.objCombination .btnGroup {
	padding: 0;
}
.objCombination .btnGroup .cancleBtnItem {
	border: solid 1px #cdcdcd;
	background: #cdcdcd;
	color: #fff;
}
.objCombination .btnGroup .sureBtnItem {
	background: #f43d1d;
	border: solid 1px #f43d1d;
	color: #fff;
}
.objCombination .btnGroup .btnItem:active {
	opacity: 0.8;
}

/* 移除设置 弹出 */
.removePopContent {
	padding: 0 10px;	
	color: #606060;
}
.removePop .popContainer {
	max-width: 460px;
}
.removePopContent h3 {
	padding: 0 0 0px 6px;
	color: #606060;
	font-size: 16px;
	border-left: solid 4px #0879ed;
}
.removePopContent .removeTimes {
	padding: 15px 20px;
	margin: 15px 0;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
}
.removePopContent label {
	display: inline-block;
	width: 16%;
	margin: 5px 0;
	line-height: 22px;
	cursor: pointer;
	background: url("../images/fund/pop/radioBig.png") no-repeat left center;
	background-size: 18px auto;
	padding: 0 0 0 24px;
}
.removePopContent label.active {
	background: url("../images/fund/pop/radioBigActive.png") no-repeat left center;
	background-size: 18px auto;
}
.removePopContent .removeSubmitBtn {
	display: inline-block;
	height: 40px;
	background: #0879ed;
	color: #fff;
	font-size: 16px;
	width: 90%;
	margin: 15px 0 0 0;
}

/*推荐弹出 Mobile*/
.recommendPopContent {
	padding: 0 !important;
}
.recommendPopContent h3 {
	background: #e3dbc0;
	color: #64541d;
	font-size: 18px;
	padding: 15px 0;
	font-weight: 600;
}
.recommendPopContent .listBox01 {
	margin: 20px 15px;
	padding: 10px 0;
	border: solid 1px #dfd4ae;
	background: #f8f6ee;
	color: #212121;
}
.recommendPopContent .listBox01 .item {
	margin: 5px 0;
	font-size: 14px;
}
.recommendPopContent .listBox01 .title {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}
.recommendPopContent .listBox01 .item span {
	display: inline-block;
	width: 40px;
	text-align: center;
	color: #f84c2d;
}
.recommendPopContent .copyURLBtn {
	display: inline-block;
	padding: 0 15px;
	margin: 0 0 20px 0;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	background: #483a70;
	color: #fff;
	font-size: 16px;
}
.recommendPopContent .listBox02 {
	padding: 0 0 10px 0;
}
.recommendPopContent .listBox02 .title {
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #867539;
	padding: 0 !important;
}
.recommendPopContent .listBox02 .item {
	margin: 5px 0;
	font-size: 14px;
	color: #212121;
	padding: 2px 10px;
}
.recommendPop .popCloseRecommend {
	background: url("../images/fund/pop/closeBtnFilter.png") no-repeat center;
	background-size: 25px auto !important;
	right: -10px;
	top: -10px;
}

/*复制成功 Mobile*/
.copySuccessPop .popContainer {
	width: 70%;
}
.copySuccessPop .copySuccess .pic {
	width: 25%;
	max-width: 95px;
}
.copySuccessPop .copySuccess .copyAlertText {
	padding: 25px 0 0 0;
	font-size: 20px;
	color: #222222;
}

/*禁用body滚动*/
.bodyNoScroll {
	overflow-y: hidden;/*为了兼容普通PC的浏览器*/
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}


/* SAMSUNG */
@media only screen and (min-width: 360px) {
.couponPop .couponValue {
	margin: 17px 0 0 0;	
}
.couponPop .brownText {
	margin: 22px 0 6px 0;	
}
}

/* iphone7 */
@media only screen and (min-width: 375px) {
	.fundPop .btnGroup .cancleBtnItem01 {
		font-size: 15px;
	}
	.fundPop .btnGroup .sureBtnItem01 {
		font-size: 15px;
	}
	.objBuyBox .objCombItem li div.infor {
		width: 120px;
	}
	.objBuyBox .objCombItem li div.infor .objVal {
		font-size: 15px;
	}
	.objBuyBox .objCombItem li img {
		width: 70%;
	}
}

/* iphone7 Plus */
@media only screen and (min-width: 414px) {
	.fundPop .btnGroup .cancleBtnItem01 {
		font-size: 16px;
	}
	.fundPop .btnGroup .sureBtnItem01 {
		font-size: 16px;
	}
	.objBuyBox .objCombItem .title span {
		font-size: 16px;
	}
	.objBuyBox .objCombItem li div.infor .objVal {
		font-size: 16px;
	}
	.objBuyBox .objCombItem li img {
		width: 80%;
	}
	.fundPop .alertText .goodNameTitle {
		font-size: 18px;
	}
	.fundPop .alertText .goodNameList {
		font-size: 16px;
	}
}

/* 平板电脑布局: 481px 至 768px。样式继承自: 移动设备布局。 */
@media only screen and (min-width: 481px) {

}

/* 桌面电脑布局: 769px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 */

@media only screen and (min-width: 769px) {
	
	/*======
			弹出层内容部分样式
	=====*/


	/*文字提示弹出*/
	.fundPop .popContainer02 {
		width: 500px;	
	}
	.fundPop .alertContent {
		padding: 0 40px;
	}
	.fundPop .alertText {
		font-size: 18px;
		padding: 25px 15px 10px 15px;
	}

	/*购买商品组合弹出 PC*/
	.objCombination .popContainer {
		max-width: 500px;
		height: auto;
	}
	.objCombination .popContent {
		padding-top: 0;
	}
	.objCombination .popCloseBtn {
		background: url("../images/fund/pop/closeBtnHover.png") no-repeat center;
		background-size: contain;
		right: 10px;
		top: 10px;
		transition: linear 0.5s;
	}
	.objBuyBox {
		width: 460px;
		margin: 0 auto;
		padding: 0;
	}
	.objBuyBox h3 {
		font-size: 30px;
		padding: 15px 0;
	}
	.objBuyBox .objCombItem {
		margin: 0 0 20px 0;
	}
	.objBuyBox .objCombItem li img {
		width: 60%;
	}
	.objBuyBox .objCombItem ul {
		padding: 20px 0 20px 0;
	}
	.objBuyBox .objCombItem li {
		display: inline-block;
		width: 100%;
		height: 100px;
		padding: 0;
	}
	.objBuyBox .objValue {
		padding: 0 0 15px 0;
		font-size: 18px;
	}
	.objBuyBox .objValue span {
		font-size: 20px;
	}
	.objBuyBox .objValue span.re {
		font-size: 28px;
	}
	.objBuyBox .objValue strong {
		font-size: 14px;
	}
	
	.fundPop .btnGroup .btnItem {
		width: 120px;
	}
	
	/*分享弹出 PC*/
	.fundPop .shareListBox h3 {
		padding: 0 0 15px 0;
		font-size: 20px;
		color: #333;
		border-bottom: solid 1px #ccc;
		margin: 0 0 25px 0;
		font-weight: normal;
	}
	.fundPop .shareListBox a.shareItem {
		display: inline-block;
		float: none;
		height: 30px;
		line-height: 30px;
		margin: 0 15px;
		width: 80px;
		padding: 80px 0 0 0;
		color: #333;
	}
	.fundPop .shareListBox a.shareItem01 {
		background: url("../images/fund/pop/weixin.png") no-repeat center top;
	}
	.fundPop .shareListBox a.shareItem02 {
		background: url("../images/fund/pop/sinaweibo.png") no-repeat center top;
	}
	
	/*移除设置 PC*/
	.removePopContent {
		padding: 15px 55px 0 55px;
	}
	.fundPop .btnGroup .sureBtnItem01 {
		width: auto;
		padding: 0 15px;
	}
	
	.objBuyBox .objCombItem .selectState {
		top: 15px;
		left: 15px;
	}
	
	/*推荐弹出 PC*/
	.recommendPop .popContainer {
		width: 488px;
	}
	.recommendPopContent .listBox02 .item {
		padding-left: 25px;
	}
	.recommendPopContent h3 {
		padding: 0;
		height: 90px;
		line-height: 90px;
		font-size: 34px;
	}
	.recommendPopContent .listBox01 {
		margin: 35px 65px;
	}
	.recommendPopContent .listBox01 .title {
		font-size: 24px;
		margin: 10px 0 30px 0;
	}
	.recommendPopContent .listBox01 .item {
		font-size: 18px;
		margin: 10px 0 5px 0;
	}
	.recommendPopContent .copyURLBtn {
		padding: 0;
		height: 70px;
		line-height: 70px;
		font-size: 24px;
		width: 350px;
		border-radius: 35px;
		-moz-border-radius: 35px;
		-webkit-border-radius: 35px;
	}
	.recommendPopContent .listBox02 .title {
		margin: 20px 0;
		font-size: 20px;
	}
	.recommendPopContent .listBox02 .item {
		padding-left: 85px;
	}
	.recommendPop .popCloseRecommend {
		background-size: 35px auto !important;
		width: 37px;
		height: 37px;
		right: -16px;
		top: -16px;
	}
	
	/*复制成功 PC*/
	.copySuccessPop .popContainer {
		width: 410px;
		padding: 20px 0;
	}
	.copySuccessPop .copySuccess .copyAlertText {
		font-size: 30px;
	}
	
	
}


