@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Arial, Helvetica, Sans-Serif;
}
.header>div.form-group{
	width: 260px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -130px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

.min-max {
	width: 92.5%;
	margin: auto
}

.min-max p {
	font-size: 12px;
	color: #999;
}

.agreement-btn {
	cursor: pointer;
	text-decoration: underline
}

input {
	outline: none;
}

.choose-set {
	width: 10px;
	height: 20px;
	background-color: rgb(205, 79, 80);
	margin-right: 5px;
}

.min-max .title p {
	font-size: 16px;
	color: #1e1e1e;
	margin-bottom: 0;
	border-left: 10px solid rgb(205, 79, 80);
    padding-left: 5px;
}

.min-max .checkedset {
	text-align: center;
	background-color: rgb(205, 79, 80);
	width: 20%;
	margin: 0px 1.8%;
}

.min-max .blockpart {
	text-align: center;
	width: 20%;
	display: inline-block;
	margin: 1em 1.8% 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	cursor: pointer;
}

.blockpart .line {
	width: 70px;
	position: absolute;
	background: #333;
	height: 2px;
	bottom: 46px;
	left: 18%;
}

.min-max img {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

.min-max p span {
	color: #515151;
}

.min-max .form-group.paystyle {
	position: relative;
	height: 32px;
    line-height: 32px;
    padding: 10px;
	background-color: rgba(242, 242, 242, 1);
	border-radius: 7px;
	margin-top: 1em;
}

.min-max .form-group.paystyle span {
	font-size: 14px;
	color: #868686;
}

.min-max .form-group.paystyle span.left {
	margin-left: 5px;
}

.min-max .form-group.paystyle span.right {
	position: absolute;
    right: 10px;
}

.min-max .form-group.pc-detail {
	padding: 20px 30px ;
	display: none;
}

.min-max .form-group.pc-detail p {
	margin: 0;
}

.min-max .form-group.pc-detail .lable {
    color: #1e1e1e;
    font-size: 14px;
}

.min-max .form-group.pc-detail input {
	margin-left: 7%;
}

.min-max .form-group.pc-detail .paychoose {
	display: inline-block;
	width: 100px;
	height: 30px;
	padding: 3px;
    background-color: #fff;
    border: 1px solid rgba(174, 174, 174, 1);
    border-radius: 3px;
}

.min-max .form-group.pc-detail .paychoose img {
	width: 30px;
    height: 30px;
}

.min-max .form-group.pc-detail .paychoose span.left {
    font-size: 14px;
    color: #868686;
}

#confirm {
	width: 90%;
	margin: 10px 5%;
	border: none;
	background-color: #CD4F50;
	color: #fff;
	height: 37px;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
}

.min-max .price {
	font-size: 14px;
	font-weight: 700;
	color: #CD4F50;
}

.min-max .item {
	color: #515151;
	font-size: 14px;
	margin-left: 7%;
}

.alertTitle p {
	margin: 10px 5%;
}

.header {
	background-color: rgba(238, 238, 237, 1);
	font-size: 13px;
	color: #333;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.header .title {
	margin: 0;
}

.header img {
	display: none;
}

.header .tip {
	display: none;
}

.min-max .checkedset p {
	color: #fff !important;
	font-size: 12px;
}

.min-max .checkedset del {
	color: #fff !important;
	font-size: 12px;
}

.min-max .checkedset span {
	color: #fff;
}

.checkedset .num {
	font-size: 28px;
}

.block::after {
	clear: both;
}

.blockpart .num {
	font-size: 28px;
}

.min-max .blockpart p {
	color: #333;
	font-size: 12px;
}

.min-max .blockpart del {
	color: #333;
	font-size: 12px;
}

.btn-disabled {
	background-color: #ccc !important;
}

@media only screen and (max-height:265px) {
	.lang-btn {
		display: none;
	}

	#images {
		display: none;
	}

	#below {
		display: none;
	}
}

#payment_confirm {
	z-index: 99;
	width: 260px;
	height: 160px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -130px;
	margin-top: -80px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid rgba(228, 228, 228, 1);
	display: none;
}

#payment_confirm .circle {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: 90px;
}

#payment_confirm .alert {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: 105px;
}

#payment_confirm p {
	font-size: 14px;
	color: #434343;
	text-align: center;
	margin-top: 60px;
}

#payment_confirm button {
	width: 90px;
	height: 33px;
	border-radius: 6px;
	font-size: 14px;
	border: none;
	margin-left: 10%;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#payment_confirm button.finish {
	background-color: rgba(205, 79, 80, 1);
	color: #fff;
}

#payment_confirm button.continue {
	background-color: #fff;
	color: #000;
}

#greybackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.logo {
	display: none;
}

.line {
	width: 80%;
	border-bottom: 1px solid #ddd;
	margin-left: 10%;
}

.power {
	padding-top: 20px;
	padding-left: 10%;
}

#qrcode_pannel {
	z-index: 99;
	width: 300px;
	height: 270px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -110px;
	background: #fff;
	border: 1px solid rgba(228, 228, 228, 1);
	display: none;
	text-align: center;
}
#qrcode_pannel .title{
	height: 30px;
	background-color:rgb(205, 79, 80) ;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
}
#qrcode_pannel .circle {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: 90px;
}

#qrcode_pannel .alert {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: 105px;
}

#qrcode_pannel p {
	font-size: 14px;
	color: #434343;
	text-align: center;
	margin-top: 60px;
}

#qrcode_pannel button {
	width: 89px;
	height: 34px;
	border-radius: 6px;
	font-size: 14px;
	border: none;
	position: absolute;
	bottom: 10px;
	cursor: pointer;
	outline: none;
}
#qrcode_pannel button.close{
	background-color: rgba(174, 174, 174, 1);
	color: #E4E4E4;
	left: 40px;
}
#qrcode_pannel button.finish{
	background-color: rgba(205, 79, 80, 1);
	color: #fff;
	left: 36%;
}
.disabled {
        background-color: #ccc;
}

.blockpart.disabled p, .blockpart.disabled del, .blockpart.disabled span {
        color: #ddd;
}

@media (min-width: 576px) {
	.logo {
		display: block;
	}

	.header {
		position: relative;
		background-color: inherit;
		font-size: inherit;
		color: inherit;
		height: inherit;
		line-height: inherit;
		height: 40px;
	}

	.header img {
		display: block;
		position: absolute;
		/* left: 29%; */
	}

	.header .tip {
		display: block;
		padding-left: 12%;
	}

	.header .title {
		display: none;
	}

	.min-max .blockpart {
		width: 20%;
		margin: 1em 2.5% 0;
		float: left;
	}

	.min-max .clear {
		clear: both;
	}

	.min-max .paystyle img, .min-max .paystyle span {
		display: none;
	}

	.min-max .form-group.paystyle {
		height: 10px;
    	padding: 5px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.min-max .form-group {
		background-color: rgba(242, 242, 242, 1);
	}

	.min-max .form-group:first-child {
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
	}

	.min-max .form-group:last-child {
		text-align: center;
		padding: 50px 0;
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
	}

	.min-max .form-group #confirm {
		width: 130px;
    	height: 36px;
	}

	.min-max .form-group.pc-detail {
		display: block;
	}

	.min-max .form-group.mobile-detail {
		display: none;
	}
}

@media (min-width: 768px) {
	.container {
		padding: 0 32%;
	}
}
