@font-face {
	font-family: PingFangTC-Medium, sans-serif;
	src: url(../fonts/PingFang-TC-Medium.woff);
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: 14px;
	position: relative;
	color: #515151;
	font-weight: 400;
}

body * {
	font-family: PingFangTC-Medium, sans-serif;
	line-height: 1.14285714;
}

.row:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.row .col {
	display: block;
	float: left;
}

.flex-column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.flex-column .col {
	align-items: flex-start;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.flex-column .col .inner {
	flex: 1 0 auto;
}

.flex-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="address"],
textarea {
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0;
}

select {
	border-radius: 0;
	outline: 0;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.cus-select select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.cus-select select::-ms-expand {
	display: none;
}

.animated {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* slider set */
.flexslider .flex-direction-nav a {
	width: 40px;
	height: 60px;
	background: #000;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	margin: 0;
}

.flexslider .flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider .flex-direction-nav .flex-next {
	right: 0;
}

.flexslider .flex-control-nav {
	height: 12px;
	position: absolute;
	width: 100%;
	bottom: 15px;
}

.flexslider .flex-control-nav li a {
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.flexslider .flex-control-nav li a.flex-active {
	background: rgba(255, 255, 255, 0.9);
}

.flexslider.no-pager .flex-control-nav {
	display: none!important;
}

.flexslider.no-direction .flex-direction-nav {
	display: none!important;
}
/* search */
.wrap {
	padding: 0 27px;
}

.wrap2 {
	padding: 0 13px;
}

body {
	padding-top: 50px;
}

.header {
	text-align: center;
	background: #fff;
	height: 50px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	border-bottom: 1px #e1e1e1 solid;
	z-index: 9999;
}

.header .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.header .logo img {
	width: 85px;
}

.header .back {
	position: absolute;
	left: 15px;
	top: 16px;
}

.header .back img {
	width: 18px;
}

.header .header-title {
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.header.type2 {
	border-bottom: 0;
}

.search-area {
	margin-top: 27px;
	border-bottom: 3px #EAEAEA solid;
	padding: 0 27px 40px 27px;
}

.search-area .inner {
	position: relative;
}

.search-area .inner .search-icon {
	position: absolute;
	width: 17px;
	left: 19px;
	top: 12.5px;
}

.search-area .inner input {
	width: 100%;
	height: 42px;
	line-height: 40px;
	border: 1px #CACACA solid;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	font-size: 14px;
	background: #fff;
	padding: 0 24px 0 48px;
	color: #515151;
}

.search-area .inner input::-webkit-input-placeholder {
	color: #AEAEAE;
}

.search-area .inner input:-moz-placeholder {
	color: #AEAEAE;
}

.search-area .inner input::-moz-placeholder {
	color: #AEAEAE;
}

.search-area .inner input:-ms-input-placeholder {
	color: #AEAEAE;
}

.search-area .inner #search-cancel {
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	margin-top: -1px;
}

.search-area .inner #search-cancel img {
	width: 15px;
}

.search-list a.delete {
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	width: 30px;
	padding: 0 10px;
	z-index: 2;
}

.search-list a.delete img {
	width: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.search-list .title {
	position: relative;
	padding: 15px 0 14px;
}

.search-list .title a.delete {
	top: 5px;
}

.search-list .list {
	position: relative;
	background: #f7f7f7;
}

.search-list .list a:first-child {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 10px;
	color: #515151;
}

.search-list .list a.delete {
	position: absolute;
}

.search-list .list + .list {
	margin-top: 10px;
}

.search-content {
	margin-top: 26px;
	border-top: 1px #ECECEC solid;
}

.search-content .title {
	padding: 17px 13px;
}

.search-content .notFound {
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.search-content .notFound img {
	width: 66px;
}

.search-content .notFound p {
	font-size: 18px;
	color: #9B9B9B;
}

body.has-bottom-nav {
	padding-bottom: 58px;
}

.bottom-nav {
	position: fixed;
	width: 100%;
	height: 54px;
	left: 0;
	bottom: 0;
	z-index: 999;
	background: #fff;
}

.bottom-nav .row .col {
	width: 20%;
	text-align: center;
}

.bottom-nav .row .col a {
	display: block;
	width: 100%;
	height: 54px;
	font-size: 12px;
	color: #5E5E5E;
	position: relative;
}

.bottom-nav .row .col a span:first-child {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/bottom_icon.png) no-repeat;
	-webkit-background-size: 240px 24px;
	-moz-background-size: 240px 24px;
	-o-background-size: 240px 24px;
	background-size: 240px 24px;
	position: absolute;
	top: 7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.bottom-nav .row .col a span.home {
	background-position: 0 0;
}

.bottom-nav .row .col a span.home.active {
	background-position: -24px 0;
}

.bottom-nav .row .col a span.cart {
	background-position: -48px 0;
}

.bottom-nav .row .col a span.cart.active {
	background-position: -72px 0;
}

.bottom-nav .row .col a span.notice {
	background-position: -96px 0;
}

.bottom-nav .row .col a span.notice.active {
	background-position: -120px 0;
}

.bottom-nav .row .col a span.search {
	background-position: -144px 0;
}

.bottom-nav .row .col a span.search.active {
	background-position: -168px 0;
}

.bottom-nav .row .col a span.my {
	background-position: -192px 0;
}

.bottom-nav .row .col a span.my.active {
	background-position: -216px 0;
}

.bottom-nav .row .col a span + span {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 4px;
}

.product-list .row {
	margin: 0 -4px;
}

.product-list .row .col {
	width: 50%;
	padding: 0 4px;
	margin-bottom: 16px;
}

.product-list .row .col a {
	display: block;
}

.product-list .row .col a img {
	width: 100%;
}

.product-list .row .col a h1 {
	font-weight: normal;
	min-height: 32px;
	color: #525252;
	margin: 6px 0 8px;
}

.product-list .row .col a p:after {
	content: '';
	display: block;
	clear: both;
}

.product-list .row .col a p span:first-child {
	font-size: 12px;
	color: #9B9B9B;
	text-decoration: line-through;
}

.product-list .row .col a p span + span {
	color: #E45443;
	float: right;
}
/* bonus */
.bonus-menu {
	border-bottom: 2px #e3e3e3 solid;
}

.bonus-menu .inner {
	padding: 0 22px;
}

.bonus-menu .inner ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bonus-menu .inner ul li a {
	font-size: 13px;
	display: block;
	color: #515151;
	height: 52px;
	line-height: 52px;
}

.bonus-menu .inner ul li.current {
	position: relative;
}

.bonus-menu .inner ul li.current:after {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 4px);
	height: 2px;
	left: -2px;
	bottom: -2px;
	background: #626262;
}

.bonus-content {
	display: none;
}

.bonus-content.active {
	display: block;
}

.bonus-info {
	padding: 25px 28px;
	border-bottom: 8px #F3F3F3 solid;
}

.bonus-info .title span {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}

.bonus-info .title .eye {
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: -2.5px;
}

.bonus-info .title .eye img {
	width: 20px;
}

.bonus-info .title .eye img + img {
	display: none;
}

.bonus-info .number {
	font-size: 20px;
	margin: 3px 0 12px;
}

.bonus-info .new .row > div {
	float: left;
	font-size: 12px;
}

.bonus-info .new .row > div .sub-title {
	margin-bottom: 6px;
	line-height: 1.4;
}

.bonus-info .new .row > div p {
	color: #E45443;
}

.bonus-info .new .row > div + div {
	margin-left: 112px;
}

.bonus-info.hide .title .eye img:first-child {
	display: none;
}

.bonus-info.hide .title .eye img + img {
	display: inline-block;
}

.bonus-info.hide .number:before {
	content: '*****';
}

.bonus-info.hide .number span {
	display: none;
}

.bonus-info.hide .new .row > div .sub-title {
	margin-bottom: 0;
}

.bonus-info.hide .new .row > div p {
	color: #515151;
}

.bonus-info.hide .new .row > div p:before {
	content: '+';
	font-size: 20px;
}

.bonus-info.hide .new .row > div p:after {
	content: '***';
	font-size: 16px;
	margin-left: 5px;
	position: relative;
	top: 2.5px;
}

.bonus-info.hide .new .row > div p span {
	display: none;
}

.bonus-detail {
	padding: 20px 0;
}

.bonus-detail .title {
	margin-bottom: 12px;
}

.bonus-detail .cus-tab .tabs {
	list-style: none;
	margin-bottom: 12px;
}

.bonus-detail .cus-tab .tabs li {
	float: left;
	font-size: 12px;
}

.bonus-detail .cus-tab .tabs li a {
	color: #9B9B9B;
}

.bonus-detail .cus-tab .tabs li a span:first-child {
	background: url(../images/bonus_detail_icon.png) no-repeat;
	-webkit-background-size: 24px 12px;
	-moz-background-size: 24px 12px;
	-o-background-size: 24px 12px;
	background-size: 24px 12px;
	width: 12px;
	height: 12px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.bonus-detail .cus-tab .tabs li a span + span {
	display: inline-block;
}

.bonus-detail .cus-tab .tabs li.current a span:first-child {
	background-position: -12px 0;
}

.bonus-detail .cus-tab .tabs li.current a span + span {
	color: #E7262B;
}

.bonus-detail .cus-tab .tabs li + li {
	margin-left: 38px;
}

.bonus-detail .cus-tab .tabs-content-wrap .tabs-content {
	display: none;
	padding-bottom: 60px;
}

.bonus-detail .cus-tab .tabs-content-wrap .tabs-content.active {
	display: block;
}

.bonus-detail .cus-tab .tabs-content-wrap .detail-list {
	position: relative;
	padding: 20px 0 6px;
	border-bottom: 1px #E1E1E1 solid;
}

.bonus-detail .cus-tab .tabs-content-wrap .detail-list .date span:first-child {
	display: inline-block;
	width: 66px;
	height: 24px;
	line-height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	background: #E7262B;
	text-align: center;
}

.bonus-detail .cus-tab .tabs-content-wrap .detail-list .date span + span {
	font-size: 12px;
	margin-left: 5px;
}

.bonus-detail .cus-tab .tabs-content-wrap .detail-list .from {
	font-size: 12px;
	margin-top: 8px;
}

.bonus-detail .cus-tab .tabs-content-wrap .detail-list .price {
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 6px;
}

.bonus-detail .cus-tab .tabs-content-wrap .detail-list .price div {
	font-size: 14px;
	color: #676767;
}

.bonus-detail .cus-tab .tabs-content-wrap .detail-list .price div + div {
	font-size: 18px;
	margin-top: 3px;
	color: #515151;
}

.notFound {
	text-align: center;
}

.notFound img {
	width: 66px;
}

.notFound p {
	font-size: 18px;
	color: #A4A4A4;
}
/* my team */
.member-info {
	padding: 26px 30px;
	border-bottom: 3px #E1E1E1 solid;
}

.member-info .row .col:first-child {
	width: 79px;
}

.member-info .row .col:first-child .member-img {
	position: relative;
	height: 92px;
}

.member-info .row .col:first-child .member-img .img {
	width: 79px;
	height: 79px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.member-info .row .col:first-child .member-img .img > img {
	width: 79px;
	height: 79px;
}

.member-info .row .col:first-child .member-img .vip-info {
	width: 70px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	padding-left: 32px;
	position: absolute;
	left: 4.5px;
	bottom: 0;
}

.member-info .row .col:first-child .member-img .vip0 {
	background: url(../images/vip0@3x.png);
	-webkit-background-size: 70px 20px;
	-moz-background-size: 70px 20px;
	-o-background-size: 70px 20px;
	background-size: 70px 20px;
}

.member-info .row .col:first-child .member-img .vip1 {
	background: url(../images/vip1@3x.png);
	-webkit-background-size: 70px 20px;
	-moz-background-size: 70px 20px;
	-o-background-size: 70px 20px;
	background-size: 70px 20px;
}

.member-info .row .col:first-child .member-img .vip2 {
	background: url(../images/vip2@3x.png);
	-webkit-background-size: 70px 20px;
	-moz-background-size: 70px 20px;
	-o-background-size: 70px 20px;
	background-size: 70px 20px;
}

.member-info .row .col:first-child .member-img .vip3 {
	background: url(../images/vip3@3x.png);
	-webkit-background-size: 70px 20px;
	-moz-background-size: 70px 20px;
	-o-background-size: 70px 20px;
	background-size: 70px 20px;
}

.member-info .row .col + .col {
	width: calc(100% - 79px);
	padding-left: 17px;
}

.member-info .row .col + .col .name {
	font-size: 16px;
	line-height: 1;
	padding: 4px 0 12px;
}

.member-info .row .col + .col .name span + span {
	margin-left: 8px;
}

.member-info .row .col + .col p {
	font-size: 12px;
}

.member-info .row .col + .col p:after {
	content: '';
	display: block;
	clear: both;
}

.member-info .row .col + .col p span {
	float: left;
}

.member-info .row .col + .col p span + span {
	float: right;
}

.member-info .row .col + .col p + p {
	margin-top: 8px;
}

.current-team {
	border-bottom: 1px #E1E1E1 solid;
	padding: 16px 35px 15px;
	font-size: 14px;
}

.current-team:after {
	content: '';
	display: block;
	clear: both;
}

.current-team span {
	float: left;
}

.current-team span + span {
	float: right;
}

.team-map {
	text-align: center;
	padding: 50px 0;
}

.team-map .members {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	min-height: 74px;
	min-width: 52px;
}

.team-map .members .img {
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
}

.team-map .members .img img {
	width: 36px;
	height: 36px;
}

.team-map .members h2 {
	margin-bottom: 2px;
	color: #515151;
	min-height: 22px;
	line-height: 22px;
	font-weight: normal;
}

.team-map .members h2 img {
	width: 22px;
	display: inline-block;
}

.team-map .members h2 span {
	display: inline-block;
	margin: 0 0 0 3px;
	position: relative;
	top: 2px;
}

.team-map .members p {
	font-weight: normal;
	color: #515151;
	display: block;
}

.team-map .members.current p {
	color: #FA494E;
}

.team-map .members + .members {
	margin-left: 24px;
}

.team-map .tier2 {
	padding: 28px 0;
}

.bottom-links {
	padding: 36px 38px;
	border-top: 3px #E1E1E1 solid;
}

.bottom-links a {
	display: block;
	border: 1px #CECECE solid;
	font-size: 16px;
	color: #515151;
	text-align: center;
	height: 42px;
	line-height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bottom-links a + a {
	margin-top: 14px;
}

.bottom-links a.go_paixian {
	background: #E7262B;
	border: 1px #E7262B solid;
	color: #fff;
}

.notInGroup {
	padding: 90px 0;
	text-align: center;
}

.notInGroup img {
	max-width: 250px;
}

.notInGroup p {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 16px;
}

.line-up {
	border-top: 1px #E1E1E1 solid;
}

.line-up .cus-tab .tabs {
	list-style: none;
	border-bottom: 2px #e3e3e3 solid;
}

.line-up .cus-tab .tabs li {
	float: left;
	width: 50%;
	text-align: center;
}

.line-up .cus-tab .tabs li a {
	display: block;
	height: 52px;
	line-height: 52px;
	color: #A5A5A5;
}

.line-up .cus-tab .tabs li.current {
	position: relative;
}

.line-up .cus-tab .tabs li.current::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #626262;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.line-up .cus-tab .tabs li.current a {
	color: #515151;
}

.line-up .cus-tab .tabs-content-wrap {
	padding: 4px 27px 60px;
}

.line-up .cus-tab .tabs-content-wrap .tabs-content {
	display: none;
}

.line-up .cus-tab .tabs-content-wrap .tabs-content.active {
	display: block;
}

.line-up .cus-tab .tabs-content-wrap .purchased-list {
	padding: 20px 0 14px 10px;
	border-bottom: 1px #E1E1E1 solid;
}

.line-up .cus-tab .tabs-content-wrap .purchased-list h1 {
	display: block;
	font-weight: normal;
}

.line-up .cus-tab .tabs-content-wrap .purchased-list h1:after {
	content: '';
	display: block;
	clear: both;
}

.line-up .cus-tab .tabs-content-wrap .purchased-list h1 a {
	float: right;
	color: #515151;
}

.line-up .cus-tab .tabs-content-wrap .purchased-list h1 a img {
	width: 16px;
	position: relative;
	top: -1.5px;
}

.line-up .cus-tab .tabs-content-wrap .purchased-list .flex-row {
	margin-top: 12px;
	justify-content: space-between;
}

.line-up .cus-tab .tabs-content-wrap .purchased-list .flex-row .col h2 {
	font-weight: normal;
}

.line-up .cus-tab .tabs-content-wrap .purchased-list .flex-row .col p {
	font-size: 12px;
	margin-top: 4px;
}

.line-up .cus-tab .tabs-content-wrap .purchased-list .flex-row .col:nth-child(1) {
	width: 25%;
}

.line-up .cus-tab .tabs-content-wrap .purchased-list .flex-row .col:nth-child(2) {
	width: 30%;
}

.line-up .cus-tab .tabs-content-wrap .purchased-list .flex-row .col:nth-child(3) {
	width: 35%;
}

.header #header-search {
	position: absolute;
	right: 27px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.header #header-search img {
	width: 18px;
}

.my-group {
	padding-bottom: 60px;
}

.my-group .list {
	padding: 24px 84px 24px 24px;
	border-bottom: 1px #E3E3E3 solid;
	position: relative;
}

.my-group .list .flex-row {
	justify-content: start;
	align-items: center;
}

.my-group .list .flex-row .col .img {
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.my-group .list .flex-row .col + .col {
	padding-left: 13px;
	max-width: calc(100% - 45px);
	display: inline-block;
}

.my-group .list .flex-row .col + .col h1 {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	padding-right: 60px;
}

.my-group .list .flex-row .col + .col h1 .inner {
	display: inline-block;
}

.my-group .list .flex-row .col + .col h1 .inner span {
	display: inline-block;
}

.my-group .list .flex-row .col + .col h1 .inner span:first-child {
	margin-right: 3px;
	margin-bottom: 2px;
}

.my-group .list .flex-row .col + .col h1 .tag {
	font-size: 12px;
	width: 44px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #E7262B;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: -1px;
}

.my-group .list .flex-row .col + .col p {
	font-size: 12px;
	margin-top: 8px;
}

.my-group .list .flex-row .col + .col p span + span {
	margin-left: 10px;
}

.my-group a {
	display: block;
	width: 60px;
	height: 28px;
	line-height: 26px;
	border: 1px #9B9B9B solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	color: #515151;
	text-align: center;
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.my-group .notFound {
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.my-group .notFound img {
	width: 66px;
}

.my-group .notFound p {
	font-size: 18px;
	color: #A4A4A4;
}

#search-container {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 50px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	display: none;
}

#search-container .search {
	padding: 0 20px 10px 20px;
	background: #fff;
}

#search-container .search .inner {
	position: relative;
}

#search-container .search .inner .search-icon {
	position: absolute;
	width: 18px;
	left: 4px;
	top: 12.5px;
}

#search-container .search .inner input {
	width: 100%;
	height: 42px;
	line-height: 40px;
	border: 0;
	border-bottom: 1px #CACACA solid;
	font-size: 14px;
	background: #fff;
	padding: 0 24px 0 40px;
	color: #515151;
}

#search-container .search .inner input::-webkit-input-placeholder {
	color: #AEAEAE;
}

#search-container .search .inner input:-moz-placeholder {
	color: #AEAEAE;
}

#search-container .search .inner input::-moz-placeholder {
	color: #AEAEAE;
}

#search-container .search .inner input:-ms-input-placeholder {
	color: #AEAEAE;
}

#search-container .search .inner #search-cancel {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	margin-top: -1px;
}

#search-container .search .inner #search-cancel img {
	width: 15px;
}

#search-container.active {
	display: block;
}

.member-detail {
	text-align: center;
	border-bottom: 8px #F3F3F3 solid;
	padding: 23px 0;
}

.member-detail .member-img {
	position: relative;
	width: 70px;
	height: 83px;
	display: inline-block;
}

.member-detail .member-img .img {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
}

.member-detail .member-img > img {
	width: 70px;
}

.member-detail .member-img .vip-info {
	width: 70px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	padding-left: 28px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
}

.member-detail .member-img .vip0 {
	background: url(../images/vip0@3x.png);
	-webkit-background-size: 70px 20px;
	-moz-background-size: 70px 20px;
	-o-background-size: 70px 20px;
	background-size: 70px 20px;
}

.member-detail .member-img .vip1 {
	background: url(../images/vip1@3x.png);
	-webkit-background-size: 70px 20px;
	-moz-background-size: 70px 20px;
	-o-background-size: 70px 20px;
	background-size: 70px 20px;
}

.member-detail .member-img .vip2 {
	background: url(../images/vip2@3x.png);
	-webkit-background-size: 70px 20px;
	-moz-background-size: 70px 20px;
	-o-background-size: 70px 20px;
	background-size: 70px 20px;
}

.member-detail .member-img .vip3 {
	background: url(../images/vip3@3x.png);
	-webkit-background-size: 70px 20px;
	-moz-background-size: 70px 20px;
	-o-background-size: 70px 20px;
	background-size: 70px 20px;
}

.member-detail h1 {
	font-size: 16px;
	margin-top: 8px;
	font-weight: normal;
}

.member-detail-info {
	padding: 10px 0 60px;
}

.member-detail-info ul {
	list-style: none;
}

.member-detail-info ul li {
	padding: 14px 37px;
	font-size: 14px;
}

.member-detail-info ul li::after {
	content: '';
	display: block;
	clear: both;
}

.member-detail-info ul li span {
	float: left;
}

.member-detail-info ul li span + span {
	float: right;
}

.member-detail-info ul li:nth-child(2n) {
	background: #F8F7F7;
}

.group-info {
	padding: 10px 27px 17px;
	background: #FFFAE7;
}

.group-info h1 img {
	width: 24px;
	position: relative;
	top: -2px;
	margin-right: 3px;
}

.group-info p {
	margin-top: 7px;
}

#line-up-comfrim {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

#line-up-comfrim .message {
	width: 236px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 9999;
	background: #fff;
}

#line-up-comfrim .message .title {
	font-size: 15px;
	background: #f5f5f5;
	text-align: center;
	padding: 10px 0;
}

#line-up-comfrim .message .content {
	padding: 20px 0;
}

#line-up-comfrim .message .content h3 {
	text-align: center;
}

#line-up-comfrim .message .content h3 img {
	width: 18px;
	position: relative;
	top: -2px;
	margin-right: 8px;
}

#line-up-comfrim .message .btn {
	text-align: center;
	margin-top: 19px;
}

#line-up-comfrim .message .btn a {
	display: inline-block;
	width: 43px;
	height: 26px;
	line-height: 24px;
	color: #515151;
	border: 1px #e1e1e1 solid;
}

#line-up-comfrim .message .btn a + a {
	line-height: 26px;
	color: #fff;
	background: #E7262B;
	margin-left: 2px;
	border: 0;
}

#line-up-comfrim.active {
	display: block;
}

.header a.recommend {
	font-size: 14px;
	color: #515151;
	position: absolute;
	right: 27px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.recommend-info {
	border-bottom: 8px #F3F3F3 solid;
}

.recommend-info .flex-row {
	padding: 26px 48px 30px;
}

.recommend-info .flex-row .col {
	text-align: center;
}

.recommend-info .flex-row .col h2 {
	font-size: 14px;
	font-weight: normal;
}

.recommend-info .flex-row .col p {
	font-size: 20px;
	color: #F86D50;
	margin-top: 14px;
}

.recommend-line-up .line-up {
	border-top: 0;
}

.recommend-line-up .line-up .cus-tab .tabs {
	list-style: none;
	border-bottom: 2px #e3e3e3 solid;
}

.recommend-line-up .line-up .cus-tab .tabs li {
	float: left;
	width: 50%;
	text-align: center;
}

.recommend-line-up .line-up .cus-tab .tabs li a {
	display: block;
	height: 52px;
	line-height: 52px;
	color: #A5A5A5;
}

.recommend-line-up .line-up .cus-tab .tabs li.current {
	position: relative;
}

.recommend-line-up .line-up .cus-tab .tabs li.current::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #626262;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.recommend-line-up .line-up .cus-tab .tabs li.current a {
	color: #515151;
}

.recommend-line-up .line-up .cus-tab .tabs-content-wrap {
	padding: 13px 27px 60px;
}

.recommend-line-up .line-up .cus-tab .tabs-content-wrap .tabs-content {
	display: none;
}

.recommend-line-up .line-up .cus-tab .tabs-content-wrap .tabs-content.active {
	display: block;
}

.recommend-line-up .line-up .cus-tab .tabs-content-wrap .line-up-list .title {
	padding: 0 0 0 23px;
}

.recommend-line-up .line-up .cus-tab .tabs-content-wrap .line-up-list .list {
	border-bottom: 1px #E1E1E1 solid;
	padding: 0 0 0 23px;
}

.recommend-line-up .line-up .cus-tab .tabs-content-wrap .line-up-list .flex-row {
	justify-content: space-between;
	align-items: center;
	height: 48px;
}

.recommend-line-up .line-up .cus-tab .tabs-content-wrap .line-up-list .flex-row .col {
	width: 30%;
}

.recommend-line-up .line-up .cus-tab .tabs-content-wrap .line-up-list .flex-row .col a {
	display: block;
	width: 65px;
	height: 25px;
	line-height: 23px;
	font-size: 12px;
	color: #666666;
	border: 1px #9B9B9B solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

.recommend-line-up .line-up .cus-tab .tabs-content-wrap .line-up-list.type2 .title,
.recommend-line-up .line-up .cus-tab .tabs-content-wrap .line-up-list.type2 .list {
	padding: 0;
}

.recommend-line-up .line-up .cus-tab .tabs-content-wrap .line-up-list.type2 .flex-row {
	justify-content: space-between;
	align-items: center;
	height: 48px;
}

.recommend-line-up .line-up .cus-tab .tabs-content-wrap .line-up-list.type2 .flex-row .col {
	width: 50%;
	padding-left: 7px;
}

.recommend-line-up .line-up .cus-tab .tabs-content-wrap .line-up-list.type2 .flex-row .col + .col {
	width: 50%;
	padding-right: 12px;
}

.recommend-friend .top {
	padding: 29px 0;
	text-align: center;
}

.recommend-friend .top img {
	max-width: 277px;
}

.recommend-friend .cus-tab .tabs {
	list-style: none;
	border-bottom: 2px #e3e3e3 solid;
}

.recommend-friend .cus-tab .tabs li {
	float: left;
	width: 50%;
	text-align: center;
}

.recommend-friend .cus-tab .tabs li a {
	display: block;
	height: 52px;
	line-height: 52px;
	color: #A5A5A5;
}

.recommend-friend .cus-tab .tabs li.current {
	position: relative;
}

.recommend-friend .cus-tab .tabs li.current::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #626262;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.recommend-friend .cus-tab .tabs li.current a {
	color: #515151;
}

.recommend-friend .cus-tab .tabs-content-wrap .tabs-content {
	display: none;
}

.recommend-friend .cus-tab .tabs-content-wrap .tabs-content.active {
	display: block;
}

.qrcode {
	text-align: center;
	margin: 36px 0 15px;
}

.qrcode img {
	max-width: 192px;
}

.top + .qrcode {
	margin-top: 0;
}

.invite-copy {
	padding: 0 55px 60px;
}

.invite-copy h2 {
	font-size: 14px;
	display: block;
	padding: 15px 0 8px;
	font-weight: normal;
}

.invite-copy .copy {
	position: relative;
}

.invite-copy .copy p {
	display: block;
	height: 35px;
	line-height: 35px;
	width: 100%;
	border: 0;
	background: #F3F3F3;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 37px 0 14px;
	color: #515151;
	font-size: 14px;
}

.invite-copy .copy button {
	position: absolute;
	right: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border: 0;
	background: 0;
	padding: 0;
}

.invite-copy .copy button img {
	width: 20px;
}

.copy-input {
	position: absolute;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	top: 50%;
	left: 50%;
}

.message-box {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 999;
	display: none;
}

.message-box.active {
	display: block;
}

.declaration form {
	display: block;
	padding: 0 27px 60px;
}

.declaration form label {
	display: block;
	font-size: 14px;
	padding: 20px 0 10px;
	position: relative;
}

.declaration form label span {
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.declaration form label span i {
	font-style: normal;
	margin-left: 5px;
	color: #F62823;
}

.declaration form input {
	width: 100%;
	height: 32px;
	line-height: 31px;
	border: 0;
	border-bottom: 1px #E1E1E1 solid;
	font-size: 14px;
	background: #fff;
	color: #515151;
	padding: 0;
}

.declaration form input::-webkit-input-placeholder {
	color: #AEAEAE;
}

.declaration form input:-moz-placeholder {
	color: #AEAEAE;
}

.declaration form input::-moz-placeholder {
	color: #AEAEAE;
}

.declaration form input:-ms-input-placeholder {
	color: #AEAEAE;
}

.declaration form .custom-select {
	position: relative;
	display: inline-block;
	margin: 7px 0 20px;
	font-size: 14px;
	color: #9B9B9B;
}

.declaration form .custom-select select {
	display: none;
}

.declaration form .custom-select .select-selected {
	background-color: #fff;
	line-height: 30px;
	padding: 0 12px 0 17px;
	border: 1px solid #ccc;
	cursor: pointer;
	height: 32px;
	user-select: none;
	background: url(../images/select-down@3x.png) center right 12px no-repeat;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.declaration form .custom-select .select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border: 1px #D4D4D4 solid;
	padding: 15px 0;
}

.declaration form .custom-select .select-items div {
	padding: 0 17px;
}

.declaration form .custom-select .select-items div + div {
	padding: 0 17px;
	margin-top: 9px;
}

.declaration form .custom-select .select-selected.select-arrow-active,
.declaration form .custom-select .select-selected.select-arrow-active ~ .select-items {
	color: #515151;
}

.declaration form .custom-select .select-hide {
	display: none;
}

.declaration form .custom-select + .custom-select {
	margin-left: 20px;
}

.declaration form .custom-select.style2 {
	font-size: 12px;
}

.confirm {
	padding-top: 60px;
}

.confirm button {
	font-size: 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	background: #f3f3f3;
	color: #515151;
	border: 0;
}

.confirm.active button {
	background: #F62823;
	color: #fff;
}

.top-tips {
	padding: 12px 27px;
	background: #FDE68D;
	color: #5b5b5b;
	position: relative;
}

.top-tips:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -14px;
	right: 20%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 14px 0 14px;
	border-color: #fde78d transparent transparent transparent;
}

.userinfo_wrap .user_info .flex_between {
	padding: 10px 17px 0 15px;
}

.userinfo_wrap .user_info .flex_between .flex label img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 64px;
}
/* old footer css */
.footer {
	box-shadow: 0px 2px 2px 1px #000;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #FFF;
}

.footer_list {
	width: 20%;
	text-align: center;
	position: relative;
}

.footer_list img {
	width: 26px;
}

.footer_list a {
	font-size: 12px;
	color: #616161;
}

.footer_list a.active {
	color: #5E5E5E;
}

.footer_circle {
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #E45443;
	border-radius: 8px;
	top: -2px;
	right: 27px;
}