<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-wrap {
	position: relative;
    z-index: 1;
    padding: 25px 0 0;
    min-height: 90px;
    width: 75%;
    margin: 0 auto;
}

.header-wrap .logo {
	background-image: url(../img/logo.png);
    background-size: contain;
    height: 122px;
    background-repeat: no-repeat;
    width: 480px;
    font-size: 1.2em;
}

.logo h1 {
	padding: 35px;
}


.body-wrap {
	width: 75%;
	margin: 0 auto;
}

span.alipay {
    width: 33px;
    height: 33px;
	background-image: url(../img/pay_icon.png);
    background-repeat: no-repeat;
    background-position: -2px -2px;
	float: left;
}

span.wechat {
	width: 33px;
    height: 33px;
	background-image: url(../img/pay_icon.png);
    background-repeat: no-repeat;
    background-position: -31px -2px;
	float: left;
}

.pay-list span{
	margin:0 12px 0 4px;
}

.hide {
    display: none;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.account-wrap img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.select-list li {
	border-radius: 5px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background-color: white;
	padding: 10px;
	margin: 15px;
	margin-left: 0px;
	border: 1px solid  #ccc;
}

.select-list li:hover {
	border: 1px solid #B0a18e;
	background-color: white;
	cursor: pointer;
}

.select-list li.active {
	border: 1px solid #B0a18e;
	background-color: white;
	box-shadow: inset 0 0 5px #b0a18ea8;
}

.account-wrap span {
    margin: 10px; 
}

.pay-button {
	font-weight:bold;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background-color:#B0a18e;
    padding: 5px 20px;
	margin: 20px 20px 20px 0;
	color:white;
	min-width: 120px;
	text-align: center;
}

.pay-button:hover {
	background-color: #887B6B;
	cursor: pointer;
}

.button-wrap .deactive {
	background-color: #aaa;
	cursor: default;
}

.common-popup {
	background-color: white;
	border: 1px solid black;
	position: absolute;
	top: 50%;
	left: 50%;
}

h1 {
	margin: 0 0 0 150px;
	font-weight:normal;
}

.common-popup .header{
	font: 16px/39px;
	height: 39px;
	text-align: center;
	padding-top: 15px;
    border-bottom: 1px solid #e6e6e6;
    background: #fafafa;
}

.common-popup {
    top: 50%;
    left: 50%;
    width: 400px;
    height: 250px;
    margin: -100px 0 0 -200px;
    background: #fff;
}

.common-popup .closebtn {
	display: inline-block;
	color: inherit;
	float: right;
	margin: 5px 10px 0 0;
	font-size: 20px;
}

.common-popup .closebtn:hover {
	color: #777;
}

.popup-content p{
	padding:40px 0 20px 0;
	font-size: 17px;
	text-align: center;
}

.common-popup .popup-button {
	border-radius: 5px;
    padding: 20px 0;
    text-align: center;
}

.active-button {
	color: white;
	border-radius: 5px;
    border: 1px solid transparent;
    background:#333;
	padding: 5px 10px 5px 10px;
}

.active-button:hover {
    background:#555;
}


.deactive-button {
	color: black;
	border-radius: 5px;
    border: 1px solid rgb(196, 193, 193);
    background:white;
	padding: 5px 34px 5px 34px;
}

.account-wrap {
	margin: 20px 0px;
	clear: left;
}

.account-wrap h3 {
	margin-bottom: 10px
}

.account-wrap p img {
	float: left;
}

.account-wrap p span {
	display: inline-block;
	padding-top: 5px;
}

.logo {
	background-image: url(../img/logo.png);
    background-size: 132px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: 24px -5px;
    width: 300px;
    text-align: center;
    margin:40px 235px 0px 235px;
}

.checkbox-wrap {
	margin-top: 15px;
}

.popup-button a{
	display: inline-block;
	margin: 10px;
	padding: 8px;
	width: 85px;
}

span.highlight {
	color: red;
}

label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

input[type='checkbox'] {
	vertical-align: bottom;
	width: 20px;
  	height: 14px;
  	position: inherit !important;
}

#pay-amount {
	width: 80px;
}</pre></body></html>