<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
/*body{background: #f8f8f8;}*/
a:focus {outline: none;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.mt20{margin-top: 20px;}
.mt10{margin-top: 10px;}
.pt70{padding-top: 70px;}
.xh-pull-left{float: left;}
.xh-pull-right{float: right;}
.xh-layout {width:800px;margin: 20px auto;max-width:100%;}
.xh-text-center{text-align: center;}
.xh-layout-sm{width: 500px;
    margin: 20px auto;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 40px 20px;
    font-family: "Microsoft Yahei UI","Microsoft Yahei","Helvetica Neue",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans","Hiragino Sans GB","Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,"WenQuanYi Zen Hei Sharp",sans-serif;
    font-size: 0.875em;}
.xh-layout .title,.xh-layout-sm .title {font-size: 160%;    margin: 15px 0;}
.xh-layout .title .ddxx,.xh-layout-sm .title .ddxx{float: left;}
.xh-layout .title .price,.xh-layout-sm .title .price {float: right;color: #ff0000;}
.xh-layout .title .price small,.xh-layout-sm .title .price small{font-size: 14px;color: #666;}
.xh-layout-sm .paylist{margin-bottom: 20px;}
.xh-layout-sm .paylist img{height: 27px;max-width: 100%;vertical-align: middle; margin-left: 10px;}
.xh-layout-sm .topbt{position: absolute;top:-2px;width: 100%;text-align: center;left:0;}
.xh-layout-sm .topbt a{padding: 8px 20px; background: #337ab7;margin-right: 15px;text-align: center;color: #fff;text-decoration: none;}
.xh-layout-sm .topbt a:hover{background: #2e6da4;color: #fff;text-decoration: none;}
.mB20{margin-bottom: 20px;}
.xh-posa{position: absolute;}
.xh-posr{position: relative;}
.block20{height: 20px;display: block;}
.block10{height: 10px;display: block;}
.xh-checkouttop{padding-top:50px;}
.xh-title-h3{font-size:28px;line-height:28px;height:28px;text-align:center}

/*-----------------ä»˜è´¹æŸ¥çœ‹---------------*/
.xh-payshow *{margin:0;padding:0;}
 .mod-ct {
    width: 350px;
    padding: 0 15px;    
    text-align: center;
    color: #333;
    border: 1px solid #e5e5e5;
    border-top: none;
    position: fixed;
 	z-index:1000;
 	background: #fff;
 	border-radius:4px;
}
.mod-ct .amount {
    font-size: 40px;
    padding-top: 20px;
letter-spacing:-2px;
}
.mod-ct .amount span{font-size: 18px;}
.mod-ct .qr-image {
    margin-top: 0px;
    margin-bottom: 10px;
}

.mod-ct .tip {
    margin-top:15px;
    border-top:1px dashed #e5e5e5;
    padding:20px 0;
    position:relative
}
.mod-ct .tip .ico-scan {
    display:inline-block;
    width:56px;
    height:55px;
    background:url("../image/mqq-pay.png") 0 0 no-repeat;
    vertical-align:middle;
    *display:inline;
    *zoom:1;
   z-index:1000;
}
.mod-ct .tip .tip-text {
    display:inline-block;
    vertical-align:middle;
    text-align:left;
    margin-left:23px;
    font-size:16px;
    line-height:28px;
    *display:inline;
    *zoom:1
}

.mod-ct .channel {
    margin-bottom: 0px;
    position: relative;
    font-size: 16px;
    margin-top: 0px;
}
.mod-ct .channel i.icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../image/payicons.png);
    background-repeat: no-repeat;
    margin: -2px 2px 0 5px;
	 z-index:1000;
}
.mod-ct .channel i.icon.alipay {
    background-position: 0 0;
}
.mod-ct .channel i.icon.weixin {
    background-position: 0 -19px;
}
/* botton style*/
a.xh-btn:link{text-decoration: none;color: #fff;}
a.xh-btn:visited{text-decoration: none;color: #fff;}
a.xh-btn:hover{text-decoration: none;color: #fff;}
a.xh-btn:active{text-decoration: none;color: #fff;}
a.xh-btn.xh-btn-default:link{text-decoration: none;color: #333;}
a.xh-btn.xh-btn-default:visited{text-decoration: none;color: #333;}
a.xh-btn.xh-btn-default:hover{text-decoration: none;color: #333;}
a.xh-btn.xh-btn-default:active{text-decoration: none;color: #333;}

.xh-btn-block {
    display: block;    
}

/*form style*/
.xh-form *,.xh-form *:after, .xh-form *:before {
    box-sizing: border-box;
    margin:0;
    padding:0;
    list-style: none;
}
.xh-form button,.xh-form input,.xh-form select,.xh-form textarea
{
    color:inherit;
    font:inherit;
    margin:0;

}

.xh-form input[disabled]
{
    cursor:default;
	background-color:#f5f5f5;
}
.xh-form button[disabled]
{
    cursor:default;
}

.xh-form button::-moz-focus-inner,.xh-form input::-moz-focus-inner
{
    border:0;
    padding:0
}

.xh-form input
{
    line-height:normal
}

.xh-form input[type="checkbox"],.xh-form input[type="radio"]
{
    box-sizing:border-box;
	vertical-align: middle;
    padding:0
}

.xh-form input[type="number"]::-webkit-inner-spin-button,.xh-form input[type="number"]::-webkit-outer-spin-button
{
    height:auto
}
.xh-form .xh-btn{color:#fff;}
.xh-form input[type="search"]
{
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box
}

.xh-form input[type="search"]::-webkit-search-cancel-button,.xh-form input[type="search"]::-webkit-search-decoration
{
    -webkit-appearance:none
}

.xh-form textarea
{
    overflow:auto
}

.xh-form{
	margin-top: 20px;
    background: #fff;
    padding:45px 35px;
	font-family:  "Microsoft Yahei UI","Microsoft Yahei","Helvetica Neue",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans","Hiragino Sans GB","Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,"WenQuanYi Zen Hei Sharp",sans-serif;
	font-size: 1em;	  
	color: #555;
}
.xh-form .xh-title-soft{
  padding: 5px 15px;
  background: #f8f8f8;
  position: relative;
  font-size: 120%;
  width: 100%;
  border-left: 2px solid #eb6a6a;
}
.xh-form .xh-title-soft .sl{margin-right: 60px;float: right}
.xh-form .xh-title-soft .nian{margin-right: 10px;float: right}
.xh-form .xh-title{ font-size: 120%;
    line-height: 20px;
    height: 22px;
    padding-left: 15px;
    border-left: 2px solid #eb6a6a;
    }
.xh-form table td,.xh-form table th{font-size: 90%;}
.xh-form table td{color: #777;}
.xh-form .xh-form-group {
    margin-bottom: 15px;
    position: relative;
}
.xh-form .required:before {
    content: "*";
    color: #ed1c24;
}

.xh-form a:active,.xh-form a:hover
{
    outline:0;
   
}

.xh-form hr
{
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    clear:both;
    margin:5px auto;
    border:0;
    border-bottom:1px solid #eee;
    height: 1px;
}
.xh-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 110%;
}
.xh-form .form-control{
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.xh-form textarea.form-control{height: auto;}
.xh-form .mb15{margin-bottom: 15px;}
.xh-btn {
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
	text-align:center;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a.xh-btn:hover{text-decoration: none;}

.xh-btn-block {
    display: block;
    width: 100%;
}
.xh-btn-lg {
    padding: 10px 26px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 3px;
}
.xh-btn-sm {
    padding: 4px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 3px;
}
.xh-btn-xs {
    padding: 4px 14px;
    font-size: 12px;
    line-height: 1.13;
    border-radius: 3px;
}
.xh-btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.xh-btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.xh-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.xh-btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.xh-btn-border{
	    color: #ca0c16 !important;
    border: 1px solid #ca0c16 !important;
    background-color: #fff !important;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
	padding:8px 20px;
}
.xh-btn-border-warning{
	color: #eea236 !important;
    border: 1px solid #eea236 !important;
    background-color: #fff !important;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
	padding:8px 20px;
}
.xh-btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.xh-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.xh-btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.xh-btn:hover,.xh-btn:focus {
	text-decoration: none;
}

.xh-btn:active,.xh-btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.xh-btn.disabled,.xh-btn[disabled],fieldset[disabled] .xh-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
	cursor: not-allowed;
	pointer-events: none;
	filter: alpha(opacity=65);
}

.xh-btn-default:hover,.xh-btn-default:focus,.xh-btn-default:active,.xh-btn-default.active,.open .dropdown-toggle.xh-btn-default {
	border-color: #adadad;
	background-color: #ebebeb;
	color: #333;
}

.xh-btn-primary:hover,.xh-btn-primary:focus,.xh-btn-primary:active,.xh-btn-primary.active,.open .dropdown-toggle.xh-btn-primary {
	border-color: #285e8e;
	background-color: #3276b1;
	color: #fff;
}
.xh-btn-border:hover,.xh-btn-border:focus,.xh-btn-border:active,.xh-btn-border.active,.open .dropdown-toggle.xh-btn-border {
	color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.xh-btn-warning:hover,.xh-btn-warning:focus,.xh-btn-warning:active,.xh-btn-warning.active,.open .dropdown-toggle.xh-btn-warning {
	border-color: #d58512;
	background-color: #ed9c28;
	color: #fff;
}

.xh-btn-danger:hover,.xh-btn-danger:focus,.xh-btn-danger:active,.xh-btn-danger.active,.open .dropdown-toggle.xh-btn-danger {
	border-color: #ac2925;
	background-color: #d2322d;
	color: #fff;
}

.xh-btn-success:hover,.xh-btn-success:focus,.xh-btn-success:active,.xh-btn-success.active,.open .dropdown-toggle.xh-btn-success {
	border-color: #398439;
	background-color: #47a447;
	color: #fff;
}

.xh-btn-info:hover,.xh-btn-info:focus,.xh-btn-info:active,.xh-btn-info.active,.open .dropdown-toggle.xh-btn-info {
	border-color: #269abc;
	background-color: #39b3d7;
	color: #fff;
}

.xh-form .xh-input-group {
	width:100%;
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 15px;
}

.xh-form .xh-input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    z-index: 1;
    display: table-cell;

}
.xh-form .xh-input-group-btn, .xh-form .xh-input-group-btn&gt;.xh-btn {
    position: relative;
}
.xh-form .xh-input-group-btn {
    white-space: nowrap;
    width: 1%;    
    vertical-align: middle;
    display: table-cell;
}
.xh-form .xh-input-group-btn:last-child&gt;.xh-btn, .xh-form .xh-input-group-btn:last-child&gt;.btn-group {
    margin-left: -1px;
    box-shadow: none;
    position: relative;
}
.xh-form .xh-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.xh-form .xh-input-group .form-control:first-child,.xh-form .xh-numbtn:first-child{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.xh-form .xh-numbtn{box-shadow: none;}
.xh-form .xh-input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.xh-btn,.xh-form .xh-input-group-btn:first-child&gt;.xh-btn:not(:first-child),.xh-form .xh-input-group-btn:last-child&gt;.xh-btn,.xh-form .xh-input-group-btn:last-child&gt;.btn-group&gt;.xh-btn,.xh-form .xh-input-group-btn:last-child&gt;.dropdown-toggle,.xh-form .xh-input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.xh-form .xh-input-group-btn&gt;.xh-btn:active,.xh-form .xh-input-group-btn&gt;.xh-btn:focus,.xh-form .xh-input-group-btn&gt;.xh-btn:hover {
    z-index: 2;
}

/*æç¤º*/
.xh-alert {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.xh-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.xh-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.xh-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.xh-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
/*payment type*/
.xh-form .pay{margin-top:20px;}
.xh-form .pay li{float: left;margin-right: 20px;margin-bottom:6px;}
.xh-form .pay li a{padding:4px 15px 4px 15px; border:2px solid #ddd;cursor:pointer;display:inline-block;background: #fff;height: 32px;}
.xh-form .pay li a img{max-height: 100%;}
.xh-form .pay li a.active,.xh-form .pay li a:hover{color: #333;border-color: #f58181;background: url(../image/selected.png) no-repeat right bottom #fff;text-decoration:none;}



/*è´­ç‰©è½¦æ–°*/
.xh-prolist{padding: 10px; background: #f4f4f4;position: relative;border-radius: 4px;margin-bottom: 20px; }
.xh-proline{height: 1px;width: 100%;margin:8px 0 0 0;border-bottom: 1px solid #ddd;clear: both;}
.xh-sumy{line-height: 20px;color: #666;}
.xh-prolist dt{width: 60px;float: left;}
.xh-prolist dt img{width: 60px;height: 60px;}
.xh-prolist dt a{display:inline-block;}
.xh-prolist dd{margin-left:70px;}
.xh-prolist dd .ptitle{font-size: 120%;margin-bottom: 5px;font-weight: normal;}
.xh-prolist dd .jj,.xh-prolist2 dd .jj{font-size: 75%;margin-bottom: 10px;color: #999;}
.xh-prolist dd .price{font-size: 120%;color: #f90;}
.xh-prolist .dec,.xh-prolist2 .dec{color: #999;line-height: 18px;font-size: 81.3%;}
.xh-prolist .j-item{position: absolute;right: 110px;top: 25px;width: 100px;height: 27px;}
.xh-prolist .j-item2{position: absolute;right: 10px;top: 25px;width: 100px;height: 27px;}
.xh-prolist .j-item .j-add-item{width: 27px;height: 27px;float: right;line-height: 27px;}
.xh-prolist .j-item .j-remove-item{width: 27px;height: 27px;float: left;line-height: 27px;display: inline-block;}
.xh-prolist .j-item .j-add-item img,.xh-prolist .j-item .j-remove-item img,.xh-prolist2 .j-item .j-add-item img,.xh-prolist2 .j-item .j-remove-item img{max-width: 100%;}
.xh-prolist .j-item .item-num{font-size: 93.8%;height: 27px; line-height: 27px; min-width: 25px;text-align: center;
    float: left;display: inline-block;text-align: center;}
.xh-totalprice{text-align: right;margin-top: 15px;}
.xh-totalprice b{font-size: 112.5%;}
.xh-shlist{margin-top: 15px;}
.xh-shlist li{height: 24px;line-height: 24px;overflow: hidden;}
.xh-fukuanfs{margin-top:15px;width: 100%;}
.xh-fukuanfs li{width: 33.3%;float: left;line-height: 30px;}
.xh-fukuanfs li img{vertical-align: middle;height: 20px;display: inline-block;}
.xh-fukuanfs li input{display: inline-block;}
.xh-total-price{font-size: 170%;height: 45px;line-height: 45px;color:#eb6a6a;}
.xh-total-price small{font-size: 14px;color: #999;}
.xh-checkoutbg{background: #f4f4f4;border-radius: 4px;padding: 15px;}
.xh-orderinfo{}
.xh-orderinfo li{width: 24%;float: left;
    margin-right: 1%;
    text-transform: uppercase;
    font-size: 100%;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;}
    .xh-orderinfo  li strong {
    display: block;
    font-size: 110%;
    text-transform: none;
    line-height: 1.5;
}

/*è®¢å•çŠ¶æ€*/
.xh-form .order-status-pending{color: #f0ad4e}
.xh-form .order-status-complete{color: #398439}
.xh-form .order-status-processing{color: #204d74}
/*åˆ†é¡µ*/
.xh-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.xh-pagination&gt;li {
    display: inline;
}
.xh-pagination-sm&gt;li:first-child&gt;a, .xh-pagination-sm&gt;li:first-child&gt;span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.xh-pagination&gt;li:first-child&gt;a, .xh-pagination&gt;li:first-child&gt;span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.xh-pagination&gt;li&gt;a, .xh-pagination&gt;li&gt;span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    font-size: 12px;
}
.xh-pagination&gt;.active&gt;a, .xh-pagination&gt;.active&gt;a:focus, .xh-pagination&gt;.active&gt;a:hover, .xh-pagination&gt;.active&gt;span, .xh-pagination&gt;.active&gt;span:focus, .xh-pagination&gt;.active&gt;span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.xh-pagination-sm &gt; li &gt; a,
.xh-pagination-sm &gt; li &gt; span {
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.5;
}
.xh-pagination-sm &gt; li:first-child &gt; a,
.xh-pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.xh-pagination-sm &gt; li:last-child &gt; a,
.xh-pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/*member page*/
.xh-member{}
.xh-member .xh-memberitem{width: 23%;float: left;text-align: center;padding: 20px;margin: 0 1%;border:1px solid #ddd;border-radius: 6px;overflow: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #FFF;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);}
.xh-member .xh-memberitem .htitle{font-size: 20px;text-align: center;padding:8px 0;}
.xh-member .xh-memberitem .xh-price{font-size: 18px;text-align: center;color: #ff0000;}
/*buy vip*/
.wshop-pay-button .xh-buy-vip{
	position: fixed;
    z-index: 1000;
    width:600px;
}
.xh-buy-vip{
	
	margin: 20px auto;
    background: #fff;	
    border-radius: 4px;
    border: 1px solid #ddd;   
	width:100%;
    font-family: "Microsoft Yahei UI","Microsoft Yahei","Helvetica Neue",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans","Hiragino Sans GB","Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,"WenQuanYi Zen Hei Sharp",sans-serif;
    font-size: 0.875em;}
.xh-buy-vip .vip-close{position: absolute;top:-8px;right:-8px;width: 24px;height:24px;background: #fff;padding: 2px;border-radius: 50%;border: 1px solid #ddd;text-align: center;}
.xh-buy-vip .vip-close img{margin-top: 1px;}
.xh-buy-vip .topbar{height: 50px;line-height: 50px;background: #f8f8f8;padding: 0 20px;border-top-left-radius:4px;
border-top-right-radius:4px;border-bottom: 1px solid #ddd}
.xh-buy-vip .paymentbar{border-bottom: 1px solid #eee;height: 41px;}
.xh-buy-vip .paymentbar  a{padding: 9px 20px;color: #333;text-decoration: none;float: left;margin-right: 5px;border:1px solid #fff;border-bottom:1px solid #eee;}
.xh-buy-vip .box{border:1px solid #eee;padding:20px;border-top: 0;}
.xh-buy-vip .paymentbar a.active,.xh-buy-vip .paymentbar a:hover{border:1px solid #eee;background: #f8f8f8;}
.xh-buy-vip .paylist{height: 40px;line-height: 40px;font-size: 22px;}
.xh-buy-vip .paylist label{display: inline-block;margin-right: 10px;}
.xh-buy-vip .paylist label input{float: left;margin-top: 10px;}
.xh-buy-vip .paylist label img{max-height: 100%;vertical-align: middle; margin-left: 5px;float: left;}
.xh-form .xh-vip{margin-top:10px;margin-bottom: 10px;margin-left:-15px;list-style:none!important;}
.xh-form ul.xh-vip{list-style:none !important;}
.xh-form .xh-vip li{float: left;padding-left: 15px;margin-bottom:6px;width: 50%;min-width: 130px;margin-bottom: 15px;}
.xh-form .xh-vip li a{border:2px solid #ddd;cursor:pointer;background: #fff;border-radius: 4px;position: relative;color: #333;text-decoration: none;display: block;height: 50px;line-height: 50px;}
.xh-form .xh-vip li a .price{font-size: 36px;top:0px;left:2px;position: absolute;}
.xh-form .xh-vip li a .tvmp_pay_rec {
    position: absolute;
    top:-10px;
    right:-10px;
    background: #f70f00;
    color: #fff;
    padding: 0px 3px;
    border-radius: 2px;
    font-size: 80%;
    display: inline-block;
    height: 18px;
    line-height: 18px;
}
.xh-buy-vip .xh-form{padding-top:20px;}
.xh-form .xh-vip li a .title{font-size: 12px;top:8px;right: 10px;position: absolute;line-height: 16px;width: 50%;text-align: right;}
.xh-form .xh-vip li a.active,.xh-form .xh-vip li a:hover{color: #333;border-color: #f70f00;background: url(../image/sprite_icon.png) no-repeat right bottom #fff;text-decoration:none;}
/*three steps*/

.steps {
  position: relative;
  margin: 0px auto;
  counter-reset: step;  /*åˆ›å»ºæ­¥éª¤æ•°å­—è®¡æ•°å™¨*/  
  padding-bottom: 20px;

}
/*æ­¥éª¤æè¿°*/
.steps li {
  list-style-type: none;
  font-size: 55%;
  text-align: center;
  width: 33.3%;
  position: relative;
  float: left;
}

/*æ­¥éª¤æ•°å­—*/
.steps li:before {
  display: block;
  content: counter(step); /*è®¾å®šè®¡æ•°å™¨å†…å®¹*/
  counter-increment: step;  /*è®¡æ•°å™¨å€¼é€’å¢ž*/
  width: 38px;
  height: 38px;
  background-color: #eb6a6a;
  line-height: 38px;
  border-radius: 32px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 8px auto;
   position: relative;
  z-index: 99;
}

/*è¿žæŽ¥çº¿*/
.steps li ~ li:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #019875;
  position: absolute;
  left: -50%;
  top: 18px;
  z-index: 3; /*æ”¾ç½®åœ¨æ•°å­—åŽé¢*/
}

/*å°†å½“å‰/å®Œæˆæ­¥éª¤ä¹‹å‰çš„æ•°å­—åŠè¿žæŽ¥çº¿å˜ç»¿*/
.steps li.active:before,
.steps li.active:after {
  background-color: #eb6a6a;
}

/*å°†å½“å‰/å®Œæˆæ­¥éª¤ä¹‹åŽçš„æ•°å­—åŠè¿žæŽ¥çº¿å˜ç°*/
.steps li.active ~ li:before,
.steps li.active ~ li:after {
  background-color: #777;
}

/*--------jquery-blockui---------*/
.wshop-layzeload{min-width:200px;min-height:50px;}
.wshop .blockUI.blockOverlay {
	position: relative
}

.wshop .blockUI.blockOverlay:before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: '';		
	background: url(../image/icons/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
	-webkit-animation:run 0.8s linear 0s infinite;
}
@-webkit-keyframes run{     
    from{     
        -webkit-transform:rotate(0deg);     
    }     
    to{     
        -webkit-transform:rotate(360deg);     
    }     
}     
	
/*ä»˜è´¹æŸ¥çœ‹æ–‡ç«&nbsp;*/
.xh-payzz{position:fixed;bottom:0;}	

/*mobile*/
@media (max-width : 767px){
.xh-layout{width: 98%;margin: 10px auto;}
.xh-form{width: 94%;margin:3% auto;padding:15px;}
.xh-form .pay li{margin-right: 10px;}
.xh-form .pay li a{padding: 2px 10px;height: 28px;}
.xh-layout .title .ddxx{display: none;}
	.xh-orderinfo li{width:49%;margin-bottom:10px;}
	.xh-checkouttop{padding-top:10px;}
.mod-ct{width: auto;}
.xh-layout-sm{width: 85%;margin: 10px auto;}
.xh-buy-vip{width: 100%;}
.xh-form .xh-vip{padding-left: 0}
.xh-form .xh-vip li{width: 100%}
.xh-membercenter .xh-user-right .conbox{padding: 0;}
.xh-buy-vip .paylist{height: auto;} 
}

@media (max-width : 320px){
.xh-form{width: 87%;margin:3% auto;}
.xh-layout-sm .paylist img{height: 20px;}
.xh-form .xh-vip{padding-left: 0}
.xh-form .xh-vip li{width: 100%}
.xh-form .pay li a{padding: 3px 6px;height: 25px;}
	.xh-hidde{display:none;}
	.xh-btn-border{display:block;margin-bottom:20px;}
	.xh-btn-border-warning{display:block}
}
@media ( min-width: 321px) and ( max-width:375px ){

  .xh-form .pay li a{padding: 4px 8px;height: 27px;}
.xh-layout-sm .paylist img{height: 22px;}
.xh-form .xh-vip{padding-left: 0}
.xh-form .xh-vip li{width: 100%}
}
@media (min-width: 376px ) and (max-width: 414px ){
.xh-form .xh-vip{padding-left: 0}
.xh-form .xh-vip li{width: 100%;}
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*------------------old style-------------------*/

.wshop-pay-button{display:none;}
.wshop-pay-button .cover{width:100%;height:100%;z-index:999;background:url(../image/v2.ui2.pay-list-bg.png) repeat;position:fixed;left:0;top:0;text-align:center;}
.wshop-pay-button .xh-button-box{width:280px;margin:0 auto;padding:12px 15px;position:fixed;z-index:99999;background-color:#fff;text-align:center;box-shadow:0 0 8px #999;top:35%;}
.wshop-pay-button .xh-button-box div{list-style:none}
.wshop-pay-button .xh-button-box div.xh-item{width:100%;height:60px;border:0;border-bottom:1px solid #e6e6e6;cursor:pointer;font-size:20px;font-family:'Microsoft YaHei';display:inline-block;line-height:60px;text-align:center}
.wshop-pay-button .xh-button-box div.xh-item span{display:inline-block;text-align:center;width:150px;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wshop-pay-button .xh-button-box div.xh-item i{display:inline-block;width:50px;height:40px;vertical-align:middle;background:url(../image/v2.ui2.ali.png) center no-repeat}
.wshop-pay-button .xh-button-box div.close,.xh-close{width:30px;height:30px;background:url(../image/v2.ui2.close2.png) center no-repeat;position:absolute;right:0;top:0;cursor:pointer}
.wshop-pay-button .xh-button-box div.loading{width:100%;height:100%;position:absolute;left:0;top:0;text-align:center;border-radius:8px;background:url(../image/v2.ui2.loading.gif) center no-repeat;background-size:30px 30px;display:none;}
.btn-pay-button,.btn-pay-button:hover,.btn-pay-button:visited,.btn-pay-button:active{background:#5db3b7;padding:10px 30px;font-size:20px;text-align:center;color:#fff;margin:0 auto;}

@media(max-width :450px){
	.wshop-pay-button .xh-button-box .xh-item i{display:inline-block;width:50px;height:40px;vertical-align:middle;background-size:contain}
	.wshop-pay-button .xh-button-box{width:100%;margin:0 auto;box-shadow:none;padding:0;position:fixed;left:0;top:auto;bottom:0;-webkit-animation:mobile_moving .5s ease-in-out 0s alternate}
	@-webkit-keyframes mobile_moving{
		0%{bottom:-500px}
		100%{bottom:0}
	}
	.wshop-pay-button .xh-button-box div.xh-item{height:60px;line-height:60px;font-size:18px}
	.wshop-pay-button .xh-button-box div.close{display:none}
}

.wshop-form-checkbox{vertical-align:middle;}
/*------------è¡¨å•------------*/
.ginput_container .field{width:60%;}
.xh-form .red{color:red;}
.xh-form .help-block{ 
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;}
	
.wshop-pay-button .xh-form{z-index: 1000;-webkit-transition: all .2s linear;transition: all .2s linear;}
/*table*/
.xh-table{border:0;width: 100%;border-collapse:collapse;}
.xh-table th,.xh-table td{padding: 8px 10px;border-right:0;border-bottom: 1px solid #eee;text-align: left;}
.xh-coupons{}
.xh-coupons li{line-height:18px;margin-bottom:8px;}
.xh-coupons li div a{font-size:100%;padding:2px 6px;margin-left:15px;border:1px solid #eee;border-radius:3px;background:#f8f8f8;color: #ff0000;text-decoration: none;}	
	
</pre></body></html>