* {
	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: #1244C1;
}

/* 同时有垂直和水平滚动条时交汇的部分 */
*::-webkit-scrollbar-corner {
	display: block;
	/* 修复交汇时出现的白块 */
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}

/* 改变所有--滚动调样式 */


.red {
	color: #F00;
}

body {
	font-size: 14px;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #333;
}


/* <-- 解决和bootstrap插件a标签样式冲突 */

header a {
	text-decoration: none;
	color: #333;
}


.head_box a:hover,
header a:hover {
	text-decoration: none;
	color: #333;
}

/* 解决和bootstrap插件a标签样式冲突 --> */

.crat_num {
	color: #C10;
}

#ym-window {
	background: #fff;
	overflow: hidden;
	font-size: 12px;
}

.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-size: 14px;
	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: 38px;
	margin: 0 auto;
	box-sizing: content-box;
	background-color: #3D434F;
}

.tos_box .tops {
	width: 1250px;
	margin: 0 auto;
	overflow: visible;
}

.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: 38px;
	margin-right: 12px;
}

.tos_box .tops .tops-list-left li span {
	color: #e6e6e6;
}

.tos_box .tops .tops-list-left li a {
	color: #fff;
}

.tos_box .tops .tops-list-left li .jy-logoin {
	color: #fff;
	font-size: 14px;
}

.tos_box .tops .tops-list-left li .reg {
	color: #1244C1;
}



.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: 40px;
	color: #fff;
	font-size: 14px;
	margin-right: 35px;
	position: relative;
	white-space: nowrap;
}

.tos_box .tops .tops-list-right>li:not([class='fwtel']) ::after {
	content: '|';
	display: block;
	position: absolute;
	right: -17px;
	top: 0;
}

.tos_box .tops .tops-list-right li a {
	color: #fff;
	font-size: 14px;

}

.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: #1244C1;
	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;
}


header .top_box {
	width: 100%;
}

header .top_box>.top {
	width: 1250px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
}


header .top_nav {
	padding-top: 10px;
}

header .top_nav>div {
	display: flex;
	width: 1250px;
	margin: 0 auto;
}

header .top_nav>div .all_zlmc {
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 12px 75px;
	margin-right: 50px;
	background-color: #1244C1;
}

header .top_nav>div>ul {
	display: flex;
	align-items: center;
}

header .top_nav>div>ul .all_fl {
	width: 245px;
	line-height: 47px;
	background: #1244C1;
	display: block;
	text-align: left;
	color: #fff;
	font-size: 16px;
	margin-top: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

header .top_nav>div>ul .all_fl img {
	/* position: relative; */
	/* top: 5px; */
	margin-left: 34px;
	margin-right: 14px;
	margin-top: 14px;
	float: left;
}

header .top_nav>div>ul>li {
	font-size: 16px;
	padding: 0;
	width: 120px;
}

header .top_nav>div>ul>li>a>span {
	font-size: 20px;
	margin-right: 5px;
}

header .top_nav>div>ul>li a {
	color: #000;
	font-size: 16px;
}

header .top_nav>div>ul>li>.active {
	/*color: #ff1700!important;*/
}

header .top_nav>div>ul>li .active {
	color: #1244C1;
}

header .logo {
	width: 278px;
}

header .logo img {
	width: 84%;
}

header .search {
	width: 60%;
}

header .search>div {
	display: flex;
	justify-content: flex-end;
}


header .search>div>.top {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin-right: 20px;
}

header .search .top>.iconfont {
	position: relative;
	left: 50px;
	font-size: 30px;
	color: #999;
	margin: 0px 10px;
}

.cust {
	color: #fff;
}

.huise {
	color: #747474;
}

.huise a {
	color: #747474;
}

.qq_img .icon {
	width: 20px;
	height: 20px;
	position: relative;
	animation: mymove 0.5s infinite;
	-webkit-animation: mymove 0.5s infinite;
}

.banxin {
	max-width: 1250px;
	margin: 0 auto;
}

.router {
	background-color: #f0f0f8;
	padding: 0;
	position: relative;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

.breadcrumb>li span {
	padding: 0 4px;
}

@keyframes mymove {
	from {
		bottom: 0px;
	}

	to {
		top: 4px;
	}
}

@-webkit-keyframes mymove {
	from {
		bottom: 0px;
	}

	to {
		top: 4px;
	}
}

.searchlist {
	position: absolute;
	top: 103px;
	/* left: 0; */
	width: 497px;
	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;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.searchlist li a:hover {
	background: #FFDFC6;
}

.sczl {
	height: 44px;
	border: 2px solid #1244C1;
	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 {
	height: 43px;
	outline: none;
	border: 1px solid #1244c1;
	box-sizing: border-box;
	padding-left: 45px;
	width: 70%;
}

header .search .top .search {
	width: 66px;
	height: 41px;
	border: 1px solid #1244C1;
	background-color: #1244C1;
	cursor: pointer;
	text-align: center;
	line-height: 41px;
	color: #fff;
	font-size: 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: 100px;
	height: 43px;
	background: #fff;
	align-items: center;
	justify-content: space-around;
	font-size: 14px;
	color: #1244C1;
	padding: 0 15px;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid #1244C1;
}

header .right .top div a {
	color: #fff;
}

header .right .top div:nth-child(1) {
	margin-right: 15px;
	position: relative;
}

header .right .top div span:nth-child(1) {
	font-size: 20px;
	color: #1244C1;
}

header .right .top div #dhsl_num {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	/* padding: 1px 2px; 
	 min-width: 14px; */
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	background: #ff1f00;
	color: #fff;
}

header .right .top div #dhsl_price {
	font-size: 14px;
	color: #fff;
}

.banner_box {
	position: relative;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.1) border-box;
	overflow: hidden;
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
}

.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: #1244C1;
	text-align: center;
	line-height: 23px;
} */

header .right .top div .gwc_text {
	margin: 0 10px;
	font-size: 14px !important;
}

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-color: #f0f0f8;
	/* padding-bottom: 80px; */
	float: left;
}

.content_box>.w {
	background-color: #f0f0f8;
}

.content_box>.w>.shadow {
	width: 1250px;
	margin: 0 auto;
}

.content_box>.w>.shadow img {
	width: 100%;
}

.content_box>.content {
	width: 1250px;
	margin: 0 auto;
}

.content>.banner_top {
	height: 400px;
	padding: 0;
	position: relative;
}

.banner_top #banner_one .swiper-container img {
	width: 1250px;
	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;
}

.nav_bar {
	position: fixed;
	left: 5%;
	top: 27%;
	padding: 10px;
	background: #1244C1;
	color: #fff;
}

.nav_bar img {
	width: 140px;
}

.nav_bar ul li {
	padding: 4px 6px;
	height: 23px;
	line-height: 23px;
	FONT-SIZE: 16PX;
	font-weight: bold;
}



.lc {
	color: #000;
	font-size: 32px;
	font-weight: bold;
}

.lc span {
	position: relative;
	z-index: 9;
}

.lc::before {
	content: '';
	display: block;
	border: 60px solid;
	position: absolute;
	top: 0;
	border-color: #E1E9FC transparent transparent #E1E9FC;
	left: 0;
}


.gg {
	margin-top: 15px;
	height: 125px;
	background: red;
}

footer {
	background: #565656;
	width: 100%;
	overflow: hidden;
}

footer .contents,
.bottom_footer .contents {
	width: 1250px;
	margin: 0 auto;
}

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;
	font-size: 14px;
	line-height: 36px
}

footer .contents .top .lists li a {
	color: white;
	font-size: 14px;
}

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%;
}

.floating_ck a {
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}

.floating_ck dl dd {
    position: relative;
    width: 73px;
    height: 64px;
    background-color: #1244C1;
    border-bottom: solid 2px #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 20%;
    cursor: pointer;
    margin-bottom: 0;
}

.floating_ck dl dd:hover {
	background-color: #1244C1;
	border-bottom: solid 2px #fff;
}

.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);
}


.qrcordb {
	background-image: url(/assets/image/erweimawb.png);
}

.return {
	background-image: url(/assets/image/fanhui.png);

}

.floating_ck dd>span {
	color: #fff;
	display: block;
	padding-top: 40px;
	font-size: 12px;
}

.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 65px;
	background-color: #1244C1;
	border-bottom: solid 1px #1244C1;
	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/ewm2.png);
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 10px;
}

.floating_ewm p {
	color: #fff;
	margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
	font-size: 14px;
	line-height: 20px;
}

.floating_ewm .qrcord_p02 {
	font-size: 18px;
}


.bottom_footer {
	background: #343434;
	height: 60px;
	padding: 20px 0;
	font-size: 12px;
	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 {
	font-size: 12px;
	color: #8c8c8c;
}

#searlist {
	max-height: 95px;
	overflow-y: auto;
}

#searlist span {
	display: inline-block;
	width: 8%;
	text-align: center;
	font-weight: bold;
}

#searlist .sear_tit {
	width: 115px;
	color: #fff;
	padding: 13px 12px;
	font-weight: bold;
	background: #3d434f;
}

#sear_tit_a {
	display: inline-block;
	width: 115px;
	color: #fff;
	padding: 31px 12px;
	font-weight: bold;
	background: #3d434f;
	float: left;
}

#searlist1 span,
#searlist2 span {
	display: inline-block;
	MARGIN-TOP: 0PX;
	COLOR: #FFF;
	font-size: 13px;
}

#searlist1 span {
	width: 14.5%;
	text-align: left;
	font-weight: bold;
	text-indent: 0.3em;
}

#searlist span a {
	display: inline-block;
	LINE-HEIGHT: 25PX;
	PADDING: 1PX 0px;
}

#searlist1 span a {
	display: inline-block;
	LINE-HEIGHT: 25PX;
	PADDING: 1PX 0px;
}

#searlist2 span a {
	display: inline-block;
	LINE-HEIGHT: 25PX;
	PADDING: 1PX 0px;
	FONT-SIZE: 12PX;
}

#searlist span a:hover {
	color: #1244C1;
}

#searlist1 span a:hover {
	color: #1244C1;
}

#searlist2 span a:hover {
	color: #1244C1;
}

#searlist span a.active {
	color: #1244C1 !important;
	width: 100%;
	LINE-HEIGHT: 25PX;
	PADDING: 1PX 0px;
}

#searlist1 span a.active {
	color: #1244C1 !important;
	width: 100%;
	LINE-HEIGHT: 25PX;
	PADDING: 1PX 0px;
}

#searlist2 span a.active {
	color: #1244C1 !important;
	width: 100%;
	LINE-HEIGHT: 25PX;
	PADDING: 1PX 0px;
}

#searlist2 .i-mc {
	display: none;
}

#searlist2 .i-mc li {
	display: inline-block;
	float: left;
	margin-right: 0;
	width: 25%;
}

#jph_box {
	width: 270px !important;
	margin-top: 35px;
	background: white;
	padding-top: 25px;
}

#jph_box li {
	width: 100% !important;
	margin: 0 !important;
}

.mbnav {
	margin: 0 !important;
}

.youhui {
	color: #333;
	font-size: 15px;
	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;
	color: #666;
	font-size: 14px;
}

.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 {
	/*padding: 10px 0;*/
	color: #666;
	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 {
	position: relative;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 350px;
	background-color: #f5f5f5;
	color: #333;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .4);
	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: #1244C1;
	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: #f5222d;
	border-radius: 5px;
	text-align: center;
	padding: 40px 0;
}

.content_error {
	margin-left: 5px;
}

/* footer-start */
.footer_box {
	width: 100%;
	overflow: hidden;
	background: #363C48;
}

.footer_box .content {
	margin: 0 auto;
	max-width: 1250px;
	overflow: hidden;
}

.footer_box .foot_icon {
	border-bottom: 1px solid #666;
}

.footer_box .foot_icon .content .advert_box {
	width: 100%;
	overflow: hidden;
	padding: 33px 0;
	display: flex;
	justify-content: space-between;
}

.footer_box .foot_icon .content .advert_box li {
	display: flex;
	align-items: center;
}

.footer_box .foot_icon .content .advert_box li img {
	float: left;
	margin-right: 10px;
	width: 63px;
	height: 74px;
}

.footer_box .foot_icon .content .advert_box li .advert_text h3 {
	font-size: 16px;
	margin: 2px 0;
	font-weight: bold;
	color: #fff;
}

.footer_box .foot_icon .content .advert_box li .advert_text p {
	color: #fff;
	margin-top: 5px;
	padding: 0;
}

.footer_box .content .foot_serv_box {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding: 12px 0 40px;
}

.footer_box .content .foot_serv_box ul h3 {
	font-size: 16px;
	margin: 35px 0 10px 0;
	font-weight: bold;
	color: #fff;
}

.footer_box .content .foot_serv_box ul li a {
	font-size: 14px;
	margin: 0;
	line-height: 33px;
	color: #fff;
}

.footer_box .content .foot_serv_box ul li a:hover {
	color: #336cff
}

.footer_box .content .foot_serv_box ul:last-child h3 {
	text-align: center;
}

.footer_box .content .foot_serv_box ul:last-child img {
	width: 145px;
	display: block;
	margin: 0 auto;
}

.footer_box .content .foot_serv_box ul:last-child p {
	text-align: center;
	margin: 10px 0;
	color: #fff;
	width: 100%;
	float: left;
}

.ula {
	width: 30%;
	text-align: center;
	margin-top: 14px;
}

.qr {
	float: left;
	width: 50%;
}

.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: 25px 0;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #666;
}

.banq_box p,
.banq_box span,
.banq_box span a {
	font-size: 14px;
	margin: 0;
	color: #fff;
	line-height: 26px;
}

#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: #fba253;
}

/* footer-end */