@charset "utf-8";
/* CSS Document */
.bannerWidget {
    height: 3.4rem;
    color: #fff;
    text-align: center;
	margin-top: 0.83rem;
    padding-top: 1.1rem;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bannerWidget .title {
	color: #fff;
    font-size: 0.44rem;
    line-height: 0.44rem;
}

.bannerWidget .subTitle {
    font-size: 0.28rem;
    line-height: 0.35rem;
    margin: 0.32rem 1rem;
}

.summarize {
	padding: .5rem 0 .1rem;
	width: 100%;
	background-color: #fff;
}

.summarize .title {
	font-size: 0.44rem;
    color: #2F2E2E;
    text-align: center;
    line-height: 0.5rem;
	font-weight: 700;
}

.summarize p {
	font-size: 0.26rem;
    color: #51585c;
    text-align: left;
    line-height: 0.4rem;
	padding: 0 .5rem;
	text-align:justify
}

.summarize .box {
	padding: 0.1rem 0.32rem .3rem;
    text-align: center;
	width: 100%;
}

.summarize .box img {
    width: 100%;
    height: 3.45rem;
}

.module0 {
    padding-bottom: 0.8rem;
}

.module {
    padding: 0.4rem 0.32rem 0.8rem;
    background: #fff;
    text-align: center;
}

.module .title {
    font-size: 0.44rem;
    color: #2F2E2E;
    text-align: center;
    line-height: 0.5rem;
	font-weight: 700;
}

.module0 .content {
    margin-top: 0.4rem;
}

.am-flexbox.am-flexbox-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.am-flexbox.am-flexbox-justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.am-flexbox {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.module0 .item {
    width: 25%;
    font-family: 'PingFangSC-Regular';
    font-size: 0.26rem;
    color: #6B798E;
    text-align: center;
    line-height: 0.32rem;
}

.module0 .item .imgBox {
    height: 1rem;
    margin-bottom: .2rem;
}

.module0 .item .imgBox .img {
    margin-bottom: 0.24rem;
	width: .7rem;
}

.module0 .item .text1 {
    margin-top: 0.2rem;
}

#mobile-wrapper .trade-item {
    width: 100%;
    padding: 0;
	margin: 0;
	border-bottom: .01rem solid #e0e0e0;
}

#mobile-wrapper .trade-item .active {
    animation: b .3s linear forwards;
    padding-bottom: 0; 
}

#mobile-wrapper .trade-item .trade-herder {
	border-top: .01rem solid #e0e0e0;
}

#mobile-wrapper .trade-item .trade-content .box {
	padding: 0.6rem 0.32rem;
    text-align: center;
    background: #F6F7FA;
}

#mobile-wrapper .trade-item .trade-content .box img {
	border: 0;
	min-height: 3.5rem;
    margin-bottom: 0.5rem;
    vertical-align: middle;
}

#mobile-wrapper .trade-item .trade-content .box p {
    font-family: 'PingFangSC-Regular';
	text-align: justify !important;
    font-size: 0.26rem;
    color: #6B798E;
    line-height: 0.4rem;
    text-align: left;
	margin: 0;
    padding: 0;
}

#mobile-wrapper .trade-item .trade-herder .content .name {
	line-height: 1.12rem;
}

#mobile-wrapper .trade-item .trade-herder .content span img {
	width: 0.42rem;
	padding-top: .35rem;
    margin-right: .2rem;
}
