<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
[v-cloak]{ display: none;}
/* 文本 */
.xc-text-right,.xc-text-r{ text-align: right}
.xc-text-left,.xc-text-l{ text-align: left}
.xc-text-center,.xc-text-c{ text-align: center}
.xc-text-bold{ font-weight: bold;}
.xc-text-normal{ font-weight: normal;}
.xc-text-bolder{ font-weight: bolder;}

/* 浮动方向 */
.xc-float-right,.xc-float-r{ float: right}
.xc-float-left,.xc-float-l{ float: left}
.xc-clearboth{ clear: both;}

/* 定位 */
.xc-static{ position: static;}
.xc-fixed{ position:fixed;}
.xc-relative{ position: relative;}
.xc-absolute{ position: absolute;}
.xc-sticky{ position: sticky;}

/* 缩进两个字符 */
.xc-indent{ text-indent: 2em;}

/* 宽度 */
.xc-w-5{ width: 5px !important;}
.xc-w-10{ width: 10px !important;}
.xc-w-15{ width: 15px !important;}
.xc-w-20{ width: 20px !important;}
.xc-w-25{ width: 25px !important;}
.xc-w-30{ width: 30px !important;}
.xc-w-40{ width: 40px !important;}
.xc-w-50{ width: 50px !important;}
.xc-w-60{ width: 60px !important;}
.xc-w-70{ width: 70px !important;}
.xc-w-80{ width: 80px !important;}
.xc-w-90{ width: 90px !important;}
.xc-w-100{ width: 100px !important;}
.xc-w-110{ width: 110px !important;}
.xc-w-120{ width: 120px !important;}
.xc-w-130{ width: 130px !important;}
.xc-w-140{ width: 140px !important;}
.xc-w-150{ width: 150px !important;}
.xc-w-160{ width: 160px !important;}
.xc-w-170{ width: 170px !important;}
.xc-w-180{ width: 180px !important;}
.xc-w-190{ width: 190px !important;}
.xc-w-200{ width: 200px !important;}

/* 宽度百分比 */
.xc-w-100p{ width: 100%; }
.xc-w-90p{ width: 90%; }
.xc-w-80p{ width: 80%; }
.xc-w-70p{ width: 70%; }
.xc-w-60p{ width: 60%; }
.xc-w-50p{ width: 50%; }
.xc-w-40p{ width: 40%; }
.xc-w-30p{ width: 30%; }
.xc-w-20p{ width: 20%; }
.xc-w-10p{ width: 10%; }

/* 高度 */
.xc-h-5{ height: 5px !important;}
.xc-h-10{ height: 10px !important;}
.xc-h-15{ height: 15px !important;}
.xc-h-20{ height: 20px !important;}
.xc-h-25{ height: 25px !important;}
.xc-h-30{ height: 30px !important;}
.xc-h-40{ height: 40px !important;}
.xc-h-50{ height: 50px !important;}
.xc-h-60{ height: 60px !important;}
.xc-h-70{ height: 70px !important;}
.xc-h-80{ height: 80px !important;}
.xc-h-90{ height: 90px !important;}
.xc-h-100{ height: 100px !important;}
.xc-h-150{ height: 150px !important;}
.xc-h-200{ height: 200px !important;}

/* 高度百分比 */
.xc-h-100p{ height: 100%; }
.xc-h-90p{ height: 90%; }
.xc-h-80p{ height: 80%; }
.xc-h-70p{ height: 70%; }
.xc-h-60p{ height: 60%; }
.xc-h-50p{ height: 50%; }
.xc-h-40p{ height: 40%; }
.xc-h-30p{ height: 30%; }
.xc-h-20p{ height: 20%; }
.xc-h-10p{ height: 10%; }

/* 字体大小 */
.xc-text-8{ font-size: 8px;}
.xc-text-9{ font-size: 9px;}
.xc-text-10{ font-size: 10px;}
.xc-text-11{ font-size: 11px;}
.xc-text-12{ font-size: 12px;}
.xc-text-13{ font-size: 13px;}
.xc-text-14{ font-size: 14px;}
.xc-text-15{ font-size: 15px;}
.xc-text-16{ font-size: 16px;}
.xc-text-17{ font-size: 17px;}
.xc-text-18{ font-size: 18px;}
.xc-text-20{ font-size: 20px;}
.xc-text-22{ font-size: 24px;}
.xc-text-24{ font-size: 24px;}
.xc-text-26{ font-size: 20px;}
.xc-text-28{ font-size: 24px;}
.xc-text-30{ font-size: 30px;}

/* 字体颜色 */
.xc-c-eee{ color:#EEE !important;}
.xc-c-ccc{ color:#CCC !important;}
.xc-c-ddd{ color:#DDD !important;}
.xc-c-999,.xc-c-grey{ color:#999 !important;}
.xc-c-666{ color:#666 !important;}
.xc-c-888{ color:#888 !important;}
.xc-c-000,.xc-c-black{ color:#000 !important;}
.xc-c-fff,.xc-c-white{ color:#FFF !important;}
.xc-c-f30{ color:#F30 !important;}
.xc-c-f90{ color:#F90 !important;}
.xc-c-blue{ color:#0f9ae0 !important;}
.xc-c-red,.xc-c-c00{ color:#c00 !important;}
.xc-c-green{ color:green !important;}
.xc-c-orange,.xc-c-f60{ color:#f60 !important;}
.xc-c-yellow{color: #FFD900 !important;}

/* 背景颜色 */
.xc-bg-999{ background-color:#999 !important;}
.xc-bg-666{ background-color:#666 !important;}
.xc-bg-000,.xc-bg-black{ background-color:#000 !important;}
.xc-bg-fff,.xc-bg-white{ background-color:#fff !important;}
.xc-bg-red,.xc-bg-c00{ background-color:#c00 !important;}
.xc-bg-f60{ background-color:#f60 !important;}
.xc-bg-f90{ background-color:#f90 !important;}
.xc-bg-yellow{background-color: #FFD900 !important;}
.xc-bg-gray{ background-color:#FAFAFA !important;}
.xc-bg-ddd{ background-color:#ddd !important;}
.xc-bg-eee{ background-color:#eee !important;}
.xc-bg-green{ background-color: #5eb95e !important;}
.xc-bg-blue{ background-color: #3bb4f2 !important; }
.xc-bg-blue-light{ background-color: #0f9ae0 !important;}
.xc-bg-orange{ background-color: #FF6600 !important; }
.xc-bg-orange-light{ background-color: #FF9900 !important;}
.xc-bg-transparent{ background-color: transparent;}

/* 内外边距 */
.xc-margin-5{ margin: 5px;}
.xc-margin-10,.xc-margin{ margin: 10px;}
.xc-margin-15{ margin: 15px;}
.xc-margin-20{ margin: 20px;}
.xc-margin-25{ margin: 25px;}
.xc-margin-30{ margin: 30px;}
.xc-margin-40{ margin: 40px;}
.xc-margin-50{ margin: 50px;}

.xc-margin-lr-5{ margin-left: 5px; margin-right: 5px;}
.xc-margin-lr-10,.xc-margin-lr{ margin-left: 10px; margin-right: 10px;}
.xc-margin-lr-15{ margin-left: 15px; margin-right: 15px;}
.xc-margin-lr-20{ margin-left: 20px; margin-right: 20px;}
.xc-margin-lr-25{ margin-left: 25px; margin-right: 25px;}
.xc-margin-lr-30{ margin-left: 30px; margin-right: 30px;}
.xc-margin-lr-40{ margin-left: 40px; margin-right: 40px;}
.xc-margin-lr-50{ margin-left: 50px; margin-right: 50px;}

.xc-margin-tb-5{ margin-top: 5px; margin-bottom: 5px;}
.xc-margin-tb-10,.xc-margin-tb{ margin-top: 10px; margin-bottom: 10px;}
.xc-margin-tb-15{ margin-top: 15px; margin-bottom: 15px;}
.xc-margin-tb-20{ margin-top: 20px; margin-bottom: 20px;}
.xc-margin-tb-25{ margin-top: 25px; margin-bottom: 25px;}
.xc-margin-tb-30{ margin-top: 30px; margin-bottom: 30px;}
.xc-margin-tb-40{ margin-top: 40px; margin-bottom: 40px;}
.xc-margin-tb-50{ margin-top: 50px; margin-bottom: 50px;}

.xc-margin-t-5{ margin-top: 5px;}
.xc-margin-t-10,.xc-margin-t{ margin-top: 10px;}
.xc-margin-t-15{ margin-top: 15px;}
.xc-margin-t-20{ margin-top: 20px;}
.xc-margin-t-25{ margin-top: 25px;}
.xc-margin-t-30{ margin-top: 30px;}
.xc-margin-t-40{ margin-top: 40px;}
.xc-margin-t-50{ margin-top: 50px;}

.xc-margin-b-5{ margin-bottom: 5px;}
.xc-margin-b-10,.xc-margin-b{ margin-bottom: 10px;}
.xc-margin-b-15{ margin-bottom: 15px;}
.xc-margin-b-20{ margin-bottom: 20px;}
.xc-margin-b-25{ margin-bottom: 25px;}
.xc-margin-b-30{ margin-bottom: 30px;}
.xc-margin-b-40{ margin-bottom: 40px;}
.xc-margin-b-50{ margin-bottom: 50px;}

.xc-margin-l-5{ margin-left: 5px;}
.xc-margin-l-10,.xc-margin-l{ margin-left: 10px;}
.xc-margin-l-15{ margin-left: 15px;}
.xc-margin-l-20{ margin-left: 20px;}
.xc-margin-l-25{ margin-left: 25px;}
.xc-margin-l-30{ margin-left: 30px;}
.xc-margin-l-40{ margin-left: 40px;}
.xc-margin-l-50{ margin-left: 50px;}

.xc-margin-r-5{ margin-right: 5px;}
.xc-margin-r-10,.xc-margin-r{ margin-right: 10px;}
.xc-margin-r-15{ margin-right: 15px;}
.xc-margin-r-20{ margin-right: 20px;}
.xc-margin-r-25{ margin-right: 25px;}
.xc-margin-r-30{ margin-right: 30px;}
.xc-margin-r-40{ margin-right: 40px;}
.xc-margin-r-50{ margin-right: 50px;}

.xc-padding-5{ padding: 5px;}
.xc-padding-10,.xc-padding{ padding: 10px;}
.xc-padding-15{ padding: 15px;}
.xc-padding-20{ padding: 20px;}
.xc-padding-30{ padding: 30px;}
.xc-padding-40{ padding: 40px;}
.xc-padding-50{ padding: 50px;}

.xc-padding-lr-5{ padding-left: 5px; padding-right: 5px;}
.xc-padding-lr-10,.xc-padding-lr{ padding-left: 10px; padding-right: 10px;}
.xc-padding-lr-15{ padding-left: 15px; padding-right: 15px;}
.xc-padding-lr-20{ padding-left: 20px; padding-right: 20px;}
.xc-padding-lr-25{ padding-left: 25px; padding-right: 25px;}
.xc-padding-lr-30{ padding-left: 30px; padding-right: 30px;}
.xc-padding-lr-40{ padding-left: 40px; padding-right: 40px;}
.xc-padding-lr-50{ padding-left: 50px; padding-right: 50px;}

.xc-padding-tb-5{ padding-top: 5px; padding-bottom: 5px;}
.xc-padding-tb-10,.xc-padding-tb{ padding-top: 10px; padding-bottom: 10px;}
.xc-padding-tb-15{ padding-top: 15px; padding-bottom: 15px;}
.xc-padding-tb-20{ padding-top: 20px; padding-bottom: 20px;}
.xc-padding-tb-25{ padding-top: 25px; padding-bottom: 25px;}
.xc-padding-tb-30{ padding-top: 30px; padding-bottom: 30px;}
.xc-padding-tb-40{ padding-top: 40px; padding-bottom: 40px;}
.xc-padding-tb-50{ padding-top: 50px; padding-bottom: 50px;}

.xc-padding-t-5{ padding-top: 5px;}
.xc-padding-t-10,.xc-padding-t{ padding-top: 10px;}
.xc-padding-t-15{ padding-top: 15px;}
.xc-padding-t-20{ padding-top: 20px;}
.xc-padding-t-25{ padding-top: 25px;}
.xc-padding-t-30{ padding-top: 30px;}
.xc-padding-t-40{ padding-top: 40px;}
.xc-padding-t-50{ padding-top: 50px;}

.xc-padding-b-5{ padding-bottom: 5px;}
.xc-padding-b-10,.xc-padding-b{ padding-bottom: 10px;}
.xc-padding-b-15{ padding-bottom: 15px;}
.xc-padding-b-20{ padding-bottom: 20px;}
.xc-padding-b-25{ padding-bottom: 25px;}
.xc-padding-b-30{ padding-bottom: 30px;}
.xc-padding-b-40{ padding-bottom: 40px;}
.xc-padding-b-50{ padding-bottom: 50px;}

.xc-padding-l-5{ padding-left: 5px;}
.xc-padding-l-10,.xc-padding-l{ padding-left: 10px;}
.xc-padding-l-15{ padding-left: 15px;}
.xc-padding-l-20{ padding-left: 20px;}
.xc-padding-l-25{ padding-left: 25px;}
.xc-padding-l-30{ padding-left: 30px;}
.xc-padding-l-40{ padding-left: 40px;}
.xc-padding-l-50{ padding-left: 50px;}

.xc-padding-r-5{ padding-right: 5px;}
.xc-padding-r-10,.xc-padding-r{ padding-right: 10px;}
.xc-padding-r-15{ padding-right: 15px;}
.xc-padding-r-20{ padding-right: 20px;}
.xc-padding-r-25{ padding-right: 25px;}
.xc-padding-r-30{ padding-right: 30px;}
.xc-padding-r-40{ padding-right: 40px;}
.xc-padding-r-50{ padding-right: 50px;}

/* 图片比例, 放置图片外的div标签 */
.xc-img-2-1{ background-position: center center; width:100%; padding-bottom: 50%; height: 0; overflow: hidden;position: relative;}
.xc-img-1-1{ background-position: center center; width:100%; padding-bottom: 100%; height: 0;overflow: hidden;position: relative;}
.xc-img-3-1{ background-position: center center; width:100%; padding-bottom: 33%; height: 0;overflow: hidden;position: relative;}
.xc-img-3-1 img,.xc-img-2-1 img,.xc-img-1-1 img{width: 100%; position: absolute; left:50%; top:50%; transform: translate(-50%,-50%); }

/*自动省略号文字*/
.xc-text-cut { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.xc-text-cut-1 {  display: -webkit-box;	overflow: hidden;  text-overflow: ellipsis;	word-wrap: break-word;	word-break: break-all;	white-space: normal !important;	-webkit-line-clamp: 1;	-webkit-box-orient: vertical;}
.xc-text-cut-2 {  display: -webkit-box;	overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;	word-break: break-all;	white-space: normal !important;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical;}
.xc-text-cut-3 {  display: -webkit-box;	overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;	word-break: break-all;	white-space: normal !important;	-webkit-line-clamp: 3;	-webkit-box-orient: vertical;}

/* 边框 */
.xc-border{border: 1px solid #ddd;}
.xc-borders{border: 2px solid #ddd;}

.xc-border-left,.xc-border-l{border-left: 1px solid #eee;}
.xc-border-right,.xc-border-r{border-right: 1px solid #eee;}
.xc-border-top,.xc-border-t{border-top: 1px solid #eee;}
.xc-border-bottom,.xc-border-b{border-bottom: 1px solid #eee;}

.xc-borders-left{border-left: 2px solid #ddd;}
.xc-borders-right{border-right: 2px solid #ddd;}
.xc-borders-top{border-top: 2px solid #ddd;}
.xc-borders-bottom{border-bottom: 2px solid #ddd;}

/* 圆角 */
.xc-radius,.xc-radius-10{ border-radius: 10px;}
.xc-radius-5{ border-radius: 5px;}
.xc-radius-15{ border-radius: 15px;}
.xc-radius-20{ border-radius: 20px;}
.xc-radius-25{ border-radius: 25px;}
.xc-radius-30{ border-radius: 30px;}
.xc-radius-50{ border-radius: 50px;}
.xc-radius-100{ border-radius: 100px;}
.xc-radius-1000,.xc-round{ border-radius: 1000px;}


/* flex布局 */

.xc-flex{ display: flex;}
.xc-flex-row-left{ justify-content: flex-start;}
.xc-flex-row-center{ justify-content: center;}
.xc-flex-row-right{ justify-content: flex-end;}
.xc-flex-row-between{ justify-content:space-between;}
.xc-flex-row-around{ justify-content: space-around;}
.xc-flex-column,.xc-flex-col{ flex-direction: column;}
.xc-flex-col-top{ align-items: flex-start;}
.xc-flex-col-middle,.xc-flex-col-center{ align-items: center;}
.xc-flex-col-bottom{ align-items: flex-end;}
.xc-flex-wrap{ flex-wrap: wrap;}
.xc-flex-1{ flex:1;}
.xc-flex-2{ flex:2;}
.xc-flex-3{ flex:3;}
.xc-flex-4{ flex:4;}
.xc-flex-5{ flex:5;}
.xc-flex-6{ flex:6;}


/*  公共按钮 */
a.xc-btn,.xc-btn{background-color: #FFFFFF; border: 1px solid #ccc; height:40px; line-height: 40px; font-size: 14px; color:#333; text-align: center;  border-radius: 4px; display: inline-block; white-space: nowrap; cursor: pointer; outline: 0;
    -webkit-appearance: none; transition: all .3s;-webkit-transition: all .3s; box-sizing: border-box; padding:0 10px  }
a.xc-btn:hover,.xc-btn:hover{ border: 1px solid #ddd; }
.xc-btn i{font-size: 16px;  line-height: 120%;}
a.xc-btn.xc-btn-radius,.xc-btn.xc-btn-radius{ border-radius: 100px; }
a.xc-btn.xc-btn-sm,.xc-btn.xc-btn-sm{ font-size: 12px; height:30px; line-height: 30px; }
a.xc-btn.xc-btn-big,.xc-btn.xc-btn-big{font-size: 18px; height:60px; line-height: 60px;}
a.xc-btn.xc-btn-block,.xc-btn.xc-btn-block { display: block; width: 100%;}

/* 纯色背景按钮 */
a.xc-btn.xc-btn-primary,.xc-btn.xc-btn-primary{ background-color: #A02312;border:1px solid #A02312; color:#fff;}
a.xc-btn.xc-btn-primary:hover,.xc-btn.xc-btn-primary:hover{ background-color: #BA2814; border:1px solid #BA2814; color:#fff;}
a.xc-btn.xc-btn-second,.xc-btn.xc-btn-second{ background-color: #C89670;border:1px solid #C89670; color:#fff;}
a.xc-btn.xc-btn-second:hover,.xc-btn.xc-btn-second:hover{ background-color: #D39E75; border:1px solid #D39E75; color:#fff;}

a.xc-btn.xc-btn-green,.xc-btn.xc-btn-green{ background-color: #1AAD19;border:1px solid #1AAD19; color:#fff;}
a.xc-btn.xc-btn-green:hover,.xc-btn.xc-btn-green:hover{ background-color: #5eb95e; border:1px solid #5eb95e; color:#fff;}
a.xc-btn.xc-btn-blue,.xc-btn.xc-btn-blue{ background-color: #3bb4f2; color:#fff;border:1px solid #3bb4f2;}
a.xc-btn.xc-btn-blue:hover,.xc-btn.xc-btn-blue:hover{ background-color: #0f9ae0; color:#fff; border:1px solid #0f9ae0;}
a.xc-btn.xc-btn-red,.xc-btn.xc-btn-red{ background-color: #E64340; color:#fff;border:1px solid #E64340;}
a.xc-btn.xc-btn-red:hover,.xc-btn.xc-btn-red:hover{ background-color: #EE0000; color:#fff; border:1px solid #EE0000;}
a.xc-btn.xc-btn-orange,.xc-btn.xc-btn-orange{ background-color: #FF6600; color:#fff; border:1px solid #FF6600;}
a.xc-btn.xc-btn-orange:hover,.xc-btn.xc-btn-orange:hover{ background-color: #FF9900; color:#fff; border:1px solid #FF9900;}
a.xc-btn.xc-btn-f90,.xc-btn.xc-btn-f90{ background-color: #FF9900; color:#fff; border:1px solid #FF9900;}
a.xc-btn.xc-btn-f90:hover,.xc-btn.xc-btn-f90:hover{ background-color: #FFCC00; color:#fff; border:1px solid #FFCC00;}

/* 线框按钮 */
a.xc-btn.xc-btn-grey-outline,.xc-btn.xc-btn-grey-outline{ border:1px solid #ccc; color:#ccc;}
a.xc-btn.xc-btn-grey-outline:hover,.xc-btn.xc-btn-grey-outline:hover{ background-color: #ddd; border:1px solid #ddd; color:#ddd;}
a.xc-btn.xc-btn-green-outline,.xc-btn.xc-btn-green-outline{ border:1px solid #5eb95e; color:#5eb95e;}
a.xc-btn.xc-btn-green-outline:hover,.xc-btn.xc-btn-green-outline:hover{ background-color: #5eb95e; border:1px solid #5eb95e; color:#fff;}
a.xc-btn.xc-btn-blue-outline,.xc-btn.xc-btn-blue-outline{ color:#3bb4f2;border:1px solid #3bb4f2;}
a.xc-btn.xc-btn-blue-outline:hover,.xc-btn.xc-btn-blue-outline:hover{  color:#0f9ae0; border:1px solid #0f9ae0;}
a.xc-btn.xc-btn-red-outline,.xc-btn.xc-btn-red-outline{  color:#FF0000;border:1px solid #FF0000;}
a.xc-btn.xc-btn-red-outline:hover,.xc-btn.xc-btn-red-outline:hover{ color:#CC0000; border:1px solid #CC0000;}
a.xc-btn.xc-btn-orange-outline,.xc-btn.xc-btn-orange-outline{ color:#FF6600; border:1px solid #FF6600;}
a.xc-btn.xc-btn-orange-outline:hover,.xc-btn.xc-btn-orange-outline:hover{  color:#FF9900; border:1px solid #FF9900;}

/* 按钮组 ========  */
.xc-btn-group .xc-btn{ border-radius: 0; display: inline-block;}
.xc-btn-group .xc-btn:first-child { border-radius: 5px 0 0 5px }
.xc-btn-group .xc-btn:last-child{ border-radius: 0 5px 5px 0 }

/* 复选框和单选框 */
.xc-radio:checked, .xc-radio.xc-checked, .xc-checkbox:checked, .xc-checkbox.xc-checked {background-color: #219c2b;border: solid 1px #219c2b;
    text-align: center;background-clip: padding-box;}
    
.xc-radio, .xc-checkbox {width: 20px;height: 20px;background-color: #ffffff;border: solid 1px #b4b4b4;-webkit-border-radius: 40px;
border-radius: 40px;font-size: 0.8rem;margin: 0;padding: 0;position: relative;display: inline-block;vertical-align: top;
cursor: default;-webkit-appearance: none;-webkit-user-select: none;user-select: none;-webkit-transition: background-color ease 0.1s;
transition: background-color ease 0.1s;}
.xc-radio:checked:before, .xc-radio.xc-checked:before, .xc-checkbox:checked:before, .xc-checkbox.xc-checked:before, .xc-radio:checked:after, .xc-radio.xc-checked:after, .xc-checkbox:checked:after, .xc-checkbox.xc-checked:after {
content: '';width: 0.5rem;height: 0.3rem;position: absolute;top: 50%;left: 50%;margin-left: -0.25rem;margin-top: -0.25rem;background: transparent;border: 1px solid #ffffff;border-top: none;
border-right: none;z-index: 2;-webkit-border-radius: 0;border-radius: 0;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);
}


/* 各方向弹窗 */
.xc-mask{position:fixed;z-index:9998;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.3);display:none}
.xc-mask.active{display:block}
.xc-window-full{width:100%;height:100%;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);position:fixed;z-index:9999;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;}
.xc-window-bottom{width:100%;left:0;bottom:0;-webkit-transform:translateY(100%);transform:translateY(100%);position:fixed;z-index:9999;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;}
.xc-window-left{width:80%;height:100%;left:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);position:fixed;z-index:9999;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;}
.xc-window-right{width:80%;height:100%;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);position:fixed;z-index:9999;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;}
.xc-window-top{width:100%;top:0;right:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);position:fixed;z-index:9999;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;}
.xc-window-middle{width:80%;height:30%;left:10%;top:20%;-webkit-transform:scale(0,0);border-radius:10px;position:fixed;z-index:9999;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;}
.xc-window-bottom.active{-webkit-transform:translateY(0%);transform:translateY(0%);-webkit-backface-visibility:inherit;backface-visibility:inherit;}
.xc-window-left.active{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-backface-visibility:inherit;backface-visibility:inherit;}
.xc-window-right.active{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-backface-visibility:inherit;backface-visibility:inherit;}
.xc-window-top.active{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-backface-visibility:inherit;backface-visibility:inherit;}
.xc-window-middle.active{-webkit-transform:scale(1,1);-webkit-backface-visibility:inherit;backface-visibility:inherit;}
.xc-window-full.active{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-backface-visibility:inherit;backface-visibility:inherit;}

.xc-window-head-close{position:absolute;width:20px;height:20px;text-align:center;display:block;right:10px;top:10px;line-height:20px;font-size:18px;}.xc-window-head{padding:10px;border-bottom:1px solid #ddd;}
.xc-window-container{position:relative;overflow:hidden;}


/*顶部菜单*/

.xc-header{ color:#fff; background-color: #BD5424; position: fixed;  top: 0;right: 0;left: 0;z-index: 10;width: 100%; height: 50px; line-height:  50px;font-size: 18px;text-align: center;display: table;}
.xc-header a{ color:#fff; }
.xc-header .xc-header-left,.xc-header .xc-header-right { padding: 0 10px;font-size: 16px;font-weight: 400;z-index: 2;-webkit-box-sizing: border-box;box-sizing: border-box;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
.xc-header .xc-header-left{float: left !important;}
.xc-header .xc-header-right{float: right !important;}
.xc-header .xc-header-title {font-size:16px;color:#fff; height: 50px; line-height:  50px;position: absolute;margin: 0;text-align: center;white-space: nowrap;right: 100px;left: 100px;width: auto;overflow: hidden;text-overflow: ellipsis;z-index: 2;}

/* 顶部图标导航 */
.xc-header-nav{ padding: 10px; overflow: hidden; }
.xc-header-nav .xc-header-nav-item { text-align: center; width:25%; padding:10px; float:left; position: relative; }
.xc-header-nav .xc-header-nav-item .xc-header-nav-item-img { width: 50px; height: 50px; overflow: hidden; display: inline-block;}
.xc-header-nav .xc-header-nav-item .xc-header-nav-item-img img{  width: 50px; height: 50px; border-radius: 2px;}
.xc-header-nav .xc-header-nav-item .xc-header-nav-item-label{  font-size:14px; }
.xc-badge {display: inline-block;width: auto; text-align: center;min-width: 16px;height: 16px;line-height: 16px;padding: 0 4px;font-size: 12px;color: #ffffff;background-color: #ff2600;border-radius: 8px;position: absolute;top: 0px;right: 0;z-index: 99;}

/* 底部菜单 */
.xc-footer {background-color:rgba(255,255,255,.9); display: flex;  border-top:1px solid #eee;  z-index: 30; position: fixed; bottom:0;left:0; width: 100%; height: 50px;}
.xc-footer .iconfont{  font-size: 24px;  }
.xc-footer a{color: #848484; flex:1; display:flex; position: relative; justify-content: center; align-items: center; padding:2px; flex-direction: column;  }
.xc-footer a.active { color:#A02312;}

.xc-footer-item img{ width: 25px;height: 25px;}
.xc-footer-item{ margin-bottom:3px}


/* 搜索框 */
.xc-search-bg{min-height: 45px;position: absolute;margin: 0;text-align: center;white-space: nowrap;right: 80px;
left: 50px;overflow: hidden;text-overflow: ellipsis;z-index: 2;}

/* 宫格布局 */
.xc-grid,.xc-grid-2,.xc-grid-3,.xc-grid-4,.xc-grid-5{display: -webkit-box;display: -webkit-flex;display: flex; flex-wrap: wrap; }
.xc-grid&gt;.xc-grid-item,.xc-grid-2&gt;.xc-grid-item,.xc-grid-3&gt;.xc-grid-item,.xc-grid-4&gt;.xc-grid-item,.xc-grid-5&gt;.xc-grid-item{display: block;}
.xc-grid-2&gt;.xc-grid-item{ flex:0 0 49%; width: 49%; margin-right:2%}
.xc-grid-3&gt;.xc-grid-item{ flex:0 0 33.33%;}
.xc-grid-4&gt;.xc-grid-item{ flex:0 0 25%;}
.xc-grid-5&gt;.xc-grid-item{ flex:0 0 20%;}

.xc-grid.xc-border,.xc-grid-2.xc-border,.xc-grid-3.xc-border,.xc-grid-4.xc-border,.xc-grid-5.xc-border{  border: none; }
.xc-grid.xc-border&gt;.xc-grid-item,.xc-grid-2.xc-border&gt;.xc-grid-item,.xc-grid-3.xc-border&gt;.xc-grid-item,.xc-grid-4.xc-border&gt;.xc-grid-item,.xc-grid-5.xc-border&gt;.xc-grid-item{ border-right: 1px solid #eee; border-bottom: 1px solid #eee;}

.xc-grid-2&gt;.xc-grid-item:nth-child(2n){ margin-right: 0; border-right: none;}
.xc-grid-3&gt;.xc-grid-item:nth-child(3n){ margin-right: 0; border-right: none;}
.xc-grid-4&gt;.xc-grid-item:nth-child(4n){ margin-right: 0; border-right: none;}
.xc-grid-5&gt;.xc-grid-item:nth-child(5n){ margin-right: 0; border-right: none;}

/* 列表布局 */
.xc-list{}
.xc-list+.xc-list {
    margin-top: 15px;
}
.xc-list&gt;.xc-item {
	-webkit-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 15px;
    min-height: 50px;
    background-color: #ffffff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.xc-list&gt;.xc-item.arr {
    padding-right: 45px;
}
.xc-list&gt;.xc-item.arr:before {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    margin: auto;
    width: 15px;
    height: 15px;
    color: #8799a3;
    content: "&gt;";
    text-align: center;
    font-size: 17px;
    font-family: cuIcon;
    line-height: 15px;
}





/* 根据项目自定义 ============================================================================= */

/* 主要颜色和背景色 */
.xc-c-primary{ color:#A02312 !important;}
.xc-c-second { color: #C89670 !important;}
.xc-c-third { color: #450000 !important;}
.xc-bg-primary{ background-color:#A02312 !important;}
.xc-bg-second { background-color: #C89670 !important;}

/* 产品分类 */

.xc-category { box-sizing: border-box; z-index: 9; width: 100%; position: relative; overflow: hidden; height: 100%;}
.xc-category-sidebar{ width: 25%; float: left; padding: 10px 0; height:100%; overflow-y: hidden;  background-color: #fff}
.xc-category-sidebar-list li{ padding: 14px 0; text-align: center}
.xc-category-sidebar-list li a{ font-size: 15px; color:#999; display: block;border-left: 2px solid #fff;}
.xc-category-sidebar-list li.active{ color:#F10D3B;}
.xc-category-sidebar-list li.active a{ border-left: 2px solid #F10D3B; color:#F10D3B;}

.xc-category-list{ margin-left: 25%; width:75%; height:600px; overflow-y: hidden;  box-sizing: border-box}
.xc-category-item{ background-color: #fff; padding: 10px; margin: 10px; border-radius: 10px;  overflow: hidden; }
.xc-category-item-title{ font-size: 18px; color:#000; margin-bottom: 16px; padding-left: 4px; text-align: center}
.xc-category-item-bd{ width: 105%;}
.xc-category-item-bd a{ display: block; width: 30%; margin-right: 3.3%; float: left; text-align: center; margin-bottom: 10px;}
.xc-category-item-bd a img{ width: 50px; display:inline-block; }
.xc-category-item-bd a span,.xc-category-item-bd a .xc-nav-label{ width: 50px; display: block; width: 100%; font-size: 12px; color:#666 ;text-align: center; }
.xc-category-item-bd a .xc-nav-label{ padding-top:4px; }


/* 上传按钮 */
.xc-btn-upload {  position: relative;margin-right: 9px; margin-bottom: 9px;  width: 80px; height:90px; border: 1px solid #d9d9d9;
}
.xc-btn-upload span{ text-align: center; font-size: 15px; color: #666; display: block; margin-top: 60px }
.xc-btn-upload:after, .xc-btn-upload:before {
    content: " ";    position: absolute;    top: 40%;    left: 50%;    -webkit-transform: translate(-40%,-50%);
    transform: translate(-50%,-50%);    background-color: #d9d9d9;}
.xc-btn-upload:before {    width: 2px;    height: 39.5px;}
.xc-btn-upload:after {    width: 39.5px;    height: 2px;}



/* 产品特价标识 */

.xc-tejia-tag { position: absolute; top: 10px; left: -20px; width:80px;text-align:center;height:20px;line-height:20px;font-size:10px;
color:#fff;background-color:#f90;/* Rotate div */transform:rotate(315deg);-webkit-transform:rotate(315deg); /* Safari 和 Chrome */}
.xc-chaoshi-cuxiao .xc-chaoshi-item-inner .xc-chaoshi-item-content .title{ font-size: 12px;  font-weight: 500; text-align: center }
.xc-chaoshi-cuxiao .xc-chaoshi-item-inner .xc-chaoshi-item-content .price-bar .price{ text-align: center;}


.xc-row-col1 .xc-row-item {
flex: 0 0 100%;
}

.xc-row-col2 .xc-row-item {
flex: 0 0 50%;
}

.xc-row-col2 .xc-row-item:nth-child(2n) {
margin-right: 0%
}

.xc-row-col3 .xc-row-item {
flex: 0 0 30%;
margin-right: 5%;

}

.xc-row-col3 .xc-row:nth-child(3n) {
margin-right: 0%
}
.xc-row-item{ padding: 10px 0; align-items:center; border-bottom: 1px solid #ddd;}
.xc-row-item-label{  font-size: 16px; width: 60px; color: #333; margin-right: 5px; }
.xc-row-item-label.xc-required{ color:#CC0000}
.xc-row-item-text{ flex:1; display: flex; align-items:center;font-size: 16px; }
.xc-row-item-text input{ margin: 0; padding:0; font-size: 16px; height: 30px; line-height: 30px; width: 100%; }
.xc-row-item-text label{ margin-right:5px; display: inline-block; margin-bottom: 10px;}
.xc-row-item-text picker{ width: 100%; }

/* 卡片 */
.xc-card {
border-radius: 10px;
margin-bottom: 10px;
background-color: #fff;
border-bottom: 1px solid #ddd;
box-shadow: 2px 2px 5px #ddd;
padding: 12px;
position: relative;
display: flex;
}

.xc-card-img { width: 50px; margin-right:10px}
.xc-card-img .img{ width: 50px; height: 50px; }
.xc-card-wrap { flex: 1; }
.xc-card-more { width: 30px; }
.xc-card-more .uni-icon{ font-size: 28px; color:#999 }
.xc-card-head {
margin-bottom: 10px;
}
.xc-card-row:last-child { margin-bottom: 0px; }


/* 底部浮动 */
.xc-tabbar{ position: fixed; bottom: 0; left:0; width: 100%; height: 50px; display: flex; z-index: 1;}

/* 选项卡切换 */
.xc-nav{ display: flex; border-bottom:1px solid #ddd}
.xc-nav-item{ flex:1; padding: 8px; display: inline-flex; justify-content: center; align-items: center; font-size: 16px; font-weight: bold; color:#000; }
.xc-nav-item.active{position: relative; color:#F60}
.xc-nav-item.active::before{content: ""; position: absolute; bottom: -1px; left:50%; width: 60px;margin-left:-30px; height: 2px; background-color: #F60; }
.xc-nav-content{}
.xc-nav-content-item{ display: none;}
.xc-nav-content-item.active{ display: block;}

/* 输入框 */
.xc-input, .xc-inputbox {
    border: 1px solid #ddd;
    padding: 2px 10px;
    -webkit-appearance: none;
    line-height: 30px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
}

.xc-textarea {
    border: 1px solid #ddd;
    padding: 5px 10px;
    -webkit-appearance: none;
    line-height: 180%;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
}
/* 页面级别调整 */

/* 分享底部图片 */
.xc-share-weixin{
    position: fixed; top:10px; right:10px; z-index: 9999; display: none
}

/* 通用标题 */
.xc-title-bar{ background-color: #fff; display: flex; justify-content: space-between; border-bottom: 1px solid #eee; padding:10px 15px; align-items: center; }
.xc-title-bar .title{ position: relative; display: inline-block; padding-left: 15px; font-size: 14px; font-weight: bold; color:#ffa14e;}
.xc-title-bar .title::before{ content: ""; width: 3px; height: 16px; margin-top:-8px; background-color: #ffa14e; position: absolute; left:0; top:50%;}


/* 空数据模板 */
.xc-empty-data,.xc-no-data{

	height: 200px;
	width: 100%;
	text-align: center;
	padding-top:100px;
	box-sizing: border-box;
}

/* 详情页图片 */
.xc-detail img { width: 100% !important;}

.xc-empty-data span{ text-align: center;  font-size: 16px; color:#999;}

/* 预加载 */
.xc-loading{ width: 100%; height: 100%; text-align: center; position: fixed; top: 0; left: 0; background-color: #fff; z-index: 999999}
.xc-loading img{ width: 100%} 




/* 商品列表 */
.xc-goods-list{ overflow: hidden;width: 100%; }
.xc-goods-list-inner{ display: flex; flex-wrap: wrap;}

/* 三栏式 */
.xc-goods-list.col-3{ padding:2% }
.xc-goods-list.col-3 .xc-goods-list-inner{ width: 102%; }
.xc-goods-list.col-3 .xc-goods-item{ width: 31.33%; margin-right:2%; margin-bottom:2%; }
/* 两栏式  */
.xc-goods-list.col-2{ padding:2% }
.xc-goods-list.col-2 .xc-goods-list-inner{ width: 102%; }
.xc-goods-list.col-2 .xc-goods-item{ width: 48%; margin-right:2%; margin-bottom:2%; }

/* 侧边栏式  */
.xc-goods-list.side{ padding:2% }
.xc-goods-list.side .xc-goods-item{  margin-bottom:2%; }
.xc-goods-list.side .xc-goods-item { display: flex;}
.xc-goods-list.side .xc-goods-item .xc-goods-item-img{ width: 30%; margin-right: 2%; }
.xc-goods-list.side .xc-goods-item .xc-goods-item-body{ flex:1;}
.xc-goods-list.side .xc-goods-item .xc-goods-item-row:first-child{ margin-top: 0px;}

.xc-goods-list .xc-goods-item,.xc-goods-list a.xc-goods-item { display: block;}
.xc-goods-list .xc-goods-item .xc-goods-item-img{background-color: #f2f2f2; width: 100%;border-radius: 8px;  overflow: hidden; }
.xc-goods-list .xc-goods-item .xc-goods-item-img img{ width: 100%; border-radius: 8px; }
.xc-goods-list .xc-goods-item .xc-goods-item-row { margin-top: 3px;}


.xc-bottom-bar { box-shadow:0 -1px 1px #eee;  height:45px; box-sizing:border-box; width:100%; position:fixed; bottom:0;left:0; background-color:#fff; z-index:5; display:flex;
}
.xc-bottom-left {
    width: 120px;
    display: flex;
}
    .xc-bottom-left a {
        flex: 1;
        display: flex;
        flex-direction:column;
        position:relative;
        justify-content: center;
        align-items: center;
        color: #666;
        font-size:12px;
    }
        .xc-bottom-left a .iconfont {
            display:block; font-size:20px
        }
        .xc-bottom-left a .icontext {
            margin-top:2px;
            display: block;
           
        }
        .xc-bottom-left a.kefu {
        flex: 1
    }

.xc-bottom-btns {
    flex: 1;
    display: flex;
}

    .xc-bottom-btns a {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
		line-height:45px;
		text-align:center;
    }
    .xc-bottom-btns a.cart {
        background-color: #F90;
        
    }
    .xc-bottom-btns a.sellout {
        background-color: #666;
       
    }
        .xc-bottom-btns a.buy {
        background-color: #F60;
       
    }</pre></body></html>