/* 自定义样式表 */
* {
	padding: 0;
	margin: 0;
}

img,
button,
input,
form {
	outline: none !important;
}
i {
	font-style: normal;
}
input[type="button"] {
	cursor: pointer;
}

button {
	padding: 0;
	cursor: pointer;
}
img {
	max-width: 100%;
}
ol,
ul,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

.hander {
	cursor: pointer;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

/* 颜色设置 */
.text-danger {
	color: #F56C6C !important;
}
.text-warning {
	color: #FFC323 !important;
}
.text-primary {
	color: #08A0FA !important;
}
.text-999 {
	color: #999;
}
.text-ccc {
	color: #ccc;
}

/* 距离 */
.mt_15 {
	margin-top: 15px;
}
.ml_10 {
	margin-left: 10px;
}

/* 自定义 */
body {
	background-color: #01122A;
}

.main {
	padding-bottom: 70px;
}

.content {
	width: 100%;
}

.logo {
	padding: 30px 20px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.logo img {
	margin-right: 10px;
	width: 60px;
	height: 60px;
	vertical-align: middle;
}

.search {
	padding: 0 15px;
}

.search .input-group-addon {
	padding: 10px 12px;
	color: #999;
	background-color: #fff;
	border: none;
	border-radius: 4px 0 0 4px;
}

.search .form-control {
	padding: 6px 12px 6px 0;
	height: 40px;
	border: none;
	border-radius: 0 4px 4px 0;
	box-shadow: none;
}

#searchbtn {
	cursor: pointer;
}

.banner {
	padding: 10px 15px;
}

.banner img {
	width: 100%;
	height: 50vw !important;
	border-radius: 4px;
}

.index_title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.index_nav {
	padding: 10px 15px;
}

.index_nav .nav-tabs {
	border-bottom: 0;
	background-color: #fff;
}

.index_nav .active {
	background-color: transparent;
	border: 0;
}

.index_nav .active a {
	border: 0 !important;
}

.index_nav .active span {
	color: #000;
	padding-bottom: 2px;
	border-bottom: 3px solid #F56C6C !important;
}

.index_nav .nav-tabs>li>a {
	color: #666;
}

.index_nav .nav-tabs>li>a:hover {
	background-color: transparent;
	border: 0;
}

.piclist {
	padding: 0 15px;
}

.piclist .padd:nth-child(odd) {
	padding-right: 5px !important;
}

.piclist .padd:nth-child(even) {
	padding-left: 5px !important;
}

.piclist .thumbnail {
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.piclist .thumbnail .caption {
	padding: 9px 0;
	color: #fff;
}

.piclist .thumbnail .caption p {
	color: #999;
}

.piclist del {
	margin: 0 10px;
}

.piclist b {
	font-weight: normal;
}

.piclist img {
	border-radius: 8px;
}

.pagination {
	display: flex;
	justify-content: center;
	margin: 0;
}

.nodata {
	padding-top: 100px;
	font-size: 20px;
	color: #666;
	text-align: center;
}

#toggleshow {
	display: none;
	margin-top: 15px;
}

.searchpage .thumbnail {
	background-color: #eee;
	box-shadow: 0 0 5px rgba(0 0 0 / .3);
}
.searchpage .thumbnail .caption h4 {
	color: #333;
}
.searchpage img {
	border-radius: 4px 4px 0 0;
}

/* 底部导航 */
.nav_bar {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9;
	width: 100%;
	height: 50px;
	text-align: center;
	overflow: hidden;
	background-color: #01122A;
}

.nav_bar ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 0;
	margin: 0;
	align-items: center;
	justify-content: space-between;
}

.nav_bar ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.nav_bar ul li a {
	padding-top: 5px;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 10px;
	color: #fff;
}

.nav_bar ul li span {
	display: block;
}

.nav_bar ul li span.glyphicon {
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 18px;
}

.nav_bar>ul>li.current a,
.nav_bar>ul>li.current a i,
.nav_bar>ul>li.current a span.icon {
	color: #0163FF;
}

.nav_bar ul li img {
	height: 18px;
}

.nav_bar ul li i.fa {
	font-size: 20px;
}

/* toast封装 */
#toast__wrap {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0 0 0 / .3);
}

.toast {
	padding: 10px 20px;
	width: auto;
	background-color: rgba(0 0 0 / .8);
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	opacity: 1;
}

.toast-move {
	margin-top: -25px;
	opacity: 0;
	transition: margin-top .2s linear, opacity .2s linear;
}

.content {
	padding-bottom: 40px;
}
.bgc {
	background-color: #f4f4f4;
}

/* 头部组件 */
.header {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #01112B;
}

.header .h_left,
.header .h_right {
	position: absolute;
	top: 0px;
	padding: 0 10px;
	width: 20%;
	font-size: 12px;
}

.header .h_left {
	left: 0;
}
.header .h_left .glyphicon {
	font-size: 16px;
	cursor: pointer;
}

.header .h_right {
	right: 0;
}

.header .h_title {
	position: absolute;
	top: 0;
	left: 20%;
	padding: 0;
	width: 60%;
	height: 100%;
	line-height: 100%;
	font-size: 16px;
	text-align: center;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.lunbo img {
	width: 100%;
	height: 100vw !important;
}

/* 商品详情 */
.titlebox {
	padding: 10px 15px;
	background-color: #fff;
}
.ptitle {
	padding-bottom: 15px;
	font-size: 16px;
}
.price {
	font-size: 24px;
}
.titlebox .clearfix {
	color: #999;
}
.titlebox .clearfix .float_right {
	margin-top: 5px;
}
.footerd {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
}
.footerd .btn {
	margin-left: 10%;
	width: 80%;
}
.btn {
	padding: 4px 20px;
	font-size: 16px;
	color: #fff;
	background-color: #014F9E;
	border-radius: 20px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	color: rgba(255 255 255 / .8);
}
.titlebox .logo {
	margin-top: 10px;
	padding-top: 15px;
	padding-left: 5px;
	color: #000;
	border-top: 1px solid #eee;
}
.pro_detail {
	margin-top: 15px;
	padding: 15px;
	background-color: #fff;
}
.pro_detail .title {
	font-weight: bold;
}
.pro_detail img {
	max-width: 100%;
}
.detailmodel {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.detailmodel .modal-content {
	border-radius: 0;
	box-shadow: none;
	background-clip: none;
}

.detailmodel .media-object {
	width: 100px;
	height: 100px;
}
.detailmodel .media-heading {
	padding-top: 10px;
	font-size: 28px;
}
.detailmodel .reset {
	color: #999;
}
/* 底部上划弹窗 */
.modal.fade .detailmodel {
	transform: translate3d(0, 10vh, 0);
}
.modal.in .detailmodel {
	transform: translate3d(0, 0, 0);
}
.detailmodel .reset span {
	margin: 0 10px;
}
.detailmodel .size {
	margin-top: 10px;
	font-size: 16px;
}
.fnum {
	margin-top: 15px;
	padding-top: 15px;
	font-size: 16px;
	color: #666;
	border-top: 1px solid #eee;
}
.fnum .num {
	float: right;
}
.num input {
	width: 30px;
	text-align: center;
	font-size: 16px;
	border: 0;
}
.num button {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #FCC601;
	border: 0;
	border-radius: 100%;
	cursor: pointer;
}

.boxlist .media-object {
	width: 60px;
	height: 60px;
	border-radius: 8px;
}
.boxlist .media {
	margin: 15px;
	background-color: #fff;
	border-radius: 8px;
}
.boxlist .media-heading {
	padding: 15px 0 10px;
	margin-left: 2rem;
font-size:14px;
}
.boxlist .reset {
	color: #999;
}
.wineboxheader {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	color: #fff;
	background-color: #01122A;
}
.wineboxheader .h_left {
	padding: 0 5px;
	cursor: pointer;
}
.wineboxheader .h_left span {
	margin-top: -2px;
	vertical-align: middle;
}
.wineboxheader .h_title {
	margin: 0;
}
.wineboxheader .search {
	padding: 0;
}
.wineboxheader .input-group {
	border-radius: 20px;
}
.wineboxheader .search #basic-addon1 {
	border-radius: 20px 0 0 20px;
}
.wineboxheader .search .form-control {
	border-radius: 0 20px 20px 0 !important;
}
.wineboxheader #basic-addon2 {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
}

/* 酒柜详情 */
.header_pic img {
	width: 100%;

}
.wbdetail .mt_15 {
	padding-bottom: 10px;
}
.wbdetail .reset {
	font-size: 16px;
	color: #333;
}
.media-object {
	max-width: 200px;
}

/* 共享 详情 */
.bgb {
	color: #fff;
	background: url("../images/enjoy.jpg") #081B2A no-repeat top center;
	background-size: cover;
}
.slogan {
	margin-top: 50%;
	margin-bottom: 20%;
	font-size: 35px;
	text-align: center;
	color: bisque;
}

.ol {
	display: flex;
	padding: 0 15px;
}
.ol .li {
	flex: 1;
	margin-bottom: 10px;
	padding: 10px 15px;
	background-color: #161815;
	border-radius: 4px;
}
.ol .li .text {
	font-size: 12px;
	color: rgba(255,255,255,0.4);
}
.ol .li .num {
	padding-top: 5px;
	font-size: 20px;
}
.ol .li:nth-child(2) {
	margin-left: 5px;
}
.ol .li .fs_small {
	font-size: 16px;
}
.ol a.border {
	float: right;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 8px;
}

.chart_num {
	margin-top: 10px;
	padding-left: 15px;
}

/* 我的 */
.bgh {
	color: #fff;
	background: url("../images/userbg.png") #0A193A no-repeat center top;
	background-size: 100%;
}
.uprofile {
	padding-top: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.uprofile .profile {
	margin-bottom: 10px;
	padding: 2px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #fff;
}

.usermiddle {
	margin: 15px;
	padding: 15px;
	color: rgba(255 255 255 /0.6);
	background-color: #03346C;
	border-radius: 4px;
}
.order {
	margin: 15px;
	padding: 15px;
	background-color: #182C6B;
	border-radius: 4px;
}
.ge-title {
	padding: 10px;
	font-size: 16px;
	color: rgba(255 255 255 / .8);
}
.ge-title .glyphicon {
	margin-right: 10px;
	color: #28D9C9;
}
.order ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.order ul li {
	flex: 25%;
	font-size: 12px;
	text-align: center;
	}
.order ul li .icon {
	height: 24px;
}
.order ul li .text {
	padding-top: 5px;
	display: block;
	}
.order ul li i.fa { font-size: 18px;}
.order ul li a { color: rgba(255 255 255 /0.6);}

.uc {
	margin: 15px;
	padding: 15px;
	border-radius: 4px;
	background-color: #091C44;
}
.uc li {
	/* border-bottom:1px solid #ddd; */
}
.uc li a {
	display: flex;
	justify-content: space-between;
	padding: 15px 10px;
	font-size: 14px;
	color: rgba(255 255 255 /0.6);
	}
.uc li:last-child {
	border: 0;
}
.uc li span.left img {
	margin: -4px 5px 0 0;
	width: 16px;
	vertical-align: middle;
}
.uc li span.right {
	position: relative;
	color: #F34441;
	text-align: right;
}
.uc li span.right::after {
	content: '';
	display: inline-block;
	margin-left: 6px;
	width: 8px;
	height: 8px;
	border: 1px solid #666;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}
.uc li span.right i.btn {
	padding: 2px 10px;
	font-style: normal;
	border-radius: 50px;
}

.loginout {
	margin: 15px;
	padding: 15px;
	width: calc(100% - 30px);
	color: rgba(255 255 255 /0.6);
	border-radius: 4px;
	background-color: #091C44;
	border: 0;
}

.copyright {
	padding: 20px 0;
	line-height: 1.5em;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

/* 收货地址 */
.add {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 120px);
}
.add .glyphicon {
	font-size: 100px;
	color: #999;
}
.btna {
	padding: 10px 20px;
	font-size: 14px;
	color: #666;
	border: 1px solid #999;
	border-radius: 20px;
}
.white {
	margin: 20px 0 50px;
	color: #fff;
}
.addtop {
	position: absolute;
	top: 70px;
	right: 20px;
}
.btni {
	position: absolute;
	right: 15%;
	bottom: 20%;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 60px;
	color: #fff;
	background-color: #0000E2;
	border-radius: 100%;
}
.list {
	padding: 60px 20px;
}
.addresslist {
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 4px;
	background-color: #fff;
}
.addresslist a {
	color: #333;
}
.addresslist > div {
	font-size: 14px;
	line-height: 2em;
}
.addresslist .top {
	font-size: 16px;
}
.addresslist .top span {
	float: right;
}
.addresslist .bold {
	margin: 5px 0;
	font-weight: bold;
	color: #000;
}
.addresslist .right span {
	margin-left: 20px;
	color: #999;
}
.form_wrap {
	padding: 20px 15px;
	font-size: 14px;
}
.form_wrap .li {
	padding: 15px 0;
	display: flex;
	border-bottom: 1px solid rgba(255 255 255 /0.3);
}
.form_wrap .li .label {
	flex: 100px 0 0;
	text-align: left;
}
.form_wrap .li .right {
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	border: 0;
}
.warn {
	padding: 0 20px 40px;
	color: #fff;
}
.btn_w {
	padding: 0 20px;
}
.btn_w .btn {
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
}
.recharge_wrap {
	color: #fff;
}
.recharge_wrap .title {
	padding: 10px 15px;
}
.recharge_wrap .title span {
	cursor: pointer;
}
.recharge_wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.recharge_wrap li {
	flex: 45% 0 0;
	margin: 0 2.5% 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	background-color: #fff;
	border-radius: 6px;
	cursor: pointer;
}
.recharge_wrap li.current {
	color: #fff;
	background: linear-gradient(to right, #8AAFE1, #74DAD9);
}

.line {
	margin: 0 15px;
	border-top: 1px solid rgba(255 255 255 / 0.5);
}

.btn_recharge {
	position: fixed;
	left: 0;
	bottom: 20px;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
}
.btn_recharge .btn {
	width: 90%;
	padding: 0;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(to right, #8AAFE1, #74DAD9);
}

/* 安全中心 */
.uc1 {
	margin: 0;
	background-color: transparent;
}
.uc1 span.left {
	color: #fff;
}
.uc1 .glyphicon {
	margin-right: 20px;
	font-size: 18px;
	color: #23C967;
}

.form_icon li {
	padding: 15px;
	border-bottom: 1px solid rgba(255 255 255 /0.3);
}
.form_icon li span {
	margin-right: 10px;
	color: #23C967;
}
.form_icon li input {
	color: #fff;
	background-color: transparent;
	border: 0;
}
.yzm {
	position: relative;
	width: 100%;
}
.yzm .btn {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 12px;
}

.big {
	padding: 40px 15px;
	text-align: center;
}
.big .btn {
	padding: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

/* 收款账号 */
.bank li {
	margin: 15px;
	padding: 10px 15px;
	color: #fff;
	background: linear-gradient(to right, #047CC6, #43AEDE);
	border-radius: 8px;
}

.bank li:nth-child(2) {
	background: linear-gradient(to right, #08A0FA, #78D1FB);
}
.bank .line {
	margin: 10px 0 10px 20px;
}
.bank .type img {
	margin-top: -4px;
	margin-right: 5px;
	width: 20px;
	vertical-align: middle;
}
.bank .account {
	padding-left: 20px;
	padding-bottom: 10px;
}
.bank_account {
	padding: 15px;
}
.bank_account li {
	margin-bottom: 20px;
	height: 40px;
	background-color: #fff;
	border-radius: 8px;
}
.bank_account li input {
	padding-left: 20px;
	height: 100%;
	line-height: 100%;
	background-color: transparent;
	border: 0;
}

/* 邀请好友 */
.qcodebg {
	height: 100vh;
	/* background: url("../images/qcodebg .jpg") no-repeat top center fixed;
	background-size: 100% 100%; */
}
.qcodebg .header {
	background-color: transparent;
}
.erweima {
	margin: 40px 20px 0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 50vh;
	text-align: center;
}
.erweima .pic {
	margin-left: 5%;
	width: 90%;
}
.yaoqingma {
	margin: 3vh;
	font-size: 18px;
	color: #000;
	text-align: center;
}
.account img {
	margin: 0 15px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.qcode {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px 40px;
}
.qcode img {
	width: 100px;
	height: 100px;
}
.qcodebg .footer {
	padding: 40px 40px;
	text-align: center;
}
.qcodebg button {
	background-color: transparent;
	border: 0;
	border-radius: 20px;
}
.qcodebg .b1 {
	margin: 0 5px;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: bold;
	background-color: rgba(255 255 255 / 0.8);
	border: 1px solid #fff;
}
.qcodebg .b2 {
	margin-top: 20px;
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
}

/* 我的店铺 */
.shoptop {
	padding: 40px 80px;
}
.shoptop .level {
	margin: 0 10px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}
.shoptop span {
	color: #F34441;
}
.orderm {
	background-color: #fff;
}
.orderm ul {
	display: flex;
	flex-wrap: wrap;
	}
.orderm ul li {
	padding: 20px 0;
	flex: 50%;
	text-align: center;
	border-bottom: 1px solid #eee;
	}
.orderm ul li span {
	padding-top: 5px;
	display: block;
	color: #666;
	}
.orderm ul li i.fa { font-size: 18px;}
.orderm ul li a { color: #999;}
.orderm ul li b {
	color: #000;
	font-size: 18px;
	font-weight: normal;
}

.shoporder {
	margin: 0;
	background-color: #fff;
}
.shoporder li {
	flex: 50% 0 0;
}
.shoporder .glyphicon {
	font-size: 20px;
	color: #666;
}
.shoporder a span {
	color: #000;
}
.shoporder .ge-title span {
	padding-left: 10px;
	color: #333;
	border-left: 4px solid #F34441;
}

.alertStyle .modal-dialog {
	top: 40%;
	left: 5%;
	margin: 0;
	width: 90%;
}
.alertStyle .modal-body {
	text-align: center;
	color: #000;
}
.alertStyle .modal-footer {
	text-align: center;
}
.alertStyle .modal-footer button {
	margin: 0;
	padding: 0;
	width: 48%;
	color: #333;
	font-size: 12px;
	background-color: transparent;
	border: 0;
}

/* 申请店铺 */
.sqshop {
	margin: 0;
	background-color: #fff;
	border-radius: 0;
}
.sqshop li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}
.sqshop li input {
	height: 100%;
	line-height: 100%;
	text-align: right;
	border: 0;
}
.textarr {
	flex: 100% 0 0;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #ddd;
}

.bgf {
	background-color: #fff;
}
/* 钱包 */
.wdtop {
	padding-bottom: 10px;
	color: #fff;
	text-align: center;
	background-color: #001126;
}
.wdtop_header {
	padding: 20px 0 10px;
	font-size: 12px;
}
.wdtop_header span {
	font-size: 24px;
}
.wdtop_footer {
	display: flex;
	justify-content: space-around;
}

.wd {
	color: #000;
	background-color: #fff;
}
.wdtitle {
	color: #646464;
	background-color: #001126;
}
.wdtitle p {
	padding: 20px 15px 10px;
	background-color: #fff;
	border-radius: 15px 15px 0 0;
}
.report .ul {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}
.report .ul .lli {
	display: flex;
	justify-content: space-between;
}
.show1, .show2, .show3, .show4, .show5 {
	display: none;
}
.wd.nodata {
	padding: 30px 0;
	font-size: 12px;
	text-align: center;
}

/* 提交订单 */
.address, .address1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 15px;
	padding: 20px 15px;
	background-color: #fff;
	cursor: pointer;
}
.address1 {
	color: #999;
}
.address1 > div {
	padding-left: 10px;
	flex: 80%;
}
.address1 .d1 span {
	margin-right: 5px;
	color: #000;
}
.spbtn {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	background-color: #fff;
	}
.spbtn a {
	color: #999;
}
.spbtn .left {
	color: #999;
}
.spbtn .left span {
	font-size: 1.4em;
}
.spbtn .right {
}
.spbtn button {
	padding: 8px 30px;
	font-size: 12px;
}
.cart_wrap {
	margin: 10px 15px;
}
.cart {
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 5px;
}
.cart header {
	padding: 10px 15px 0;
	font-size: 12px;
}
.cart header b {
	font-weight: normal;
}
.cart header span {
	color: #999;
}
.cart header img {
	margin-top: -2px;
	vertical-align: middle;
}
.cart section {
	display: flex;
	align-items: center;
	padding: 10px 0;
	/* border-top: 1px solid #ddd; */
}
.cart .title {
	height: 1.5em;
	overflow: hidden;
}
.cart .left {
	padding-left: 10px;
	padding-right: 10px;
}
.cart .right {
	padding-right: 10px;;
}
.cart .right .comput {
	display: inline-block;
}
.cart .right .comput input {
	width: 40px;
	text-align: center;
	background-color: #ccc;
}
.cart footer {
	padding: 0 15px 10px;
	text-align: right;
	font-size: 12px;
	color: #999;
}
.remark {
	padding: 10px 15px;
}
.remark input {
	padding-left: 10px;
	background-color: transparent;
	border: 0;
}
.round8 {
	border-radius: 8px;
}
.fs16 {
	font-size: 16px;
}

.payway {
	color: #000;
	background-color: #fff;
}
.payway li {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.payway li input {
	margin-top: -2px;
	vertical-align: middle;
}

.tabm {
	background-color: #fff;
}
.tabm ul {
	display: flex;
	justify-content: space-around;
}
.tabm li {
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
	text-align: center;
	cursor: pointer;
}
.tabm li.active {
	color: #DD0000;
	border-bottom: 2px solid #DD0000;
}
.orderdetail {
	margin: 10px 15px;
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 8px;
}
.orderdetail li {
	padding: 4px 0;
}

/* 钱包 */
.wallettop {
	margin: 10px 15px;
	padding: 0 15px;
	background-color: rgba(0,28,61,1);
	border: 1px solid #047CC6;
	border-radius: 10px;
}
.wallettop ul li {
	text-align: left;
	border: 0;
}
.wallettop ul li b,
.wallettop ul li span {
	color: #fff;
}

.titlecommon {
	padding: 10px 15px;
	color: #fff;
}
.titlecommonb {
	padding: 10px 15px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.wdetail {
	color: #fff;
}
.wdetail li {
	border-bottom: 1px solid rgba(255 255 255 /0.3);
}
.wdetail .nodata {
	color: #fff !important;
}
.nav_con {
	background-color: #fff;
}
.nav_con ul {
	padding-top: 15px;
	display: flex;
	}
.nav_con li {
	margin-bottom:15px;
	flex: 1;
	text-align:center;
	}
.nav_con li img {
	width: 40px;
	height: 40px;
	}
.nav_con li span {
	margin-top: 5px;
	display:block;
	font-size:0.8em;
	color:#4d4d4d;
	}
.nav_con li i.fa {
	margin-bottom: 5px;
	font-size:1.6rem;
	color:#4d4d4d;
	}

.wallet_header {
	color: #fff;
	background-color: #01112B;
}
.wallet_header .top1,
.wallet_header .top2{
	display: flex;
	justify-content: space-between;
}
.wallet_header span {
	color: #fff;
}
.wallet_header .top2 {
	padding: 10px 15px 0;
}
.wallet_header p {
	font-size: 160%;
}
.wallet_header .top1 {
	font-size: 16px;
}
.wallet_header .top1 .left {
	padding-left: 15px;
}
.wallet_header .openeye {
	display: none;
}
.wallet_header .top2 .left p {
	border-bottom: 2px solid #fff;
}
.wallet_header .t {
	display: flex;
	align-items: center;
}
.wallet_header .t b {
	margin: 0 10px;
	font-weight: normal;
}

.ljtx {
	display: block;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #c71585;
	background-color: #fff;
	border-radius: 20px 0 0 20px;
	margin: 10px auto;
	text-align: center;
}

.formw {
	padding: 0 15px;
	color: #fff;
}
.chooseJifen {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0 30px;
}

.chooseJifen .dropdown-menu{
	color: #ff0000;
	
}
.chooseJifen .dropdown{
	color: #ff0000;
}

.form_group {
	position: relative;
	font-size: 16px;
}
.form_group .label {
	padding: 10px 0;
}
.form_group input {
	margin: 10px 0;
	padding: 4px 10px;
	width: 100%;
	font-size: 14px;
	background-color: rgba(255 255 255 / 0.3);
	border-radius: 4px;
}
.form_group p {
	font-size: 12px;
}
.form_group .openeye,
.form_group .closeeye {
	z-index: 1;
	position: absolute;
	top: 40px;
	right: 20px;
	
}
.form_group .openeye {
	display: none;
}

.exchange {
	color: #fff;
	margin: 10px 15px;
	padding: 0 15px;
	background-color: rgba(0,28,61,1);
	border: 1px solid #047CC6;
	border-radius: 10px;
	
}
.exchange .p1, .exchange .p2 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}
.exchange .bbb, .exchange input {
	padding: 5px 15px;
	border: 1px solid #fff;
	border-radius: 10px;
}
.exchange input {
	width: 120px;
	background-color: transparent;
}
.exchange .warn {
	padding: 20px 0 10px;
	font-weight: bold;
}
.jiantou {
	position: relative;	
}
.jiantou span {
	font-size: 20px;
}
.jiantou::before {
	z-index: 1;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #01122A;
}

/* 提现 */
.txbg {
	background: url("../images/tixian01.jpg") no-repeat top center;
}
.txbg .header, .txbg .wdtop {
	background-color: transparent;
}
.txbg .wdtop_footer {
	justify-content: space-between;
	padding: 0 15px;
}
.txbg .wdtop_header span{
	font-size: 36px;
}
.txmiddle {
	z-index: 1;
	position: relative;
	margin: -30px 10px 0;
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 10px;
}
.txmiddle .section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
}
.txmiddle .section input {
	font-size: 20px;
	border: 0;
	max-width: 70%;
}
.txmiddle .section span {
	padding: 4px 10px;
	color: #fff;
	font-size: 12px;
	background-color: #FE6E54;
	border-radius: 20px;
	cursor: pointer;
	white-space: nowrap;
}
.warning {
	padding-top: 10px;
	color: #999;
}
.warning .glyphicon {
	margin-right: 4px;
	color: #E0AF56;
}

.form_light {
	margin: 10px;
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 10px;
}
.form_li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
}
.form_li .glyphicon-menu-right {
	color: #ccc;
}
.form_li input {
	padding: 15px 0;
	border: 0;
	text-align: right;
}
.fl {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
}
.fl input {
	border: 0;
	font-size: 14px;
}
.ff {
	padding: 20px 30px;
}
.ff .btn {
	background-color: #FE6E54;
}

.bby {
	margin: 10px 15px 20px;
	padding: 20px 15px;
	line-height: 2.5em;
	color: #fff;
	border-radius: 10px;
	background-color: #081D43;
}
.bby .p1 {
	text-align: center;
}
.bigtext {
	font-size: 110%;
}
.bby input {
	margin: 5px 0;
	width: 100%;
	background-color: rgba(0 0 0 / .1);
	border: 1px solid rgba(255 255 255 /0.2);
}

.bbyw .form_light {
	padding: 0 15px;
	color: #fff;
	background-color: rgba(255 255 255 / 0.1);
	border: 1px solid rgba(255 255 255 /0.2);
}
.bbyw .form_light input {
	color: #fff;
	background-color: transparent;
}
.bbyw .big {
	margin-top: 60px;
	margin-bottom: 20px;
	padding: 0 60px;
}
.bbyw .btn {
	background-color: rgba(255 255 255 / 0.1);
	border: 1px solid rgba(255 255 255 /0.2);
}

/* 我的社区 */
.comm_header .profile {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.comm_header {
	margin: 10px 15px;
	padding: 15px;
	color: #78D1FB;
	border-radius: 10px;
	background: url("../images/shequ01.jpg") no-repeat right top;
}
.comm_header .tt1 {
	 font-size: 24px;
 }
.comm_header .tt2 {
	margin-top: 20px;
}
.tt2 .line {
	margin: 10px 0 0;
	width: 100%;
	border: 2px solid #fff;
	border-radius: 10px;
}
.sq_bg {
	margin: 10px 15px;
	border-radius: 10px;
	background-color: #2E0D80;
}
.friendlist {
	padding-bottom: 20px;
}
.table_wrap table {
	width: 100%;
	border-collapse: collapse;
}
.table_wrap table td {
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid rgba(0 0 0 / .1);
}

.shequ {
	color: #fff;
}
.llogo {
	margin-right: 10px;
	float: right;
	width: 60px;
}
.level {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.level img {
	width: 20px;
}

.shequ b.text-warning,
.shequ b.text-danger {
	font-size: 30px;
}
.shequ .orderm span {
	color: #fff;
}
.shequ .orderm ul li {
    border-bottom: 0;
}
.pad_15 {
	padding: 15px 0;
}
.shequ .pad_15 {
	border-bottom: 1px solid rgba(0 0 0 / .1);
}

/* 我的店铺 */
.rele {
	position: relative;
	overflow: hidden;
}
.upl {
	right: 0;
	position: absolute;
	opacity: 0;
}
.rele i {
	color: #666;
}
#upl1 {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	cursor: pointer;
}

#upl2 {
	flex: 100%;
}
#upl2 > div {
	margin-top: 10px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #999;
	font-size: 24px;
	background-color: #eee;
}

#pic1 {
	flex: 100%;
}
#pic1 > div {
	margin-top: 10px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #999;
	font-size: 24px;
	background-color: #eee;
}


#upl3 {
	margin-top: 10px;
	flex: 100%;
	height: 40vw;
	line-height: 40vw;
	text-align: center;
	font-size: 48px;
	border: 2px dashed #ccc;
}
#uplf2, #uplf3 {
	top: 30px;
	left: 0;
}

.result {
	text-align: center;
	font-size: 16px;
	color: #666;
}
.result img {
	margin-top: 100px;
	margin-bottom: 20px;
	width: 150px;
}
.fail {
	display: none;
}

.uppay {
	padding: 15px;
}
.uppay #uplf2 {
	top: 40px;
	left: 20vw;
	width: 60%;
	height: calc(60vw - 60px);
}
.uppay #upl2 {
	text-align: center;
}
.uppay #upl2 > div {
	margin: 20px auto;
	width: 60%;
	height: calc(60vw - 60px);
	line-height: calc(60vw - 60px);
	border-radius: 10px;
}
.uppay #upl2 img {
	width: 60%;
	height: calc(60vw - 60px);
}

/* 个人信息 */
.set, .set input {
	font-size: 14px;
	color: #fff;
}
.set {
	padding: 0 15px;
}
.set li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255 255 255 / 0.5);
}
.pppic {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.set input {
	background-color: transparent;
	border: 0;
	text-align: right;
}

.upprofile {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	opacity: 0;
}

/* 登录 */
.loginlogo {
	margin-top: 30%;
	margin-bottom: 5px;
	width: 80px;
	height: 80px;
}
.loginUl {
	margin: 0 10px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.agree {
	text-align: center;
	color: #fff;
}
.agree input {
	margin-right: 10px;
}
.agree span {
	margin-left: 5px;
	color: #004F9E;
	text-decoration: underline;
	cursor: pointer;
}
.ulfooter {
	margin-top: 20px;
	color: #999;
}
.ulfooter a {
	margin-left: 10px;
	color: #999;
}
.ulfooter input {
	margin-top: -2px;
	margin-right: 5px;
	vertical-align: middle;
}
.loginli {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}
.loginli input {
	height: 100%;
	line-height: 100%;
	background-color: transparent;
	border: 0;
}
.loginli .glyphicon:first-child {
	font-size: 16px;
	color: #E9AB44;
}
.loginli .glyphicon:last-child {
	z-index: 1;
	position: absolute;
	top: 40%;
	right: 0;
	color: #999;
	cursor: pointer;
}
.logintab {
	display: flex;
	justify-content: space-around;
	padding: 10px;
}
.logintab a {
	padding-bottom: 5px;
	color: #000;
}
.logintab .active a {
	font-weight: bold;
	border-bottom: 2px solid #004F9E;
}

.xieyi h5 {
	font-weight: bold;
}