body, html { background-color: #f6f6f6;}
* {touch-action: pan-y;}

/* index */
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label { color: #2670c8;}
.footer-tab { position: fixed; bottom: 0; height: auto;}
.footer-tabbar { background-color: #fff;}
.footer-tabbar p { margin-bottom: 0;}
.footer-tabbar a { text-decoration: none;}
.footer-shopping-cart span {
	position: absolute;
	top: -8px;
	right: -8px;
}
.index-top-search-wrap { background-color: #2670c8; padding: 20px 0 16px 0;}
.index-top-search-wrap .search-box input {
	width: 100%;
	height: 36px;
	border: none;
	border-radius: 18px;
	background-color: #fff;
	padding-left: 40px;
	font-size: .625rem;
}
.index-top-search-wrap .search-box span {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 9px;
	left: 26px;
	background: url('../images/search-icon.png') no-repeat;
	background-size: 100%;
}
.index-top-search-wrap .shortcut-box {
	color: #508bd1;
	margin-top: 12px;
	font-size: .625rem;
}
.index-top-search-wrap .shortcut-box a {
	font-size: .625rem;
	color: #aac0e5;
	padding: 0 6px;
}

.product-recommend-wrap {
	padding-bottom: 60px;
}
.product-recommend-wrap .title-box { margin: 20px 0 20px 0;}
.product-recommend-container { margin-left: -5px; margin-right: -5px;}
.product-recommend-container li { flex: 0 0 49%; margin-bottom: 10px; list-style: none;}
.product-recommend-container li a { color: #ccc;}
.product-recommend-container li a .card-title { font-size: .75rem; color: #333;}

.product-recommend-container .card {
	border: none;
	box-shadow: 2px 0 6px rgba(0, 0, 0, .02),
				0 2px 6px rgba(0, 0, 0, .02),
				-2px 0 6px rgba(0, 0, 0, .02),
				0 -2px 6px rgba(0, 0, 0, .02);
	padding-top: 0.3rem;
	height: 13rem;
	text-align: center;
}
.product-recommend-container .card .product_img_box {
	height: 9rem;
	width: 7rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0.3rem;
	display: flex;
	position: relative;
    margin-top: 0rem;
}
.product-recommend-container .card .product_img_box img{
	align-self: center;
}

.product-recommend-container .card-body { padding: 10px;}
.product-recommend-container .card-body h5.card-title {
	margin-bottom: 0;
	height: 36px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-recommend-container .card-footer {
	width: 100%;
	padding: 0 10px 10px 10px;
	font-size: .75rem;
	border-top: none;
	background-color: #fff;
}
.product-recommend-container .card-footer .price { color: #ff0033;}
.product-recommend-container .card-footer .orig-price { font-size: .625rem;}
.product-recommend-container .card-footer i {
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: 9px;
	right: 9px;
	background: url('../images/product_shopping_cart_icon.png') no-repeat;
	background-size: 100%;

}


/* 搜索 */
.search-page-wrap { background-color: #fff; padding: 20px;}
i.back-arrow-icon {
	width: 10px;
	display: inline-block;
	background: url('../images/back-arrow-icon.png') no-repeat center center;
	background-size: 100%;
}
.search-page-wrap .search-box input {
	width: 100%;
	height: 36px;
	border: none;
	border-radius: 18px;
	background-color: #f6f6f6;
	padding-left: 40px;
	font-size: .625rem;
}
.search-page-wrap .search-box span {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 9px;
	left: 13px;
	background: url('../images/search-icon.png') no-repeat;
	background-size: 100%;
}
.search-page-wrap a.search-btn {
	font-size: .75rem;
	line-height: 36px;
	color: #666;
}
.search-page-wrap .record-box { margin: 50px 0 30px 0;}
.search-page-wrap .record-box h5 {
	font-size: .75rem;
	font-weight: 600;
	color: #666;
}
.search-page-wrap .record-box ul { margin-top: -6px;}
.search-page-wrap .record-box ul li {
	float: left;
	margin: 16px 20px 0 0;
}
.search-page-wrap .record-box ul li a {
	padding: 6px 16px;
	font-size: .625rem;
	color: #666;
	border-radius: 14px;
	background-color: #f6f6f6;
}
.record-box i.del-icon {
	width: 16px;
	height: 16px;
	background: url('../images/del-icon.png') no-repeat;
	background-size: 100%;
}


/* 产品详情 */
.top-title-box {
	width: 100%;
	background-color: #fff;
	height: 56px;
	line-height: 56px;
}
.top-title-box p {
	text-align: center;
	background-color: #fff;
	margin-bottom: 0;
	font-size: .875rem;
}
.top-title-box a {
	position: absolute;
	top: 0;
	right: 20px;
	height: 56px;
	font-size: .81rem;
	color: #9A9A9A;
}
.top-title-box i.back-arrow-icon {
	position: absolute;
	top: 0;
	left: 20px;
	width: 10px;
	height: 56px;
	background: url('../images/back-arrow-icon.png') no-repeat center center;
	background-size: 100%;
}
.bottom-operating-bar a.add-shopping-cart-btn, .bottom-operating-bar a.buy-btn {
	height: 52px;
	line-height: 52px;
	font-size: .875rem;
	color: #fff;
	background-color: #fd930f;
	padding: 0 12px;
}
.bottom-operating-bar a.buy-btn { background-color: #fd0435;}
.product-details-title-box { background-color: #fff;}
.product-details-title-box { padding: 0 15px;}
.product-details-title-box h1 {
	font-size: .875rem;
	color: #ccc;
}
.product-details-title-box h1 .price{ color: #ff0033;}
.product-details-title-box h1 .price span.big-amount { font-size: 1.75rem;}
.product-details-info {
	background-color: #fff;
	padding: 20px;
	font-size: .625rem;
	color: #666;
}
.product-details-info h5 { font-size: .75rem;}
.product-details-info ul li { margin-top: 10px;}
ul.product-details-info-show-box {
	background-color: #fff;
	width: 100%;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
ul.product-details-info-show-box li { float: left;}
ul.product-details-info-show-box li:nth-of-type(1):after {
	content: "|";
	color: rgba(0, 0, 0, .1);
}
ul.product-details-info-show-box li a {
	font-size: .75rem;
	padding: 0 20px;
	color: #999;
}
ul.product-details-info-show-box li a.current{ font-weight: 600;}


/* 分类 */
.category-page-wrap  { height: 100%;}
.scrolltab-box { margin: 20px -20px 0 -20px; height: 100%;}
.scrolltab-box a { font-size: .625rem; color: #666;}
.scrolltab-nav {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    background-color: #f6f6f6;
}
.scrolltab-nav a { font-size: .75rem;}
.scrolltab-item {
	height: 48px;
    position: relative;
    z-index: 1;
    width: 90px;
    display: block;
    line-height: 48px;
    text-align: center;
}
.scrolltab-item.current { background-color: #fff; font-weight: 600;}
.scrolltab-item.current:before {
	content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 14px;
    width: 4px;
    height: 20px;
    background-color: #286fc9;
}
.scrolltab-content {
	height: 100%;
    background-color: #fff;
    overflow-y: auto;
    flex: 1;
    padding: 10px 20px;
    position: relative;
}
.scrolltab-content .recommend-img { border-radius: 8px; overflow: hidden;}
.scrolltab-content-item { margin: 20px 0 40px 0;}
.scrolltab-content-item h2 {
	font-size: .75rem;
	font-weight: 600;
	color: #666;
	margin-bottom: 0;
}
.scrolltab-content-item .links-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.scrolltab-content-item .links-items .links-img {
	width: 62px;
	height: 62px;
	margin: 0 auto;
}
.scrolltab-content-item .links-items .links-img img { width: 100%;}
.scrolltab-content-item .links-items .links-item {
	justify-content: center;
	text-align: center;
	margin-top: 10px;
}
.links-items:after {
    content: "";
    width: 62px;
}
.top-hide {
	height: 56px;
}

/*我*/
.member-head {
	background-color: #2670c8;
	padding: 15px;
}
.member-head-img-div {
	float: left;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	border: 2px solid #fff;
}
.border-grey {
	border: 2px solid grey;
}
.member-head-img-div-inner {
	float: left;
	width: 3rem;
	height: 3rem;
	margin: 0.1rem;
	border-radius: 50%;
	overflow: hidden;
}
.member-head-img {
	width: 100%;
	height: 100%;
}
.member-info-div {
	min-height: 3.4rem;
	display: inline-block;
	padding: 0.5rem 0.8rem;
	color: white;
}
.member-info-div h6{
	font-size: 1rem;
	margin-bottom: 5px;
}
.member-info-div span{
	font-size: 0.7rem;
}
.member-balance-div {
	display: inline-block;
	width: 40%;
	color: grey;
	margin-left: 0.3rem;
}
.member-balance-div span {
	font-size: 0.7rem;
}
.member-balance-value-int-part {
	font-size: 1.2rem;
}
.member-info-vertical-dividing-line {
	display: inline-block;
	height: 2rem;
	width: 1px;
	background-color: #80a3d9;
	margin: 0 0.5rem;
}
.white {
	color: white;
}
.white > b{
	font-size: 1rem;
}
.balance {
	margin-top: 0.6rem
}
.icon-img-div {
	margin-right: 5px;
}
.icon-img-div img {
	width: 20px;
	height: 20px;
}
.bottom {
	width: 100%;
	position: absolute;
	bottom: 8%;
}
.red {
	color: #fd0435;
}
.green {
    color: #0f0;
}
.warn {
	color: #e64340;
}

/*地址*/
.address-block-a{
	width: 80%;
}
.address-block-a h7{
	color: #343a40;
	font-weight: 600;
}
.address-info {
	margin: 0;
	padding: 0;
	border: 0;
}
.address-phone-span{
	margin-left:5px;
	font-size: 0.75rem;
	color: grey;
	font-weight: normal;
}
.address-item{
	font-size: 0.75rem;
	color: grey;
}
.vertical-dividing-line {
	height: 40px;
	width: 1px;
	background-color: lightgrey;
	margin: 0 10px;
}
.address-edit-div {
	width: 12%;
	text-align: center;
}
.address-edit-a{
	color:grey;
	font-size: 0.75rem;
}
.end {
	/*margin-top: 2.4rem;*/
	margin-top: 1.17647059em;
	color: lightgrey;
	text-align: center;
}
.end h6 {
	font-weight: 100;
}

.grey{
	color: #999;
}
.center {
	text-align: center;
}
.clear-left {
	clear: left;
}
.btn-bottom {
	bottom: 1rem;
}
.save-btn {
	background-color: #2670c8;
	border-radius: 30px;
}


.min-btn {
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #2670c8;
	border-radius: 10px;
	color: #2670c8;
}
.w-30 {
	width: 30%;!important;
}
.w-45 {
	width: 45%;!important;
}
.w-70 {
	width: 70%;!important;
}
.lable-title {
	font-size : 17px;
	color: #212529;
}
.hidden {
	display: none;
}
.balance-grey {
	color: #80a3d9;
}






/*TODO::安平专用css*/
body, html { background-color: #f6f6f6;}

.weui-cells:after, .weui-cells:before {
    border: none;
}
.text-color-999 { color: #999;}
.text-color-red { color: #fd0435;}
.font-size-1 { font-size: .625rem;}
.font-size-2 { font-size: .75rem;}


/* index */
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label { color: #2670c8;}
.footer-tab { position: fixed; bottom: 0; height: auto;}
.footer-tabbar { background-color: #fff;}
.footer-tabbar p { margin-bottom: 0;}
.footer-tabbar a { text-decoration: none;}
.footer-shopping-cart span {
    position: absolute;
    top: -8px;
    right: -8px;
}

.index-top-search-wrap { background-color: #2670c8; padding: 20px 0 16px 0;}
.index-top-search-wrap .search-box input {
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 18px;
    background-color: #fff;
    padding-left: 40px;
    font-size: .625rem;
}
.index-top-search-wrap .search-box span {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 9px;
    left: 26px;
    background: url('../images/search-icon.png') no-repeat;
    background-size: 100%;
}
.index-top-search-wrap .shortcut-box {
    color: #508bd1;
    margin-top: 12px;
    font-size: .625rem;
}
.index-top-search-wrap .shortcut-box a {
    font-size: .625rem;
    color: #aac0e5;
    padding: 0 6px;
}

.product-recommend-wrap {
    padding-bottom: 60px;
}
.product-recommend-wrap .title-box { margin: 20px 0 20px 0;}
.product-recommend-container { margin-left: -5px; margin-right: -5px;}
.product-recommend-container li { flex: 0 0 49%; margin-bottom: 10px;}
.product-recommend-container li a { color: #ccc;}
.product-recommend-container li a .card-title { font-size: .75rem; color: #333;}

.product-recommend-container .card {
    border: none;
    box-shadow: 2px 0 6px rgba(0, 0, 0, .02),
                0 2px 6px rgba(0, 0, 0, .02),
                -2px 0 6px rgba(0, 0, 0, .02),
                0 -2px 6px rgba(0, 0, 0, .02);
}

.product-recommend-container .card-body { padding: 10px;}
.product-recommend-container .card-body h5.card-title {
    margin-bottom: 0;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-recommend-container .card-footer {
    width: 100%;
    padding: 0 10px 10px 10px;
    font-size: .75rem;
    border-top: none;
    background-color: #fff;
}
.product-recommend-container .card-footer .price { color: #ff0033;}
.product-recommend-container .card-footer .orig-price { font-size: .625rem;}
.product-recommend-container .card-footer i {
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 9px;
    right: 9px;
    background: url('../images/product_shopping_cart_icon.png') no-repeat;
    background-size: 100%;
    z-index:2;
}


/* 搜索 */
.search-page-wrap {
    background-color: #fff;
    /*background-color: #f6f6f6;*/
    padding: 20px;
    height: 100%;
    overflow: scroll;
}
i.back-arrow-icon,
a.back-arrow-icon
{
    width: 10px;
    display: inline-block;
    background: url('../images/back-arrow-icon.png') no-repeat center center;
    background-size: 100%;
}
.search-page-wrap .search-box input {
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 18px;
    background-color: #f6f6f6;
    padding-left: 40px;
    font-size: .625rem;
}
.search-page-wrap .search-box span {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 9px;
    left: 13px;
    background: url('../images/search-icon.png') no-repeat;
    background-size: 100%;
}
.search-page-wrap a.search-btn {
    font-size: .75rem;
    line-height: 36px;
    color: #666;
}
.search-page-wrap .record-box { margin: 50px 0 30px 0;}
.search-page-wrap .record-box h5 {
    font-size: .75rem;
    font-weight: 600;
    color: #666;
}
.search-page-wrap .record-box ul { margin-top: -6px;}
.search-page-wrap .record-box ul li {
    float: left;
    margin: 16px 20px 0 0;
}
.search-page-wrap .record-box ul li a {
    padding: 6px 16px;
    font-size: .625rem;
    color: #666;
    border-radius: 14px;
    background-color: #f6f6f6;
}
.record-box i.del-icon {
    width: 16px;
    height: 16px;
    background: url('../images/del-icon.png') no-repeat;
    background-size: 100%;
}


/* 产品详情 */
.top-title-box {
    width: 100%;
    background-color: #fff;
    height: 56px;
    line-height: 56px;
}
.top-title-box p {
    text-align: center;
    background-color: #fff;
    margin-bottom: 0;
    font-size: .875rem;
}
.top-title-box i.back-arrow-icon {
    position: absolute;
    top: 0;
    left: 20px;
    width: 10px;
    height: 56px;
    background: url('../images/back-arrow-icon.png') no-repeat center center;
    background-size: 100%;
}
.bottom-operating-bar a.add-shopping-cart-btn, .bottom-operating-bar a.buy-btn {
    height: 52px;
    line-height: 52px;
    font-size: .875rem;
    color: #fff;
    background-color: #fd930f;
    padding: 0 12px;
}
.bottom-operating-bar a.buy-btn { background-color: #fd0435;}
.product-details-title-box { background-color: #fff;}
.product-details-title-box { padding: 0 15px;}
.product-details-title-box h1 {
    font-size: .875rem;
    color: #ccc;
}

.product-details-title-box h1 .price{ color: #ff0033;}
.product-details-title-box h1 .price span.big-amount { font-size: 1.75rem;}
.product-details-info {
    background-color: #fff;
    padding: 20px;
    font-size: .625rem;
    color: #666;
}
.product-details-info h5 { font-size: .75rem;}
.product-details-info ul li { margin-top: 10px;}
ul.product-details-info-show-box {
    background-color: #fff;
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
ul.product-details-info-show-box li { float: left;}
ul.product-details-info-show-box li:nth-of-type(1):after {
    content: "|";
    color: rgba(0, 0, 0, .1);
}
ul.product-details-info-show-box li a {
    font-size: .75rem;
    padding: 0 20px;
    color: #999;
}
ul.product-details-info-show-box li a.current{ font-weight: 600;}


/* 分类 */
.category-page-wrap  { height: 100%;}
.scrolltab-box { margin: 20px -20px 0 -20px; height: 100%;}
.scrolltab-box a { font-size: .625rem; color: #666;}
.scrolltab-nav {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    background-color: #f6f6f6;
}
.scrolltab-nav a { font-size: .75rem;}
.scrolltab-item {
    height: 48px;
    position: relative;
    z-index: 1;
    width: 90px;
    display: block;
    line-height: 48px;
    text-align: center;
}
.scrolltab-item.current { background-color: #fff; font-weight: 600;}
.scrolltab-item.current:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 14px;
    width: 4px;
    height: 20px;
    background-color: #286fc9;
}
.scrolltab-content {
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    flex: 1;
    padding: 10px 20px;
    position: relative;
}
.scrolltab-content .recommend-img { border-radius: 8px; overflow: hidden;}
.scrolltab-content-item { margin: 20px 0 40px 0;}
.scrolltab-content-item h2 {
    font-size: .75rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0;
}
.scrolltab-content-item .links-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.scrolltab-content-item .links-items .links-img {
    width: 62px;
    height: 62px;
    margin: 0 auto;
}
.scrolltab-content-item .links-items .links-img img { width: 100%;}
.scrolltab-content-item .links-items .links-item {
    justify-content: center;
    text-align: center;
    margin-top: 10px;
}
.links-items:after {
    content: "";
    width: 62px;
}


/* 购物车 */
.shopping-cart-pay-amount-wrap {
    height: 52px;
    position: fixed;
    bottom: 52px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.shopping-cart-pay-amount-wrap .sele-all-checkbox {
    height: 52px;
    padding: 0 10px;
    margin-bottom: 0;
}
.shopping-cart-pay-amount-wrap .btn {
    font-size: .875rem;
    height: 36px;
    line-height: 18px;
    border-radius: 24px;
    color: #fff;
    margin-right: 10px;
    align-self: center;
    background-color: #fd0435;
}
.shopping-cart-pay-amount-wrap .btn span:after { content: ")";}
.shopping-cart-pay-amount-wrap .btn span:before { content: "("; margin-left: 4px;}
.shopping-cart-pay-amount-wrap .pay-amount span.txt {
    font-size: .75rem;
    padding-right: 4px;
    color: #999;
    font-weight: normal;
}
.shopping-cart-pay-amount-wrap .price{ color: #ff0033; font-weight: 600;}
.shopping-cart-pay-amount-wrap .price span.big-amount { font-size: 1.5rem;}
.shopping-product-items-list-content { border-radius: 8px; background-color: #fff;}
.shopping-product-items-list-content .item-title { border-bottom: 1px solid rgba(0, 0, 0, .1);}
.shopping-product-items-list-content .item-body {
    display: flex;
    padding: 10px 0 20px 0;
    width: 100%;
}


.shopping-product-items-list-content .item-body .item-detail {
    display: flex;
    margin-top: 13px;
    width: calc(100% - 50px);
}
.shopping-product-items-list-content .item-body .item-detail .item-img {
    width: 80px;
    height: 80px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.shopping-product-items-list-content .item-body .item-detail .item-img img { width: 100%;}
.shopping-product-items-list-content .item-body .item-info {
    flex: 1;
    padding: 0 16px;
    min-width: calc(100% - 112px);
}
.shopping-product-items-list-content .item-body .item-info a { color: #333;}
.shopping-product-items-list-content .item-body .item-info h5 {
    font-size: .75rem;
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.shopping-product-items-list-content .item-body .item-info .pay {
    font-size: .75rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 10px;
}
.shopping-product-items-list-content .item-body .item-info .pay .edit-quantity {
    display: flex;
}
.shopping-product-items-list-content .item-body .item-info .pay .edit-quantity .quantity {
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, .3);
}


.shopping-product-items-list-content .item-body .item-info .pay .btn.minus,
.shopping-product-items-list-content .item-body .item-info .pay .btn.plus {
    padding: 0 10px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .3);
}
.shopping-product-items-list-content .item-body .item-info .pay .btn.minus {
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.shopping-product-items-list-content .item-body .item-info .pay .btn.plus {
    border-left: none;
    border-radius: 0 4px 4px 0;
}
.shopping-product-items-list-content .item-body .item-info .pay .btn.minus:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-bottom: 2px solid #878787;
    width: 10px;
}
.shopping-product-items-list-content .item-body .item-info .pay .btn.plus:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%) rotate(90deg);
    border-bottom: 2px solid #878787;
    width: 10px;
}
.shopping-product-items-list-content .item-body .item-info .pay .btn.plus:after {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-bottom: 2px solid #878787;
    width: 10px;
}
.shopping-product-items-list-content .item-body .item-info .del-btn { color: #999;}
.shopping-product-items-list-content .item-body .item-info .amount { color: #fd0435;}


/* 订单信息 */
.shopping-cart-pay-amount-wrap.bottom-0 { bottom: 0;}
.order-pay-amount-content { height: 100%;}
.info-items-list .info-item-list { border-radius: 8px;}
.info-items-list p { margin-bottom: 0; font-size: .75rem; }
.receiver-address-wrap .map-img { width: 48px; height: 48px;}
.receiver-address-content { border-radius: 8px;}
.receiver-address-wrap h5 { font-size: .875rem; font-weight: 600;}
.receiver-address-wrap h5 span {
    padding-left: 16px;
    font-size: .75rem;
    font-weight: normal;
}
.receiver-address-wrap p {
    font-size: .75rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.info-items-list .border-0-befoer:before { border-top: none}
.receiver-address-content .list-right-arrow:after { width: 14px; height: 14px;}


/* 订单详细信息 */
.promo-code-input {
    font-size: .75rem;
    border-radius: 16px;
    padding-left: 20px;
    border: none;
    background-color: #f6f6f6;
    height: 32px;
}

/* 支付页面 */
.pay-btn {
    width: 75%;
    height: 48px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    border-radius: 24px;
    background-color: #fd0435;
}
.pay-amount-wrap .pay-amount-content { line-height: 42px;}
.pay-amount-wrap .pay-amount-content .pay-amount { color: #ff0033; font-weight: 600;}
.pay-amount-wrap .pay-amount-content .pay-amount span.big-amount { font-size: 1.75rem;}


/* 我的订单 */
.my-order-items-list-wrap .item-body a p, .my-order-items-list-wrap .item-body .amount-detailed { color: #333;}
.my-order-items-list-wrap .item-body a .more-btn, .order-status-successful { color: #2670c9;}
.my-order-items-list-wrap .item-body .weui-cells { font-size: .75rem;}
.my-order-items-list-wrap .border-0-befoer:before { border-top: none;}
.my-order-items-list-wrap .item-footer .payment-btn {
    color: #fff;
    font-size: .875rem;
    height: 42px;
    border-radius: 8px;
    background-color: #fd0435;
}

.order-status-list-wrap {
    background-color: #fff;
    padding: 10px 0 20px 0;
}
.order-status-list-wrap ul {
    display: flex;
    text-align: center;
    height: 48px;
    line-height: 48px;
}

.order-status-list-wrap ul li {
    flex: 1;
}

.order-status-list-wrap ul li a {
    color: #333;
    position: relative;
    padding: 0 6px 6px 6px;
}

.order-status-list-wrap ul li a.current {
    color: #2670c9;
    font-weight: 600;
    border-bottom: 3px solid #2670c9;
}

.order-status-list-wrap ul li a span.number {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: .625rem;
    color: #fff;
    border-radius: 50%;
    background-color: #fd0435;
}


.order-status-list-wrap .search-content {
    margin: 0 20px;
}

.order-status-list-wrap .search-box input {
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 18px;
    background-color: #f6f6f6;
    padding-left: 40px;
    font-size: .625rem;
}
.order-status-list-wrap .search-box span {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 9px;
    left: 15px;
    background: url('../images/search-icon.png') no-repeat;
    background-size: 100%;
}

.order-status-list-wrap .search-content .search-btn {
    font-size: .875rem;
    line-height: 36px;
    text-align: center;
}
/*TODO::安平专用css*/


/*--------------------login  register----------------------*/

.login_background {
	text-align: center;
}
.login_up_ground {
	position: relative;
	z-index: 2;
	background-image: linear-gradient(#2688FB, #286FBF);
	height: 15.7rem;
	border-radius:0 0 17rem 17rem/0 0 2.8rem 2.8rem;
	padding-top: 2.3rem;
}
.login_up_ground .img_box {
	height: 5rem;
    width: 5rem;
    padding-top: 1.5rem;
    background-color: #fff;
    border-radius: 8rem;
    text-align: center;
}
.login_up_ground .img_box img {
	width: 4rem;
	height: auto;
}

.login_content_form,.regist_content_form, .reset_password_content_form {
	position: relative;
	z-index: 2;
	max-width: 17.5rem;
	min-height: 19.5rem;
	background: #fff;
	/* box-shadow: 0.5rem 0.5rem 3rem #E4E4E4; */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: -7rem;
}

.login_content_form .title_font, .regist_content_form .title_font, .reset_password_content_form .title_font {
	font-size: 1.2rem;
	font-variant: small-caps;
	color: #DFDFDF;
	font-weight:600;
	letter-spacing: 0.2rem;

}
.login_content_form .title_font {
	margin-bottom: 1.5rem;
}
.regist_content_form .title_font {
	margin-bottom: 0rem;
}
.reset_password_content_form .title_font {
	margin-top: 0.5rem;
	margin-bottom: 3rem;
	line-height: 1rem;
}

.b_r_p8 {
	border-radius: 0.8rem;
}
.pd_p5{
	padding: 0.5rem;
}
.login_content_form_shadow {
	margin-left: auto;
	margin-right: auto;
	margin-top: -21rem;
	position: relative;
	z-index: 1;
	max-width: 17.5rem;
	height: 20.7rem;
	background: #fff;
	box-shadow: -0.1rem 0.5rem 1.8rem #E4E4E4;
}
.son_box_center {
	margin-left: auto;
	margin-right: auto;
}
.login_bottom {
	width: 17.5rem;
	margin-top: 1.5rem;
}
.login_bottom a {
	color: #0058B9;
	font-size: 0.7rem;
	text-decoration: none;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}

.input_itme {
	margin: 0.1rem 0;
}
.input_itme div:first-child {
	font-size: 0.7rem;
}
.input_itme input {
	border:none;
	width: 100%;
	outline: none;
	padding: 0.3rem 0;

}

.input_itme input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999999;
	font-size:0.7rem;
}
.input_itme input::-moz-placeholder { /* Firefox 19+ */
	color: #999999;
	font-size:0.7rem;
}
.input_itme input::-ms-input-placeholder { /* IE 10+ */
 color: #999999;
	font-size:0.7rem;
}
.input_itme input::-moz-placeholder { /* Firefox 18- */
 color: #999999;
	font-size:0.7rem;
}


.input_itme .input_box {
	border-bottom: 1px solid #DEDEDE;
}
.login_btn_box {
	margin-top: 3rem;
}
.regist_btn_box {
	margin-top: 2rem;
    margin-bottom: 1.5rem;
}
.reset_password_btn_box {
	margin-top: 4.4rem;
    margin-bottom: 1.5rem;
}

.login_btn:focus{
	border:none;
	outline: none;
}
.login_btn:active {
	background-color: #2688FB;
}


.login_btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login_btn {
	width: 100%;
    background-color: #297AD6;
    border: 1px solid transparent;
    border-radius: 3rem;
    color: #fff;
    height: 2.17rem;
    letter-spacing: 0.2rem;
    outline: none;
    font-size: 0.8rem;
}
/*------------------------------------------*/
.text_l{
	text-align: left;
}
.text_r{
	text-align: right;
}

.focus_input_no_outline {
	outline: none;
}

a:link    {text-decoration: none; /*去掉下划线*/}
a:visited {text-decoration: none; /*去掉下划线*/}
a:hover   {text-decoration: none; /*去掉下划线*/}
a:active  {text-decoration: none; /*去掉下划线*/}
a         {text-decoration: none; /*去掉下划线*/}

.address-block-a,
.scrolltab-title,
.cursor-pointer,
.back-arrow-icon,
.j_clear_search_record_history_click_btn,
.weui-dialog__btn{
    cursor: pointer;
}
.btn_edit_password:link,
.btn_edit_password:visited,
.btn_edit_password:hover,
.btn_edit_password:active,
.btn_edit_password
{
    color:#fff !important;
    background-color:#2670c8 !important;
}
.search_result_page_product_list{
    height: calc(100% - 77px);
    margin-top: 77px;
    overflow: scroll;
}


/*------------------------商城图角标----------------------------*/


.triangle-topright {
    width: 0;
    height: 0;
    border-top: 5.5rem solid #0C60EE;
    border-left: 5.5rem solid transparent;
    position: relative;
    z-index: 30;
    margin-bottom: -5rem;
    float: right;
}

.triangle-topleft {
    width: 0;
    height: 0;
    border-top: 4rem solid #0C60EE;
    border-right: 4rem solid transparent;
    position: relative;
    z-index: 30;
    margin-bottom: -5rem;
    /* float: left; */
}

.triangle-topright>.title-span {
	color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 35;
    margin-left: -3rem;
    margin-top: -3.6rem;
    font-size: 1.2rem;

    transform:rotate(45deg);
        -ms-transform:rotate(45deg); /* Internet Explorer 9*/
        -moz-transform:rotate(45deg); /* Firefox */
        -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
        -o-transform:rotate(45deg); /* Opera */

}

.triangle-topleft>.title-span {
	color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 35;
    margin-top: -2.5rem;
    margin-left: 0.3rem;
    font-size: 1.2rem;

    transform:rotate(-45deg);
        -ms-transform:rotate(-45deg); /* Internet Explorer 9*/
        -moz-transform:rotate(-45deg); /* Firefox */
        -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
        -o-transform:rotate(-45deg); /* Opera */

}

.trapezoid-topright{
	width: 4rem;
    height: 4rem;
    border-bottom: 0.8rem solid #0C60EE;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    position: absolute;
    z-index: 1;
    text-align: center;
    margin-top: -1.3rem;
    margin-left: 4.4rem;


     transform:rotate(45deg);
        -ms-transform:rotate(45deg); /* Internet Explorer 9*/
        -moz-transform:rotate(45deg); /* Firefox */
        -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
        -o-transform:rotate(45deg); /* Opera */
}
.trapezoid-topright>.title-span {
	color: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: 35;
    margin-top: 3.2rem;
    font-size: 0.4rem;
    text-align: center;
    width: 100%;
}

.advertisement-leftbottom {
	position: absolute;
    height: 0.9rem;
    width: 6.4rem;
    z-index: 30;
    bottom: 0;
    margin-top: 5.1rem;
    /* min-width: 265px; */
    color: #fff;
}

.advertisement-leftbottom>.biger-title-span {
	width: 2.5rem;
	background-color: red;
	height: 1.8rem;
	margin-top: 0.2rem;
	float: left;
	position: relative;
	z-index: 30;
	border-radius: 0 3rem 3rem 0;
	border-left: none;
	border-top: none;
	border-bottom: none;

	box-shadow:
		0rem -1rem 0rem 0rem rgba(0, 0, 0, 0),
		-1rem 0rem 0rem 0rem rgba(0, 0, 0, 0),
		0.2rem 0rem 0.8rem 0rem rgba(0, 0, 0, 0.6),
		0rem -1rem 0rem 0rem rgba(0, 0, 0, 0);

}
.advertisement-leftbottom>.biger-title-span>div {
	text-align: center;
	width: 90%;
	font-size: 0.4rem;
	height: 0.6rem;
    line-height: 0.6rem;
}
.advertisement-leftbottom>.biger-title-span>.big_font {
	font-size: 0.7rem;
    line-height: 0.7rem;
}
.advertisement-leftbottom>.title-span {
	z-index: 29;
    width: 100%;
    /* margin-left: -5rem; */
    background-color: red;
    height: 0.9rem;
    /* float: right; */
    /* margin-top: 1.1rem; */
    font-size: 0.4rem;
    line-height: 0.9rem;
    text-align: center;
}
.font-size-10{
    font-size: 10px;
}
i.weui-icon-link {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0px 0px;
    border-color: rgb(200, 200, 205);
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
.width-20{
    width:20px;
}
.s_a_r_c_m_wrap>span{
    display:flex;flex-direction: row;justify-content: space-between;
}
.grids-txt {
    color: #bebebe;
    font-size: .26rem;
    margin-top: .3rem;
}
.certificate_type_select_wrap .uploadifive-button{
    display: none;
}
.certificate_type_select_wrap img{
    width: 70%;
    max-height: 80px;
}

.help {
	color:#999;
}

.p_name_box .font-span{
	font-style: small;
}

.p_name_box img{
	width: 5rem;
	height: 5rem;
}
.product_img_box{
    margin-top: -9rem;
}
.product-recommend-container .card .stock_eq_zero{
    font-size        : .8rem;
    text-align: center;
    color            : #666;
    opacity          : 0.7;
    background-color : #bbb;
    color            : #fff;
    position         : absolute;
    bottom:1.2rem;
    right: 0rem;
    padding: 0px .4rem;
    width: 100%;
    z-index: 2
}
.img-fluid-wrap img{
	max-width: 100%;
    height: auto;
}