:root {
	--bgc: #ffffff;
	--spanColor: #F56C6C;
	--bgimg: none;
	--fontStyle: 12px/20px "PingFang", "Source Han Sans", "microsoft yahei", "SimSun", "宋体", "Arial Narrow", HELVETICA;
}
/*公共样式*/
.bg-img{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	min-height: 100%;
	background-image: var(--bgimg);
	background-repeat: repeat;
	z-index: 0;
}
.wrap{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
	padding-top: 15px;
	background-color: var(--bgc);
	padding-bottom: 15px;
}
.mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	z-index: 2;
	display: none;
}
.more-page-wrap{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	padding: 0 15px;
	background-color: #FFFFFF;
}
.more-page-title{
	margin-top: 10px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.more-page-content{
	box-shadow: 0 0 6px rgba(0,0,0,0.06);
	border-radius: 6px;
}
.swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	background-color: #ffa899;
}


/*首页弹框组件*/
.popup{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 315px;
	height: 390px;
	margin-top: -180px;
	margin-left: -157px;
	text-align: center;
	border-radius: 6px;
	z-index: 3;
	display: none;
}
.popup .btn-close{
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	font-size: 32px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
}
.popup .btn-close img{
	width: 100%;
	height: auto;
}
.popup-img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.popup-img img{
	max-width: 100%;
	max-height: 100%;
}


/*应用展示组件*/
.application-swiper{
	box-sizing: border-box;
	margin: 0 20px;
	margin-top: 3px;
	padding: 5px 0;
	background-color: #fff;
}
.application-swiper .swiper-pagination-bullets{
	bottom: 0;
}
.application-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.swiper-item-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 20%;
	height: 100%;
	margin: 10px 0;
}
.swiper-item{
	width: 44px;
	height: 44px;
}
.swiper-item img{
	width: 100%;
	height: auto;
}
.swiper-item-wrap p{
	width: 100%;
	margin-top: 2px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #353535;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

ul.base-more{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 5px 0;
}
ul.base-more li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 25%;
}
ul.base-more li .icon{
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 28px;
	color: #409EFF;
}
ul.base-more li .icon img{
	width: 100%;
	height: 100%;
}
ul.base-more li div{
	height: 40px;
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*热门应用推荐组件 热门专区组件*/
.hot-app,.hot-part{
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 30px 20px;
	z-index: 1;
}
.hot-app-title,.hot-part-title{
	box-sizing: border-box;
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.btn-more-wrap{
	display: flex;
	margin-right: 5px;
}
.btn-more-text{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 12px;
	color: #333333;
}
.btn-more-text img{
	width: 8px;
	height: 12px;
	margin-left: 6px;
}
.btn-more{
	float: right;
	margin-top: 2px;
	font-size: 14px;
	color: #aaa;
}
.hot-app-list,.hot-part-list{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 10px 15px;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.06);
	border-radius: 6px;
}
.hot-app-list li,.hot-part-list li{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 50%;
	margin: 5px 0;
}
.hot-app-list .img-wrap, .hot-part-list .img-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hot-app-list img,.hot-part-list img{
	width: 50px;
	height: 50px;
}
.hot-app-list .text-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(98% - 55px);
	height: 50px;
	margin-left: 5px;
	text-align: left;
}
.hot-app-more .text-wrap p{
	width: 100%;
	text-align: left;
	line-height: 20px;
}
.hot-app-list .text-wrap p{
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #111;
}
.hot-app-list .text-wrap .text1{
	font-weight: bold;
	color: #333333;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.hot-app-list .text-wrap .text2{
	font-size: 12px;
	color: #aaa;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

ul.hot-app-more{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 5px 15px;
}
ul.hot-app-more li{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width: 100%;
	margin: 10px 0;
}
ul.hot-app-more .img-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.hot-app-more .img-wrap img{
	width: 50px;
	height: 50px;
	border-radius: 6px;
}
ul.hot-app-more .text-wrap{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: 10px;
}
.text-wrap p.text1{
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
.text-wrap p.text2{
	font-size: 12px;
	color: #9a9a9a;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/*热门应用推荐组件*/
.hot-part .text-wrap{
	margin-left: 10px;
	font-size: 14px;
	color: #333;
	text-align: left;
}

ul.hot-part-more{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px 15px;
}
ul.hot-part-more li{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 50%;
	margin: 10px 0;
}
ul.hot-part-more .img-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.hot-part-more img{
	width: 65px;
	height: 40px;
}
.text-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	line-height: 40px;
	margin-left: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.text-wrap p.text3{
	color: #AAAAAA;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*基础功能组件*/
.base-function{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 0 20px;
	margin-top: 9px;
	padding: 13px 18px;
	background-color: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0 0 6px rgba(0,0,0,0.06);
	z-index: 1;
}
.base-function-swiper{
	width: 100%;
	border-radius: 6px;
}
.base-function-swiper .swiper-slide{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.base-function-icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
}
.exchangeRate1{
	font-size: 14px;
	color: #367dd7;
	font-weight: bold;
}
.exchangeRate2{
	margin-top: 4px;
	font-size: 14px;
	color: #333333;
}
.exchangeRate2 span{
	font-size: 18px;
	margin-right: 5px;
	color: #000000;
}
.exchangeRate3{
	margin-top: 4px;
	font-size: 12px;
	color: #999999;
}
/*汇率计算*/
.exchange-rate-wrap{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	padding: 15px;
	background-color: #FFFFFF;
}
.exchange-rate-title, .exchange-rate-value1, .exchange-rate-value2{
	margin-bottom: 15px;
	font-size: 12px;
	color: #434343;
}
.exchange-rate-title{
	font-size: 16px;
	font-weight: bold;
}
.form-wrap{
	display: flex;
	flex-direction: row;
	margin-top: 5px;
}
ul.currency-choose{
	display: flex;
	flex-direction: column;
	width: calc(100% - 25px);
}
ul.currency-choose li{
	display: flex;
	margin-bottom: 10px;
}
.currency{
	width: 318px;
	line-height: 38px;
	color: #333333;
	text-align: center;
	border: 1px solid #EFEFEF;
}
ul.currency-choose li input{
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #DDDDDD;
	border-left: 0;
}
.btn-exchange{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
}
.btn-exchange img{
	width: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #ED171F;
}
.currency-choose-popup{
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 260px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	z-index: 2;
}
.btn-wrap{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.btn-cancel, .btn-sure{
	width: 100px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #a1a1a1;
}
.btn-sure{
	color: #f05d4f;
}
.currency-swiper{
	height: calc(100% - 60px);
}
.currency-name{
	font-size: 12px;
	color: #DDDDDD;
	text-align: center;
}
/*个人外汇额度查询*/
header.exchange-top{
	width: 100%;
	background-color: #FFFFFF;
}
.user-name, .id-number{
	padding: 0 15px;
	line-height: 45px;
	color: #AAAAAA;
	font-size: 14px;
}
.user-name span, .id-number span{
	color: #333333;
}
.user-name{
	border-bottom: 1px solid #DDDDDD;
}
.information{
	box-sizing: border-box;
	width: 100%;
	min-height: calc(100% - 101px);
	margin-top: 10px;
	padding: 5px 15px;
	background-color: #FFFFFF;
}
.foreign-exchange-value{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 75px;
	color: #ED171F;
}
.notice{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #AAAAAA;
}

/*swiper*/
.currency-swiper .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}
.currency-swiper .swiper-slide-active{
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
.swiper-slide-active .currency-name{
	color: #ED171F;
	font-size: 16px;
	font-weight: bold;
}
.swiper-slide-next .currency-name, .swiper-slide-prev .currency-name{
	color: #AAAAAA;
	font-size: 14px;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet-active{
	background-color: rgb(242, 94, 99) !important;
}


/*合并*/
.space {
    margin: 18px 20px;
}

.more-space {
    margin-bottom: 30px;
}

.component-wrapper {
    margin: 18px 20px;
}

.topbar {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 9px;
}

.topbar .title {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.topbar .more {
    font-size: 14px;
    color: rgb(154, 154, 154);
}
/*跑马灯*/
.pao-ma-deng{
	overflow: hidden;
	position: relative;
	height: 50px;
	margin: 0 20px;
	background-color: #FFFFFF;
	z-index: 1;
}
.pao-ma-deng-title{
	box-sizing: border-box;
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-right: 4px;
	color: #ED171F;
	background-color: #FFFFFF;
	z-index: 2;
}
.pao-ma-deng-title img{
	height: 20px;
	width: 20px;
}
.pao-ma-deng ul{
	position: absolute;
	left: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: auto;
	height: 100%;
}
.pao-ma-deng ul li{
	margin: 0 20px;
	line-height: 50px;
	white-space: nowrap;
	font-size: 14px;
	color: #353535;
}

.swiper-with-title .swiper-slide {
	height: 130px;
}

.swiper-with-title .swiper-slide > img {
	width: 100%;
	height: 100%;
}

.swiper-with-title .swiper-pagination {
    bottom: 11px;
}

.swiper-with-title .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eeeeee;
}

.swiper-with-title .swiper-slide .title {
    position: absolute;
    bottom: 5px;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #ffffff;
}

.swiper-with-title .swiper-slide .content {
    padding-left: 13px;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
}

.swiper-without-title {
	margin: 18px 20px;
	margin-bottom: 12px;
    padding-bottom: 26px;
}
.swiper-without-title .swiper-pagination-bullets{
	bottom: 0;
}

.swiper-without-title .swiper-slide {
	height: 115px;
}

.swiper-without-title .swiper-slide img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
}

.swiper-without-title .swiper-pagination1 {
    bottom: 20px;
}

.swiper-container img {
    width: 100%;
}
.out-service{
	position: relative;
	z-index: 1;
}
.out-service img {
    width: 100%;
    height: auto;
}

.out-service .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
    border-radius: 6px;
}
.out-service .item:last-child{
	margin-bottom: 0;
}

.out-content{
	box-sizing: border-box;
	padding: 18px;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
}

.out-service .title-wrapper {
    position: absolute;
    top: 22px;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 26px;
}

.out-service .item:nth-child(odd) .title-wrapper {
    right: 0;
    left: auto;
}

.out-service .item img {
    border-radius: 6px;
}

.out-service .title-wrapper .title {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.order-list{
	position: relative;
	z-index: 1;
}
.order-list .list-content {
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(0,0,0,0.06);
    border-radius: 6px;
    padding: 15px 15px 1px 15px;
}

.order-list .list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.order-list .list-item .order {
    width: 35px;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-list .list-item .order img {
    width: 28px;
}

.order-list .list-item .thumb {
    width: 75px;
    height: 50px;
    margin-top: 3px;
    position: relative;
}

.order-list .list-item .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.order-list .list-item .thumb .label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

.order-list .list-item .intro {
    font-size: 12px;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666666;
    width: calc(100% - 126px);
}

.hot-list{
	position: relative;
	z-index: 1;
}
.hot-list .list-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(0,0,0,0.06);
    border-radius: 6px;
    padding: 10px;
}

.hot-list .list-content .list-item {
    display: flex;
    width: 50%;
    margin: 10px 0;
    align-items: center;
    justify-content: space-between;
}

.hot-list .list-content .list-item .icon {
    width: 65px;
    height: 40px;
    display: flex;
    align-items: center;
}

.hot-list .list-content .list-item .icon img {
    width: 100%;
    height: 100%;
}

.hot-list .list-content .list-item .intro {
    width: calc(100% - 77px);
    font-size: 14px;
    font-weight: bold;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.coupon-list{
	position: relative;
	z-index: 1;
}
.coupon-list .coupon-container {
	overflow: hidden;
    box-shadow: 0 0 6px rgba(0,0,0,0.06);
    border-radius: 6px;
    background-color: #ffffff;
}

.coupon-list .header .swiper-slide .header-item {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    border-right: 1px solid #eee;
    margin-top: 14px;
    margin-bottom: 8px;
    color: #999999;
}

.coupon-list .header .swiper-slide.selected .header-item {
    color: #353535;
}

.coupon-list .header .swiper-slide:last-child {
    border-right: none;
}
.coupon-list .content {
    background-color: #ffffff;
}

.coupon-list .content .coupon-content {
    padding: 10px 15px 1px 15px;
}

.coupon-list .content .coupon-content .coupon-item {
    display: flex;
    background-color: #ffffff;
    border-radius: 6px;
    margin-bottom: 15px;
}

.coupon-list .content .coupon-content .coupon-item .icon {
    width: 60px;
    height: 60px;
    text-align: center;
}

.coupon-list .content .coupon-content .coupon-item .icon > img {
	width: 100%;
	height: 100%;
}

.coupon-list .content .coupon-content .coupon-item .item-content {
    width: calc(100% - 83px);
    padding-left: 9px;
    display: flex;
    flex-direction: column;
}

.coupon-list .content .coupon-content .coupon-item .item-content .title {
	margin-bottom: 9px;
    font-size: 12px;
    color: rgb(51,51,51);
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.coupon-list .content .coupon-content .coupon-item .intro {
    font-size: 12px;
    color: rgb(154, 154, 154);
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pic-list{
	position: relative;
	z-index: 1;
}
.pic-list .list-content {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 15px 1px 15px;
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(0,0,0,0.06);
    border-radius: 6px;
}

.pic-list .list-content .list-item {
    width: calc(50% - 8px);
    margin-bottom: 15px;
}

.pic-list .list-content .list-item .icon {
	height: 80px;
}

.pic-list .list-content .list-item .icon img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.pic-list .list-content .list-item .intro {
    font-size: 12px;
    line-height: 18px;
    color: #464646;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
