

body {	
    margin: 0 auto;
	background-color: #f8f8f8;
	font-size: 14px;
	color: #333333;
	font-family: Helvetica Neue, Helvetica, sans-serif;
}

a {
	color: #333;
    text-decoration: none;
}
.container{
	
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	
}
header{
	width: 1200px;
	overflow-x: hidden;
}
.page-width{
	width: 1200px;
	box-sizing: border-box;
}
.form-control {
    border: 2px solid #ffffff;
    border-radius: 2px;
    box-shadow: none;
    color: #999999;
    font-size: 14px;
    height: 39px;
}
.cu-btn:hover{
	background-color: #2196f3;
	border-radius: 4px;
}
.cu-btn a:hover{
	color: #ffffff;
}
.pointer {
    cursor: pointer;
}
.href:hover{
    color: #ff5500;
}
.bg:hover{
    background-color: #ff5500;
    color: #fff;
}
ul {
  list-style-type: none;
}
.pagination a:hover,.current{background-color: #f54281;border: 1px solid #f54281;color: #ffffff; }
.pagination{float: right;height: auto;_height: 45px; line-height: 20px;margin-right: 15px;_margin-right: 5px; color:#565656;margin-top: 10px;_margin-top: 20px; clear:both;}
.pagination a,.pagination span{ font-size: 14px;text-decoration: none;display: block;float: left;color: #565656;border: 1px solid #ccc;height: 34px;line-height: 34px;margin: 0 2px;width: 34px;text-align: center;}



.tabs {
    display: flex;
}
.tab {
    padding: 10px 20px;
    cursor: pointer;
    /* border: 1px solid #ccc; */
    transition: background-color 0.3s ease;
}
.tab:hover {
    background-color: #eee;
}
.tab.active-tab {
	color: #fff;
    background-color: #00aaff;
}
.content {
    /*border: 1px solid #ccc;*/
    /*padding: 20px 0 20px 0;*/
    /*margin-top: 10px;*/
}
.tab-display{
    display: none;
}
.middle{
	height: 16px;
	background-color: #F1F1F1;
	width: 100%;
}
.footBar{
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
}
.fixed{
	position: fixed;
}
.bg-main{
	background-color: #2196f3;
	color: #ffffff;
}
.bg-wx {
	background-color: #f8f8f8;
	color: #333333;
}
.bg-gray {
	background-color: #f0f0f0;
	color: #333333;
}
.bg-grey {
	background-color: #8799a3;
	color: #ffffff;
}
.bg-red {
	background-color: #ff0000;
	color: #fff;
}
.bg-orange {
	background-color: #ff7700;
	color: #fff;
}
.bg-yellow {
	background-color: #fbbd08;
	color: #333333;
}
.bg-cyan {
	background-color: #18cccc;
	color: #ffffff;
}
.bg-green {
	background-color: #00aa3e;
	color: #fff;
}
.bg-blue {
	background-color: #00b3ff;
	color: #fff;
}
.bg-olive {
	background-color: #8dc63f;
	color: #ffffff;
}
.bg-white {
	background-color: #ffffff;
}
.bg-white {
	background-color: #ffffff;
	color: #666666;
}
.bg-brown {
	background-color: #a5673f;
	color: #ffffff;
}
.bg-black {
	background-color: #333333;
	color: #ffffff;
}
.bg-gradual-red {
	background-image: linear-gradient(45deg, #f43f3b, #ec008c);
	color: #ffffff;
}

.bg-gradual-orange {
	background-image: linear-gradient(45deg, #ff9700, #ed1c24);
	color: #ffffff;
}

.bg-gradual-green {
	background-image: linear-gradient(45deg, #39b54a, #8dc63f);
	color: #ffffff;
}

.bg-gradual-purple {
	background-image: linear-gradient(45deg, #9000ff, #5e00ff);
	color: #ffffff;
}

.bg-gradual-pink {
	background-image: linear-gradient(45deg, #ec008c, #6739b6);
	color: #ffffff;
}

.bg-gradual-blue {
	background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
	color: #ffffff;
}
.bg-gradual-blue2 {
	background-image: linear-gradient(45deg, #4eaef5, #acdef5);
	color: #ffffff;
}

.bg-red.light {
	color: #e54d42;
	background-color: #fadbd9;
}

.bg-orange.light {
	color: #f37b1d;
	background-color: #fde6d2;
}

.bg-yellow.light {
	color: #fbbd08;
	background-color: #fef2ced2;
}

.bg-olive.light {
	color: #8dc63f;
	background-color: #e8f4d9;
}

.bg-green.light {
	color: #39b54a;
	background-color: #d7f0dbff;
}

.bg-cyan.light {
	color: #1cbbb4;
	background-color: #d2f1f0;
}

.bg-blue.light {
	color: #0081ff;
	background-color: #cce6ff;
}

.bg-purple.light {
	color: #6739b6;
	background-color: #e1d7f0;
}

.bg-mauve.light {
	color: #9c26b0;
	background-color: #ebd4ef;
}

.bg-pink.light {
	color: #e03997;
	background-color: #f9d7ea;
}

.bg-brown.light {
	color: #a5673f;
	background-color: #ede1d9;
}

.bg-grey.light {
	color: #8799a3;
	background-color: #e7ebed;
}


.shadow[class*="-red"] {
	box-shadow: 6px 6px 8px rgba(204, 69, 59, 0.2);
}

.shadow[class*="-orange"] {
	box-shadow: 6px 6px 8px rgba(217, 109, 26, 0.2);
}

.shadow[class*="-yellow"] {
	box-shadow: 6px 6px 8px rgba(224, 170, 7, 0.2);
}

.shadow[class*="-olive"] {
	box-shadow: 6px 6px 8px rgba(124, 173, 55, 0.2);
}

.shadow[class*="-green"] {
	box-shadow: 6px 6px 8px rgba(48, 156, 63, 0.2);
}

.shadow[class*="-cyan"] {
	box-shadow: 6px 6px 8px rgba(28, 187, 180, 0.2);
}

.shadow[class*="-blue"] {
	box-shadow: 6px 6px 8px rgba(0, 102, 204, 0.2);
}

.shadow[class*="-purple"] {
	box-shadow: 6px 6px 8px rgba(88, 48, 156, 0.2);
}

.shadow[class*="-mauve"] {
	box-shadow: 6px 6px 8px rgba(133, 33, 150, 0.2);
}

.shadow[class*="-pink"] {
	box-shadow: 6px 6px 8px rgba(199, 50, 134, 0.2);
}

.shadow[class*="-brown"] {
	box-shadow: 6px 6px 8px rgba(140, 88, 53, 0.2);
}

.shadow[class*="-grey"] {
	box-shadow: 6px 6px 8px rgba(114, 130, 138, 0.2);
}

.shadow[class*="-gray"] {
	box-shadow: 6px 6px 8px rgba(114, 130, 138, 0.2);
}

.shadow[class*="-black"] {
	box-shadow: 6px 6px 8px rgba(26, 26, 26, 0.2);
}

.shadow[class*="-white"] {
	box-shadow: 6px 6px 8px rgba(26, 26, 26, 0.2);
}



/* flex */
.flex {
	display: flex;
}
.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}
.align-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}
.flex-sub {
	flex: 1;
}

.flex-twice {
	flex: 2;
}

.flex-treble {
	flex: 3;
}

.flex-direction {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

/* text */
.text-xs {
	font-size: 10px;
}

.text-sm {
	font-size: 12px;
}

.text-df {
	font-size: 14px;
}

.text-lg {
	font-size: 16px;
}

.text-xl {
	font-size: 18px;
}

.text-xxl {
	font-size: 22px;
}

.text-sxl {
	font-size: 28px;
}

.text-ssl {
	font-size: 70px;
}

.text-sl {
	font-size: 80px;
}
.text-cut {
	width: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.text-cut-sm{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: calc(50vw - 40px);
}
.text-bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}
.text-content {
	line-height: 1.6;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}
.text-white,
.line-white,
.lines-white {
	color: #ffffff;
}
.text-Abc {
	text-transform: Capitalize;
}

.text-ABC {
	text-transform: Uppercase;
}

.text-abc {
	text-transform: Lowercase;
}

.text-price::before {
	content: "¥";
	font-size: 80%;
	margin-right: 4px;
}
.text-red,
.line-red,
.lines-red {
	color: #ff0000;
}
.text-orange,
.line-orange,
.lines-orange {
	color: #f37b1d;
}
.text-green,
.line-green,
.lines-green {
	color: #39b54a;
}
.text-cyan,
.line-cyan,
.lines-cyan {
	color: #18cccc;
}
.text-blue,
.line-blue,
.lines-blue {
	color: #0081ff;
}
/* ==================
          头像
 ==================== */

.cu-avatar {
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	/* background-color: #ccc; */
	color: #ffffff;
	white-space: nowrap;
	position: relative;
	width: 64px;
	height: 64px;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
	font-size: 1.5em;
}

.cu-avatar.sm {
	width: 48px;
	height: 48px;
	font-size: 1em;
}

.cu-avatar.lg {
	width: 96px;
	height: 96px;
	font-size: 2em;
}

.cu-avatar .avatar-text {
	font-size: 0.4em;
}

/* 圆角 */
.round{
	border-radius: 2000px;
}
.round-left{
	border-radius: 2000px 0 0 2000px;
}
.round-right{
	border-radius: 0 2000px 2000px 0;
}
.radius {
	border-radius: 6px;
}
.radius-m {
	border-radius: 4px;
}
.radius-m-right {
	border-radius: 0 10px 10px 0;
}
.radius-lg {
	border-radius: 20px;
}
.radius-top {
	border-radius: 6px 6px 0 0;
}
.radius-top-lg {
	border-radius: 20px 20px 0 0;
}
.radius-bottom-lg {
	border-radius: 0  0 20px 20px;
}
.flex-col {
	display: flex;
	flex-direction: column;
}
.fixed-bottom{
	position: fixed;
	width: 100vw;
	left: 0;
	bottom: 0;
}


/*  -- 内外边距 -- */
.padding-xs {
	padding: 5px;
}

.padding-sm {
	padding: 10px;
}

.padding {
	padding: 15px;
}

.padding-lg {
	padding: 20px;
}

.padding-xl {
	padding: 25px;
}

.padding-top-xs {
	padding-top: 5px;
}

.padding-top-sm {
	padding-top: 10px;
}

.padding-top {
	padding-top: 15px;
}

.padding-top-lg {
	padding-top: 20px;
}

.padding-top-xl {
	padding-top: 25px;
}

.padding-right-xs {
	padding-right: 10px;
}

.padding-right-sm {
	padding-right: 10px;
}

.padding-right {
	padding-right: 15px;
}

.padding-right-lg {
	padding-right: 40px;
}

.padding-right-xl {
	padding-right: 50px;
}

.padding-bottom-xs {
	padding-bottom: 5px;
}

.padding-bottom-sm {
	padding-bottom: 10px;
}

.padding-bottom {
	padding-bottom: 15px;
}

.padding-bottom-lg {
	padding-bottom: 20px;
}

.padding-bottom-xl {
	padding-bottom: 25px;
}

.padding-left-xs {
	padding-left: 5px;
}

.padding-left-sm {
	padding-left: 10px;
}

.padding-left {
	padding-left: 15px;
}

.padding-left-lg {
	padding-left: 20px;
}

.padding-left-xl {
	padding-left: 25px;
}

.padding-lr-xs {
	padding-left: 10px;
	padding-right: 10px;
}

.padding-lr-sm {
	padding-left: 20px;
	padding-right: 20px;
}

.padding-lr {
	padding-left: 30px;
	padding-right: 30px;
}

.padding-lr-lg {
	padding-left: 40px;
	padding-right: 40px;
}

.padding-lr-xl {
	padding-left: 50px;
	padding-right: 50px;
}

.padding-tb-xs {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-tb-sm {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-tb {
	padding-top: 16px;
	padding-bottom: 16px;
}

.padding-tb-lg {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-tb-xl {
	padding-top: 50px;
	padding-bottom: 50px;
}


.margin-xs {
	margin: 10px;
}

.margin-sm {
	margin: 20px;
}

.margin {
	margin: 30px;
}

.margin-lg {
	margin: 40px;
}

.margin-xl {
	margin: 50px;
}

.margin-top-xs {
	margin-top: 10px;
}

.margin-top-sm {
	margin-top: 20px;
}

.margin-top {
	margin-top: 30px;
}

.margin-top-lg {
	margin-top: 40px;
}

.margin-top-xl {
	margin-top: 50px;
}

.margin-right-xs {
	margin-right: 10px;
}

.margin-right-sm {
	margin-right: 20px;
}

.margin-right {
	margin-right: 30px;
}

.margin-right-lg {
	margin-right: 40px;
}

.margin-right-xl {
	margin-right: 50px;
}

.margin-bottom-xs {
	margin-bottom: 10px;
}

.margin-bottom-sm {
	margin-bottom: 20px;
}

.margin-bottom {
	margin-bottom: 15px;
}

.margin-bottom-lg {
	margin-bottom: 40px;
}

.margin-bottom-xl {
	margin-bottom: 50px;
}

.margin-left-xs {
	margin-left: 10px;
}

.margin-left-sm {
	margin-left: 20px;
}

.margin-left {
	margin-left: 30px;
}

.margin-left-lg {
	margin-left: 40px;
}

.margin-left-xl {
	margin-left: 50px;
}

.margin-lr-xs {
	margin-left: 10px;
	margin-right: 10px;
}

.margin-lr-sm {
	margin-left: 20px;
	margin-right: 20px;
}

.margin-lr {
	margin-left: 30px;
	margin-right: 30px;
}

.margin-lr-lg {
	margin-left: 40px;
	margin-right: 40px;
}

.margin-lr-xl {
	margin-left: 50px;
	margin-right: 50px;
}

.margin-tb-xs {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-tb-sm {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-tb {
	margin-top: 15px;
	margin-bottom: 15px;
}

.margin-tb-lg {
	margin-top: 40px;
	margin-bottom: 40px;
}

.margin-tb-xl {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* -- 实线 -- */

.solid,
.solid-top,
.solid-right,
.solid-bottom,
.solid-left,
.solids,
.solids-top,
.solids-right,
.solids-bottom,
.solids-left,
.dashed,
.dashed-top,
.dashed-right,
.dashed-bottom,
.dashed-left {
	position: relative;
}

.solid::after,
.solid-top::after,
.solid-right::after,
.solid-bottom::after,
.solid-left::after,
.solids::after,
.solids-top::after,
.solids-right::after,
.solids-bottom::after,
.solids-left::after,
.dashed::after,
.dashed-top::after,
.dashed-right::after,
.dashed-bottom::after,
.dashed-left::after {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	transform: scale(0.5);
	transform-origin: 0 0;
	pointer-events: none;
	box-sizing: border-box;
}

.solid::after {
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-top::after {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-right::after {
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-bottom::after {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-left::after {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.solids::after {
	border: 8px solid #eee;
}

.solids-top::after {
	border-top: 8px solid #eee;
}

.solids-right::after {
	border-right: 8px solid #eee;
}

.solids-bottom::after {
	border-bottom: 8px solid #eee;
}

.solids-left::after {
	border-left: 8px solid #eee;
}



.center {
	text-align: center;
}

.text-gray {
	color: #c8c8c8;
}
.text-active {
	color: #ff5500;
	color: #00aaff;
}

/* ==================
          按钮
 ==================== */
.cu-tag {
	font-size: 24upx;
	vertical-align: middle;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0upx 16upx;
	height: 48upx;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	white-space: nowrap;
}

.cu-tag:not([class*="bg"]):not([class*="line"]) {
	background-color: #f1f1f1;
}

.cu-tag[class*="line-"]::after {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1upx solid currentColor;
	transform: scale(0.5);
	transform-origin: 0 0;
	box-sizing: border-box;
	border-radius: inherit;
	z-index: 1;
	pointer-events: none;
}

.cu-tag.radius[class*="line"]::after {
	border-radius: 12upx;
}

.cu-tag.round[class*="line"]::after {
	border-radius: 1000upx;
}

.cu-tag[class*="line-"]::after {
	border-radius: 0;
}

.cu-tag+.cu-tag {
	margin-left: 10upx;
}

.cu-tag.sm {
	font-size: 20upx;
	padding: 0upx 6upx;
	height: 32upx;
}


.cu-btn {
	position: relative;
	border: 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0px 14px;
	font-size: 14px;
	height: 38px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	overflow: visible;
	margin-left: initial;
	transform: translate(0px, 0px);
	margin-right: initial;
}

.cu-btn::after {
	display: none;
}

.cu-btn.round[class*="line"]::after {
	border-radius: 1000px;
}

.cu-btn[class*="lines"]::after {
	border: 6px solid currentColor;
}

.cu-btn[class*="bg-"]::after {
	display: none;
}

.cu-btn.sm {
	padding: 0 20px;
	font-size: 20px;
	height: 48px;
}

.cu-btn.lg {
	padding: 0 40px;
	font-size: 32px;
	height: 80px;
}

.cu-btn.cuIcon.sm {
	width: 48px;
	height: 48px;
}

.cu-btn.cuIcon {
	width: 64px;
	height: 64px;
	border-radius: 500px;
	padding: 0;
}



.list-move-cur {
 	transform: translateX(-150upx);
 } 
.list-move {
 	position: absolute;
 	right: 0;
 	display: flex;
 	width: 150upx;
 	height: 100%;
 	transform: translateX(100%);
 }
.list-move view {
 	display: flex;
 	flex: 1;
 	justify-content: center;
 	align-items: center
 }