@charset "UTF-8";
/* 
page {
		padding: 0;
		margin: 0;
		min-height: 100%;
		display: flex;
		width: 100%;
		box-sizing: border-box;
	}
page>view{width: 100%;}

	view,
	scroll-view,
	swiper,
	swiper-item,
	cover-view,
	cover-image,
	icon,
	text,
	rich-text,
	progress,
	button,
	checkbox,
	form,
	input,
	label,
	radio,
	slider,
	switch,
	textarea,
	navigator,
	audio,
	camera,
	image,
	video {
		box-sizing: border-box;
	}
 */

/* 空数据模板 */

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
}

/* 文本 */

.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-text-del {
    text-decoration: line-through;
}

/* 浮动方向 */

.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-35 {
    width: 35px !important;
}

.xc-w-40 {
    width: 40px !important;
}

.xc-w-45 {
    width: 45px !important;
}

.xc-w-50 {
    width: 50px !important;
}

.xc-w-55 {
    width: 55px !important;
}

.xc-w-60 {
    width: 60px !important;
}

.xc-w-65 {
    width: 65px !important;
}

.xc-w-70 {
    width: 70px !important;
}

.xc-w-75 {
    width: 75px !important;
}

.xc-w-80 {
    width: 80px !important;
}

.xc-w-85 {
    width: 85px !important;
}

.xc-w-90 {
    width: 90px !important;
}

.xc-w-95 {
    width: 95px !important;
}

.xc-w-100 {
    width: 100px !important;
}

.xc-w-105 {
    width: 105px !important;
}

.xc-w-110 {
    width: 110px !important;
}

.xc-w-115 {
    width: 115px !important;
}

.xc-w-120 {
    width: 120px !important;
}

.xc-w-125 {
    width: 125px !important;
}

.xc-w-130 {
    width: 130px !important;
}

.xc-w-135 {
    width: 135px !important;
}

.xc-w-140 {
    width: 140px !important;
}

.xc-w-145 {
    width: 145px !important;
}

.xc-w-150 {
    width: 150px !important;
}

.xc-w-155 {
    width: 155px !important;
}

.xc-w-160 {
    width: 160px !important;
}

.xc-w-165 {
    width: 165px !important;
}

.xc-w-170 {
    width: 170px !important;
}

.xc-w-175 {
    width: 175px !important;
}

.xc-w-180 {
    width: 180px !important;
}

.xc-w-185 {
    width: 185px !important;
}

.xc-w-190 {
    width: 190px !important;
}

.xc-w-195 {
    width: 195px !important;
}

.xc-w-200 {
    width: 200px !important;
}

.xc-w-250 {
    width: 250px !important;
}

.xc-w-300 {
    width: 300px !important;
}

.xc-w-350 {
    width: 350px !important;
}

.xc-w-400 {
    width: 400px !important;
}

.xc-w-500 {
    width: 500px !important;
}

/* 宽度百分比 */

.xc-w-100p {
    width: 100%;
}

.xc-w-95p {
    width: 95%;
}

.xc-w-90p {
    width: 90%;
}

.xc-w-85p {
    width: 85%;
}

.xc-w-80p {
    width: 80%;
}

.xc-w-75p {
    width: 75%;
}

.xc-w-70p {
    width: 70%;
}

.xc-w-65p {
    width: 65%;
}

.xc-w-60p {
    width: 60%;
}

.xc-w-55p {
    width: 55%;
}

.xc-w-50p {
    width: 50%;
}

.xc-w-45p {
    width: 45%;
}

.xc-w-40p {
    width: 40%;
}

.xc-w-35p {
    width: 35%;
}

.xc-w-3333p {
    width: 33.33%;
}

.xc-w-3133p {
    width: 31.33%;
}

.xc-w-30p {
    width: 30%;
}

.xc-w-25p {
    width: 25%;
}

.xc-w-20p {
    width: 20%;
}

.xc-w-15p {
    width: 15%;
}

.xc-w-10p {
    width: 10%;
}

.xc-w-88p {
    width: 88%;
}

.xc-w-auto {
    width: auto !important;
}

/* 高度 */

.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-35 {
    height: 35px !important;
}

.xc-h-40 {
    height: 40px !important;
}

.xc-h-45 {
    height: 45px !important;
}

.xc-h-50 {
    height: 50px !important;
}

.xc-h-55 {
    height: 55px !important;
}

.xc-h-60 {
    height: 60px !important;
}

.xc-h-65 {
    height: 65px !important;
}

.xc-h-70 {
    height: 70px !important;
}

.xc-h-75 {
    height: 75px !important;
}

.xc-h-80 {
    height: 80px !important;
}

.xc-h-85 {
    height: 85px !important;
}

.xc-h-90 {
    height: 90px !important;
}

.xc-h-95 {
    height: 95px !important;
}

.xc-h-100 {
    height: 100px !important;
}

.xc-h-105 {
    height: 105px !important;
}

.xc-h-110 {
    height: 110px !important;
}

.xc-h-115 {
    height: 115px !important;
}

.xc-h-120 {
    height: 120px !important;
}

.xc-h-125 {
    height: 125px !important;
}

.xc-h-130 {
    height: 130px !important;
}

.xc-h-135 {
    height: 135px !important;
}

.xc-h-140 {
    height: 140px !important;
}

.xc-h-145 {
    height: 145px !important;
}

.xc-h-150 {
    height: 150px !important;
}

.xc-h-155 {
    height: 155px !important;
}

.xc-h-160 {
    height: 160px !important;
}

.xc-h-165 {
    height: 165px !important;
}

.xc-h-170 {
    height: 170px !important;
}

.xc-h-175 {
    height: 175px !important;
}

.xc-h-180 {
    height: 180px !important;
}

.xc-h-185 {
    height: 185px !important;
}

.xc-h-190 {
    height: 190px !important;
}

.xc-h-195 {
    height: 195px !important;
}

.xc-h-200 {
    height: 200px !important;
}

.xc-h-250 {
    height: 250px !important;
}

.xc-h-300 {
    height: 300px !important;
}

.xc-h-350 {
    height: 350px !important;
}

.xc-h-400 {
    height: 400px !important;
}

.xc-h-450 {
    height: 450px !important;
}

.xc-h-500 {
    height: 500px !important;
}

.xc-h-auto {
    height: auto !important;
}

/* 高度百分比 */

.xc-h-100p {
    height: 100%;
}

.xc-h-95p {
    height: 95%;
}

.xc-h-90p {
    height: 90%;
}

.xc-h-85p {
    height: 85%;
}

.xc-h-80p {
    height: 80%;
}

.xc-h-75p {
    height: 75%;
}

.xc-h-70p {
    height: 70%;
}

.xc-h-65p {
    height: 65%;
}

.xc-h-60p {
    height: 60%;
}

.xc-h-55p {
    height: 55%;
}

.xc-h-50p {
    height: 50%;
}

.xc-h-45p {
    height: 45%;
}

.xc-h-40p {
    height: 40%;
}

.xc-h-35p {
    height: 35%;
}

.xc-h-30p {
    height: 30%;
}

.xc-h-25p {
    height: 20%;
}

.xc-h-20p {
    height: 20%;
}

.xc-h-15p {
    height: 15%;
}

.xc-h-10p {
    height: 10%;
}

.xc-h-3333p {
    height: 33.33%;
}

/* 字体大小 */

.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: 22px;
}

.xc-text-24 {
    font-size: 24px;
}

.xc-text-26 {
    font-size: 26px;
}

.xc-text-28 {
    font-size: 28px;
}

.xc-text-30 {
    font-size: 30px;
}

.xc-text-32 {
    font-size: 32px;
}

.xc-text-34 {
    font-size: 34px;
}

.xc-text-36 {
    font-size: 36px;
}

.xc-text-38 {
    font-size: 38px;
}

.xc-text-40 {
    font-size: 40px;
}

.text-bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* 字体颜色 */

.xc-c-eee {
    color: #EEE !important;
}

.xc-c-aaa {
    color: #aaa !important;
}

.xc-c-bbb {
    color: #bbb !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-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-c-333 {
    color: #333 !important;
}

.xc-c-444 {
    color: #444 !important;
}

.xc-c-555 {
    color: #555 !important;
}

.xc-c-777 {
    color: #777 !important;
}

.xc-c-888 {
    color: #888 !important;
}

.xc-c-999 {
    color: #999 !important;
}

.text-red, .line-red, .lines-red {
    color: #e54d42;
}

.text-orange, .line-orange, .lines-orange {
    color: #f37b1d;
}

.text-yellow, .line-yellow, .lines-yellow {
    color: #fbbd08;
}

.text-olive, .line-olive, .lines-olive {
    color: #8dc63f;
}

.text-green, .line-green, .lines-green {
    color: #39b54a;
}

.text-cyan, .line-cyan, .lines-cyan {
    color: #1cbbb4;
}

.text-blue, .line-blue, .lines-blue {
    color: #0081ff;
}

.text-purple, .line-purple, .lines-purple {
    color: #6739b6;
}

.text-mauve, .line-mauve, .lines-mauve {
    color: #9c26b0;
}

.text-pink, .line-pink, .lines-pink {
    color: #e03997;
}

.text-brown, .line-brown, .lines-brown {
    color: #a5673f;
}

.text-grey, .line-grey, .lines-grey {
    color: #8799a3;
}

.text-gray, .line-gray, .lines-gray {
    color: #aaaaaa;
}

.text-black, .line-black, .lines-black {
    color: #333333;
}

.text-white, .line-white, .lines-white {
    color: #ffffff;
}

/* 背景颜色 */

.xc-bg-999 {
    background-color: #999 !important;
}

.xc-bg-666 {
    background-color: #666 !important;
}

.xc-bg-333 {
    background-color: #333 !important;
}

.xc-bg-000, .xc-bg-black {
    background-color: #000 !important;
}

.xc-bg-fff, .xc-bg-white {
    background-color: #fff !important;
}

.xc-bg-f1f1f1 {
    background: #f1f1f1 !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-link {
    width: 100%;
    height: 10px;
    background: #f1f1f1;
}

/* 内外边距 */

.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-35 {
    margin: 35px;
}

.xc-margin-40 {
    margin: 40px;
}

.xc-margin-45 {
    margin: 45px;
}

.xc-margin-50 {
    margin: 50px;
}

.xc-margin-55 {
    margin: 55px;
}

.xc-margin-60 {
    margin: 60px;
}

.xc-margin-65 {
    margin: 65px;
}

.xc-margin-70 {
    margin: 70px;
}

.xc-margin-75 {
    margin: 75px;
}

.xc-margin-80 {
    margin: 80px;
}

.xc-margin-85 {
    margin: 85px;
}

.xc-margin-90 {
    margin: 90px;
}

.xc-margin-95 {
    margin: 95px;
}

.xc-margin-100 {
    margin: 100px;
}

.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-35 {
    margin-left: 35px;
    margin-right: 35px;
}

.xc-margin-lr-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.xc-margin-lr-45 {
    margin-left: 45px;
    margin-right: 45px;
}

.xc-margin-lr-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.xc-margin-lr-55 {
    margin-left: 55px;
    margin-right: 55px;
}

.xc-margin-lr-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.xc-margin-lr-65 {
    margin-left: 65px;
    margin-right: 65px;
}

.xc-margin-lr-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.xc-margin-lr-75 {
    margin-left: 75px;
    margin-right: 75px;
}

.xc-margin-lr-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.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-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.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-35 {
    margin-top: 35px;
}

.xc-margin-t-40 {
    margin-top: 40px;
}

.xc-margin-t-45 {
    margin-top: 45px;
}

.xc-margin-t-50 {
    margin-top: 50px;
}

.xc-margin-t-55 {
    margin-top: 55px;
}

.xc-margin-t-60 {
    margin-top: 60px;
}

.xc-margin-t-65 {
    margin-top: 65px;
}

.xc-margin-t-70 {
    margin-top: 70px;
}

.xc-margin-t-75 {
    margin-top: 75px;
}

.xc-margin-t-80 {
    margin-top: 80px;
}

.xc-margin-t-85 {
    margin-top: 85px;
}

.xc-margin-t-90 {
    margin-top: 90px;
}

.xc-margin-t-95 {
    margin-top: 95px;
}

.xc-margin-t-100 {
    margin-top: 100px;
}

.xc-margin-t-105 {
    margin-top: 105px;
}

.xc-margin-t-110 {
    margin-top: 110px;
}

.xc-margin-t-115 {
    margin-top: 115px;
}

.xc-margin-t-120 {
    margin-top: 120px;
}

.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-35 {
    margin-bottom: 35px;
}

.xc-margin-b-40 {
    margin-bottom: 40px;
}

.xc-margin-b-50 {
    margin-bottom: 50px;
}

.xc-margin-b-55 {
    margin-bottom: 55px;
}

.xc-margin-b-60 {
    margin-bottom: 60px;
}

.xc-margin-b-65 {
    margin-bottom: 65px;
}

.xc-margin-b-70 {
    margin-bottom: 70px;
}

.xc-margin-b-75 {
    margin-bottom: 75px;
}

.xc-margin-b-80 {
    margin-bottom: 80px;
}

.xc-margin-b-85 {
    margin-bottom: 85px;
}

.xc-margin-b-90 {
    margin-bottom: 90px;
}

.xc-margin-b-95 {
    margin-bottom: 95px;
}

.xc-margin-b-100 {
    margin-bottom: 100px;
}

.xc-margin-b-110 {
    margin-bottom: 110px;
}

.xc-margin-b-120 {
    margin-bottom: 120px;
}

.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-margin-r-100 {
    margin-right: 100px;
}

.xc-margin-r-200 {
    margin-right: 200px;
}

.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-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.xc-padding-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.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-b-60 {
    padding-bottom: 60px;
}

.xc-padding-b-70 {
    padding-bottom: 70px;
}

.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;
}

/* 边距 */
.xc-margin-l-5p{
    margin-left: 5%;
}

/* 图片比例, 放置图片外的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 image, .xc-img-2-1 image, .xc-img-1-1 image {
    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 !important;
}

.xc-borders {
    border: 2px solid #ddd !important;
}

.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;
}

.flex {
    display: flex;
}

.basis-xs {
    flex-basis: 20%;
}

.basis-sm {
    flex-basis: 40%;
}

.basis-df {
    flex-basis: 50%;
}

.basis-lg {
    flex-basis: 60%;
}

.basis-xl {
    flex-basis: 80%;
}

.basis-70 {
    flex-basis: 70%;
}

.basis-30 {
    flex-basis: 30%;
}

.basis-3333 {
    flex-basis: 33.33%;
}

.flex-sub {
    flex: 1;
}

.flex-twice {
    flex: 2;
}

.flex-treble {
    flex: 3;
}

.flex-direction {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.self-start {
    align-self: flex-start;
}

.self-center {
    align-self: flex-center;
}

.self-end {
    align-self: flex-end;
}

.self-stretch {
    align-self: stretch;
}

.align-stretch {
    align-items: stretch;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

/*  公共按钮 */

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: #5eb95e;
    border: 1px solid #5eb95e;
    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: #CC0000;
    color: #fff;
    border: 1px solid #CC0000;
}

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: #376BB4;
    border: solid 1px #376BB4;
    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: 98;
    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: 99;
    -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: 99;
    -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: 99;
    -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: 99;
    -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: 99;
    -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: 99;
    -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
}

.foot-fixed .foot-item {
    width: 33.3%;
}

/* 搜索框 */

.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: flex;
    flex-wrap: wrap;
}

.xc-grid>.xc-grid-item, .xc-grid-2>.xc-grid-item, .xc-grid-3>.xc-grid-item, .xc-grid-4>.xc-grid-item, .xc-grid-5>.xc-grid-item {
    display: block;
}

.xc-grid-2>.xc-grid-item {
    flex: 0 0 50%;
}

.xc-grid-3>.xc-grid-item {
    flex: 0 0 33.33%;
}

.xc-grid-4>.xc-grid-item {
    flex: 0 0 25%;
}

.xc-grid-5>.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>.xc-grid-item, .xc-grid-2.xc-border>.xc-grid-item, .xc-grid-3.xc-border>.xc-grid-item, .xc-grid-4.xc-border>.xc-grid-item, .xc-grid-5.xc-border>.xc-grid-item {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.xc-grid-2>.xc-grid-item:nth-child(2n) {
    margin-right: 0;
    border-right: none;
}

.xc-grid-3>.xc-grid-item:nth-child(3n) {
    margin-right: 0;
    border-right: none;
}

.xc-grid-4>.xc-grid-item:nth-child(4n) {
    margin-right: 0;
    border-right: none;
}

.xc-grid-5>.xc-grid-item:nth-child(5n) {
    margin-right: 0;
    border-right: none;
}

/* 通用标题 */

.xc-title-bar {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xc-title-bar .title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

/* .xc-title-bar{ background-color: #fff; display: flex; justify-content: space-between; border-bottom: 1px solid #eee; padding:10px; align-items: center; }
.xc-title-bar .title{ position: relative; display: inline-block; padding-left: 26rpx; font-size: 32rpx; font-weight: bold; }
.xc-title-bar .title::before{ content: ""; width: 6rpx; height: 32rpx; margin-top:-16rpx; background-color: #376bb4; position: absolute; left:0; top:50%;} */

.xc-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 6;
}

/* 展示内容 */

.xc-card {
    position: relative;
    background-color: #fff;
}

.xc-card+.xc-card {
    margin-top: 10px
}

.xc-card .xc-card-header {
    position: relative;
    padding: 10px;
    text-align: right;
    line-height: 2em;
}

.xc-card .xc-card-header:after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    transform-origin: 0 100%;
    transform: scaleY(0.5);
    left: 10px;
}

.xc-card .xc-card-header .label {
    float: left;
    margin-right: 1em;
    min-width: 4em;
    color: rgba(0, 0, 0, 0.5);
    text-align: justify;
    text-align-last: justify;
}

.xc-card .xc-card-header .text {
    display: block;
    overflow: hidden;
    word-break: normal;
    word-wrap: break-word;
}

.xc-card .xc-card-body {
    padding: 10px;
    font-size: 14px;
    text-align: right;
    color: rgba(0, 0, 0, 0.5);
    line-height: 2;
}

.xc-card .xc-card-body .xc-card-item {
    overflow: hidden;
}

.xc-card .xc-card-body .xc-card-item .label {
    float: left;
    margin-right: 1em;
    min-width: 4em;
    color: rgba(0, 0, 0, 0.5);
    text-align: justify;
    text-align-last: justify;
}

.xc-card .xc-card-body .xc-card-item .text {
    display: block;
    overflow: hidden;
    word-break: normal;
    word-wrap: break-word;
    color: rgba(0, 0, 0, 0.9);
}

.xc-card .xc-card-footer {
    position: relative;
    padding: 10px;
    justify-content: flex-end;
    line-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.xc-card .xc-card-footer::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.xc-card .xc-card-footer button+button {
    margin-left: 10px;
}

/* 勾选项 */

.xc-mu-item {
    border: 1px solid #FFF;
    background-color: #FFFFFF;
    position: relative;
}

.xc-mu-item.active {
    border: 1px solid #F90 !important;
    background: #FFFFFF url(/static/images/ic_charge_corner_gou.png) no-repeat right bottom;
    background-size: 15px;
    color: #F90 !important;
}

/* 标题栏背景色 */

.bg-yellow {
    background-color: #F4BC27
}

/* 透明度 */

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8
}

.opacity-9 {
    opacity: 0.9;
}

/* 行高 */

.lh-120 {
    line-height: 120%;
}

.lh-130 {
    line-height: 130%;
}

.lh-140 {
    line-height: 140%;
}

.lh-150 {
    line-height: 150%;
}

.lh-170 {
    line-height: 170%;
}

.lh-60 {
    line-height: 60px;
}

/* 渐变背景 */

.bg-gradual-red {
    background-image: linear-gradient(45deg, #f43f3b, #ec008c);
    color: #ffffff;
}

.bg-gradual-orange {
    background-image: linear-gradient(45deg, #f3791a, #c0da2e);
    color: #ffffff;
}

.bg-gradual-green {
    background-image: linear-gradient(45deg, #2eb941, #a8dc63);
    color: #ffffff;
}

.bg-gradual-purple {
    background-image: linear-gradient(45deg, #9000ff, #5e00ff);
    color: #ffffff;
}

.bg-gradual-pink {
    background-image: linear-gradient(45deg, #ec229a, #ce9b9b);
    color: #ffffff;
}

.bg-gradual-blue {
    background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
    color: #ffffff;
}

/* 换行 */
.xc-break{
    word-break: break-all;
    white-space: normal;
}
