@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("https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../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(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../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>.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>.xh-btn, .xh-form .xh-input-group-btn:last-child>.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>.btn-group:not(:first-child)>.xh-btn,.xh-form .xh-input-group-btn:first-child>.xh-btn:not(:first-child),.xh-form .xh-input-group-btn:last-child>.xh-btn,.xh-form .xh-input-group-btn:last-child>.btn-group>.xh-btn,.xh-form .xh-input-group-btn:last-child>.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>.xh-btn:active,.xh-form .xh-input-group-btn>.xh-btn:focus,.xh-form .xh-input-group-btn>.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(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../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>li {
    display: inline;
}
.xh-pagination-sm>li:first-child>a, .xh-pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.xh-pagination>li:first-child>a, .xh-pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.xh-pagination>li>a, .xh-pagination>li>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>.active>a, .xh-pagination>.active>a:focus, .xh-pagination>.active>a:hover, .xh-pagination>.active>span, .xh-pagination>.active>span:focus, .xh-pagination>.active>span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.xh-pagination-sm > li > a,
.xh-pagination-sm > li > span {
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.5;
}
.xh-pagination-sm > li:first-child > a,
.xh-pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.xh-pagination-sm > li:last-child > a,
.xh-pagination-sm > li:last-child > 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(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../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(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../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);     
    }     
}     
	
/*付费查看文章*/
.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(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../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(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../image/v2.ui2.ali.png) center no-repeat}
.wshop-pay-button .xh-button-box div.close,.xh-close{width:30px;height:30px;background:url(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../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(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../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;}	
	

/* 迅虎插件基础样式 http://www.wpweixin.net;  */

/*flex布局*/
.xunhu-pr {
    position: relative;
}

.xunhu-pa {
    position: absolute;
}

/*flex 方向*/
.xunhu-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.xunhu-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.xunhu-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.xunhu-flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.xunhu-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.xunhu-flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

/*flex 内容对齐*/
.xunhu-justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.xunhu-justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.xunhu-justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.xunhu-justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.xunhu-justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

/*flex 项目对齐*/
.xunhu-align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.xunhu-align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.xunhu-align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.xunhu-align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.xunhu-align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

/* flex 等比例内容占格*/
.xunhu-flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

/* flex 内容自动占格*/
.xunhu-mr-auto {
    margin-right: auto !important;
}

.xunhu-ml-auto {
    margin-left: auto !important;
}

.xunhu-mt-auto {
    margin-top: auto !important;
}

.xunhu-mb-auto {
    margin-bottom: auto !important;
}

/*字体*/
.xunhu-font {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    color: #757575;
}

.xunhu-font a, .xunhu-font a:hover {
    text-decoration: none!important;
    box-shadow:none!important;

}

.xunhu-font.font-24, .xunhu-font .font-24 {
    font-size: 24px;
}

.xunhu-font.font-20, .xunhu-font .font-20 {
    font-size: 20px;
}

.xunhu-font.font-16, .xunhu-font .font-16 {
    font-size: 16px;
}

.xunhu-font.main-title, .xunhu-font .main-title {
    font-size: 18px;
    color: #464c5b;
}

.xunhu-font.sub-title, .xunhu-font .sub-title {
    font-size: 16px;
    color: #464c5b;
}

.xunhu-font.small-title, .xunhu-font .small-title {
    font-size: 12px;
    color: #464c5b;
}

.xunhu-font.text-content, .xunhu-font .text-content {
    color: #657180;
}

.xunhu-font.text-warning, .xunhu-font .text-warning {
    color: #f98000!important;
}

.xunhu-font.text-download, .xunhu-font .text-download {
    color: #757575;
}

.xunhu-font.text-help, .xunhu-font .text-help {
    color: #9ea7b4;
}

.xunhu-font.text-disabled, .xunhu-font .text-disabled {
    color: #c3cbd6;
}

.xunhu-link-default:link, a.xunhu-link-default {
    color: #5fb878!important;
}

.xunhu-link-default:visited {
    color: #5fb878;
}

.xunhu-link-default:hover {
    color: #ff9000!important;
}

.xunhu-link-default:active {
    color: #464c5b;
}

.xunhu-text-lg {
    font-size: 150%
}

.xunhu-text-xs {
    font-size: 80%;
}

/*文本截断*/
.single-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.multi-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
}

/*颜色*/
.xunhu-bg-color {
    background-color: #f2f2f5;
}

.xunhu-border-color {
    border-color: #b3b3b3;
}

.xunhu-border-color.active {
    border-color: #5fb878;
}

.xunhu-line-border {
    border-color: #f3f3f3;
}

/*边距*/
.xunhu-ml10 {
    margin-left: 10px;
}

.xunhu-mr10 {
    margin-right: 10px;
}

.xunhu-mt10 {
    margin-top: 10px;
}

.xunhu-mb10 {
    margin-bottom: 10px;
}

.xunhu-pl10 {
    padding-left: 10px;
}

.xunhu-pr10 {
    padding-right: 10px;
}

.xunhu-pt10 {
    padding-top: 10px;
}

.xunhu-pb10 {
    padding-bottom: 10px;
}

.xunhu-m20 {
    margin: 20px;
}

.xunhu-mt20 {
    margin-top: 20px;
}

.xunhu-p20 {
    padding: 20px;
}

.xunhu-p40 {
    padding: 40px;
}

.xunhu-ptb40 {
    padding: 40px 0;
}

.xunhu-ptb20 {
    padding: 20px 0;
}

.xunhu-m15 {
    margin: 15px;
}

.xunhu-p15 {
    padding: 15px;
}

.xunhu-radius {
    border-radius: 2px;
}

.xunhu-text-center {
    text-align: center
}

.xh-text-left {
    text-align: left;
}



/*弹窗*/
.xunhu-modal {
    display: block; /* 默认隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 999; /* 设置在顶层 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
}

/* 弹窗内容 */
.xunhu-modal-content {
    background-color: #fff;
    margin: 15% auto;
    width: 600px;
    max-width: 100%;
    border-radius: 2px;
    position: relative;
}
.xunhu-modal-content label{display:inline-block!important}
/* 关闭按钮 */
.xunhu-close {
    width: 30px;
    height: 30px;
    background: url(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../image/v2/xh-close.png) no-repeat 0 0;
    position: absolute;
    right: -10px;
    top: -10px;
    display: inline-block;
    cursor: pointer;
}

.xunhu-close:hover,
.xunhu-close:focus {

    text-decoration: none;
    cursor: pointer;
    background: url(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../image/v2/xh-close.png) no-repeat -31px 0;
}

.xunhu-modal-footer {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #f3f3f3;
    text-align: center;
    display: block;
    margin-top: 25px;
}

/*按钮*/
.xunhu-btn {
    border-radius: 2px;
    color: #fff!important;
    margin: auto;
    cursor: pointer;
    padding: 6px 0px;
    font-size: 16px;
    text-align: center;
    width: 100px;
    display: inline-block;
    text-decoration: none;
      box-shadow:none!important;
      border:0;

}

.xunhu-btn-block {
    display: block;
    width: 100%;
}

.xunhu-btn-xs {
    padding: 2px 0;
    font-size: 12px;
    width: 50px;
}

.xunhu-btn-lg {
    padding: 9px 0;
}

.xunhu-btn-green {
    background-color: #5fb878;
    border-color: #5fb878!important;
    box-shadow:none!important;
}

.xunhu-btn-green:hover {
    background-color: #4ca665;
    color: #fff!important;
   box-shadow:none!important;
}

.xunhu-btn-warning {
    background-color: #ff9800;
    border-color: #ff9800!important;
    box-shadow:none!important;
    border:0;
}

.xunhu-btn-warning:hover {
    background-color: #ffad33;
    border-color: #ffad33;
    color: #fff!important;
    box-shadow:none!important;
}

.xunhu-btn-border-green {
    background-color: #fff !important;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    border: 1px solid #5fb878;
    color: #5fb878!important;
}

.xunhu-btn-border-warning {
    background-color: #fff !important;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    border: 1px solid #ff9800;
    color: #ff9800!important;
}

.xunhu-btn-border-green:hover {
    color: #489f3c;
}

.xunhu-btn-border-warning:hover {
    color: #ff8a00
}
/*提示*/
.xunhu-alert {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 2px;
}
.xunhu-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.xunhu-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.xunhu-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.xunhu-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/*表格*/
.xunhu-table {
    width: 100%!important;
    max-width: 100%!important;
    margin-bottom: 1rem!important;
    background-color: transparent!important;
    border-collapse: collapse!important;
    border:0!important;
}

.xunhu-table thead {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid #f1f1f1;
}

.xunhu-table td, .xunhu-table th {
    padding: .65rem;
    vertical-align: top;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
}

.xunhu-table tr:hover {
    background-color: #f5f5f5;
}
.xunhu-table a,.xunhu-table a:hover{
    color: #5fb878!important;
}
.xunhu-table a.xunhu-btn-green,.xunhu-table a.xunhu-btn-green:hover,.xunhu-table a.xunhu-btn-warning,.xunhu-table a.xunhu-btn-warning:hover{color: #fff!important;}

/*分割线*/
.xunhu-divider {
    display: block;
    height: 1px;
    width: 100%;
    min-width: 100%;
    margin: 10px 0;
    clear: both;
    padding: 0;
    list-style: none;
    background: #e8eaec;
}

/*分页*/
.xunhu-pages {
    list-style: none;
}

.xunhu-pages li {
    margin-left: 3px;
    display: inline;
    list-style: none;
}

.xunhu-pages li a {
    padding: 0.2rem 0.5rem;
    border-radius: 2px;
    text-align: center;
    background-color: #fff;
    text-decoration: none
}

.xunhu-pages li a.active, .xunhu-pages li a:hover {
    background-color: #5fb878;
    color: #fff;
}

/*徽章*/
.xunhu-badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .15rem;
    background-color: #f3f3f3;
    color: #666;
}

/*列表组*/
.xunhu-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.xunhu-list-group  a{color: #5fb878!important;}
.xunhu-list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.xunhu-list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.xunhu-list-group-item {
    display: block;
    padding: .75rem 0;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    width: 100%;
    color: #757575;
    text-align: inherit;
}

.xunhu-list-group-item.active, .xunhu-list-group-item:hover {
    z-index: 2;
    color: #fff!important;
    background-color: #5fb878;
    border-color: #5fb878;
}

/*订单详情*/
.xunhu-order-info {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.xunhu-order-info li {
    list-style: none;
    line-height: 2rem;
}

/*input表单样式*/
.xunhu-font .radio {
    margin: 15px auto!important;
}

.xunhu-font .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.xunhu-font .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f8f8f8;
    border-radius: 100%;
    border: 1px solid #a7a7a7;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: -0.1em;
    margin-right: 0.2em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;

}

.xunhu-font .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #5fb878;
    box-shadow: inset 0 0 0 5px #fff;
}

.xunhu-font .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #5fb878;
}

.xunhu-font .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 3px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.xunhu-font .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.xunhu-font input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: center;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
    vertical-align: middle;
}

.xunhu-font input[type=checkbox]:checked::after {
    content: "\2713";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #5fb878;
    color: #5fb878;
    font-size: 14px;
    vertical-align: middle;
}

.xunhu-input {
    width: 100%!important;
    padding: 10px 15px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .035);
    -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;
    display: block!important;
}

.xunhu-select {
    width: 100%;
    padding: 9px 13px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .055);
    -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;
}

.xunhu-select option {
    color: #757575
}

.xunhu-required:after {
    content: "*";
    color: #ed1c24;
}

.xunhu-form-group {
    margin-bottom: 20px;
}

.xunhu-form-lable {
    display: inline-block;
}

.xunhu-form-help {
    display: block;
}

.xunhu-input-group {

    display: flex;
    border-collapse: separate;
    margin-bottom: 20px;
}

.xunhu-input-group input {
    flex-grow: 1;
    align-self: stretch;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}

.xunhu-input-group .xunhu-btn {
    font-size: 14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px
}

.xunhu-input::-moz-placeholder, .xunhu-select::-moz-placeholder {
    color: #c5c8ce;
    opacity: 1
}

.xunhu-input:-ms-input-placeholder, .xunhu-select:-ms-input-placeholder {
    color: #c5c8ce
}

.xunhu-input::-webkit-input-placeholder, .xunhu-select::-webkit-input-placeholder {
    color: #c5c8ce
}

.xunhu-input:focus, .xunhu-input:hover, .xunhu-select:focus, .xunhu-select:hover {
    border-color: #5fb878
}

.xunhu-input:focus, .xunhu-select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(95, 140, 240, .2)
}

.xunhu-input[disabled], fieldset[disabled] .xunhu-input {
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.xunhu-input[disabled]:hover, fieldset[disabled] .xunhu-input:hover, .xunhu-select[disabled]:hover, fieldset[disabled] .xunhu-select:hover {
    border-color: #5fb878
}

/*简易布局*/
.xh-container {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}
.xh-w50 {
    width: 50% !important;
    margin: 20px auto;

}

/*移动端*/
@media (max-width: 767px) {
    .xunhu-modal-content {
        width: 90%;
        margin: 50% auto!important;
    }

    .xh-container {
        width: 100%;
    }

    .xh-w50 {
        width: 80%!important;
        margin: 20px auto;
    }
}

@media (max-width: 320px) {
    .xunhu-member-item {
        padding: 10px;
    }

    .xh-w50 {
        width: 90%!important;
        margin: 20px auto;
    }
}

@media (max-width: 1279px) {
    .xh-container {
        width: 100%;
    }
}

/* wechat-shop 付费下载 */
.xunhu-downbox{
 width: 100%;
 text-align: center;
 margin: 15px auto;
}
.xunhu-downbox a,.xunhu-downbox a:hover{
    color: #fff!important;
}
.xunhu-downlockicon{top: 10px;left:10px;}
/*付费阅读*/
.xunhu-layzeload-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 101;
    padding: 180px 0 40px 0;
    text-align: center;
   background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(0,0,0,0) 0%,#fff 70%);

}
/*打赏*/
.xunhu-ds-pire{border-radius: 2px;
    color: #757575;
    margin: auto;
    cursor: pointer;
    padding: 5px 0px;
    font-size: 14px;
    text-align: center;
    width: 65px;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    border:1px solid #ddd;
    margin-bottom: 15px;
}
.xunhu-ds-pire:hover,.xunhu-ds-pire.active{background-color: #5fb878;border-color: #5fb878;color: #fff;}
/*会员等级*/
.xunhu-member-info{width: 85%;margin: 15px auto;}
.xunhu-member-item{padding: 2%;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 2px;
    background-color: #fff;
    width: 24%;
    color: #757575;
    margin-bottom: 20px;
    margin: 2.5%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05);
  }
.xunhu-member-item.active,.xunhu-member-item:hover{border-color: #5fb878;
z-index:2;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.1);box-shadow:0 5px 10px rgba(0,0,0,0.1);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)
}
.xh-member-pay{}
.xh-member-pay a{color: #757575}
.xh-member-pay a.active,.xh-member-pay a:hover{color: #5fb878;}
.xunhu-order-status-ok{height: 48px;width: 48px;background: url(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../image/v2/order-status.png) no-repeat 0 0;}
.xunhu-order-status-fail{height: 48px;width: 48px;background: url(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../image/v2/order-status.png) no-repeat -49px 0;}
.xunhu-order-status-cancel{height: 48px;width: 48px;background: url(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../image/v2/order-status.png) no-repeat -98px 0;}
.xunhu-down-icon{width: 30px;height: 30px;background: url(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../image/v2/xh-close.png) no-repeat -64px 8px;display: inline-block;}
.xunhu-up-icon{width: 30px;height: 30px;background: url(https://www.liaozhaichatroom.com/wp-content/plugins/wechat-shop-download/assets/css/../image/v2/xh-close.png) no-repeat -86px 8px;display: inline-block;}
.xunhu-member-border{width: 100%!important;border-radius: 2px;border:1px solid #eee;margin: 15px auto!important;
-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);
}
/*卡密*/
.xunhu-checkout-title{    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    border-bottom: 2px solid #eee;
    background: #fff; }
.xh-cdkey-left{width: 17%;border-radius: 2px;}
.xh-cdkey-right{width: 80%;border:1px solid #f3f3f3;border-radius: 2px;background-color: #fff;min-height: 700px;}
.xunhu-cdkey-checkout{width: 550px;max-width: 100%;border:1px solid #eee;background-color: #fff;
border-radius: 2px;
margin: 40px auto;
}
.xunhu-cdkey-checkout .checkcontent{padding: 30px 50px 50px 50px;}
/*表单支付*/

/*购物车模式*/
.xunhu-cart-layout{width: 750px;
    margin: 20px auto;
    max-width: 100%;}
.xunhu-cart-box{
   margin-top: 20px;
    background: #fff;
    padding: 30px 35px;
    border:2px solid #eee;
    border-radius: 4px;
}
.xunhu-steps {
  display: flex;
  margin: 0px auto;
  counter-reset: step;
  padding-bottom: 20px;
  -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
  -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.xunhu-steps span {

  list-style-type: none;
  font-size: 55%;
  text-align: center;
  width: 33.3%;
  position: relative;

}
.xunhu-steps span:before {
  display: block;
  content: counter(step);
  counter-increment: step;
  width: 38px;
  height: 38px;
  background-color: #5fb878;
  line-height: 38px;
  border-radius: 32px;
  font-size: 18px;
  color: #fff;
  text-align: center;

  margin: 0 auto 8px auto;
   position: relative;
  z-index: 99;
}

.xunhu-steps span ~ span:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #019875;
  position: absolute;
  left: -50%;
  top: 18px;
  z-index: 3;
}

.xunhu-steps span.active:before,
.xunhu-steps span.active:after {
  background-color: #5fb878;
}


.xunhu-steps span.active ~ span:before,
.xunhu-steps span.active ~ span:after {
  background-color: #777;
}
/*移动端*/
@media (max-width : 767px){
.xh-cdkey-left{width: 100%;}
.xh-cdkey-right{width: 100%;}
.xunhu-cdkey-checkout .checkcontent{padding: 15px 20px 20px 20px;}
.xunhu-cart-box{padding: 10px;}
.xunhu-member-item{width: 100%!important}
}

.mloading-container{position:relative;min-height:70px;-webkit-transition:height .6s ease-in-out;-o-transition:height .6s ease-in-out;transition:height .6s ease-in-out}.mloading{position:absolute;background:#e9e9e8;font:normal 12px/22px "Microsoft Yahei","微软雅黑","宋体";display:none;z-index:1600;background:rgba(233,233,232,0)}.mloading.active{display:block}.mloading.mloading-mask{background:rgba(233,233,232,0.75);filter:alpha(opacity=75)}.mloading-full{position:fixed;width:100%;height:100%;top:0;left:0}.mloading-container>.mloading{top:0;left:0;width:100%;height:100%}.mloading-body{width:100%;height:100%;position:relative}.mloading-bar{width:250px;min-height:22px;text-align:center;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.27);border-radius:7px;padding:20px 15px;font-size:14px;color:#999;position:absolute;top:50%;left:50%;margin-left:-140px;margin-top:-30px;word-break:break-all}@media(max-width:300px){.mloading-bar{width:62px;height:56px;margin-left:-30px!important;margin-top:-30px!important;padding:0;line-height:56px}.mloading-bar>.mloading-text{display:none}}.mloading-bar-sm{width:62px;height:56px;margin-left:-30px!important;margin-top:-30px!important;padding:0;line-height:56px}.mloading-bar-sm>.mloading-text{display:none}.mloading-icon{width:16px;height:16px;vertical-align:middle}.mloading-text{margin-left:10px}