/* 顶部样式 */
.top-guanggao {
	position: relative;
	min-height: 20px;
}
.top-guanggao-cancel {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}
.top-guanggao-cancel i {
	display: block;
	float: right;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 16px;
	font-size: 26px;
	background: rgba(45, 45, 45, .3);
	color: #fff;
	cursor: pointer;
}

.good-top-tips {
	position: relative;
	min-height: 20px;
	background-color: red;
}
.good-top-tips-cancel {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}
.good-top-tips-cancel i {
	display: block;
	float: right;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 16px;
	font-size: 26px;
	background: rgba(45, 45, 45, .3);
	color: #fff;
	cursor: pointer;
}

.header_con {
	background: #333;
	color: #b0b0b0;
	height: 40px;
	border-bottom: 1px solid #dddddd;
	font-size: 12px;
}

.header {
    background: #333;
	width: 1200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}

.header a {
	color: #b0b0b0;
}

.header a:hover {
	color: #fff;
}

.login_info em {
	color: #ffffff
}

.login_btn span,.user_link span,.options span {
	color: #cecece;
	margin: 0 10px;
}

/* 右侧导航 & 返回顶部 */
.right-bar {
	position: fixed;
	z-index: 10000;
	right: 0;
	bottom: 100px;
	width: 72px;
}

.right-bar ul {
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,.1);
}

.right-bar li:not(:first-child) {
	border-top: 1px solid #eee;
}

.right-bar a {
	display: block;
	text-align: center;
	padding:15px 0;
}

.right-bar a:hover {
    color: #0173BC;
}

.right-bar a i {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0px auto;
	background: url(../images/slices/right_bar.svg) no-repeat;
}

.right-bar .center i {
	background-position: -1px 0px;
}

.right-bar .center:hover i {
	background-position: -1px -34px;
}

.right-bar .service i {
	background-position: -35px 0px;
}

.right-bar .service:hover i {
	background-position: -35px -34px;
}

.right-bar .cart i {
	background-position: -68px 0px;
}

.right-bar .cart:hover i {
	background-position: -68px -34px;
}

.right-bar .top-box {
	height: 80px;
	margin-top: 20px;
}

.right-bar .top {
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	display: none;
	padding: 22px 0;
}

.right-bar .top i {
	background-position: -103px 0px;
}

.right-bar .top:hover i {
	background-position: -103px -34px;
}

.header .cart_nav_box {
    position: relative;
    display: inline-block;
    min-width: 111px;
    margin-left: 10px;
}

.header .cart_nav_box .cart_nav_link {
    display: block;
    background: #535353;
    text-align: left;
    text-indent: 42px;
		padding-right: 15px;
}

.header .cart_nav_box .cart_nav_link:hover {
    background: #0173BC;
    color: #ffffff;
}

.header .cart_nav_box .cart_nav_link::before {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/slices/cart.svg) no-repeat 0px -1px;
    top: 9px;
    left: 15px;
}

.header .cart_nav_box .cart_nav_link:hover::before {
    background-position: -24px -1px;
}

.header .cart_nav_box:hover .cart_nav_goods {
    display: block;
}

.header .cart_nav_box .cart_nav_goods {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 99999999;
    width: 454px;
    padding: 20px 10px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    transform: translateY(-2px);
    line-height: 22px;
}

.header .cart_nav_box .cart_nav_goods a:hover {
    color: #b0b0b0;
}

.header .cart_nav_box .cart_nav_goods_box {
	max-height: 250px;
	overflow: auto;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_line {
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_line .col0 {
    width: 5%;
    line-height: 65px;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_line .col1 {
    width: 20%;
    vertical-align: middle;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_line .col2 {
    width: 70%;
    line-height: 22px;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_line .col2 .goods_title {
    margin-top: 10px;
    color: #666666;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_line .col2 .goods_count em {
    display: inline-block;
    width: 100px;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_line .col3 {
    width: 5%;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_line img {
    height: 60px;
    width: 80px;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_no_goods {
    padding: 50px 0;
    text-align: center;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_calc {
    margin-top: 20px;
	line-height: 40px;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_calc {
    font-size: 14px;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_calc span {
    color: #666666;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_calc .price-symbol {
    font-size: 14px;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_calc .price-int {
    color: #FF0036;
    font-size: 24px;
}

.header .cart_nav_box .cart_nav_goods .cart_nav_goods_calc .price-decimal {
    color: #FF0036;
    font-size: 14px;
}

/* 导航栏（logo、搜索框）样式 */
.nav_con {
	position: relative;
}

.nav_box {
	width: 1200px;
	height: 104px;
	margin: 0 auto;
}

.logo {
	width: 130px;
	height: 34px;
	margin: 35px 0 0 0;
}

.login_logo {
	width: 128px;
	height: 34px;
}

.logo a, .login_logo, .reg_logo {
    display: block;
    width: 128px;
		height: 34px;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../images/slices/logo.svg) no-repeat;
}

.login_logo_reg {
	display: block;
	width: 179px;
	height: 49px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/slices/logo.svg) no-repeat;
}

.navlist {
    position: relative;
	height: 104px;
	line-height: 104px;
}

.navlist>li {
	float: left;
}

.navlist .nav-link-item {
    display: inline-block;
}

.navlist .nav-link-item a {
	position: relative;
	color: #333;
	font-size: 16px;
	display: inline-block;
	padding: 0 10px;
}

.navlist .nav-link-item a:hover {
	color: #0173BC;
}

.navlist>li:hover .nav-goods {
	display: block;
	z-index: 101;
}

.navlist .nav-category .all_category {
	position: relative;
	color: #333;
	font-size: 16px;
	display: inline-block;
	padding: 0 10px;
	text-indent: 27px;
}

.navlist .nav-category .all_category i {
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	top: 41px;
	background: url(../images/slices/all-cate.svg) no-repeat -1px -1px;
}

.nav-goods {
	padding: 20px 0;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 115px;
	border-top: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.nav-goods-list {
	width: 1200px;
	margin: 0 auto;
}

.nav-goods-list li {
	float: left;
	width: 200px;
	line-height: 25px;
}

.nav-goods-list li .goods-img {
	padding: 0 20px;
}

.nav-goods-list li:not(:last-of-type) .goods-img {
	border-right: 1px solid #eee;
}

.nav-goods-list li img {
	width: 160px;
	height: 120px;
}

.nav-goods-list li p {
	text-align: center;
	width: 160px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
}

.nav-goods-list li p.prize {
	color: #da260e;
}

.search_wrap {
	width: 318px;
	height: 60px;
	margin-top: 26px;
}

.search_con {
	width: 316px;
	height: 48px;
	border: 1px solid #e6e6e6;
}

.search_con .input_text {
	width: 230px;
	height: 48px;
	line-height: 48px;
	border: 0px;
	margin-left: 10px;
	outline: none;
	font-size: 12px;
	color: #737272;
}

.search_con .input_btn_box {
	position: relative;
	width: 48px;
	height: 48px;
	float: right;
	background-color: #ffffff;
	border-left: 1px solid #e6e6e6;
	color: #fff;
}

.search_con .input_btn_box em {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images//slices/search.svg) 4px 3px no-repeat;
	top: 10px;
	right: 10px;
}

.search_con .input_btn {
	outline: none;
	border: 0px;
	width: 48px;
	height: 48px;
	position: relative;
	z-index: 9999;
	opacity: 0;
	cursor: pointer;
}

.search_con:hover {
	border: 1px solid #0173BC;
}

.search_con:hover .input_btn_box {
	border-left: 1px solid #0173BC;
	border-color: #0173BC;
	background-color: #0173BC;
}

.search_con:hover .input_btn_box em {
	background-position: 4px -21px;
}

.search_con.focus {
	border: 1px solid #0173BC;
}

.search_con.focus .input_btn_box {
	border-left: 1px solid #0173BC;
	border-color: #0173BC;
	background-color: #0173BC;
}

.search_con.focus .input_btn_box em {
	background-position: 4px -21px;
}

.search_suggest {
	width: 618px;
	height: 26px;
}

.search_suggest li {
	float: left;
}

.search_suggest li a {
	color: #999;
	line-height: 24px;
	margin-right: 15px;
}

.search_suggest li a:hover {
	color: #f80;
}

/* 菜单、幻灯片样式 */
.main-bg {
	background: #f7f7f7;
	padding: 20px 0;
}

.main-goods-bg {
	background: #ffffff;
	/* padding: 20px 0; */
}

.main-box {
	background: #fff;
	width: 1168px;
	margin: 0 auto;
	padding: 0 15px;
}

.main-box-pad {
	padding: 15px;
	margin-top: 10px;
}

.pos_center_con-bg {
	background: #f7f7f7;
}

.pos_center_con {
	width: 1200px;
	height: 450px;
	margin: 0 auto;
	position: relative;
}

.points {
	width: 968px;
	height: 10px;
	position: absolute;
	z-index: 10;
	right: 20px;
	bottom: 20px;
	text-align: right;
}

.points li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	cursor: pointer;
	transition: all 800ms ease;
}

.points li.active {
	background-color: #ffffff;
	width: 26px
}

.adv {
	width: 240px;
	height: 270px;
	overflow: hidden;
	background-color: gold;
}

.adv a {
	display: block;
	float: left;
}

.slide {
	width: 100%;
	height: 450px;
	position: relative;
}

.slide li {
	width: 100%;
	height: 450px;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.slide li .img {
	width: 1200px;
	height: 450px;
	margin: 0 auto;
	cursor: pointer;
}

.slide li .img img {
	width: 1200px;
	height: 450px;
}

.prev,.next {
	width: 36px;
	height: 70px;
	background: url(../images/slices/fangxiang.svg) -3px -4px no-repeat;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 190px;
	cursor: pointer;
	margin-left: -367px;
}

.next {
	background-position: -43px -4px;
	left: 50%;
	margin-left: 563px
}

.prev:hover, .next:hover {
	background-color:rgba(0, 0, 0, .1)
}

.navbar {
    width: 1200px;
    margin: 0 auto;
}

.sub_menu_con {
	width: 232px;
	position: relative;
}

.sub_menu_con:hover .sub_menu {
	display: block;
}

.sub_menu {
    margin-left: 0px;
	background: #505050;
	color: #666;
	width: 232px;
	height: 442px;
	padding: 4px 0;
	font-size: 15px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	/* display: none; */
	/* box-shadow: 3px 3px 5px rgba(0, 0, 0, .3); */
}

.index_menu .sub_menu {
    display: block;
    background: rgba(0,0,0,0.66);
}

.sub_menu li {
    position: relative;
	height: 34px;
	line-height: 34px;
}

.sub_menu li:hover {
	background: #d9d9d9;
	cursor: pointer;
}

.sub_menu li:hover .level2 {
    display: block;
}

.sub_menu li .level1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sub_menu .level1 a {
    display: block;
    padding: 0 30px;
	color: #fff;
	background: url(../images/slices/category.svg) no-repeat 190px center;
}

.sub_menu li:hover {
	background: #2d97cd;
}

.sub_menu .level2 {
	display: none;
	background: #8c9494;
	width: 232px;
	padding: 4px 0;
	position: absolute;
	left: 232px;
	top: -5px;
	z-index: 100;
	box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}

.sub_menu .list_group {
    position: relative;
}

.sub_menu .list_group:hover {
    background: #2d97cd;
    cursor: pointer;
}

.sub_menu .group_name {
    display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sub_menu .has_child {
    background: url(../images/slices/category.svg) no-repeat 190px center;
}

.sub_menu .group_name a {
    display: block;
    padding: 0 30px;
    color: #fff;
}

.sub_menu .list_group:hover .group_detail {
    display: block;
}

.sub_menu .group_detail {
	display: none;
	position: absolute;
	background: #fff;
	min-width: 250px;
	padding: 4px 0;
	top: -4px;
	left: 232px;
	z-index: 100;
	box-shadow: 3px 0px 10px rgba(0, 0, 0, .3);
}

.sub_menu .group_detail .level3 {
    height: 34px;
	line-height: 34px;
}

.sub_menu .group_detail a {
    display: block;
    padding: 0 30px;
	color: #666;
	white-space: nowrap;
}

.sub_menu .group_detail .level3:hover {
    background: #2d97cd;
}

.sub_menu .group_detail .level3:hover a {
    color: #fff;
}

.nav_search_box {
    display: none;
}

.nav-category {
	position: absolute;
	left: 15px;
	top: 0;
}

.nav-category .sub_menu {
	position: absolute;
	top: 104px;
	left: -144px;
}

.nav-link {
    margin-left: 98px;
}

.nav-new {
    position: relative;
    margin-right: 15px;
}

.nav-new img {
    width: 24px;
    position: absolute;
    top: 38px;
    right: -15px;
}

/* 热门商品分类 */
.hot-category {
	width: 1212px;
	margin: 10px auto 20px;
}

.hot-category ul li {
	float: left;
	margin: 10px 6px 0;
}

.hot-category ul li img {
	width: 291px;
	height: 170px;
	transition: all 0.2s linear 0s;
}

.hot-category ul li img:hover {
	box-shadow: 3px 3px 15px rgba(0,0,0,.2);
	transform: translateY(-2px);
}

/* 商品列表样式 */
.floor {
	/*background: #f5f5f5;*/
	/*padding-bottom: 30px;*/
}

.list_model {
	width: 1200px;
	margin: 0 auto;
}

.list_model:not(:first-child) {
	margin-top: 20px;
}

.list_title {
	height: 64px;
	line-height: 64px;
	font-size: 16px;
}

.list_title h3 {
	font-size: 24px;
	font-weight: normal;
}

.subtitle {
	float: right;
}

.subtitle li {
	margin-left: 30px;
	float: left;
}

.subtitle a {
	color: #666666;
	font-size: 16px;
	padding-bottom: 5px;
}

.subtitle .active a {
	color: #0173BC;
	/* font-weight: bold; */
	border-bottom: 2px solid #0173BC;
}

.goods_banner {
	width: 232px;
}

.goods_num8 .goods_con {
	height: 542px;
}

.goods_num8 .goods_banner img {
	width: 232px;
	height: 542px;
	transition: all 0.2s linear 0s;
}

.goods_num4 .goods_con {
	height: 266px;
}

.goods_num4 .goods_banner img {
	width: 232px;
	height: 266px;
	transition: all 0.2s linear 0s;
}

.goods_banner img:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	transform: translateY(-2px);
}

.goods_list {
	width: 968px;
	display: none;
}

.goods_list.active {
	display: block;
}

.goods_list li {
	height: 234px;
	width: 200px;
	padding: 16px;
	float: left;
	background: #fff;
	margin: 0 0 10px 10px;
	transition: all 0.2s linear 0s;
}

.goods_list li:hover {
	box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    transform: translateY(-2px);
}

.bottom-guanggao {
	width: 1200px;
	margin: 20px auto 0;
}

.bottom-guanggao a img {
	width: 595px;
	height: 130px;
	float: left;
}

.bottom-guanggao a:nth-child(odd) img {
	margin-right: 10px;
}

/* 分类页面 */
.child-cat {
	/*background: #f5f5f5;*/
}

.list-cat {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}
.list-cat:first-child {
    /*padding-top: 30px;*/
}
.list-cat:last-child {
    /*padding-bottom: 30px;*/
}

.cat-title {
	height: 40px;
	line-height: 40px;
}

.cat-title h3 {
	font-size: 20px;
	float: left;
}

.cat-title .all {
	float: right;
	padding-right: 20px;
	background: url(../images/go.png) no-repeat right center;
}

.cat-title .all a:hover {
	color: #ff8800;
}

.cat-image {
	width: 300px;
	height: 500px;
	transition: all 0.2s linear 0s;
}

.cat-image img {
	width: 300px;
	height: 510px;
}

.cat-image:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	transform: translateY(-2px);
}

.cat-goods {
	width: 900px;
	height: 510px;
	display: none;
}

.cat-goods.active {
	display: block;
}

.cat-goods li {
	background: #fff;
	width: 215px;
	height: 240px;
	padding: 5px 0;
	margin: 0 0 10px 10px;
	float: left;
	transition: all 0.2s linear 0s;
}

.cat-goods li>a, .cat-goods2 li>a {
	display: block;
	width: 200px;
	margin: 3px auto 0;
}

.cat-goods li>a img, .cat-goods2 li>a img {
	width: 200px;
	height: 150px;
}

.cat-goods li:hover, .cat-goods2 li:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	transform: translateY(-2px);
}

.cat-goods li h3, .cat-goods2 li h3 {
    width: 200px;
	margin: 2px auto;
	height: 20px;
}

.cat-goods li h4, .cat-goods2 li h4 {
    text-align: left;
	height: 40px;
	overflow: hidden;
}

.cat-goods li h4>a, .cat-goods2 li h4>a {
	color: #333;
	display: block;
	width: 200px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 20px;
}

.cat-goods li p, .cat-goods2 li p {
    color: #333;
	display: block;
	width: 200px;
	text-align: left;
	margin: 0 auto;

	line-height: 20px;
}

.cat-title2 {
	height: 40px;
	line-height: 40px;
}

.cat-title2 h3 {
	float: left;

}

.cat-title2 h3 a {
	color: #777;
}

.cat-title2 h3 span {
	color: #bbb;
	margin: 0 5px;
}

.cat-goods2 {
    width: 1210px;
    margin: 0 auto;
}

.cat-goods2 li {
    background: #fff;
	width: 232px;
	padding: 10px 0;
	margin: 0 10px 10px 0;
	float: left;
	transition: all 0.2s linear 0s;
}

/* 页面底部样式 */
.footer {
	background-color: #fff;
}

.footer-desc {
	width: 1200px;
	margin: 0 auto;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #e5e5e5;
	color: #B0B0B0;
	font-size: 18px;
}

.footer-desc .footer-desc-item {
    position: relative;
	float: left;
	width: 20%;
}

.footer-desc span::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background: url(../images/slices/footer-desc.svg);

}

.footer-desc .gxjs {
	width: 20%;
	text-align: left;
}

.footer-desc .gxjs span::before {
	background-position: -4px -4px;
}

.footer-desc .stwly {
	width: 30%;
	text-align: center;
}

.footer-desc .stwly span::before {
	background-position: -52px -4px;
}

.footer-desc .mfbx {
	width: 30%;
	text-align: center;
}

.footer-desc .mfbx span::before {
	background-position: -100px -4px;
}

.footer-desc .zyjszc {
	width: 20%;
	text-align: right;
}

.footer-desc .zyjszc span::before {
	background-position: -148px -4px;
}


.footer-help {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 30px;
}

.footer-help .help-list {
	width: 25%;
	float: left;
	text-align: center;
}

.footer-help .help-list h3 {
	font-size: 18px;
	padding: 20px 0;
	color: #666;
}

.footer-help .help-list li {
	line-height: 30px;
}

.footer-help .help-list li a {
	color: #666;
}

.footer-help .help-list li a:hover {
	color: #0173BC;
}

.footer .footer-link-bg {
	background: #e8e8e8;
	padding: 15px 0;
}

.footer .footer-link {
    width: 1200px;
	margin: 0 auto;
}

.footer .footer-link ul {
    text-align: left;
	float: left;
	width: 410px;
}

.footer .footer-link li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    padding: 5px;
	width: 115px;
    height: 40px;
	background: #ffffff;
	border-radius: 2px;
	text-align: center;
}

.footer .footer-link li img {
    height: 40px;
}

.footer .footer-link li .icon {
    margin-right: 5px;
}

.footer .footer-link li a {
    display: inline-block;
    color: #888;
}

.footer .footer-link li a:hover {
    color: #f00;
}

.footer p, .footer p a {
	margin-top: 5px;
	color: #999;
	text-indent: 30px;
}

.footer-link .footer-link2 {
	float: left;
	width: 500px;
	text-align: left;
}

.footer .footer-line1 {
    line-height: 16px;
}

.footer .footer-line1 a {
    text-decoration: underline;
}

.footer .footer-line1 em {
    margin: 0 10px;
}

.footer .footer-line1 img {
    height: 16px;
    vertical-align: sub;
    margin-right: 3px;
}

.footer-link .footer-link3 {
	float: right;
}

.footer-link .footer-link3 .outer-link {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
}

.footer-link .footer-link3 .outer-link.bilibili {
	background: url(../images/slices/bilibili.svg);
}

.footer-link .footer-link3 .outer-link.weibo {
	background: url(../images/slices/weibo.svg);
}

.footer-link .footer-link3 .outer-link:hover .outer-link-popup {
	display: block;
}

.footer-link .footer-link3 .outer-link .outer-link-popup {
	display: none;
	position: absolute;	
	z-index: 9999999;
	padding: 5px;
	width: 180px;
	height: 180px;
	background: #ffffff;
	box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
	border-radius: 5px;
	bottom: 65px;
	right: -70px;
}

.footer-link .footer-link3 .outer-link .outer-link-popup::after {
	content: "";
	display: block;
	position: absolute;
	left: 85px;
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #ffffff;
}

.footer-link .footer-link3 .outer-link img {
	width: 180px;
	height: 180px;
}

/* 二级页面面包屑导航 */
.breadcrumb {
	width: 1200px;
	margin: 15px auto;
	color: #333;
}

.breadcrumb a:hover {
	color: #e4393c
}

.main_wrap {
	width: 1200px;
	margin: 0 auto;
}

.l_wrap {
	width: 200px;
}

.r_wrap {
	width: 980px;
}

/* 商品列表样式 */

.sort_bar {
	height: 30px;
	background-color: #fff;
	padding: 10px;
}

.sort_bar a {
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	float: left;
}

.sort_bar .active {
	color: #0173BC;
}

.sort_bar .price_sort::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	top: 3px;
	right: -3px;
	background: url(../images/slices/sort.svg) no-repeat 0px 0px;
}

.sort_bar .price_sort.asc::after {
	background-position: 0px -24px;
}

.sort_bar .price_sort.desc::after {
	background-position: 0px -49px;
}

.goods_type_list {
	margin: 10px auto 0;
}

.goods_type_list.category {
	width: 968px;
	display: none;
	margin: 0;
}

.goods_type_list.category.active {
	display: block;
}

.goods_type_list.category li {
	margin: 0 0 10px 10px !important;
}

.goods_type_list li {
	width: 232px;
	height: 266px;
	/*border: 1px solid #ddd;*/
	background: #fff;
	float: left;
	margin: 5px 0 5px 10px;
	/*box-shadow: 1px 1px 10px rgba(0,0,0,.1);*/
	transition: all 0.2s linear 0s;
}

.goods_type_list li:nth-child(5n+1) {
	margin-left: 0;
}

.goods_type_list li:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.goods_type_list .match {
	color: #e4393c;
}

.goods_type_list li img {
	width: 200px;
	height: 150px;
	display: block;
	margin: 15px auto 0;
}

.goods_type_list li h3 {
    margin: 0px 16px;
}

.list-spec-no {
    display: inline-block;
    width: 100%;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    color: #B0B0B0;
	font-size: 12px;
}

.goods_type_list li h4 {
	height: 42px;
	padding: 0px 16px;
	/*background: #0a83b7;*/
	background: #fff;
	text-align: left;
	overflow: hidden;
}

.goods_type_list li h4 a {
	font-weight: normal;
	color: #666;

    line-height: 21px;
}

.goods_type_list .operate {
	width: 200px;
	margin: 0 auto;
	position: relative;
	margin-top: 10px;
	height: 23px;
}

.goods_type_list .operate .price {
	color: #FF0036;
	font-size: 16px;
}

.goods_type_list .operate .unit {
	color: #999;
	padding-left: 5px;
}

.goods_type_list .operate .add_goods {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/shop_cart.png?v=20251031);
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 12px;
}

.stop-product {
    position: absolute;
	right: 0;
	top: -2px;
	font-size: 18px;
	color: #f00;
}

/* 分页样式 */
.pagenation {
	height: 32px;
	text-align: center;
	font-size: 0;
	margin: 30px auto;
}

.pagenation a {
	display: inline-block;
	border: 1px solid #d2d2d2;
	background-color: #f8f6f7;
	font-size: 12px;
	padding: 7px 10px;
	color: #666;
	margin: 5px
}

.pagenation .active {
	background-color: #fff;
	color: #43a200
}


/* 商品详情样式 */

.goods_detail_con {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0px;
	position: relative;
}

.goods_detail_pic {
	width: 474px;
	position: relative;
}

.goods_detail_pic .big_image {
	/*border: 1px solid #ededed;*/
	position: relative;
}

.goods_detail_pic .big_image img {
	width: 474px;
	height: 355px;
}

.play-video-btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: url(../images/play.png);
	position: absolute;
	left: 10px;
	bottom: 30px;
	z-index: 99;
}

.exit-video-btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: url(../images/exit.png);
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
}

.play-video-btn:hover, .exit-video-btn:hover {
	cursor: pointer;
}

.goods_detail_pic .goods_slide {
	width: 440px;
	text-align: center;
	margin: 17px auto;
}

.goods_detail_pic .goods_slide ul {
	/* position: absolute;
	left: 0; */
}

.goods_detail_pic .goods_slide ul li {
	/* float: left; */
	display: inline-block;
	margin-bottom: 2px;
}

.goods_detail_pic .goods_slide img {
	width: 80px;
	height: 60px;
	border: 1px solid #ccc;
	margin: 1px;
	cursor: pointer;
}

.goods_detail_pic .goods_slide img:hover {
	border: 2px solid #2887c7;
	margin: 0 ;
}

.goods_prev, .goods_next {
	position: absolute;
	bottom: 15px;
	line-height: 28px;
	text-align: center;
}

.goods_prev a, .goods_next a {
    display: block;
    width: 21px;
    height: 30px;
    border: 1px solid #eee;
	border-radius: 3px;
	color: #ddd;
    font-size: 20px;
    font-weight: bold;
}

.goods_prev a:hover, .goods_next a:hover {
	color: #aaa;
	border-color: #ccc;
}

.goods_prev {
	left: 0;
}

.goods_next {
	right: 0;
}

.goods_detail_list {
	width: 716px;
}

.goods_detail_list h1, .goods_detail_list h1 {
	font-size: 24px;
	line-height: 24px;
	color: #666;
	font-weight: normal;
}

.goods_detail_list .goods_desc {
	color: #ff0036;
	padding: 10px 0;
	font-size: 14px;
}

.goods-base {
	padding: 10px 0;
}

.goods-tag {
    padding-top: 10px;
}

.goods-detail-line {
    margin: 10px 0;
	line-height: 30px;
}

.goods-base .goods-detail-line {
    margin: 10px 0;
	line-height: 22px;
}


.goods-detail-line.number_choose {
    margin: 20px 0;
		line-height: 30px;
}

.goods-detail-line .line-left {
		width: 121px;
    float: left;
    text-indent: 20px;
}

.goods-detail-line .line-right {
    float: left;
		width: 595px;
}

.goods-detail-line .line-right .tag-text {
		position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-right: 6px;
    margin-bottom: 10px;
		min-width: 40px;
		text-align: center;
}

.goods-detail-line .line-right .tag-text.short_count::before {
		content: '\7f3a\8d27';
		background: #ffffff;
		color: #ababab;
		display: block;
		font-size: 10px;
		position: absolute;
		top: -8px;
		right: 2px;
		height: 14px;
		line-height: 14px;
		width: 24px;
		text-align: center;
}

.goods-detail-line .line-right .tag-image {
    margin-right: 6px;
    margin-bottom: 10px;
}

.goods-detail-line .line-right .tag-image.short_count::before {
		content: '\7f3a\8d27';
		background: #ffffff;
		color: #ababab;
		display: block;
		font-size: 10px;
		position: absolute;
		top: -8px;
		right: 2px;
		height: 14px;
		line-height: 14px;
		width: 24px;
		text-align: center;
}

.goods-detail-line .line-right .tag-image img {
    width: 48px;
    height: 36px;
}

.goods-detail-line .line-right .has_goods {
    border: 1px solid #b0b0b0;
}

.goods-detail-line .line-right .current_goods {
    color: #ff0036;
    border: 1px solid #ff0036;
    background: url(../images/selected1.png) right bottom no-repeat;
}

.goods-detail-line .line-right .no_goods {
    color: #b0b0b0;
    border: 1px dashed #e6e6e6;
}

/* .price-box {
	margin-top: 5px;
} */

.pre-sale {
	background-color: #ff0036;
	color: #ffffff;
	height: 36px;
	line-height: 36px;
}

.pre-sale i {
	display: block;
	float: left;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.pre-sale span {
	float: right;
	margin-right: 20px;
}

.price_bar {
    padding: 10px 0 0 0;
	position: relative;
	background: url(../images/slices/price-bg.png);
	min-height: 60px;
}

.price_bar .sale-price {
	font-size: 36px;
	color: #ff0036;
}

.price_bar .origin-price {
	color: #B0B0B0;
	text-decoration: line-through;
}

.price_bar h3 {
	font-size: 36px;
	color: #FF0036;
	text-indent: 20px;
}

.num_add {
	height: 30px;
	line-height: 30px;
	width: 110px;
	border: 1px solid #B0B0B0;
}

.num_add input {
	width: 50px;
	height: 30px;
	text-align: center;
	border: 0px;
	outline: none;
	color: #666
}

.num_add .add,.num_add .minus {
	width: 30px;
	line-height: 27px;
	text-align: center;
	color: #666;
}

.num_add .minus {
	border-bottom: 0px;
}

.cho-tax {
	position: relative;
	width: 142px;
}

.cho-tax .now-tax-box {
	width: 145px;
	height: 30px;
	border: 1px solid #B0B0B0;
}

.cho-tax .now-tax-box .now-tax-tips {
	float: left;
	width: 114px;
	height: 30px;
	text-align: center;
}

.cho-tax .now-tax-box .cho-tax-icon {
	float: right;
	width: 30px;
	height: 30px;
	border-left: 1px solid #B0B0B0;
	background: url(../images/slices/fx-down.svg) no-repeat 8px 11px;
}

/*.cho-tax.do-choose .now-tax-box .cho-tax-icon {
	background: url(../images/slices/fx-up.svg) no-repeat 8px 11px;
}*/

.cho-tax:hover .now-tax-box .cho-tax-icon {
	background: url(../images/slices/fx-up.svg) no-repeat 8px 11px;
}

.cho-tax ul {
	position: absolute;
	display: none;
	width: 145px;
	top: 34px;
	border: 1px solid #E6E6E6;
	text-align: center;
	background: #ffffff;
	box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    transform: translateY(-2px);
	z-index: 9999;
}


/*.cho-tax.do-choose ul {
	display: block;
}*/

.cho-tax:hover ul {
	display: block;
}

.cho-tax ul li {
	height: 48px;
	line-height: 48px;
	cursor: pointer;
}

.cho-tax ul li.active {
	color: #0173BC;
}

.cho-tax ul li:hover {
	color: #0173BC;
	background: #f6f6f6;
}

.agent-price-box {
	border: 1px solid #e6e6e6;
	background: #f5f5f5;
	padding: 15px 8px;
}

.agent-price-box .agent-price-line span {
	display: inline-block;
	width: 91px;
}

.agent-price-box .agent-price-table {
	width: 100%;
}

.agent-price-box .agent-price-table td {
	text-indent: 10px;
	line-height: 20px;
}

.agent-price-box .agent-price-table .agent-price-title {
	color: #b0b0b0;
}

.agent-price-box .agent-price-table em{
	background: #d4d4d4;
	border-radius: 2px;
	font-size: 14px;
	padding: 0 6px;
}

.total {
	height: 35px;
	line-height: 35px;
	margin-top: 25px;
}

.total em {
	font-style: normal;
	color: #ff3e3e;
	font-size: 18px;
	margin-left: 10px;
}

.operate_btn {
	height: 48px;
	position: relative;
}

.seven-day {
	position: relative;
	color: #b0b0b0;
	text-indent: 30px;
	margin-top: 10px;
}

.seven-day::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/slices/time.svg) 24px 0px;
	position: absolute;
	top: 3px;
	left: 0px;
}

.new-add-cart-btn {
	display: inline-block;
	position: relative;
	height: 46px;
	line-height: 46px;
	width: 230px;
	text-align: center;
	text-indent: 35px;
	border: 1px solid #ff0036;
	font-size: 18px;
	color: #ff0036;
}

.new-add-cart-btn.disabled {
	color: #fdd;
	border-color: #fdd;
	cursor: not-allowed;
}

.new-add-cart-btn::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/slices/cart-btn-icon.svg) 24px 0px;
	position: absolute;
	top: 12px;
	left: 60px;
}

.new-add-cart-btn.disabled::before {
	background: url(../images/slices/cart-btn-icon.svg) 0px 0px;
}

.new-buy-now {
	position: relative;
    height: 48px;
    line-height: 48px;
	width: 232px;
	text-align: center;
	display: inline-block;
	background-color: #ff0036;
	vertical-align: top;
	color: #fff;
	margin-right: 10px;
	font-size: 18px;
}

.new-buy-now.disabled {
    background-color: #fdd;
    cursor: not-allowed;
}

.goods_like {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding-left: 23px;
    background: url(../images/slices/btn-like1.svg) no-repeat left center;
    vertical-align: top;
	color: #ff0036;
}

.goods_like:hover {
	background-image: url(../images/slices/btn-like2.svg);
}

.goods_like.like {
    background-image: url(../images/slices/btn-like2.svg);
}

.type_select {
	overflow: hidden;
	/* padding-top: 20px; */
}

.type_select label {
	display: block;
	font-size: 14px;
	line-height: 30px;
	margin-left: 20px;
	background-color: #96acb9;
	padding: 0 20px;
 	color: white;
}

.type_select .type_list {
    margin-top: 14px;
}

.type_select .type_goods {
	margin-left: 6px;
}

.type_select .type_goods_spec {
    position: relative;
    display: block;
	float: left;
	width: 104px;
	height: 115px;
	color: #b0b0b0;
	margin: 10px 0 0 14px;
}

.type_select .type_goods_spec img {
	height: 78px;
	width: 104px;
	border: 1px solid #e6e6e6;
}

.type_select .type_goods_spec span {
    display: block;
    line-height: 16px;
    font-size: 12px;
	text-align: center;
}

.type_select .type_goods_spec:hover img {
	border: 1px solid #b0b0b0;
}

.type_select .type_goods_spec:hover span {
	color: #666666;
}

.type_select .type_goods_spec.active img {
	width: 102px;
	height: 76px;
	border: 2px solid #0173bc;
}

.type_select .type_goods_spec.active span {
	color: #0173bc;
}

.add_jump {
	width: 20px;
	height: 20px;
	background-color: #2887c7;
	position: absolute;
	left: 268px;
	top: 10px;
	border-radius: 50%;
	z-index: 9;
	display: none;
}

.detail_box_bg {
	background: #f7f7f7;
	padding: 20px 0;
}

.detail_box {
    width: 1200px;
	background: #fff;
    margin: 0 auto;
}

.detail_box .detail_top {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
}

.detail_box.is_fixed .detail_top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 1px 5px 15px rgba(0,0,0,.1);
}

.detail_box.is_fixed .detail_tab li:first-child {
    border-left: 1px solid #e6e6e6;
}

.detail_box.is_fixed .detail-operate {
    display: flex;
}

.detail_box .detail-operate .new-add-cart-btn {
    width: 46px;
}
.detail_box .detail-operate .new-add-cart-btn::before {
	top: 12px;
	left: 12px;
}
.detail_box .detail-operate .new-add-cart-btn span {
	display: none;
}

.detail_box.is_fixed .detail_content {
    padding-top: 52px;
}

.detail_box .detail_top .detail_tab {
    width: 1200px;
    margin: 0 auto;
}

.detail_tab li {
    position: relative;
	font-size: 18px;
	width: 170px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.detail_tab li.active {
	position: relative;
	background-color: #0173BC;
	color: #ffffff;
}

.detail_box .detail-operate {
	display: none;
    float: right;
    margin-right: 0;
}

.detail_box .detail_content {
    padding: 10px 15px;
}

.current {
	display: block;
}

.goods_spec {
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
}

.goods_spec ul li {
	width: 20%;
	float: left;
	padding-left: 5%;
	line-height: 220%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.goods_spec .more {
	text-align: right;
	padding-right: 20px;
	line-height: 220%;
}

.tab_content .title {
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #eee;
}

.tab_content .title h3 {
	font-weight: 700;

}

.tab_content .content {
	padding: 10px;
}

/* 登录页 */
.login_top {
	width: 1200px;
	height: 104px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

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

.login_form_bg {
	/* padding: 20px 0; */
	height: 680px;
}

.login_form_wrap {
  position:relative;
	width: 1200px;
	margin: 0 auto;
}

.login_title {
	height: 60px;
	width: 308px;
	margin: 10px auto;
}

.login_title a {
	width: 308px;
    line-height: 26px;
    font-size: 24px;
    color: #666666;
    text-align: center;
    float: left;
    margin-top: 32px;
}

.login_title a.cur {
	color: #666666
}

.login_banner {
	width: 837px;
	height: 600px;
	background-repeat: no-repeat;
	margin: 40px 0px;
}

.code_login_one {
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #0173BC;
	opacity: 1;
	border: 0;
	background: #ffffff;
	margin: 0px 15px;
	cursor: pointer;
}

.code_login_two {
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #666666;
	opacity: 1;
	border: 0;
	background: #ffffff;
	margin: 0px 15px;
	cursor: pointer;
}

.center_up {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
}

.up_line {
	width: 1px;
	height: 16px;
	background: #E6E6E6;
	opacity: 1;
}

.pwd_login_one {
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #0173BC;
	opacity: 1;
	border: 0;
	background: #ffffff;
	margin: 0px auto;
}

.pwd_login_two {
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #666666;
	opacity: 1;
	border: 0;
	background: #ffffff;
	margin: 0px auto;
}

.phone_register_one {
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #0173BC;
	opacity: 1;
	border: 0;
	background: #ffffff;
	margin: 0px auto;
}

.phone_register_two {
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #666666;
	opacity: 1;
	border: 0;
	background: #ffffff;
	margin: 0px auto;
}

.email_register_one {
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #0173BC;
	opacity: 1;
	border: 0;
	background: #ffffff;
	margin: 0px auto;
}

.email_register_two {
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #666666;
	opacity: 1;
	border: 0;
	background: #ffffff;
	margin: 0px auto;
}

.login_form {
	position: absolute;
	width: 353px;
	height: 600px;
	background-color: #fff;
	top: 40px;
	right: 0px;
}

.form_con {
	width: 314px;
	margin: 0 auto;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #B0B0B0;
}

.txt_input {
	line-height: 24px;
	width: 314px;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	opacity: 1;
	outline: none;
 	font-size: 14px;
	text-indent: 10px;
}

.txt_input.code {
	width: 58%;
	float: left;
}

.login_form img {
	width: 40%;
	height: 38px;
	float: right;
}

.error_input {
	border-color: #f00;
}

.error_msg {
	color: #f00;
	height: 20px;
	line-height: 20px;
	clear: both;
	animation: errorSlideIn 0.5s ease-out;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes errorSlideIn {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(2px);
	}
	60% {
		transform: translateX(-3px);
	}
	70% {
		transform: translateX(3px);
	}
	80% {
		transform: translateX(-2px);
	}
	90% {
		transform: translateX(2px);
	}
	100% {
		opacity: 1;
		transform: translateY(0) translateX(0);
	}
}

.more_input {
	height: 20px;
	display: flex;
	align-items: center;
}

.input_submit {
	width: 100%;
	height: 48px;
	background-color: #0173BC;
	color: #fff;
	font-size: 18px;
	border: 0px;
	cursor: pointer;
	top: 54px;
	position: relative;
}

.rem_pwd {
	position: absolute;
	right: 16px;
}

.rem_pwd .checkbox-style {
	position: relative;
	top: 2px;
}

.third_party {
	text-align:center;
	position: absolute;
	top:456px;
}

.third_party_text {
	font-size: 14px;
	color: #B0B0B0;
}

.third_party_line {
	display:inline-block;
  width:87px;
  border-top:1px solid #E6E6E6;
  vertical-align:5px;
	margin: 0px 20px;
}

.third_party_pin {
	border-top: 1px solid #e0e0e0;
	margin-top: 52px
}

.qq_login {
	border: 0;
    width: 48px;
    height: 48px;
    background: url(../images/qqlogin.png?v=20251031) no-repeat;
	position: absolute;
    top: 51px;
    left: 113px;
}

.weixin_login {
	border: 0;
	width: 48px;
	height: 48px;
	background: url(../images/weixinlogin.png?v=20251031) no-repeat;
	position: absolute;
	top: 51px;
	right: 113px;
}

.qq_login:hover,.weixin_login:hover,.register_btn:hover {
	color: #2887c7;
	text-decoration: underline
}

.register_btn {
	float: right;
  position: relative;
  top: 74px;
}

.register_form_bg {
  padding: 20px 0;
}

.register_bg {
	background: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

/* 注册页面 */
.register_submit {
	width: 100%;
	height: 48px;
	background-color: #0173BC;
	color: #fff;
	font-size: 18px;
	border: 0px;
	cursor: pointer;
	position: relative;
}

.register_con {
    background-color: #fff;
    width: 716px;
    height: 700px;
		margin: 40px 0;
    display: flex;
    justify-content: space-around;
}

.register_center_up {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		margin-top: 46px;
}

.register_con_from {
    width: 314px;
}

.register_form_wrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.register_banner {
	width: 1200px;
  height: 450px;
  background-repeat: no-repeat;
}

.l_con {
	width: 300px;
}

.reg_logo {
	width: 200px;
	height: 76px;
	float: right;
	margin-right: 30px;
}

.reg_slogan {
	width: 300px;
	height: 30px;
	float: right;
	text-align: right;
	font-size: 22px;
	color: #2887c7;
	margin: 20px 30px 0 0;
}

.reg_banner {
	width: 251px;
	height: 329px;
	background: url(../images/register_banner.png) no-repeat;
	float: right;
	margin: 20px 10px 0 0;
	opacity: 0.5
}

.r_con {
	width: 412px;
	overflow: hidden;
}

.reg_title {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 10px;
	margin-bottom: 35px;
}

.reg_title h1 {
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 24px;
	color: #a8a8a8;
	font-weight: bold;
}

.reg_title span {
	font-size: 14px;
	font-weight: 400;
	color: #B0B0B0;
}

.reg_title a {
  font-size: 14px;
  font-weight: 400;
  color: #0173BC;
}

.reg_form {
	width: 314px;
}

.reg_form .reg_way {
	margin-bottom: 30px;
}

.reg_form li {
	clear: both;
}

.reg_form li input {
	width: 353px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e0e0e0;
	float: left;
	outline: none;
	text-indent: 10px;
	background-color: #f8f8f8
}
.reg_form li .input-txt {
    height: 28px;
	line-height: 28px;
	text-indent: 10px;
}

.reg_form li .msg_input,.reg_form li .email_input {
	width: 235px;
}

.reg_form li .error_tip {
	height: 16px;
	color: #e62e2e;
	clear: both;
}

.reg_form .get_msg_code {
	float: left;
	width: 106px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #e0e0e0;
	margin-left: 10px;
	color: #333;
}

.reg_form .get_msg_code:hover {
	color: #2887c7;
}

.reg_form .pic_code .pin_code {
	float: left;
	width: 110px;
	height: 40px;
	margin-left: 10px;
}

.pin_code {
	width: 110px;
	height: 36px;
	margin-left: 10px;
	font-size: 12px;
	text-indent: 10px;
	position: absolute;
	left: 188px;
	top: 130px;
}

.reg_form li.agreement input {
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 5px;
}

.reg_form li.agreement label {
	width: 228px;
	float: left;
	margin-left: 10px;
	text-align: left;
	height: 24px;
	line-height: 24px;
}


.reg_form li.reg_sub input {
	width: 355px;
	height: 40px;
	background-color: #2887c7;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.sub_page_name {
	font-size: 20px;
	color: #666;
	margin: 60px 0 0 43px
}

/* 绑定用户页 */
.bind_user {
	margin: 50px auto;
	padding: 20px 60px 30px;
	width: 400px;
	border: 1px solid #c6c6c5;
	background-color: #fff;
}

.bind_user .bind_title {
	height: 40px;
	margin: 10px auto;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}

.bind_user .bind_title a {
	line-height: 40px;
	font-size: 18px;
	color: #5e5e5e;
}

.bind_user .bind_con {
	margin: 20px auto;
}

.bind_user .bind_input {
	margin-bottom: 10px;
	width: 398px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e0e0e0;
	background: url(../images/go.png) 280px -41px no-repeat #f8f8f8;
	outline: none;

	text-indent: 10px;
}

.bind_user .bind_submit {
	margin: 10px 0;
	width: 400px;
	height: 40px;
	background-color: #2887c7;
	color: #fff;
	font-size: 20px;
	border: none;
	cursor: pointer;
}

.bind_user .bind_input.bind_code {
	width: 60%;
	float: left;
}

.bind_user .pin_image {
	float: right;
	height: 38px;
	width: 38%;
}

.bind_user .get_code {
	float: right;
	height: 36px;
	line-height: 36px;
	width: 38%;
	text-align: center;
	border: 1px solid #e0e0e0;
	top: 0;
}

.bind_user a:hover {
	color: #f00;
}

.bind_user .bind_link {
	color: #2887c7;
	float: left;
}

.bind_user .find_pass {
	color: #757575;
	float: right;
	margin-left: 5px;
}


/* 购物车页 */
.cart-box {
	width: 1200px;
	margin: 0 auto;
}

.cart_list_th {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.cart_list_th li {
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
}

.cart_list_th .col01 {
	width: 50%;
}

.cart_list_th .col02 {
	width: 12%;
}

.cart_list_th .col03 {
	width: 12%;
}

.cart_list_th .col04 {
	width: 12%;
}

.cart_list_th .col05 {
	width: 12%;
}

.cart_list_th .col06 {
	width: 12%;
}

.cart_list_td {
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
	margin: 0 auto;
	margin-top: -1px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart_list_td li {
	height: 120px;
	line-height: 120px;
	float: left;
	text-align: center;
}

.cart_list_td .col01 {
	width: 4%;
}

.cart_list_td .col02 {
	width: 12%;
}

.cart_list_td .col03 {
	width: 26%;
}

.cart_pre_sale {
	color: #e2231a;
}

.cart_pre_sale i {
	background: #e2231a;
	color: #fff;
	padding: 0 5px;
}

.cart_list_td .col04 {
	width: 6%;
}

.cart_list_td .col05 {
	width: 18%;
}

.cart_list_td .col06 {
	width: 10%;
}

.cart_list_td .col07 {
	width: 24%;
}

.cart_list_td .col08 {
	width: 6%;
	position: relative;
}

.cart_list_td .col02 img {
	width: 100px;
	height: 75px;
	border: 1px solid #ddd;
	display: block;
	margin: 20px auto 0;
}

.cart_list_td .col03 .cart_goods_info_table {
	width: 100%;
	height: 120px;
	text-align: left;
	line-height: 20px;
	display:table; 
	table-layout:fixed;
}

.cart_list_td .col03 em {
	color: #999;
}

.cart_list_td .col03 .cart_goods_info {
	vertical-align:middle;  
    display:table-cell;  
	overflow: hidden;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
}

.cart_list_td .col07 {
    font-weight: bold;
}

.cart_list_td .col07 em {
	font-weight: normal;
	color: #B0B0B0;
}

.cart_list_td .col08 a {
	position: absolute;
	top: 50px;
	left: 25px;
}

.cart_list_td .col06 .num_add {
	width: 98px;
	height: 28px;
	border: 1px solid #ddd;
	margin: 45px auto 0;
}

.cart_list_td .col06 .num_add a {
	width: 29px;
	height: 28px;
	line-height: 28px;
}

.cart_list_td .col06 .num_add input {
	width: 40px;
	height: 28px;
	text-align: center;
	line-height: 30px;
	border: 0px;
	display: block;
	float: left;
	outline: none;
}

.cart_list_td.cart_no_goods {
	text-align: center;
	padding: 50px 0;
}

.cart_list_td.cart_no_goods>span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
	background: url(../images/cart_no_goods.png) no-repeat;
}

.cart-upload-box {
	width: 1150px;
	margin: 20px auto 0;
	padding: 25px;
	background-color: #fff;
}

.cart-upload-box .upload-header {
	margin-bottom: 15px;
}

.cart-upload-box .upload-title {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	line-height: 1.5;
}

.cart-upload-box .csv-template-link {
	color: #0173BC;
	text-decoration: none;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
}

.cart-upload-box .csv-template-link::before {
	content: "🔗";
	margin-right: 5px;
}

.cart-upload-box .file-upload-area {
	border: 2px dashed #E2F5FF;
	border-radius: 8px;
	padding: 40px 20px;
	text-align: center;
	background-color: #F6FBFF;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-bottom: 20px;
}

.cart-upload-box .csv-icon {
	width: 48px;
	height: 48px;
	background-color: #28a745;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
}

.cart-upload-box .upload-text {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.cart-upload-box .file-input {
	display: none;
}

.cart-upload-box .selected-file {
	margin-bottom: 20px;
	border-radius: 4px;
	font-size: 14px;
	color: #495057;
}

.cart-upload-box .add-to-cart-btn {
	background-color: #0173BC;
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 2px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.cart-upload-box .add-to-cart-btn:hover {
	background-color: #0173BC;
}

.cart-upload-box .add-to-cart-btn:disabled {
	background-color: #BBE4FF;
	cursor: not-allowed;
}

.cart-upload-box .error-messages {
	margin-top: 15px;
}

.cart-upload-box .error-message {
	color: #dc3545;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

.settlements {
    padding: 25px 0 20px 0;
	height: 40px;
	background-color: #fff;
}

.settlements li {
	line-height: 55px;
	float: left;
}

.settlements .col01 {
	width: 7%;
	text-align: center
}

.settlements .col01 .select_all {
    position: relative;
	top: 2px;
}

.settlements .col02 {
	width: 8%;
}

.settlements .col02 a {
    color: #666;
}

.settlements .col02 a:hover {
    color: #e2231a;
}

.settlements .col03 {
    width: 21%;
    height: 100%;
}

.settlements .col03 a {
    padding: 5px 10px;
    border: 1px solid #aaa;
    color: #aaa;
}

.settlements .col03 a.active {
    color: red;
    border: 1px solid red;
}

.settlements .col04 {
	width: 50%;
	height: 48px;
	line-height: 28px;
	text-align: right;
	margin-top: 10px;
}

.settlements .col04 i {
	color: #ff0000;
	padding-right: 5px
}

.settlements .col04 em {
	color: #ff3d3d;
	font-size: 22px;
	font-weight: bold;
}

.settlements .col04 b {
	color: #ff0000;

	padding: 0 5px;
}

.settlements .col05 {
	width: 14%;
	text-align: center;
	float: right;
}

.settlements .col05 a {
	display: block;
	height: 40px;
	background-color: #FF0036;
	width: 111px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px
}

.common_list_con {
    width: 1200px;
    margin: 0 auto;
	margin: 10px auto 0;
	background-color: #fff;
	position: relative;
}

.common_list_con dl {
	margin: 10px 20px 20px 0px;
}

.common_list_con dt {

	font-weight: bold;
	margin-bottom: 10px
}

.common_list_con dd input {
	vertical-align: bottom;
	margin-right: 10px
}

.common_table {
    width: 100%;
	padding: 0 20px;
	display: flex;
}

.common_list_con .common_title {
	width: 120px;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
    /* text-align: center; */
	text-indent: 20px;
}

.common_list_con .common_content {
    width: 1040px;
	height: 100%;
	float: left;
}

.get_site .dd {
  position: relative;
	display: inline-block;
	height: 66px;
	width: 454px;
	padding: 12px;
	border: 1px solid #F6F6F6;
	margin: 0 20px 20px 0;
	cursor: pointer;
	background: #F6F6F6;
}

.get_site.place_order .dd.current-address {
	background: #ECF4FB;
	border-color: #0173BC;
}

.get_site .site_title {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
}

.get_site .site_title em {
    color: #b0b0b0;
    margin: 0 20px;
    font-size: 12px;
    position: relative;
    top: -3px;
}

.get_site .site_info {
	color: #b0b0b0;
	line-height: 20px;

	width: 386px;
}

.get_site .default {
	border: 1px solid #0173BC;
	color: #FFFFFF;
	background-color: #0173BC;

	padding: 0 5px;
	position: absolute;
	top: 12px;
	right: 12px;
}

.get_site .set_default {
	position: absolute;
	top: 12px;
	right: 12px;

}

.get_site .add_site {
	text-align: center;
	line-height: 66px;
}

.get_site .edit_site {
	display: inline-block;
	width: 20px;
	height: 26px;
	position: absolute;
	right: 50px;
	top: 59px;
	background: url(../images/slices/edit.svg) no-repeat;
}

.get_site .del_site {
	display: inline-block;
	width: 20px;
	height: 26px;
	position: absolute;
	right: 20px;
	top: 59px;
	background: url(../images/slices/delete.svg) no-repeat;
}

.bill_list {
	display: inline-block;
	margin: 20px 0px;
	color: #666;
}

.bill_list li {
	position: relative;
	display: inline-block;
	padding: 6px 20px;
	margin-right: 20px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
}

.bill_list li .ask {
	display: none;
	top: 8px;
	right: 5px;
	z-index: 10;
}

.bill_list li:hover .ask {
	display: inline-block;
}

.bank-box {
    padding-bottom: 20px;
}

.bank-list li {
	position: relative;
	display: inline-block;
	padding: 10px 25px;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	text-align: left;
	cursor: pointer;
}

.bank-list li em {
	display: block;
	position: absolute;
	top: 26px;
	left: 3px;
	width: 18px;
	height: 18px;
	background: url(../images/slices/choose.svg) no-repeat;
	background-position: 0 0;
	background-size: 18px;
}

.bank-list .select-current-bank {
	border: 1px solid #0173BC;
	color: #0173BC;
}

.bank-list .select-current-bank em {
	background-position: 0 -54px;
}

.copy_account {
	display: none;
	position: absolute;
	width: 111px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #0173BC;
	color: #ffffff;
	bottom: -36px;
	right: 0;
	z-index: 9999;
}

.bank-list li:hover .copy_account {
	display: block;
}

.bank-tips {
	background: #FFFBDB;
	width: 920px;
	border-left: solid 4px #FF9100;
	padding: 10px 16px;
	margin-bottom: 20px;
}

.ask {
	background: url(../images/ask.png);
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
}

.ask .tips {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	padding: 6px 10px;
	background: #f5deb3;
	box-shadow: 0px 2px 10px #f5deb3;
	width: 300px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}

.ask .tips .triangle {
	display: block;
	position: absolute;
	top: -12px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 6px solid #f5deb3;
}

.ask:hover .tips {
	display: block;
}

.bill_info {
	width: 500px;
	margin: 100px 0 0 -250px;
	z-index: 99999;
}

.bill_info .line {
	height: 40px;
	line-height: 40px;

}

.bill_info .line span {
	display: inline-block;
	width: 120px;
	text-align: left;
	margin-right: 10px;
	color: #B0B0B0;
}

.blue_link {
	color: #0173BC !important;
}

.blue_link:hover {
	color: #f00 !important;
}

.pay_style_con {
	margin: 20px 0;
}

.pay_style_con a {
	display: inline-block;
	border: 1px solid #e6e6e6;
	height: 36px;
	line-height: 36px;
	padding: 6px 30px 6px 20px;
	margin-right: 30px;
}

.pay_style_con img {
	height: 36px;
	vertical-align: middle;
	margin-right: 5px;
}

.goods_list_th {
	height: 40px;
	border-bottom: 1px solid #ccc
}

.goods_list_th li {
	float: left;
	line-height: 40px;
	text-align: center;
}

.goods_list_th .col01 {
	width: 40%
}

.goods_list_th .col02 {
	width: 15%
}

.goods_list_th .col03 {
	width: 15%
}

.goods_list_th .col04 {
	width: 15%
}

.goods_list_th .col05 {
	width: 15%
}

.goods_list_td {
	height: 80px;
}

.goods_list_td:not(:last-child) {
	border-bottom: 1px solid #eeeded;
}

.goods_list_td li {
	float: left;
	line-height: 80px;
	text-align: center;
}

.goods_list_td .col01 {
	width: 4%
}

.goods_list_td .col02 {
	width: 6%
}

.goods_list_td .col03 {
	width: 30%;
	line-height: 20px;
}

.goods_list_td .col04 {
	width: 15%
}

.goods_list_td .col05 {
	width: 15%
}

.goods_list_td .col06 {
	width: 15%
}

.goods_list_td .col07 {
	width: 15%
}

.goods_list_td .col02 {
	text-align: right
}

.goods_list_td .col02 img {
	width: 64px;
	height: 48px;
	border: 1px solid #ddd;
	display: block;
	margin: 15px 0;
	float: right;
}

.goods_list_td .col03 p {
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 20px;
	padding-top: 18px;
}

.order_list {
    margin-top: 10px;
    background: #ffffff;
    padding: 30px 20px;
}

.order_line .order_line1 {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e6e6e6;
}

.order_line .order_line1 em {
    color: #b0b0b0;
    margin-right: 30px;
}

.order_line .order_line2 {
    border-bottom: 1px solid #e6e6e6;
    line-height: 86px;
}

.order_line .order_line_left {
    float: left;
    width: 10%;
}

.order_line .order_line_right {
    float: right;
    width: 90%;
}

.order_goods_list li {
	float: left;
	height: 86px;
	line-height: 86px;
}

.order_goods_list .col01 {
	width: 10%
}

.order_goods_list .col02 {
	width: 60%;
	text-align: left;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.order_goods_list .col02 p {
    margin-top: 20px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.order_goods_list .col02 span {
    color: #999;
}

.order_goods_list .col03 {
	width: 10%;
	text-align: right;
}

.order_goods_list .col04 {
	width: 20%;
	text-align: right;
}

.order_goods_list .col01 img {
	width: 64px;
	height: 48px;
	margin: 10px auto;
	vertical-align: middle;
	border: 1px solid #ddd;
}

.order_goods_list .col02:hover {
	overflow: visible;
	text-overflow: inherit;
}

.order_line .order_line3 {
    height: 60px;
    line-height: 60px;
}

.order_line .order_line3 em {
    color: #FF0036;
    font-size: 18px;
}

.order_line .order_line3 a {
    margin-left: 20px;
}

.order_list_btn {
    float: right;
}

.expire_time_tips {
    color: #b0b0b0;
}

.expire_time_tips em {
    color: #FF0036;
}

.order_details_box {
    background: #ffffff;
    padding: 10px 20px;
}

.order_detail_info {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.order_base_info {
    margin-left: 58px;
}

.order_detail_info_column {
    float: left;
    width: 459px;
    line-height: 26px;
}

.order_detail_info_column .order_table_cell {
    width: 100%;
}

.order_table_cell .title {
    float: left;
    width: 120px;
}

.order_table_cell .content {
    float: left;
    width: 339px;
    color: #b0b0b0;
}

.order_table_cell .content.long {
    width: 798px;
}

.order_stats_box {
    float: right;
    line-height: 26px;
}

.order_stats_line, .order_stats_total {
    padding: 20px 0;
}

.order_stats_line {
    border-bottom: 1px solid #e6e6e6;
}

.order_stats_line li span, .order_stats_total span {
    display: inline-block;
    width: 80px;
    text-align: right;
}

.order_stats_line li em, .order_stats_total em {
    display: inline-block;
    width: 200px;
    text-align: right;
}

.order_stats_total em {
    font-size: 24px;
    color: #ff0036;
    font-weight: bold;
}

.oper_btn {
	display: inline-block;
	border: 1px solid #ddd;
	color: #666;
	padding: 5px 10px;
	margin: 2px 0;
}

.link_btn {
	display: block;
	margin-top: 5px;
	color: #444;
}

.link_btn:hover {
	color: #ff2200;
}

.order_sn:hover {
	color: #ff2200;
}

.popup_con {
	display: none;
}

.popup {
	width: 300px;
	height: 150px;
	border: 1px solid #dddddd;
	border-top: 2px solid #00bc6f;
	background-color: #f7f7f7;
	position: fixed;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -75px;
	z-index: 1000;
}

.popup p {
	height: 150px;
	line-height: 150px;
	text-align: center;
	font-size: 18px;
}

.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.3;
	z-index: 999;
}

.main_con {
	width: 1200px;
	margin: 0 auto;
}

.left_menu_con {
	width: 232px;
	float: left;
	background: #fff;
	padding: 22px 0;
}

.left_menu_con ul li {
	line-height: 48px;
	text-indent: 78px;
	position: relative;
}

.left_menu_con ul li a {
	color: #666;
}

.left_menu_con ul li .active {
	font-weight: bold;
	color: #0173BC;
}

.left_menu_con ul li em {
	position: absolute;
    background: #ff0036;
    padding: 3px;
    border-radius: 3px;
	top: 12px;
}

.right_content {
	width: 958px;
	float: right;
}

.user_base_info {
    background: #ffffff;
    height: 160px;

}

.user_base_info .user_avatar {
    float: left;
    width: 197px;
    padding: 56px 0;
}

.user_base_info .user_avatar img {
    padding-left: 130px;
    width: 48px;
    height: 48px;
}

.user_base_info .user_info {
    float: left;
    width: 407px;
    padding: 54px 0;
}

.user_base_info .user_info p {
    line-height: 26px;
    color: #b0b0b0;

}

.user_base_info .user_info p em {
    width: 100px;
    display: inline-block;
    color: #666666;
}

.user_base_info .user_info .edit_icon {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 26px;
		position: absolute;
		right: -30px;
		top: 0px;
		background: url(../images/slices/edit.svg) no-repeat;
}

.choose-bill-box {
		z-index: 100000;
		width: 800px;
		margin-left: -400px;
		margin-top: 100px;
}

.choose-bill-box .choose-box .title {
		color: #0173BC;
		font-size: 16px;
		padding: 20px 0;
		text-align: center;
}

.choose-bill-box .choose-box .sub-title {
	margin-bottom: 5px;
}

.choose-bill-box .choose-box .choose-bill-list .bill-card {
		width: 363px;
		padding: 15px;
		display: inline-block;
		margin-bottom: 10px;
		background-color: #F6F6F6;
		border: 1px solid #F6F6F6;
		cursor: pointer;
}

.choose-bill-box .choose-box .choose-bill-list .bill-card.active {
		background: #ECF4FB;
		border-color: #0173BC;
}

.choose-bill-box .choose-box .choose-bill-list .bill-card:nth-child(odd) {
		margin-right: 10px;
}

.choose-bill-box .choose-box .choose-bill-list .bill-card .card-row {
		display: flex;
		line-height: 28px;
}

.choose-bill-box .choose-box .choose-bill-list .bill-card .card-row .card-title {
		color: #9D9D9D;
		width: 40%;
		overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.choose-bill-box .choose-box .choose-bill-list .bill-card .card-row .card-content {
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.edit_info_box {
    z-index: 100000;
    width: 500px;
    margin-left: -250px;
    margin-top: 100px;
}

.edit_info_box .edit_box {
    text-align: center;
    padding: 30px 0;
}

.edit_info_box .edit_info_input {
    margin: 0 auto;
    width: 230px;
    height: 48px;
    border: 1px solid #E6E6E6;
    outline: none;
    padding: 0 10px;
    color: #B0B0B0;
}

.user_base_info .user_level {
    float: left;
    width: 354px;
    padding: 46px 0;
    text-align: center;
}

.user_base_info .user_level p em {
    font-size: 36px;
    font-weight: bold;
    color: #ff9100;
}

.user_second_info {
    height: 230px;
    margin-top: 10px;

}

.user_second_info h3 a {
    float: right;
}

.user_second_info .user_order_info {
    float: left;
    width: 565px;
    height: 200px;
    padding: 15px;
    background: #ffffff;
}

.user_second_info .user_order_info .order_stats {
    height: 70px;
    padding: 35px 3px;
}

.user_second_info .user_order_info .order_stats li {
    display: inline-block;
    width: 135px;
    height: 70px;
}

.user_second_info .user_order_info .order_stats li>a {
    display: block;
    position: relative;
    height: 70px;
    text-align: center;
    color: #b0b0b0;
}

.order_status_bg {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
    background-image: url(../images/slices/order.svg);
}

.order_status_bg.wait_pay {
    background-position: 0 0;
}

.order_status_bg.wait_receiver {
    background-position: -47px 0;
}

.order_status_bg.success_order {
    background-position: -95px 0;
}

.order_status_bg.close_order {
    background-position: -144px 0;
}

.order_status_tips {
    font-size: 18px;
    font-weight: bold;
}

.order_status_tips.wait_pay {
    color: #FF0036;
}

.order_status_tips.wait_receiver {
    color: #FF9100;
}

.order_status_tips.success_order {
    color: #5EAC39;
}

.order_status_tips.close_order {
    color: #B0B0B0;
}

.user_second_info .user_order_info .order_tips {

    text-align: center;
    color: #b0b0b0;
}

.user_second_info .user_balance_info {
    float: right;
    width: 323px;
    height: 200px;
    padding: 15px;
    background: #ffffff;
}

.user_second_info .user_balance_info p {
    text-align: center;

}

.user_second_info .user_balance_info .user_balance_price {
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    padding: 35px 3px;
}

.user_second_info .user_balance_info .user_balance_tips {
    color: #b0b0b0;
}

.user_safe_info {
    background: #ffffff;
    margin-top: 10px;
    padding: 50px 121px;
}

.user_safe_info ul li {
    height: 32px;
    padding: 21px 0;
    margin-left: 64px;
    position: relative;
}

.user_safe_info ul li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.user_safe_info ul li:before {
    content: '';
	background-image: url(../images/slices/user_safe.svg);
	background-position: 0px 0px;
	width: 21px;
	height: 23px;
	position: absolute;
	left: -64px;
	top: 25px;
}

.user_safe_info ul li.safe-email:before {
	background-position: -25px 0px;
}

.user_safe_info ul li.safe-pass:before {
	background-position: -48px 0px;
}

.user_safe_info ul li span {
    float: left;
}

.user_safe_info ul li span em {
    color: #b0b0b0;
}

.user_safe_info ul li a {
    float: right;
}

.user_safe_list li {
	padding: 30px 0;

	border-bottom: 1px solid #ededed;
	color: #666;
	line-height: 30px;
	width: 100%;
}

.user_safe_list li .fore1 {
	display: inline-block;
	width: 18%;
	height: 30px;
	font-size: 18px;
	text-indent: 30px;
	border-right: 1px solid #ededed;
}

.user_safe_list li .fore2 {
	display: inline-block;
	width: 68%;
	text-indent: 30px;
}

.user_safe_list li .fore3 {
	display: inline-block;
	width: 12%;
	text-indent: 30px;
}

.user_safe_list li em {
	color: #e4393c;
}

.user_safe_list li a {
	margin-left: 5px;
	color: #005ea7;
}

.modify-bg {
	width: 800px;
	margin: 0 auto;
}

.modify-bg  .pass_change_con .change_header {
	margin-top: 30px;
	font-size: 18px;
}

.modify-bg  .pass_change_con .change_header em {
	color: #b0b0b0;
	font-size: 16px;
	margin: 0 15px;
}

.modify-bg  .pass_change_con .change_title {
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	margin: 20px 0;
	text-align: center;
}

.modify-bg  .pass_change_con .change_tips {
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.modify-bg  .pass_change_con .change_verify {
	margin-top: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #B0B0B0;
}

.modify-bg  .pass_change_con .change_form {
	text-align: center;
}

.modify-bg  .pass_change_con .form_group {
	margin: 20px 0;
}

.modify-bg  .pass_change_con .form_group .input_txt {
	width: 302px;
	height: 48px;
	line-height: 48px;
	color: #b0b0b0;
	border: 1px solid #e6e6e6;
	padding: 0 5px;
	outline: none;
}

.modify-bg  .pass_change_con .form_group .input_code_box {
	width: 312px;
	height: 48px;
	line-height: 48px;
	color: #b0b0b0;
	border: 1px solid #e6e6e6;
	margin: 0 auto;
	outline: none;
}

.modify-bg  .pass_change_con .form_group .input_code_box input {
	display: block;
	float: left;
	width: 200px;
	padding: 0 5px;
	height: 48px;
	border: none;
	outline: none;
	color: #B0B0B0;
}
.modify-bg  .pass_change_con .form_group .input_code_box a {
	display: block;
	float: right;
	width: 100px;
	height: 48px;
	color: #B0B0B0;
}

.modify-bg  .pass_change_con .info_submit {
	width: 314px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #5EAC39;
	color: #ffffff;
	outline: none;
	border: none;
	cursor: pointer;
}

.modify-bg  .pass_change_con .next_step {
	width: 111px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #0173BC;
	color: #ffffff;
	outline: none;
	border: none;
	cursor: pointer;
}

.modify-bg  .pass_change_con .no_sms_code {
	width: 314px;
	margin: 0 auto 30px;
	text-align: left;
	height: 30px;
	line-height: 30px;
}

.user_info {
	width: 200px;
}

.user_info img {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	float: left;
}

.user_info b {
	line-height: 40px;
	float: left;
	font-weight: normal;
	margin-left: 20px;
	font-size: 12px;
}

.order_success {
	margin: 10px auto;
	padding: 20px 0;
}

.order_success_tips {
	height: 48px;
	line-height: 48px;
	color: #5EAC39;
	font-size: 28px;
	margin: 20px 0;
}

.order_success_tips img {
	vertical-align: middle;
	width: 63px;
	height: 48px;
}

.order_success p {
	line-height: 30px;
}

.order_success .pay-info {
	margin-top: 20px;
}

.order_success .pay-info .success_pay {
	color: #ff0036;
	font-size: 24px;
	margin-left: 15px;
	margin-right: 40px;
}

.order_success .pay-info .wait_pay {
	font-size: 24px;
	margin-left: 15px;
}

.not-found {
	text-align: center;
}

.not-found img {
	width: 784px;
	margin: 60px 0;
}

.not-found .not-found-tips {
	font-size: 24px;
}

.not-found .not-found-btn {
	display: inline-block;
	width: 314px;
	height: 48px;
	line-height: 48px;
	border: 2px solid #00A368;
	color: #00A368;
	font-size: 24px;
	margin: 60px 0;
	border-radius: 24px;
}

.register-btn-group {
	padding-right: 10px;
	position: fixed;
  	margin-left: 30px;
}

.register-btn-group a {
	background-color: #ffffff;
	/* border: 1px solid #2887c7; */
	color: #2887c7;
	padding: 10px 24px;
	float: right;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
}

.register-btn-group a.active {
	/* background-color: #f1fafc; */
  border-bottom: 5px solid #2887c7
}

.register-btn-group:after {
	content: "";
	clear: both;
	display: table;
}

.register-btn-group a:last-child {
	border-right: none;
}

.register-btn-group a:hover {
	background-color: #ededed;
}

.pic_code_img {
	margin-top: 0px;
	float: left;
	width: 110px;
	height: 30px;
	margin-left: 8px;
}

.page_box {
    margin-top: 10px;
    background: #ffffff;
	padding: 10px;
}

#kkpager {
	clear: both;
	background: #ffffff;
}

#kkpager .page {
    height: 40px;
}

#kkpager .pageBtnWrap {
    display: inline-block;
    border-radius: 5px;
}

#kkpager .pageBtnWrap a, #kkpager .pageBtnWrap span {
    position: relative;
	display: block;
    float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 5px;
	background: #f6f6f6;
	text-decoration: none;
}

#kkpager span.disabled:hover {
    cursor: not-allowed;
}

#kkpager span.curr {
	border-color: #337ab7;
	background: #337ab7;
	color: #fff;
	z-index: 3;
}

#kkpager a:hover {
	background: #eee;
}

.balance-pay {
	padding: 10px 0;
}

.balance-pay p {
	margin: 20px 0;
}

.balance-pay .passward-box input {
	width: 222px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #e6e6e6;
	outline: none;
}

.balance-pay .passward-box em {
	color: #ff0036;
}

.wechat-pay {
	width: 1200px;
	margin: 10px auto;
	padding: 50px 0;
	background: #ffffff;
	text-align: center;
}

.wechat-pay-title {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	margin-bottom: 20px;
}

.wechat-pay-title img {
	height: 40px;
	vertical-align: middle;
}

.wechat-pay-tips, .wechat-pay-total {
	margin-bottom: 40px;
}

.wechat-pay-tips em {
	color: #ff0036;
}

.wechat-pay-total em {
	color: #FF0036;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
}

#qrcode {
	width: 300px;
	height: 300px;
	margin: 10px auto;
	color: #ff7674;
	line-height: 300px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}

#qrcode img {
	width: 300px;
	height: 300px;
}

.order_detail {
	padding: 20px 0;
}

.order_detail .order_info li {
	display: inline-block;
	width: 24%;
	text-indent: 2em;
	line-height: 30px;
}

.order_detail .order_info li.two {
	width: 48%;
}

.order_remark {
    padding: 0 20px;
    font-size: 13px;
    line-height: 20px;
}

.order_detail table {
	width: 100%;
}

.com_table {
	width: 100%;
	border-collapse: collapse;
}

.com_table tr td {
	text-align: center;
	padding: 15px 10px;
}

.com_table tr:not(:last-child) td {
	border-bottom: 1px solid #eeeded;
}

.com_table tr:first-child td {
	border-bottom: 1px solid #ddd;
}

.del_line {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/delete.png) no-repeat;
	vertical-align: middle;
}

.add_line {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/add.png) no-repeat;
	vertical-align: middle;
}

.recharge {
	padding: 10px 120px;
}

.recharge .recharge_title {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}

.recharge.active .recharge_title::before{
    background-position: 0px -76px;
}

.recharge .recharge_title::before {
    content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(../images/slices/choose.svg) no-repeat;
	background-position: 0px -3px;
	vertical-align: middle;
}

.recharge .recharge_content .choice_amount {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #E6E6E6;
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    color: #E6E6E6;
}

.recharge.active .recharge_content .choice_amount {
    color: #666666;
    border-color: #B0B0B0;
}

.recharge.active .recharge_content .choice_amount.active {
    color: #FF0036;
    border-color: #FF0036;
}

.recharge.active .recharge_content .choice_amount.active::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/slices/xuanze.svg) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.recharge .recharge_content .input_txt {
	width: 230px;
	height: 46px;
	font-size: 16px;
	border: 1px solid #E6E6E6;
	outline: none;
	text-indent: 10px;
	background: #f6f6f6;
	color: #B0B0B0;
}

.recharge.active .recharge_content .input_txt {
    background: #ffffff;
    color: #666666;
}

.recharge p {
    margin: 60px 0 10px 0;
}

.recharge .next_btn {
	display: inline-block;
	width: 232px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background: #FF0036;
}

.tips_content {
    padding: 10px 0 20px 120px;
}

.attentions {
	width: 940px;
	background: #fffdee;
	border: 2px solid #edd28b;
	padding: 15px 30px;
	margin: 0px 100px 30px;
	color: #666;
}

.attentions li {
	margin: 5px 0;
}

.balance_info {
    background: #ffffff;
    padding: 15px;

}

.balance_info p {
    height: 40px;
    line-height: 40px;
    padding: 30px 70px;
}

.balance_info p em {
    font-weight: bold;
    font-size: 28px;
    vertical-align: middle;
}

.balance_info p a {
    vertical-align: middle;
    margin-left: 20px;
}

.balance_list {
    background: #ffffff;
    margin-top: 10px;
    padding: 15px;
}

.balance_list ul {
    padding: 0px 70px;
}

.balance_list ul li {
    padding: 20px 3px;
}

.balance_list ul li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.balance_list ul li span {
    vertical-align: middle;
}

.balance_list ul li span.balance_record em {
    color: #b0b0b0;
}

.balance_list ul li span.balance_add {
    float: right;
    color: #FF0036;
    font-weight: bold;
}

.balance_list ul li span.balance_minus {
    float: right;
    color: #5EAC39;
    font-weight: bold;
}

.balance_return {
	padding: 40px 0 20px;
	text-align: center;
}

.order_search {
    background: #ffffff;
    padding: 15px;
}

.order_search .search-box {
	display: inline-block;
	height: 40px;
	width: 353px;
	border: 1px solid #e6e6e6;
}

.order_search .search-box .search-txt {
	height: 40px;
	line-height: 40px;
	width: 290px;
	text-align: left;
	text-indent: 8px;
	border: none;
	outline: none;
	border-right: 1px solid #e6e6e6;
}

.order_search .search-box .search-btn {
	width: 62px;
	height: 40px;
	border: none;
	outline: none;
	color: #666666;
	cursor: pointer;
	background: #ffffff;
}

.order_search .state-con {
	height: 40px;
	line-height: 40px;
	float: right;
	cursor: pointer;
	position: relative;
}

.order_search .state-con:hover .state-txt:after {
	background-position: -48px 2px;
}

.order_search .state-con:hover .state-list {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.12);
	display: block;
}

.order_search .state-txt:after {
	content: '';
	background: url(../images/slices/jiantou.svg) no-repeat;
	background-position: -28px 2px;
	width: 21px;
	height: 14px;
	display: inline-block;
	margin-left: 8px;
}

.order_search .state-list {
	width: 232px;
	position: absolute;
	top: 40px;
	right: 0;
	background: #fff;
	display: none;
}

.order_search .state-list a {
	display: block;
	position: relative;
	text-align: left;
	padding-left: 68px;
	height: 48px;
	line-height: 48px;
}

.order_search .state-list a:hover {
	color: #0173BC;
	background: #F6F6F6;
}

.order_search .state-list a.current {
	color: #0173BC;
}

.order_search .state-list a.current:before {
	content: '';
	background: url(../images/slices/choose.svg) 0px -75px no-repeat;
	width: 22px;
	height: 20px;
	position: absolute;
	left: 22px;
	top: 15px;
}

.checkout-choose {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/slices/checkout.svg) -5px -5px no-repeat;
}

.checkout-choose.selected, .selected .checkout-choose {
	background-position: -5px -77px;
}

.no_record {
	height: 150px;
	line-height: 150px;
	text-align: center;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.bg-msg {
	z-index: 999998;
}

.popup-box {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 50%;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	padding: 15px 20px;
	overflow: auto;
    max-height: calc(100vh - 200px);
}

.popup-box::-webkit-scrollbar {
    width: 0;
}

.message {
	width: 470px;
	margin: 100px 0 0 -200px;
	z-index: 99999999;
}

.message .msg-content {
	text-align: center;
	padding: 20px 0;
}

.msg-info {
	position: fixed;
	top: 0;
	left: 50%;
	border-radius: 3px;
	width: 300px;
	margin: 100px 0 0 -150px;
	z-index: 999999;
	padding: 10px;
	text-align: center;
	background: #f0f9eb;
	border: 1px solid #e1f3d8;
	color: #67c23a;
}
.msg-info p {
    font-size: 15px;
}

.choose-refund {
	width: 400px;
	margin: 100px 0 0 -200px;
	z-index: 99999;
	padding: 20px;
	text-align: center;
}

.choose-refund a {
	display: inline-block;
	padding: 6px 18px;
	margin: 0 10px;
	background: linear-gradient(#f05356, #eb3c3f);
	background: -moz-linear-gradient(#f05356, #eb3c3f);
	background: -ms-linear-gradient(#f05356, #eb3c3f);
	background: -webkit-linear-gradient(#f05356, #eb3c3f);
	background: -o-linear-gradient(#f05356, #eb3c3f);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#f05356", endColorstr="#eb3c3f", gradientType="0");
	color: #fff;
	border: 1px solid #eb3c3f;
}

.update {
	width: 900px;
	margin: 100px 0 0 -450px;
	z-index: 99999;
}

.update .line {
	font-size: 13px;
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
}

.update .line .left {
	display: table-cell;
	width: 135px;
	text-align: center;
	margin: 5px 0;
	vertical-align: middle;
}

.update .line .right {
	display: table-cell;
	padding-left: 10px;
	font-size: 12px;
	width: 750px;
}

.update .line .right .addr {
	margin: 5px 0;
	color: #666;
	height: 30px;
	line-height: 30px;
}

.update .line .right .addr em {
	margin-right: 10px;
}

.verify_code_tips {
	width: 474px;
	margin: 100px 0 0 -237px;
	z-index: 99999;
}

.verify_code_tips_box .line {
	line-height: 28px;
	margin: 20px 0;
}

.refund, .reject {
	width: 716px;
	margin: 100px 0 0 -358px;
	z-index: 99999;
}

.receipt_box {
    width: 436px;
    margin: 30px auto;
    overflow: auto;
}

.receipt_box .receipt_goods {
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #E6E6E6;
}

.receipt_box .receipt_input {
    width: 414px;
    height: 48px;
    border: 1px solid #E6E6E6;
    outline: none;
    padding: 0 10px;
    margin: 5px 0;
}

.receipt_box .receipt_input.receipt_spec {
    width: 170px;
    margin-right: 5px;
}

.receipt_box .receipt_input.receipt_num {
    width: 70px;
    margin-right: 5px;
}

.receipt_box .receipt_goods_add {
    width: 434px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    cursor: pointer;
}

.receipt_box .delete_icon {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 26px;
	position: absolute;
	right: 10px;
	top: 17px;
	background: url(../images/slices/delete.svg) no-repeat;
}

.edit_site_box {
	width: 480px;
	margin: 100px 0 0 -262px;
	z-index: 99999;
}

.edit_bill_box {
	width: 480px;
	margin: 100px 0 0 -262px;
	z-index: 99999;
}

.txt-box .popup-title {
	font-size: 18px;
	text-align: left;
	padding-bottom: 10px;
}

.txt-box p {
	padding: 5px 0;
	margin-top: 10px;
}

.txt-box p label {
	display: inline-block;
	width: 120px;
	text-align: left;
	color: #B0B0B0;
}

.txt-box textarea {
	height: 100px;
	width: 548px;
	padding: 5px 10px;
	font-size: 13px;
}

.txt-box .num_input {
	width: 60px;
	height: 22px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	border: 1px solid #ddd;
	outline: none;
}

.txt-box .txt_input {
	width: 328px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #ddd;
	outline: none;
	color: #666;
}

.txt-box .txt_select {
	width: 110px;
	height: 30px;
	padding: 0 3px;
	border: 1px solid #ddd;
	outline: none;
	color: #666;
}

.txt-box ul {
	padding: 10px 0;
}

.txt-box ul li {
	height: 30px;
	line-height: 30px;
	text-indent: 1em;
}

.txt-box ul li.col1 {
	display: inline-block;
	width: 10%;
	float: left;
}

.txt-box ul li.col2 {
	display: inline-block;
	width: 7%;
	float: left;
}

.txt-box ul li.col3 {
	display: inline-block;
	width: 63%;
	float: left;
}

.txt-box ul li.col4 {
	display: inline-block;
	width: 20%;
	float: left;
}

.txt-box ul li img {
	width: 30px;
	height: 30px;
}

.txt-box .short {
	width: 100px;
}

.txt-box .middle {
    width: 350px;
}

.txt-box .long {
	width: 500px;
}

.btn-box {
	padding-top: 15px;
	text-align: center;
}

.btn-box.multi {
	display: flex;
}

.btn-box .left-btn-box {
	text-align: left;
	width: 30%;
}

.btn-box .right-btn-box {
	text-align: right;
	width: 70%;
}

.shipping_box {
    width: 600px;
    margin: 0 auto;
}

.shipping_box .shipping_title {
    color: #5EAC39;
    height: 24px;
    line-height: 24px;
}

.shipping_box .shipping_line {
    position: relative;
    width: 558px;
    border: 1px solid #E6E6E6;
    margin: 10px 0;
    padding: 10px;
}

.shipping_box .shipping_line .shipping_time {
    position: absolute;
    color: #B0B0B0;
    right: 20px;
    top: 15px;
}

.shipping_box .shipping_line .shipping_tips {
    line-height: 30px;
}

.shipping_box .shipping_line .shipping_tips .title {
    float: left;
    width: 120px;
    color: #B0B0B0;
    text-indent: 10px;
}

.shipping_box .shipping_line .shipping_tips .content {
    float: left;
    width: 438px;
    text-indent: 10px;
}

.no_shipping_box {
    padding-bottom: 10px;
}

.no_shipping_box .no_shipping_title {
    color: #FF0036;
    line-height: 24px;
}

.bank_info {
    width: 474px;
	margin: 100px 0 0 -237px;
	z-index: 99999;
}

.bank_info .bank_line {
    padding: 10px 0;
	background: #FBFBFB;
	display: flex;
	align-items: center;
}

.bank_info .bank_line:nth-child(2n) {
	background: #F1F1F1;
}

.bank_info .bank_line label {
	display: inline-block;
    text-align: left;
    width: 20%;
    padding-left: 20px;
}

.bank_info .bank_line span {
    text-align: left;
	display: inline-block;
	width: 70%;
}

.join-info {
	padding: 20px 15px 10px;
}

.join-info .join-title {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.join-info p {
	padding: 5px 0;
	margin-top: 10px;
}

.join-info p label {
	display: inline-block;
	width: 300px;
	text-align: right;
}

.join-info .txt_input {
	width: 200px;
	height: 22px;
	padding: 0 10px;
	border: 1px solid #ddd;
	outline: none;
}

.join-info .long {
	width: 300px;
}

.join-info .txt_select {
	width: 120px;
	height: 22px;
	padding: 0 3px;
	border: 1px solid #ddd;
	outline: none;
}

.join-btn-box {
	margin-left: 313px;
	padding-bottom: 20px;
}

.no_select {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.select {
	border: 1px solid #2887c7;
	background: url(../images/selected.png) right bottom no-repeat;
}

.error {
	color: #ff7674;
	font-size: 12px;
	margin-left: 5px;
}

.cancel {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	top: 10px;
	right: 10px;
	background: url(../images/slices/cancel.svg) no-repeat;
	background-position: -14px -14px;
	cursor: pointer;
}

.cancel-box {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	background: url(../images/slices/cancel.svg) no-repeat;
	background-position: -14px -14px;
	cursor: pointer;
}

.btn {
	display: inline-block;
	width: 111px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
}

.btn:hover {
	opacity: 0.9;
}

.btn-success {
	background: #5cb85c;
	color: #ffffff !important;
}

.btn-warn {
	background: #ff0036;
	color: #ffffff !important;
}

.btn-confirm {
	background: #0173BC;
	color: #ffffff !important;
}

.btn-cancel {
	background: #F6F6F6;
	color: #0173BC !important;
}

.btn-delete {
	background: #FF9100;
	color: #ffffff;
}

.order_total {
	padding: 10px;
}
.order_total_item {
	text-align: right;
	line-height: 25px;
}

.order_total_item span {
	display: inline-block;
}

.order_total_item .label {
	width: 200px;
}

.order_total_item .content {
	width: 120px;
}

.order_total_item.ftx span {
	color: #e4393c;
}

.order_total_item.ftx .content {
	font-size: 16px;
	font-weight: bold;
}

.order_handle {
	margin: 20px auto;
	text-align: right;
}

.find_step {
	width: 900px;
	margin: 60px auto 0;
	position: relative;
	overflow: hidden;
}

.find_step ul li {
	display: inline-block;
	text-align: right;
}

.find_step ul li:nth-last-child(3):first-child ~ li {
	width: 396px;
}

.find_step ul li:nth-last-child(4):first-child ~ li {
	width: 263px;
}

.find_step ul li em {
	display: inline-block;
	position: relative;
	z-index: 10;
	text-align: center;
}

.find_step ul li .circle {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #b4b4b4;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.find_step ul li .msg {
	color: #b4b4b4;
}

.find_step ul li strong {
	display: block;
	height: 3px;
	width: 100%;
	background: #b4b4b4;
	position: absolute;
	top: 15px;
	z-index: 0;
}

.find_step ul li.finish .circle {
	background: #e00;
}

.find_step ul li.finish .msg {
	color: #e00;
}

.find_step ul li.finish strong {
	background: #e00;
}

.rel_goods {
	background: #fff;
	width: 1200px;
	margin: 0 auto 20px;
}

.rel_goods_title {
	height: 48px;
	border-bottom: 1px solid #e6e6e6;
}

.rel_goods_title li {
	height: 48px;
	line-height: 48px;
	float: left;
	font-size: 18px;
	width: 170px;
	text-align: center;
}

.rel_goods_title li.active {
	position: relative;
	background-color: #0173BC;
	color: #fff;
	height: 48px;
}

.rel_goods_content {
	padding: 30px 0;
}

.rel_goods_con {
	padding: 0 15px;
}

.master_goods {
	float: left;
	margin: 10px 10px 0 10px;
	height: 130px;
}

.master_goods img {
	width: 120px;
	height: 90px;
}

.master_goods h4 {
	width: 120px;
	height: 45px;
	line-height: 15px;
	overflow: hidden;
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
}

.plus {
	display: block;
	float: left;
	font-size: 60px;
	font-weight: 500;
	color: #C4E8FF;
	margin-top: 10px;
	width: 44px;
	height: 80px;
	line-height: 80px;
}

.plus.not_enough_add {
	margin: 10px 10px 0 25px;
}

.plus.not_enough_eq {
	margin: 10px 20px 0 20px;
}

.scroll-btn {
	display: block;
	position: relative;
	float: left;
	font-size: 60px;
	width: 20px;
	height: 70px;
	line-height: 60px;
	margin: 19px 10px 0;
	border: 1px solid #eee;
	color: #eee;
}

.prev-btn::before {
	content: '';
	background: url(../images/slices/fangxiang.svg) -9px -3px;
	display: block;
	width: 20px;
	height: 70px;
}

.next-btn::before {
	content: '';
	background: url(../images/slices/fangxiang.svg) -51px -3px;
	display: block;
	width: 20px;
	height: 70px;
}

.rel_scroll {
	float: left;
	margin: 10px;
	width: 700px;
	height: 150px;
	overflow: hidden;
	position: relative;
}

.rel_goods_list {
	position: absolute;
	left: 0;
}

.rel_goods_list li {
	float: left;
	width: 120px;
	height: 130px;
	margin: 0 10px;
}

.rel_goods_list li img {
	width: 120px;
	height: 90px;
	margin: 0 auto;
}

.rel_goods_list li h4 {
	height: 30px;
	line-height: 15px;
	overflow: hidden;
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
}

.rel_goods_list li .prize {
	margin-top: 5px;
	color: #da260e;
}

.rel_goods_list li .prize .checkbox-style {
	position: relative;
	top: 2px;
}

.rel_total {
	float: left;
	width: 140px;
	margin-top: 10px;
	padding: 15px 0 0 10px;
}

.rel_total .buy_now {
	display: block;
	margin-top: 48px;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #ff0036;
	border: 1px solid #ff0036;
}

.rel_total p {
	height: 25px;
	line-height: 25px;
}

.rel_total p em {
	font-size: 18px;
	color: #f00;
}

.packet_search {
	margin: 20px 0;
}

.packet_search form {
	text-align: right;
	margin-bottom: 10px;
}

.packet_search em {
	color: #999;
}

.packet_goods {
	margin: 10px auto 0;
}

.packet_goods li {
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px;
	border: 2px solid #fff;
}

.packet_goods li img {
	width: 156px;
	height: 156px;
	display: block;
	margin: 0px auto 5px;
}

.packet_goods li h4 {
	width: 156px;
	margin: 0 auto;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.packet_goods li:hover {
	border: 2px solid #ea393c;
	cursor: pointer;
}

.radio-btn {
	display: inline-block;
	border: 1px solid #ddd;
	cursor: pointer;
	padding: 4px 20px;
	color: #666;
	text-align: center;
}

.radio-btn:hover {
	border: 2px solid #ea393c;
}

.select-current {
	border: 1px solid #ea393c !important;
	background: url(../images/selected1.png) right bottom no-repeat;
}

.no_packet_goods {
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.msg_nav {
    position: relative;
}

.no_read {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
	background: #FF0036;
	position: absolute;
	right: -7px;
	top: -1px;
}

.msg_box {
    background: #ffffff;
	padding: 20px;
}

.msg_box.msg_normal_box {
	padding-top: 0;
}

.msg_search .msg_search_time {
    height: 40px;
    line-height: 40px;
}

.msg_search .msg_search_time li {
    display: inline-block;
	position: relative;
    margin-right: 15px;
    font-size: 13px;
}

.msg_search .msg_search_time li>span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(../images/slices/choose.svg) no-repeat;
	background-position: 0px -3px;
	vertical-align: middle;
}

.msg_search .msg_search_time li>.current-choose {
	color: #0173BC;
}

.msg_search .msg_search_time li>.current-choose::before {
	background-position: 0px -76px;
}

.msg_search .jedate-box {
	display: inline-block;
	position: absolute;
	width: 560px;
	margin-left: 10px;
	background: #ffffff;
}

.msg_search .jeinput {
	display: inline-block;
	position: relative;
    height: 22px;
	border: 1px solid #e6e6e6;
	padding: 8px;
}

.msg_search .jeinput .date-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/slices/time.svg) no-repeat -3px -3px;
}

.msg_search .jeinput input[type="text"] {
	display: inline-block;
	border: none;
	outline: none;
	color: #b0b0b0;
	height: 22px;
	vertical-align: top;
}

.msg_search .msg_search_kw {
    margin: 20px 0;
	width: 350px;
	border: 1px solid #e6e6e6;
}

.msg_search .msg_search_kw .search_spec_no {
	padding: 5px;
	border-right: 1px solid #e6e6e6;
}

.msg_search .msg_search_kw input[type="text"] {
    height: 30px;
	width: 275px;
	border: none;
	outline: none;
}

.msg_search .msg_search_kw .search_spec_no_msg {
	width: 64px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.msg_title {
	color: #b0b0b0;
}

.site_nav {
	background-color: #FFFFFF;
	padding: 0 20px;
	display: flex;
	border-bottom: 1px solid #E6E6E6;
}

.site_nav li {
	padding: 0 30px;
	cursor: pointer;
	height: 48px;
  line-height: 48px;
}

.site_nav li.active {
	font-weight: bold;
	color: #0173BC;
	border-bottom: 2px solid #0173BC;
}

.msg_category {
	background: #ffffff;
  border-bottom: 1px solid #E6E6E6;
}

.msg_category li {
	display: inline-block;
	height: 48px;
  line-height: 48px;
	text-align: center;
	font-size: 16px;
}

.msg_category li.active {
	font-weight: bold;
	color: #0173BC;
	border-bottom: 2px solid #0173BC;
}

.msg_category li a {
    display: block;
    padding: 0 25px;
}

.msg_category li.active a {
    color: #0b82b7;
}

.msg_category .msg_number {
    background: #FFD8E0;
    font-weight: bold;
    color: #FF0036;
    border-radius: 12px;
    padding: 1px 8px;
    margin-left: 5px;
}

.msg_list {
    padding: 10px 0;
}

.msg_list li {
	border-bottom: 1px solid #e0e0e0;
}

.msg_list li a:hover {
    text-decoration: underline;
}

.msg_list li > div {
    float: left;
    height: 48px;
    line-height: 48px;
}

.msg_list li .mt1 {
    width: 75%;
    text-indent: 5px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.msg_list li .mt2 {
    width: 15%;
}

.msg_list li .mt3 {
    width: 10%;
}

.msg_list li .mt6 {
    width: 50%;
}

.msg_list li .mt7 {
    width: 14%
}

.msg_list li .mt8 {
    width: 14%;
}

.msg_list li .mt9 {
    width: 12%;
}

.msg_list li .mt11 {
    width: 10%;
}

.msg_list li.is_read {
    background: #F6F6F6;
    color: #B0B0B0;
}

.msg_list li.is_read a {
    color: #B0B0B0;
}

.msg_line:hover {
    background: #e4e4e4;
}

.msg_line_page {
    text-align: right;
    margin-right:10px;
}

.change_up_price {
	color: #FF0036;
	background: #FFD8E0;
	padding: 1px 3px;
	border-radius: 5px;
	margin-left: 3px;
}

.change_down_price {
	color: #5EAC39;
	background: #CAF5B6;
	padding: 1px 3px;
	border-radius: 5px;
	margin-left: 3px;
}

.new_info::after {
	content: "new";
	color: #d9001b;
	font-size: 12px;
	margin-left: 10px;
}

.msg_choose {
    padding: 0 10px 10px;
}

.msg_choose span {
    margin-left: 10px;
}

.msg_footer {
    padding: 10px 0;
    height: 40px;
    line-height: 40px;
}

.msg_footer .msg_footer_left {
    float: left;
    width: 50%;
}

.msg_footer .msg_footer_left div {
    float: left;
}

.msg_footer .msg_footer_left .mt1 {
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
	position: relative;
	text-indent: 23px;
}

.msg_footer .msg_footer_left .mt1 .checkbox-style {
	position: absolute;
	left: 5px;
	top: 13px;
}

.msg_footer .msg_footer_right {
    float: right;
    width: 50%;
    text-align: right;
}

.msg_footer .msg_footer_right #kkpager {
    margin-top: 0;
}

.msg_info .title {
    padding: 5px 0;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	color: #333333;
}

.msg_info .time {
	font-size: 12px;
	text-align: left;
	color: #888888;
}

.msg_info .content {
	padding: 20px 0 5px 0;
}

.tc {
	color: #0173BC;
}

.msg_popup_detail {
    z-index: 100000;
    width: 800px;
    margin-left: -400px;
    margin-top: 100px;
}

.msg_popup_detail .msg_popup_content {
    padding: 10px;
    max-height: calc(100vh - 360px);
    overflow-y: auto;
}

.msg_popup_content::-webkit-scrollbar {
    width: 2px;
}

.msg_popup_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999999;
}
.msg_popup_content::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ededed;
}

.price_item_title {
    padding-left: 10px;
}

.price_detail {
    z-index: 100000;
    width: 470px;
    margin-left: -250px;
    margin-top: 100px;
}

.price_detail .price_title {
    padding: 10px 10px 0;
    color: #999999;
}

.price_detail .price_spec {
	padding: 10px 15px;
}

.price_detail .price_spec em {
	color: #b0b0b0;
	margin-right: 10px;
}

.price_detail .price_list li {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}

.price_detail .price_list li>div {
	float: left;
}

.price_detail .price_list li>div.col1 {
	width: 30%;
}
.price_detail .price_list li>div.col2 {
	width: 25%;
}
.price_detail .price_list li>div.col3 {
	width: 45%;
}

.price_detail .price_list li i {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    background: #0173BC;
    border-radius: 50%;
}

.up_price {
	color: #FF0036;
}

.up_price::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 22px;
	vertical-align: middle;
	margin-left: 5px;
	background: url(../images/slices/price-up-down.svg);
	background-position: -25px -2px;
}

.down_price {
	color: #5EAC39;
}

.down_price::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 22px;
	vertical-align: middle;
	margin-left: 5px;
	background: url(../images/slices/price-up-down.svg);
	background-position: 0px -2px;
}

.top-right {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9999;
}

.language {
	padding: 2px 5px;
	margin-left: 20px;
	border: 1px solid #ededed;
	background: #ededed;
	outline: none;
	color: #999;
}

.callback {
	width: 660px;
	margin: 50px auto;
	background: #edffcc;
	padding: 15px 20px;
	border-radius: 3px;
}

.callback .tips {
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
}

.success {
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	background: url(../images/success3.png) no-repeat left center;
}

.success em {
	color: #ff8800;
	font-weight: bold;
}

.fail {
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	background: url(../images/fail.png) no-repeat left center;
}

.spinner_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999998;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}

.spinner {
	position: relative;
}

.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.spinner-container>div {
	background-color: #333;
	border-radius: 100%;
	position: absolute;
	animation: bouncedelay 1.2s infinite ease-in-out;
	animation-fill-mode: both;
}

.spinner-small {
	width: 15px;
	height: 15px;
}

.spinner-small .spinner-container>div {
	width: 4px;
	height: 4px;
}

.spinner-fix {
	position: fixed;
	z-index: 9999999;
	top: 30%;
	left: 50%;
	width: 60px;
	height: 60px;
}

.spinner-fix .spinner-container>div {
	width: 18px;
	height: 18px;
}

.container2 {
	transform: rotateZ(45deg);
}

.container3 {
	transform: rotateZ(90deg);
}

.circle1 {
	top: 0;
	left: 0;
}

.circle2 {
	top: 0;
	right: 0;
}

.circle3 {
	right: 0;
	bottom: 0;
}

.circle4 {
	left: 0;
	bottom: 0;
}

.container2 .circle1 {
	animation-delay: -1.1s;
}

.container3 .circle1 {
	animation-delay: -1.0s;
}

.container1 .circle2 {
	animation-delay: -0.9s;
}

.container2 .circle2 {
	animation-delay: -0.8s;
}

.container3 .circle2 {
	animation-delay: -0.7s;
}

.container1 .circle3 {
	animation-delay: -0.6s;
}

.container2 .circle3 {
	animation-delay: -0.5s;
}

.container3 .circle3 {
	animation-delay: -0.4s;
}

.container1 .circle4 {
	animation-delay: -0.3s;
}

.container2 .circle4 {
	animation-delay: -0.2s;
}

.container3 .circle4 {
	animation-delay: -0.1s;
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
	}

	40% {
		transform: scale(1.0);
	}
}

.img_list {
	width: 445px;
	display: inline-block;
}

.img_list a {
	display: inline-block;
	height: 100px;
	margin-right: 10px;
	position: relative;
	color: #fff;
}

.img_list .fg_img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.img_list .delete {
	position: absolute;
	top: -1px;
	right: 2px;
	display: none;
}

.img_list a:hover .fg_img {
	background: rgba(0,0,0,0.3);
}

.img_list a:hover .delete {
	display: block;
}

.img_list img {
	height: 100px;
}

.sl_crumb {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin: 0 2px;
	padding-left: 4px;
	border: 1px solid #ddd;
	background: #f3f3f3;
	vertical-align: middle;
}

.sl_crumb span {
	float: left
}

.sl_crumb em {
	color: #e4303c;
	float: left;
	display: block;
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sl_crumb i {
	float: right;
	margin-left: 4px;
	width: 25px;
	height: 22px;
	background: url(../images/search.ele.png) no-repeat 7px -140px;
}

.sl_crumb:hover {
	border-color: #e4303c;
}

.sl_crumb:hover i {
	background-color: #e4303c;
	background-position: 7px -158px;
}

.selector {
	width: 1200px;
	margin: 0 auto 10px;
	background: #ffffff;
}

.selector .sl_wrap:first-child {
	border-top: none;
}

.selector .sl_wrap {
	position: relative;
	border-top: 1px solid #E6E6E6;
	color: #B0B0B0;
	line-height: 40px;
}

.selector .sl_wrap .sl_key {
	float: left;
	width: 180px;
	text-indent: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.selector .sl_wrap .sl_val {
	float: left;
	background: #fff;
	width: 1020px;
}

.selector .sl_wrap .sl_val .sl_list {
	float: left;
	width: 910px;
	padding: 0 10px;
}

.selector .sl_wrap .sl_val .sl_list li {
	float: left;
	/* min-width: 100px; */
	margin-right: 30px;
	padding-right: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.selector .sl_wrap .sl_val .sl_ext {
	display: inline-block;
	width: 60px;
}

.selector .sl_wrap .sl_val .multi_btn {
	display: inline-block;
	width: 80px;
}

.selector .sl_more {
	position: relative;
	display: inline-block;
	line-height: 24px;
	margin-top: 5px;
	padding-left: 4px;
	border: 1px solid #ddd;
}

.selector .sl_more i {
	display: inline-block;
	background: url(../images/order-icons.png) -37px -207px;
	width: 12px;
	height: 6px;
	margin-left: 2px;
}

.selector .sl_wrap.default .sl_val {
	height: 34px;
	overflow: hidden;
}

.selector .sl_wrap.extend .sl_more i {
	background-position: -20px -207px;
}

.selector .sl_multi {
	position: relative;
	display: inline-block;
	line-height: 30px;
	margin: 5px 0 0 5px;
	padding: 0 12px;
	border: 1px solid #ddd;
}

.selector .sl_multi i {
	display: inline-block;
	background: url(../images/search.ele.png) 0 -68px;
	width: 14px;
	height: 11px;
}

.selector .sl_multi.sl_v_multi {
	position: absolute;
	top: 5px;
	right: 10px;
}

.selector .sl_wrap.multi {
	border: 2px solid #0173BC;
	margin-top: -1px;
}

.selector .sl_wrap.multi .sl_key {
	width: 178px;
}

.selector .sl_wrap.multi .sl_val {
	width: 1018px;
}

.selector .sl_wrap.multi .sl_val .sl_list li {
	position: relative;
	padding-left: 14px;
	width: 96px;
}

.selector .sl_wrap .sl_val .sl_list li i {
	display: none;
	position: absolute;
	top: 20px;
	left: -2px;
	margin-right: 3px;
}

.selector .sl_wrap.multi .sl_val .sl_list li i {
	display:inline-block;
}

.selector .sl_btns {
	line-height: 12px;
	padding-bottom: 10px;
	text-align: center;
}

.selector .sl_v_tab {
	float: left;
	margin: 0 10px;
	cursor: pointer;
	color: #005aa0;
}

.selector .sl_v_tab:hover .sl_more {
	border-color: #999;
}

.selector .sl_v_tab:hover .sl_more i {
	background-position: -20px -207px;
}

.selector .sl_v_tab:hover .sl_more .blank {
	position: absolute;
	background: #fff;
	width: 100%;
	height: 3px;
	z-index: 10;
	left: 0;
	bottom: -1px;
}

.selector .sl_v_tab:hover .sl_tab_list {
	display: block;
}

.selector .sl_v_tab .sl_tab_list {
	position: absolute;
	z-index: 1;
	width: 1180px;
	padding: 10px;
	background: #fff;
	left: 0;
	top: 29px;
	border: 1px solid #999;
	display: none;
}

.selector .sl_v_tab dd {
	float: left;
	margin-right: 30px;
}

.selector .sl_v_tab.multi:hover .sl_more {
	border: 2px solid #edd28b;
}

.selector .sl_v_tab.multi:hover .sl_tab_list {
	border: 2px solid #edd28b;
}

.selector .sl_v_tab.multi dd {
	position: relative;
	padding-left: 14px;
}

.selector .sl_v_tab.multi dd i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #ddd;
	position: absolute;
	top: 11px;
	left: 0;
}

.selector .sl_v_tab.multi dd a:hover i {
	border-color: #e4393c;
}

.selector .sl_v_tab.multi dd.selected a i {
	background: url(../images/search.ele.png) -1px -109px;
	border-color: #e4393c;
}

.sl_cat {
	display: inline-block;
	position: relative;
}

.sl_cat .sl_current_cat {
	border: 1px solid #ddd;
	padding: 5px 8px;
	position: relative;
}

.sl_cat a {
	color: #666;
}

.sl_cat .sl_current_cat a i {
	display: inline-block;
	width: 7px;
	height: 6px;
	margin-left: 5px;
	background: url(../images/order-icons.png) -37px -207px;
}

.sl_other_cat {
	display: none;
	position: absolute;
	width: 400px;
	background: #fff;
	border: 1px solid #e4393c;
	padding: 8px;
	top: 27px;
	z-index: 100;
}

.sl_other_cat li {
	line-height: 25px;
	float: left;
	margin-right: 20px;
}

.sl_other_cat a {
	color: #666;
}

.sl_blank {
	display: none;
	position: absolute;
	background: #fff;
	height: 3px;
	width: 100%;
	left: 0;
	top: 26px;
	z-index: 101;
}

.sl_cat:hover .sl_other_cat {
	display: block;
}

.sl_cat:hover .sl_current_cat {
	border-color: #e4393c;
}

.sl_cat:hover .sl_current_cat a i {
	background-position: -20px -207px;
}

.sl_cat:hover .sl_blank {
	display: block;
}

.index-cron {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/index.png) no-repeat left center;
}

.help-box {
	background: #ffffff;
	width: 1200px;
	margin: 0 auto;
}

.help-title {
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	border-bottom: 2px solid #e6e6e6;
}

.help-title-line {
	display: inline-block;
	width: 111px;
	text-align: center;
	margin: 0 20px;
}

.help-title-line a {
	display: block;
	cursor: pointer;
}

.help-title-line.current {
    border-bottom: 2px solid #0173BC;
}

.help-title-line.current a {
    color: #0173BC;
    font-weight: bold;
}

/* .help-content {
    padding: 20px;
} */

.black-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.8);
}

.wx-login h1 {
	position: fixed;
	width: 100%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
}

#wxlogin_qrcode {
	background: #fff;
	position: fixed;
	width: 250px;
	height: 250px;
	left: 50%;
	margin-left: -140px;
	margin-top: 90px;
	padding: 15px;
}

#wxlogin_qrcode img {
	width: 250px;
	height: 250px;
}

.placeholder-box {
    position:relative;
}

.placeholder-box-login {
	display: flex;
    align-items: center;
}

.get_code {
	position: absolute;
	right: 2px;
	top: 14px;
	font-size: 14px;
	font-weight: 400;
	color: #0173BC;
	border: none;
	background: #ffffff;
	cursor: pointer;
}

.get_code.sending {
	color: #b0b0b0;
}

.placeholder-box .placeholder {
    display:none;
    position:absolute;
    left: 0;
    top: 0;
    color: #777;
}

.fav_com {
    padding: 20px;
    background: #ffffff;
}

.fav_com ul:not(:first-child) {
    border-top: 1px solid #e6e6e6;
}

.fav_com ul li {
    float: left;
    height: 60px;
    padding: 20px 0;
}

.fav_com .fav_col1 {
    width: 10%;
}

.fav_com .fav_img {
    width: 80px;
    height: 60px;
    vertical-align: middle;
}

.fav_com .fav_col2 {
    width: 50%;
    line-height: 22px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 52px;
	padding-top: 28px;
}

.fav_com .fav_col3 {
    width: 15%;
    text-align: center;
    line-height: 60px;
}

.fav_com .fav_col4 {
    width: 20%;
    line-height: 60px;
}

.fav_com .fav_col5 {
    width: 5%;
    line-height: 70px;
}

.user_address_box {
	background: #ffffff;
	padding: 20px 10px 10px 20px;
}

.user_address_box .get_site .dd {
	width: 418px;
}

.low-version {
    width: 1200px;
    margin: 0 auto;
}

.low-version h1 {
    background: #2887c7;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 26px;
}

.low-advice {
    border: 1px solid #2887c7;
    margin-top: 40px;
    background: #2887c7;
}

.low-advice .advice-left {
    width: 298px;
    height:200px;
    background: url(../images/download.png) no-repeat right bottom;
}

.low-advice .advice-left h2 {
    padding: 10px 30px 10px 0;
    font-size: 18px;
    color: #fff;
    float: right;
    border-bottom: 1px solid #fff;
}

.low-advice .advice-right {
    width: 900px;
    background: #fff;
}

.low-advice .advice-right ul {
    margin: 50px;
}

.low-advice .advice-right ul li {
    text-align: center;
    float: left;
    width: 200px;
}

.low-advice .advice-right ul li img {
    width: 80px;
}

.low-advice .advice-right ul li h3 {
    font-size: 15px;
    color: #333;
    margin-top: 10px;
}

.low-advice .advice-right ul li .btn {
    margin-top: 5px;
}

.cat-box {
    background: #ffffff;
}

.cat-list-box {
    width: 1200px;
    margin: 0 auto;
}

.cat-level1 h3 {
    background: #E5F3FC;
    height: 60px;
	line-height: 60px;
	text-indent: 30px;
	margin: 15px 0;
}

.cat-level1 h3 a {
    color: #0173BC;
    font-size: 28px;
}

.cat-level2 {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    padding-left: 30px;
    margin: 15px 0;
}

.cat-level2 h4 {
    line-height: 30px;
}

.cat-level2 h4 a {
    font-size: 16px;
	vertical-align: super;
	font-weight: bold;
}

.cat-level2 ul li {
    line-height: 30px;
    font-size: 14px;
}

.cat-level2 ul li a {
    color: #666;
}

.cat-level2 ul li a:hover {
    text-decoration: underline;
}

.buyer-remark {
    border: 1px solid #e6e6e6;
    outline: none;
    /* resize: none; */
    width: 474px;
    padding: 10px;
    margin: 20px 0px;
    font-size: 13px;
    height: 100px;
}

.buyer-remark::-webkit-scrollbar {
    width: 0;
}

div.msg_popup_content > a{
	margin-bottom:40px;
}

div.msg_popup_content > a:first-child > h5{
	width:500px!important;
	font-size:40px;
}

div.msg_popup_content > a:first-child p:last-child{
	top:100px!important;
}


.index_new_goods {
    width: 1200px;
    margin: 0 auto 20px;
}

.index_new_goods li {
    float: left;
    background: #ffffff;
    padding: 16px;
	margin-right: 10px;
    margin-bottom: 10px;
}

.index_new_goods li:hover {
	box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    transform: translateY(-2px);
}

.index_new_goods li:nth-child(5n) {
    margin-right: 0px;
}

.goods_list_index {
    background: #fff;
}

.goods_list_index img {
    width: 200px;
    height: 150px;
}

.goods_list_index p {
    height: 24px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.goods_list_index .sp_title {
    color: #666666;
}

.goods_list_index .sp_desc {
    font-size: 12px;
    color: #b0b0b0;
	margin-bottom: 8px;
}

.goods_list_index .goods_price {
    color: #ff0036;
}

.goods_list_index .goods_price i {
	font-size: 14px;
	margin-right: 3px;
}

.settle {
	width: 308px;
	padding: 10px 20px 20px;
	float: right;
}

.settle .settle_item {
	text-align: right;
}

.settle .settle_item span {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
}

.settle .settle_item em {
	display: inline-block;
	width: 208px;
}

.settle .settle_item.settle_total {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}

.settle .settle_item.settle_total em {
	color: #ff0036;
	font-size: 24px;
}

.submit_order {
	margin-top: 20px;
	text-align: right;
}

.checkbox-style {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/slices/checkout.svg) -5px -5px;
	cursor: pointer;
}

.checkbox-style.choice {
	background-position: -5px -77px;
}

.sku_box {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    padding-bottom: 60px;
}

.sku_title {
    padding: 0 20px;
    border-bottom: 1px solid #E6E6E6;
}

.sku_title .sku_title_line {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
}

.sku_title .sku_title_line a {
    display: block;
    padding: 0 35px;
}

.sku_title .sku_title_line.active a {
    color: #0b82b7;
    border-bottom: 2px solid #0b82b7;
}

.sku_list_title {
    font-weight: bold;
}

.sku_list_title, .sku_list_line {
    height: 48px;
    line-height: 48px;
    margin: 0 20px;
    border-bottom: 1px solid #e0e0e0;
}

.sku_list_title div, .sku_list_line div {
    float: left;
}

.sku_list_line:nth-child(2n + 1) {
    background: #f5f5f5;
}

.sku_list .slmt1 {
    width: 4%;
    text-indent: 15px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sku_list .slmt2 {
    width: 24%;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sku_list .slmt3 {
    width: 8%;
    text-align: center;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sku_list .slmt4 {
    width: 8%;
    text-align: center;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sku_list .slmt5 {
    width: 20%;
    text-align: center;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sku_list .slmt6 {
    width: 36%;
    text-align: center;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sku_list .slmt7 {
    width: 56%;
    text-align: center;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.big-box {
    display: none;
}

.big-box .big-box-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999;
    background: rgba(0,0,0,0.6);
}

.big-box .big-box-content {
    text-align: center;
    max-height: 80vh;
    margin-top: 10vh;
}

.big-box .big-box-content img {
    max-width: 100vw;
    max-height: 80vh;
}

.pay-bank-box {
	display: inline-block;
}

.pay-bank-box .pay-bank-info {
	background: #F5F5F5;
	padding: 15px 35px;
}

.pay-bank-box .pay-bank-tips {
	background: #FFFBDB;
	padding: 5px 35px;
	color: #333333;
	font-weight: bold;
}

.pay-remark-tips {
	color: #5EAC39;
	font-size: 18px;
}

.bill-category-choose {
	margin-bottom: 10px;
}

.bill-edit-form .bill-category-choose {
	margin: 20px 0;
}

.choose-radio {
	margin-right: 20px;
}

.choose-radio::before {
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/slices/choose.svg) no-repeat;
    background-position: 0px -3px;
    vertical-align: middle;
}

.choose-radio.current-choose {
	color: #0173BC;
}

.choose-radio.current-choose::before {
	background-position: 0px -76px;
}

.user_bill_box {
	background-color: #ffffff;
	padding: 20px;
}

.add-bill {
	background-color: #F6F6F6;
	color: #0B82B7;
	text-align: center;
  line-height: 96px;
	cursor: pointer;
}

.agent-bill-line {
	margin-bottom: 15px;
}

.bill-box {
	background-color: #F6F6F6;
	height: 56px;
	padding: 20px 15px;
	display: flex;
}

.bill-box .bill-col {
	width: 30%;
	line-height: 28px;
}

.bill-box .bill-col .title {
	color: #9D9D9D;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bill-box .bill-col .content {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bill-box .bill-btns {
	position: relative;
	width: 10%;
}

.bill-box .bill-btns .edit-btn {
	display: inline-block;
	width: 20px;
	height: 26px;
	background: url(../images/slices/edit.svg) no-repeat;
	position: absolute;
	bottom: 0;
	right: 30px;
}

.bill-box .bill-btns .del-btn {
	display: inline-block;
	width: 20px;
	height: 26px;
	background: url(../images/slices/delete.svg) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

.agent-bill-choose-box .bill-title {
	margin-bottom: 10px;
}

.agent-bill-choose-box .agent-bill-line {
	float: left;
	margin-right: 15px;
}

.agent-bill-choose-box .bill-edit-box.place_order .bill-box {
	width: 454px;
	position: relative;
	cursor: pointer;
	display: block;
	border: 1px solid #ECF4FB;
}

.agent-bill-choose-box .bill-edit-box.place_order .bill-box.active {
	background: #ECF4FB;
	border-color: #0173BC;
}

.agent-bill-choose-box .bill-edit-box.place_order .add-bill {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	width: 484px;
}

.agent-bill-choose-box .bill-edit-box.place_order .bill-box .bill-col {
	width: 80%;
	display: flex;
}

.agent-bill-choose-box .bill-edit-box.place_order .bill-box .bill-col .title {
	width: 40%;
}

.agent-bill-choose-box .bill-edit-box.place_order .bill-box .bill-btns {
	width: 20%;
	position: absolute;
	right: 15px;
	top: 40px;
}

.agent-bill-choose-box .bill-edit-box.place_order .bill-box .bill-btns .show-bill-detail {
	color: #0173BC;
	position: absolute;
	right: 0;
}
