.mapbox {
	padding: 12px 0px 8px;
	color: rgb(153,0,0);
	line-height: 2.5rem;
	font-size: 1.75rem;
	font-weight: 600;
	background-color: rgb(229, 229, 229);
}
.mapbox a {
	color: rgb(52, 58, 64); text-decoration: none;
}
.mapbox span {
	padding: 0px 5px;
}
.txth1 {
	padding: 25px 0px 0px; text-align: center; color: rgb(153, 0, 0); line-height: 3rem; font-size: 2.8rem; font-weight: 600;
}
.txth1 span {
	color: rgb(33, 37, 41); line-height: 2rem; font-size: 1.66rem; font-weight: 400;
}
#butbox {
	padding: 30px 0px 50px; text-align: center; position: relative;
}
#butbox > div {
	margin: 15px; padding: 15px; width: 230px; text-align: center; overflow: hidden; display: inline-block; position: relative; cursor: pointer; box-sizing: border-box; box-shadow: 2px 20px 40px rgba(0,0,0,0.2); background-color: rgb(255, 255, 255); -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#butbox > div > a {
	display: block;
}
#butbox > div .iconbox {
	width: auto; height: 135px; text-align: center; overflow: hidden; position: relative;
}
#butbox > div .hbox {
	margin: 20px 0px; width: auto; height: 5.6rem; color: rgb(153, 0, 0); line-height: 2.8rem; font-size: 2.1rem; font-weight: 600; position: relative;
}
#butbox > div .hbox2 {
	margin: 20px 0px 5px; width: auto; color: rgb(153, 0, 0); line-height: 2.8rem; font-size: 2.1rem; font-weight: 600; position: relative;
}
#butbox > div .hbox > span {
	line-height: 5.6rem;
}
#butbox > div .tbox {
	width: auto; color: rgb(0, 0, 0); line-height: 2rem; font-size: 1.2rem; font-weight: 600; position: relative;
}
#butbox > div .iconbox > img {
	height: 100%;
}
#butbox > div .iconbox > img:nth-child(1) {
	display: inline-block;
}
#butbox > div .iconbox > img:nth-child(2) {
	display: none;
}
#butbox > div:hover {
	background-color: rgb(153, 0, 0);
}
#butbox > div:hover .iconbox > img:nth-child(1) {
	display: none;
}
#butbox > div:hover .iconbox > img:nth-child(2) {
	display: inline-block;
}
#butbox > div:hover .hbox {
	color: rgb(255, 255, 255);
}
#butbox > div:hover .tbox {
	color: rgb(255, 255, 255);
}
#butbox > div:hover .hbox2 {
	color: rgb(255, 255, 255);
}
#nbbox {
	margin: 20px 0px 20px; width: auto; text-align: center; position: relative;
}
#nbbox > div {
	margin: 10px 15px;
	border-radius: 100px;
	border: 1px solid rgb(121, 121, 121);
	border-image: none;
	width: 48px;
	height: 48px;
	text-align: center;
	color: rgb(121, 121, 121);
	line-height: 52px;
	font-size: 3rem;
	font-weight: 600;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
#nbbox .active {
	border: 1px solid rgb(102, 0, 0);
	border-image: none;
	color: rgb(255, 255, 255);
	background-color: rgb(153,0,0);
}
.swiper-slide {
	height: 0px; text-align: center; color: rgb(33, 37, 41); margin-bottom: 35px;
}
.swiper-slide .txt {
	padding: 0px 0px 20px; line-height: 2.5rem; font-size: 1.8rem; font-weight: 600;
}
.swiper-slide .mort {
	padding: 13px 0px 7px; color: rgb(255, 90, 0); line-height: 24px; font-size: 1.8rem; font-weight: 600; display: block; cursor: pointer; background-color: rgb(220, 220, 220);
}
.swiper-slide .mort span {
	height: 24px; overflow: hidden; display: inline-block;
}
.swiper-slide .mort img {
	height: 24px; overflow: hidden; margin-right: 5px; display: inline-block;
}
.swiper-slide ul {
	padding: 20px 10px 0px 35px; width: 500px; display: inline-block; list-style-type: decimal;
}
.swiper-slide li {
	text-align: left; line-height: 2.5rem; font-size: 1.7rem; font-weight: 500;
}
.swiper-slide .imgbox {
	padding: 10px; margin-bottom: 20px; display: inline-block;
}
.swiper-slide-active {
	height: auto;
}
.swiper-button-next span {
	left: -10px; top: 60px; width: 68px; text-align: center; color: rgb(62, 62, 62); line-height: 2rem; font-size: 1.5rem; font-weight: 600; display: block; position: relative;
}
.swiper-button-prev span {
	left: -10px; top: 60px; width: 68px; text-align: center; color: rgb(62, 62, 62); line-height: 2rem; font-size: 1.5rem; font-weight: 600; display: block; position: relative;
}
.button1 {
	margin: 10px auto 0px;
	padding: 5px 0px 5px;
	border-radius: 100px;
	width: 250px;
	text-align: center;
	color: rgb( 0, 0, 0);
	line-height: 2rem;
	font-size: 1.3rem;
	font-weight: 600;
	display: inline-block;
}
.button2 {
	margin: 10px auto 0px;
	padding: 5px 0px 5px;
	border-radius: 100px;
	width: 250px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 2rem;
	font-size: 1.3rem;
	font-weight: 600;
	background-color: rgb(153,0,0);
	display: inline-block;
}
.button1 span {
	color: rgb(255, 255, 255);
}
.button2 span {
	color: rgb(255, 255, 255);
}
#qabox {
	margin: 25px auto;
	width: 1140px;
	position: relative;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}
#qabox .qatit {
	padding: 7px 0px 10px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 3rem;
	font-size: 2.5rem;
	font-weight: 600;
	background-color: rgb(153,0,0);
}
#qabox .qatit span::before {
	left: 50%; top: -3px; width: 55px; height: 53px; margin-left: -90px; position: absolute; content: ""; background-image: url("file://///hc3cweb/hc3cweb/url/twpay/test/img/shop/icon04.png"); background-size: 55px 53px;
}
#qabox .incbox {
	padding: 25px 20px;
}
#qabox .incbox .tx1 {
	margin: 0px 0px 20px; padding: 10px; width: 400px; text-align: center; color: rgb(255, 255, 255); line-height: 2.3rem; font-size: 1.7rem; font-weight: 600; background-color: rgb(255, 90, 0);
}
#qabox .incbox .tx2 {
	margin: 0px 0px 10px; padding: 8px 15px; border: 1px solid rgb(153, 0, 0); border-image: none; color: rgb(153, 0, 0); line-height: 2.2rem; font-size: 1.6rem; font-weight: 500; display: inline-block; -ms-word-break: break-all; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#qabox .incbox .tx3 {
	margin: 0px 0px 10px; padding: 5px 15px 0px; color: rgb(33, 37, 41); line-height: 2.5rem; font-size: 1.6rem; font-weight: 500; display: block; -ms-word-break: break-all; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#qabox .incbox ul {
	margin: 0px 0px 10px 20px; padding: 5px 15px 0px; color: rgb(33, 37, 41); line-height: 2.5rem; font-size: 1.6rem; font-weight: 500; display: block; list-style-type: decimal; -ms-word-break: break-all; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#qabox .incbox > img {
	width: 100%;
	display: block;
	text-align: center;
}
#shopbanner {
	margin-bottom: 15px; position: relative;
}
#shopbanner > img {
	width: 100%;
}
.shoplogobox {
	top: 0px; width: 50%; height: 100%; right: 0px; overflow: hidden; position: absolute;
}
.shoplogobox > img {
	left: 50%; top: 50%; width: 408px; height: 246px; margin-top: -123px; margin-left: -208px; position: absolute;
}
.shoplogobox > img:nth-child(1) {
	display: block;
}
.shoplogobox > img:nth-child(2) {
	display: none;
}
#shopbox {
	margin: 0px auto 25px; width: 1000px; position: relative;
}
#butbox2 {
	padding: 0px; text-align: center; position: relative;
}
#butbox2 > div {
	margin: -45px 25px 15px; width: 240px; text-align: left; color: rgb(33, 37, 41); line-height: 2.3rem; font-size: 1.3rem; font-weight: 500; display: inline-block; position: relative;
}
#butbox2 > div > div {
	padding: 45px 15px; width: 240px; text-align: center; overflow: hidden; margin-bottom: 20px; display: block; position: relative; box-sizing: border-box; box-shadow: 2px 20px 40px rgba(0,0,0,0.2); background-color: rgb(255, 255, 255); -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#butbox2 > div > div .iconbox {
	width: auto; height: 135px; text-align: center; overflow: hidden; position: relative;
}
#butbox2 > div > div .iconbox img {
	height: 100%;
}
#butbox2 > div > div .hbox {
	margin: 40px 0px 0px; width: auto; color: rgb(255, 90, 0); line-height: 2.8rem; font-size: 2.1rem; font-weight: 600; position: relative;
}
#shopbox .incbox {
	padding: 25px 20px;
}
#shopbox .incbox .tx1 {
	margin: 0px 0px 20px; padding: 10px; width: 170px; text-align: center; color: rgb(255, 255, 255); line-height: 2.3rem; font-size: 1.7rem; font-weight: 600; background-color: rgb(255, 90, 0);
}
#shopbox .incbox .tx2 {
	margin: 0px 0px 10px; padding: 8px 15px; border: 1px solid rgb(250, 90, 4); border-image: none; width: 100px; text-align: center; color: rgb(250, 90, 4); line-height: 2.2rem; font-size: 1.6rem; font-weight: 500; display: inline-block; -ms-word-break: break-all; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#shopbox .incbox .tx3 {
	margin: 0px 0px 15px; padding: 5px 15px 0px; color: rgb(33, 37, 41); line-height: 2.5rem; font-size: 1.6rem; font-weight: 500; display: block; -ms-word-break: break-all; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#shopbox .incbox .qaimg {
	width: 300px; display: block;
}
#shopbox .incbox .qaimg > img {
	width: 100%; display: block;
}
@media screen and (max-width:1140px)
{
#qabox {
	width: 97%;
}
.shoplogobox > img {
	width: 78%; height: auto; margin-top: -26%; margin-left: -37%;
}
}
@media screen and (max-width:1000px)
{
#butbox > div {
	margin: 15px 1%; padding: 15px 0.5%; width: 40.5%;
}
#butbox2 > div {
	margin: -45px 15px 15px; width: 220px;
}
#butbox2 > div > div {
	width: 220px;
}
#shopbox {
	width: 98%;
}
}
@media screen and (max-width:800px)
{
#nbbox > div {
	margin: 5px 10px;
}
.swiper-button-prev {
	left: 5px;
}
.swiper-container-rtl .swiper-button-next {
	left: 5px;
}
.swiper-button-next {
	right: 5px;
}
.swiper-container-rtl .swiper-button-prev {
	right: 5px;
}
.swiper-button-next span {
	display: none;
}
.swiper-button-prev span {
	display: none;
}
.swiper-button-next {
	top: 50%; width: 40px; height: 40px; margin-top: -15px; position: fixed; background-size: 40px 40px;
}
.swiper-button-prev {
	top: 50%; width: 40px; height: 40px; margin-top: -15px; position: fixed; background-size: 40px 40px;
}
#qabox .incbox {
	padding: 25px 15px 25px 10px;
}
}
@media screen and (max-width:750px)
{
#butbox2 > div {
	margin: 10px 0px; width: 90%;
}
#butbox2 > div > span {
	display: none;
}
#butbox2 > div > div {
	padding: 20px 15px 25px; width: auto;
}
#butbox2 > div > div .iconbox {
	height: 120px;
}
#butbox2 > div > div .hbox {
	margin: 20px 0px 0px;
}
.swiper-slide .imgbox > img {
	width: 100%;
}
}
@media screen and (max-width:500px)
{
#butbox > div {
	width: 80%;
}
#nbbox > div {
	margin: 5px 8px;
}
.swiper-slide .txt {
	padding: 0px 10px 10px;
 }
.swiper-slide ul {
	width: auto;
}
.button1 {
	width: 230px;
	display: inline-block;
}
.button2 {
	width: 230px;
	display: inline-block;
}
#qabox .incbox .tx1 {
	width: 340px;
}
}
@media screen and (max-width:400px)
{
#qabox .incbox {
	padding: 25px 10px 25px 7px;
}
#qabox .incbox .tx1 {
	padding: 10px 5px; width: auto;
}
#qabox .incbox .tx2 {
	display: block;
}
#qabox .incbox .qaimg {
	width: 100%;
}
#shopbox .incbox .qaimg {
	width: 100%;
}
.shoplogobox > img {
	width: 70%; height: auto; margin-top: -41%; margin-left: -34%;
}
.shoplogobox > img:nth-child(1) {
	display: none;
}
.shoplogobox > img:nth-child(2) {
	display: block;
}
}
