body,h3,p,img,a,ul,li{
	padding:0;
	margin:0;
}
img,a{
	text-decoration:none; 
	cursor:pointer;
}
img{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
input{
       
	border: 0;  
	outline: none; 
	background-color: rgba(0, 0, 0, 0);

}
body{
	background-color: #f5f5f5;
} 
.top_resp {
    width: 100%;
    background-color: #dddddd;
    border-bottom: 2px #eeeeee solid;
    position: fixed;
    top: 0;
    z-index: 66;
}
.top_resp>.top {
    width: 1200px;
    margin: 0 auto;
    background-color: #dddddd;
}
.top_resp>.top>ul>li {
    line-height: 36px; 
    font-size: 12px;
    margin-left: 18px;
    color: #555;
}
.top_resp>.top>ul>li>a>i{
	font-size:20px; 
}
.top_resp>.top>ul>li>a {
    color: #555;
}
.top_resp>.top>ul>li>a>img{
	height:18px;
}
.top_resp>.top>ul>.login>a {
    color: #fa466c;
    padding-left: 4px;
}
.top_resp>.top>ul>li>select {
    border: none;
    background-color: #dddddd;
    color: #555;
    text-align: center;
}
.top_resp>.top>ul>.home {
    float: left;
    line-height: 37px;
    background: url(https://img.maiiepay.com/images/home.png) no-repeat left center;
    padding-left: 31px;
    color: #999999;
    font-size: 12px;
	margin-left: 0;
}
.top_resp>.top>ul>li>span {
    margin-left: 18px;
}
.top_resp>.top>ul>.login>a {
    color: #fa466c;
    padding-left: 4px;
}
.top_resp>.top>ul>.login>a>img {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    float: left;
    margin-top: 9px;
}
.top_resp>.top>ul>.login {
    position: relative;
    padding: 0 5px;
}
.top2_resp{
	width:100%;
	position:fixed;
	top:37px;
	z-index:99999;
	background-color: #fff;
}
.top_fixed{
	top:0;
}
.top2{
	height:121px;
	display: flex;
	align-items: center; 
	width:1200px;
	margin:0 auto;
	position:relative;
}
.top2>.left>img{
	height:80px;
	margin-left:18px;
}
.top2>.left>.logo2{
	display:none;
}
.top_fixed>.top2>.left>.logo{
	display:none;
}
.top_fixed>.top2>.left>.logo2{
	display:block;
	height:40px;
}
.top_fixed>.top2>.right{
	display:none;
}
.top_fixed>.top2>.center>.row>.word{
	display:none;
}
.top_fixed>.top2{
	height:70px;
}
.top2>.center{
	height:70px;
	display: flex;
	align-items: center; 
	position:absolute;
	width:600px;
	margin-left:-300px;
	left:50%;
	top:50%;
	margin-top: -35px;
}
.top2>.center>.row{
	display:inline-block;
}
.top2>.center>.row>.cate{
	margin-left:15px;
}
.top2>.center>.row>.cate>.left{
	color: #F40;
    text-align: center;
    float: left;
    padding:0 10px;
    height: 22px;
    line-height: 22px;
    margin-right: 4px;
    cursor: pointer;
}
.top2>.center>.row>.cate>.left:hover{
	background-color: #FFEEE5;
    color: #f9466c; 
}
.top2>.center>.row>.cate>.active{
	background-image: linear-gradient(to right,#f9466c 0,#ff5000 100%);
	font-weight:700;
	color:#fff;
	border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.top2>.center>.row>.cate>.active:hover{
	color: #fff;
}
.top2>.center>.row>.search{
	position:relative;
}
.top2>.center>.row>.search>.result{
	position:absolute;
	top:36px;
	width:470px;
	background-color:#fff;
	left:0;
	border: 1px solid #ccc;
	display:none;
}
.top2>.center>.row>.search>.result>a{
	display:block;
	line-height: 24px;
	padding: 1px 6px;
	color:#666;
	font-size: 12px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
}
.top2>.center>.row>.search>.result>a:hover{
	background-color:#f5f5f5;
}
.top2>.center>.row>.search>input{
    text-indent: 10px;
    height: 32px;
    line-height: 32px;
    width: 472px;
    border: none;
    outline: 0;
    background: #FFF;
	border: 2px solid #f9466c;
	margin-right: 74px;
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.top2>.center>.row>.search>button{
	position:absolute;
	right:0;
	top:0;
	height:36px;
	width:74px;
	font-size: 18px;
    font-weight: 700;
    color: #FFF;
    background-color: #FF4200;
    cursor: pointer;
	border:0;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.top2>.center>.row>.word{
	height: 20px;
    line-height: 20px;
	font-size:12px;
	color:#333333;
}
.top2>.center>.row>.word>a{
	margin-right:3px;
}
.top2>.center>.row>.word>a:hover{
	color:#fa466c;
}
.top2>.right{
	height:121px;
	position:absolute;
	top:0;
	right:0;
	display: flex;
	align-items: center; 
	z-index:999999;
}
.top2>.right>.code2{
	position:absolute;
	top:121px;
	left:0;
	display:none;
}
.top2>.right:hover .code2{
	display:block;
}

/*导航*/
.nav_resp {
	width: 100%;
	background-color: #f9466c;
	border-top: #fa9aae 1px solid;
	border-bottom: #fa9aae 1px solid;
	position: fixed;
	top: 158px;
	z-index: 9999;
}

.nav_resp>.nav {
	width: 1200px;
	margin: 0 auto;
	background-color: #f9466c;
}

.nav_resp>.nav>.top {
	float: left;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-family: Myriad Pro Regular;
	padding: 0 25px;
	position: relative;
	cursor: pointer;
}

.nav_resp>.nav>.top>a {
	color: #fff;
	font-weight: 700;
}

.nav_resp>.nav>.top:hover {
	background: #d3415f;
	color: #b1b9e4;
}

.nav_resp>.nav>.top>ul {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #f9466c;
	text-align: center;
	display: none;
}

.nav_resp>.nav>.top:hover ul {
	display: block;
}

.nav_resp>.nav>.top>ul>li>a {
	color: #fff;
}

.nav_resp>.nav>.top>ul>li:hover {
	background: #d3415f;
	color: #b1b9e4;
}

.nav_resp>.nav>a {
	float: left;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-family: Myriad Pro Regular;
	padding: 0 25px;
	font-weight: 600;
}

.nav_resp>.nav>a:hover {
	background: #d3415f;
	color: #b1b9e4;
}

.nav_resp>.nav>.first:hover {
	background: #ee0435;
	color: #fff;
}

.nav_resp>.nav>.first {
	width: 215px;
	text-align: center;
	padding: 0;
	background-color: #ee0435;
}

/*用户中心导航*/
.userNav {
	width: 100%;
	border-bottom: #ff4573 4px solid;
	position: fixed;
	top: 158px;
	z-index: 9999;
	background-color: #ffffff;
}

.userNav>.nav { 
	width: 1200px;
	margin: 0 auto;
}

.userNav>.nav>a {
	float: left;
	line-height: 40px;
	color: #333333;
	font-size: 16px;
	padding: 0 25px;
	font-weight: 600;
}

.userNav>.nav>a:hover {
	background: #ee0435;
	color: #fff;
}


.userNav>.nav>.active {
	width: 215px;
	text-align: center;
	padding: 0;
	color: #fff;
	background-color: #ee0435;
}
.fs_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top:190px;
}
.fs_inner>.category {
	width: 215px;
	float: left;
}

.fs_inner>.category>h3 {
	line-height: 43px;
	border-top: 1px solid #ef8fa3;
	background-color: #fa466c;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.fs_inner>.category>ul {
	background-color: #fff;
}

.fs_inner>.category>ul>li {
	line-height: 50px;
	height:50px;
	padding-left: 10px;
	cursor: pointer;
	background: url('https://img.maiiepay.com/static/images/arr_right.png') no-repeat right 14px center;
}

.fs_inner>.category>ul>li:hover {
	background-color: #ffe9ee;
}

.fs_inner>.category>ul>li>.sub{
	position:absolute;
	width:742px;
	height:380px;
	top:0;
	left:215px;
	background-color:#fff;
	z-index:2;
	padding:10px;
	overflow:auto;
	display:none;
	border-left:#f5f5f5 solid 5px;
}
.fs_inner>.category>ul>li:hover >.sub{
	display:block;
}

.fs_inner>.category>ul>li>.sub>.row{
	font-size:12px;
	line-height:30px;
}

.fs_inner>.category>ul>li>.sub>.row>.sub{
	width:102px;
	overflow:hidden;
	text-align:right;
	font-weight: 700;
}
.fs_inner>.category>ul>li>.sub>.row>.sub:hover{
	color: #c81623;
}

.fs_inner>.category>ul>li>.sub>.row>.sub>i{
	font-size:12px;
	margin-left:5px;
}

.fs_inner>.category>ul>li>.sub>.row>.subsub{
	width:590px;
	margin-left: 20px;
}
.fs_inner>.category>ul>li>.sub>.row>.subsub>span{
	margin-right:5px;
}
.fs_inner>.category>ul>li>.sub>.row>.subsub>span:hover{
	color: #c81623;
} 

.fs_inner>.category>ul>li>img {
	float: left;
	padding-top: 10px;
	margin-right: 6px;
}

.fs_inner>.category>ul>li>a {
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display:inline-block;
	width:180px;
}

.fs_inner>.banner {
	float: left;
	width: 753px;
	height: 398px;
	margin: 0 12px 0 12px;
}

.fs_inner>.banner>.owl-stage-outer>.owl-stage>.owl-item>.item>a>img {
	width: 753px;
	height: 400px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -25px;
	position: absolute;
	left: 344px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #fa466c;
}

.fs_inner>.fs3 {
	float: left;
	width: 208px;
}

.fs_inner>.fs3>.top {
	height: 194px;
	background-color: #ffffff;
	border-radius: 5px;
	position:relative;
	text-align:center;
}

.fs_inner>.fs3>.top>a {
	display: block;
	padding-top: 10px;
}

.fs_inner>.fs3>.top>a>img {
	width: 73px;
	height: 73px;
}

.fs_inner>.fs3>.top>p {
	text-align: center;
	font-size: 16px;
	color: #222222;
	line-height: 35px;
}

.fs_inner>.fs3>.top>.name>.left>a>img {
	width: 36px;
	height: 36px;
}

.fs_inner>.fs3>.top>.name>.left>a>p {
	font-size: 12px;
	color: #222222;
}

.fs_inner>.fs3>.top>.name>.left {
	width: 33%;
	text-align: center;
}
.fs_inner>.fs3>.top>.bottom{
	position:absolute;
	bottom:40px;
	left:0;
	width:100%;
}
.fs_inner>.fs3>.top>.bottom>a {
	width: 77px;
	height: 34px;
	border-radius: 7px;
	background-color: #fa466c;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 16px; 
}

.fs_inner>.fs3>.top>.bottom>.button:nth-child(1) {
	float:left;
	margin-left:20px;
}

.fs_inner>.fs3>.top>.bottom>.button:nth-child(2) {
	background-color: #cccccc;
	float:right;
	margin-right:20px;
}

.fs_inner>.fs3>.bottom {
	padding: 7px 10px;
	margin-top: 10px;
	background-color: #fff;
	border-radius: 7px;
	height: 182px;
}

.fs_inner>.fs3>.bottom>.top {
	line-height: 20px;
	height: 20px;
	border-bottom: 2px solid #cdcdcd;
	border-image: -webkit-linear-gradient(#cdcdcd,#ededed) 30 30;
	border-image: -moz-linear-gradient(#cdcdcd,#ededed) 30 30;
	border-image: linear-gradient(#cdcdcd,#ededed) 30 30;
}

.fs_inner>.fs3>.bottom>.top>.headline {
	color: #555555;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
}

.fs_inner>.fs3>.bottom>.top>.announcement {
	color: #555555;
	font-size: 12px;
	margin-left: 15px;
	cursor: pointer;
}

.fs_inner>.fs3>.bottom>.top>.active {
	border-bottom: 3px solid #fa466c;
	color: #fa466c;
}

.fs_inner>.fs3>.bottom>.top>.line {
	width: 1px;
	height: 18px;
	display: inline-block;
	background-color: #cccccc;
	margin-left: 12px;
}

.fs_inner>.fs3>.bottom>.top>.more {
	color: #fa466c;
	font-size: 12px;
	cursor: pointer;
	float: right;
}

.fs_inner>.fs3>.bottom>.article {
	height: 160px;
	overflow: hidden;
	margin-top: 5px;
}
.fs_inner>.fs3>.bottom>.article>ul>li{
	height:28px;
	line-height:28px;
}
.fs_inner>.fs3>.bottom>.article>ul>li>a {
	display: block;
	color: #666666;
	font-size: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*国家馆*/

.countryWord {
	width: 1200px;
	margin: 0 auto;
}
.countryWord>.title {
	text-align:center;
	margin:20px 0;
}
.countryWord>.title>a {
	float: right;
	font-size: 16px;
	color: #fa466c;
	line-height: 46px;
}
.countryWord>.entry{
	border-radius: 7px;
	background-color: #fff;
}
.countryWord>.entry>a{
	width: 25%;
	padding: 18px 0;
}
.countryWord>.entry>a>img {
	float: left;
	margin-left: 68px;
	width:68px;
	height:68px;
}
.countryWord>.entry>a>p {
	float: left;
	padding-left: 8px;
}
.countryWord>.entry>a>p>span {
	display: block;
	padding-top: 8px;
	color: #555555;
	font-size: 16px;
}
/*首页活动*/
.index_activity{
	width:1200px;
	margin:8px auto;
}
.index_activity>.left{
	width:565px;
	background-color:#ffffff;
	padding:15px;
	border-radius:5px;
}
.index_activity>.left>.title{
	height:24px;
	line-height:24px;
}
.index_activity>.left>.title>.left{
	font-size:24px;
	color:#333333;
}

.index_activity>.left>.title>.left>a{
	height:24px;
	width:20px;
	background:url('https://img.maiiepay.com/static/images/more.png') no-repeat right center;
	margin-left:5px;
	padding-right:25px;
	color:#333333;
}
.index_activity>.left>.title>.right{
	font-size:18px;
	color:#666666;
	overflow: hidden;
    width: 323px;
    height: 26px;
}
.index_activity>.left>.title>.right>span{
	margin-right:14px;
}
.index_activity>.left>.title>.right>span:nth-child(3){
	margin-right:0;
}
.index_activity>.left>.row{
	margin-top:12px;
	height:300px;
	overflow:hidden;
}
.index_activity>.left>.row>.left{
	width:220px;
	height:300px;
	background:url('https://img.maiiepay.com/static/images/act.jpg') no-repeat;
	background-size:cover;
	position:relative;
}
.index_activity>.left>.row>.left>#day{
	position:absolute;
	bottom:77px;
	font-size:24px;
	color:#fff;
	width:220px;
	text-align:center;
}
.index_activity>.left>.row>.left>.time{
	position:absolute;
	bottom:17px;
	left:0;
	color:#fff;
	font-size:16px;
	height:39px;
	line-height:39px;
	margin-left: 30px;
}
.index_activity>.left>.row>.left>.time>span{
	margin-right: 46px;
}
.index_activity>.left>.row>.left>.time>span:nth-child(3){
	margin-right:0;
}
.index_activity>.left>.row>.left>.time>#hours{
	margin-right:50px;
}
.index_activity>.left>.row>.right{
	width:327px;
	padding-top:3px;
	height:297px;
	overflow:hidden;
}
.index_activity>.left>.row>.right>a{
	display:block;
	height:88px;
	margin-bottom:9px;
	border:1px solid #fff;
}
.index_activity>.left>.row>.right>a>.left>img{
	width:88px;
	height:88px;
}
.index_activity>.left>.row>.right>a>.left>p{
	color:#999999;
	font-size:18px;
	line-height:45px;
	margin-left:12px;
	width:225px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.index_activity>.left>.row>.right>a:hover p.title{
	color:#f9466c;
}
.index_activity>.right{
	width:565px;
	background-color:#ffffff;
	padding:15px;
	border-radius:5px;
}
.index_activity>.right>.title{
	height:45px;
	line-height:23px;
	color:#333333;
	font-size:24px;
}
.index_activity>.right>.title>span{
	margin-right:19px;
}
.index_activity>.right>.title>span:nth-child(3){
	margin-right:7px;
}
.index_activity>.right>.title>.sub{
	font-size:16px;
	color:#666666;
}
.index_activity>.right>.brand_pic>.left{
	width:290px;
}
.index_activity>.right>.brand_pic>.left>a>img{
	width:290px;
	height:290px;
}
.index_activity>.right>.brand_pic>.right{
	width:275px;
}
.index_activity>.right>.brand_pic>.right a>img{
	height:95px;
}
.index_activity>.right>.brand_pic>.right a{
	border:1px solid #fff
}
.index_activity>.right>.brand_pic>.right a:hover{
	border:1px solid #fa466c
}
/*最新产品*/ 
.latestProducts{
	width: 1200px;
	margin: 0 auto;
}

.latestProducts>.title {
	text-align:center;
	margin:20px 0;
}
.latestProducts>.title>a {
	float: right;
	font-size: 16px;
	color: #fa466c;
	line-height: 46px;
}
.latestProducts>.row{
	padding:9px 12px 0 12px;
	background-color:#ffffff;
}
.latestProducts>.product {
	background-color: #fff;
}

.latestProducts>.product .row {
	padding: 9px 12px;
}

.latestProducts>.product .entry {
	position: relative;
}

.latestProducts>.product .entry>a {
	width: 194px;
	border: 1px solid #fff;
	position: relative;
}

.latestProducts>.product .entry>a:hover {
	border: 1px solid #fa466c;
}

.latestProducts>.product .entry>a>.img>img {
	width: 194px;
	height: 194px;
}

.latestProducts>.product .entry>a>.img:hover img {
}

.latestProducts>.product .entry>a>.title {
	height: 35px;
	padding: 7px 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: center;
	color: #999999;
	font-size: 14px;
}

.latestProducts>.product .entry>a>.price {
	text-align: center;
}

.latestProducts>.product .entry>a>.price>.cny {
	color: #fa466d;
	font-size: 16px;
	margin-right: 9px;
}

.latestProducts>.product .entry>a>.price>.usd {
	color: #999999;
	font-size: 12px;
}

.latestProducts>.product .entry>a>.country {
	width: fit-content;
	margin: 0 auto;
	font-size: 14px;
	color: #999999;
	padding: 7px 0;
	padding-left: 35px;
	margin-left: 24px;
	position:relative;
}
.latestProducts>.product .entry>a>.country>img{
	position:absolute;
	top: 50%;
    margin-top: -7.5px;
	left:0;
	width:24px;
	height:15px;
}

.latestProducts>.product .entry>a>.right {
	display: none;
}

.latestProducts>.product .entry>a:hover>.right {
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 56px;
	background-color: #fa466c;
	color: #fff;
	position: absolute;
	width: 194px;
	height: 56px;
	bottom: 0;
	left: 0;
}
.latestProducts>.product .owl-nav>.owl-prev {
	width: 30px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	background:#999999 url('https://img.maiiepay.com/static/images/nav_pre.png') no-repeat;
	background-size: cover;
	display:none;
}

.latestProducts>.product .owl-nav>.owl-next {
	width: 30px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	background:#999999 url('https://img.maiiepay.com/static/images/nav_next.png') no-repeat;
	background-size: cover;
	display:none;
}
.latestProducts>.product:hover .owl-nav>.owl-next {
	display:block;
}
.latestProducts>.product:hover .owl-nav>.owl-prev {
	display:block;
}
/*热门分类*/
.HotCate {
	width: 1200px;
	margin: 0 auto;
}

.HotCate>.title {
	text-align:center;
	margin:20px 0;
}
.HotCate>.title>a {
	float: right;
	font-size: 16px;
	color: #fa466c;
	line-height: 46px;
}

.HotCate>.content {
	border-top: 4px solid #cccccc;
}

.HotCate>.content>.left {
	width: 421px;
	height: 570px;
}

.HotCate>.content>.left>a>img {
	width: 421px;
	height: 427px;
}

.HotCate>.content>.left>.row {
	height: 70px;
	background-color: #7aa737;
	padding: 38px 0;
}

.HotCate>.content>.left>.row>.left {
	border-right: 1px solid #ffffff;
}

.HotCate>.content>.left>.row>.left>a {
	display: block;
	color: #ffffff;
	font-size: 14px;
	width: 210px;
	text-align: center;
}

.HotCate>.content>.left>.row>.left>a:nth-child(2) {
	line-height: 41px;
}

.HotCate>.content>.left>.row>.right>a {
	display: block;
	color: #ffffff;
	font-size: 14px;
	width: 210px;
	text-align: center;
}

.HotCate>.content>.left>.row>.right>a:nth-child(2) {
	line-height: 41px;
}

.HotCate>.content>.right {
	width: 779px;
}

.HotCate>.content>.right>.nav {
	height: 48px;
	line-height: 48px;
	background-color: #ffffff;
}

.HotCate>.content>.right>.nav>a {
	float: left;
	width: 25%;
	text-align: center;
	color: #666666;
	font-size: 16px;
	border-bottom: 1px solid #dddddd;
}

.HotCate>.content>.right>.nav>.active {
	background: #f2f2f2 url('https://img.maiiepay.com/static/images/msg_t.png') no-repeat center bottom -1px;
	color: #fa466c;
	border-bottom: 0;
	height: 49px;
}

.HotCate>.content>.right>ul {
	background-color: #ffffff;
	height: 524px;
	border-bottom: 1px solid #dddddd;
}

.HotCate>.content>.right>ul>li {
	width: 259px;
	text-align: center;
	border-right: 1px solid #dddddd;
	margin-top: 16px;
}

.HotCate>.content>.right>ul>.top {
	border-bottom: 1px solid #dddddd;
}

.HotCate>.content>.right>ul>.bottom {
	margin-top: 0;
}

.HotCate>.content>.right>ul>li:nth-child(3n) {
	border-right: 0;
}

.HotCate>.content>.right>ul>li>.shop {
	color: #333333;
	font-size: 14px;
	display: block;
}

.HotCate>.content>.right>ul>li>.pro>img {
	max-width: 144px;
	height: 144px;
	margin-top: 8px;
}

.HotCate>.content>.right>ul>li>.pro:hover >img {
}

.HotCate>.content>.right>ul>li>.pro>.title {
	width: 210px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	margin-top: 5px;
	color: #999999;
	height: 38px;
	padding: 0 14px;
	color: #333333;
}

.HotCate>.content>.right>ul>li>.pro>.price {
	width: 210px;
	margin: 0 auto;
	text-align: left;
	height: 35px;
	line-height: 35px;
}

.HotCate>.content>.right>ul>li>.pro>.country {
	padding-left: 30px;
	text-align: left;
	margin-bottom: 6px;
	color: #999999;
	margin-left: 14px;
}

.HotCate>.content>.right>ul>li>.pro>.right {
	color: #999999;
	margin-right: 14px;
}

.HotCate>.content>.right>ul>li>.pro>.price>.cny {
	color: #fa466c;
	font-size: 16px;
}

.HotCate>.content>.right>ul>li>.pro>.price>.usd {
	color: #999999;
	font-size: 12px;
}

.HotCate>.content>.right>.attr-brand {
	display: none;
}

.HotCate>.content>.right>.attr-food {
	display: none;
}

.HotCate>.content>.right>.attr-fit {
	display: none;
}
/*个人护理*/
.PersonalCare {
	width: 1200px;
	margin: 0 auto;
}

.PersonalCare>.title {
	text-align:center;
	margin:20px 0;
}
.PersonalCare>.title>a {
	float: right;
	font-size: 16px;
	color: #fa466c;
	line-height: 25px;
}

.PersonalCare>.pro {
	background-color: #fff;
	border-radius: 7px;
}

.PersonalCare>.pro>.pro_ad {
	padding: 12px 35px;
	margin-top: 19px;
}

.PersonalCare>.pro>.pro_ad>a {
	display: inline-block;
	line-height: 20px;
	color: #000;
	width: 255px;
	margin-right: 30px;
	margin-bottom: 12px;
	border: 1px solid #fff;
}

.PersonalCare>.pro>.pro_ad>a:hover {
	border: 1px solid #fa466c;
}

.PersonalCare>.pro>.pro_ad>a>h3 {
	font-size: 21px;
	line-height: 45px;
	font-weight: 700;
	height: 45px;
}

.PersonalCare>.pro>.pro_ad>a>.title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 43px;
	padding:0 10px;
}

.PersonalCare>.pro>.pro_ad>a>.country {
	padding:0 10px;
}

.PersonalCare>.pro>.pro_ad>a>.price {
	color: #999999;
	line-height: 33px;
	height: 33px;
	padding:0 10px;
}

.PersonalCare>.pro>.pro_ad>a>.price>span {
	font-weight: 700;
	font-size: 16px;
	margin-right: 8px;
	color: #f9466c;
}
.PersonalCare>.pro>.pro_ad>a>.price>.usd {
	color: #999999;
    font-size: 12px;
}

.PersonalCare>.pro>.pro_ad>a>h3 {
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.PersonalCare>.pro>.pro_ad>a>img {
	width: 255px;
	height: 255px;
}

.PersonalCare>.pro>.pro_ad>a:nth-child(4n) {
	margin-right: 0;
}

.PersonalCare>.pro>.pro_bottom {
	padding-top: 30px;
	padding-left: 22px;
}

.PersonalCare>.pro>.pro_bottom>.special {
	width: 555px;
	height: 253px;
	border-radius: 7px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.PersonalCare>.pro>.pro_bottom>.special>a>img {
}

.PersonalCare>.pro>.pro_bottom>.special>a:hover >img {
	transform: translate(-5px);
}

.PersonalCare>.pro>.pro_bottom>.special>.left {
	margin: 20px 0 0 70px;
	width: 230px;
}

.PersonalCare>.pro>.pro_bottom>.special>.left>.title {
	font-size: 22px;
	color: #222222;
}

.PersonalCare>.pro>.pro_bottom>.special>.left>.brand {
	font-size: 14px;
	color: #999999;
	margin-top: 14px;
}

.PersonalCare>.pro>.pro_bottom>.special>.left>.brand>span {
	margin-right: 24px;
}

.PersonalCare>.pro>.pro_bottom>.special>.left>.brand>.country {
	display: inline-block;
	padding-left: 27px;
}

.PersonalCare>.pro>.pro_bottom>.special>.left>.price {
	height: 40px;
	line-height: 40px;
}

.PersonalCare>.pro>.pro_bottom>.special>.left>.price>.cny {
	color: #fa466c;
	font-size: 16px;
}

.PersonalCare>.pro>.pro_bottom>.special>.left>.price>.usd {
	color: #999999;
	font-size: 14px;
}

.PersonalCare>.pro>.pro_bottom>.special>.left>.button {
	display: block;
	width: 84px;
	height: 24px;
	background-color: #ffe5ea;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	text-align: center;
}

.PersonalCare>.pro>.pro_bottom>.special>.right>img {
	width: 253px;
	height: 253px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.PersonalCare>.pro>.pro_bottom>.other {
	width: 261px;
	margin-left: 42px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	height: 253px;
}

.PersonalCare>.pro>.pro_bottom>.other>a>.img {
	text-align: center;
}

.PersonalCare>.pro>.pro_bottom>.other>a>.img>img {
	width: 174px;
	height: 174px;
}

.PersonalCare>.pro>.pro_bottom>.other>a>.title {
	font-size: 14px;
	color: #666666;
	height: 37px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0 9px;
}

.PersonalCare>.pro>.pro_bottom>.other>a>.price {
	padding: 0 9px;
	height: 45px;
	line-height: 45px;
}

.PersonalCare>.pro>.pro_bottom>.other>a>.price>.right {
	padding-left: 27px;
}

.PersonalCare>.pro>.pro_bottom>.other>a>.price>.cny {
	font-size: 14px;
	color: #f9466c;
}

.PersonalCare>.pro>.pro_bottom>.other>a>.price>.usd {
	font-size: 12px;
	color: #999999;
}
/*母婴产品*/
.MaternalChild{ 
	width:1200px; 
	margin:0 auto;
}
.MaternalChild>.title {
	text-align:center;
	margin:20px 0;
}
.MaternalChild>.title>a{
	float: right;
	font-size: 16px;
	color: #fa466c;
	line-height: 46px;
}
.MaternalChild>.row>.left{
	background-color:#ffffff;
}
.MaternalChild>.row>.left>.product{
	width:auto;
}
.MaternalChild>.row>.row1{
	width:600px;
}
.MaternalChild>.row>.row1>.product{
	border-right:1px solid #eeeeee;
	position:relative;
}
.MaternalChild>.row>.row2>.product{
	border-right:1px solid #eeeeee;
}
.MaternalChild>.row .product>.owl-nav{
	margin-top:0;
}
.MaternalChild>.row .product>.owl-nav>.owl-prev{
	width:30px;
	height:60px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-30px;
	background:url('https://img.maiiepay.com/static/images/nav_pre.png') no-repeat;
	background-size:cover;
	display:none;
}
.MaternalChild>.row .product>.owl-nav>.owl-next{
	width:30px;
	height:60px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-30px;
	background:url('https://img.maiiepay.com/static/images/nav_next.png') no-repeat;
	background-size:cover;
	display:none;
}
.MaternalChild>.row>.row1:hover >.product>.owl-nav>.owl-prev{
	display:block
}
.MaternalChild>.row>.row1:hover >.product>.owl-nav>.owl-next{
	display:block
}
.MaternalChild>.row>.row2:hover >.product>.owl-nav>.owl-prev{
	display:block
}
.MaternalChild>.row>.row2:hover >.product>.owl-nav>.owl-next{
	display:block
}
.MaternalChild>.row>.row3:hover >.product>.owl-nav>.owl-prev{
	display:block
}
.MaternalChild>.row>.row3:hover >.product>.owl-nav>.owl-next{
	display:block
}
.MaternalChild>.row>.left>.product a{
	width:197px;
	text-align:center;
	border:1px solid #fff; 
	position:relative;
	float:left;
}
.MaternalChild>.row>.left>.product a:hover{
	border:1px solid #fa466c;
}
.MaternalChild>.row>.left>.product a>.img>img{
	width:197px;
	height:197px;
}
.MaternalChild>.row>.left>.product a>.title{
	padding:5px 23px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	color:#333333;
	font-size:14px;
	height:32px;
}
.MaternalChild>.row>.left>.product a>.price{
	height:28px;
	line-height:28px;
}
.MaternalChild>.row>.left>.product a>.price>.cny{
	color:#fa466d;
	font-size:16px;
}
.MaternalChild>.row>.left>.product a>.price>.usd{
	color:#999999;
	font-size:12px;
}
.MaternalChild>.row>.left>.product a>.country{
	width: fit-content;
	margin:0 auto;
	height:25px;
	line-height:25px;
	color:#999999;
	font-size:14px;
	margin-left:23px;
}
.MaternalChild>.row>.left>.product a>.country>img{
	width:24px;
	height:15px;
	display: inline-block;
}
.MaternalChild>.row>.left>.product a>.right{
	display:none;
}
.MaternalChild>.row>.left>.product a:hover>.right{
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	height:56px;
	line-height:56px;
	width:197px;
	background-color:#fa466c;
	color:#fff;
	text-align:center;
}
.MaternalChild>.row>.row2{
	width:400px;
}
.MaternalChild>.row>.row3{
	width:200px;
}
.MaternalChild>.row>.left>.title{
	background-color:#dddddd;
	text-align:center;
	color:#666666;
	font-size:24px;
	height:41px;
	line-height:41px;
}
/*服饰*/
.index_clothes{
	width:1200px;
	margin:0 auto;
}
.index_clothes>.title {
	text-align:center;
	margin:20px 0;
}
.index_clothes>.title>a {
	float: right;
	font-size: 16px;
	color: #fa466c;
	line-height: 46px;
}
.index_clothes>.row{
	background-color:#fff;
	margin-bottom:19px;
}
.index_clothes>.row>.title{
	height:60px;
	line-height:60px;
	text-align:center;
	color:#666666;
	font-size:18px;
}
.index_clothes>.row>.title>span{
	margin-right:28px;
}
.index_clothes>.row>.entry>.left{
	width: 218px;
    padding: 0 10px;
    height: 323px;
    border: 1px solid #fff;
}
.index_clothes>.row>.entry>.left:hover{
	border: 1px solid #fa466c;
}
.index_clothes>.row>.entry>.more:hover{
	border: 1px solid #fff;
}
.index_clothes>.row>.entry>.left>.img>img{
	width: 218px;
	height:218px; 
}
.index_clothes>.row>.entry>.more{
	background:url('https://img.maiiepay.com/static/images/clo_pic1.jpg') no-repeat;
	background-size:240px 325px;
}
.index_clothes>.row>.entry>.more>a{
	display: block;
    margin: 0 auto;
    margin-top: 277px;
	width:160px;
	height:35px;
	line-height:35px;
	color:#fff;
	font-size:20px;
	background-color:#fa466c;
	text-align:center;
}
.index_clothes>.row>.entry>.mores{
	background:url('https://img.maiiepay.com/static/images/clo_pic2.jpg') no-repeat;
	background-size:240px 325px;
}
.index_clothes>.row>.entry>.mores>a{
	display: block;
    margin: 0 auto;
    margin-top: 277px;
	width:160px;
	height:35px;
	line-height:35px;
	color:#fff;
	font-size:20px;
	background-color:#fa466c;
	text-align:center;
}
.index_clothes>.row>.entry>.left>.title{
	height:35px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	color:#666666;
	font-size:14px;
}
.index_clothes>.row>.entry>.left>.price{
	height:34px;
	line-height:34px;
}
.index_clothes>.row>.entry>.left>.price>.cny{
	font-size:16px;
	color:#fa466c;
	margin-right:10px;
}
.index_clothes>.row>.entry>.left>.price>.usd{
	font-size:12px;
	color:#999999;
	padding-left:5px;
}
.index_clothes>.row>.entry>.left>.country{
	color:#999999;
	font-size:14px;
	display:inline-block;
}
.index_clothes>.row>.entry>.left>.country>img{
	margin-right:5px;
}
.index_clothes>.row>.entry>.left>.right{
	color:#999999;
	font-size:14px;
}
/*底部*/
.four{
	width:100%;
	border-bottom:1px solid #cccccc;
}
.four>.row{
	width:1200px;
	margin:0 auto;
	height:103px;
	line-height:103px;
	font-size:24px;
	color:#333333;
	text-align:center;
}
.four>.row>.left{
	width:25%;
}
.four>.row>.left>.top{
	display:inline-block;
	color:#fa4e76;
	width:44px;
	height:44px;
	border:3px solid #fa4e76;
	border-radius:44px;
	line-height:44px;
	text-align:center;
	margin-right:23px;
}
.footer {
	width: 100%;
	background-color: #dddddd;
	padding: 24px 0;
	
}
.footer>.bottom{
	text-align: center;
}
.footer>.row {
	width: 1180px;
	padding: 0 10px;
	margin: 0 auto;
	background-color: #dddddd;
}

.footer>.row>.join {
	float: left;
	width: 25%;
}

.footer>.row>.join>a {
	width: 99px;
	height: 40px;
	background-color: #fa4e76;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
}

.footer>.row>.join>p {
	color: #666666;
	font-size: 16px;
	line-height: 60px;
	margin-top: 35px;
}

.footer>.row>.join>.title {
	font-size: 16px;
	font-weight: 600;
	color: #666666;
	margin-bottom: 15px;
}

.footer>.row>.join>.spanNews>a {
	display: inline-block;
	padding: 0 10px;
	height: 38px;
	background-color: #fa466c;
	color: #fff;
	text-align: center;
	line-height: 38px;
}

.footer>.row>.join>.spanNews>input {
	border: none;
	width: 170px;
	height: 36px;
	margin-bottom: 10px;
	padding-left: 18px;
	color: #666666;
	border: 1px solid #999999;
	float: left;
}
 
.footer>.row>.join>.spanNews>input::-webkit-input-placeholder {
 /* WebKit, Blink, Edge */
	color: #666666;
}

.footer>.row>.join>.spanNews>input:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #666666;
}

.footer>.row>.join>.spanNews>input::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #666666;
}

.footer>.row>.join>.spanNews>input:-ms-input-placeholder {
 /* Internet Explorer 10-11 */
	color: #666666;
}

.footer>.row>.CustomerServices {
	float: left;
	width: 25%;
	text-align: center;
}

.footer>.row>.CustomerServices>.title {
	font-size: 16px;
	font-weight: 600;
	color: #666666;
	margin-bottom: 15px;
}

.footer>.row>.CustomerServices>p {
	line-height: 24px;
}

.footer>.row>.CustomerServices>p>a {
	font-size: 14px;
	color: #666666;
}

.footer>.row>.CustomerServices>.down {
	margin: 6px 0 0 5px;
}

.footer>.row>.CustomerServices>.shop {
	width: 150px;
	text-indent: 2em;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.footer>.row>.app {
	float: right;
	width: 25%;
	text-align: center;
}

.footer>.row>.app>.title {
	font-size: 16px;
	font-weight: 600;
	color: #666666;
	margin-bottom: 15px;
}

.footer>.row>.app>img {
	margin: 6px 0;
	margin-bottom: 15px;
	width: 78px;
	height: 78px;
}

.footer>.row>.app>.share {
	width: 137px;
	margin: 0 auto;
}

.footer>.row>.app>.share>a>img {
	width: 32px;
	height: 32px;
	margin-bottom: 9px;
}
.to_top{
	display:none;
	position:fixed;
	width:1200px;
	bottom:200px;
	margin-left:-600px;
	text-align:right;
	left:50%;
	z-index:9999999;
	height: 0; 
}
.to_top>a{
	display:block;
	position:relative;
	margin-bottom:10px;
}
.to_top>a>img{
	position:absolute;
	width:50px;
	right:-50px;
}
.to_top>#tt>img{
	top:65px;
}
/*产品详情*/
.product_detail_resp{
	width:100%;
	background-color:#fff;
	padding-top:200px;
}
.product_detail{
	width:1200px;
	margin:0 auto;
}
.product_detail>.bread{
	margin:10px 0;
	display:block; 
}
.product_detail>.product>.line{
	margin:0 14px;
	width:1px;
	background-color:#cccccc;
	height:550px;
}
.product_detail>.product>.left>.pic{
	border:1px solid #cccccc;
	position:relative;
}
.product_detail>.product>.left>.pic>.img{
	display:block;
}
.product_detail>.product>.left>.pic>.img>i{
	position:absolute;
	left: 10px;
    bottom: 10px;
    font-size: 40px;
	z-index:2;
	cursor:pointer;
}
.product_detail>.product>.left>.pic>.img>img{
	width:400px;
	height:400px;
}
.product_detail>.product>.left>.pic>.video>video{
	position:absolute;
	top:0;
	left:0;
	background-color: #000;
	width:400px;
	height:400px;
	z-index:3;
}
.product_detail>.product>.left>.pic>.video>i{
	position:absolute;
	color:#fff;
	top: 5px;
    right: 5px;
    font-size: 21px;
    background-color: #666;
    border-radius: 21px;
    padding: 0 1px;
	cursor:pointer;
	z-index:3;
}

.product_detail>.product>.left>.thumb{
	margin-top:20px;
}
.product_detail>.product>.left>.thumb>.pre{
	width:33px;
	height:68px;
	background:url('https://img.maiiepay.com/static/images/propre.png') no-repeat center center;
	border:1px solid #cccccc;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 
}
.product_detail>.product>.left>.thumb>.next{
	width:33px;
	height:68px;
	background:url('https://img.maiiepay.com/static/images/propre.png') no-repeat center center;
	border:1px solid #cccccc;
}
.product_detail>.product>.left>.thumb>.product_thumb{
	width:332px;
}
.product_detail>.product>.left>.thumb>.left a{
	float:left;
	margin-left:10px;
	height: 70px;
	width:70px;
}
.product_detail>.product>.left>.thumb>.left a.active>img{
	border:1px solid #fa466d;
}
.product_detail>.product>.left>.thumb>.left img{
	width:68px;
	height:68px;
	border:1px solid #cccccc;
}
.product_detail>.product>.left>a{
	margin-top:11px;
	display:inline-block;
	font-size:12px;
	color:#999999
}
.product_detail>.product>.left>.product_same{
	margin-top:30px;
} 
.product_detail>.product>.left>.product_same>h3{
	font-size: 14px;
	color: #333;
	margin-left:3px;
	height:25px;
	line-height:25px;
}
.product_detail>.product>.left>.product_same>ul>li{
    width: 85px;
    margin: 0 0 3px 3px;
    padding: 0;
	text-align:center;
}
.product_detail>.product>.left>.product_same>ul>li>a>.img{
	border: 1px solid #e5e5e5;
}
.product_detail>.product>.left>.product_same>ul>li>a>.name{
	margin-top: 3px;
    font-size: 12px;
}
.product_detail>.product>.right{
	width:769px;
}
.product_detail>.product>.right>.top{
	height:33px;
	line-height:33px;
	font-size:12px;
	color:#666666;
}
.product_detail>.product>.right>.top>.left>img{
	height:32px;
}
.product_detail>.product>.right>.top>.left>span{
	margin:0 4px;
}
.product_detail>.product>.right>.title{
	font-size:20px;
	color: #111;
}
.product_detail>.product>.right>.row{
	margin-top:17px; 
	border-top:1px solid #cccccc;
}
.product_detail>.product>.right>.row>.left{
	padding-top:20px;
	width:513px;
}
.product_detail>.product>.right>.row>.left>.price{
	font-size: 30px;
    color: #fa466c;
    font-weight: bold; 
	width:461px;
}
.product_detail>.product>.right>.row>.left>.price>.right{
	font-size:12px;
	color:#333333;
	height:40px;
	line-height: 40px;
    text-align: center; 
}
.product_detail>.product>.right>.row>.left>.price>.cny{
	font-size: 13px;
}
.product_detail>.product>.right>.row>.left>.row{
	line-height:30px;
	margin-top:10px;
}
.product_detail>.product>.right>.row>.left>.row>.left{
	line-height:42px;
	position:relative;
}
.product_detail>.product>.right>.row>.left>.row>.left>a{
	margin-bottom:10px;
}
.product_detail>.product>.right>.row>.left>.row>.left>select{
	width:150px;
	height:25px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-12.5px;
}
.product_detail>.product>.right>.row>.left>.attr_color{
	display:none;
}
.product_detail>.product>.right>.row>.left>.row>.left>.img{
	margin-right:5px;
	float:left;
	height:42px;
	width:42px;
	border:1px solid #ccc;
}
.product_detail>.product>.right>.row>.left>.row>.left>.img:hover{
	border:1px solid #fa3761;
}
.product_detail>.product>.right>.row>.left>.row>.left>.active{
	border:1px solid #fa3761;
}
.product_detail>.product>.right>.row>.left>.row>.left>.img>img{
	height:40px;
	width:40px;
}
.product_detail>.product>.right>.row>.left>.row>.left>.text{
	width: initial;
	padding:0 15px;
}
.product_detail>.product>.right>.row>.left>.row>.share{
	margin-top:14px;
	height: 40px; 
    line-height: 40px;
    width: 45px;
    overflow: hidden;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari 和 Chrome */
	-o-transition: width 1s; /* Opera */
}
.product_detail>.product>.right>.row>.left>.row>.share:hover{
	width: 278px;
}
.product_detail>.product>.right>.row>.left>.row>.share>a{
	float:left;
	margin-left:7px;
}
.product_detail>.product>.right>.row>.left>.row>.share>a>i{
		font-size:30px;
		color:#fa3761;
}
.product_detail>.product>.right>.row>.left>.row>.row1{
	width:80px;
	font-size:12px; 
	color:#333333;
	margin-right:17px;
	height:42px;
	line-height:42px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.product_detail>.product>.right>.row>.zh>.row>.left{
	text-align:left;
}
.product_detail>.product>.right>.row>.left>.row>.left>.attrID{
	border: 1px solid #cccccc;
    font-size: 12px;
    line-height: normal;
    padding: 5px;
	width:200px;
}
.product_detail>.product>.right>.row>.left>.row>.left>.qty{
	border:1px solid #cccccc;
	height:28px;
	line-height:28px;
	display: inline-block;
    vertical-align: middle;
}
.product_detail>.product>.right>.row>.left>.row>.left>span{
	margin-left:13px;
	font-size:14px;
	color:#999999;
}
.product_detail>.product>.right>.row>.left>.row>.left>.qty>.btn{
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	background-color:#eeeeee;
	color:#333333;
	-webkit-touch-callout: none; /* iOS Safari */

	-webkit-user-select: none; /* Chrome/Safari/Opera */

	-khtml-user-select: none; /* Konqueror */

	-moz-user-select: none; /* Firefox */

	-ms-user-select: none; /* Internet Explorer/Edge */

	user-select: none; /* Non-prefixed version, currently

	not supported by any browser */
	cursor:pointer;
}
.product_detail>.product>.right>.row>.left>.row>.left>.qty>input{
	border: 0;
    display: inline;
    width: 62px;
    height: 28px;
    text-align: center;
}
.product_detail>.product>.right>.row>.left>.row>.left>.usd{
	font-size:12px;
	color:#223498;
	margin-left:0;
}
.product_detail>.product>.right>.row>.left>.row>.left>.cny{
	font-size:12px;
	color:#999999;
	margin-left:0;
}
.product_detail>.product>.right>.row>.left>.row>a{
	height:46px;
	line-height:46px;
	padding:0 34px;
	color:#fb456d;
	font-size:16px;
	border:2px solid #fb456d;
	display:inline-block;
	background-color:#ffedf1;
}
.product_detail>.product>.right>.row>.left>.row>a:hover{
	background-color:#fb456d;
	color:#fff;
}
.product_detail>.product>.right>.row>.left>.row>.share>a>img{
	height:32px;
}
.product_detail>.product>.right>.row>.right{
	background-color:#eeeeee;
	padding:10px;
	margin-top:20px;
}
.product_detail>.product>.right>.row>.right>.pic>.right{
	text-align:right;
}
.product_detail>.product>.right>.row>.right>.pic>.right>p{
	width:30px;
	text-align:center;
}
.product_detail>.product>.right>.row>.right>.pic>.right>p>i{
	cursor:pointer;
	color:#fa3761;
}
.product_detail>.product>.right>.row>.right>.row{
	height:30px;
	line-height:30px;
}
.product_detail>.product>.right>.row>.right>.row>.left{
	width:100px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.product_detail>.product>.right>.row>.right>.row>.right{
	padding:0 10px;
}
.product_detail>.product>.right>.row>.right>a{ 
	display: block;
    line-height: 20px;
    text-align: center;
    margin: 10px 0;
    background: #f8f8f8 url(https://img.maiiepay.com/static/images/msg.png) no-repeat left 10px center;
    background-size: 14px 13px;
    color: #888;
}
.product_detail>.product>.right>.row>.right>a:hover{
	background-color: #f5f3ea;
}
.product_detail>.desc{
	width:1200px;
	margin:0 auto;
	margin-top:30px;
}
.product_detail>.desc>.like{
	width:300px;
}
.product_detail>.desc>.like>.title{
	border-bottom: 2px solid #ccc;
	line-height:36px;
	font-size:18px;
}
.product_detail>.desc>.like>ul>li{
	padding:10px;
	border:1px solid #fff;
}
.product_detail>.desc>.like>ul>li:hover{
	border:1px solid #fa3761;
}
.product_detail>.desc>.like>ul>li>a>h4{
	font-size:12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.product_detail>.desc>.like>ul>li>span{
	font-size: 14px;
    color: #283593;
    font-weight: 500;
}

.product_detail>.desc>.right{
	width:880px; 
	overflow:hidden;
}
.product_detail>.desc>.right img{
	max-width:100%!important;
}
.product_detail>.desc>.right>.layui-tab{
	margin:0;
}
.product_detail>.desc>.right .layui-tab-title{
	height: 36px;
}
.product_detail>.desc>.right li{
	font-size:18px;
}
.product_detail>.desc>.right li:after{
	height: 36px;
}
.product_detail>.desc>.right .content{
	line-height:35px;
	font-size: medium;
}
.reviews>.row>.title{
	height:40px;
	line-height:40px;
	background-color:#eeeeee;
	color:#333333;
	font-size:14px;
	margin-top:13px;
	padding-left:10px;
}
.reviews>.row>.left{
	line-height:88px;
	margin-left:47px;
}
.reviews>.row>.left>i{
	color:#fa3761;
}
.reviews>.row>.left>p{
	line-height:24px;
	color:#666666;
	font-size:12px;
	margin:0;
	text-align: center;
    width: 59px;
}
.reviews>.row>.option{
	height:30px;
	line-height:30px;
	background-color:#eeeeee;
	padding-left:10px;
}
.reviews>.row>.option>a{
	font-size:14px;
	color:#666666;
	margin-right:26px;
}
.reviews>.row>.option>a>span{
	margin-left:8px;
}
.reviews>.row>.option>.active{
	color:#f94670;
}
.reviews>.row>.entry>.row{
	padding-bottom:9px;
	border-bottom:1px solid #cccccc;
}
.reviews>.row>.entry>.row>.user{
	line-height:42px;
	margin-right:31px;
}
.reviews>.row>.entry>.row>.user>.left>img{
	width:25px;
	height:25px;
	border-radius:25px;
	vertical-align:middle;
	margin:0 8px 0 10px;
}
.reviews>.row>.entry>.row>.user>.name{
	width:65px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.reviews>.row>.entry>.row>.left>.evaluate{
	height:42px;
	line-height:42px;
}
.reviews>.row>.entry>.row>.left>.evaluate>i{
	color:#fa3761;
}
.reviews>.row>.entry>.row>.left>.content{
	width:725px;
	line-height:17px;
	color:#333333;
	font-size:14px;
}
.reviews>.row>.entry>.row>.left>.img>.thumb{
	margin-bottom:11px;
}
.reviews>.row>.entry>.row>.left>.img>.thumb{
	display:inline-block;
	border:1px solid #fff;
}
.reviews>.row>.entry>.row>.left>.img>.active{
	border:1px solid #f94670;
}
.reviews>.row>.entry>.row>.left>.img>.pic{
	display:none;
}
.reviews>.row>.left>.num{
	font-size:42px;
	line-height:43px;
	color:#f94670;
	margin-top:14px;
}
.pro_reply{
	margin-top:15px;
}
.pro_reply>.title{
	height:39px;
	line-height:39px;
	background-color:#eeeeee;
	font-size:14px;
	color:#333333;
	padding-left:10px;
	border-bottom:1px solid #cccccc;
}
.pro_reply>.ask{
	height:60px;
	margin-top:1px;
	line-height:60px;
	text-align:center;
	background-color:#eeeeee;
	font-size:14px;
}
.pro_reply>.ask>a{
	color:#fa3761;
	font-size:14px;
	display:inline-block;
	height:18px;
	line-height:18px;
	padding:0 7px;
	border: 1px solid #fa3761;
	border-radius:10px;
}
.pro_reply>.info>.row{
	border-bottom:1px solid #cccccc;
	padding-bottom:11px;
}
.pro_reply>.info>.row>.ask{
	font-size:14px;
	color:#333333;
	padding-left:10px;
	margin-top:15px;
	line-height: 32px;
}
.pro_reply>.info>.row>.ask>span{
	font-size:12px;
	color:#fff;
	width:20px;
	height:20px;
	display:inline-block;
	border-radius:20px;
	background-color:#ff9241;
	line-height:20px;
	text-align:center;
	margin-right:7px;
}
.pro_reply>.info>.row>.ask>.right{
	cursor:pointer;
	color:#fa3761;
	font-size:14px;
	padding-right:8px;
}
.pro_reply>.info>.row>.reply{
	padding-left:10px;
}

.pro_reply>.info>.row>.reply>.row{
	line-height:32px;
}
.pro_reply>.info>.row>.reply>.row>.left{
	height:32px;
	line-height:32px;
}
.pro_reply>.info>.row>.reply>.row>.left>span{
	font-size:12px;
	color:#fff;
	width:20px;
	height:20px;
	display:inline-block;
	border-radius:20px;
	background-color:#ff9241;
	line-height:20px;
	text-align:center;
	margin-right:7px;
}
.pro_reply>.info>.row>.reply>.row>.right>p{
	color:#333333;
	font-size:14px;
	margin:0;
	width:823px;
	line-height: 32px;
}
.pro_reply>.info>.row>.more{
	padding-left:35px;
}
.pro_reply>.info>.row>.more>a{
	font-size:14px;
	color:#fa3761;
	display:inline-block;
	padding-right:9px;
	background:url('https://img.maiiepay.com/static/images/eva_b.png') no-repeat right center;
}
.ask_window{
	position:fixed;
	z-index:999;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:none;
}
.ask_window>.bg{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.7;
}
.ask_window>.row{
	position:absolute;
	width:500px;
	height:260px;
	left:50%;
	margin-left:-250px;
	top:50%;
	margin-top:-130px;
	background-color:#fff;
}
.ask_window>.row>.title{
	height:35px;
	line-height:35px;
	color:#333333;
	font-size:14px;
	padding-left:10px;
	background-color:#eeeeee;
}
.ask_window>.row>p{
	color:#999999;
	font-size:14px;
	height:40px;
	line-height:40px;
	padding-left:10px;
	margin:0;
}
.ask_window>.row>textarea{
	width:454px;
	height:104px;
	margin:0;
	padding:0;
	resize:none;
	margin-left:10px;
	font-size:14px;
	color:#333333;
	padding:5px 10px;
}
.ask_window>.row>.row{
	text-align:right;
	padding-right:15px;
	margin-top:18px;
}
.ask_window>.row>.row>a{
	display:inline-block;
	height:28px;
	line-height:28px;
	padding:0 22px;
	border:1px solid #666666;
	color:#333333;
}
.ask_window>.row>.row>a:hover{
	background-color:#fa466c;
	color:#fff;
	border:1px solid #fa466c;
}
.login_resp{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:9999999;
}
.login_resp>.bg{
	width:100%;
	height:100%;
	position:absolute;
	background-color:#000;
	opacity:0.7;
}
.login_resp>.row{
	position:absolute;
	width:319px;
	height:255px;
	top:50%;
	margin-top:-127.5px;
	left:50%;
	margin-left:-159.5px;
	background-color:#fff;
}
.login_resp>.row>.close{
	text-align:right;
	padding:5px; 
}
.login_resp>.row>.close>a{
	color:#999999;
	font-size:12px;
}
.login_resp>.row>h3{
	height:35px;
	line-height:35px;
	color:#fa466c;
	font-size:22px;
	text-align:center;
}
.login_resp>.row>p{
	margin:0 22px;
	margin-bottom:9px;
}
.login_resp>.row>p>input{
	width:267px;
	border:1px solid #fa466c;
	height:43px;
	line-height:43px;
	padding-left:8px;
}
.login_resp>.row>.comfirm{
	text-align:center;
}
.login_resp>.row>.comfirm>a{
	display:inline-block;
	width:275px;
	height:45px;
	line-height:45px;
	background-color:#fa466c;
	color:#fff;
	font-size:22px;
}
.login_resp>.row>.register{
	height:28px;
	line-height:28px;
	text-align:right;
}
.login_resp>.row>.register>a{
	margin-right:22px;
	color:#fa466c;
	font-size:12px;
}
.fixedImg{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:99999999;
}
.fixedImg>.bg{
	position:absolute;
	background-color:#000;
	Opacity:0.7;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.fixedImg>.img{
	position:absolute;
	width:600px;
	height:600px;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-300px;
}
.fixedImg>.img>a>img{
	width:600px;
	height:600px;
}
.fixedImg>.img>i{
	position:absolute;
	width:25px;
	height:25px;
	background:url('https://img.maiiepay.com/images/act_close.png') no-repeat center center;
	background-size:25px 25px;
	right:-25px;
	top:-25px;
	cursor:pointer;
}
.userCenter{
	width:1200px;
	margin:0 auto;
	margin-top:200px;
}
.userCenter>.left{
	width:900px;
}
.userCenter>.left>.info{
	height:100px;
	padding:50px 20px;
	line-height:100px;
	background-color:#fff;
}
.userCenter>.left>.info>.row{
	line-height:initial;
	width:750px;
}
.userCenter>.left>.info>.left{
	position:relative;
	height:100px;
}
.userCenter>.left>.info>.left>img{
	width:100px;
	height:100px;
}
.userCenter>.left>.info>.left>div{
	height:20px;
	display: flex;
    align-items: center;
}
.userCenter>.left>.info>.left>.top{
	position:absolute;
	left:20px;
	top:0;
	font-size:14px;
	
}
.userCenter>.left>.info>.left>div>a>img{
	margin-left:10px; 
}
.userCenter>.left>.info>.left>.bottom{
	position:absolute;
	left:20px;
	bottom:0;
	width:710px;
}
.userCenter>.left>.info>.left>div>.score{
	position:absolute;
	bottom:0;
	right:0;
	font-size:14px;
}
.userCenter>.left>.row{
	padding:0 20px;
	background-color:#fff;
	margin-top:20px;
}
.userCenter>.left>.row>.title{
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ececec;
	display:flex;
	align-items:center;
	font-size:16px;
}
.userCenter>.left>.row>.title>img{
	height:28px;
	margin-right:10px;
}
.userCenter>.left>.row>.text{
	line-height:60px;
}
.userCenter>.left>.row>.text>a{
	margin-right:40px;
	color:#525447;
	font-size:14px;
}
.userCenter>.left>.row>.text>a>span{
	padding:0 5px;
	display:inline-block;
	background-color:#fa3761;
	color:#fff;
	border-radius:100%;
	line-height: initial;
	margin-left:5px;
}
.userCenter>.right{
	width:270px;
}
.userCenter>.right>.row{
	width:230px;
	background-color:#fff;
	padding:0 20px;
	margin-bottom:20px;
	min-height:250px;
}
.userCenter>.right>.row>.title{
	height:45px;
	line-height:45px;
	border-bottom:1px solid #ececec;
}
.userCenter>.right>.row>.title>span{
	font-size:16px;
}
.userCenter>.right>.row>.title>.right{
	color:#cc8492;
	font-size:14px;
}
.userCenter>.right>.row>.entry{
	font-size:12px;
	overflow: hidden;
}
.userCenter>.right>.row>.entry>a{
	display:block;
	height:25px;
	line-height:25px;
	color:#333333;
}
.userCenter>.right>.row>.entry>a>.left{
	width:190px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.userSet_bg{
	padding-top:200px;
	background-color:#fff;
}
.userSet{
	width:900px;
	margin:0 auto;
	font-size:12px;
}
.userSet>.left{
	width:120px;
	text-align:center;
	background-color:#fff;
	padding-top:20px;
	height:710px;
}
.userSet>.left>.img{
	position:relative;
}
.userSet>.left>.img>img{
	width:80px;
	height:80px;
}
.userSet>.left>.img>.bg{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	background-color:#000;
	opacity:0.7;
	display:none;
}
.userSet>.left>.img>span{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#fff;
	display:none;
	cursor:pointer;
}
.userSet>.left>.img:hover >.bg{
	display:block; 
}
.userSet>.left>.img:hover >span{
	display:block;
}
.userSet>.left>.row>p{
	height:28px;
	line-height:28px;
	cursor:pointer;
}
.userSet>.left>.row>p:hover{
	color:#fa3761;
}
.userSet>.left>.row>.active{
	color:#fa3761;
	background:url('https://img.maiiepay.com/images/mine/next.png') no-repeat right center;
	background-size:8px 12px;
}
.userSet>.right{
	width:730px;
	background-color:#fff;
	height:690px;
	padding:20px;
}
.userSet>.right>.type2{
	display:none; 
}
.userSet>.right>.type3{ 
	display:none; 
}
/**购物车*/
.cart_resp{
	background-color:#fff;
	width:100%;
	padding-top:200px;
}
.cart{
	width:1200px;
	margin:0 auto; 
}
.cart i{
	font-size:14px;
	margin: 0 10px;
}
.cart>.cart-filter-bar{
	height:36px;
	line-height:36px;
}
.cart>.cart-filter-bar>.left>span{
	color:#fa3761;
	margin-left:5px;
}
.cart>.cart-filter-bar>.right>strong{
	color:#fa3761;
}
.cart>.cart-filter-bar>.right>a{
	display:inline-block;
	height:36px;
	padding:0 20px;
	color:#fff;
	background-color:#fa3761;
	border-radius:7px;
	letter-spacing: 5px;
}
.cart>.cart-table-th{
	height:50px;
	line-height:50px;
}
.cart .td-chk{
	width:35px;
	text-align: center; 
}
.cart .th-chk{
	width:150px;
}
.cart input{
	vertical-align:middle;
	margin:0 5px;
	width: 15px;
    height: 15px;
    background-position: 0 0;
    line-height: 200em;
    overflow: hidden;
    cursor: pointer;
	text-align: center; 
}
.cart .itm_num{
	width:39px;
	border: 1px solid #ccc;
	background-color:#fff;
}
.cart .minus{
	background-color: #e5e5e5;
	display:inline-block;
	width:19px;
	text-align:center;
	height:15px;
	line-height:15px;
}
.cart .plus{
	background-color: #e5e5e5;
	width:19px;
	display:inline-block;
	text-align:center;
	height:15px;
	line-height:15px;
}
.cart .item-amount{
	display:inline-block;
	vertical-align:middle;
}
.cart .th-item,.td-item{ 
	width:342px;
}
.cart .th-item,.td-item img{
	width:80px
}
.cart .th-info,.td-info{
	width:212px;
	color: #9c9c9c;
}
.cart .th-price,.td-price{
	width:130px;
}
.cart .th-amount,.td-amount{
	width:120px;
}
.cart .th-sum,.td-sum{
	width:140px;
}
.cart .th-op,.td-op{
	width:119px;
} 
.cart .th-op,.td-op>a{
	display:block;
}
.cart>.order-body>.row>.entry{
	border: 1px solid #ccc; 
}
.cart>.order-body>.row>.entry>ul{
	border-bottom: 1px solid #e7e7e7;
	padding:10px 0;
	background-color:#fcfcfc;
}
.cart>.order-body>.row>.entry>ul:last-child{
	border-bottom:none;
} 
.cart>.order-body>.row>.entry>ul>li{
	height:80px;
	line-height:80px;
}
.cart>.order-body>.row>.entry>ul>li>.row{
	display:inline-block;
	vertical-align:middle;
    line-height: initial;
}
.cart>.order-body>.row>.shop{
	height:38px;
	line-height:38px; 
}
.cart .th-item,.td-item .item-basic-info{
	display:inline-block;
	width: 220px;
    margin-left: 10px;
	line-height: initial; 
}
.cart>.float-bar-wrapper{
	height:36px;
	line-height:36px;
	padding:10px;
	background: #e5e5e5;
	margin:10px 0;
}
.cart>.float-bar-wrapper>.select-all>input{
	vertical-align:middle;
}
.cart>.float-bar-wrapper>.left>a{
	margin-left:25px;
}
.cart>.float-bar-wrapper>.right span{
	color: #f40;
    font-weight: 700;
    font-size: 18px;
}
.cart>.float-bar-wrapper>.right>.left{
	margin-left:25px;
}
.cart>.float-bar-wrapper>.right>.left>a>span{
	display: inline-block;
    height: 36px;
    padding: 0 20px;
    color: #fff;
    background-color: #fa3761;
    border-radius: 7px;
	letter-spacing: 5px;
}
.cart>.like{
	position:relative;
	padding-bottom:30px;
}
.cart>.like>.title{
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#333333;
	font-weight: 700;
}
.cart>.like>p{
	font-size:12px;
	color:#666666;
	text-align:center;
}
.cart>.like>.right{
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#999999;
	position:absolute;
	right:0;
	top:0;
}
.cart>.like>.pro{
	margin-top:30px;
	display:flex;
	justify-content : space-between;
}
.cart>.like>.pro>a{
	display:inline-block;
	width:150px;
	border:1px solid #fff;
}
.cart>.like>.pro>a:hover{
	border:1px solid #fa3761;
}
.cart>.like>.pro>a>img{
	width:150px;
	height:150px;
	border-radius:7px;
}
.cart>.like>.pro>a>.title{
	padding:0 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cart>.like>.pro>a>.price{
	padding:0 10px;
	font-size:12px;
	color:#fe042d;
}
.orderComfirm_bg{
	background-color:#fff;
	padding-top:200px;
}
.orderComfirm_bg>.orderComfirm{
	width:1200px;
	margin:0 auto;
}
.orderComfirm_bg>.orderComfirm>.address>.top{
	height:30px;
	line-height:30px;
	border-bottom:1px solid #dddddd;
}
.orderComfirm_bg>.orderComfirm>.address>.top>span{
	font-weight:700;
}
.orderComfirm_bg>.orderComfirm>.address>.top>a{
	color:#36c;
}
.orderComfirm_bg>.orderComfirm>.address>.entry{
	padding:20px 0;
	height: 135px;
    overflow: hidden;
}
.orderComfirm_bg>.orderComfirm>.address>.entry>.left{
	width:283px;
	border:1px solid #cccccc; 
	position:relative; 
	margin-right:20px;
	margin-bottom:20px;
	height:100px;
	cursor:pointer;
}
.orderComfirm_bg>.orderComfirm>.address>.entry>.active{
	background:url('https://img.maiiepay.com/static/images/gou.png') no-repeat right -1px bottom -1px;
}
.orderComfirm_bg>.orderComfirm>.address>.entry>.left:nth-child(4n){
	margin-right:0;
}
.orderComfirm_bg>.orderComfirm>.address>.entry>.new>a{
	border:1px solid #c4c6cf;
	border-radius: 3px;
	display:inline-block;
	height:28px;
	line-height:28px;
	padding:0 10px;
}
.orderComfirm_bg>.orderComfirm>.address>.entry>.left>.top{
	height:30px;
	line-height:30px;
	padding:0 10px;
	border-bottom:1px solid #f2f2f2;
}
.orderComfirm_bg>.orderComfirm>.address>.entry>.left>.bottom{
	line-height:20px;
	padding:0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.orderComfirm_bg>.orderComfirm>.address>.entry>.left>a{
	position:absolute;
	display:none;
	left:10px;
	bottom:5px;
}
.orderComfirm_bg>.orderComfirm>.address>.entry>.left:hover a{
	display:block;
	color:#fac569;
}
.orderComfirm_bg>.orderComfirm>.address>.view{
	height:30px;
	line-height:30px; 
}
.orderComfirm_bg>.orderComfirm>.address>.view>a>i{
	font-size:12px;
	margin-left:5px;
}
.orderComfirm_bg>.orderComfirm>.pro>.top{
	height:30px;
	line-height:30px;
	border-bottom:1px solid #dddddd;
	font-weight:700;
}
.orderComfirm_bg>.orderComfirm>.pro>.cart-table-th{
	height: 40px;
    line-height: 40px;
	text-align:center;
	background-color:#fdf8f3;
}
.orderComfirm_bg>.orderComfirm>.pro .titem{
    width: 460px;
}
.orderComfirm_bg>.orderComfirm>.pro .titem>.left>a{
	display:inline-block;
	width:350px;
	line-height: initial;
	text-align:left;
}
.orderComfirm_bg>.orderComfirm>.pro .tinfo{
	width: 220px;
}
.orderComfirm_bg>.orderComfirm>.pro .tprice{
	width: 176px;
}
.orderComfirm_bg>.orderComfirm>.pro .tamount{
	width: 100px; 
}
.orderComfirm_bg>.orderComfirm>.pro .tship{
	width: 59px; 
}
.orderComfirm_bg>.orderComfirm>.pro .tsum{
	width: 180px;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry{
	margin-top:15px;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row{
	margin-bottom:30px;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.entry{
	text-align:center;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.shop{
	height:40px;
	line-height:40px;
	background-color:#fdf8f3;
	padding-left:10px;
	color:#666666;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.entry>ul>.td-item{
	text-align:left;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.entry>ul>li{
	height:70px;
	line-height:70px;
	border-right:1px solid #dddddd;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.entry>ul{
	border-bottom: 1px solid #f5f5f5;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.entry>ul:nth-last{
	border-bottom:0;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.entry>ul>.tsum{
	border-right:0;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.entry>ul>li>.row{
	line-height: initial;
    display: inline-block;
    vertical-align: middle;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.entry>ul>li>a>img{
	padding:0 10px;
	width:50px;
	height:50px;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.msg{
	height:40px;
	line-height:40px;
	background-color:#fdf8f3;
	padding-left:10px;
	color:#666666;
	border-top:1px solid #dddddd;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.coupon{
	text-align:right;
	padding:0 10px;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.coupon>a{
	display:inline-block;
	background-color:#fff;
	vertical-align: middle;
    height: 30px;
    line-height: 30px;
	position:relative;
	width:190px;
	text-align:left;
	padding-left:10px;
	color:#333;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.coupon>a>i{
	position:absolute;
	right:10px;
	top:0;
	transition: transform 0.5s;
	-moz-transition: transform 0.5s; /* Firefox 4 */
	-webkit-transition: transform 0.5s; /* Safari 和 Chrome */
	-o-transition: transform 0.5s; /* Opera */
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.coupon>.active>i{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.coupon>a>ul{
	position:absolute;
	right:0;
	top:41px;
	background-color:#fff;
	width:200px;
	border:1px solid #cccccc;
	z-index: 2;
	display:none;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.coupon>a>ul>li{
	height:30px;
	line-height:30px;
	padding-left:10px;
	color:#333;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.coupon>a>ul>li:hover{
	color:#fa3761;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.msg>input{
	width:329px;
	height:28px;
	line-height:28px;
	padding-left:10px; 
	background-color:#fff;
	margin-left:15px;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.msg>.layui-form-item{
	float: right;
	padding-right:10px;
	margin-bottom:0;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.msg>.layui-form-item .layui-input-block{
	margin-left:0;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.msg>.layui-form-item input{
	display: initial;
	border:0;
	height:30px;
	line-height:30px;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.all{ 
	height:40px;
	line-height:40px;
	background-color:#fdf8f3;
	padding-left:10px;
	color:#666666;
	border-top:1px solid #dddddd;
	text-align:right;
	padding-right:10px;
}
.orderComfirm_bg>.orderComfirm>.pro>.entry>.row>.all>span{
	color:#fa466c;
}
.orderComfirm_bg>.orderComfirm>.submit>.right>.row{
	border:1px solid #fa3761;
}
.orderComfirm_bg>.orderComfirm>.submit>.right>p{
	text-align:right;
}
.orderComfirm_bg>.orderComfirm>.submit>.right>p>a{
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 15px;
	background-color:#fa3761;
	color:#fff;
}
.orderComfirm_bg>.orderComfirm>.submit>.right>.row>.price{
	text-align:right;
	border-bottom:1px solid #f2f2f2;
	height:30px;
	line-height:30px;
	padding:0 10px;
}
.orderComfirm_bg>.orderComfirm>.submit>.right>.row>.price>span{
	color:#fa3761;
	font-weight:700;
}
.orderComfirm_bg>.orderComfirm>.submit>.right>.row>.address{
	padding:0 10px;
	line-height:30px;
	padding-bottom:20px;
}
.payPage{
	display:none;
}
.payPage>.title{
	height:35px;
	line-height:35px;
	padding-left:40px;
	background:url('https://img.maiiepay.com/static/images/qian.png') no-repeat left 18px center;
	border-bottom:1px solid #eeeeee;
}
.payPage>p{
	height:40px;
	line-height:40px;
	padding-left:18px;
}
.payPage>.row{
	padding-left:18px;
}
.payPage>.row>a{
	height:30px;
	line-height:30px;
	display:block;
	color:#333;
	font-weight:700;
	background:url('https://img.maiiepay.com/images/pay/paypal.png') no-repeat left 30px center;
	background-size:30px 30px;
	margin-bottom:10px;
}
.payPage>.row>a>i{
	color:#fa3761;
	margin-right:55px;
}
.payPage>.row>.wx{
	background:url('https://img.maiiepay.com/images/pay/weixin.png') no-repeat left 30px center;
	background-size:30px 30px;
}
.payPage>.bottom{
	text-align:center;
	padding-bottom:10px;
}
.payPage>.bottom>a{
	height:30px;
	line-height:30px;
	border:1px solid #cccccc;
	color:#333;
	padding:0 10px;
	border-radius:3px;
	display:inline-block;
	margin-right:20px;
}
.payPage>.bottom>a:hover{
	color:#fa3761;
	border:1px solid #fa3761;
}
.wx_pay_code{
	padding:15px;
	display:none;
}
.wx_pay_code>.title{
	height:50px;
	line-height:50px;
	border-bottom:3px solid #ededed;
	color:#333;
	font-size:20px;
}
.wx_pay_code>.code{
	width:302px;
	margin:0 auto;
	background-color:#22ab39;
	text-align:center;
	margin-top:13px;
}
.wx_pay_code>.code>h3{
	height:89px;
	line-height:89px;
	color:#fff;
	font-size:28px;
}
.wx_pay_code>.code>.img>img{
	width:170px;
	height:170px;
}
.wx_pay_code>.code>p{
	height:50px;
	line-height:50px;
	color:#fff;
}
.wx_pay_code>.text{
	text-align:center;
}
.wx_pay_code>.text>img{
	width:302px;
	height:64px;
}
.wx_pay_code>p{
	font-size:14px;
	color:#333;
	text-align:center;
	width:302px;
	margin:0 auto;
}
.wx_pay_code>.btn{
	text-align:center;
	height:60px;
	line-height:60px;
}
.wx_pay_code>.btn>a{
	display:inline-block;
	height:37px;
	line-height:37px;
	color:#fff;
	padding:0 10px;
	background-color:#fa3761;
	border-radius:3px;
	margin-right:10px;
}
.orderEntry_bg{
	background-color:#fff;
	padding-top:200px;
}
.orderEntry{
	width:1200px;
	margin:0 auto;
}
.orderEntry>.left{
	width:160px;
	border:2px solid #f6f5f5;
	text-align:center;
}
.orderEntry>.left>.row{
	border-bottom:1px solid #eeeeee;
}
.orderEntry>.left>.row:nth-last{
	border-bottom:0;
}
.orderEntry>.left>.row>.title{
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#fa3761;
}
.orderEntry>.left>.row>.title>i{
	margin-right:5px;
	font-size:18px;
}
.orderEntry>.left>.row>p{
	height:30px;
	line-height:30px;
	font-size:14px;
}
.orderEntry>.right{
	width:996px;
}
.orderEntry>.right>.layui-nav{
	background-color:#fff;
	color:#818181;
	border-bottom: 1px solid #e8e8e8;
}
.orderEntry>.right>.layui-nav .layui-nav-item{
	line-height:40px;
}
.orderEntry>.right>.layui-nav .layui-nav-bar{
	height:2px;
}
.orderEntry>.right>.layui-nav .layui-this:after{
	height:2px; 
}
.orderEntry>.right>.layui-nav a{
	color:#818181;
	font-size:16px;
}
.orderEntry>.right>.layui-nav a>span{
	padding:0 5px;
	display:inline-block;
	background-color:#fa3761;
	color:#fff;
	border-radius:100%;
	line-height: initial;
	margin-left:5px;
}
.orderEntry>.right>.layui-nav a:hover{
	color:#fa3761;
}
.orderEntry>.right>.layui-nav .layui-this{
	color:#fa3761;
}
.orderEntry>.right>.option{
	margin:10px 0;
}
.orderEntry>.right>.option>.top>input{
	float:left;
	height:26px;
	line-height:26px;
	border: 1px solid #bfbfbf;
	width:236px;
	padding-left:10px;
}
.orderEntry>.right>.option>.top>a{
	height:26px;
	line-height:26px;
	padding:0 10px;
	border:1px solid #bfbfbf;
	border-left:0;
	float:left;
}
.orderEntry>.right>.option>.top>.left{
	height:28px;
	line-height:28px;
	margin-left:10px;
	cursor:pointer;
	font-size:12px;
}
.orderEntry>.right>.option>.top>.left>i{
	font-size:12px;
	margin-left:5px;
}
.orderEntry>.right>.option>.etr{
	margin:16px 0;
	font-size:12px;
	display:none;
}
.orderEntry>.right>.option>.etr>.left{
	margin-right:100px;
	height:28px;
	line-height:28px;
	position:relative;
}
.orderEntry>.right>.option>.etr>.left>.result{
	height:26px;
	line-height:26px;
	margin-left:10px;
	border:1px solid #bfbfbf;
	width:148px;
	padding:0 10px;
	color:#666;
	cursor:pointer;
}
.orderEntry>.right>.option>.etr>.left>.result>i{
	float:right;
	font-size:12px;
}
.orderEntry>.right>.option>.etr>.left>ul{
	position:absolute;
	right:0;
	width:170px;
	top:30px;
	border:1px solid #bfbfbf;
	display:none;
	z-index: 99; 
}
.orderEntry>.right>.option>.etr>.left>ul>li{
	padding:0 10px;
	height:32px;
	line-height:32px;
	background-color:#fff;
	cursor:pointer;
}
.orderEntry>.right>.option>.etr>.left>ul>li:hover{
	background-color:#bfbfbf;
}
.orderEntry>.right>.option>.etr>.left>.left>input{
	height:26px;
	line-height:26px;
	border:1px solid #bfbfbf;
	width:148px;
	padding:0 10px;
	margin-left:10px;
}
.orderEntry>.right>.option>.etr>.left>.span{
	margin-left:10px;
}
.orderEntry>.right>.option>.etr>.submit{
	height:30px;
	line-height:30px;
}
.orderEntry>.right>.option>.etr>.submit>a{
	display:inline-block;
	height:28px;
	line-height:28px;
	padding:0 10px;
	background-color:#fa3761;
	border-radius:5px;
	vertical-align:middle;
	color:#fff;
}
.orderEntry>.right>.info .layui-table{
	text-align:center;
}
.orderEntry>.right>.info>.title th{
	text-align:center;
	border:0;
}
.orderEntry>.right>.info .layui-table th{
	border:0;
}
.orderEntry>.right>.info .layui-table .opera{
	text-align:right;
}
.orderEntry>.right>.info .layui-table tbody>tr:hover{
	background-color:#fff;
}
.orderEntry>.right>.info>.page{
	text-align:right;
	height:30px;
	line-height:30px;
}
.orderEntry>.right>.info>.page>a{
	display:inline-block;
	height:24px;
	line-height:24px;
	border-radius:5px;
    border: 1px solid #dcdcdc;
	padding:0 10px;
	color:#bfbfbf;
}
.orderEntry>.right>.info>.page>a:hover{
	border: 1px solid #fa3761;
	color:#fa3761;
}
.orderEntry>.right>.info .layui-table .pro{
	text-align:left;
}
.orderEntry>.right>.info .layui-table .pro img{
	width:80px;
	height:80px;
}
.orderEntry>.right>.info .layui-table p{
	margin-bottom:10px;
}
.orderEntry>.right>.info .layui-table .pro>.text{
	width:200px;
	margin-left:10px;
	font-size:12px;
}
.orderEntry>.right>.info .layui-table .pro>.text:hover{
	color:#fa3761;
}
.orderEntry>.right>.info>#page{
	text-align:right;
}
.logistics{
	display:none;
}
.evaluate_resp{
	background-color:#fff;
	padding-top:200px;
}
.evaluate{
	width:1200px;
	margin:0 auto;
	border:1px solid #cccccc;
	border-radius:8px;
}
.evaluate>.shop{
	height:30px;
	line-height:30px;
	padding:0 10px;
	border-bottom:1px solid #cccccc;
}
.evaluate>.top>.left{
	width:50%;
	height:30px;
	line-height:30px;
	background: #F3F8FE;
}
.evaluate>.top>.left>span{
	padding-left:10px;
}
.evaluate>.info>.row{
	border-bottom:1px solid #cccccc;
}
.evaluate>.info>.row>.left{
	width:50%;
}
.evaluate>.info>.row>.left>.left>img{
	width:100px;
	height:100px;
}
.evaluate>.info>.row>.left>.left{
	padding:10px;
	max-width:300px;
}
.evaluate>.info>.row>.left>.stars{
	height:35px;
	line-height:35px;
}
.evaluate>.info>.row>.left>.img{
	margin-top:20px;
	padding-right: 10px;
}
.evaluate>.info>.row>.left>.img img{
	padding:20px;
}
.evaluate>.info>.row>.left>.content{
	margin-top:20px;
}
.evaluate>.info>.row>.left>.content>textarea{
	height:200px;
	width:568px;
	padding:10px;
}
.evaluate>.submit{
	height:100px;
	line-height:100px;
	text-align:center;
}
.evaluate>.submit>a{
	height:30px;
	line-height:30px;
	padding:0 20px;
	display:inline-block;
	border-radius:5px;
	color:#fff;
	font-size:12px;
	background-color:#2f89c5;
}
.country_index{
	padding-top:184px;
}
.country_index>.bread{
	height:48px;
	line-height:48px;
	width:1200px;
	margin:0 auto;
}
.country_index>.banner>img{
	width:100%;
}
.country_index>.banner2{
	position:relative;
	height:700px;
}
.country_index>.banner2>img{
	width:100%;
}
.country_index>.banner2>.brand_img{
	position:absolute;
	width:1200px;
	top:300px;
	height:370px;
	left:50%;
	margin-left:-600px;
}
.country_index>.option{
	width:1200px;
	margin:0 auto;
	background-color:#fff;
	margin-bottom: 5px;
}
.country_index>.option>.left{
	margin:10px;
	clear: inherit;
	width: 180px;
}
.country_index>.option>.left>.layui-input-block{
	margin-left:0;
}
.country_index>.option>.right{
	clear: inherit;
	margin:10px;
}
.country_index>.option>.right>.layui-input-block{
	margin-left:0;
}
.country_index>.entry{
	width:1200px;
	margin:0 auto;
	background-color:#fff;
}
.country_index>.entry>a{
	display: inline-block;
    line-height: 20px;
    color: #000;
    width: 210px;
    margin-right: 30px;
    margin-bottom: 12px;
    border: 1px solid #fff;
}
.country_index>.entry>a:nth-child(5n){
	margin-right: 0;
}
.country_index>.entry>a:hover{
	border:1px solid #fa466c
}
.country_index>.entry>a>img{
	width: 210px;
    height: 210px;
}
.country_index>.entry>a>.title{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 43px;
    padding: 0 10px;
}
.country_index>.entry>a>.price{
	color: #999999;
    line-height: 33px;
    height: 33px;
    padding: 0 10px;
}
.country_index>.entry>a>.price>span{
	font-weight: 700;
    font-size: 16px;
    margin-right: 8px;
    color: #f9466c;
}
.country_index>.entry>a>.price>.usd{
	color: #999999;
    font-size: 12px;
}
.country_index>.entry>a>.country{
	padding: 0 10px;
}
.country_index>.entry>a>.country>img{
	
}
.country_index>#page{
	width:1200px;
	margin:0 auto;
	text-align:right;
}
.brand_index{
	background-color:#fff;
	width:100%;
	padding-top:184px;
}
.brand_index>.brand{
	width:1200px;
	margin:0 auto;
}
.brand_index>.brand>.country>a{
	display:inline-block;
	width:146px;
	text-align:center;
	padding:10px;
	border:1px solid #fff;
	margin:20px 0;
}
.brand_index>.brand>.country>a:hover{
	border:1px solid #fa3761;
}
.brand_index>.brand>.country>.active{
	border:1px solid #fa3761;
}
.brand_index>.brand>.country>a>img{
	width:100px;
	height:100px;
}
.brand_index>.brand>.country>a>p{
	height:30px;
	line-height:30px;
}
.brand_index>.brand>.cate{
	border:1px solid #999999;
	line-height:50px;
}
.brand_index>.brand>.cate>a{
	display:inline-block;
	padding:0 20px;
}
.brand_index>.brand>.cate>a:hover{
	color:#fa3761;
}
.brand_index>.brand>.cate>.active{
	color:#fa3761;
}
.brand_index>.brand>.entry{
	margin-top:20px;
}
.brand_index>.brand>.entry>.row>.content{
	display:block;
	border:1px solid #cccccc;
	padding:10px;
	line-height:30px;
	color:#666666;
	border-top: 0;
	display:none;
	min-height: 80px;
}
.brand_index>.brand>.entry>.row>.info>.left{
	padding:0 29px;
	border:1px solid #fff;
	position:relative;
	cursor:pointer;
	width: 180px;
    display: inline-block;
	float: inherit;
}
.brand_index>.brand>.entry>.row>.info>.left>i{
	position:absolute;
	bottom:5px;
	right:5px;
	color:#9f9f9f;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(-0deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 
	transition: transform 0.7s;
	-moz-transition: transform 0.7s; /* Firefox 4 */
	-webkit-transition: transform 0.7s; /* Safari 和 Chrome */
	-o-transition: transform 0.7s; /* Opera */
}
.brand_index>.brand>.entry>.row>.info>.active{
	border:1px solid #fa3761;
}
.brand_index>.brand>.entry>.row>.info>.active>i{
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); 	/* IE 9 */
	-moz-transform:rotate(270deg); 	/* Firefox */
	-webkit-transform:rotate(270deg); /* Safari 和 Chrome */
	-o-transform:rotate(270deg); 
}
.brand_index>.brand>.entry>.row>.info>.left:hover{
	border:1px solid #fa3761;
}
.brand_index>.brand>.entry>.row>.info>.left>img{
	width:180px;
	height:90px;
}
.brand_index>.brand>.entry>.row>.info>.left>p{
	text-align:center;
	height:30px;
	line-height:30px;
}
.brand_index>.brand>#page{
	text-align:right;
}
.search_shop{
	width:1200px;
	margin:0 auto;
	margin-top: 184px;
}
.search_shop>.result{
	height:40px;
	line-height:40px;
	color:#999999;
	font-size:14px;
}
.search_shop>.result>span{
	color:#fa3761;
}
.search_shop>.option{
	height:38px;
	line-height:38px;
	border:1px solid #cccccc;
	background-color:#fff;
}
.search_shop>.option>.left{
	padding:0 20px;
	cursor:pointer;
}
.search_shop>.option>.right{
	margin-right:10px;
}
.search_shop>.option>.right>i{
	font-size:12px;
	margin:0 10px;
	cursor:pointer;
}
.search_shop>.option>.active{
	background-color:#eeeeee;
	color:#fa3761;
}
.search_shop>.option>.layui-form-item{
	clear:inherit;
	text-align:right;
}
.search_shop>.option>.layui-form-item>.layui-input-block{
	margin-left:0;
}
.search_shop>.option>.layui-form-item>.layui-input-block input{
	border:0;
	text-align: right;
}
.search_shop>.entry{
	background-color:#fff;
}
.search_shop>.entry>.row{
	height:160px;
	line-height:160px;
	padding:20px 0;
	border-bottom:1px solid #cccccc;
}
.search_shop>.entry>.row>.img{
	width:116px;
	text-align:center;
}
.search_shop>.entry>.row>.info{
	width:238px;
}
.search_shop>.entry>.row>.info>.row{
	line-height: initial;
	display:inline-block;
	vertical-align: middle;
}
.search_shop>.entry>.row>.info>.row>p>i{
	font-size:14px;
	margin:0 5px;
	cursor:pointer;
}
.search_shop>.entry>.row>.info>.row>.desc{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 
	color:#999999;
}
.search_shop>.entry>.row>.right>.row{
	line-height: initial;
	display:inline-block;
	vertical-align: middle;
	height:160px;
}
.search_shop>.entry>.row>.right>.row>a{
	display:inline-block;
	width:140px;
	margin-right:20px;
}
.search_shop>.entry>.row>.right>.row>a>img{
	width:140px;
	height:140px;
}
.search_shop>.entry>.row>.right>.row>a>p{
	height:20px;
	line-height:20px;
	text-align:center;
}
.search_shop>.entry>.row>.right>.row>a>p>span{
	color: #999999;
    font-size: 12px;
}
.search_shop>#page{
	text-align:right;
	margin:10px 0;
}
/*店铺*/
.shop_resp {
	width:100%;
	background-color:#fff;
	padding-top:200px;
	color:#333333;
}
.shop_resp>.shop {
	width:1200px;
	margin:0 auto;
	padding-bottom:10px;
	position:relative;
}
.shop_resp>.shop>.left>.shop_logo>img {
	width:52px;
	border-radius:52px;
	height:52px;
	border:1px solid #ccc;
}
.shop_resp>.shop>.logos {
	margin:12px 0 0 125px;
	text-align:center;
}
.shop_resp>.shop>.left>.shop_name {
	color:#333333;
	font-size:16px;
	line-height:25px;
	text-align:center;
}
.shop_resp>.shop>.shop_desc {
	margin:12px 0 0 100px;
	width:492px;
	text-align:center;
	font-size:14px;
	font-weight:600;
}
.shop_resp>.shop>.left>.desc {
	display:inline-block;
}
.shop_resp>.shop>.shopDesc{
	width:500px;
	text-align:center;
}
.shop_resp>.shop>.userInfo{
	width:280px;
	text-align:center; 
}
.shop_resp>.shop>.left>.desc>.line {
	background:url('https://img.maiiepay.com/static/images/line1.png') no-repeat center center;
	display:inline-block;
	width:89px;
	height:12px; 
}
.shop_resp>.shop>.left>.info {
	text-align:left;
	color:#666666;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
}
.shop_resp>.shop>.right {
	position:absolute;
	right:0;
	bottom:0;
	margin:0 19px 8px 0;
}
.shop_resp>.shop>.right>.col_shop {
	margin-right:35px;
	background:url(https://img.maiiepay.com/static/images/star.png) no-repeat left center;
	display:inline-block;
}
.shop_resp>.shop>.right>.col_shops {
	margin-right:35px;
	background:url(https://img.maiiepay.com/static/images/stars.png) no-repeat left center;
	display:inline-block;
}
.shop_resp>.shop>.right>.con_shop {
	background:url(https://img.maiiepay.com/static/images/tu.png) no-repeat left center;
	display:inline-block;
}
.shop_resp>.shop>.right>.col_shop>a {
	color:#666666;
	font-size:14px;
	padding-left:20px;
	background-size:15px 15px;
	display:inline-block; 
}
.shop_resp>.shop>.right>.col_shops>a {
	color:#fa3761;
	font-size:14px;
	padding-left:20px;
	background-size:15px 15px;
	display:inline-block; 
}
.shop_resp>.shop>.right>.con_shop>a {
	color:#666666;
	font-size:14px;
	padding-left:20px;
	background-size:15px 15px;
	display:inline-block; 
}
.shop_resp>.nav{
	line-height:41px;
	height:41px;
	background-color:#111111;
}
.shop_resp>.banner {
	width:1200px;
	margin:0 auto;
}
.shop_resp>.banner>img{
	width:100%;
}
.shop_resp>.pro {
	width:1200px;
	margin:0 auto;
}
.shop_resp>.pro>h3 {
	text-align:center;
	line-height:60px;
	color:#666666;
	font-size:18px;
}
.shop_resp>.pro .empty {
	height:506px;
	border:1px solid  #dddddd;
	line-height:356px;
	display:none;
}
.shop_resp>.pro .empty>.content {
	margin:0 auto;
	width:400px;
	text-align: center;
}
.shop_resp>.pro>.row>.left {
	width:210px;
	background-color:#f8f8f8;
	text-align:center;
	min-height:500px;
}
.shop_resp>.pro>.row>.left>.search {
	margin: 10px 0;
    display: inline-block;
}
.shop_resp>.pro>.row>.left>.search>input {
	width:136px;
	height:28px;
	border:1px solid #cccccc;
	border-right:none;
	float:left;
	padding-left:5px;
}
.shop_resp>.pro>.row>.left>.search>.left {
	width:40px;
	height:30px;
	float:left;
	border:0;
	background:#fa466c url(https://img.maiiepay.com/static/images/search.png) no-repeat center center;
	cursor:pointer;
	background-size:20px 20px;
}
.shop_resp>.pro>.row>.left>.hot {
	height:36px;
	line-height:36px;
	background-color:#eeb058;
	color:#ffffff;
	font-size:14px;
}
.shop_resp>.pro>.row>.left>.proList {
	padding:7px;
}
.shop_resp>.pro>.row>.left>.proList>a {
	display:block;
	text-align:left;
	margin-bottom:17px;
	border:1px solid #f8f8f8;
}
.shop_resp>.pro>.row>.left>.proList>a>img {
	width:50px;
	height:50px;
	float:left;
}
.shop_resp>.pro>.row>.left>.proList>a:hover {
	border:1px solid #fa3761;
}
.shop_resp>.pro>.row>.left>.proList>a>.info {
	width:140px;
	float:left;
	margin:6px 0 0 3px;
	line-height:22px;
}
.shop_resp>.pro>.row>.left>.proList>a>.info>p {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#666666;
	font-size:12px;
}
.shop_resp>.pro>.row>.left>.proList>a>.info>.price {
	color:#f03b3b;
}
.shop_resp>.pro>.row>.right {
	width:953px;
	text-align:center;
}
.shop_resp>.pro>.row>.right>.pro>a {
	width:180px;
	float:left;
	margin:0 10px 38px 0;
	background-color:#f8f8f8;
	border:1px solid #fff;
}
.shop_resp>.pro>.row>.right>.pro>a:nth-child(5n) {
	margin-right:0;
}
.shop_resp>.pro>.row>.right>.pro>a>img {
	width:180px;
	height:180px;
}
.shop_resp>.pro>.row>.right>.pro>a:hover {
	border:1px solid #fa3761;
}
.shop_resp>.pro>.row>.right>.pro>a>p {
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	color:#666666;
	font-size:12px;
	line-height:25px;
	text-align:left;
	padding:0 10px;
	height: 46px;
}
.shop_resp>.pro>.row>.right>.pro>a>.price {
	color:#f03b3b;
	height: inherit;
}
.shop_resp>.pro>.row>.right>#page {
	text-align:right;
	margin:10px 0;
}
.userAddress{
	width:1200px;
	margin:0 auto;
	padding-top:200px;
}
.userAddress>.top>.left>.layui-nav{
	background-color:#f5f5f5;
}
.userAddress>.top>.left>.layui-nav>li{
	line-height:40px;
	margin-right: 10px;
}
.userAddress>.top>.left>.layui-nav>li:after{
	height:2px;
}
.userAddress>.top>.left>.layui-nav>.layui-nav-bar{
	height:2px;
}
.userAddress>.top>.left>.layui-nav>li>a{
	color:#666666;
	font-size:14px;
	font-weight:600;
}
.userAddress>.top>.left>.layui-nav>li>a:hover{
	color:#fa3761;
}
.userAddress>.top>.right{
	height:40px;
	line-height:40px;
}
.userAddress>.top>.right>a{
	background-color:#fa3761;
}
.bill_index{
	background-color:#fff;
	padding-top:200px;
}
.bill_index>.bill{
	width:1200px;
	margin:0 auto;
}
.bill_index>.bill>.left{
	width:164px;
	background-color:#f9f9f9;
	min-height:600px;
	text-align:center;
}
.bill_index>.bill>.left>h3{
	height:50px;
	line-height:50px;
}
.bill_index>.bill>.left>p>a{
	height:30px;
	line-height:30px;
	cursor:pointer;
	color:#666666;
}
.bill_index>.bill>.left>p>a:hover{
	color:#fa3761;
}
.bill_index>.bill>.left>.active>a{
	color:#fa3761;
}
.bill_index>.bill>.right{
	width:968px;
	padding-right:20px;
}
.bill_index>.bill>.right>h3{
	height:43px;
	line-height:43px;
	border-bottom:1px solid #cccccc;
}
.bill_index>.bill>.right>h3>p{
	display:inline-block;
	padding:0 13px;
	height:43px;
	line-height:43px;
	background-color:#f8f8f8;
	color:#333333;
	font-weight:600;
}
.bill_index>.bill>.right>.money{
	display:flex;
	justify-content:space-around;
	margin:20px 0;
}
.bill_index>.bill>.right>.money>.row{
	width:286px;
	text-align:center;
	background-color:#f9f9f9;
	border:1px solid #cccccc;
	border-radius:6px;
	height:187px;
	line-height:187px;
}
.bill_index>.bill>.right>.money>.row>.row{
	line-height: initial;
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	color:#333333;
	line-height:40px;
}
.bill_index>.bill>.right>.money>.row>.row>p:nth-child(2){
	font-size:22px;
	font-weight:700;
}
.bill_index>.bill>.right>.option{
	height:42px;
	line-height:42px;
	border-bottom:1px solid #cccccc;
	padding-top:20px;
}
.bill_index>.bill>.right>.option>.left{
	color:#333;
	padding:0 27px;
	cursor:pointer;
}
.bill_index>.bill>.right>.option>.left:hover{
	background-color:#fa9263;
	color:#fff;
}
.bill_index>.bill>.right>.option>.active{
	background-color:#fa9263;
	color:#fff;
}
.bill_index>.bill>.right>.time{
	height:32px;
	line-height:32px;
	margin:12px 0 40px 0;
}
.bill_index>.bill>.right>.time>.left{
	margin-right:20px;
}
.bill_index>.bill>.right>.time>.left>input{
	height:30px;
	line-height:30px;
	border:1px solid #eeeeee;
	color:#333;
	width:99px;
	text-align:center;
}
.bill_index>.bill>.right>.time>.left>a{
	height:30px;
	line-height:30px;
}
.bill_index>.bill>.right>#page{
	margin:20px;
	text-align:right;
}
.bill_detail{
	padding:10px;
	background-color:#fff;
	text-align:left;
	display:none;
}
.bill_detail>.row{
	line-height:40px;
	padding:0 10px;
}
.bill_detail>.money{
	font-size:24px;
	color:#fa3761;
	text-align:center;
}
.bill_detail>.img{
	text-align:center;
	height:80px;
	line-height:80px;
}
.bill_detail>.img>img{
	width:50px;
	height:50px;
	margin-right:10px; 
}
.bill_detail>.row>span{
	margin:0 5px;
}
.bill_index>.bill>.right>.tips{
	height:30px;
	line-height:30px;
	background-color:#d9f0fe;
	color:#666666;
	border:1px solid #dddddd;
}
.bill_index>.bill>.right>.tips>i{
	color:#ffbb00;
	margin-left:14px;
	font-size:14px;
	margin-right:5px;
}
.bill_index>.bill>.right>form>p{
	padding-left:20px;
	height:50px;
	line-height:50px;
}
.bill_index>.bill>.right>form>.layui-form-item{
	margin:20px 0;
}
.bill_index>.bill>.right>.etr{
	line-height:40px;
}
.bill_index>.bill>.right>.rate{
	height:150px;
	line-height:150px;
}
.bill_index>.bill>.right>.rate>span{
	margin:0 17px;
	color:#666666;
}
.bill_index>.bill>.bg{
	background-color:#f8f8f8;
	margin-bottom: 32px;
}
.bill_index>.bill>.right>.rate{
	padding:0 20px;
	border-bottom:1px solid #cccccc;
}
.bill_index>.bill>.right>.rate>.money{
	display:inline-block;
	height:76px;
	vertical-align:middle;
	line-height:76px;
	border-radius:5px;
	border:1px solid #fa3761;
	padding:0 40px;
	color:#fa466c;
	font-size:36px;
	font-weight:600;
}
.bill_index>.bill>.right>.rate>.money>span{
	font-size:24px;
	margin-left:5px;
}
.bill_index>.bill>.right>.rate>.rate{
	display:inline-block;
	margin-left:37px;
	color:#666666;
}
.bill_index>.bill>.right>.rate>.rate>span{
	color:#0981fb;
}
.bill_index>.bill>.right>.wallet{
	padding:0 20px;
	border-bottom: 1px solid #cccccc;
}
.bill_index>.bill>.right>.wallet>.title{
	height:90px;
	line-height:90px;
	color:#666666;
}
.bill_index>.bill>.right>.wallet>.title>.right{
		color:#0981fb;
}
.bill_index>.bill>.right>.wallet>.title>img{
	margin-right:17px;
}
.bill_index>.bill>.right>.wallet>.row{
	display:flex;
	justify-content:space-around;
}
.bill_index>.bill>.right>.wallet>.row>.left{
	width:350px;
	height:70px;
	line-height:70px;
	border:1px solid #dddddd;
	padding:28px;
	cursor:pointer;
}
.bill_index>.bill>.right>.wallet>.row>.left>.row{
	display:inline-block;
	line-height: initial;
	vertical-align:middle;
	margin-left:20px;
}
.bill_index>.bill>.right>.wallet>.row>.left>.row>p{
	line-height:30px;
	color:#666666;
}
.bill_index>.bill>.right>.wallet>.row>.left:hover{
	border:1px solid #fa3761;
}
.bill_index>.bill>.right>.wallet>.row>.active{
	border:1px solid #fa3761;
}
.bill_index>.bill>.right>.wallet>.tips{
	height:40px;
	line-height:40px;
	color:#666666;
}
.bill_index>.bill>.right>.wallet>.tips>i{
	color:#ffbc00;
	margin-right:5px;
	font-size:14px;
}
.bill_index>.bill>.right>.input{
	border-bottom: 1px solid #cccccc;
	padding-left:20px;
	padding-bottom:40px;
}
.bill_index>.bill>.right>.input>p{
	height:65px;
	line-height:65px;
	color:#666666;
}
.bill_index>.bill>.right>.input>input{
	height:36px;
	border:1px solid #cccccc;
	border-radius:3px;
	width:100px; 
	padding-left:10px;
}
.bill_index>.bill>.right>.input>.or{
	margin:0 12px;
}
.bill_index>.bill>.right>.input>.tips{
	margin-left:20px;
	color:#999999;
}
.bill_index>.bill>.right>.input>.tips>i{
	color:#ffbb01;
	font-size:14px;
	margin-right:3px;
}
.bill_index>.bill>.right>.result{
	border-bottom: 1px solid #cccccc;
	padding:40px 20px;
}
.bill_index>.bill>.right>.result>.row{
	height:78px;
	line-height:78px;
	color:#666666;
	margin-bottom:20px;
}
.bill_index>.bill>.right>.result>.row>.money{
	height:76px;
	line-height:76px;
	border:1px solid #fa3761;
	padding:0 40px;
	color:#fa3761;
	display:inline-block;
	font-size:36px;
	border-radius:3px;
	margin-left:17px;
}
.bill_index>.bill>.right>.result>.row>.money>span{
	font-size:24px;
	margin-left:15px;
}
.bill_index>.bill>.right>.result>.desc>span{
	display:inline-block;
	width:390px;
	padding:18px;
	border:1px solid #ffeddf;
	background-color:#fff9f5;
	color:#fa3761;
}
.bill_index>.bill>.right>.submit{
	height:130px;
	line-height:130px;
	text-align:center;
}
.bill_index>.bill>.right>.submit>a{
	display:inline-block;
	height:54px;
	line-height:54px;
	padding:0 55px;
	background-color:#f95477;
	color:#fff;
}
.msg_index{
	background-color:#fff;
	padding-top:200px;
	padding-bottom:20px;
}
.msg_index>.content{
	width:1200px;
	margin:0 auto;
}
.msg_index>.content>.left{
	width:166px;
	background-color:#f4f4f4;
	min-height:500px;
}
.msg_index>.content>.left>h3{
	padding-left:54px;
	height:37px;
	line-height:37px;
	color:#333333;
	font-size:14px;
}
.msg_index>.content>.left>a{
	height:25px;
	line-height:25px;
	padding-left:54px;
	font-size:12px;
	cursor:pointer;
	display:block;
}
.msg_index>.content>.left>.active{
	color:#fa3761;
}
.msg_index>.content>.left>a:hover{
	color:#fa3761;
}
.msg_index>.content>.right{
	width:1004px;
}
.msg_index>.content>.right>h3{
	height:30px;
	line-height:30px;
	border-bottom:2px solid #dddddd;
	font-size:14px;
	color:#333333;
}
.msg_index>.content>.right>.option{
	margin-top:10px;
	background-color:#f8f4eb;
	padding:7px;
}
.msg_index>.content>.right>.option .layui-input-block{
	margin-left:0;
}
.msg_index>.content>.right>.option .layui-form-item{
	clear:inherit;
	margin-bottom:0;
}
.msg_index>.content>.right>.option>.left{
	margin-right:18px;
}
.msg_index>.content>.right>.option>.left>a{
	background-color:#fff;
	color:#333;
	border:1px solid #cccccc;
}
.msg_index>.content>.right>.option>.text{
	height:38px;
	line-height:38px;
	margin-right:10px;
}
.msg_index>.content>.right>.option>input{
	height:36px;
	border:1px solid #cccccc;
	background-color:#fff;
	line-height:38px;
	padding:0 10px;
	width:80px;
}
.msg_index>.content>.right>.option>.layui-btn{
	margin-left:10px;
}
.msg_index>.content>.right>.option>span{
	height:38px;
	line-height:38px;
	margin:0 10px;
}
.msg_index>.content>.right>#page{
	text-align:right;
	margin:20px 0;
}
.msg_index>.content>.right>.row{
	margin-top:10px;
}
.msg_index>.content>.right>.row>.left:nth-child(2){
	width:600px;
	margin-left:10px;
	line-height:20px;
}
.msg_index>.content>.right>.row>.right{
	width:102px;
}
.msg_index>.content>.right>.row>.right>p{
	text-align:center;
}
.msg_index>.content>.right>.row>.right>p>a{
	color:#0e5bc4;
}
.msg_index>.content>.right>.row>.right>p>img{
	border-radius:7px;
}
.msg_index>.content>.right>.row>.left>.layui-btn{
	margin-top:10px;
	background-color:#faf7e6;
	color:#666666;
	border:1px solid #f9eeba;
}
.msg_index>.content>.right>.content{
	margin-top:20px;
	padding: 0 25px;
}
.msg_index>.content>.right>.content>.row{
	margin-top:20px;
}
.msg_index>.content>.right>.content>.row>.content{
	width:300px;
	line-height:20px;
	border:1px solid #dddddd;
	padding:20px;
	border-radius:4px;
	color:#999999;
	margin:0 25px;
}
.msg_index>.content>.right>.content>.row>.right{
	text-align:right;
}
.msg_index>.content>.right>#page{
	text-align:right;
	margin:20px 0;
}
.bargainIndex{
	padding-top:184px;
	width:1200px;
	margin:0 auto;
}
.bargainIndex>.banner>img{
	width:100%;
}
.bargainIndex>.cate{
	background-color:#fff;
	line-height:45px;
}
.bargainIndex>.cate>a{
	margin:0 23px;
	color:#333333;
	border-bottom:1px solid #fff;
	display:inline-block;
}
.bargainIndex>.cate>.active{
	border-bottom:1px solid #fa3761;
}
.bargainIndex>.cate>a:hover{
	color:#fa3761;
	border-bottom:1px solid #fa3761;
}
.bargainIndex>.entry{
	margin-top:10px;
	background-color:#fff;
}
.bargainIndex>.entry>a{
	display: inline-block;
    line-height: 20px;
    color: #000;
    width: 210px;
    margin-right: 28px;
    margin-bottom: 12px;
	border:1px solid #fff;
	padding-bottom:10px;
}
.bargainIndex>.entry>a:hover{
	border:1px solid #fa3761;
}
.bargainIndex>.entry>a>img{
	width: 210px;
    height: 210px;
}
.bargainIndex>.entry>a>.title{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 43px;
    padding: 0 10px;
}
.bargainIndex>.entry>a>.price{
	color: #999999;
    line-height: 33px;
    height: 33px;
    padding: 0 10px;
}
.bargainIndex>.entry>a>.price>span{
	font-weight: 700;
    font-size: 16px;
    margin-right: 8px;
    color: #f9466c;
}
.bargainIndex>.entry>a>.price>.usd{
	color: #999999;
    font-size: 12px;
}
.bargainIndex>.entry>a>.row{
	height:35px;
	line-height:35px;
	padding:0 10px;
}
.bargainIndex>.entry>a>.row>span{
	height:35px;
	line-height:35px;
	background-color:#fa9d64;
	color:#fff;
	padding:0 5px;
	display:inline-block;
	border-radius:4px;
}
.bargainIndex>#page{
	text-align:right;
}
.bargainCode{
	text-align:center;
	display:none;
	padding:20px;
}
.bargainCode>p{
	color:#fa9d64;
	line-height:35px;
}
.bargainCode>p>img{
	margin:0 auto;
}
.orderDetail{
	background-color:#fff;
	padding-top:184px;
	padding-bottom: 20px;
}
.orderDetail>.content{
	width:1200px;
	margin:0 auto;
}
.orderDetail>.content>.bread{
	padding:10px 0;
}
.orderDetail>.content>.appStepbar>ul>li{ 
	width:210px;
	float:left;
	text-align: center;
}
.orderDetail>.content>.appStepbar{
	text-align:center;
}
.orderDetail>.content>.appStepbar>ul{
	display:inline-block;
}
.orderDetail>.content>.appStepbar>ul>li>.step-done>.step-name{
	padding: 3px 0;
    font-weight: 700;
    color: #888;
	height: 25px;
}
.orderDetail>.content>.appStepbar>ul>li>.step-cur>.step-name{
	padding: 3px 0;
    font-weight: 700;
    color: #888;
	height: 25px;
}
.orderDetail>.content>.appStepbar>ul>li>.step-done>.step-no{
	background: url(//img.maiiepay.com/images/T1ze0ZXA0aXXcVlxZa-734-340.png) 50% -102px no-repeat;
	height: 34px;
    line-height: 34px;
    font-family: 'arial black';
    color: #fff;
    font-size: 18px;
	background-position: 50% -170px;
}
.orderDetail>.content>.appStepbar>ul>.step-first>.step-done>.step-no{
	background: url(//img.maiiepay.com/images/T1ze0ZXA0aXXcVlxZa-734-340.png) 50% -102px no-repeat;
	height: 34px;
    line-height: 34px;
    font-family: 'arial black';
    color: #fff;
    font-size: 18px;
	background-position: 50% -204px;
}
.orderDetail>.content>.appStepbar>ul>.step-last>.step-cur>.step-no{
	background: url(//img.maiiepay.com/images/T1ze0ZXA0aXXcVlxZa-734-340.png) 50% -102px no-repeat;
	height: 34px;
    line-height: 34px;
    font-family: 'arial black';
    color: #fff;
    font-size: 18px;
	background-position: 50% -68px;
}
.orderDetail>.content>.appStepbar>ul>.step-last>.step>.step-no{
	background: url(//img.maiiepay.com/images/T1ze0ZXA0aXXcVlxZa-734-340.png) 50% -102px no-repeat;
	height: 34px;
    line-height: 34px;
    font-family: 'arial black';
    color: #fff;
    font-size: 18px;
	background-position: 50% -136px;
}

.orderDetail>.content>.appStepbar>ul>li>.step-done>.step-no{
	background: url(//img.maiiepay.com/images/T1ze0ZXA0aXXcVlxZa-734-340.png) 50% -102px no-repeat;
	height: 34px;
    line-height: 34px;
    font-family: 'arial black';
    color: #fff;
    font-size: 18px;
	background-position: 50% -170px;
}
.orderDetail>.content>.appStepbar>ul>li>.step-done>.step-nos{
	background: url(//img.alicdn.com/tps/i4/T1ze0ZXA0aXXcVlxZa-734-340.png) 50% -102px no-repeat;
	height: 34px;
    line-height: 34px;
    font-family: 'arial black';
    color: #fff;
    font-size: 18px;
	background-position: 50% -102px;
}
.orderDetail>.content>.appStepbar>ul>.step-last>.step-cur>.step-nos{
	background: url(//img.maiiepay.com/images/T1ze0ZXA0aXXcVlxZa-734-340.png) 50% -102px no-repeat;
	height: 34px;
    line-height: 34px;
    font-family: 'arial black';
    color: #fff;
    font-size: 18px;
	    background-position: 50% -136px;
}

.orderDetail>.content>.appStepbar>ul>li .step-time{
	margin-top: 10px;
    color: #999;
    padding: 8px 0;
}
.orderDetail>.content>.appStepbar>ul>li .step-time>.step-time-wraper{
	width: 210px;
    margin: 0 auto;
    display: inline-block;
    zoom: 1;
}
.orderDetail>.content>.info>.row{
	border:1px solid #dddddd;
}
.orderDetail>.content>.info>.row>.left{
	background-color:#fbfbfb;
	width:600px;
	border-right:1px solid #dddddd;
}
.orderDetail>.content>.info>.row>.left>h3{
	height:30px;
	line-height:30px;
	background-color:##F3F3F3;
	padding-left: 20px;
	font-size:12px;
	border-bottom:1px solid #dddddd;
}
.orderDetail>.content>.info>.row>.left>ul{
	padding:10px;
	line-height:35px;
}
.orderDetail>.content>.info>.row>.left>ul>li>.right{
	width:470px;
}
.orderDetail>.content>.info>.row>.left>ul>li>.left{
	width:100px;
	text-align:right;
}
.orderDetail>.content>.info>.row>.right{
	width:596px;
	padding-top:50px;
}
.orderDetail>.content>.info>.row>.right>.status{
	height:36px;
	line-height:36px;
	padding-left:20px;
	font-size:14px;
}
.orderDetail>.content>.info>.row>.right>.status>i{
	margin-right:5px;
	font-size:14px;
	color:#fa3761;
}
.orderDetail>.content>.info>.row>.right>.ship{
	padding-left:20px;
}
.orderDetail>.content>.info>.row>.right>.ship>span{
	margin-left:20px;
}
.orderDetail>.content>.info>.row>.right>.pay{
	padding-left:20px;
	line-height:30px;
	margin: 10px 0;
}
.orderDetail>.content>.info>.row>.right>.pay>.tips{
	padding-left:20px;
}
.orderDetail>.content>.info>.row>.right>.pay>.tips>span{
	color:#fa3761;
}
.orderDetail>.content>.info>.row>.right>.pay>.row>a{
	color:#000;
	height:30px;
	line-height:30px;
}
.orderDetail>.content>.info>table{
	margin-bottom:20px;
}
.orderDetail>.content>.info>table .ship{
	background-color: #E3EEFF;
    color: #666;
}
.orderDetail>.content>.info>table .row>td{
	background-color:#fff;
	border-right:1px solid #fff;
}
.orderDetail>.content>.info>table .row>.border{
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6; 
}
.orderDetail>.content>.info>table th{
	border-right:1px solid #f2f2f2;
}
.orderDetail>.content>.info>table th:last-child{
	border-right:1px solid #e6e6e6;
}
.orderDetail>.content>.info>table td>span{
	margin-right:20px;
	font-size:12px;
}
.orderDetail>.content>.info>table td>.more{
	cursor:pointer;
}
.orderDetail>.content>.info>table td>span>i{
	font-size:12px;
	margin-left:2px;
}
.orderDetail>.content>.info>table td>.result{
	color:#fa3761;
}
.orderDetail>.content>.info>table td>.left>img{
	width:50px;
	height:50px;
}
.orderDetail>.content>.info>table td>.name{
	width:400px;
	margin-left:20px;
}
.orderDetail>.content>.info>.result{
	background-color:#F3F3F3;
	padding:20px;
	text-align:right;
}
.orderDetail>.content>.info>.result>p{
	line-height:30px;
	color: #666;
}
.orderDetail>.content>.info>.result>p>span{
	display:inline-block;
	width:120px;
}
.orderDetail>.content>.info>.result>p>.sum{
	color:#fa3761;
	font-size:16px;
}
.personalPay{
	padding:20px;
	display:none;
}
.personalPay>.row{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #cccccc;
}
.personalPay>.row>.left{
	width:33.33%;
	text-align:center;
	color:#cccccc;
}
.personalPay>.img{
	height:150px;
	line-height:150px;
	color:#cccccc;
}
.personalPay>.row>img{
	width:80px;
	height:80px;
	margin:5px;
}
.personalPay>.result{
	height:50px;
	line-height:50px;
	text-align:right;
	color:#fa3761;
}
.personalPay>.submit{
	height:90px;
	line-height:90px;
	text-align:center;
}
.personalPay>.submit>a{
	height:50px;
	padding:0 20px;
	line-height:50px;
	background-color:#cccccc;
	color:#fff;
	border-radius:10px;
	display:inline-block;
	margin-right:10px;
}
.personalPay>.submit>a:hover{
	background-color:#fa3761;
}
/*售后申请页面*/
.after_sale_add{
	width:1200px;
	margin:0 auto;
	padding-top:200px;
}
.after_sale_add>.top{
	height:57px;
	line-height:57px;
	background-color:#d3e8cf;
}
.after_sale_add>.top>.left{
	width:33%;
	text-align:center;
	color:#ffffff;
	font-size:22px;
	position:relative;
}
.after_sale_add>.top>.active{
	background-color:#91ca85;
}
.after_sale_add>.top>.left>.arr{
	position:absolute;
	height:57px;
	width:29px;
	top:0;
	right:-29px;
	background:url('//img.maiiepay.com/images/icon_jiao.png') no-repeat;
	background-size:cover;
	z-index: 2;
}
.after_sale_add>.top>.left>.arrs{
	position:absolute;
	height:57px;
	width:29px;
	top:0;
	right:-29px;
	background:url('//img.maiiepay.com/images/icon_jiaos.png') no-repeat;
	background-size:cover;
	z-index: 2;
}
.after_sale_add>.top>.left>i{
	width:31px;
	height:31px;
	line-height:31px;
	display:inline-block;
	font-style: normal;
	border-radius:31px;
	border:3px solid #ffffff;
	margin-right:19px;
}
.after_sale_add>.top2{
	height:57px;
	line-height:57px;
	background-color:#d3e8cf;
}
.after_sale_add>.top2>.left{
	width:25%;
	text-align:center;
	color:#ffffff;
	font-size:22px;
	position:relative;
}
.after_sale_add>.top2>.active{
	background-color:#91ca85;
}

.after_sale_add>.top2>.left>.arr{
	position:absolute;
	height:57px;
	width:29px;
	top:0;
	right:-29px;
	background:url('//img.maiiepay.com/images/icon_jiao.png') no-repeat;
	background-size:cover;
}
.after_sale_add>.top2>.left>.arrs{
	position:absolute;
	height:57px;
	width:29px;
	top:0;
	right:-29px;
	background:url('//img.maiiepay.com/images/icon_jiaos.png') no-repeat;
	z-index: 2;
	background-size:cover;
}
.after_sale_add>.top2>.left>i{
	width:31px;
	height:31px;
	line-height:31px;
	display:inline-block;
	font-style: normal;
	border-radius:31px;
	border:3px solid #ffffff;
	margin-right:19px;
}
.after_sale_add>.row{
	border:1px solid #cccccc;
	padding:30px;
	border-top: 0;
	margin-bottom: 80px;
}
.after_sale_add>.row>.group{
	margin-bottom:55px;
	height:178px;
	line-height:178px;
}
.after_sale_add>.row>.group>.text{
	width:143px;
	color:#666666;
	font-size:22px;
	text-align:right;
	margin-right:20px;
}
.after_sale_add>.row>.group>.left>.left{
	background: url(//img.maiiepay.com/images/pro_bg.png) no-repeat;
    background-size: 178px 178px;
	width:178px;
	height:178px;
	display:inline-block;
}
.after_sale_add>.row>.group>.left>.left>img{
	max-width:178px;
	max-height:178px;
}
.after_sale_add>.row>.group>.left>span{
	float:left;
	width:780px;
	line-height: 50px;
	font-size:24px; 
	color:#666666;
	margin-left: 5px;
}
.after_sale_add>.row>.service{
	height:60px;
	line-height:60px;
	margin-bottom:55px;
}
.after_sale_add>.row>.service>.text{
	width:143px;
	color:#666666;
	font-size:22px;
	text-align:right;
	margin-right:20px;
	min-height: 5px;
}
.after_sale_add>.row>.service>.left>.left{
	color:#666666;
	font-size:22px;
	margin-right:20px;
}
.after_sale_add>.row>.service>.left>.left>input{
	width:316px;
	border:1px solid #dddddd;
	border-radius:5px;
	font-size:22px;
	height:48px;
	padding-left:13px;
}
.after_sale_add>.row>.service>.left>.left>.price{
	color:#fa466c;
	margin-right: 10px;
	width: 110px;
    margin-left: 10px;
	text-align: center;
    padding-left: 0;
}
.after_sale_add>.row>.service>.left>.type{
	line-height:28px;
	font-size:18px;
}
.after_sale_add>.row>.service>.left>.type>input{
	width:18px;
	height:18px;
}
.after_sale_add>.row>.service>.left>.type>label{
	margin-left:17px;
}
.after_sale_add>.row>.service>.left>.left>.select{
	width:316px;
	border:1px solid #dddddd;
	border-radius:5px;
	font-size:22px;
	height:48px;
	padding-left:13px;
	color:#666666;
}
.after_sale_add>.row>.service>.left>.left>.select>.option{
	font-size:22px;
	color:#666666;
}
.after_sale_add>.row>.content{
	height:174px;
	line-height:initial;
}
.after_sale_add>.row>.service>.left>.left>textarea{
	width:316px;
	border:1px solid #dddddd;
	border-radius:5px;
	font-size:22px;
	padding-left:13px;
	resize:none;
	height:150px;
	padding:12px;
}
.after_sale_add>.row>.service>.left>input{
	height:50px;
	line-height:50px;
	background-color:#91ca85;
	border:0;
	color:#ffffff;
	font-size:22px;
	padding:0 100px;
	border-radius:14px;
	margin-left:30.016px;
	cursor:pointer;
}
.after_sale_add>.row>.content>.left>.upload{
	width:128px;
	height:128px;
	border:1px dashed #dddddd;
	border-radius:7px;
}
.after_sale_add>.row>.content>.left>.upload>p{
	height:78px;
	line-height:78px;
	font-size:60px;
	text-align:center;
}
.after_sale_add>.row>.content>.left>.upload>.text{
	font-size:18px;
	text-align:center;
}
.after_sale_add>.row>.content>.left>.left{
	margin-left:30.016px; 
}
.after_sale_add>.row>.content>.left>.img{
	width:128px;
	height:128px;
		background: url(//img.maiiepay.com/images/pro_bg.png) no-repeat;
	background-size:cover;
	line-height:128px;
	text-align:center;
	position:relative;
}
.after_sale_add>.row>.content>.left>.img>img{
	max-width:128px;
	max-height:128px;
	vertical-align:middle;
}
.after_sale_add>.row>.content>.left>.img>i{
	position: absolute;
    top: -15px;
    right: 0px;
    width: 15px;
    height: 15px;
    cursor: pointer;
	background-size:15px 15px;
	line-height: initial;
	color:#fa3761;
	font-size:30px;
}
.after_sale_add>.row>.left{
	width:280px;
	height:300px;
	background:url('../images/iconss.png') no-repeat right 34px top 70px;
}
.after_sale_add>.row>.right{
	height:250px;
	width:858px;
	padding-top:50px;
}
.after_sale_add>.row>.right>p:nth-child(1){
	font-size:30px;
	color:#91ca85;
	margin-bottom:28px;
}
.after_sale_add>.row>.right>p:nth-child(2){
	font-size:24px;
	color:#91ca85;
	margin-bottom:28px;
}
.after_sale_add>.row>.right>p:nth-child(3){
	font-size:24px;
	color:#d3e8cf;
	margin-bottom:52px;
}
.after_sale_add>.row>.right>.btn>a{
	display:inline-block;
	height:48px;
	line-height:48px;
	color:#999999;
	font-size:22px;
	text-align:center;
	border:#d3e8cf solid 1px;
	border-radius:11px;
	padding:0 48px;
	margin-right:62px;
}
.after_sale_add>.row>.right>.btn>a:hover{
	background-color:#d3e8cf;
	color:#ffffff;
}
.after_sale_add>.result>.left{
	width:280px;
	height:260px;
	background:url('//img.maiiepay.com/images/icon_ss.png') no-repeat right 16px top 49px;
}
.after_sale_add>.result>.right{
	width:858px;
	padding-top:50px;
	height:210px;
}
/*卖家处理售后申请*/
.after_sale_add>.row>.seller_deal>.group{
	margin-bottom:55px;
	height:178px;
	line-height:178px;
}
.after_sale_add>.row>.seller_deal>.group>.text{
	width:143px;
	color:#666666;
	font-size:22px;
	text-align:right;
	margin-right:20px;
}
.after_sale_add>.row>.seller_deal>.group>.left>.left{
		background: url(//img.maiiepay.com/images/pro_bg.png) no-repeat;
    background-size: 178px 178px;
	width:178px;
	height:178px;
	display:inline-block;
	text-align: center;
}
.after_sale_add>.row>.seller_deal>.group>.left>.left>img{
	max-width:178px;
	max-height:178px;
}
.after_sale_add>.row>.seller_deal>.group>.left>span{
	float:left;
	width:780px;
	line-height: 50px;
	font-size:24px; 
	color:#666666;
	margin-left: 5px;
}
.after_sale_add>.row>.seller_deal>.row{
	margin-bottom:31px;
}
.after_sale_add>.row>.seller_deal>.row>img{
	margin-left:45px;
	float:left;
}
.after_sale_add>.row>.seller_deal>.row>.left{
	width:143px;
	color:#666666;
	font-size:22px;
	text-align:right;
	margin-right:20px;
}
.after_sale_add>.row>.seller_deal>.row>.type{
	color:#666666;
	font-size:22px;
	display:inline-block;
}
.after_sale_add>.row>.seller_deal>.row>.right{
	color:#666666;
	font-size:22px;
	text-align:left;
	width:400px;
}
.after_sale_add>.row>.seller_deal>.row>.right>span{
	color:#fa466c;
	font-size:22px;
	text-align:left;
	width:400px;
}
.after_sale_add>.row>.seller_deal>.row>.contact{
	color:#91ca85;
	font-size:22px;
	text-align:left;
	width:400px;
}
.after_sale_add>.row>.seller_deal>.btn{
	height:114px;
	line-height:114px;
	text-align:center;
}
.after_sale_add>.row>.seller_deal>.btn>a{
	display:inline-block;
	height:48px;
	line-height:48px;
	padding:0 50px;
	border:1px solid #dddddd;
	border-radius:12px;
	margin-right:62px;
	color:#999999;
	font-size:22px;
}
.after_sale_add>.row>.seller_deal>.btn>a:hover{
	background-color:#91ca85;
	color:#ffffff;
}
/*卖家拒绝售后原因*/
.refuse_reason{
	position:fixed;
	z-index:200;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}
.refuse_reason>.bg{
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.7;
	position:absolute;
	left:0;
	top:0;
}
.refuse_reason>.row{
	position:absolute;
	width:500px;
	background-color:#ffffff;
	padding:20px;
}
.refuse_reason>.row>.entry>.row{
	height:40px;
	line-height:40px;
	font-size:16px;
}
.refuse_reason>.row>.entry>.row>input{
	width:14px;
	height:14px;
	margin-right:10px;
}
.refuse_reason>.row>.content>textarea{
	resize:none;
	width:420px;
	height:200px;
	padding:20px;
	margin:10px 0;
	font-size;16px;
}
.refuse_reason>.row>.btn>a{
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 25px;
	border:1px solid #dddddd;
	border-radius:12px;
	color:#999999;
	font-size:16px;
}
.refuse_reason>.row>.btn>a:hover{
	background-color:#91ca85;
	color:#ffffff;
}
/*联系买家*/
.contact_to_buyer{
	position:fixed;
	z-index:200;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}
.contact_to_buyer .bg{
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.7;
	position:absolute;
	left:0;
	top:0;
}
.contact_to_buyer .row{
	position:absolute;
	width:500px;
	background-color:#ffffff;
	height:260px;
	margin-top:-130px;
	top:50%;
	left:50%;
	margin-left:-250px;
}
.contact_to_buyer .row .name{
	height:35px;
	line-height:35px;
	padding-left:20px;
	color:#666666;
	background-color:#eeeeee;
	font-size:16px;
	border-bottom:1px solid #cccccc;
}
.contact_to_buyer .row .content{
	text-align:center;
}
.contact_to_buyer .row .content>textarea{
	width:453px;
	height:114px;
	margin-top:19px;
	padding:10px;
	resize:none;
}
.contact_to_buyer .row .send{
	height:71px;
	line-height:71px;
	padding-left:20px;
}
.contact_to_buyer .row .send a{
	height:40px;
	line-height:40px;
	display:inline-block;
	width:120px;
	text-align:center;
	border-radius:4px;
	margin-right:16px;
	color:#333333;
	border:1px solid #333333;
}
.contact_to_buyer .row .send a:hover{
	color:#ffffff;
	background-color:#91ca85;
	border:1px solid #91ca85;
}

/*卖家填写收货地址*/
.seller_fill_address{
	position:fixed;
	z-index:200;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}
.seller_fill_address>.bg{
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.7;
	position:absolute;
	left:0;
	top:0;
}
.seller_fill_address>.address{
	position:absolute;
	background-color:#ffffff;
	padding:20px;
}
.seller_fill_address>.address>h3{
	text-align:center;
	color:#999999;
	font-size:16px;
}
.seller_fill_address>.address>.row{
	height:40px;
	line-height:40px;
	color:#999999;
	font-size:16px;
}
.seller_fill_address>.address>.row input{
	padding-left:10px;
}
.seller_fill_address>.address>.row>.text{
	width: 100px;
    text-align: right;
}
.seller_fill_address>.address>.submits{
	text-align:center;
}
.seller_fill_address>.address>.submits>a{
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 25px;
	border:1px solid #dddddd;
	border-radius:12px;
	color:#999999;
	font-size:16px;
}
.seller_fill_address>.address>.submits>a:hover{
	background-color:#91ca85;
	color:#ffffff;
}
/*售后-买家发货*/
.after_sale_add>.row>.delivery>.row{
	line-height:103px;
	color:#666666;
	font-size:22px;
}
.after_sale_add>.row>.delivery>.row>.text{
	width:151px;
}
.after_sale_add>.row>.delivery>.row>.left>.nth{
	height:48px;
	line-height:48px;
	border:1px solid #dddddd;
	background-color:#ffffff;
	border-radius:8px;
	width:325px;
	padding-left:11px;
}
.after_sale_add>.row>.delivery>.row>.left>.submit{
	height:50px;
	padding:0 99px;
	border:0;
	background-color:#91ca85;
	color:#ffffff;
	font-size:22px;
	border-radius:10px;
	cursor:pointer;
}
/*卖家确认收货*/
.after_sale_add>.row>.comfirm>.text{
	height:110px;
	line-height:110px; 
	text-align:center;
	font-size:36px;
	color:#91ca85;
	background:url('//img.maiiepay.com/images/a_com.png') no-repeat left 210px center;
}
.after_sale_add>.row>.comfirm>.info{
	height:148px;
	line-height:148px;
}
.after_sale_add>.row>.comfirm>.info>.left{
	padding-top:21px;
}
.after_sale_add>.row>.comfirm>.info>.left>p{
	line-height:55px;
	color:#91ca85;
	font-size:22px;
}
.after_sale_add>.row>.comfirm>.info>.right>a{
	display:inline-block;
	height:50px;
	line-height:50px;
	padding:0 55px;
	background-color:#91ca85;
	border-radius:14px;
	color:#ffffff;
	font-size:22px;
}
.sellerProduct{
	padding-top:200px;
}
/**卖家产品管理*/
.sellerProduct{
	width:1200px;
	margin:0 auto;
	background-color:#fff;
}
.sellerProduct>.content{
	padding:20px;
}
.sellerProduct>.content>.bread{
	margin-bottom:20px;
}
.sellerProduct>.content>.button{
	padding:10px 20px;
}
.sellerProduct>.content>.option{
	max-height:0;
	overflow:hidden;
	transition: max-height 0.7s; 
	-moz-transition: max-height 0.7s; /* Firefox 4 */
	-webkit-transition: max-height 0.7s; /* Safari 和 Chrome */
	-o-transition: max-height 0.7s; /* Opera */
}
.sellerProduct>.content>.option>.content>.left{
	width:560px;
	padding:10px;
}
.sellerProduct>.content>.option>.content>.right{
	width:560px;
	padding:10px;
}
.sellerProduct>.content .layui-table-cell{
	height:auto;
}
.sellerProduct>.content .attrGroup>.attribute{
	display:none;
}
.sellerProduct>.content .attrGroup>.attr_name{
	display:none;
}
.sellerProduct>.content .layui-form-checkbox span{
	min-width:120px;
}
#proImg>a{
	margin:10px;
	position:relative;
	width:300px; 
	height:300px;
	line-height:300px;
	text-align:center;
	border: 1px solid #cccccc;
}
#proImg>a>i{
	position:absolute;
	right:0;
	top:0;
	font-size: 20px;
	color:#fa3761;
	line-height: initial;
}
.collectionIndex{
	padding-top:184px;
	background-color:#fff;
}
.collectionIndex>.content{
	width:1200px;
	margin:0 auto;
}
.collectionIndex>.content>.layui-nav{
	background-color:#fff;
	border-bottom: 1px solid #cccccc;
}
.collectionIndex>.content>.layui-nav a{
	color:#333333;
	font-size:16px;
}
.collectionIndex>.content>.layui-nav .layui-this a{
	color:#fa3761;
}
.collectionIndex>.content>.layui-nav a:hover{
	color:#fa3761;
}
.collectionIndex>.content>.layui-nav .layui-this:after{
	height:2px;
}
.collectionIndex>.content>.layui-nav .layui-nav-bar{
	height:2px;
}
.collectionIndex>.content>.layui-nav .layui-nav-item{
	line-height:50px;
}
.collectionIndex>.content>.manage{
	margin:20px 0;
	text-align:right;
}
.collectionIndex>.content>.entry{
	text-align:center;
}
.collectionIndex>.content>.entry>.left{
	width:160px;
	margin-right:11px;
	margin-bottom:10px;
	border:1px solid #fff;
	position:relative;
}
.collectionIndex>.content>.entry>.left>.mode{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}
.collectionIndex>.content>.entry>.left>.mode>.bg{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#000;
	opacity:0.7;
}
.collectionIndex>.content>.entry>.left:hover >.mode>.bg{
	opacity:0.4;
}
.collectionIndex>.content>.entry>.left>.mode>i{
	position:absolute;
	background:url(//img.maiiepay.com/images/cc1.png) no-repeat;
	width:41px;
	height:41px;
	top:0;
	right:0;
}
.collectionIndex>.content>.entry>.left>.active>i{
	position:absolute;
	background:url(//img.maiiepay.com/images/cc2.png) no-repeat;
	width:41px;
	height:41px;
	top:0;
	right:0;
}
.collectionIndex>.content>.entry>.left:hover{
	border:1px solid #fa3761;
}
.collectionIndex>.content>.entry>.left:nth-child(7n){
	margin-right:0;
}
.collectionIndex>.content>.entry>.left>a>.title{
	padding:0 10px;
	color:#333333;
	line-height:20px;
	height:40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size:12px;
}
.collectionIndex>.content>.entry>.left>a>.price{
	color:#fa3761;
	line-height:25px;
}
.collectionIndex>.content>.entry>.left>a>p>img{
	width:160px;
	height:160px;
}
.collectionIndex>.content>.shop{
	display:none;
}
.collectionIndex>.content>.shop>.row{
	height:160px;
	line-height:160px;
	padding:20px 0;
	border-bottom:1px solid #cccccc;
	position:relative;
}


.collectionIndex>.content>.shop>.row>.mode{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}
.collectionIndex>.content>.shop>.row>.mode>.bg{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#000;
	opacity:0.7;
}
.collectionIndex>.content>.shop>.row:hover >.mode>.bg{
	opacity:0.4;
}
.collectionIndex>.content>.shop>.row>.mode>i{
	position:absolute;
	background:url(//img.maiiepay.com/images/cc1.png) no-repeat;
	width:41px;
	height:41px;
	top:0;
	right:0;
}
.collectionIndex>.content>.shop>.row>.active>i{
	position:absolute;
	background:url(//img.maiiepay.com/images/cc2.png) no-repeat;
	width:41px;
	height:41px;
	top:0;
	right:0;
}

.collectionIndex>.content>.shop>.row>.img{
	width:116px;
	text-align:center;
	margin: 0 10px;
}
.collectionIndex>.content>.shop>.row>.img>img{
	width:116px;
	height:116px;
}
.collectionIndex>.content>.shop>.row>.info{
	width:238px;
	margin-left: 10px;
}
.collectionIndex>.content>.shop>.row>.info>.row{
	line-height: initial;
	display:inline-block;
	vertical-align: middle;
}
.collectionIndex>.content>.shop>.row>.info>.row>p>i{
	font-size:14px;
	margin:0 5px;
	cursor:pointer;
}
.collectionIndex>.content>.shop>.row>.info>.row>.desc{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color:#999999;
}
.collectionIndex>.content>.shop>.row>.right>.row{
	line-height: initial;
	display:inline-block;
	vertical-align: middle;
	height:160px;
}
.collectionIndex>.content>.shop>.row>.right>.row>a{
	display:inline-block;
	width:140px;
	margin-right:20px;
}
.collectionIndex>.content>.shop>.row>.right>.row>a>img{
	width:140px;
	height:140px;
}
.collectionIndex>.content>.shop>.row>.right>.row>a>p{
	height:20px;
	line-height:20px;
	text-align:center;
}
.collectionIndex>.content>#page{
	text-align:right;
	margin:10px 0;
}
.footPrintIndex{
	width:1200px;
	margin:0 auto;
	padding-top:184px;
}
.footPrintIndex>.del{
	text-align:right;
	margin:10px 0;
}
.footPrintIndex>.del>a:hover{
	background-color:#fa3761;
}
.footPrintIndex>.entry>.left{
	width:183px;
	margin-right:20px;
	margin-bottom:20px;
	position:
}
.footPrintIndex>.entry>.left:nth-child(6n){
	margin-right:0;
}
.footPrintIndex>.entry>.left>.top{
	height:26px;
	line-height:26px;
	position:relative;
}
.footPrintIndex>.entry>.left>.top>.del{
	position:absolute;
	left:80px;
	top:0;
	height:26px;
	line-height:26px;
	display:none;
}
.footPrintIndex>.entry>.left>.top>.del>a{
	padding:0 10px;
	background-color:#4b4a4a;
	color:#fff;
	height:17px;
	line-height:17px;
	font-size:12px;
	display:inline-block;
}
.footPrintIndex>.entry>.left>.top:hover >.del{
	display:block;
}
.footPrintIndex>.entry>.left>.top>span{
	margin-right:13px;
}
.footPrintIndex>.entry>.left>.img{
	position:relative;
}
.footPrintIndex>.entry>.left>.img>i{
	position:absolute;
	font-size:28px;
	top:0;
	right:0;
	background-color:#989391;
	color:#fff;
	padding: 3px;
	cursor:pointer;
	display:none;
}
.footPrintIndex>.entry>.left>.img:hover i{
	display:block;
}
.footPrintIndex>.entry>.left>.img>i:hover{
	background-color:#fa3761;
}
.footPrintIndex>.entry>.left>.img>a>img{
	width:183px;
	height:183px;
}
.footPrintIndex>.entry>.left>.itm_name{
	padding:0 10px;
	background-color:#fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height:25px;
}
.footPrintIndex>.entry>.left>.price{
	padding:0 10px;
	background-color:#fff;
	line-height:25px;
	color:#fa3761;
}
.footPrintIndex>#page{
	text-align:right;
	margin:20px 0;
}
.video_index{
	margin-top:184px;
}
.video_index>img{
	width:1200px;
	margin:0 auto;
	display:block;
}
.video_index>.title{
	height:75px;
	line-height:75px;
	margin-top:25px;
}
.video_index>.title>.content{
	width:1200px;
	margin:0 auto;
	text-align: center;
}
.video_index>.title>.content>.center{
	display:inline-block;
	height:38px;
	vertical-align: middle;
}
.video_index>.title>.content>.center>input{
	width:400px;
	padding-left:10px;
	height:36px;
	border:1px solid #dddddd;
	border-top-left-radius:12px;
	border-bottom-left-radius:12px;
	float:left;
}
.video_index>.title>.content>.center>a{
	height:38px;
	background-color:#fa3761;
	padding:0 20px;
	color:#fff;
	float:left;
	line-height:38px;
}
.video_index>.title>.content>.left{
	height:75px;
	line-height:75px;
}
.video_index>.title>.content>.left>.row{
	height: 44px;
    line-height: initial;
    border-left: 5px solid #fa3761;
    display: inline-block;
    padding-left: 6px;
    font-size: 18px;
    color: #fa466c;
    vertical-align: middle;
}
.video_index>.title>.content>.left>.row>p:nth-child(2){
	color:#999999;
}
.video_index>.title>.content>.right>span{
	display: inline-block;
    margin: 0 5px;
    color: #222222;
    font-size: 16px;
    height: 37px;
    line-height: 47px;
    cursor: pointer;
}
.video_index>.title>.content>.right>a{
	margin-left:10px;
	color:#fa3761;
}
.video_index>.title>.content>.right>.active{
	color:#fa3761;
	border-bottom:3px solid #fa3761;
}
.video_index>.info{
	width:1200px;
	margin:0 auto;
}
.video_index>.info>.owl-carousel{
	height: 230px;
}
.video_index>.info .item>.left{
	padding:0 10px;
	width: 280px;
	margin-bottom:30px;
	position:relative;
} 
.video_index>.info .left:nth-child(2n){
	margin-right:0;
}
.video_index>.info .left .video-js{
	width:280px;
	height:160px;
}
.video_index>.info .left>text{
	position:absolute;
	width:280px;
	padding:0 20px; 
	top:10px;
	left:0;
	color:#fff;
	z-index: 2;
	text-align:center;
	display:none;
	font-size:16px;
}
.video_index>.info .left:hover text{
	display:block;
}
.video_index>.info .left>.bottom{
	height:90px; 
	line-height:60px;
	background-color:#fff;
	border-bottom-right-radius:9px;
	border-bottom-left-radius:9px;
	padding:0 5px;
}
.video_index>.info .left>.bottom>.left>.left>img{
	width:40px;  
	height:40px;
	display: inline-block; 
} 
.video_index>.info .owl-nav>.owl-prev {
    width: 30px;
    height: 60px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -30px;
    background: #999999 url(https://img.maiiepay.com/static/images/nav_pre.png) no-repeat;
    background-size: cover;
}
.video_index>.info .owl-nav>.owl-next {
    width: 30px;
    height: 60px;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -30px;
    background: #999999 url(https://img.maiiepay.com/static/images/nav_next.png) no-repeat;
    background-size: cover;
}
.video_index>.info .left>.bottom>.left>.left>.name{
	line-height:30px;
	margin-left:10px;
}
.video_index>.info .left>.bottom>.left>.left>.name_title{
	line-height:30px;
	height: 60px;
	margin-left:10px;
	overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    /*控制在3行*/
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    width: 220px;
}
.video_index>.info .left>.bottom>.left>.left>.row{
	line-height:30px;
	margin-left:10px;
}
.video_index>.info .left>.bottom>.left>.left>.row>a{
	height:25px;
	line-height:25px;
	padding:0 10px;
	background-color:#fa3761;
	color:#fff;
	font-size:14px;
	display:inline-block;
	border-radius:9px;
}
.video_index>.info .left>.bottom>.right{
	display: flex;
    align-items: flex-end;
    height: 60px;
}
.video_index>.info .left>.bottom>.right{
	line-height:28px;
	text-align:center;
	color:#999999;
}
.video_index>.info .left>.bottom>.right>i{
	font-size:25px;
	cursor:pointer;
}
.video_index>.info .left>.bottom>.right>span{
	margin:0 5px;
}
.video_index>.info .left>.bottom>.right>.active{
	color:#fa3761;
}


.video_index>.entry{
	width:1200px;
	margin:0 auto;
}
.video_index>.entry>.left{
	padding:0 10px;
	width: 280px;
	margin-bottom:30px;
	position:relative;
} 
.video_index>.entry .left:nth-child(2n){
	margin-right:0;
}
.video_index>.entry .left .video-js{
	width:280px;
	height:160px;
}
.video_index>.entry .left>text{
	position:absolute;
	width:280px;
	padding:0 20px; 
	top:10px;
	left:0;
	color:#fff;
	z-index: 2;
	text-align:center;
	display:none;
	font-size:16px;
}
.video_index>.entry .left:hover text{
	display:block;
}
.video_index>.entry .left>.bottom{
	height:90px; 
	line-height:60px;
	background-color:#fff;
	border-bottom-right-radius:9px;
	border-bottom-left-radius:9px;
	padding:0 5px;
}
.video_index>.entry .left>.bottom>.left>.left>img{
	width:40px; 
	height:40px;
	display: inline-block; 
} 
.video_index>.entry .owl-nav>.owl-prev {
    width: 30px;
    height: 60px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -30px;
    background: #999999 url(https://img.maiiepay.com/static/images/nav_pre.png) no-repeat;
    background-size: cover;
}
.video_index>.entry .owl-nav>.owl-next {
    width: 30px;
    height: 60px;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -30px;
    background: #999999 url(https://img.maiiepay.com/static/images/nav_next.png) no-repeat;
    background-size: cover;
}
.video_index>.entry .left>.bottom>.left>.left>.name{
	line-height:30px;
	margin-left: 10px;
}
.video_index>.entry .left>.bottom>.left>.left>.name_title{
	line-height:30px;
	height: 60px;
	margin-left: 10px;
	overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    /*控制在3行*/
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    width: 220px;
}
.video_index>.entry .left>.bottom>.left>.left>.row{
	line-height:30px;
	margin-left: 10px;
}
.video_index>.entry .left>.bottom>.left>.left>.row>a{
	height:25px;
	line-height:25px;
	padding:0 10px;
	background-color:#fa3761;
	color:#fff;
	font-size:14px;
	display:inline-block;
	border-radius:9px;
}
.video_index>.entry .left>.bottom>.right{
	display: flex;
    align-items: flex-end;
    height: 60px;
}
.video_index>.entry .left>.bottom>.right{
	line-height:28px;
	text-align:center;
	color:#999999;
}
.video_index>.entry .left>.bottom>.right>i{
	font-size:25px;
	cursor:pointer;
}
.video_index>.entry .left>.bottom>.right>span{
	margin:0 5px;
}
.video_index>.entry .left>.bottom>.right>.active{
	color:#fa3761;
}


.video_index>#page{
	width:1200px;
	margin:20px auto;
	text-align:right;
}
.videoSave{
	width:1200px;
	margin:0 auto;
	padding-top:200px;
}
.videoSave>.left{
	width:195px;
}
.videoSave>.left>.layui-nav-tree{
	min-height:400px;
	background-color:#fff;
}
.videoSave>.left>.layui-nav-tree a{
	color:#333;
}
.videoSave>.left>.layui-nav-tree a:hover{
	background-color:#f9466c;
	color:#fff;
}
.videoSave>.left>.layui-nav-tree>.layui-this{
	background-color:#f9466c;
}
.videoSave>.left>.layui-nav-tree>.layui-this>a{
	background-color:#f9466c;
	color:#fff;
}
.videoSave>.right{
	width:980px;
}
.videoSave>.right>.title{
	height:50px;
	line-height:50px;
	font-size:20px;
}
.videoSave>.right>.title>.right{
	font-size:14px;
	color:#fa3761;
}
.videoSave>.right>.content>.left{
	padding:20px;
	background-color:#fff;
	width:600px;
}
.videoSave>.right>.content>.right{
	padding:10px;
	background-color:#fff;
	width:300px;
}
.videoSave>.right>.content>.left>.left{
	width:350px;
	height:190px;
	line-height:190px;
	text-align:center;
	border:1px dashed #979797;
}
.videoSave>.right>.content>.left>.left>i{
	font-size:36px;
	color:#999;
}
.videoSave>.right>.content>.left>.right{
	width:240px;
	text-align:center;
	height:190px;
	line-height:190px;
}
.videoSave>.right>.content>.left>.right>.row{
	display:inline-block;
	vertical-align:middle;
	line-height: initial;
}
.videoSave>.right>.content>.left>.right>.row>p{
	color:#999;
}
.videoSave>.right>.content>.left>.right>.row>p>a{
	display:inline-block;
	height:30px;
	line-height:30px;
	border-radius:19px;
	padding:0 15px;
	background-color:#fa3761;
	color:#fff;
}
.videoSave>.right>.content>.right>h3{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ccc;
}
.videoSave>.right>.content>.right>ul>li{
	height:30px;
	line-height:30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.videoSave>.right>.content>.right>ul>li>a>span{
	display:inline-block;
	width:20px;
}
.videoSave>.right>.content>.right>ul>li>a>.top{
	color:#fa3761;
}
.videoSave>.right>.content>.uploadInfo{
	display:none;
}
.videoSave>.right>.content>.videoEntry{
	display:none;
}
.videoSave>.right>.content>.videoEntry>.row{
	margin-bottom:20px;
	background-color:#f8f8f8;
	padding:10px; 
}
.videoSave>.right>.content>.videoEntry>.row>.content{
	margin-left:10px; 
	line-height:30px;
}
.videoSave>.right>.content>.videoEntry>.row>.left>img{
	height:176px;
	width:99px;
}
.videoSave>.right>.content>.videoEntry>.row>.left>p{
	width:310px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.videoSave>.right>.content>.videoEntry>.row>.right{
	height: 176px;
    display: flex;
    align-items: flex-end;
}
.videoSave>.right>.content>.upload{
	display:none;
}
.videoSave>.right>.content>.active{
	display:block;
}
.videoSave>.right>.content>.left>.layui-form{
	margin-top:20px;
}
.videoSave>.right>.content>.left>.layui-form .layui-form-label{
	width:auto;
}
.videoDetail{
	width:1200px;
	margin:0 auto;
	padding-top:200px;
	background-color: #fff;
}
.videoDetail>.left{
	width:880px;
	padding-left:20px;
	position: relative;
}
.videoDetail>.left .pro_shop{
	position: absolute;
	top: 200px;
	left:50px;
	z-index: 2;
	width:50px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	background-color: #000000;
	opacity: 0.7;
	text-align: center;
}
.videoDetail>.left .pro_shop .layui-icon{
	color:#ffffff;
	font-size: 30px;
}
.videoDetail>.left>.video-js{
	width:100%;
	height:600px;
}
.videoDetail>.left>.title{
	font-size:26px;
	line-height:80px;
}
.videoDetail>.left>.comment>.add>h3{
	height:80px;
	line-height:80px;
}
.videoDetail>.left>.comment>.add>.content{
	padding:20px;
	border:1px solid #9a9899;
	color:#fff;
	border-radius:7px;
}
.videoDetail>.left>.comment>.add>.content>textarea{
	width:100%;
	height:97px;
	border:0;
	resize:none;
}
.videoDetail>.left>.comment>.add>.content>.row{
	text-align:right;
}
.videoDetail>.left>.comment>.add>.content>.row>a{
	display:inline-block;
	color:#fff;
	height:37px;
	line-height:37px;
	background-color:#fa3761;
	padding:0 30px;
	border-radius:18px;
}
.videoDetail>.left>.comment>.detail>h3{
	height:70px;
	line-height:70px;
	font-size:20px;
}
.videoDetail>.left>.comment>.detail>h3>span{
	font-size:12px;
	color:#695841;
	margin-left:5px;
}
.videoDetail>.left>.comment>.detail>.content>.row{
	margin-bottom:20px;
}
.videoDetail>.left>.comment>.detail>.content>.row>.left{
	width:48px;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right{
	width:825px;
}
.videoDetail>.left>.comment>.detail>.content>.row>.left>img{
	width:48px;
	height:48px;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.time{
	color:#695841;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.name{
	color:#deab45;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>p{
	line-height:24px;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>p>a>i{
	vertical-align:middle;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>p>a>span{
	vertical-align:middle;
	margin-left:5px;
	color:#695841;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.add{
	padding:20px;
	border:1px solid #9a9899;
	color:#fff;
	border-radius:7px;
	display:none;
}

.videoDetail>.left>.comment>.detail>.content>.row>.right>.add>textarea{
	width:100%;
	height:97px;
	border:0;
	resize:none;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.add>.row{
	text-align:right;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.add>.row>a{
	display:inline-block;
	color:#fff;
	height:37px;
	line-height:37px;
	background-color:#fa3761;
	padding:0 30px;
	border-radius:18px;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.btn{
	margin-top:10px;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.btn>a{
	display:inline-block;
	height:35px;
	line-height:35px;
	padding:0 10px;
	color:#fff;
	background-color:#999;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.btn>a>span{
	vertical-align:middle;
	margin-right: 5px;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.btn>a>i{
	vertical-align:middle;
	font-size:14px;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content{
	border: 1px solid #9a9899;
	padding:20px 20px 0 20px;
	margin-top:20px;
	line-height:26px;
	display:none;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content>.row{
	margin-bottom:10px;
	color:#787367;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content>.row>p>span{
	color:#333
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content>.row>p>a{
	color:#787367;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content>.row>p>a:hover{
	color:#fa3761;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content>.row>.add{
	padding:20px;
	border:1px solid #9a9899;
	color:#fff;
	border-radius:7px;
	display:none;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content>.row>.add>textarea{
	width:100%;
	height:97px;
	border:0;
	resize:none;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content>.row>.add>.row{
	text-align:right;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content>.row>.add>.row>a{
	display:inline-block;
	color:#fff;
	height:37px;
	line-height:37px;
	background-color:#fa3761;
	padding:0 30px;
	border-radius:18px;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content>.hidden{
	height:40px;
	line-height:40px;
	text-align:center;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content>.hidden>a>span{
	vertical-align:middle;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content>.hidden>a>i{
	vertical-align:middle;
}
.videoDetail>.left>.comment>.detail>.content>.row>.right>.reply>.content>.hidden>a:hover{
	color:#fa3761;
}
.videoDetail>.right{
	width:300px;
}
.videoDetail>.right>.content{
	padding:0 30px;
}
.videoDetail>.right>.content>.info{
	padding:20px 0;
}
.videoDetail>.right>.content>.info>.left{
	height:40px;
	line-height:40px;
}
.videoDetail>.right>.content>.info>.left>img{
	width:40px;
	height:40px;
	margin-right:5px;
}
.videoDetail>.right>.content>.info>.left>p{
	line-height:20px;
}
.videoDetail>.right>.content>.info>.right{
	line-height:40px;
}
.videoDetail>.right>.content>.info>.right>a{
	height:26px;
	line-height:26px;
	padding:0 16px;
	font-size:12px;
	display:inline-block;
	border:1px solid #fa3761;
	border-radius:10px;
	color:#333;
}
.videoDetail>.right>.content>.info>.right>.active{
	color:#fff;
	background-color:#fa3761;
}
.videoDetail>.right>.content>h3{
	height:30px;
	line-height:30px;
}
.videoDetail>.right>.content>ul{
	max-height: 490px;
    overflow-x: hidden;
	overflow-y: auto;
}
/*滚动条样式*/
.videoDetail>.right>.content>ul::-webkit-scrollbar {
	width: 4px;    
	/*height: 4px;*/
}
.videoDetail>.right>.content>ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.videoDetail>.right>.content>ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);

}
.videoDetail>.right>.content>ul>li{
	height:65px;
	margin:8px 0;
}
.videoDetail>.right>.content>ul>li>a>.left{
	position:relative;
}

.videoDetail>.right>.content>ul>li>a>.left>.bg{
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.7;
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.videoDetail>.right>.content>ul>li>a>.left>.layui-icon{
	position: absolute;
    font-size: 28px;
    left: 50%;
    margin-left: -14px;
    top: 50%;
    margin-top: -14px;
    color: #fff;
	display:none;
}
.videoDetail>.right>.content>ul>li>a:hover >.left>.layui-icon{
	display:block;
}
.videoDetail>.right>.content>ul>li>a:hover >.left>.bg{
	display:block;
}

.videoDetail>.right>.content>ul>li>a>.left>img{
	width:115px;
	height:65px;
}
.videoDetail>.right>.content>ul>li>a>.right{
	width:100px;
	margin-right:10px;
}
.videoDetail>.right>.content>ul>li>a>.right>.desc{
	line-height:20px;
	height:40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 
	color:#333;
}
.videoDetail>.right>.content>ul>li>a>.right>.time{
	color:#6b6b6f;
	line-height:25px;
}
.videoUser_resp{
	background:url('//img.maiiepay.com/images/vbg.png');
}
.videoUser{
	width:1200px;
	margin:0 auto;
	padding:280px;
}
.videoUser>.info{
	position:relative;
	height:80px;
	line-height:80px;
	padding-left:170px;
	background-color:#fff;
}
.videoUser>.info>img{
	width:130px;
	height:130px;
	border-radius:130px;
	border:2px solid #fff;
	position:absolute;
	left:20px;
	top:-65px;
}
.videoUser>.info>span{
	font-size:18px;
	color:#2fb3ff;
}
.videoUser>.info>.right{
	padding-right:20px;
	height:80px;
	line-height:80px;
}
.videoUser>.info>.right>.row{
	display:inline-block;
	vertical-align:middle;
	line-height: initial;
	color:#909090;
}
.videoUser>.info>.right>.row>p{
	text-align:center;
}
.videoUser>.info>.right>.row>.num{
	font-size:18px;
}
.videoUser>.info>.right>a{
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 20px;
	border-radius:20px;
	border:1px solid #2fb3ff;
	margin-left:10px;
	color:#2fb3ff;
}
.videoUser>.info>.right>.active{
	background-color:#2fb3ff;
	color:#fff;
}
.videoUser>.content{
	background-color:#fff;
	margin-top:20px;
	padding:20px;
}
.videoUser>.content>.entry>.left{
	width:200px;
	margin-right:37px;
	margin-bottom:37px;
}
.videoUser>.content>.entry>.left:nth-child(5n){
	margin-right:0;
}
.videoUser>.content>.entry>.left>.img{
	position:relative;
}
.videoUser>.content>.entry>.left>.img>.bg{
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.7;
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.videoUser>.content>.entry>.left>.img>.layui-icon{
	position: absolute;
    font-size: 28px;
    left: 50%;
    margin-left: -14px;
    top: 50%;
    margin-top: -14px;
    color: #fff;
	display:none;
}
.videoUser>.content>.entry>.left:hover >.img>.layui-icon{
	display:block;
}
.videoUser>.content>.entry>.left:hover >.img>.bg{
	display:block;
}
.videoUser>.content>.entry>.left>.desc{
	line-height: 20px;
	height:40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.videoUser>.content>.entry>.left>.time{
	color:#bbbbbb;
	font-size:12px;
}
.videoUser>.content>#page{
	text-align:right;
}
.couponIndex{
	width:1200px;
	margin:0 auto;
	padding-top:184px;
}
.couponIndex>h3{
	height:64px;
	line-height:64px;
	color:#666666;
	font-size:24px;
}
.couponIndex>.row{
	background-color:#fff;
	padding:15px;
}
.couponIndex>.row>.left{
	width:366px;
	background-color:#f9e2e7;
	padding-left:14px;
	padding-bottom:22px;
	margin-right:15px;
	margin-bottom:8px;
	position:relative;
}
.couponIndex>.row>.left:nth-child(3n){
	margin-right:0;
}
.couponIndex>.row>.left>p:nth-child(1){
	height:72px;
	line-height:72px;
	font-size:18px;
	color:#999999;
}
.couponIndex>.row>.left>p:nth-child(2){
	font-size:16px;
	color:#999999;
}
.couponIndex>.row>.left>p>span{
	color:#fb486f;
	font-size:30px;
	margin-right:5px;
}
.couponIndex>.row>.left>i{
	position:absolute;
	width:97px;
	height:60px;
	background:url('//img.maiiepay.com/images/timed.png') no-repeat center center;
	right:14px;
	top:6px;
}
.scoreIndex{
	width:1200px;
	padding-top:184px;
	margin:0 auto;
}
.scoreIndex>h3{
	height: 64px;
    line-height: 64px;
    color: #666666;
    font-size: 24px;
}
.scoreIndex>.result{
	padding: 28px 0;
    border: 2px solid #e2e2e2;
    background-color: #f1f1f1;
}
.scoreIndex>.result>p{
	font-size: 18px;
    font-weight: 700;
    color: #666;
    height: 24px;
    line-height: 24px;
	margin-left:20px;
}
.scoreIndex>.result>.point{
	font-size: 34px;
    font-weight: 700;
    color: #288c29;
    height: 40px;
    line-height: 40px;
}
.headLineIndex{
	padding-top:200px;
	background-color:#fff;
	padding-bottom:20px;
}
.headLineIndex>.content{
	width:1200px;
	margin:0 auto;
}
.headLineIndex>.content>h3{
	background:url('//img.maiiepay.com/images/hh1.png') no-repeat left center;
	padding-left:23px;
	color:#333333;
	font-size:16px;
	height:40px;
	line-height:40px;
}
.headLineIndex>.content>.row{
	background:url('//img.maiiepay.com/images/hh2.png') no-repeat left center;
	padding-left:23px;
	color:#333333;
	font-size:16px;
	height:40px;
	line-height:40px;
}
.headLineIndex>.content>.row>span{
	margin-left:100px;
	color:#999999;
	font-size:14px;
}
.headLineIndex>.content>.detail{
	width:730px;
	padding:20px;
	background-color:#f7f7f7;
	border:1px solid #dddddd;
	border-radius:6px;
	font-size:14px;
	color:#0e0d0d;
	line-height: 35px;
}
.afterSalesEntry{
	padding-top:200px;
	width:1200px;
	margin:0 auto;
}
.history_detail{
	padding:20px;
	display:none;
}
.history_detail>.row{
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.history_detail>.row:last-child{
	border-bottom:0;
}
.history_detail>.row>.left{
	width:80px;
}
.history_detail>.row>.left>img{
	width:80px;
	height:80px;
}
.history_detail>.row>.left>p{
	margin-left:10px;
	width:300px;
	line-height:35px;
}