/* SVN.committedRevision=1409543 */

.container {
	width: 1200px;
	margin: 0 auto;
}
.leftBox {
	width: 195px;
	float: left;
}
.rightContent {
	width: 995px;
	float: left;
	background-color: #fcfcff;
	overflow: hidden;
}
.right_box {
	float: right;
	margin-top: 30px;
	width: 996px;
}
.modPersonInfo {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 5px;
}
.squareTab {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 248px;
	height: 220px;
	float: right;
	border: 1px solid #e7e7e7;
}
.squareTab .squareTitle {
	width: 100%;
	margin: 0 auto;
	height: 42px;
	line-height: 42px;
}
.squareTab .squareTitle:hover a {
	color: black;
}
.squareTab .squareTitle:hover .inArrow {
	-webkit-transform: translate(8px);
	-moz-transform: translate(8px);
	-o-transform: translate(8px);
	transform: translate(8px);
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}
.squareTab .squareTitle a {
	width: 223px;
	height: 100%;
	display: block;
	font-size: 14px;
	font-family: "microsoft yahei";
	position: relative;
	padding-left: 25px;
}
.squareTab .squareTitle a .splitBorder {
	display: block;
	position: absolute;
	width: 3px;
	height: 13px;
	background-color: #ed6c44;
	left: 10px;
	top: 15px;
	_line-height: 0;
	_font-size: 0;
}
.squareTab .squareTitle a .inArrow {
	width: 5px;
	height: 9px;
	display: block;
	position: absolute;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -220px -3px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -220px -3px;
	right: 16px;
	top: 16px;
	_line-height: 0;
	_font-size: 0;
}
.myAssets {
	margin-left: 7px;
}
.myAssets .squareContent {
	width: 248px;
	margin: 6px auto 0;
}
.myAssets .squareContent li {
	width: 100%;
	padding-left: 25px;
	position: relative;
	height: 40px;
	line-height: 40px;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}
.myAssets .squareContent li .orangeBorder {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 2px;
	height: 42px;
	background-color: #ed6c44;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}
.myAssets .squareContent li:hover {
	background-color: #f8f8f8;
}
.myAssets .squareContent li:hover .boxContent {
	-webkit-transform: translate(-15px);
	-moz-transform: translate(-15px);
	-o-transform: translate(-15px);
	transform: translate(-15px);
}
.myAssets .squareContent li:hover .arrow {
	-webkit-transform: translate(-12px);
	-moz-transform: translate(-12px);
	-o-transform: translate(-12px);
	transform: translate(-12px);
}
.myAssets .squareContent li:hover .orangeBorder {
	opacity: 1;
	filter: alpha(opacity=1);
}
.myAssets .squareContent li .boxContent {
	width: 248px;
	position: relative;
	display: block;
	height: 42px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.myAssets .squareContent li .iconfont {
	position: absolute;
	left: 0;
	top: 0;
	color: #898989;
}
.myAssets .squareContent li .iconPoints {
	width: 15px;
	height: 14px;
	display: block;
	position: absolute;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -122px -1px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -122px -1px;
	left: 5px;
	top: 0;
}
.myAssets .squareContent li .points {
	margin-left: 25px;
	color: #666;
}
.myAssets .squareContent li .arrow {
	width: 5px;
	height: 9px;
	display: block;
	position: absolute;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -220px -3px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -220px -3px;
	right: 13px;
	top: 16px;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}
.myAssets .squareContent li .score {
	color: #ff3c3c;
	position: absolute;
	right: 60px;
	top: -1px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}
.myAssets .squareContent li .measure {
	position: absolute;
	top: -1px;
	right: 39px;
	color: #666;
}
.myWallet {
	margin-right: 7px;
}
.myWallet .squareContent {
	width: 223px;
	margin: 0 auto 0;
}
.myWallet .squareContent li {
	width: 100%;
}
.myWallet .squareContent li .myEarnning {
	margin-left: 12px;
	color: #666;
}
.myWallet .squareContent li .score {
	margin-left: 20px;
	color: #666;
	font-family: "Microsoft Yahei";
}
.myWallet .squareContent .btnImport {
	margin-top: 17px;
}
.myWallet .squareContent .btnImport a {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
	background-color: #fd6d37;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	display: block;
	margin-left: 12px;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}
.myWallet .squareContent .btnImport a:hover {
	background-color: #ff5333;
}
.myWallet .squareContent .backWallet .score {
	font-size: 30px;
	color: #ff3c3c;
	font-family: Tahoma;
	vertical-align: middle;
	font-weight: bold;
}
.myWallet .squareContent .backWallet .score span {
	font-size: 21px;
}
.myWallet .squareContent .accumWallet {
	margin-top: 28px;
}
.myWallet .squareContent .accumWallet1 {
	margin-top: 11px;
}
.myWallet .squareContent .accumWallet .score {
	font-weight: bold;
	font-family: Tahoma;
}
.myWallet .squareContent .accumWallet .measureY {
	margin-left: 5px;
	color: #666;
	font-family: "microsoft yahei";
}
.myWallet .squareContent .backWallet .measureY {
	margin-left: 5px;
	color: #666;
	font-family: "microsoft yahei";
	vertical-align: middle;
}
.myWallet .squareContent .totalWallet {
	position: relative;
}
.myWallet .squareContent .totalWallet .score {
	margin-left: 5px;
	font-weight: bold;
}
.myWallet .noMoneyPurse {
	width: 100%;
	height: 173px;
	position: absolute;
	left: 0;
	bottom: 0;
}
@-webkit-keyframes rImg {
	from {
		-webkit-transform: rotate(20deg);
	}
	to {
		-webkit-transform: rotate(-20deg);
	}
}
@-moz-keyframes rImg {
	from {
		-moz-transform: rotate(20deg);
	}
	to {
		-moz-transform: rotate(-20deg);
	}
}
@-o-keyframes rImg {
	from {
		-o-transform: rotate(20deg);
	}
	to {
		-o-transform: rotate(-20deg);
	}
}
@keyframes rImg {
	from {
		transform: rotate(20deg);
	}
	to {
		transform: rotate(-20deg);
	}
}
.noMoneyPurse {
	display: none;
}
.noMoneyPurse li {
	width: 122px;
	float: left;
}
.noMoneyPurse li .imgBox img {
	display: block;
	margin: 0 auto;
}
.noMoneyPurse li p {
	text-align: center;
	margin-bottom: 7px;
}
.noMoneyPurse li p a {
	color: #666;
}
.noMoneyPurse .squareS {
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	height: 79px;
}
.noMoneyPurse .squareS:hover img {
	outline: none;
}
.noMoneyPurse .squareS:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.noMoneyPurse .squareS .imgBox img {
	width: 60px;
	height: 54px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.noMoneyPurse .squareG {
	border-bottom: 1px solid #e7e7e7;
	height: 79px;
}
.noMoneyPurse .squareG:hover img {
	-webkit-transform: translate(10px);
	-moz-transform: translate(10px);
	-o-transform: translate(10px);
	transform: translate(10px);
}
.noMoneyPurse .squareG .imgBox img {
	width: 87px;
	height: 48px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.noMoneyPurse .squareA {
	border-right: 1px solid #e7e7e7;
	height: 73px;
	padding-top: 20px;
}
.noMoneyPurse .squareA:hover img {
	-webkit-animation-name: rImg;
	-webkit-animation-duration: .1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-moz-animation-name: rImg;
	-moz-animation-duration: .1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	animation-name: rImg;
	animation-duration: .1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.noMoneyPurse .squareA .imgBox img {
	width: 59px;
	height: 44px;
}
.noMoneyPurse .squareL {
	height: 73px;
	padding-top: 20px;
}
.noMoneyPurse .squareL:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.noMoneyPurse .squareL .imgBox img {
	width: 36px;
	height: 36px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.noMoney .squareContent {
	display: none;
}
.noMoney .noMoneyPurse {
	display: block;
}
.empty {
	width: 206px;
	_width: 200px;
	height: 220px;
	border: 1px solid #e7e7e7;
	float: right;
	overflow: hidden;
}
.myInfo {
	z-index: 3;
	width: 270px;
	height: 233px;
	float: left;
	position: relative;
}
.myInfo .myInfoFront {
	position: absolute;
	padding-top: 8px;
	width: 240px;
	height: 225px;
	top: -5px;
	left: 0;
	background: url(../static/images/icon_myyhd_index_24.png?1409543) no-repeat -1px -253px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -1px -253px;
}
.myInfo .myInfoFront .imgHeaderBox {
	width: 76px;
	height: 76px;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
}
.myInfo .myInfoFront .imgHeaderBox .updateInfo {
	display: none;
	width: 72px;
	height: 72px;
	position: absolute;
	overflow: hidden;
	border-radius: 50%;
	left: 2px;
	top: 2px;
}
.myInfo .myInfoFront .imgHeaderBox .updateInfo .opacityBox {
	width: 100%;
	height: 100%;
	background-color: #666;
	opacity: .9;
	filter: alpha(opacity=90);
}
.myInfo .myInfoFront .imgHeaderBox .updateInfo .realBox {
	width: 76px;
	height: 76px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	line-height: 76px;
	text-align: center;
}
.myInfo .myInfoFront .showUpdateInfo .updateInfo {
	display: block;
}
.myInfo .myInfoFront .headerImg {
	padding-top: 2px;
	border-radius: 50%;
	width: 76px;
	height: 74px;
	display: block;
	background-color: #fff;
	box-shadow: 0 0 5px gray;
}
.myInfo .myInfoFront .headerImg img {
	border-radius: 50%;
	width: 72px;
	height: 72px;
	display: block;
	margin: 0 auto;
}
.myInfo .myInfoFront .name {
	text-align: center;
	width: 166px;
	margin: 8px auto 0;
	height: 15px;
	overflow: hidden;
	line-height: 15px;
	text-overflow: ellipsis;
}
.myInfo .myInfoFront .name a {
	color: white;
	font-family: "Tahoma";
	font-weight: bold;
}
.myInfo .myInfoFront .name a:hover {
	text-decoration: underline;
}
.myInfo .myInfoFront .VIP {
	width: 135px;
	height: 20px;
	margin: 7px auto 0;
}
.myInfo .myInfoFront .VIP .txtExplain {
	color: #fff;
	margin-left: 5px;
}
.myInfo .myInfoFront .VIP .txtExplain:hover {
	text-decoration: underline;
}
.myInfo .myInfoFront .VIP .imgVip {
	display: inline-block;
	width: 51px;
	height: 20px;
	vertical-align: middle;
	margin-left: 3px;
}
.myInfo .myInfoFront .VIP .imgVip0 {
	background: url(../static/images/icon_progress_24.png?1409543) no-repeat -1px 0;
}
.myInfo .myInfoFront .VIP .imgVip1 {
	background: url(../static/images/myyhdIndexNew/icon_progress_24.png?1409543) no-repeat -53px 0;
	_background: url(../static/images/myyhdIndexNew/icon_progress.png?1409543) no-repeat -53px 0;
}
.myInfo .myInfoFront .VIP .imgVip2 {
	background: url(../static/images/myyhdIndexNew/icon_progress_24.png?1409543) no-repeat -105px 0;
	_background: url(../static/images/myyhdIndexNew/icon_progress.png?1409543) no-repeat -105px 0;
}
.myInfo .myInfoFront .VIP .imgVip3 {
	background: url(../static/images/myyhdIndexNew/icon_progress_24.png?1409543) no-repeat 0 -26px;
	_background: url(../static/images/myyhdIndexNew/icon_progress.png?1409543) no-repeat 0 -26px;
}
.myInfo .myInfoFront .safeText {
	position: absolute;
	color: #fff;
	left: 20px;
	top: 170px;
}
.myInfo .myInfoFront .safeText:hover {
	text-decoration: underline;
}
.myInfo .myInfoFront .iconjifen {
	display: block;
	width: 58px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	left: 87px;
	top: 164px;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -238px -26px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -238px -26px;
	color: #fff;
	font-size: 13px;
}
.myInfo .myInfoFront .progressBar {
	width: 190px;
	height: 8px;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -4px -507px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -4px -507px;
	top: 195px;
	overflow: hidden;
	border-radius: 5px;
	left: 20px;
	position: absolute;
}
.myInfo .myInfoFront .progressBar .progress {
	width: 190px;
	height: 8px;
	position: absolute;
	left: -190px;
	top: 0;
	background-color: #ffeb68;
	border-radius: 5px;
}
.myInfo .myInfoFront .bindEmail {
	position: absolute;
	color: #8a362f;
	left: 88px;
	top: 210px;
}
.myInfo .myInfoFront .bindTelePhone {
	position: absolute;
	color: #8a362f;
	left: 19px;
	top: 211px;
}
.myInfo .myInfoFront .bindEmail2 {
	position: absolute;
	color: #8a362f;
	right: 88px;
	top: 211px;
}
.myInfo .tipsBox {
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	box-shadow: 0 0 2px #d5d5d5;
	padding-top: 50px;
	width: 550px;
	height: 170px;
	position: absolute;
	background-color: white;
	top: 0;
	left: -282px;
	overflow: hidden;
}
.myInfo .tipsBox .tipsBoxA {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.myInfo .tipsBox .rightHeader {
	position: absolute;
	right: 5px;
	top: 10px;
}
.myInfo .tipsBox .rightHeader a {
	margin-right: 5px;
}
.myInfo .tipsBox .rightHeader .iconLetter {
	display: inline-block;
	margin-top: 5px;
	width: 17px;
	height: 13px;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -237px -2px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -237px -2px;
	float: right;
	vertical-align: middle;
}
.myInfo .tipsBox .rightHeader .news {
	color: #666;
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
}
.myInfo .tipsBox .rightHeader .num {
	display: inline-block;
	width: 22px;
	height: 13px;
	line-height: 15px;
	color: #fff;
	background-color: #ff3c3c;
	border: #f22323 1px solid;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	top: 5px;
	float: right;
	vertical-align: middle;
}
.myInfo .tipsBox .tipsBox1 {
	width: 450px;
	height: 67px;
	margin: 0 auto;
	border-bottom: 1px dotted #d9d9d9;
}
.myInfo .tipsBox .tipsBox1 h4 {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.myInfo .tipsBox .tipsBox1 p {
	color: #666;
	white-space: nowrap;
	width: 382px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.myInfo .tipsBox .tipsBox2 {
	border: none;
	margin-top: 30px;
}
.noneSave .myInfoFront .bindEmail {
	display: none;
}
.halfSave .myInfoFront .bindTelePhone {
	display: none;
}
.halfSave .myInfoFront .bindEmail2 {
	display: none;
}
.allSave .myInfoFront .bindEmail2 {
	display: none;
}
.allSave .myInfoFront .bindEmail {
	display: none;
}
.allSave .myInfoFront .bindTelePhone {
	display: none;
}
.allSave .myInfoFront .iconjifen {
	display: none;
}
.noneInfo .tipsBox,
.allSave02 .tipsBox {
	left: -300px;
}
.myOrder {
	overflow: hidden;
	width: 993px;
	border: 1px solid #e7e7e7;
	margin-top: 20px;
}
.myOrder .titleContainer {
	width: 100%;
	position: relative;
	border-bottom: #e0e0e0 1px solid;
}
.myOrder .titleContainer .myOrderL {
	color: #999;
	display: block;
	position: absolute;
	top: 12px;
	right: 15px;
	width: 66px;
}
.myOrder .titleContainer .myOrderL .arrow {
	width: 5px;
	height: 9px;
	display: block;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -220px -3px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -220px -3px;
	position: absolute;
	right: 3px;
	top: 2px;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}
.myOrder .titleContainer .myOrderL:hover span {
	text-decoration: underline;
}
.myOrder .titleContainer .myOrderL:hover .arrow {
	-webkit-transform: translate(8px);
	-moz-transform: translate(8px);
	-o-transform: translate(8px);
	transform: translate(8px);
}
.myOrder .titleBox {
	width: 885px;
	float: left;
	position: relative;
	height: 41px;
}
.myOrder .titleBox .title {
	width: 100%;
}
.myOrder .titleBox .title li {
	float: left;
	margin-right: 22px;
	margin-left: 12px;
}
.myOrder .titleBox .title li a {
	display: block;
	padding: 10px 0;
	color: #000;
	font-size: 14px;
	font-family: "microsoft yahei";
}
.myOrder .titleBox .title .on {
	font-weight: bold;
	border-bottom: 2px solid #ff4500;
}
.myOrder .titleBox .title .on a {
	color: #000;
}
.myOrder .titleBox .title .hoverOn {
	font-weight: bold;
}
.myOrder .titleBox .title .hoverOn a {
	color: black;
}
.myOrder .titleBox .bottomMove {
	height: 2px;
	_line-height: 0;
	_font-size: 0;
	display: block;
	background-color: #fd6d37;
	position: absolute;
	left: 12px;
	bottom: 0;
}
.orderContentBox {
	margin-top: 10px;
	width: 100%;
}
.noShop {
	height: 79px;
	padding: 20px 0px;
	line-height: 79px;
}
.noShop .noShopImg {
	display: block;
	margin: 0 auto;
}
.noShop .noShopImg img {
	width: 242px;
	height: 42px;
}
.orderContent {
	width: 970px;
	margin: 0 auto;
	display: none;
}
.orderContent .aOrder {
	padding-top: 10px;
	height: 94px;
	border-bottom: 1px dotted #e7e7e7;
	overflow: hidden;
	position: relative;
}
.orderContent .aOrder .halfContent {
	width: 816px;
	height: 90px;
}
.aOrder .halfContent .halfContent_cont {
	width: 230px;
	height: 90px;
	float: left;
	padding: 5px 0;
	margin-left: -4px;
}
.halfContent .halfContent_cont .imgBox {
	margin-left: 4px;
}
.orderContent .aOrder .halfContent:hover .hoverID {
	text-decoration: underline;
}
.orderContent .aOrder .imgBox {
	width: 72px;
	height: 72px;
	float: left;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -316px 0;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -316px 0;
	padding-top: 6px;
}
.orderContent .aOrder .imgBox img {
	width: 72px;
	height: 72px;
	display: block;
	margin: 0 auto;
	border: #e4e3e3 1px solid;
}
.orderContent .aOrder .imgBox img:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.orderContent .aOrder .detailContent {
	margin-top: 10px;
	width: 320px;
	float: left;
	margin-left: 25px;
}
.orderContent .aOrder .detailContent p {
	margin-bottom: 11px;
}
.orderContent .aOrder .detailContent .orderID {
	display: block;
	margin-bottom: 8px;
	color: #666;
}
.orderContent .aOrder .detailContent .orderID .num {
	color: #999;
}
.orderContent .aOrder .detailContent .delivery {
	display: block;
	margin-bottom: 8px;
	color: #ff3c3c;
	border-left: #fd6d37 2px solid;
	padding-left: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
}
.orderContent .aOrder .detailContent .orderID .splitBorder {
	color: #e7e7e7;
	margin: 0 4px;
}
.orderContent .aOrder .detailContent .delivery .time {
	margin-right: 5px;
	color: #999;
}
.orderContent .aOrder .state {
	height: 84px;
	line-height: 84px;
	float: left;
	color: #999;
}
.orderContent .aOrder .price {
	float: left;
	height: 84px;
	line-height: 84px;
	margin-left: 55px;
	font-size: 24px;
	font-family: "Tahoma";
	color: #666;
}
.orderContent .aOrder .price .sym {
	font-family: "microsoft yahei";
	font-size: 12px;
	font-weight: bold;
	margin-right: 2px;
}
.orderContent .aOrder .btnPay {
	width: 136px;
	font-size: 14px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	background-color: white;
	border: 1px solid #fd6d37;
	color: #fd6d37;
	right: 10px;
	top: 25px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}
.orderContent .aOrder .btnPay:hover {
	background-color: #ff5333;
	color: #fff;
}
.orderContent .noBorderBottom {
	border-bottom: none;
}
.orderContent .waitPay .state,
.orderContent .aOrder .state {
	color: #fd6d37;
	font-weight: bold;
}
.orderContent .aOrder .appraise {
	color: #666;
	font-weight: bold;
	float: left;
	height: 84px;
	line-height: 84px;
}
.orderContent .waitPay .btnPay {
	background-color: #fd6d37;
	color: white;
}
.threeTab {
	position: relative;
	width: 996px;
	height: 210px;
	margin-top: 10px;
	overflow: hidden;
}
.threeTabModel {
	float: left;
	width: 330px;
	height: 208px;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
.mobileCharge {
	float: left;
	width: 330px;
	height: 238px;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
	margin-left: -1px;
}
.threeTabModel:hover,
.containerCollect:hover,
.mobileCharge:hover {
	border-color: #ed6c44;
	z-index: 10;
}
.containerCollect:hover {
	margin-right: 1px;
}
.threeTabModel.tryFree {
	margin-left: -1px;
}
.threeTabModel:hover .threeTabModel_hover {
	display: block;
}
.threeTabModel .squareTitle,
.mobileCharge .squareTitle {
	width: 100%;
	margin: 0 auto;
	height: 42px;
	line-height: 42px;
}
.threeTabModel .squareTitle:hover a {
	color: black;
}
.threeTabModel .squareTitle:hover .inArrow {
	-webkit-transform: translate(8px);
	-moz-transform: translate(8px);
	-o-transform: translate(8px);
	transform: translate(8px);
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}
.threeTabModel .squareTitle a,
.mobileCharge .squareTitle a {
	width: 305px;
	height: 100%;
	display: block;
	font-size: 14px;
	font-family: "microsoft yahei";
	position: relative;
	padding-left: 25px;
}
.threeTabModel .squareTitle a .splitBorder,
.mobileCharge .squareTitle a .splitBorder {
	display: block;
	position: absolute;
	width: 3px;
	height: 13px;
	background-color: #ed6c44;
	left: 10px;
	top: 15px;
	_line-height: 0;
	_font-size: 0;
}
.threeTabModel .squareTitle a .inArrow {
	width: 5px;
	height: 9px;
	display: block;
	position: absolute;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -220px -3px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -220px -3px;
	right: 16px;
	top: 16px;
	_line-height: 0;
	_font-size: 0;
}
.vouchersBox {
	width: 295px;
	margin: 19px auto 0;
	position: relative;
}
.vouchersBox .imgNoTry {
	display: block;
	margin: 10px auto 0;
	width: 231px;
	height: 76px;
}
.vouchersBox .leftArrow {
	width: 23px;
	height: 47px;
	position: absolute;
	left: -42px;
	top: 38px;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -376px -188px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -376px -188px;
}
.vouchersBox .leftArrow:hover {
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -376px -241px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -376px -241px;
}
.vouchersBox .rightArrow {
	width: 23px;
	height: 47px;
	position: absolute;
	right: -42px;
	top: 38px;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -344px -188px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -344px -188px;
}
.vouchersBox .rightArrow:hover {
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -344px -241px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -344px -241px;
}
.vouchersBox .vouchersContainer {
	overflow: hidden;
	width: 225px;
	height: 130px;
	margin: 0 auto;
	position: relative;
}
.vouchersBox .vouchersContainer .playerVouchers {
	position: absolute;
	left: 0;
	top: 0;
	width: 9999px;
}
.vouchersBox .vouchersContainer .playerVouchers li {
	float: left;
	width: 225px;
	height: 130px;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -2px -27px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -2px -27px;
	position: relative;
}
.vouchersBox .vouchersContainer .playerVouchers li .price {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	font-family: "Microsoft Yahei";
	color: #fd6d37;
	left: 17px;
	top: 35px;
}
.vouchersBox .vouchersContainer .playerVouchers li .price strong {
	position: absolute;
	top: -9px;
	font-size: 30px;
}
.vouchersBox .vouchersContainer .playerVouchers li .brandName {
	position: absolute;
	top: 30px;
	left: 103px;
	width: 109px;
	height: 14px;
	white-space: nowrap;
	overflow: hidden;
}
.vouchersBox .vouchersContainer .playerVouchers li .brandName a {
	color: #333;
}
.vouchersBox .vouchersContainer .playerVouchers li .discount {
	position: absolute;
	left: 103px;
	top: 50px;
	color: #e78560;
}
.vouchersBox .vouchersContainer .playerVouchers li .btnReceive {
	position: absolute;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	background-color: #fd6d37;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	left: 104px;
	top: 80px;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}
.vouchersBox .vouchersContainer .playerVouchers li .btnReceive:hover {
	background-color: #ff5333;
}
.tryFree {
	position: relative;
}
.tryFree .imgNoTryFree {
	width: 231px;
	height: 76px;
	display: block;
	margin: 19px auto 0;
}
.tryFree .imgNoPointProduct {
	width: 231px;
	height: 76px;
	margin: -5px auto 0;
	margin-left: 30px;
}
.tryFree .imgContainer {
	position: absolute;
	left: 7px;
	border: 1px solid #e7e7e7;
}
.tryFree .imgContainer img:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.tryFree .explain {
	position: absolute;
	left: 130px;
	top: 10px;
	width: 145px;
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tryFree .explain a {
	color: #333;
}
.tryFree .explain a:hover {
	color: #c00;
}
.tryFree .tryFreeNum {
	position: absolute;
	left: 130px;
	top: 55px;
	color: #666;
}
.tryFree .tryFreeNum strong {
	font-weight: normal;
	color: #fd6d37;
}
.tryFree .price {
	position: absolute;
	left: 130px;
	font-size: 16px;
	color: #ff3c3c;
	font-family: "Tahoma";
	top: 35px;
}
.tryFree .price strong {
	font-style: normal;
}
.tryFree .price s {
	color: #999;
	font-size: 14px;
}
.tryFree .price .refer_price {
	color: #999;
	font-size: 14px;
}
.tryFree .leftArrow {
	width: 23px;
	height: 47px;
	position: absolute;
	left: -27px;
	top: 115px;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -376px -188px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -376px -188px;
}
.tryFree .leftArrow:hover {
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -376px -241px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -376px -241px;
}
.tryFree .rightArrow {
	width: 23px;
	height: 47px;
	position: absolute;
	right: -27px;
	top: 115px;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -344px -188px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -344px -188px;
}
.tryFree .rightArrow:hover {
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -344px -241px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -344px -241px;
}
.credit .infoBoxLimited {
	width: 295px;
	height: 180px;
	position: relative;
	margin: 10px auto 0;
	overflow: hidden;
}
.credit .infoBoxLimited .infoBox {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	height: 108px;
}
.credit .infoBoxLimited .infoBox .info {
	width: 295px;
	height: 108px;
	position: relative;
	float: left;
}
.credit .showText .textBox {
	display: block;
}
.credit .boxImg {
	width: 100px;
	height: 100px;
	position: absolute;
	border: 1px solid #e7e7e7;
}
.credit .boxImg1 {
	left: 30px;
}
.credit .boxImg2 {
	left: 165px;
}
.credit .textBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.credit .textBox .opacityBox {
	width: 100%;
	height: 100%;
	background-color: #d5d5d5;
	opacity: .9;
	filter: alpha(opacity=90);
}
.credit .textBox .realBox {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	padding: 10px;
	color: #fff;
	line-height: 150%;
	border-radius: 50%;
}
.credit .explain {
	white-space: normal;
	height: 37px;
	line-height: 150%;
}
.credit .btnDui {
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -1px -208px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -1px -208px;
	display: block;
	width: 90px;
	height: 32px;
	position: absolute;
	left: 201px;
	top: 81px;
}
.credit .btnDui:hover {
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -1px -172px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -1px -172px;
}
.credit .btntTry {
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -99px -208px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -99px -208px;
}
.credit .btntTry:hover {
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -99px -172px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -99px -172px;
}
.credit .countDown {
	width: 281px;
	margin: 0 auto;
	position: absolute;
	left: 30px;
	top: -30px;
}
.credit .countDown2 {
	left: 30px;
}
.credit .countDown span {
	display: inline-block;
	vertical-align: middle;
}
.credit .countDown .symbol {
	color: #fe5a57;
}
.credit .countDown .hour,
.credit .countDown .minute,
.credit .countDown .second {
	background-color: #fff;
	color: #fe5a57;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	border: #e1e1e1 1px solid;
	padding: 3px;
	margin-right: 3px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .08);
	-ms-box-shadow: 0 2px 0 rgba(0, 0, 0, .08);
	-o-box-shadow: 0 2px 0 rgba(0, 0, 0, .08);
}
.credit .countDown .txtStart {
	margin-left: 5px;
	color: #999;
}
.try .explain {
	white-space: nowrap;
	height: 15px;
}
.try .tryFreeNum {
	top: 34px;
}
.try .price {
	top: 54px;
}
.noBorderLeft {
	border-left: none;
}
.records {
	overflow: hidden;
	width: 996px;
	height: 240px;
	margin-top: 10px;
	background-color: #fff;
}
#myyhdIdexForFavouriteAndHistory {
	float: left;
	height: 100%;
}
#myyhdIdexForMobileCharge {
	float: left;
	height: 100%;
}
.telePhone {
	width: 240px;
	margin: 0 auto;
}
.telePhone .imNum {
	width: 240px;
	height: 35px;
	line-height: 35px;
	outline: none;
	border: 1px solid #ccc;
	margin-top: 20px;
	text-indent: 5px;
}
.telePhone .money {
	width: 242px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	margin-top: 15px;
}
.telePhone .money option {
	height: 40px;
	line-height: 40px;
}
.telePhone .discountPrice {
	margin-top: 10px;
	display: block;
	color: #666;
}
.telePhone .discountPrice strong {
	color: #ff3c3c;
	margin-left: 5px;
}
.telePhone .btnSubmit {
	width: 90px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	background-color: #fd6d37;
	border: none;
	cursor: pointer;
	margin-top: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.containerCollect {
	width: 661px;
	height: 238px;
	border: 1px solid #e7e7e7;
	float: left;
	overflow: hidden;
}
.containerCollect .title {
	width: 100%;
}
.containerCollect .title li {
	float: left;
	width: 330px;
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.containerCollect .title li a {
	color: #666;
	padding: 6px 0;
	border-bottom: 2px solid white;
	font-family: "Microsoft Yahei";
	font-size: 14px;
}
.containerCollect .title .on a {
	border-bottom: 2px solid #fd6d37;
	font-weight: bold;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #333;
}
.boxContainer {
	width: 100%;
	height: 146px;
	margin-top: 15px;
	overflow: hidden;
}
.boxInfo {
	width: 100%;
	height: 122px;
	position: relative;
	margin-top: 26px;
	text-align: center;
}
.boxInfo .leftArrow {
	width: 23px;
	height: 47px;
	position: absolute;
	left: 10px;
	top: 32px;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -379px -90px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -379px -90px;
}
.boxInfo .leftArrow:hover {
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -379px -138px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -379px -138px;
}
.boxInfo .rightArrow {
	width: 23px;
	height: 47px;
	position: absolute;
	right: 10px;
	top: 32px;
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -342px -90px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -342px -90px;
}
.boxInfo .rightArrow:hover {
	background: url(../static/images/myyhdIndexNew/icon_myyhd_index_24.png?1409543) no-repeat -342px -138px;
	_background: url(../static/images/myyhdIndexNew/icon_myyhd_index_8.png?1409543) no-repeat -342px -138px;
}
.boxInfo .boxModContainer {
	width: 540px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}
.boxInfo .imgBoxMod {
	position: relative;
	width: 542px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}
.boxInfo .imgBox {
	width: 9999px;
	margin: 0 auto;
	position: absolute;
}
.boxInfo .imgBox ul {
	float: left;
}
.boxInfo .imgBox ul li {
	width: 100px;
	float: left;
	margin-right: 10px;
}
.boxInfo .imgBox ul li:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}
.boxInfo .imgBox ul li img {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
}
.boxInfo .imgBox ul li .price {
	width: 100px;
	text-align: center;
	display: block;
	margin-top: 5px;
	color: #666;
}
.boxInfo .imgBox ul li.golink {
	height: 100px;
	width: 98px;
	border: 1px dotted #ccc;
	line-height: 100px;
	background: #f1f3f7;
	color: #666;
}
.boxInfo1 {
	display: none;
}
.boxInfo1 .noCang {
	display: block;
	margin: 56px auto 0;
	width: 250px;
	height: 77px;
}
@font-face {
	font-family: 'iconfont';
	src: url('../iconfont/iconfont.eot');
	src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../iconfont/iconfont.woff') format('woff'), url('../iconfont/iconfont.ttf') format('truetype'), url('../iconfont/iconfont.svg#uxiconfont') format('svg');
}
.iconfont {
	font-family: "iconfont"!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body,
p,
form,
input,
button,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
body,
button,
input,
select,
textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
input,
select,
textarea {
	font-size: 100%;
}
a {
	text-decoration: none;
	/* color: #1c8fca; */
}
a:hover {
	text-decoration: none;
	color: #c00;
}
a.blue_link {
	color: #06c;
}
a.blue_link:hover {
	color: #f60;
}
.clearfix:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfix {
	*zoom: 1;
}
img {
	border: 0 none;
	vertical-align: top;
}
em {
	font-style: normal;
}
button::-moz-focus-inner {
	padding: 0;
	border: none;
}
.wrap {
	width: 980px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mt {
	margin-top: 10px;
}
.ml {
	margin-left: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mb {
	margin-bottom: 10px;
}
.none {
	display: none;
}
.mod_my_orders_buy {
	border: 6px #CCC solid;
	border-top-width: 5px;
	border-bottom-width: 5px;
	width: 700px;
	overflow: hidden;
}
.dialog_orders_buy {
	border: 1px #B4B4B4 solid;
	width: 678px;
	padding: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}
.dialog_orders_buy .cell_h3 {
	color: #333;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	line-height: 30px;
	padding: 0 0 0 10px;
}
.dialog_orders_buy .close_window {
	background: url("../static/images/order/my_orders_cancel.jpg?1409543") no-repeat scroll -39px -10px;
	display: block;
	height: 11px;
	position: absolute;
	right: 10px;
	text-indent: -999em;
	top: 15px;
	width: 10px;
	z-index: 1001;
}
.dialog_orders_buy .dia_top_border {
	background: url("../static/images/order/my_orders_cancel.jpg?1409543") repeat-x scroll 0 0;
	height: 8px;
	width: 678px;
	overflow: hidden;
}
.dialog_orders_buy .dia_main {
	width: 655px;
	overflow: hidden;
	margin: 0 0 0 14px;
	position: relative;
	z-index: 4;
}
.dialog_orders_buy .dia_main .btn_layout {
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 638px;
	_margin-top: 25px;
	text-align: center;
}
.dialog_orders_buy .dia_main .btn_layout a.btn_sub {
	background: url(../static/images/order/my_order_sprite.jpg?1409543) no-repeat scroll 0 -129px;
	color: #FFF;
	display: inline-block;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	width: 92px;
	margin-left: 15px;
}
.dialog_orders_buy .dia_main .btn_layout a.btn_cancel {
	background: url(../static/images/order/my_order_sprite.jpg?1409543) no-repeat scroll 0 -93px;
	color: #555;
	display: inline-block;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	width: 92px;
}
.cp_intro {
	width: 290px;
	overflow: hidden;
	padding-top: 15px;
	line-height: 20px;
	margin-left: 10px;
}
.cp_intro .name {
	font-family: "微软雅黑";
}
.cp_price,
.cp_num {
	margin-left: 50px;
	color: #727272;
}
.cp_order {
	width: 108px;
	padding-top: 10px;
	line-height: 15px;
	margin-left: 50px;
}
.cp_order .btn {
	width: 108px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #e4e4e4;
	margin-bottom: 3px;
}
.cp_order a {
	display: block;
	widows: 100%;
	text-align: center;
}
.blue {
	color: #1659b2;
	text-align: center;
}
.layout_w980_g33,
.layout_w980_g18 {
	width: 990px;
	margin: 0 auto;
	zoom: 1;
	text-align: left;
	margin-top: 10px;
}
.layout_w1200_g22 {
	width: 1210px;
	margin: 0 auto;
	zoom: 1;
	text-align: left;
	margin-top: 10px;
}
.layout_w980_g33:after,
.layout_w980_g18:after,
.layout_w1200_g22:after {
	clear: both;
	display: block;
	content: '';
	height: 0;
	visibility: hidden;
}
.layout_w980_g18 .grid_4 {
	float: left;
	width: 205px;
	_width: 205px;
	margin: 0 5px 10px 5px;
}
.layout_w980_g18 .grid_14 {
	float: left;
	width: 765px;
	_width: 760px;
	margin: 0 5px 10px 5px;
}
.layout_w1200_g22 .grid_4 {
	float: left;
	width: 205px;
	_width: 205px;
	margin: 0 5px 10px 5px;
}
.layout_w1200_g22 .grid_18 {
	float: left;
	width: 985px;
	_width: 980px;
	margin: 0 5px 10px 5px;
}
.leftList {
	background-color: #fff;
	overflow: hidden;
	float: left;
	width: 193px;
	border: 1px solid #e7e7e7;
	margin-top: 30px;
}
.leftList .title {
	width: 100%;
	height: 55px;
	background: #fff;
	border-bottom: 1px solid #fd6d37;
	position: relative;
}
.leftList .title .iconMy {
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 22px;
	top: 17px;
}
.iconMy2 {
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 22px;
	top: 20px;
}
.leftList .title strong {
	position: absolute;
	left: 47px;
	top: 19px;
	font-size: 14px;
	font-family: 'microsoft yahei';
}
.leftList .hoverDown strong a {
	color: #999;
}
.leftList .email_icon {
	position: relative;
	width: 15px;
	height: 11px;
	background: url(http://image.yihaodianimg.com/member/member/images/menu/icon_myyhd_index_24.png) no-repeat -257px -2px;
	position: absolute;
	right: 20px;
	top: 26px;
}
.leftList .title .email_icon i {
	position: absolute;
	top: -10px;
	right: -18px;
	background: #ff3c3c;
	border: #f22323 1px solid;
	width: 22px;
	height: 13px;
	line-height: 15px;
	text-align: center;
	border-radius: 10px;
	color: #fff;
}
.leftList .on {
	background-color: #fd6d37;
}
.leftList .on .email_icon {
	background: url(http://image.yihaodianimg.com/member/member/images/menu/icon_myyhd_index_24.png) no-repeat -275px -2px;
	width: 15px;
	height: 11px;
}
.leftList .on .iconMy {
	background: url(http://image.yihaodianimg.com/member/member/images/menu/icon_myyhd_index_24.png) no-repeat -20px 0;
	_background: url(http://image.yihaodianimg.com/member/member/images/menu/icon_myyhd_index_8.png) no-repeat -20px 0;
}
.leftList .on strong a {
	color: #ffffff;
}
.leftList .titleContent {
	width: 100%;
	height: 100%;
}
.leftList .subtitle {
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.leftList .subtitle:hover .iconArrow {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.leftList .subtitle span {
	position: absolute;
	left: 46px;
	font-size: 15px;
}
.leftList .subtitle a {
	color: #666;
	width: 100%;
	height: 100%;
	display: block;
}
.leftList .subtitle .iconDian {
	_line-height: 0;
	_font-size: 0;
	width: 4px;
	height: 4px;
	background-color: #fd6d37;
	display: block;
	position: absolute;
	left: 23px;
	top: 15px;
}
.leftList .subtitle .iconArrow {
	width: 9px;
	height: 5px;
	display: block;
	position: absolute;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	_line-height: 0;
	_font-size: 0;
	background: url(http://image.yihaodianimg.com/member/member/images/menu/icon_myyhd_index_24.png) no-repeat -74px -4px;
	http: //image.yihaodianimg.com/member/member/images/menu/icon_myyhd_index_8.png) no-repeat -74px -4px;
	right: 35px;
	top: 15px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.leftList .subtitle .iconArrowR {
	-webkit-transform: rotate(180deg);
	-webkit-transition: .5s ease;
	-moz-transform: rotate(180deg);
	-moz-transition: .5s ease;
	-o-transform: rotate(180deg);
	-o-transition: .5s ease;
	transform: rotate(180deg);
	transition: .5s ease;
}
.leftList .tradeCenter {
	width: 100%;
}
.leftList .tradeCenter .liTab li {
	width: 100%;
	height: 28px;
	line-height: 28px;
}
.leftList .tradeCenter .liTab li a {
	overflow: hidden;
	white-space: nowrap;
	display: block;
	width: 147px;
	padding-left: 47px;
	height: 28px;
	line-height: 28px;
	color: #999;
}
.leftList .tradeCenter .liTab li a:hover {
	background-color: #fd6d37;
	color: white;
}
.leftList .tradeCenter .hideLiTab {
	display: none;
}
.leftList .tradeCenter .liTab li .selected {
	background-color: #fd6d37;
	color: white;
}
.fenlei b {
	font-size: 18px;
	color: #ff4500;
}
.history_cp {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	/*bottom: 20px;*/
}
.min_box {
	width: 930px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	float: left;
	margin-left: 34px;
	margin-top: 40px;
	position: relative;
}
.min_box li {
	display: block;
	width: 130px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.min_box .name {
	line-height: 20px;
}
.min_box .name a {
	color: #797979;
}
.min_box .name a:hover {
	color: #ff3c3c;
}
.blue .color_red,
.color_red {
	color: #e60012;
}
.history_cp .price {
	font-size: 14px;
	font-family: "Century Gothic";
	height: auto;
	overflow: hidden;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	float: none;
}
.history_cp .btn {
	width: 101px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(../static/images/btnbg.png);
	margin: 0px auto;
	margin-top: 10px;
}
.history_cp .left,
.history_cp .right {
	width: 18px;
	height: 242px;
	cursor: pointer;
	padding-top: 100px;
	box-sizing: border-box;
	z-index: 11111;
	position: absolute;
	top: 0px;
}
.history_cp .left {
	left: 0px;
}
.history_cp .right {
	right: 0px;
}
.history_cp img {
	vertical-align: middle;
}
.right_box .tab_tit {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: 2px solid #ff4500;
}
.right_box .tab_tit .fl {
	box-sizing: border-box;
}
.right_box .tab_tit b {
	color: #ff4500;
	font-size: 18px;
	line-height: 36px;
	margin-left: 10px;
}
.right_box .tab_tit .fr {
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
.right_box .tab_tit .sele {
	border: none;
	padding-right: 0px;
}
.right_box .tab_tit .margin_top {
	margin-top: -22px;
	height: 72px;
}
.right_box .tab_tit .fr .label {
	height: 25px;
	line-height: 25px;
}
.right_box .tab_tit .fr .label2 {
	height: 25px;
	line-height: 25px;
	border: 1px solid #dddddd;
	margin-top: 7px;
	margin-left: 10px;
}
.right_box .tab_tit .fr .label2 i {
	float: left;
	padding-top: 3px;
	padding-left: 3px;
	margin-right: 10px;
}
.right_box .tab_tit .fr .label2 input {
	height: 20px;
	line-height: 18px;
	outline: none;
	border: none;
	outline: none;
	width: 100px;
	color: #a9a9a9;
	font-size: 14px;
}
.right_box .tab_tit .fr .label input {
	display: block;
	height: 25px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	float: left;
	margin-top: 7px;
	outline: none;
	width: 150px;
}
.right_box .tab_tit .fr .label .text {
	color: #929292;
	font-size: 14px;
	padding-left: 10px;
	background: #fff;
}
.right_box .tab_tit .fr .label .btn {
	width: 50px;
	background: #fafafa;
	border-left: none;
}
.right_box .select {
	height: 40px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 0px 5px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}
.right_box .select select {
	border: none;
	outline: none;
	background: url(../static/images/downs.jpg) right no-repeat;
}
.right_box .select .pos_bg {
	width: 20px;
	line-height: 20px;
	position: absolute;
	right: 5px;
	top: 10px;
}
.submit input {
	width: 60px;
	height: 25px;
	background: #fafafa;
	border: 1px solid #dddddd;
	margin-left: 10px;
	outline: none;
}
.tab_li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dddddd;
	margin-top: 10px;
}
.tab_li li {
	display: block;
	padding: 0px 30px;
	float: left;
	border-right: 1px solid #dddddd;
	cursor: pointer;
}
.tab_li .cur {
	background: #f27e56;
	color: #fff;
}
.tab_intros {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tab_intros ul {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}
.tab_intros li {
	display: block;
	height: 42px;
	padding: 15px 26px;
	overflow: hidden;
	float: left;
	line-height: 25px;
}
.tab_intros li.frist {
	height: auto;
}
.tab_intros li.frist b,
.tab_intros .chi_bl li b {
	background: none;
	padding-left: 0px;
	margin-left: 0px;
}
.tab_intros li b {
	color: #565658;
	font-size: 18px;
	font-weight: normal;
	background: url(../static/images/hide.png) left center no-repeat;
	padding-left: 12px;
	margin-left: -10px;
}
.tab_intros .show b {
	background: url(../static/images/show.png) left center no-repeat;
}
.tab_intros .chi_bl li {
	height: 78px;
}
.tab_intros .chi_bl li b {
	font-size: 14px;
	padding-left: 70px;
}
.tab_intros .chi_bl li p {
	padding-left: 70px;
}
.tab_intros .chi_bl li p.h45 {
	padding-left: 0px;
}
.tab_intros li p {
	color: #565658;
	font-size: 12px;
}
.chi_bl {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../static/images/linesss.jpg) center center repeat-x #ebebeb;
	display: none;
}
.show .chi_bl {
	display: block;
}
.tab_intros li p.h45 {
	display: block;
	height: 45px;
	line-height: 45px;
}
.tab_intros li p.h45 a {
	padding: 0px 3px;
}
.tab_intros li.blue span {
	display: block;
	height: 28px;
	line-height: 28px;
}
.tab_intros li i {
	display: block;
	font-style: normal;
	width: 108px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #dddddd;
	margin-top: 10px;
}
.tab_intros li .none {
	margin-top: 0px;
}
.blue a {
	color: #1759b2;
}
.blue a:hover {
	color: #e60012;
}
.footer {
	margin-top: 20px;
}
.per_center {
	background: #fff;
	padding: 20px;
	height: auto;
	overflow: hidden;
}
.per_img {
	width: 100px;
	height: 100px;
	border: 2px solid #acacac;
	border-radius: 3px;
}
.per_img img {
	width: 100%;
	height: 100%;
}
.per_intro {
	padding-top: 5px;
	margin-left: 20px;
}
.per_intro .name {
	font-size: 18px;
	color: #565658;
}
.per_intro p {
	font-size: 12px;
	color: #565658;
}
.dengji {
	margin-top: 40px;
}
.jindutiao {
	width: 190px;
	height: 8px;
	background: #c84340;
	border-radius: 4px;
}
.jdt {
	width: 25%;
	height: 8px;
	background: #ffeb68;
	border-radius: 4px;
}
.zh_intro {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}
.zh_intro p {
	float: left;
	color: #565658;
	font-size: 18px;
	margin-right: 40px;
}
.zh_intro p b {
	color: #fd1f1f;
	font-size: 30px;
}
.zh_intro p i {
	font-style: normal;
}
.chongzhi {
	width: 100px;
	height: 30px;
	background: #ff6485;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	margin-right: 30px;
}
.chongzhi a {
	font-size: 18px;
	color: #fff;
}
.chongzhi a:hover {
	color: #fff;
}
.sele {
	height: auto;
	overflow: hidden;
	padding: 20px 0px;
	float: right;
	position: relative;
	width: 747px;
}
.tab_tit .sele {
	padding: 0px;
}
.sele li {
	display: block;
	float: left;
	margin-left: 25px;
	height: 30px;
	line-height: 30px;
}
.sele li input {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.search {
	cursor: pointer;
	padding-left: 10px;
	width: 80px;
	box-sizing: border-box;
	position: relative;
	z-index: 11111111111;
}
.sele ul {
	display: block;
	height: auto;
	overflow: hidden;
	float: right;
}
.search span {
	display: block;
	width: 100%;
	background: url(../static/images/downs.jpg) right no-repeat;
}
.sele .cur {
	width: 80px;
	border: 1px solid #dddddd;
	border-bottom: none;
	padding-left: 9px;
	line-height: 28px;
	height: 32px;
	background: #fafafa;
	border-bottom: none;
}
.right_box .postab_tit {
	width: 747px;
	height: 55px;
	right: 0px;
	top: 51px;
	position: absolute;
	display: none;
}
.right_box .postab_tit2 {
	top: 31px;
}
.cx_return {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #d8d8db;
	box-sizing: border-box;
}
.cx_return .th {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ececec;
	box-sizing: border-box;
}
.cx_return .th li {
	display: block;
	width: 20%;
	float: left;
	text-align: center;
	color: #3e72c0;
	font-size: 16px;
}
.cx_return .tb {
	height: 70px;
	line-height: 70px;
}
.cx_return .tb li {
	display: block;
	float: left;
	width: 20%;
	color: #565658;
	font-size: 18px;
	text-align: center;
}
.new-tit {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ff4500;
}
.new-tit a {
	color: #888888;
	font-size: 18px;
	font-family: "微软雅黑";
	background: url(../static/images/lines.jpg) center right no-repeat;
	height: 18px;
	line-height: 18px;
	padding-right: 10px;
	margin-right: 10px;
}
.new-tit .font-color {
	color: #ff4500;
}
.new-tit a.bgnone {
	background: none;
}
.per-center {
	width: 450px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 30px;
}
.per-img {
	width: 100%;
	text-align: center;
}
.up-img {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #0f6aa9;
	font-family: "微软雅黑";
	margin: 10px 0px;
}
.per-center label {
	display: block;
	width: 100%;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-top: 30px;
}
.per-center label input {
	border: none;
	background: none;
}
.per-center label input.color-red {
	color: #e43e40;
}
.per-center label input {
	font-family: "微软雅黑";
}
.per-center label input.border {
	width: 150px;
	border: 1px solid #888;
	height: 33px;
}
.per-center span {
	display: block;
	width: 180px;
	float: left;
	text-align: right;
}
.per-center .pass span {
	width: 100px;
}
.buttons {
	width: 270px;
	height: 36px;
	line-height: 36px;
	color: #fff;
}
.per-center label input.buttons {
	background: #e43e40;
	margin-left: 100px;
}
.per-center label input.w300 {
	width: 300px;
	height: 100%;
	border: 1px solid #888;
}
.new-tab {
	height: auto;
	overflow: hidden;
}
.new-tab li {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 170px;
	float: left;
	text-align: center;
	color: #000;
	background: #fafafa;
	border: 1px solid #ddd;
	font-size: 14px;
	margin-top: 20px;
}
.new-tab li.on {
	background: #f27e56;
	border: 1px solid #f27e56;
	color: #fff;
}
.new-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.new-list li {
	display: block;
	width: 100%;
	padding: 10px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.new-list i {
	display: block;
	width: 63px;
	height: 63px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}
.new-list .name {
	width: 360px;
	float: left;
	margin-left: 70px;
}
.new-list .name p {
	font-size: 18px;
	font-family: "微软雅黑";
	height: 45px;
	line-height: 18px;
}
.new-price,
.new-danwei,
.new-daohuo {
	height: 63px;
	line-height: 63px;
	float: left;
	margin-left: 88px;
}
.new-daohuo {
	width: 100px;
	text-align: center;
}
.new-daohuo p {
	line-height: 30px;
}
.bgf {
	background: #fff;
}
.new-daohuo .dis_decrease {
	float: left;
}
.new-daohuo .add {
	float: left;
	margin-left: 10px;
}
.new-daohuo input {
	width: 36px;
	float: left;
	text-align: center;
	margin-left: 10px;
}
.new-daohuo a {
	color: #f27e56;
}
.new-tits {
	width: 100%;
	font-size: 24px;
	font-family: "微软雅黑";
	margin-top: 30px;
	text-align: center;
}
.new-share {
	width: 140px;
	float: right;
	margin-top: 10px;
}
.new-share span {
	float: left;
}
.new-share li {
	float: left;
	margin-left: 5px;
}
.new-text p {
	display: block;
	width: 95%;
	margin: 0px auto;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 20px;
}
.atical {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding-bottom: 30px;
}
.other-page {
	width: 95%;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
}
.other-page a {
	color: #565658;
}
.grid_4 {
	height: auto;
	overflow: hidden;
}
.leftBox .tuijian_cp {
	background: #fff;
	margin-top: 20px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 20px 0px;
}
.leftBox .tuijian_cp span {
	display: block;
	font-size: 16px;
	margin: 0 0px 0px 10px;
	color: #686868;
	font-weight: bold;
}
.leftBox .tuijian_cp li {
	margin-left: 18px;
}
.leftBox .tuijian_cp .name a {
	color: #565658;
	margin-top: 10px;
}
.tuijian_cp .name {
	width: 100%;
	height: 35px;
	overflow: hidden;
	word-break: break-all;
	_zoom: 1;
	margin-top: 10px;
}
.leftBox .tuijian_cp .name a:hover {
	text-decoration: none;
	color: #c00;
}
.atical-list a {
	color: #565658;
	font-size: 18px;
	font-family: "微软雅黑";
}
/* .atical-list li {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(images/line5.jpg) center left no-repeat;
	padding-left: 50px;
	box-sizing: border-box;
}
.atical-list li.bgf {
	background: url(images/line5.jpg) center left no-repeat #fff;
} */
.new-block {
	width: 1200px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
}
.new-block ul {
	margin-left: -13px;
}
.new-block li {
	width: 289px;
	height: 272px;
	background: url(../static/images/newbg.png);
	padding-left: 10px;
	padding-top: 10px;
	box-sizing: border-box;
	float: left;
	margin-left: 13px;
	margin-top: 10px;
}
.new-block .name {
	width: 90%;
	margin: 0px auto;
}
.new-block .name a {
	font-size: 18px;
	color: #a21f1f;
	font-family: "微软雅黑";
}
.new-block .intro {
	width: 90%;
	margin: 0px auto;
	font-size: 14px;
	font-family: "微软雅黑";
	height: 30px;
	line-height: 30px;
	overflow: auto;
}
.miaosha {
	width: 1200px;
	margin: 0px auto;
	height: 770px;
	background: url(../static/images/qbg.jpg);
}
.miaosha .time {
	float: left;
	margin-top: 454px;
	margin-left: 323px;
}
.miaosha .time li {
	font-size: 70px;
	color: #ffde8e;
	font-family: arial;
	float: left;
	margin-left: 80px;
}
.ms-bz {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
}
.ms-block {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.ms-block span {
	height: 400px;
	width: 240px;
	color: #fff;
	float: left;
	font-size: 48px;
	text-align: center;
	padding-top: 130px;
	box-sizing: border-box;
}
.ms-block ul {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.ms-block .bg1 span {
	background: #fb3a3d;
}
.ms-block .bg2 span {
	background: #24bde3;
}
.ms-block li {
	float: left;
}
.adress-edit span {
	display: block;
	width: 70px;
	text-align: right;
}
.adress-edit b {
	color: #ff0000;
}
.adress-edit label {
	height: 30px;
	line-height: 30px;
}
.new-total {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #e3e3e3;
	margin: 20px 0px;
}
.new-total li{
	float: left;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-left: 60px;
	
}
.new-total li b{
	font-size: 24px;
}
.new-total .fr{
	width: 230px;
	float: right;
	background: #e03235;
	text-align: center;
	color: #fffefe;
	font-size: 24px;
}
.new-cpblock{
	width: 95%;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	border: 1px solid #ff875a;
	background: #fff;
}
.new-cptit{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #ff875a;

}
.new-cpblock li{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0px;
}
.new-cpblock i{
	display: block;
	width: 187px;
	height: 187px;
	float: left;
}
.new-cpblock .intro{
	width: 100%;
	padding-left: 190px;
	box-sizing: border-box;
	padding-right: 50px;
}
.new-cpblock .intro .name a{
	font-size: 24px;
	color: #555;
	font-family: "微软雅黑";
}
.new-cpblock .intro .new-other .fl {
	margin-top: 50px;
}
.new-cpblock .intro .new-other .fl p{
	line-height: 50px;

}
.new-cpblock .intro .new-other .fr{
	margin-top: 50px;
}
.new-cpblock .intro .new-other .fr p{
	line-height: 25px;
}
.new-show{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #e1e0e0;
	color: #686868;
	font-family: "微软雅黑";
	font-size: 16px;
}
