@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
	margin: 0px;
	font-family: "Roboto", "Helvetica", "sans-serif", "儷黑 Pro", "Microsoft JhengHei";
}
.kv {
	background-color: #f3f3f3;
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-image: url(../images/mobile_kv.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.content img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content {
	padding-top: 3rem;
	position: relative;
	padding-bottom: 70px;
	background-color: #fff;
	/*border-top: 20px solid #f9f9f9;*/
}
.bg1 {
	background-color: #e70012;
}
.content-left {
	text-align: right;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 15px;
}
.content-main {
	max-width: 1000px;
	width: 95%;
	padding-top: 0px;
	margin-right: auto;
	padding-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.RED-LINE {
	width: 100%;
	height: 120px;
	border-bottom: 20px solid #f9f9f9;
	margin-bottom: 70px;
}
.store-list {
	display: flex;
	background: #fff;
	border-radius: 6px;
	text-align: left;
	padding: 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.store-list-hr {
	margin: 20px auto;
	height: 1px;
	width: 100%;
	background-color: #dddddd;
}
.store-list-title {
	padding-top: 10px;
	color: #383838;
	font-weight: bold;
	font-size: 1.1rem
}
.store-list-text {
	color: #383838;
	font-size: 1rem;
	font-weight: 400;
}
.list-text.content_tip img {
	width: 100%;
	height: auto;
}
.offer-box {
	display: inline-block;
	width: 145px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	position: relative;
}
.padding-top {
	padding-top: 20px;
}
.offer-box .h2 {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
}
.provision {
	width: 100%;
}
.provision .title {
	background-color: #e40013;
	color: #ffffff;
	font-weight: 900;
	font-size: 1.5rem;
	padding: 1.5rem 1rem;
	border-radius: 10px 10px 0 0;
	margin-bottom: 5px;
	cursor: pointer;
}
.provision .list-text {
	font-size: 1rem;
	color: #666;
	padding: 1.5rem 1rem;
	letter-spacing: 0.03em;
	margin: 0px auto;
	text-align: justify;
	background-color: #fff;
	box-shadow: 0 0 6px rgb(191 191 191 / 78%);
	border-top: 2px solid #e40013;
	border-radius: 0 0 5px 5px;
}
.provision .list-text .list-title {
	margin-bottom: 0px;
	margin-top: 0px
}
.provision .list-text .list-title>img {
	width: 1rem;
}
.provision .list-text li {
	list-style-type: decimal;
	font-weight: 500;
	margin-top: 0.5rem;
}
.ipt-red {
	color: #e40013;
	margin-top: 1rem;
}
.list-icon {
	width: 25px;
	height: 25px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 10px;
}
.title .list-icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-icon.list-up {
	background-image: url("../images/list-up.svg");
}
.list-icon.list-down {
	background-image: url("../images/list-down.svg");
}
.discrm-bg {
	margin: 0px;
	border-top: #CCC dotted 1px;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.discrm {
	font-size: 15px;
	line-height: 1.6em;
	color: #666;
	padding-top: 60px;
	padding-bottom: 50px;
	letter-spacing: 0.03em;
	max-width: 950px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.discrm img {
	margin: 0px;
}
.discrm ul {
	padding-left: 4px;
	list-style-type: none;
	list-style-position: outside;
	margin-top: 10px;
}
.discrm ul li ul {
	margin-top: 0px;
}
.discrm ul li {
	margin-top: 0px;
	padding-bottom: 8px;
	margin-left: 15px;
	list-style-type: decimal;
}
.discrm ul li ol li {
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -20px;
}
.content .content-main .price-table {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1000px;
	font-size: 14px;
	color: #666;
	border-radius: 10px;
	background-color: #E3E3E3;
	border: 0px solid #E3E3E3;
	margin-bottom: 30px;
}
.content .content-main .table-box {
	overflow-x: scroll;
}
.content .content-main .price-table tr td {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: center;
}
.content .content-main .price-table tr td:first-child {
	min-width: 110px;
}
.boder-td-right {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #E3E3E3;
}
.boder-td-bottom {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.border-rr {
	border-bottom-right-radius: 8px;
}
.border-lr {
	border-bottom-left-radius: 8px;
}
.border-trr {
	border-top-right-radius: 8px;
}
.border-tlr {
	border-top-left-radius: 8px;
}
.font-white {
	color: #FFF;
}
.font-red {
	color: #E7081A;
}
.font-NA {
	font-size: 21px;
}
.font-12 {
	font-size: 12px;
}
.font-per-month {
	font-size: 18px;
	color: #0F0F0F;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ml {
	text-decoration: line-through;
	margin-bottom: 5px;
}
.bttn {
	font-size: 16px;
	color: #ed6172;
	background-color: #fff;
	padding: 15px;
	width: 150px;
	border-radius: 80px;
	text-align: center;
	margin-top: 10px;
	display: inline-block;
	transition: all 0.3s;
	cursor: pointer;
	border: #ed6172 solid 2px;
}
.bttn:hover {
	color: #fff;
	background-color: #fbaf42;
	border: #fff solid 2px;
}
.bttn1 {
	font-size: 14px;
	color: #fff;
	background-color: #575757;
	padding-right: 33px;
	padding-left: 33px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	text-align: center;
	margin-top: 10px;
	display: inline-block;
	transition: all 0.3s;
	cursor: pointer;
	margin-right: 12px;
}
.bttn1:hover {
	background-color: #be1616;
}
.row {
	text-align: center;
}
.row1 {
	text-align: center;
	width: 490px;
	position: absolute;
	margin-left: 420px;
	margin-top: -80px;
}
.Anchor-point {
	height: 0px;
}
.margin-top-30 {
	margin-top: 20px;
}
.padding-bottom-100 {
	padding-bottom: 120px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
	padding-top: 20px;
}
.bag {
	width: 180px;
	height: 284px;
	background-image: url(../images/bag.png);
	background-size: 180px 284px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -130px;
	margin-left: 770px;
}
.offer-dis {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.offer-dis ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-top: 10px;
}
.offer-dis ul li {
	padding: 0;
	margin: 0;
	list-style-type: decimal;
	padding-top: 5px;
}
/* Accordion ----------------------------------- */

.accordion {
	position: absolute;
	color: #FFF;
	cursor: pointer;
	text-align: left;
	font-size: 12px;
	max-width: 100%;
	width: 90px;
	border-radius: 50px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: #FFFFFF solid 2px;
	top: 390px;
	margin-left: 795px;
}
.panel {
	max-height: 0px;
	overflow: hidden;
	transition: 0.6s ease-out 0s;
	-webkit-transition: 0.6s ease-out 0s;
}
.x-container {
	height: 8px;
	width: 8px;
	position: relative;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
}
.x-top {
	background-color: #fff;
	height: 1px;
	width: 100%;
	position: absolute;
	top: calc(50% - 1px);
}
.x-bottom {
	position: absolute;
	background-color: #fff;
	height: 1px;
	width: 100%;
	top: calc(50% - 1px);
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.accordion.active .x-container {
	height: 8px;
	width: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
@media screen and (min-width: 760px) {}
@media screen and (min-width: 960px) {
	.provision .title {
		font-size: 2rem;
	}
	.provision .list-text {
		font-size: 1.08rem;
		padding: 2.5rem 2.5rem 2rem;
	}
	.offer-box {
		width: 165px;
	}
	.offer-box .h2 {
		font-size: 1.15rem;
	}
	.offer-box .h2>img {
		width: 100px;
		height: 85px;
	}
	.content .content-main .table-box {
		overflow-x: auto;
	}
	.kv {
		background-image: url(../images/kv.jpg);
		height: 450px;
	}
}
@media screen and (min-width: 997px) {
	.store-list-hr {
		padding: 80px 0;
		margin: 0 40px;
		height: 100%;
		width: 1.5px;
	}
}