/* 商城平台通用底部 */
body {
	background-color: #fff;
	font-family: "Microsoft JhengHei", sans-serif, 'Titillium Web', "Arial Black";
}

a {
	color: #333;
}

img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

label {
	font-weight: 400;
}

ul,
li {
	margin: 0;
	padding: 0
}

li {
	list-style-type: none;
}

.dn {
	display: none;
}

.db {
	display: block;
}

strong {
	font-weight: 400;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*表格ios 滚动条*/
.table-container {
	width: 100%;
	-webkit-overflow-scrolling: auto;
	overflow-x: scroll;
	overflow-y: hidden;
}

/* table {



	border: 0;



	border-collapse: collapse;



}







table td,



table th {



	padding: 5px 10px !important



} */
.table-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
}

.table-container::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.usercenter {
	background: #fff;
	color: #333;
}

.usercenter-left {
	background: #fff;
	border-radius: 5px;
	padding-bottom: 20px;
	border: 1px solid #015198;
}

.usercenter-left h4 {
	text-align: center;
	padding-top: 30px;
	margin: 0;
	margin-bottom: 20px;
}

.usercenter-left li {
	height: 30px;
	line-height: 30px;
	list-style: none;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	font-size: 15px;
}

.usercenter-left li a {
	color: #333;
}

.usercenter-left li.active a {
	color: #015198;
}
#pic{
	position: fixed; 
	display: none;
}
#pic1{ 
	width: 500px; 
    height: auto;
} 
.usercenter-right {
	background: #fff;
	padding: 30px 0 60px 0;
}

.us-page-rtop {
	background-color: hsla(176, 60%, 40%, 1);
	padding: 30px 0;
	text-align: center;
}

.us-page-rtop a {
	background-color: #fff;
	padding: 3px;
	border: 1px solid #e4eaec;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
}

.us-page-rtop a img {
	border-radius: 50%;
}

.us-page-rtop h4 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
}

.us-page-rtop h5 {
	color: #fff;
	margin-bottom: 0;
}

.us-page-rcenter {
	text-align: center;
}

.us-page-rcenter .counter {
	padding: 20px 0;
}

.us-page-rcenter .counter-number a {
	font-size: 20px;
	color: #fe9601;
}

.us-page-rright li {
	list-style-type: none;
	height: 44px;
	line-height: 44px;
	border-top: 1px solid #ddd;
}

.us-page-rright li a {
	color: #333;
	display: block;
	position: relative;
	padding: 0 15px;
}

.us-page-rright li i {
	margin-right: 10px;
}

.us-page-rright .site-menu-arrow {
	position: absolute;
	right: 10px;
	font-size: 24px;
	top: 0px;
}

.user-pr-nav {
	border-bottom: 1px solid #ccc;
}

.user-pr-nav li {
	float: left;
	margin-right: 5px;
}

.user-pr li {
	list-style: none;
}

.user-pr-nav li.active a {
	padding-top: 10px;
	width: 100px;
	text-align: center;
	border-bottom: 2px solid hsla(176, 60%, 40%, 1);
	display: block;
	padding-bottom: 10px;
	color: hsla(176, 60%, 40%, 1);
}

.user-pr-nav li a {
	padding-top: 10px;
	width: 100px;
	text-align: center;
	border-bottom: 2px solid #fff;
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
}

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

.smedia-checkbox input[type="checkbox"] {
	display: none;
}

.smedia-checkbox input[type="checkbox"]+label {
	display: inline-block;
	background: url(../images/chk1.png) no-repeat;
	width: 24px;
	height: 24px;
	-webkit-background-size: 24px;
	background-size: 24px;
}

.smedia-checkbox input[type="checkbox"]:checked+label {
	display: inline-block;
	background: url(../images/chk2.png) no-repeat;
	width: 24px;
	height: 24px;
	-webkit-background-size: 24px;
	background-size: 24px;
}

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

.coupon-listitem {
	background: hsla(176, 60%, 40%, 1) url(../images/coupon.png);
	background-position: -123px 0;
	width: 241px;
	height: 150px;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}

.coupon-upper .amount {
	top: 15px;
	left: 9px;
	font-size: 32px;
	font-weight: 400;
}

.coupon-listitem a {
	color: #fff;
	display: block;
	position: absolute;
}

.coupon-upper .scope {
	top: 30px;
	right: 20px;
	font-weight: 400;
}

.coupon-upper .lb-use-cond {
	top: 70px;
	left: 9px;
	font-size: 14px;
}

.coupon-upper .use-cond {
	top: 70px;
	left: 74px;
	font-size: 14px;
}

.coupon-upper .lb-valid-date {
	top: 95px;
	left: 9px;
	font-size: 14px;
}

.coupon-upper .valid-date {
	top: 95px;
	left: 74px;
	font-size: 14px;
}

.coupon-upper .lb-shop-name {
	top: 120px;
	left: 9px;
	font-size: 14px;
}

.coupon-upper .shop-name {
	top: 120px;
	left: 85px;
	color: #fff;
	font-size: 14px;
}

.coupon-listitem:hover {
	background: #22A8AA url(../images/coupon.png);
	background-position: -123px 0;
	width: 241px;
	height: 150px;
	position: relative;
}

.shop-order-keyword {
	margin-top: 20px;
}

.input-search {
	position: relative;
}

.input-search-btn {
	position: absolute;
	top: 0;
	right: 10px;
	height: 100%;
	padding: 0 10px;
	background: 0 0;
	border: none;
	border-radius: 0 200px 200px 0;
	color: #333;
	outline: none;
}

.input-search .form-control {
	border-radius: 200px;
	height: 42px;
	line-height: 42px;
	padding-left: 25px;
}

.input-search-btn+.form-control {
	padding-right: 50px;
}

.shop-order-list.state-1 {
	border-color: #999;
	padding: 0 15px;
	margin-bottom: 30px;
}

.shop-order-list.state-1 .shop-order-top {
	border: 1px solid #999;
	padding-top: 20px;
}

.shop-order-list.state-1 .ting h4 {
	color: #333;
	margin-bottom: 10px;
}

.shop-order-list .ting .info {
	margin-right: 10px;
}

.shop-order-list .price {
	font-size: 18px;
	color: #ff6060;
}

.shop-order-bottom img {
	width: 100px;
}

.shop-order-list.state-1 .shop-order-bottom {
	border: 1px solid #999;
	border-top: 0;
	padding: 20px;
}

.shop-order-bottom .media-body {
	float: left;
	overflow: hidden;
	max-width: 300px;
	margin-left: 10px;
}

.shop-order-bottom .media-left {
	float: left;
}

.modal label {
	font-weight: 400;
	color: #ff6060;
}

.shop-order-more-body th {
	font-weight: 400;
	text-align: center;
	padding: 10px !important;
	border-bottom-width: 1px !important;
}

.shop-order-more-body td {
	font-weight: 400;
	text-align: center;
	padding: 8px !important;
	vertical-align: middle;
	background: #fff !important;
}

.myinfo-right .panel-default {
	margin-bottom: 20px;
}

.myinfo-right .panel-body {
	padding: 15px;
}

.myinfo-right .myinfo-right-li {
	height: 40px;
	line-height: 40px;
}

.myinfo-btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	background: #015198;
	color: #fff;
	cursor: pointer;
	margin: 30px auto 10px auto;
	outline: none;
	border: 0;
	font-size: 16px;
	display: block;
}

.paym-btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	background: #015198;
	color: #fff;
	cursor: pointer;
	outline: none;
	border: 0;
	font-size: 16px;
	display: block;
}

.payment-top-address {
	min-height: 300px;
}

.payment-top-address button {
	margin-left: 100px;
}

.address-btn {
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
	background: hsla(176, 60%, 40%, 1);
	color: #fff;
	cursor: pointer;
	outline: none;
	border: 0;
	font-size: 16px;
}

.address-listing.active {
	background-color: #f5f5f5;
	border: 1px solid hsla(176, 60%, 40%, 1);
}

.address-listing {
	background: #fff;
	padding: 25px 15px;
	position: relative;
	margin: 20px 0 0px 0;
	border: 1px solid #ccc;
	cursor: pointer;
}

.address-listing h5 {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
}

.address-listing p {
	margin-bottom: 0;
}

.address-remove {
	position: absolute;
	right: 15px;
	top: 15px;
	display: block;
	cursor: pointer;
}

#confirmBox {
	width: 280px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -70px 0 0 -140px;
	height: 140px;
}

#confirmBox p {
	font-size: 16px;
	height: 100px;
	background: #fff;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
	border-radius: 6px 6px 0 0;
	padding: 40px 20px 0 20px;
}

#confirmButtons {
	text-align: center;
	background: #fff;
	border-radius: 0 0 6px 6px
}

#confirmBox .button {
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	border: none;
	width: 50%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
}

#confirmBox .button.blue {
	border-right: 1px solid #ccc;
}

#confirmOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
	z-index: 100000;
}

#confirmBox .delete-btn {
	background: #fff;
	color: #015198;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	border: none;
	width: 49%;
	text-align: center;
	font-size: 16px;
	display: inline-block;
}

#confirmBox .delete-btn1 {
	border-right: 1px solid #ccc;
}

.sec-story {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pay-success h1 {
	font-size: 28px;
	margin-bottom: 15px;
}

.pay-success p {
	margin-bottom: 10px;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.red-600 {
	color: #015198 !important;
}

.font-size-20 {
	font-size: 20px !important;
}

.pay-success img {
	width: 100px;
	margin: 30px auto;
}

.payment-main {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 40px;
}

.payment-type {
	margin-bottom: 20px;
	margin-top: 30px;
}

.payment-type h4 {
	margin-bottom: 20px;
}

.payment-type ul {
	margin-bottom: 10px;
	padding: 0;
}

.payment-type li {
	width: 150px;
	float: left;
	margin-right: 15px;
	list-style: none;
}

.payment-type label {
	border: 1px solid #ccc;
	color: #333;
	cursor: pointer;
	font-size: 16px;
}

.smedia-search {
	text-align: left;
	float: left;
	padding-left: 10px;
	margin-top: 15px;
}

.smedia-search p {
	margin-bottom: 0;
}

.smedia-search h4 {
	margin-bottom: 10px;
}

.smedia-name .pname {
	font-size: 16px;
}

.smedia-name {
	padding-top: 12px;
	margin-left: 40px;
}

.smedia-name .pnameset {
	font-size: 16px;
	text-align: center;
}

.smedia-name .pnameset {
	font-size: 14px;
	text-align: center;
}

.smedia-name .pprice {
	font-size: 16px;
	text-align: center;
	color: #ff6060;
}

.youhui .btn.btn-default {
	background: #e98417;
	color: #fff;
}

.payment-type input.labelauty+label {
	padding: 10px 0;
	display: block;
	text-align: center;
}

.payment-type label.active {
	background: hsla(176, 60%, 40%, 1);
	border: 1px solid hsla(176, 60%, 40%, 1);
	color: #fff;
}

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

.payment-total span {
	color: #015198;
	margin: 0 5px;
}

.product-infos {
	margin: 80px 0 60px 0;
}

.panel-heading {
	height: 40px;
	line-height: 40px;
	background: #015198;
	color: #fff;
	padding-left: 15px;
}

.youhui {
	margin-top: 20px;
}

.mt-loginset {
	margin: 80px 0 100px 0;
}

.login-area {
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	padding: 23px 30px 30px;
	color: #333;
}

.login-info {
	margin-top: 40px;
}

.login-btn,
.register-btn {
	height: 40px;
	width: 120px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	background: hsla(176, 60%, 40%, 1);
	color: #fff;
	margin-top: 30px;
	cursor: pointer;
	font-size: 16px;
	display: inline-block;
}

.back-btn {
	height: 40px;
	width: 120px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	background: hsla(176, 60%, 40%, 1);
	color: #fff;
	margin: 15px 0;
	cursor: pointer;
	font-size: 16px;
}

.payall-btn {
	height: 40px;
	width: 120px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	background: hsla(176, 60%, 40%, 1);
	color: #fff;
	margin: 15px auto;
	cursor: pointer;
	font-size: 16px;
}

.login-area h4 {
	font-size: 34px;
	color: #2b2b2b;
}

.mt-loginset h5 {
	font-size: 18px;
	margin-top: 40px;
}

.mt-loginset img {
	width: 240px;
}

.login-info .right a {
	color: #ff6060;
}

.mt-product-table th {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	padding-bottom: 10px !important;
	color: #e98417;
	font-weight: 400;
	border-bottom: 1px solid #ccc !important;
	vertical-align: middle !important;
	text-align: center;
}

.mt-product-table td {
	border-top: 0;
	border-bottom: 1px solid #ccc;
	vertical-align: middle !important;
	text-align: center;
	font-size: 16px;
}

.mt-product-table .pname {
	font-size: 16px;
}

.container-item{
	width: 106px;
	overflow: hidden;
	padding: 10px 0;
	display: inline-block;
}

.mt-product-table .product-name {
	font-size: 16px;
	line-height: 20px;
	display: block;
	padding: 69px 0 0;
	color: #757575;
}

.total-num span {
	width: 26px;
	display: inline-block;
	text-align: center;
	background: #ff9933;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	height: 26px;
	line-height: 23px;
	text-align: center;
	display: inline-block;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
	font-size: 18px;
}

.uploadlist input[type="radio"] {
	margin-right: 10px;
}

.uploadlist input[type="file"] {
	margin-left: 40px;
	display: inline-block;
}

.slowlistadd .btn {
	margin-top: -10px;
}

.slowlistadd input {
	min-width: 120px;
}

.slowlistadd input[type="checkbox"] {
	min-width: 40px;
}

.total-num input {
	width: 30px;
	text-align: center;
	color: #ff9933;
	border: 0;
	outline: none;
	background: none;
	margin: 0 2px;
}

strong {
	font-weight: 400;
}

.mt-product-table .price {
	font-size: 16px;
	line-height: 20px;
	float: left;
	padding: 81px 0 0;
	color: #494949;
}

.mt-product-table .product-number {
	font-size: 16px;
	display: block;
	color: #757575;
}

.mt-product-table .product-number input {
	width: 40px;
}

.mt-product-table .iconshanchu {
	font-size: 16px;
	line-height: 20px;
	color: #ff6060;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.myinfo-right {
	padding: 60px 0;
}
.modal-header .close span {
    font-size: 26px;
}
.checkcity select {
    width: 120px;
    margin-right: 10px;
    display: inline-block;
}
.checkcity .form-group {
    width: 120px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.modal-header .close {
    font-weight: 400;
    opacity: 1;
    color: hsla(176, 60%, 40%, 1);
}
@media(max-width:768px) {
	.usercenter-right {
		padding: 20px 0;
	}

	.smedia-name {
		margin-left: 0;
	}

	.shop-order-bottom img {
		width: 80px;
	}

	.smedia-search {
		margin-top: 5px;
	}
}

@media(max-width:480px) {
	.payment-type li {
		width: 130px;
	}

	.payment-type {
		margin-top: 20px;
	}

	.usercenter-left {
		margin-bottom: 20px;
	}

	.myinfo-right {
		padding: 20px 0;
	}

	.related-products .mt-product1 {
		width: 49%;
		padding-right: 1%;
	}

	.sec-story {
		padding: 40px 0;
	}

	.mt-about-sec {
		padding: 40px 0 0 0;
	}

	.mt-loginset {
		margin: 30px 0;
	}

	.login-area {
		padding: 12px;
		margin-bottom: 20px;
	}

	.login-info {
		margin-top: 10px;
	}

	.shop-order-list .ting {
		padding-bottom: 5px;
	}
}
