ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

input, button, select, textarea {
	outline: none !important;
}

button:hover {
	background-color: #FFFFFF;
}

a {
	color: #333333;
}

a:hover, a:focus {
	color: #5cb85c;
	text-decoration: none;
}

.navbar {
	margin-bottom: 1px;
}

::-webkit-scrollbar {
	display: none
}

.app-wrapper {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	bottom: 60px;
	width: 100%;
	background-color: #FFFFFF;
	overflow: scroll;
}

.slider-left {
	width: 180px;
	background: #666;
	height: 100%;
	position: fixed;
	top: calc(6vh);
}

.menu-wrapper {
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.menu-wrapper li {
	border-radius: 0 !important;
	padding: 0;
}

.menu-wrapper li span, .menu-wrapper li a {
	height: 40px;
	display: inline-block;
	line-height: 40px;
	padding-left: 15px;
	cursor: pointer;
	color: #333;
	width: 100%;
}

.menu-wrapper li a {
	color: #666;
}

.menu-wrapper>li>a>i {
	font-size: 10px;
	margin-right: 7px;
}

.menu-wrapper>li a i {
	margin-right: 7px;
}

.menu-wrapper>li>ul li {
	background-color: #eee;
}

.menu-wrapper .list-group {
	margin: 0;
}

.body-content {
	position: absolute;
	left: 180px;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto;
}
/** 导行路径 */
.nav-route {
	margin-bottom: 2px;
	border-radius: 0;
}
/** 工具栏 */
.tool-bar-row {
	padding: 10px;
	background-color: #eee;
}

.role-checkbox {
	margin-right: 10px;
}

/****************公共标题栏************/
#app-header {
	text-align: center;
	font-size: 18px;
	background-color: #211c07;
	height: calc(6vh);
	width: 100%;
	line-height: calc(6vh);
	color: #FFFFFF;
	position: fixed;
	z-index: 10;
}

#app-header-back {
	font-size: 18px;
	background-color: #211c07;
	width: 100%;
	height: calc(6vh);
	line-height: calc(6vh);
	position: fixed;
	z-index: 10;
	color: #FFFFFF;
	overflow: hidden;
	/* box-shadow: 0 0 20px 0; */
}

#app-header-back i {
	font-size: 18px;
	margin-left: 10px;
}

#app-header-back .back {
	display: block;
	position: absolute;
}

#app-header-back span {
	font-size: 16px;
}

#app-header-back .back-title {
	display: block;
	text-align: center;
	height: calc(6vh);
}
/**************底部****************/
.foot {
	width: 100%;
	z-index: 10;
	position: fixed;
	bottom: 0;
	background: rgb(246, 246, 246);
}

.foot ul {
	display: flex;
	list-style-type: none;
	padding: 0;
}

.foot ul li {
	text-align: center;
	cursor: pointer;
	height: 70px;
	font-size: .15rem;
}

.foot ul li .router-link-active, .foot ul li .router-link-active i {
	color: #00B43D;
	/* font-size: .15rem; */
}

.foot ul li:first-child {
	color: #00B43D;
}

.foot ul li i {
	margin-top: 5px;
	font-size: 25px;
	display: block;
}

.foot ul li span {
	display: block;
	font-size: .15rem;
}

.foot-nav-l {
	width: 19%;
	float: left;
}

.foot-nav-call {
	width: 90px;;
	float: left;
	text-align: center;
	_height: 60px;
	min-height: 60px;
	position: relative;
}

.foot-nav-call div.unCall {
	position: relative;
	margin: auto;
	width: 97px;
	height: 82px;
	line-height: 82px;
	top: -26px;
	background: url("/images/call.png") no-repeat;
	background-size: 100%;
}

.foot-nav-call div.view {
	position: relative;
	margin: auto;
	width: 82px;
	height: 82px;
	line-height: 82px;
	top: -22px;
	background: url("/images/view.png") no-repeat;
	background-size: 100%;
}

.foot .foot-nav-call img {
	width: 100%;
	height: 100%;
	margin-top: -19px;
}

.foot .foot-left, .foot .foot-right {
	display: flex;
	width: 50%;
	border-top: 1px solid #9f9f9f;
}

.foot .foot-left li, .foot .foot-right li {
	flex: 1;
}

.foot-nav-r {
	width: 19%;
	float: left;
}

.half-circle {
	width: 100%;
	display: block;
	border: 1px solid #999999;
	border-top: none;
}

.out-circle {
	background-color: #00B43D;
	margin-left: 4%;
	margin-right: 4%;
	z-index: 10;
	overflow: hidden;
}

.inner-circle {
	background-color: #255625;
	height: auto;
	margin: 5% 4%;
	z-index: 11;
	overflow: hidden;
}

.call {
	display: block;
	margin: 25px 0 0 1px;
	z-index: 13;
	font-size: 15px;
	color: #FFFFFF;
}

/****************减碳排行**************/
#carbon-tab #carbon_banner {
	/* position: absolute; */
	top: calc(6vh);
	left: 0;
	right: 0;
	bottom: 0;
}

#carbon-tab .tab {
	display: flex;
	width: 100%;
	height: calc(6vh);
	line-height: calc(6vh);
	background-color: #EEE;
}

#carbon-tab img {
	width: 100%;
}

#carbon-tab .tab span {
	flex: 1;
	text-align: center;
	color: #00B43D;
}

#carbon-tab .tab span a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: bolder;
	color: #00B43D;
}

#carbon-tab .tab .active {
	color: #FFF;
	font-size: 16px;
	background: #00B43D;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s; /* Opera */
	transition: color 0.3s;
	-moz-transition: color 0.3s; /* Firefox 4 */
	-webkit-transition: color 0.3s; /* Safari and Chrome */
	-o-transition: color 0.3s; /* Opera */
}

#local_city .my_rank, #all_customers .my_rank {
	display: block;
	margin: 0;
	text-align: right;
	padding: 5px;
	line-height: 30px;
	color: #000;
	white-space: nowrap;
	overflow-X: scroll;
	text-overflow: clip;
}

#local_city ul, #all_customers ul {
	padding: 0 10px;
}

#local_city ul li, #all_customers ul li {
	padding: 5px;
	height: calc(5vh);
	line-height: calc(3.5vh);
	border-bottom: 1.5px solid #EEEEEE;
	display: flex;
}

#local_city .id, #all_customers .id {
	flex: 0 0 10%;
	text-align: center;
	background-color: #EEEEEE;
	color: #4EAA32;
}

#local_city li .active, #all_customers li .active {
	background-color: #4EAA32;
	color: #FFF;
}

#local_city ul li span, #all_customers ul li span {
	display: block;
	flex: 1;
}

#local_city .name, #all_customers .name {
	text-indent: 20px;
}

#local_city .show-more {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #9f9f9f;
	font-size: 16px;
	text-align: center;
}

/*************商品兑换***************/
#exchange {
	overflow: scroll;
}

#exchange .exchange_head {
	height: calc(6vh);
	width: 100%;
	line-height: calc(6vh);
	background-color: #000000;
	color: #FFFFFF;
	position: fixed;
	z-index: 11;
}

#exchange .exchange_head span {
	display: block;
	position: absolute;
	font-size: 16px;
}

#exchange .exchange_head .ex_back {
	z-index: 9;
	width: 100%;
	margin-left: 10px;
	font-size: 16px;
}

#exchange .exchange_head .ex_title {
	text-align: center;
	width: 100%;
}

#exchange .exchange_head .shop_cart {
	right: 0;
	width: 15%;
	text-align: center;
	z-index: 10;
}

#exchange .exchange_head .shop_cart i {
	color: #FFFFFF;
}

#carousel_banner {
	padding-top: 30px;
	width: 100%;
}

#carousel_banner .banner img {
	width: 100%;
	height: 100%;
}

#exchange .tab {
	position: fixed;
	top: calc(6vh);
	width: 100%;
	background-color: #EEE;
	height: 40px;
	display: flex;
	line-height: 40px;
	z-index: 11;
}

#exchange .tab span {
	flex: 1;
	text-align: center;
	color: #4EAA32;
	font-size: .15rem;
}

#exchange .tab span a {
	flex: 1;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: bolder;
	color: #00B43D;
}

#exchange .tab .active {
	color: #FFF;
	font-size: .15rem;
	background: #00B43D;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s; /* Firefox 4 */
	-webkit-transition: background-color 0.5s; /* Safari and Chrome */
	-o-transition: background-color 0.5s; /* Opera */
	transition: color 0.5s;
	-moz-transition: color 0.5s; /* Firefox 4 */
	-webkit-transition: color 0.5s; /* Safari and Chrome */
	-o-transition: color 0.5s; /* Opera */
}
/***悬浮购物车***/
#exchange .float-cart {
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: 13;
	overflow: hidden;
}

#exchange .float-cart i {
	display: block;
	text-align: center;
	font-size: 45px;
	color: #000;
}

#exchange .float-cart .shop_cart_count {
	display: block;
	position: absolute;
	top: 5px;
	right: 8px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #ff0000;
}
/***************商品兑换详情**************/
#exchange_detail {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 20;
	background: #FFF;
	overflow: scroll;
}

#exchange_detail .product_banner {
	display: flex;
	width: 100%;
	height: calc(6vh);
	margin-top: 20px;
	position: fixed;
	background: rgba(0, 0, 0, 0);
}

#exchange_detail .product_banner span {
	display: block;
	flex: 1;
}

#exchange_detail .product_banner span:first-child {
	text-align: left;
	text-indent: 10px;
}

#exchange_detail .product_banner span:last-child {
	text-align: right;
}

#exchange_detail .product_banner span:first-child i {
	font-size: 34px;
	color: #444;
}

#exchange_detail .product_banner span:last-child i {
	font-size: 34px;
	color: #444;
	margin-right: 10px;
	margin-top: 5px;
}

#exchange_detail .scroll-banner {
	width: 100%;
	z-index: -1;
	height: calc(40vh);
}

#exchange_detail .showBgd {
	background: rgba(0, 0, 0, 0.7);
	transition: background 2s;
	-moz-transition: background 2s; /* Firefox 4 */
	-webkit-transition: background 2s; /* Safari and Chrome */
	-o-transition: background 2s; /* Opera */
}

#exchange_detail .showBgd span i {
	color: #FFFFFF !important;
	transition: color 1s;
	-moz-transition: color 1s; /* Firefox 4 */
	-webkit-transition: color 1s; /* Safari and Chrome */
	-o-transition: color 1s; /* Opera */
}

#exchange_detail .scroll-banner img {
	width: 100%;
	height: 100%;
}

#exchange_detail .detail_content {
	position: relative;
	padding: 15px 10px;
}

#exchange_detail .detail_content .title {
	font-size: 22px;
}

#exchange_detail .detail_price {
	margin: 10px 0;
}

#exchange_detail .detail_price .price {
	color: #ee540e;
	font-size: 24px;
}

#exchange_detail .detail_price .disprice {
	background: #ee540e;
	color: #FFF;
	font-size: 13px;
	padding: 2px;
	margin-left: 15px;
}

.detail_content .count {
	width: 100%;
	height: calc(6vh);
	border-bottom: 1px solid #EEEEEE;
}

.detail_content .count span {
	display: block;
	float: left;
	line-height: 31px;
}

.detail_content .count .count-control {
	float: left;
	margin: 0 15px;
	border: 1px solid #EEE;
}

.detail_content .count .count-control span {
	display: block;
	padding: 0 15px;
}

.detail_content .count .count-control span:first-child {
	float: left;
	border-right: 1px solid #EEEEEE;
}

.detail_content .count .count-control span:last-child {
	float: right;
	border-left: 1px solid #EEEEEE;
}

.detail_content .count .count-control input {
	width: 50px;
	text-align: center;
	border: none !important;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

.detail_content .describe {
	margin-bottom: 70px;
}

.detail_footer {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #EEEEEE;
	text-align: center;
	background: #FFFFFF;
}

.detail_footer input[type='button'] {
	width: 150px;
	height: 40px;
	margin-top: 10px;
}

/***************购物车**************/
#cart {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	overflow: scroll;
	background: #FFF;
	z-index: 14;
}

#cart .title {
	width: 100%;
	height: calc(6vh);
	position: fixed;
	background: #000000;
	color: #FFFFFF;
	z-index: 1;
}

#cart .title span {
	width: 100%;
	height: calc(6vh);
	display: block;
	position: absolute;
	line-height: calc(6vh);
}

#cart .title .back {
	left: 5px;
	z-index: 1;
	width: 15%;
	font-size: 16px;
}

#cart .title .l_title {
	text-align: center;
}

#cart .title .edit {
	width: 15%;
	text-align: center;
	right: 0;
}

#cart .list {
	position: absolute;
	top: calc(6vh);
	left: 0;
	right: 0;
	bottom: 140px;
	overflow: scroll;
}

#cart .list ul {
	margin: 0;
	padding: 0;
}

#cart .list ul li {
	display: flex;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin: 15px 0 0 0;
	height: 100px;
	background-color: #FFFFFF;
}

#cart .list .check {
	flex: 0 0 15%;
}

#cart .list .check input {
	margin-top: 40px;
}

#cart .list .cart-list-img {
	flex: 0 0 30%;
}

#cart .list .cart-list-img img {
	width: 100%;
	height: 100%;
}

#cart .list .cart-list-info {
	flex: 0 0 55%;
	margin-left: 10px;
	/* width: 60%;
	padding: 4px 0;
	float: left;
	position: relative; */
}

#cart .list .cart-list-info .cart-product-title {
	position: relative;
}

.cart-product-title>span {
	display: block;
}

#cart .list .cart-list-info .control-price {
	height: 45px;
}

#cart .list .cart-list-info .control-price .price {
	
}

#cart .list .cart-list-info .cart-product-title  .changeNum {
	position: absolute;
	right: 5%;
	width: 60%;
	float: left;
	border: 1px solid #EEEEEE;
}

.cart-list-info .control-price .price span:first-child {
	color: #ee540e;
	display: block;
	margin-bottom: 5px;
}

.cart-list-info .control-price .price span:last-child {
	background: #ee540e;
	color: #FFFFFF;
	font-size: 11px;
	padding: 2px 3px;
}

.cart-product-title  .changeNum span {
	display: block;
	padding: 1px 3px;
	text-align: center;
}

.cart-product-title .changeNum span:first-child {
	width: 30%;
	float: left;
	border-right: 1px solid #EEEEEE;
}

.cart-product-title  .changeNum span:nth-child(2) {
	width: 40%;
	float: left;
}

.cart-product-title  .changeNum span:last-child {
	width: 30%;
	float: left;
	border-left: 1px solid #EEEEEE;
}

#cart .footer {
	position: fixed;
	width: 100%;
	height: 140px;
	bottom: 0;
	z-index: 1;
}

#cart .footer .tip {
	height: 30px;
	background: #ff901a;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}

#cart .footer .choose-method {
	display: flex;
	height: calc(6vh);
	line-height: calc(6vh);
	text-align: center;
}

#cart .footer .choose-method .choose-title {
	flex: 1;
	height: calc(6vh);
}

#cart .footer .choose-method .choose {
	flex: 1;
}

#cart .footer .choose-method .choose span {
	display: inline-block;
	margin: 5px;
	width: 55px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #06d30b;
	color: #06d30b;
}

#cart .footer .choose-method .choose .active {
	background: #06d30b;
	color: #FFF;
}

#cart .footer .calculation {
	display: flex;
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	line-height: 45px;
}

.footer .calculation .cart-checkAll {
	flex: 0 0 23%;
	height: 60px;
	text-align: center;
	font-size: 16px;
}

.calculation .cart-checkAll input[type='checkbox'] {
	padding: 0;
	margin: 0;
}

.footer .calculation .cart-total {
	flex: 0 0 60%;
	height: 70px;
	line-height: 25px;
	text-align: center;
	white-space: pre-wrap;
	display: inline-block;
}

.footer .calculation .cart-total span {
	
}

.footer .calculation .cart-button {
	flex: 0 0 17%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	background: #ee540e;
}

.footer .calculation .cart-button input {
	width: 100%;
}
/***************再生产品列表**************/
#regenerated {
	position: absolute;
	top: calc(12vh);
	overflow: scroll;
	z-index: 10;
	width: 100%;
}

#regenerated ul, #other ul, #my-product ul {
	padding: 10px 0 0 10px;
	height: 100%;
	background: #FFF;
}

#regenerated ul li, #other ul li, #my-product ul li {
	margin-bottom: 10px;
	height: 100px;
}

#regenerated ul li img, #other ul li img, #my-product ul li img {
	width: 35%;
	height: 100px;
	float: left;
}

#regenerated ul li .content, #other ul li .content, #my-product ul li .content
	{
	width: 60%;
	float: left;
	margin-left: 10px;
	height: 100px;
	border-top: 1px solid #EEEEEE;
}

#regenerated .content .title, #other .content .title, #my-product .content .title
	{
	height: 40px;
	line-height: 40px;
	font-size: .15rem;
	overflow: hidden;
}

#regenerated .content .title span:first-child, #other .content .title span:first-child,
	#my-product .content .title span:first-child {
	background-color: #ee540e;
	font-size: 12px;
	border-radius: 5px;
	color: #FFFFFF;
	margin-top: 5px;
	padding: 1px;
	text-align: center;
}

#regenerated .content .title span:last-child, #other .content .title span:last-child,
	#my-product .content .title span:last-child {
	margin-left: 5px;
}

#regenerated .content .title .active, #other .content .title .active,
	#my-product .content .title .active {
	display: none;
}

#regenerated .content .price, #other .content .price, #my-product .content .price
	{
	height: 25px;
	font-size: .15rem;
	color: #ee540e;
	margin-bottom: 5px;
}

#regenerated .content .price i, #other .content .price i, #my-product .content .price i
	{
	color: #ee540e;
	font-size: 9px;
}

#regenerated .content .ex_type, #other .content .ex_type, #my-product .content .ex_type
	{
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	width: 100%;
	color: #FFFFFF;
}

#regenerated .content .ex_type span, #other .content .ex_type span,
	#my-product .content .ex_type span {
	display: block;
	font-size: .15rem;
	padding: 0 .1rem;
	text-align: center;
	float: left;
	border-radius: 5px;
	background-color: #00B43D;
}
/*************回收价目表*************/
#recPrice {
	overflow: scroll;
}

#recPrice .title {
	text-align: center;
	font-size: 22px;
	padding: 35px 0 0 0;
}

#recPrice .content .paper, #recPrice .content .plastic, #recPrice .content .metal,
	#recPrice .content .eleapp,#recPrice .content .lv {
	display: flex;
	margin: 15px 15px 20px;
}

#recPrice .content .eleapp {
	margin-bottom: 0;
}

#recPrice .content .heading {
	flex: 0 0 15%;
	background: rgb(83, 187, 113);
	text-align: center;
	font-size: .3rem;
	color: #fff;
}

#recPrice .content ul {
	flex: 1;
	padding: 0 10px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

#recPrice .content ul li {
	padding: 5px;
	height: 35px;
	border-bottom: 1px solid #EEEEEE;
	/* line-height: 30px; */
	font-size: 14px;
	display: flex;
}

#recPrice .content ul li span:first-child {
	display: inline-block;
	flex: 0 0 65%;
	text-align: left;
	font-size: .15rem;
	overflow-x: scroll;
	text-overflow: clip;
	white-space: nowrap;
}

#recPrice .content ul li span:last-child {
	display: inline-block;
	flex: 0 0 35%;
	text-align: right;
	float: left;
	overflow-x: scroll;
	text-overflow: clip;
	white-space: nowrap;
}

/***************告示****************/
#app-notice {
	width: 100%;
	overflow: hidden;
}

#app-notice .tab {
	padding-top: 30px;
	height: 70px;
	display: flex;
	background: #EEE;
}

#app-notice .tab span {
	flex: 1;
	display: block;
	text-align: center;
	line-height: 40px;
}

#app-notice .tab .select_tab {
	font-size: 16px;
	background: #06d30b;
	transition: background 0.5s;
	-moz-transition: background 0.5s; /* Firefox 4 */
	-webkit-transition: background 0.5s; /* Safari and Chrome */
	-o-transition: background 0.5s; /* Opera */
}

#app-notice .tab .select_tab a {
	color: #FFF;
}

#app-notice .tab span a {
	color: #06d30b;
}

.my-notice-control {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: #EEE;
	text-align: center;
	line-height: 60px;
	z-index: 10;
}

.my-notice-control span {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #00B43D;
	color: #FFF;
	text-align: center;
	box-shadow: 0 8px 0 #999;
	margin: 0 5px;
}

.publish-notice, .my-notices {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	background: #FFF;
}

.no-data {
	display: block;
	text-align: center;
	margin-top: 40px;
	color: #EEE;
	font-size: 2em;
	font-weight: 300;
}

.fade-enter, .fade-leave-to {
	opacity: 0;
}

.fade-enter-active {
	transition: all .3s ease;
}

.fade-leave-active {
	transition: all .3s ease;
}

.fade-enter-to, .fade-leave {
	opacity: 1;
}

/***************碳补偿产品****************/
#app-product {
	width: 100%;
}

/***************我****************/
#me {
	width: 100%;
	overflow: scroll;
}

#me .me-wrap {
	position: absolute;
	top: calc(6vh);
	right: 0;
	bottom: 60px;
	left: 0;
}

#me .me-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 155px;
	background: #7f99ca;
	padding: 30px;
}

#me .me-info img {
	display: block;
	float: left;
}

#me .me-info .simple-info {
	margin-left: 15px;
	line-height: 30px;
	float: left;
	color: #FFF;
}

#me .me-info .simple-info a {
	color: #FFF;
}

#me .me-info .simple-info span {
	display: block;
}

#me .me-fun {
	overflow: scroll;
	position: absolute;
	top: 155px;
	left: 0;
	right: 0;
	bottom: 0;
}

#me .me-fun ul {
	padding: 0;
	margin-bottom: 20px;
}

#me .me-fun ul li {
	padding: 15px 15px !important;
	border-bottom: 1px solid #EEE;
}

#me .me-fun ul li i:before {
	display: inline-block;
	float: right;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* Internet Explorer */
	-moz-transform: rotate(180deg); /* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg); /* Opera */
}

#green-account, #my-recycle, #my-donation, #my-exchange,
	#raise-to-alipay, #my-message, #my-addrs {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	background: #FFF;
	overflow: scroll;
}

/*****title*****/
#green-account .me_head, #my-recycle .me_head, #my-donation .me_head,
	#my-exchange .me_head, #raise-to-alipay .me_head, #my-message .me_head,
	#my-addrs .me_head {
	display: flex;
	height: calc(6vh);
	width: 100%;
	line-height: calc(6vh);
	background-color: #000000;
	color: #FFFFFF;
	position: fixed;
	font-size: 18px;
}

#green-account .me_head .me_back, #my-recycle .me_head .me_back,
	#my-donation .me_head .me_back, #my-exchange .me_head .me_back,
	#raise-to-alipay .me_head .me_back, #my-message .me_head .me_back,
	#my-addrs .me_head .me_back {
	flex: 0 0 20%;
	display: inline-block;
	margin-left: 10px;
	z-index: 9;
	position: absolute;
	font-size: 16px;
}

#green-account .me_head .me_title, #my-recycle .me_head .me_title,
	#my-donation .me_head .me_title, #my-exchange .me_head .me_title,
	#raise-to-alipay .me_head .me_title, #my-message .me_head .me_title,
	#my-addrs .me_head .me_title {
	flex: 1;
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 16px;
}
.me_head .me_head_control {
	width: 100%;
	z-index: 1;
}
.me_head .me_head_title {
    position: absolute;
    width: 100%;
}
.me_manager {
	flex: 1;
	margin-right: 10px;
	text-align: right;
	display: block;
}

/**********评价详细***********/
#recDetail {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	background: #FFF;
	width: 100%;
}

#recDetail .rec_head {
	height: 30px;
	width: 100%;
	line-height: 30px;
	background-color: #000000;
	color: #FFFFFF;
	position: fixed;
	font-size: 18px;
}

#recDetail .rec_head .rec_back {
	display: inline-block;
	margin-left: 10px;
	width: 100%;
	z-index: 9;
	position: absolute;
}

#recDetail .rec_head .rec_title {
	display: inline-block;
	text-align: center;
	width: 100%;
	position: absolute;
}

#recDetail .content {
	padding: 40px 10px;
}

#recDetail .content .content-title span {
	display: inline-block;
	height: 20px;
}

#recDetail .content .content-title {
	width: 100%;
	height: 20px;
}

#recDetail .content .content-title span:first-child {
	float: left;
}

#recDetail .content .content-title span:last-child {
	float: right;
}

#recDetail .content .content-list ul {
	
}

#recDetail .content .content-list ul li {
	border-left: 0 !important;
	border-right: 0 !important;
}

#recDetail .content .content-list ul li span:last-child {
	float: right;
}

#recDetail .content .content-info-title {
	height: 35px;
	line-height: 30px;
	border-bottom: 1px solid #999;
}

#recDetail .content .content-info-title span:first-child {
	background: #999;
	display: inline-block;
	float: left;
	font-size: 18px;
	padding: 2px 3px;
	color: #FFF;
}

#recDetail .content .content-info-title span:last-child {
	display: inline-block;
	float: right;
	margin-right: 12px;
}

#recDetail .content .content-info {
	margin: 10px 0;
}

#recDetail .content .content-info div:first-child {
	height: 40px;
}

#recDetail .content .content-info div:nth-child(2) {
	height: 20px;
}

#recDetail .content .content-info div:last-child {
	height: 20px;
}

#recDetail .content .purchase {
	border-top: 1px solid #999;
}

#recDetail .content .purchase span:first-child {
	display: block;
	margin-top: 5px;
}

#recDetail .content .purchase .purchase-img {
	width: 25%;
	display: block;
	float: left;
}

#recDetail .content .purchase .purchase-img img {
	width: 100%;
	height: 100%;
}

#recDetail .content .purchase .purchase-info {
	width: 75%;
	padding-left: 15px;
	display: block;
	float: left;
}

#recDetail .content .content-info span:first-child {
	display: block;
	width: 25%;
	float: left;
}

#recDetail .content .content-info span:last-child {
	display: block;
	width: 75%;
	float: left;
}

/***********绿色账户**********/
#green-account .tab {
	position: absolute;
	top: calc(6vh);
	right: 0;
	bottom: 0;
	left: 0;
	height: 40px;
	background-color: #00B43D;
	display: flex;
}

#green-account .tab span {
	flex: 1;
}

#green-account .tab span a {
	display: block;
	text-align: center;
	padding: 10px;
	font-weight: bolder;
}

#green-account .tab span {
	color: #000;
}

#green-account .tab span .router-link-active {
	color: #FFF;
}

/***************新增地址***************/
#newAddr .new-addr-title {
	width: 100%;
	height: 45px;
	font-size: 18px;
	text-indent: 10px;
	line-height: 45px;
}

.new-bg {
	width: 100%;
	height: 15px;
	background-color: #EEEEEE;
}

.new-addr-content {
	margin-top: .48rem;
	width: 100%;
	background-color: #FFFFFF;
	height: 100%;
	padding: .1rem;
}

.new-addr-content .contact, .new-addr-content .phonenum,
	.new-addr-content .addr, .newAddr-comtent .door-num {
	padding: 0 3.5% 10px !important;
	border-bottom: 1.5px solid #EEEEEE !important;
}

.new-addr-content .contact .uname label {
	display: inline-block;
	height: 45px;
	line-height: 45px;
}

.new-addr-content .contact .uname #uname {
	display: flex;
}

.new-addr-content .contact .uname #uname span {
	
}

.new-addr-content .contact .uname #uname input {
	
}

.new-addr-content .contact .sex {
	margin-top: 10px;
	width: 80%;
	margin-left: 20%;
}

.new-addr-content .contact .sex input {
	outline: none;
}

.new-addr-content label {
	width: 20%;
	float: left;
	position: relative;
	line-height: 35px;
}

.new-addr-content input[type='text'] {
	width: 80% !important;
	height: 45px !important;
	border-left: 0px !important;
	border-top: 0px !important;
	border-right: 0px !important;
	padding: 6px 12px !important;
	box-shadow: none !important;
	outline: none !important;
	line-height: 38px !important;
	font-size: 14px !important;
	color: #999999;
	border-bottom: 0 !important;
	background-color: #FFFFFF !important;
}
.editAddr-content .addr i{
	padding: 5px;
	float: right;
	margin-top: -62px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-moz-transform: rotate(180deg); /* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg);
}
.new-addr-content .addr i {
	padding: 5px;
	float: right;
	margin-top: -40px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-moz-transform: rotate(180deg); /* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg);
}

.new-addr-content .submit-new-addr input[type='button'] {
	height: 55px;
	width: 100%;
	font-size: 21px;
	outline: none;
	margin-top: 15px;
	border-bottom: 0 !important;
}
/*****编辑地址*****/
#editAddr .new-addr-title {
	width: 100%;
	height: 45px;
	font-size: 18px;
	text-indent: 10px;
	line-height: 45px;
}

#editAddr .new-bg {
	width: 100%;
	height: 15px;
	background-color: #EEEEEE;
}

#editAddr .editAddr-content {
	margin-top: .48rem;
	width: 100%;
	background-color: #FFFFFF;
	height: 100%;
	padding: .1rem;
}

#editAddr .editAddr-content .contact,
#editAddr .editAddr-content .phonenum,
#editAddr .editAddr-content .addr, 
#editAddr .editAddr-content .door-num {
	padding: 0 3.5% 10px !important;
	border-bottom: 1.5px solid #EEEEEE !important;
}

#editAddr .editAddr-content .contact .uname label {
	display: inline-block;
	height: 45px;
	line-height: 45px;
}

#editAddr .editAddr-content .contact .uname #uname {
	display: flex;
}


#editAddr .editAddr-content .contact .sex {
	margin-top: 10px;
	width: 80%;
	margin-left: 20%;
}

#editAddr .editAddr-content .contact .sex input {
	outline: none;
}

#editAddr .editAddr-content label {
	width: 20%;
	float: left;
	position: relative;
	line-height: 35px;
}

#editAddr .editAddr-content input[type='text'] {
	width: 80% !important;
	height: 45px !important;
	border-left: 0px !important;
	border-top: 0px !important;
	border-right: 0px !important;
	padding: 6px 12px !important;
	box-shadow: none !important;
	outline: none !important;
	line-height: 38px !important;
	font-size: 14px !important;
	color: #999999;
	border-bottom: 0 !important;
	background-color: #FFFFFF !important;
}
#editAddr .editAddr-content .addr i{
	padding: 5px;
	float: right;
	margin-top: -62px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-moz-transform: rotate(180deg); /* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg);
}

#editAddr .editAddr-content .submit-new-addr input[type='button'] {
	height: 55px;
	width: 100%;
	font-size: 21px;
	outline: none;
	margin-top: 15px;
	border-bottom: 0 !important;
}

/*****弹出******/
#pop_addr {
	top: auto !important;
}

#pop_addr .modal-dialog {
	margin: 0 !important;
	width: auto;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	-webkit-transition: -webkit-transform .3s ease-out;
	transform: translate(0, 50%);
	-o-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

#pop_addr .show-choose {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-bottom: 1px solid #EEE;
}

#pop_addr .modal-body {
	/* display: flex; */
	
}

#pop_addr .district, #pop_addr .street, #pop_addr .community {
	/* flex: 1; */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}

#pop_addr .selected {
	display: none;
}

#pop_addr .community .unSelect {
	pointer-events: none;
	background: #EEE;
}

#pop_addr .district li, #pop_addr .street li, #pop_addr .community li {
	padding: 5px 0;
	margin: 5px 0;
}
#pop_addr .street li{
	width: 40%;
	margin-left: 40%;
	text-align: left;
}
#pop_addr .community li{
	width: 80%;
	margin-left: 20%;
	text-align: left;
}

#pop_addr .active {
	background: #00B43D;
	font-size: 18px;
	color: #FFF;
}

/***************我的捐赠****************/
#my-donation .donation-list {
	position: absolute;
	top: calc(6vh);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#my-donation .donation-list ul {
	padding: 10px;
}

#my-donation .donation-list li {
	background: #57e396;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 10px;
	color: #FFF;
}

#my-donation .donation-list .info {
	width: 75%;
	float: left;
}

#my-donation .donation-list .info span {
	display: block;
}
/* #my-donation .donation-list .img-progress {
	width: 25%;
	float: right;
}

.img-progress .out {
	position: relative;
	display: block;
	width: 75px;
	height: 75px;
	border: 5px solid #FFF;
	border-radius: 50px;
	float: left;
}

.img-progress .in {
	position: absolute;
	text-align: center;
	display: block;
	width: 75px;
	height: 75px;
	border: 5px solid #ff4b3e;
	border-radius: 50px;
	float: left;
	 line-height: 60px;
}*/
#my-donation .donation-list .donation-status {
	clear: both;
}

#my-donation .donation-list .donation-again {
	text-align: right;
	padding: 5px 10px;
}

/***************我的兑换****************/
#my-exchange {
	
}

.child-view {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .5s cubic-bezier(.55, 0, .1, 1);
	overflow: hidden;
}

.slide-left-enter, .slide-right-leave-active {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.slide-left-leave-active, .slide-right-enter {
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

/* .expand-enter-active, .expand-leave-active {
  	 transition: transform 1.3s ease-out;
    		 -o-transition: -o-transform 1.3s ease-out;
	-webkit-transition: -webkit-transform 1.3s ease-out;
		     transform: translate(0%,0);
		  -o-transform: translate(0%,0);
	     -ms-transform: translate(0%,0);
     -webkit-transform: translate(0%,0);
     overflow: hidden;
}

.expand-enter, .expand-leave-to {
  	-webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);
}

.expand-enter-to, .expand-leave{
  	-webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);
} */

/***************我的提现****************/
#raise-to-alipay {
	background: rgb(246 246 246);
}
#raise-to-alipay .list {
	position: absolute;
	top: calc(6vh);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#raise-to-alipay .list li {
	margin: 10px;
	background: #ffffff;
	border-radius: 5px;
	height: calc(14vh);
	/* display: flex; */
}

#raise-to-alipay .item-left{
	float: left;
	width: 25%;
	/* height: calc(10vh);
	line-height: calc(10vh); */
}
#raise-to-alipay .item-right{
	float: right;
	display: inline-block;
	width: 70%;
	margin-right: 3%;
}
#raise-to-alipay .item-right .right-mod{
	line-height: calc(4vh);
}
#raise-to-alipay .item-right .pay-method{
	margin-top: calc(1vh);
}

#raise-to-alipay .item-right .right-mod span:nth-child(2){
	float: right;
}
#raise-to-alipay img {
	/* flex: 0 0 50px; */
	height: calc(10vh);
	margin: calc(2vh) auto;
	/* background: url("/images/ti.png") no-repeat center center;
	background-size: contain; */
}

#raise-to-alipay .info {
	/* flex: 1;
	float: left; */
	/* padding-left: 10px;
	border-bottom: 1px solid #999; */
}

#raise-to-alipay .info span:last-child {
	color: #72fa78;
}

#raise-to-alipay .status {
	/* border-bottom: 1px solid #999; */
	
}
#raise-to-alipay .reason .warning{
	color: orange;
}
#raise-to-alipay .reason .danger{
	color: red;
}
#raise-to-alipay .reason .success{
	color: rgb(83,187,113);
}

#raise-to-alipay .info span, #raise-to-alipay .status span {
	/* display: block;
	width: 100%;
	height: 30px;
	word-break: break-all;
	overflow: auto;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical; */
}

/***************我的消息****************/
#my-message .list {
	position: absolute;
	top: calc(6vh);
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	font-weight: 500;
	color: rgb(7, 17, 27);
}

#my-message .list ul {
	overflow: scroll;
	height: 100%;
}

#my-message .list li {
	display: flex;
	border-bottom: 1px solid #999;
	height: 60px;
	padding: 5px 10px;;
	overflow: hidden;
}

#my-message .list .info {
	flex: 0 0 85%;
	/* width: 80%; */
	vertical-align: middle;
}

#my-message .list .info .title {
	height: 20px;
	line-height: 20px;
	display: flex;
}

#my-message .list .info .title span:first-child {
	text-align: center;
	background: #EEE;
}

#my-message .list .info .title span:last-child {
	flex: 1;
	margin-left: 10px;
	white-space: no;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}

#my-message .list .info .content {
	line-height: 30px;
	display: block;
	width: 100%;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
}

#my-message .list .todetail {
	width: 40px;
	/* height: calc(6vh); */
	line-height: calc(6vh);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-moz-transform: rotate(180deg); /* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg); /* Opera */
}

#my-message .list li .todetail .view {
	display: block;
	position: absolute;
	top: 15px;
	left: 20px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ff0000;
}

.mes-control-btns{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(10vh);
	background: #e9e9e9;
	border-radius: 15px 15px 0 0;
	box-shadow: 0 0 10px;
}
.msg-checkAll{
	width: 20%;
	height: calc(8vh);
	line-height: calc(8vh);
	margin: calc(1vh);
	display: inline-block;
}
.msg-btns{
	width: 60%;
	height: calc(8vh);
	margin: calc(1vh);
	display: inline-block;
	word-spacing: 20px;
}
.content-right {
	display: flex;
}


/**************我的地址**************/
#my-addrs .list {
	position: absolute;
	top: calc(6vh);
	left: 0;
	right: 0;
	bottom: 0;
}

#my-addrs .list li {
	display: flex;
	margin: 0 15px;
	padding: 15px 0;
	/* border-bottom: 1px solid #EEE; */
	border: 1px dotted rgb(83, 187, 113);
}

#my-addrs .list li .item {
	flex: 1;
}

#my-addrs .list li .edit {
	flex: 0 0 15%;
	margin: auto;
	text-align: right;
}

#my-addrs .list li .item-info {
	display: flex;
}

#my-addrs .list li .item-info span {
	flex: 1;
	text-align: left;
	display: inline-block;
	font-size: .16rem;
}

#my-addrs .list li .item-addr {
	font-size: .13rem;
}

#my-addrs .content {
	position: absolute;
	top: .2rem;
	/*  bottom: 80px; */
	width: 100%;
	background: #fff;
	overflow: scroll;
}

#my-addrs .content li {
	background: #FFF;
	margin-bottom: 10px;
	display: flex;
}

#my-addrs .content ul .active {
	background: rgb(83, 187, 113);
	color: #fff;
}

#my-addrs .content .new-addr {
	width: 2rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	margin: 30px auto 10px;
	background-color: #fff;
	border: 1px solid rgb(83, 187, 113);
	border-radius: 5px;
}

#my-addrs .info {
	flex: 0 0 75%;
	padding: 5px 10px;
	/* border-bottom: 1px solid #EEE; */
}

#my-addrs .info span {
	display: inline-block;
	height: 25px;
}

#my-addrs .info span:first-child {
	font-size: 19px;
	font-weight: 100;
	width: 100%;
	/* color: rgb(7,17,27); */
}

#my-addrs .control {
	flex: 1;
	flex-direction: column;
	width: .5rem;
	line-height: 25px;
	padding: 5px 10px;
	text-align: right;
}

#my-addrs .control span {
	display: block;
}

#my-addrs .control span:first-child, #my-addrs .control span:last-child
	{
	display: block;
}

#my-addrs .control span:last-child {
	margin-top: .2rem;
	color: red;
}

#my-addrs .choose-submit {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 15px;
	background: #FFF;
}

#my-addrs .choose-submit input {
	width: 100%;
	height: 100%;
	text-align: center;
}

/**************滚动**************/
.scrollContainer {
	width: 50%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

@
-webkit-keyframes scroll {from { margin-left:100%;
	
}

}
@
-moz-keyframes scroll {from { margin-left:100%;
	
}

}
@
-ms-keyframes scroll {from { margin-left:100%;
	
}

}
.scroll {
	height: 30px;
	overflow: hidden;
	-webkit-animation-name: scroll;
	-webkit-animation-delay: 500ms;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: scroll;
	-moz-animation-delay: 500ms;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-ms-animation-name: scroll;
	-ms-animation-delay: 500ms;
	-ms-animation-duration: 1s;
	-ms-animation-timing-function: linear;
	-ms-animation-iteration-count: infinite;
	animation-name: scroll;
	animation-duration: 1s;
	animation-delay: 500ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.contentItem {
	height: 30px;
	line-height: 30px;
	float: left;
	width: auto;
	padding-right: 20px;
	box-sizing: border-box;
	font-size: 18px;
	overflow: hidden;
}

.scrollBox:hover {
	-webkit-animation-play-state: paused;
}

#choose_addr {
	position: fixed;
	top: calc(20vh);
	left: 5%;
	right: 5%;
	z-index: 99;
	background: #FFF;
	font-size: 1em;
	font-weight: 500;
	color: rgb(7, 17, 27);
	border-radius: 8px;
	box-shadow: 0 0 10px 0 rgb(7, 17, 27);
}

#choose_addr li {
	display: flex;
	border-bottom: 1px solid #EEE;
}

#choose_addr li .info {
	width: 85%;
	float: right;
}

#choose_addr li .info span {
	display: block;
}

@
keyframes scaleDraw { 0%{
	transform: scale(1);
}

25%{
transform
:
 
scale
(1
.5
);
}
50%{
transform
:
 
scale
(1);
}
75%{
transform
:
 
scale
(1
.5
);
}
}

.home-content-wrap .activity-modal .activity-img {
	/* -webkit-animation-name: scaleDraw; 关键帧名称
	-webkit-animation-timing-function: ease-in-out; 动画的速度曲线
	-webkit-animation-iteration-count: infinite; 动画播放的次数
	-webkit-animation-duration: 3.5s; 动画所花费的时间 */
	 animation:move 2.5s 0s infinite;
	-webkit-animation:move 2.5s 0s infinite;
	transform-origin: center;
	-webkit-transform-origin: center;
}
@keyframes move
{
	0%, 65%{
	  -webkit-transform:rotate(0deg);
	  transform:rotate(0deg);
	}
	70% {  
	  -webkit-transform:rotate(6deg);
	  transform:rotate(6deg);
	}
	75% {  
	  -webkit-transform:rotate(-6deg);
	  transform:rotate(-6deg);
	}
	80% {  
	  -webkit-transform:rotate(6deg);
	  transform:rotate(6deg);
	}
	85% {  
	  -webkit-transform:rotate(-6deg);
	  transform:rotate(-6deg);
	}
	90% {  
	  -webkit-transform:rotate(6deg);
	  transform:rotate(6deg);
	}
	95% {  
	  -webkit-transform:rotate(-6deg);
	  transform:rotate(-6deg);
	}
	100% {  
	  -webkit-transform:rotate(0deg);
	  transform:rotate(0deg);
	}
}

#home .back-band{
	position: fixed;
	top: 1.9rem;
	right: 0;
	width: .85rem;
	height: .4rem;
}

#home .back-band img{
	width: .85rem;
	height: .4rem;
}


#toast{
	position: fixed;
    z-index: 5000;
    min-width: 7.6em;
    min-height: 2.6em;
    max-width: 7.6rm;
    top: calc(35vh);
    left: 50%;
    -webkit-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    background: rgba(17,17,17,.7);
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
#toast .toast-loading{
	width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: weuiLoading 1s steps(12) infinite;
    animation: weuiLoading 1s steps(12) infinite;
    background: transparent url(data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E) no-repeat;
    background-size: 100%;
}
#toast .toast_content{
	margin: 15px;
}



