* {
	padding: 0;
	margin: 0;
}

/* 改变所有--滚动调样式 */

/* 整个滚动条 */
*::-webkit-scrollbar {
	width: 9px;
	height: 7px;
}

/* 滚动条有滑块的轨道部分 */
*::-webkit-scrollbar-track-piece {
	background-color: rgb(236, 236, 236);
	border-radius: 0px;
}

/* 滚动条滑块(竖向:vertical 横向:horizontal) */
*::-webkit-scrollbar-thumb {
	cursor: pointer;
	background-color: #ccc;
	border-radius: 0px;
}

/* 滚动条滑块hover */
*::-webkit-scrollbar-thumb:hover {
	background-color: #0f58d6;
}

/* 同时有垂直和水平滚动条时交汇的部分 */
*::-webkit-scrollbar-corner {
	display: block;
	/* 修复交汇时出现的白块 */
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

/* 改变所有--滚动调样式 */


.red {
	color: #F00;
}

body {
	font-size: 14px;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #666;
}


/* <-- 解决和bootstrap插件a标签样式冲突 */

header a {
	text-decoration: none;
	color: #666;
}


.head_box a:hover,
header a:hover {
	text-decoration: none;
	color: #333;
}

/* 解决和bootstrap插件a标签样式冲突 --> */

.crat_num {
	color: #C10;
}

#ym-window {
	background: #fff;
	overflow: hidden;
}

.ymPrompt_close {
	cursor: pointer;
	background: url(ymPrompt/skin/qq/images/close.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
}

.ym-tl {
	padding-left: 3px;
}

.ym-tr {
	padding-right: 3px;
}

.ym-tc {
	overflow: hidden;
	position: relative;
	right: 10px;
}

.ym-ttc {
	height: 3px
}

.ym-header-text {
	font-weight: bold;
	color: #333;
	margin: 10px;
	float: left;
	margin: 10px 0 0 20px;
}

.ym-header-tools {
	float: right;
	margin-top: 5px
}

.red_Color {
	color: red;
}

.head_box {
	width: 100%;
	overflow: visible;
	/* position: fixed;
    top: 0;
    z-index: 11; */
}

.tos_box {
	width: 100%;
	height: 56px;
	margin: 0 auto;
	box-sizing: content-box;
	background-color: #f1f4f4;
}

.tos_box .tops {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.tos_box .tops ul,
.jydt_mun ul {
	margin: 0 !important;
}

.tos_box .tops .tops-list-left {
	width: 38%;
	float: left;
}

.tos_box .tops .tops-list-left li {
	float: left;
	line-height: 53px;
	margin-right: 20px;
}

.tos_box .tops .tops-list-left li span {
	color: #e6e6e6;
}

.tos_box .tops .tops-list-left li a {
	color: #0A5BD1;
	font-weight: 700;
}

.tos_box .tops .tops-list-left li .jy-logoin {
	color: #333;
}

.tos_box .tops .tops-list-left li .reg {
	color: #0f58d6;
}

.tos_box .tops .tops-list-right li a {
	color: #333;

}

.tos_box .tops .tops-list-right {
	width: 60%;
	float: right;
	display: flex;
	justify-content: flex-end;
}

.tos_box .tops .tops-list-right>li {
	float: left;
	line-height: 50px;
	margin-right: 25px;
	position: relative;
	white-space: nowrap;
}

.tos_box .tops .tops-list-right>li a {
	color: #0f58d6;
}

.tos_box .tops .tops-list-right li:hover .header_list {
	display: block;
}

.tos_box .tops .tops-list-right li:hover .header_list li a {
	color: #FFFFFF !important;
}

.tos_box .tops .tops-list-right li .header_list {
	position: absolute;
	width: 200%;
	text-align: center;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	background-color: #0f58d6;
	top: 40px;
	left: -50%;
	z-index: 9999;
	display: none;
}

.qykh {
	color: #ff1f00 !important;
	font-size: 14px !important;
	font-weight: bold;
}

.tos_box .tops .tops-list-right .fwtel {
	margin: 0;
	color: #485865;
	font-weight: 700;
}


header .top_box {
	overflow: hidden;
	width: 100%;
	background: white;
}

header .top_box>.top {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

header>.top_nav {
	border-bottom: 2px solid #e5e5e5;
	width: 100%;
	overflow: hidden;
}

header>.top_nav>ul {
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 38px;
}

header>.top_nav>ul .all_fl {
	width: 245px;
	line-height: 47px;
	background: #0f58d6;
	display: block;
	text-align: left;
	color: #fff;
	font-size: 16px;
	margin-top: 3px;
}

header>.top_nav>ul .all_fl img {
	/* position: relative; */
	/* top: 5px; */
	margin-left: 34px;
	margin-right: 14px;
	margin-top: 14px;
	float: left;
}

header>.top_nav>ul>li {
	padding: 0;
	align-items: center;
	width: 116px;
	text-align: center;
}

header>.top_nav>ul>li:nth-child(4)>a {
	display: flex;
	justify-content: center;
}

header>.top_nav>ul>li:nth-child(4)>a>span {
	font-size: 35px;
	color: #fb6a15;
}

header>.top_nav>ul>li>a>span {
	font-size: 20px;
	margin-right: 5px;
}

header>.top_nav>ul>li a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

header>.top_nav>ul>li>.active {
	/*color: #ff1700!important;*/
}

header>.top_nav>ul>li .active {
	color: #0f58d6;
	text-align: center;
	display: block;
}

header .logo {
	padding: 35px 0px;
	float: left;
}

header .logo img {
	width: 301px;
	height: 56px;
}

header .search {
	width: 65%;
	float: right;
}


header .right {
	display: none;
}

header .search .top {
	display: flex;
	align-items: center;
	position: relative;
	padding: 39px 0px;
}

header .search .top>ul {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin-right: 10%;
	line-height: 56px;
	margin-bottom: 0;
}

header .search .top>ul a {
	font-weight: 700;
	color: #000;
	font-size: 16px;
}

.cust {
	color: #fff;
}

.huise {
	color: #000;
}

.huise a {
	color: #fff;
}

.qq_img .icon {
	width: 20px;
	height: 20px;
	position: relative;
	animation: mymove 0.5s infinite;
	-webkit-animation: mymove 0.5s infinite;
}

.ban_box .swiper .swiper-slide {
	height: 491px;
}

.ban_box .swiper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.ban_box .swiper .swiper-slide:nth-child(1) {
	background: url('/assets/image/banner03.jpg') no-repeat center;
}

.ban_box .swiper .swiper-slide:nth-child(2) {
	background: url('/assets/image/banner01.jpg') no-repeat center;
}

.ban_box .swiper .swiper-slide:nth-child(3) {
	background: url('/assets/image/banner02.jpg') no-repeat center;
}

.ban_box .swiper .swiper-slide:nth-child(4) {
	background: url('/assets/image/banner03.jpg') no-repeat center;
}

.ban_box .swiper .swiper-slide:nth-child(5) {
	background: url('/assets/image/banner01.jpg') no-repeat center;
}

/* 
.ban_box img {
	width: 100%;
} */

.banxin {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.router {
	position: relative;
	/* border-bottom: 1px solid #ddd; */
	font-size: 14px;
	background-color: #f1f4f4;
}

.scer_box {
	margin-top: 30px;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb a {
	color: #333;
	text-decoration: none;
}

.breadcrumb>li span {
	padding: 0 5px;
	color: #ccc;
}

@keyframes mymove {
	from {
		bottom: 0px;
	}

	to {
		top: 4px;
	}
}

@-webkit-keyframes mymove {
	from {
		bottom: 0px;
	}

	to {
		top: 4px;
	}
}

.searchlist {
	position: absolute;
	top: 42px;
	left: 0;
	width: 508px;
	border: 1px solid #e2e2e2;
	background: white;
	max-height: 350px;
	overflow-y: scroll;
	display: none;
	z-index: 200;
}

.searchlist li a {
	padding: 5px 15px;
	display: flex;
	justify-content: space-between;
	color: #666;
	text-decoration: none;
}

.searchlist li a:hover {
	background: #FFDFC6;
}

.sczl {
	height: 44px;
	border: 2px solid #fbc810;
	border-right: none;
	width: 140px;
	text-align: -webkit-center;
	color: #6b6b6b;
	background: #fff;
}

select:focus {
	outline: none;
}

option:focus {
	outline: none;
}

header .search .top input {
	width: calc(100% - 50px);
	height: 46px;
	outline: none;
	border: 0;
	background: #f1f4f4;
	box-sizing: border-box;
	padding-left: 15px;
	width: 400px;
}

header .search .top>span {
	position: absolute;
	right: 13px;
	top: 58px;
	font-size: 20px;
}

header .search .top .search {
	width: 51px;
	height: 46px;
	background: #f1f4f4;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: space-evenly;
}

header .search .top .search span {
	font-size: 20px;
	color: #0a5bd1;
	margin: 0px 15px;
}

header .search .bottom {
	margin-top: 5px;
	/* padding: 0 10px; */
}

header .search .bottom .swiper-slide {
	display: inline-block;
	width: auto;
}

header .search .bottom a {
	padding: 0 8px;
	color: #b4b1b1;
	font-size: 13px;
	text-decoration: none;
}

header .search .bottom a:first-child {
	padding-left: 0;
}

header .right .top div {
	display: inline-flex;
	width: 170px;
	height: 44px;
	background: #fff;
	align-items: center;
	justify-content: space-around;
	color: #343434;
	padding: 0 15px;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid #e6e6e6;
	border-radius: 10px;
}

header .right .top div:nth-child(1) {
	margin-right: 15px;
}

header .right .top div span:nth-child(1) {
	font-size: 20px;
	color: #0f58d6;
}

header .right .top div #dhsl_price {
	color: #fff;
}

.banner_box {
	position: relative;
	margin: 0 auto;
	/* background: rgb(10 91 209) border-box; */
	overflow: hidden;
	width: 100%;
	background-color: #0f58d6;
	text-align: center;
	height: 3px;
}

.ewm img {
	width: 100px;
}

header .right .top div span:nth-child(3) {
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	color: #fff;
	background: #fbc810;
	text-align: center;
	line-height: 23px;
}

header .right .top div .gwc_text {
	margin: 0 10px;
}

header .right .bottom {
	margin-top: 15px;
}

header .right .bottom div {
	width: 196px;
	height: 40px;
	background: red;
	float: right;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: white;
}

.ppdt_inp {
	flex: 1;
	border-right: 0 !important;
}

.look {
	width: 280px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #000;
}

/* .service_box{
	width: 100%;
	margin: 0 auto;
	background: #f4f3f2;
	padding-bottom: 80px;
	float: left;
}
 */
.content_box {
	width: 100%;
	margin: 0 auto;
	background: #f1f4f4;
	float: left;
	padding-bottom: 50px;
}

.content_box>.content {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.content>.banner_top {
	height: 400px;
	padding: 0;
	position: relative;
}

.banner_top #banner_one .swiper-container img {
	width: 1280px;
	height: 400px;
}

.banner_top #banner_one .swiper-container {
	--swiper-theme-color: white;
}

.banner_top #banner_one .swiper-slide {
	text-align: center;
}

.banner_top #banner_one .swiper-container img {
	padding: 10px 0;
}

.defau_lobox {
	width: 280px;
	height: 400px;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
}

.defau_lobox>ul {
	display: block;
	width: 100%;
	height: 350px;
}

#index_searlist li {
	padding: 15px 10px;
	display: flex;
	justify-content: space-between;
	color: white;
	border-bottom: 1px solid #9e9e9e;
}

#index_searlist li>span:nth-child(1) {
	display: inline-block;
	width: 190px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_box {
	position: relative;
}

.nav_bar {
	position: fixed;
	left: 0%;
	top: 43%;
	z-index: 9;
	padding: 5px 3px;
	background: #0A5BD1;
}

.nav_bar ul li {
	padding: 4px 0px;
	height: 27px;
	line-height: 27px;
	cursor: pointer;
}

.nav_bar ul li span {
	color: #fff;
	font-size: 14px;
}

.list {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.list .title {
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #a20937;
	color: #636363;
	font-size: 16px;
	padding: 0 !important;
}

.list .body {
	margin-top: 10px;
	/* background: #fff; */
	overflow: hidden;
	float: left;
	width: 100%;
}

.lc {
	background-color: #0f58d6;
	color: #fff;
	padding: 5px;
	width: 46px;
	float: left;
	margin-right: 10px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.list .body .right li {
	flex-grow: 1;
	margin-right: 20px;
	text-align: left;
	width: 23.73%;
	float: left;
	height: 351px;
}

.list .body .right li:nth-child(3) {
	margin-right: 0;
}

.list .body .right li:nth-child(7) {
	margin-right: 0;
}

.list .body .right li .price {
	color: red;
	height: 26px;
	line-height: 26px;
	margin-bottom: 8px;
}

.list .body .right li .remake {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	/*瑕佹樉绀虹殑琛屾暟*/
	-webkit-box-orient: vertical;
	color: #636363;
}

.gg {
	margin-top: 15px;
	height: 125px;
	background: red;
}

footer {
	background: #565656;
	width: 100%;
	overflow: hidden;
}

footer .contents,
.bottom_footer .contents {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

footer .contents .top .nav {
	display: flex;
	align-items: center;
	color: white;
	font-size: 20px;
	justify-content: space-around;
	border-bottom: 2px solid white;
	padding: 50px 0;
}

footer .contents .top .lists {
	padding: 30px 0;
	display: flex !important;
	justify-content: space-between;
}

footer .contents .top .lists li:last-child img {
	display: block;
	width: 100px;
	height: 100px;
}

footer .contents .top .lists li:last-child span {
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

footer .contents .top .lists li span {
	display: block;
	color: white;
	margin-bottom: 5px;
	line-height: 36px
}

footer .contents .top .lists li a {
	color: white;
}

footer .contents .top .lists li h3 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}

footer .contents .bottom {
	height: 118px;
	background: #343434;
}

/* 客服 */
.floating_ck {
	position: fixed;
	right: 0px;
	top: 43%;
	z-index: 9;
}

.floating_ck a {
	line-height: 15px;
	color: #fff;
}

.floating_ck dl dd {
	position: relative;
	width: 65px;
	height: 80px;
	background-color: #0A5BD1;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20%;
	cursor: pointer;
	margin-bottom: 2px;
}

.floating_ck dl dd:hover {
	background-color: #0A5BD1;
}

.floating_ck dl dd:hover .floating_left {
	display: block;
}

.consult,
.words {
	background-image: url(/assets/image/zxicon.png);
}

.quote {
	background-image: url(/assets/image/kficon.png);
}

.gwcte {
	background-image: url(/assets/image/gwcte.png);
}

.qrcord {
	background-image: url(/assets/image/erweima.png);
}

.qrcorda {
	background-image: url(/assets/image/erweimawx.png);
}

.return {
	background-image: url(/assets/image/fanhui.png);

}

.floating_ck dd>span {
	color: #fff;
	display: block;
	padding-top: 50px;
	font-size: 14px;
}

.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 79px;
	background-color: #0f58d6;
	border-bottom: solid 1px #0f58d6;
	display: none;
}

.floating_left a {
	color: #fff;
	line-height: 80px;
	font-weight: bold;
	font-size: 16px;
}


.floating_ewm {
	height: 186px;
	top: -60px;
}

.floating_ewm i {
	background-image: url(/assets/image/ewm.png);
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 10px;
}

.floating_ewm img {
	background-image: url(/assets/image/ewm33.png);
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 10px;
}

.floating_ewm p {
	color: #fff;
	margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
	line-height: 20px;
}

.floating_ewm .qrcord_p02 {
	font-size: 18px;
}


.bottom_footer {
	background: #343434;
	height: 60px;
	padding: 20px 0;
	line-height: 22px;
	color: #a4a4a4;
}

.bottom_footer .contents .top {
	display: flex;
	justify-content: space-between;
}


.begin_list>.lef>#Aicaibao {
	display: none;
}

.listGroup_rignav {
	/* 	height: auto !important;
	display: block !important;
	padding: 8px 10px !important; */

}

.sear_text {
	color: #ffffff;
	background: #0f58d6;
	line-height: 51px;
	width: 80px;
	text-align: center;
}

#searlist {
	max-height: 95px;
	overflow-y: auto;
}

#searlist span {
	display: inline-block;
	width: 70px;
	text-align: center;
}

#searlist .sear_tit {
	width: 115px;
	color: #fff;
	padding: 13px 12px;
	font-weight: bold;
	background: #0f58d6;
}

#sear_tit_a {
	display: inline-block;
	width: 130px;
	color: #fff;
	padding: 13px 12px;
	font-weight: bold;
	background: #0f58d6;
}

#searlist1 span,
#searlist2 span {
	display: inline-block;
	MARGIN-TOP: 0PX;
	COLOR: #FFF;
}

#searlist1 span {
	width: 123px;
	text-align: center;
}

#searlist span a {
	display: inline-block;
	LINE-HEIGHT: 50px;
	PADDING: 1PX 0px;
}

#searlist1 span a {
	display: inline-block;
	LINE-HEIGHT: 50PX;
	PADDING: 1PX 0px;
}

#searlist2 span a {
	display: inline-block;
	LINE-HEIGHT: 28px;
	PADDING: 1PX 0px;
	FONT-SIZE: 15PX;
}

#searlist span a:hover {
	color: #0f58d6;
}

#searlist1 span a:hover {
	color: #0f58d6;
}

#searlist2 span a:hover {
	color: #0f58d6;
}

#searlist span a.active {
	color: #0f58d6 !important;
	width: 100%;
	LINE-HEIGHT: 28PX;
	PADDING: 1PX 0px;
}

#searlist1 span a.active {
	color: #fff !important;
	width: 123px;
	text-align: center;
	LINE-HEIGHT: 50PX;
	PADDING: 0PX 0px;
	background: #0f58d6;
}

#searlist2 span a.active {
	color: #0f58d6 !important;
	width: 100%;
	LINE-HEIGHT: 28PX;
	PADDING: 1PX 0px;
}

#searlist2 .i-mc {
	display: none;
}

#searlist2 .i-mc li {
	display: inline-block;
	float: left;
	margin-right: 2%;
}

#jph_box {
	width: 270px !important;
	margin-top: 25px;
	background: white;
	padding-top: 25px;
	border-radius: 10px;
	display: none;
}

#jph_box li {
	width: 100% !important;
	margin: 0 !important;
}

.mbnav {
	margin: 0 !important;
}

.youhui {
	color: #333;
	margin-right: 38px;
	cursor: pointer;
	float: right;
	line-height: 50px;
	margin: 0;
}

/*鎷艰喘*/
.spellorder>li {
	height: 505px;
	width: 100%;
	padding: 50px 23px;
	box-sizing: border-box;
	background: white;
	display: inline-flex;
	justify-content: space-between;
	margin-top: 60px;
}

.spellorder>li>.lef {
	width: 570px;
	overflow: hidden;
	position: relative;
	background-image: url(../image/bg1.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	justify-content: space-between;
}

.spellorder>li:nth-child(2n)>.lef {
	background-image: url(../image/bg2.jpg) !important;
}

.spellorder>li:nth-child(3n)>.lef {
	background-image: url(../image/bg3.jpg);
}

.spellorder>li>.lef>.shop_cot>h3 {
	font-size: 40px;
	color: #005BA4;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	text-align: center;
}

.spellorder>li>.lef>.shop_cot>p {
	font-size: 26px;
	text-align: center;
	line-height: 65px;
	color: #333;
}

.spellorder>li>.lef>.shop_cot>h4 {
	font-size: 40px;
	color: #f36c3e;
	text-align: center;
}

.spellorder>li>.lef>.imgs_box {
	width: 300px;
	height: 405px;
}

.spellorder>li>.lef>.imgs_box .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.spellorder>li>.lef>.imgs_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.spellorder>li>.lef>.djs {
	position: absolute;
	width: 315px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	border-radius: 0 0 40px 0px;
	top: 0;
	left: 0;
	background: #653626;
	color: white;
	text-align: center;
	z-index: 10;
}

.spellorder>li>.lef>.djs>span {
	text-align: center;
	background: white;
	color: #653626;
	padding: 2px 3px;
	border-radius: 3px;
	margin: 0 5px;
}

.spellorder>li>.rig {
	width: calc(100% - 600px);
}

.spellorder>li>.rig>h3>span {
	margin-right: 15px;
	font-size: 20px;
	color: #333;
}

.spellorder>li>.rig>div {
	margin-top: 30px;
}

.spellorder>li>.rig>.dg {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.spellorder>li>.rig>.dg>div:nth-child(2) {
	height: 20px;
	color: #ccc;
}

.spellorder>li>.rig>.price {
	padding: 20px 25px 20px 20px;
	background: #f9f9f9;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.spellorder>li>.rig>.price>.lef>div {
	font-size: 16px;
}

.spellorder>li>.rig>.price>.lef>div:nth-child(1) {
	margin-bottom: 20px;
}

.spellorder>li>.rig>.price>.lef {
	width: calc(100% - 90px);
	border-right: 1px solid #dedede;
}

.spellorder>li>.rig>.price>.rig {
	width: 90px;
	text-align: right;
	font-size: 16px;
}

.spellorder>li>.rig>.price>.rig>div:nth-child(1) {
	margin-bottom: 10px;
}

.spellorder>li>.rig>.price>.lef>div>label {
	display: inline-block;
	width: 95px;
}

.spellorder>li>.rig>.price>.lef>div>.cp_price {
	color: red;
}

.spellorder>li>.rig>.price>.lef>div>.cp_price>span {
	font-size: 40px;
	font-weight: bold;
	margin-right: 5px;
}

.spellorder>li>.rig>.price>.lef>div>.ddgm {
	margin-left: 15px;
}

.spellorder>li>.rig>.price>.lef>div>.qpl {
	background: red;
	padding: 2px 10px;
	color: white;
}

.spellorder>li>.rig>.dg>div {
	display: flex;
	align-items: center;
}

.spellorder>li>.rig>.dg>div>div>input {
	outline: none;
	width: 59px;
	height: 30px;
	padding: 0 5px;
	box-sizing: border-box;
	border: none;
	border-top: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
	float: left;
}

.spellorder>li>.rig>.dg>div>div>button {
	width: 30px;
	height: 30px;
	background: white;
	outline: none;
	border: 1px solid gainsboro;
	cursor: pointer;
	float: left;
}

.spellorder>li>.rig>.dg>div>span {
	padding: 2px 10px;
	color: red;
	border: 1px solid red;
	margin-left: 15px;
}

.spellorder>li>.rig>.but {
	background: #FBEDD5
}

.spellorder>li>.rig>.but>button {
	width: 250px;
	border: none;
	cursor: pointer;
	background: red;
	color: white;
	height: 45px;
	line-height: 40px;
	font-size: 20px;
	outline: none;
}

.spellorder>li>.rig>.remak>p {
	line-height: 25px;
	font-size: 13px;
	color: #ccc;
}

.spellorder>li>.rig>.remak>p:nth-child(1) {
	color: #333;
}

.nothing_box {
	width: 100%;
	background: white;
	margin-top: 20px;
	display: inline-block;
}

/* 加入购物车消息提示 */
.shop_tip {
	width: 100%;
	position: fixed;
	top: 220px;
	z-index: 999;
	display: none;
}

.shop_tip_box {
	/* display: flex; */
	position: relative;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 350px;
	background-color: #0f58d6;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 40px 0px 70px;
	font-size: 16px;
}

.shopbox {
	width: 250px;
	margin: 0 auto;
}

.shopa {
	width: 40%;
	float: left;
	background-color: #004db9;
	margin: 10px;
	border-radius: 5px;
}

.shopa a {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

.shop_content {
	margin-left: 5px;
	line-height: 40px;
	font-size: 16px;
}

/* 加入购物车失败消息提示 */
.tip_error {
	width: 100%;
	position: fixed;
	top: 80px;
	z-index: 99;
	display: none;
}

.box_error {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 350px;
	background-color: #fff1f0;
	color: #004db9;
	border-radius: 5px;
	text-align: center;
	padding: 40px 0;
}

.content_error {
	margin-left: 5px;
}

/* footer-start */
.footer_box {
	width: 100%;
	overflow: hidden;
	background-color: #f1f4f4;
}

.footer_box .content_box {
	background-color: #112C57;
}

.footer_box .content {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.footer_box .foot_icon {
	border-bottom: 1px solid #f1f4f4;
}

.footer_box .foot_icon .content .advert_box {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}

.footer_box .foot_icon .content .advert_box li {
	/* display: flex;
	align-items: center; */
	text-align: center;
	color: #495964;
}

.footer_box .foot_icon .content .advert_box li img {
	display: block;
	margin: 0 auto 20px;
	width: 155px;
}

.footer_box .foot_icon .content .advert_box li .advert_text h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

.footer_box .foot_icon .content .advert_box li .advert_text p {
	margin: 0;
	padding: 0;
}

.footer_box .content .foot_serv_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
	padding: 68px 0px 10px;
}

.footer_box .content .foot_serv_box ul {
	float: left;
	width: 16%;
}

.wm {
	width: 26% !important;
}

.footer_box .content .foot_serv_box ul h3 {
	font-size: 18px;
	margin: 6px 0 20px 0;
	font-weight: bold;
	color: #fff;
}

.footer_box .content .foot_serv_box ul li a {
	margin: 0;
	line-height: 28px;
	color: #C5C6C8;
}

.footer_box .content .foot_serv_box ul li a:hover {
	color: #4eabf1
}

.footer_box .content .foot_serv_box ul:last-child h3 {
	text-align: center;
}

.footer_box .content .foot_serv_box ul:last-child img {
	width: 140px;
	display: block;
	margin: 0 auto;
}

.qr {
	width: 140px;
	float: left;
	margin: 5px 24px 0px 0px;
	text-align: left;
}

.wm_box .qr:nth-child(3) {
	margin: 5px 0px 0px 0px;
	float: right;
}

.footer_box .content .foot_serv_box ul:last-child h4 {
	font-size: 18px;
	margin: 6px 0 20px 0;
	font-weight: bold;
	color: #fff;
}

.footer_box .content .foot_serv_box ul:last-child p {
	text-align: center;
	margin: 6px 0;
	width: 100%;
	float: left;
	color: #C5C6C8;
}

.footer_box .content .foot_serv_box ul .wm_box {
	/* display: flex; */
}

.footer_box .content .foot_serv_box ul .wm_box .qr:first-child {
	margin-right: 15px;
}

.footer_box center {
	padding: 30px 0;
	width: 100%;
	overflow: hidden;
	background-color: #112C57;
	border-top: 1px solid #C5C6C8;
}

.banq_box p,
.banq_box span,
.banq_box a {
	margin: 0;
	line-height: 26px;
	color: #C5C6C8;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: skyblue;
	color: white;
	cursor: pointer;
	padding: 15px 10px;
	border-radius: 6px;
	transition: all 0.5s;
}

#myBtn:hover {
	background-color: #004db9;
}

/* footer-end */

/*游客登录弹框 */
.alertBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	display: none;
	background: #000000a1;
	z-index: 9999;
}

.alertBox2 {
	width: 640px;
	height: 320px;
	position: absolute;
	top: 30%;
	left: 50%;
	text-align: center;
	background: #fff;
	z-index: 99999;
	transform: translateX(-50%);
	background: url(/assets/image/special.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.g_btn {
	font-size: 31px;
	border: none;
	cursor: pointer;
	display: block;
	font-weight: 400;
}

.alertBox2 h3 {
	font-size: 28px;
	text-align: center;
	margin: 120px 0 0;
}

.alertBox2 p {
	margin: 6px auto;
	width: 87%;
	line-height: 38px;
	font-size: 16px;
}

.tjbut {
	width: 64%;
	margin: 10px auto 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.tjbut a {
	width: 47%;
	line-height: 45px;
	display: block;
	color: #fff;
	text-align: center;
	background: #0f58d6;
}

.tjbut input {
	width: 110px;
	line-height: 34px !important;
	display: block;
	color: #fff;
	text-align: center;
	background: #9c9c9c;
	font-size: 14px !important;
	right: 0;
	height: 34px;
	top: 0;
}

.xj_box {
	width: 66%;
	margin: 100px auto 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.xj_box>div {
	display: flex;
	padding: 5px 20px 5px 35px;
	border-bottom: 1px solid #ccc;
	align-items: center;
	justify-content: space-between;
}

.xj_box>div h2 {
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.xj_box ul {
	padding: 35px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.xj_box ul li {
	margin-bottom: 20px;
	width: 32%;
	float: left;
}

.xj_box ul li input {
	width: 96%;
	height: 35px;
	padding: 6px;
	border: 1px solid #ddd;
	outline: none;
	float: left;
}

.xj_box ul li #validateCode {
	width: 130px;
	height: 45px;
	padding: 0 8px;
	border: 1px solid #ddd;
	outline: none;
}

.xj_box ul li .validateCodeimg {
	background: #c3c3c3;
	display: inline-block;
	cursor: pointer;
	width: 70px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	position: relative;
	top: 3px;
	background: url(/assets/image/ymbg.jpg);
	font-size: 18px;
	/* 禁止选中文字 */
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xj_box ul .bz_box {
	width: 100%;
}

.xj_box ul li textarea {
	width: 100%;
	height: 101px;
	outline: none;
	padding: 10px 0px;
	border: 1px solid #ddd;
}

.xj_box ul li .tips {
	color: #ff0000;
}

#insubmit {
	margin: 0px;
	cursor: pointer;
	width: 100%;
	line-height: 46px;
	background: #ddd;
	display: block;
	clear: both;
	color: #000;
	text-align: center;
	border-radius: 1px;
	transition: all 0.3s;
}

#insubmit:hover {
	background: #0f58d6;
	color: #fff;
	transition: all 0.3s;
}


@media (max-width: 768px) {
	header>.top_nav>ul .all_fl {
		width: 100%;
		line-height: 47px;
		background: #0f58d6;
		display: block;
		text-align: left;
		color: #fff;
		font-size: 16px;
		margin-top: 3px;
	}

	header>.top_nav>ul>li {
		font-size: 16px;
		padding: 0;
		align-items: center;
		width: 49%;
		text-align: center;
	}

	header>.top_nav>ul>li a {
		color: #333;
		font-weight: bold;
	}

	.tos_box .tops .tops-list-left {
		width: 93%;
		float: left;
	}

	.tos_box .tops .tops-list-right {
		width: 92%;
		float: right;
		display: block;
		justify-content: flex-end;
		display: none;
	}

	.tos_box .tops .tops-list-left li .jy-logoin {
		color: #333;
		display: none;
	}

	header .search {
		width: 100%;
		float: right;
		margin-right: 0;
	}

	header .search .top input {
		width: calc(100% - 50px);
		height: 46px;
		outline: none;
		border: 0;
		background: #f1f4f4;
		box-sizing: border-box;
		padding-left: 15px;
		width: 339px;
	}

	header .logo {
		/* height: auto; */
		width: 341px;
		padding: 4px 7px;
		float: left;
	}

	header>.top_nav>ul {
		max-width: 1280px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		line-height: 38px;
		flex-wrap: wrap;
	}

	header .search .top {
		display: block;
		align-items: center;
		position: relative;
		padding: 9px 0px;
	}

	.nav_bar {
		position: fixed;
		left: 1%;
		top: 43%;
		padding: 10px;
		background: #0f58d6;
		display: none;
	}

	.floating_ck {
		position: fixed;
		right: 0px;
		top: 43%;
		display: none;
	}

	.footer_box .foot_icon .content .advert_box li {
		display: block;
		align-items: center;
		color: #666;
		width: 50%;
		margin-bottom: 10px;
	}

	.footer_box .foot_icon .content .advert_box li .advert_text h3 {
		font-size: 16px;
		margin-bottom: 4px;
		font-weight: bold;
	}

	.footer_box .foot_icon .content .advert_box {
		overflow: hidden;
		padding: 39px 8px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: auto;
	}

	.footer_box .content .foot_serv_box {
		/* width: 100%; */
		overflow: hidden;
		display: block;
		justify-content: space-between;
		padding: 40px 10px;
	}

	.footer_box .content .foot_serv_box ul:nth-child(3) {
		width: 100%;
		float: left;
		margin: 15px 0px;
	}

	.footer_box .content .foot_serv_box ul:nth-child(4) {
		width: 100%;
		float: left;
	}

	#sear_tit_a {
		display: inline-block;
		width: 100%;
		color: #fff;
		padding: 13px 12px;
		font-weight: bold;
		background: #0f58d6;
	}

	.container_title span {
		display: block;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		width: 11%;
		color: #000;
	}

	.footer_box .content .foot_serv_box ul {
		float: left;
		width: 46%;
	}

	.wm {
		width: 96% !important;
	}

	header .search .top>ul {
		display: flex;
		justify-content: space-between;
		width: 96%;
		margin-left: 3%;
		line-height: 56px;
		margin-bottom: 0;
	}

	header .search .top>span {
		position: absolute;
		right: 13px;
		top: 80px;
		font-size: 20px;
	}

}