/*共通css*/
html,body{height:100%;}

@media screen and (max-width:320px) {
	html {
	font-size: 13px
	}
}

@media screen and (min-width:321px) and (max-width:374px) {
	html {
	font-size: 14px
	}
}

@media screen and (min-width:375px) and (max-width:413px) {
	html {
	font-size: 14.5px
	}
}

@media screen and (min-width:414px){
	html {
	font-size: 15px
	}
}

em {
	font-style: normal;
	margin-right: 5px;
	font-size:0.86rem;
	color: #999;
	vertical-align: middle;
}

.font-65{
	font-size:4.64rem ;
}

.font-40{
	font-size:2.84rem;
}
.font-30 {
	font-size:2rem;
	margin: 15px 0 0 0;
	display: inline-block
}

.font-24 {
	font-size: 1.71rem;
	font-weight: 400;
	line-height: 24px;
}

.font-22 {
	font-size: 1.57rem;
}

.font-21 {
	font-size:1.5rem;
}

.font-20 {
	font-size:1.42rem;
}

.font-19 {
	font-size:1.35rem;
}

.font-lg,.font-18 {
	font-size: 1.28rem;
}

.font-17 {
	font-size:1.21rem;
}

.font-16 {
	font-size:1.14rem;
}

.font-15 {
	font-size: 1.07rem;
}

.font-sm,.font-14{
	font-size: 1rem
}

.font-xs,.font-13 {
	font-size:0.93rem;
}

.font-12 {
	font-size:0.86rem;
	color: #999;
}

.font-11 {
	font-size:0.79rem;
	color: #999;
}

.font-10 {
	font-size: 10px;
	color: #999;
}

.font-9 {
	font-size: 9px;
	color: #999;
	font-weight: normal;
}

.white {
	color: #fff;
}

.red {
	color: #fa4747;
}

.blue {
	color: #00a9f8;
}

.orange {
	color: #ffaa01;
}

.green {
	color: #41b78b;
}

.gray-2 {
	color: #222;
}

.gray-3 {
	color: #333;
}

.gray-6 {
	color: #666;
}

.gray-8 {
	color: #888;
}

.gray-9 {
	color: #999;
}
.gray-c{
	color: #ccc;
}
hr{
	border-top:1px solid #e5e5e5;
}
.line-height-xs {
	line-height: 1.4rem;
}
.line-height-sm {
	line-height: 1.6rem;
}
.line-height-lg {
	line-height: 1.8rem;
}
.line-height-xy{
	line-height: 2.4rem;
}
.p-indent-10 {
	text-indent: 10px;
}

.p-indent {
	text-indent: 26px;
}

.p-indent-36 {
	text-indent: 36px;
}

.em-title-two {
	line-height: 1.1;
	padding-top: 10px;
	font-size: 1.28rem;
}

.gray-bg {
	background: #f7f7f7;
}
.black-bg {
	background: #000;
}

/*白色背景，主体内容白色背景，底部选项卡白色背景，如资讯详情*/

.mui-content-white {
	background: #fff;
}


/*header右侧文字*/

.em-header-right-15 {
	right: 5px;
	top: -2px;
}

.em-header-right {
	right: 36px;
	top: -2px;
}


/*首页*/

.em-icon-nav-top {
	width: 19px;
	height: 19px;
	position: absolute;
	top:0.86rem;
}

.em-icon-login {
	background: url(../img/icons/icon_header.png) no-repeat 0 0;
	background-size: 100%;
}

.em-icon-login-xs,
.em-icon-login-xs:hover {
	background: url(../img/icons/icon_people.png) no-repeat center center;
	background-size: 16px 16px;
	width: auto;
	line-height: 54px;
	color: #fff;
	font-size:0.79rem;
	top: 4px;
	text-align: center;
}

.em-icon-search {
	background: url(../img/icons/icon_header.png) no-repeat 0 -19px;
	background-size: 100%;
	right: 10px;
}

.em-icon-search-wx {
	right: 48px;
}

.em-icon-search-wx:hover {
	color: #fff
}

.em-icon-index {
	background: url(../img/icons/icon_header.png) no-repeat 0 -38px;
	background-size: 100%;
	right:1.07rem;
}

.em-icon-enter {
	width: 34px;
	height: 34px;
	display: inline-block;
}

.em-icon-open {
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 0;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

.em-icon-risk {
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -34px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

.em-icon-customer,.em-icon-ProductSub{
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -68px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

.em-icon-information,.em-icon-InfoSetSub{
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -102px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

.em-icon-transfer {
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -136px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

.em-icon-sign {
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -170px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

.em-icon-hongkong {
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -204px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

.em-icon-IDcard {
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -238px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

.em-icon-Entrust {
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -272px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

.em-icon-IM {
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -306px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

.em-icon-buyBack {
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -340px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}
.em-icon-download {
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -374px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}
.em-icon-network {
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -408px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}
.em-icon-companProfile{
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -442Px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

.em-icon-OTC{
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -510Px;
	background-size: 100%;
	width: 34px;
	height: 34px;
}
.em-icon-gat{
	background: url(../img/icons/icon_gatkh.png) no-repeat ;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

.em-icon-fundOpen{
	background: url(../img/icons/icon_service_nav.png) no-repeat 0 -544Px;
    background-size: 100%;
    width: 34px;
    height: 34px;
}

/*数据中心图标*/
.em-icon-HotStock{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-ExecutiveIncrease{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -34PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-AdvancePerformance{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -68PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-DividendTransfer{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -102PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-DragonTigerList{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -136PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-TargetPriceRise{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -170PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-Suspension{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -204PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}

.em-icon-MainNetInflow{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -238PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}

.em-icon-IntelligentStockSelection{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -272PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-DiagnosisOfFemoralHead{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -306PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-IntelligentCompoundDisk{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -340PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}

.em-icon-IntellectualInvestmentFund{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -374PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}

/*限时免费 更多*/
.em-icon-free-more{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -408PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}

/*限时免费*/
.em-icon-free-1{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-2{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -34PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-3{
    background: url(../img/icons/icon_dateCenter.png) no-repeat 0 -68PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-4{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -102PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-5{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -136PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-6{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -170PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-7{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -204PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-8{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -238PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-9{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -272PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-10{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -306PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-11{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -340PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-12{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -374PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-13{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -408PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-14{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -442PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-15{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -476PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-16{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -510PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-17{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -544PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}

.em-icon-free-18{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -578PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-19{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -612PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-20{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -646PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-21{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -680PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-22{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -714PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-23{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -748PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-24{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -782PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-25{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -816PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-26{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -850PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-27{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -884PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-28{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -918PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-29{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -952PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-30{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -986PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-31{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -1020PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-32{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -1054PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-33{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -1088PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-34{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -1122PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-35{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -1156PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-36{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -1190PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
/* 龙虎榜icon */
.em-icon-free-37{
    background: url(../img/icons/icon_tools_free.png) no-repeat 0 -1224PX;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-38{
    background: url(../img/icons/icon_gx.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-39{
    background: url(../img/icons/icon_qsht.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-40{
    background: url(../img/icons/icon_xtsb.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-41{
    background: url(../img/icons/icon_ydjl.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-42{
    background: url(../img/icons/icon_zbxg.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-43{
    background: url(../img/icons/icon_scjk.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-44{
    background: url(../img/icons/icon_dxjl.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-45{
    background: url(../img/icons/icon_cmfb.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-46{
    background: url(../img/icons/icon_aixg.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-47{
    background: url(../img/icons/icon_bxb.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-48{
    background: url(../img/icons/icon_xgb.png) no-repeat 0 0;
    background-size: 100%;
    width: 34px;
    height: 34px;
}
.em-icon-free-49{
	background: url(../img/icons/icon_dpyt.png) no-repeat 0 0;
	background-size: 100%;
	width: 34px;
	height: 34px;
}
.em-icon-free-50{
	background: url(../img/icons/icon_jxgpc.png) no-repeat 0 0;
	background-size: 100%;
	width: 34px;
	height: 34px;
}

/*银证转账入口*/

.em-icon-transferIn {
	background: url(../img/service/icon_tranfer_in.png) no-repeat center center;
	background-size: 34px 34px;
}

.em-icon-transferOut {
	background: url(../img/service/icon_tranfer_out.png) no-repeat center center;
	background-size: 34px 34px;
}

.em-icon-transferHistory {
	background: url(../img/service/icon_tranfer_history.png) no-repeat center center;
	background-size: 34px 34px;
}

.em-media-horizontal.mui-table-view:first-child {
	margin-top: 0;
}

.em-media-horizontal.mui-grid-view .mui-table-view-cell .mui-media-body {
	display: inline-block;
	left: 46px;
	font-size:1.21rem;
	line-height:1.21rem;
	height: 20px;
	line-height: 20px;
	color: #666;
	margin-top: 7px;
}

.em-media-horizontal.mui-table-view.mui-grid-view .mui-table-view-cell {
	/* width: 100%; */
	text-align: left;
	padding-left: 4%;
}

.em-media-horizontal.em-media-horizontal-transfer.mui-table-view.mui-grid-view .mui-table-view-cell {
	text-align: left;
	padding-left: 10%;
}

.em-media-horizontal.em-media-horizontal-transfer.mui-grid-view .mui-table-view-cell .mui-media-body {
	left: 50px;
}

.em-media-horizontal.mui-table-view.mui-grid-view .mui-table-view-cell.em-center {
	text-align: center;
	padding: 0;
}

li.mui-table-view-cell.mui-media.em-product-box.J_openPage {
	position: relative;
	margin-top: 4px;
}

.em-icon-notice {
	width: 19px;
	height:1.21rem;
	display: inline-block;
	background: url(../img/icons/icon_notice.png) no-repeat center center;
	background-size: 19px 17px;
	margin-top: 2px;
	margin-left: 0
}


/*底部nav*/

.mui-bar {
	background: #fff;
	position: fixed;
	bottom: 0;
}
.mui-bar-transparent{
	background-color: rgba(250,71,71,0);
	box-shadow:0 0 0;
}
.em-icon-nav {
	width: 24px;
	height: 24px;
	display: inline-block;
	font-size:0.79rem;
	position: relative;
	top: -7px;
}

.em-icon-home {
	background: url(../img/icons/nav/index_normal.png) no-repeat center center;
	background-size: 24px 24px;
}

.em-icon-home.mui-active {
	background: url(../img/icons/nav/index_active.png) no-repeat center center;
	background-size: 24px 24px;
}

.em-icon-product {
	background: url(../img/icons/nav/product_normal.png) no-repeat center center;
	background-size: 24px 24px;
}

.em-icon-product.mui-active {
	background: url(../img/icons/nav/product_active.png) no-repeat center center;
	background-size: 24px 24px;
}

.em-icon-account {
	background: url(../img/icons/nav/account_normal.png) no-repeat center center;
	background-size: 24px 24px;
}

.em-icon-account.mui-active {
	background: url(../img/icons/nav/account_active.png) no-repeat center center;
	background-size: 24px 24px;
}

.em-icon-net {
	background: url(../img/icons/nav/net_normal.png) no-repeat center center;
	background-size: 24px 24px;
}

.em-icon-net.mui-active {
	background: url(../img/icons/nav/net_active.png) no-repeat center center;
	background-size: 24px 24px;
}

.em-icon-nav span {
	color: #999;
	position: relative;
	bottom: -20px;
}

.em-icon-nav.mui-active span {
	color: #FA4747;
}

.em-icon-logo {
	position: relative;
	top: -12px;
}

.em-logo {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(../img/icons/nav/logo.png) no-repeat center center;
	background-size: 50px 50px;
}


/*可移动选项卡右侧箭头*/

.em-icon-arrowright {
	position: absolute;
	z-index: 2;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
	width: 20px;
	height: 38px;
	line-height: 32px;
	border: 0;
	color: #999;
}

.em-icon-arrow {
	background: url(../img/common/arrow_left.png) no-repeat center center;
	background-size: 16px 16px;
	display: inline-block;
	width:1.14rem;
	height:1.14rem;
	position: relative;
	top: 6px;
	right: 5px
}


/*小按钮*/

.mui-btn-sm {
	padding: 4px 10px;
	font-size:0.93rem;
	vertical-align: middle
}
.mui-btn.mui-col-xs-5{
	width: 48%;
}

/*间距*/

.em-spacing-right {
	margin-right: 10px;
}

.em-spacing-top-bottom {
	margin-right: 10px;
}


/*å¡ç‰‡*/

.em-card {
	margin: 10px 0;
}

.em-card-top {
	margin-top: 10px;
}

.em-card-top-5 {
	margin-top: 5px;
}

/*卡片*/

.em-play-box {
	background: #F7F7F7;
	padding: 10px 30px;
	box-sizing: border-box;
}

.em-play-title-txt {
	text-align: center;
	font-weight: normal;
	color: #888;
	margin: 10px 20px 30px 20px;
	word-break: break-all;
}


/*播放器*/

.em-player-box {
	width: 100%;
	z-index: 99999;
	background: url(../img/player/bg@3x.png) no-repeat;
	background-size: 100% 140px;
	height: 140px;
	width: 100%;
	z-index: 99999;
}

.em-player-con {
	background: none;
	padding: 35px 0 0 20px;
}

.em-play-title {
	color: #fff;
	padding: 20px 10px;
	height: 48px;
	margin: 10px;
	font-weight: normal
}

.em-play-times {
	color: #fff;
	text-decoration: none;
	font-size:1rem;
	position: relative;
	margin-top: -5px;
	opacity: 0.7;
}

.em-player-btn {
	height: 35px;
	width: 35px;
	border: 0;
	transition: none;
	display: inline-block;
	margin-top: 20px;
}

.em-player-play {
	background: url(../img/player/play.png) no-repeat 0 0;
	background-size:36px 36px;
}

button.em-player-play:enabled:active {
	background: url(../img/player/play_hover.png) no-repeat 0 0;
	background-size: 36px 36px;
}

.em-player-pause {
	background: url(../img/player/pause.png) no-repeat 0 0;
	background-size: 36px 36px;
}

button.em-player-pause:enabled:active {
	background: url(../img/player/pause_hover.png) no-repeat 0 0;
	background-size: 36px 36px;
}

.mui-table-view-cell-player {
	/*margin-top: 160px;*/
	display: block;
	min-height: 300px;
}


/*底部操作*/

.em-mui-bar-tab {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px #e5e5e5 solid;
	/*display: flex;
    justify-content: space-around;*/
	vertical-align: middle;
	padding: 10px 0;
	background-color: #FDFDFD;
	z-index: 30;
}

.em-mui-tab-item {
	width: 49%;
	box-sizing: border-box;
	display: inline-block;
	border-right: 1px #e5e5e5 solid;
	text-align: center;
}


/*下载*/

.wui-icon-40 {
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
}

.icon_download {
	background: url(../img/icons/icon_download.png) no-repeat;
	background-size: 100%;
}

.icon_font {
	background: url(../img/icons/icon_font.png) no-repeat;
	background-size: 100%;
}

.icon_thumbs_up {
	background: url(../img/icons/icon_thumbs_up.png) no-repeat;
	background-size: 100%;
	border: 0;
	padding: 0;
	transition: none
}

.icon_thumbs_up_select {
	background: url(../img/icons/icon_thumbs_up_select.png) no-repeat;
	background-size: 100%;
	border: 0;
	padding: 0;
}

.wui-icon-12 {
	height: 10px;
	width:1rem;
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
}

.icon_eye {
	background: url(../img/icons/icon_eye.png) no-repeat;
	background-size: 100%;
}

.icon-arrow-right {
	width: 0;
	height: 0;
	border-bottom: 4px solid transparent;
	/* left arrow slant */
	border-top: 4px solid transparent;
	/* right arrow slant */
	border-left: 4px solid #888;
	/* bottom, add background color here */
	font-size: 0;
	vertical-align: middle
}


/*删除图标*/

.icon-delete {
	background: url(../img/icons/icon_delete.png) no-repeat right top;
	background-size: 13px 13px;
	width:0.93rem;
	height:0.93rem;
	display: inline-block;
	position: absolute;
	margin-top: -10px;
}


/*勾选*/

.em-search-li .mui-table-view-cell.mui-active {
	color: #FA4747;
	background: url(../img/icons/icon_active.png) no-repeat right;
	background-size: 45px 10px;
}

.mui-table-view-cell.em-active {
	color: #FA4747;
	background: url(../img/icons/icon_active.png) no-repeat right;
	background-size: 45px 10px;
}


/*纯H5 css3弹出框*/

.em-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
/*	transition: opacity 0.3s 0s, visibility 0s 0.3s;*/
}

.em-popup.is-visible {
	opacity: 1;
	visibility: visible;
	/*transition: opacity 0.3s 0s, visibility 0s 0s;	*/
	z-index: 999;
}

.mui-bar-nav~ .mui-content .em-popup {
	top: 44px
}
.em-popup-container-slhxy #J_contract_button_com{
	margin-top: -45px;
}

.em-popup-container-slhxy .xyBtn-box #J_contract_button_com{
	margin-top: 0px;
}

.em-popup-container {
	position: absolute;
	width: 90%;
	margin: 0 5%;
	text-align: center;
	border-radius: 4px 4px 0 0;
	background: #FFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	/*transform: translateY();*/
	/* Force Hardware Acceleration in WebKit */
	/*transition-property: transform;*/
	/* transition-duration: 0.3s;*/
	padding:1.07rem;
	border-radius: 10px;
    box-sizing:border-box;
}

.em-popup-container-noRadius {
	border-radius: 0;
	width: 100%;
	margin: 0;
	box-shadow: 0 0 0;
}

.em-popup-bottom {
	background: none;
	padding: 0;
	bottom: 0;
	box-shadow: 0 0 0;
	transform: none;
}

.em-popup-bottom .em-con {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.em-popup-bottom .mui-card {
	border-radius: 5px;
}

.em-popup-bottom .mui-card .mui-card-content-inner {
	border-bottom: 1px #f2f2f2 solid;
}

.em-popup-container .em-con {
	min-height: 120px;
	color: #333;z-index: 999;
}

.em-pop-title {
	color: #888;
	font-size:1.14rem;
	padding-bottom:1.07rem;
	border-bottom: 1px #f2f2f2 solid;
	margin-bottom:0.86rem;
	text-align: center
}

.em-popup-close {
	position: absolute;
	margin-bottom: -30px;
	right:1.07rem;
}

@media screen and (max-height: 480px) {
	.em-popup-container .em-con.em-con-height {
		max-height: 230px;
		overflow-y: scroll;
	}
}

@media screen and (min-height:481px) {
	.em-popup-container .em-con.em-con-height {
		max-height: 300px;
		overflow-y: scroll;
	}
}

@media screen and (min-height:600px) {
	.em-popup-container .em-con.em-con-height {
		max-height: 340px;
	    overflow-y: scroll;
	}
}

@media screen and (min-height:700px) {
	.em-popup-container .em-con.em-con-height {
		max-height: 440px;
		overflow-y: scroll;
	}
}


/*底部弹出框*/

.em-popup-container-bottom {
	bottom: 0;
	width: 100%;
	margin: 0;
	border-radius: 0;
	transform: translateY(0);
}

.em-con-auto-bottom {
	min-height: 160px;
	max-height: 240px;
	overflow: auto;
	border-top: 1px #e5e5e5 solid;
}

.em-con-auto-bottom.mui-input-group:before,
.em-con-auto-bottom.mui-input-group:after {
	background: none;
}

.em-con-auto-bottom.mui-input-group .mui-input-row.mui-active {
	color: #FA4747;
}

.em-lable-radio .mui-radio label,
.em-lable-chebox .mui-checkbox label {
	padding-right: 0;
}


/*底部2组按钮*/

.em-mui-bar-btn-two.mui-bar .mui-btn {
	top: 0;
	border-radius: 0;
}

.em-mui-bar-btn-two.mui-bar .mui-btn-block {
	padding: 0;
	height: 50px;
	line-height: 50px;
	color: #FA4747;
	border: 0;
	font-size: 18px;
}

.em-mui-bar-btn-two.mui-bar .mui-btn-block.mui-btn-danger {
	color: #fff;
}

.em-mui-bar-btn-two.mui-bar .mui-btn-disable {
	background: #dcdcdc;
	color: #fff;
}

.em-mui-bar-btn-two.mui-bar-tab .mui-tab-item,
.em-mui-bar-btn-two.mui-bar-tab .em-tab-item {
	width: 100%;
	display: table-cell;
	overflow: hidden;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #929292;
}

.em-mui-bar-btn-two.mui-bar-tab .mui-tab-item a.mui-btn-danger:hover {
	opacity: 0.8;
}

.em-mui-bar-btn-two.mui-bar-tab .mui-tab-item a.mui-btn:hover {
	background: #f7f7f7;
}


/*底部按钮有间隔*/

.em-mui-bar-btn-margin {
	position: fixed;
	bottom: 0;
	display: block;
	margin: 10px 15px;
}

.em-mui-bar-btn-margin.mui-btn-block {
	width: 100%;
	display: block;
}


/*输入框有边框*/

.mui-input-group input.em-input-css {
	border: 1px #e5e5e5 solid;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 6px 0;
	height: auto;
}


/*radio */

.em-radio.mui-radio input[type='radio']:before,
.em-checkbox.mui-checkbox input[type='checkbox']:before {
	background: url(../img/slh/checkbox_r_unselected.png) no-repeat left center;
	background-size: 14px 14px;
	width:1rem;
	height:1rem;
	content: "";
	display: inline-block;
	position: absolute;
	margin-top: 0
}

.em-radio.mui-radio input[type='radio']:checked:before,
.em-checkbox.mui-checkbox input[type='checkbox']:checked:before {
	background: url(../img/slh/checkbox_r_selected.png) no-repeat left center;
	background-size: 14px 14px;
	width:1rem;
	height:1rem;
	content: "";
	display: inline-block;
}


/*卡片主题*/

.em-theme {
	padding: 15px 15px 15px 0;
}
.em-theme-title{
	font-size: 1.14rem;
}
.em-theme-title img {
	vertical-align: middle;
	margin-right: 4px;
	margin-top: -4px;
}
.mui-table-view .em-theme:before,
.mui-table-view .em-theme:after {
	background: none
}

.em-theme.mui-table-view-cell>a:not(.mui-btn) {
	margin: 0 -20px 0 0;
	padding: 0
}

.em-theme.mui-table-view-cell>a:not(.mui-btn) .em-more-pro {
	padding-right: 40px;
	color: #666;
	font-size:0.93rem;
}

.em-theme-line {
	border-left: 5px #FA4747 solid;
	position: relative;
	text-indent: 10px;
	height:1.21rem;
	font-size:1.14rem;
}

.em-theme-line b,
.em-theme-line .gray-9 {
	top: -5px;
	position: relative;
	line-height:1.8;
	color:#666;
	font-weight: normal;
}

.em-theme-line-gray {
	border-left: 5px #999 solid;
}

.em-h1 {
	margin: 0;
}


/*下拉箭头*/

.mui-input-row select {
	font-size: 18px;
	line-height: 2.4;
}

.em-option {
	background: url(../img/common/arrow_down.png) no-repeat right center;
	background-size: 20px 20px;
	position: relative;
	right:1.07rem;
	direction: rtl;
	text-indent: 30px;
	color: #333;
	top: 5px
}
/*总部头部*/
.mui-bar .em-mui-title{
    left: 10px;
    position: absolute;
    top:0.86rem;
}
/*总部下拉*/
.em-option-zongBu{
	background: url(../img/common/select_white.png) no-repeat right center;
	background-size: 20px 20px;
	position:relative;
	top: -15px;
	padding:0 20px 0 5px;
	width:auto;
	float:left;
	font-size:13px;
	border-left:#ff9090 solid 1px;
}
.em-option-zongBu{
	border: 0;
}
.em-option-zongBu option{
	background: #fa4747;
	color: #fff;
}

select:focus option:checked{
	color: #fff;
	background:#FA4747
}

option:checked, option:hover{
	color: white;
	background:#FA4747;
 }

/*输入框后面的  元   %单位等*/

.em-input-right input[type='text'] {
	padding: 12px 35px 10px 0;
	/* text-indent:15px */
}

.em-input-right .em-input-text {
	position: absolute;
	right: 0;
	padding: 16px 15px;
	display: inline-block;
	font-size:1.14rem;
	color: #666
}
.em-input-value{
	padding: 1.1rem 1.07rem;
	display: inline-block;
	font-size:1.07rem;
	color: #333;
	overflow:auto;
	width: 70%;
}

.em-input-value .mui-btn-xs-red,.em-input-value .em-icon-pass{
	position: absolute;
	right: 3%;
	top:1.1rem
}

.em-input-width label {
	width: 40%;
}

.em-input-width input[type='text'] {
	width: 60%;
}

.em-input-text-left {
	padding: 16px 35px 0 15px;
	float: left;
}


/*绿色图标  合格后打钩*/

.em-icon-pass {
	background: url(../img/common/icon_pass.png) no-repeat right;
	background-size: 16px 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-left:1.07rem;
}

.mui-segmented-control.mui-scroll-wrapper .em-scroll {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	width: 100%;
}


/*委托记录卡片内竖线*/

.em-line-right {
	border-right: 1px #f2f2f2 solid;
}

.em-line-left {
	border-left: 1px #f2f2f2 solid;
}

.em-line-left-em em {
	border-right: 1px #f2f2f2 solid;
	padding-right: 5px;
	font-size:0.93rem;
	position: relative;
}

.em-line-left-em em:last-child {
	border: 0
}


/*未到期标签*/

.em-prematurity {
	font-size:0.79rem;
	padding: 0;
	text-align: center;
	background-color: #fa4747;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	opacity: 0.5;
	color: #fff;
	position: absolute;
	right: -25px;
	margin-top: -8px;
	width: 90px;
}

/*筛选*/
.em-search-box{
  position: absolute;
  right: 0;
  height: 100%;
}
.em-search-box .mui-control-content ul.mui-table-view{
  padding-bottom:80px;
}

/*历史查询*/

.em-search-history-box {
	position: absolute;
	/* top: 44px; */
	width: 100%;
}

.em-search-history {
	margin: 0;
	background: #4f4b4b;
	/* 	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between; */
	padding: 0;
	font-size:0.93rem;
	text-align: center;
	width: 100%;
	height: 34px;
	line-height: 34px;
}

.em-search-history li {
	list-style: none;
	width: 25%;
	float: left;
}

.em-search-history a {
	color: #fff;
	display: block;
	width: 100%
}

.em-search-history-body {
	padding: 12px 10px 0 10px;
	background: #dbdbdb;
}

.em-search-history-list {
	position: absolute;
	margin-top: 145px;
}


/*三角形箭头*/

.em-search-history .mui-active {
	background: url(../img/common/icon_triangle_up.png) no-repeat center bottom 0;
	background-size: 10px 8px;
}


/*边框*/

.em-border {
	border: 1px #e5e5e5 solid;
}

.em-border-left {
	border-right: 1px #f7f7f7 solid;
}


/*定投*/

.em-autimatic-bg-01 {
	background: url(../img/common/automatic_bgs.png) no-repeat #55b9fd 0 0;
	color: #fff;
	background-size: auto;
	padding: 5px 0
}

.em-autimatic-bg-02 {
	background: url(../img/common/automatic_bgs.png) no-repeat #55b9fd 0 -120px;
	color: #fff;
	background-size: auto;
	padding: 5px 0
}

.em-autimatic-bg-03 {
	background: url(../img/common/automatic_bgs.png) no-repeat #55b9fd 0 -240px;
	color: #fff;
	background-size: auto;
	padding: 5px 0
}

.em-autimatic-check {
	background: url(../img/common/automatic_04.png) no-repeat left top;
	background-size: 16px 16px;
}

.em-autimatic-check .mui-badge {
	position: relative;
	margin-right: 4px;
}

.em-table th {
	border-bottom: 1px #f2f2f2 solid;
	color: #888;
	font-size:0.93rem;
	text-align: center;
	font-weight: normal;
	line-height: 18px;
	padding: 4px 0;
}

.em-table td {
	padding: 5px 0;
	font-size:0.93rem;
	color: #666;
	text-align: center;
}

.em-table .em-table-left {
	text-align: left;
}

.em-table-white th {
	color: #fff;
	opacity: 0.7;
	border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.em-table-white td {
	color: #fff;
	line-height: 1.2
}

.em-lineHeight-70 {
	line-height: 50px;
}

.em-autimatic-bg-xs div {
	float: left;
	border-radius: 5px;
	padding: 8px 0 12px 0;
	color: #fff;
	width: 30%;
	margin: 0 1.5%;
	line-height: 1;
}

.em-autimatic-bg-xs-01 {
	background: url(../img/common/automatic_bgs.png) no-repeat 0 -360px;
}

.em-autimatic-bg-xs-02 {
	background: url(../img/common/automatic_bgs.png) no-repeat 0 -460px;
}

.em-autimatic-bg-xs-03 {
	background: url(../img/common/automatic_bgs.png) no-repeat 0 -560px;
}

/*数据中心图片*/
.em-autimatic-bg-xs-04 {
	background: url(../img/common/automatic_bgs_dateCenter1.jpg) no-repeat center;
	background-size:  auto 100%;
}

.em-autimatic-bg-xs-05 {
	background: url(../img/common/automatic_bgs_dateCenter2.jpg) no-repeat center;
	background-size:  auto 100%;
}

.em-autimatic-bg-xs-06 {
	background: url(../img/common/automatic_bgs_dateCenter3.jpg) no-repeat center;
	background-size:  auto 100%;
}

/*详情页红色背景*/

.mui-content>.em-bg-red-detail:first-child {
	margin-top: 0;
}

.em-bg-red-detail {
	margin: 0;
	background: #FA4747;
	color: #fff;
}
.em-bg-gradient-detail {
	background: #fa4747;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fa4747), to(#f96e5b));
	background: gradient(linear, 0 0, 0 100%, from(#fa4747), to(#f96e5b));
}
.em-bg-red-detail h1 {
	margin: 0
}


/*半透明*/

.opacity-70 {
	opacity: 0.7;
}

.opacity-50 {
	opacity:1;
	background: rgba(0, 0, 0, 0.02);
}
.em-stop {
	opacity:1;
	background: url(../img/common/icon_stop.png) no-repeat right top rgba(0, 0, 0, 0.02);

}


/*智投基金图标*/

.mui-grid-view.mui-grid-9.em-fundList .mui-table-view-cell {
	padding: 0;
}

.mui-grid-view.mui-grid-9.em-fundList .mui-table-view-cell>a:not(.mui-btn) {
	padding: 12px 0 16px 0;
}

.em-fundList img {
	width: 18px;
	height: 18px;
	margin: 12px 10px 0 10px;
}


/*牛人牛基图标*/

.mui-slider .mui-slider-group .mui-slider-item img.em-itemImg-15 {
	width:1.07rem;
	height:1.07rem;
}

.em-rank-img{
	width:28px;
	height: 37px;
}
.em-rank-img-01{
	background: url(../img/common/pic_rank.png) no-repeat 0 0;
	background-size: 100%;
	display:inline-block;
}
.em-rank-img-02{
	background: url(../img/common/pic_rank.png) no-repeat 0 -37px;
	background-size: 100%;
	display:inline-block;
}
.em-rank-img-03{
	background: url(../img/common/pic_rank.png) no-repeat 0 -74px;
	background-size: 100%;
	display:inline-block;
}
.em-rank-name{
	position:absolute;
	top:15px;
	left:40px;
	font-size:16px;
	color:#333
}
/*验证码*/

.em-yzm img {
	height: 30px;
	position: relative;
	top: -2px;
	right: 0;
	background: #fff;
	border-left: 1px #f2f2f2 solid;
	padding-left: 10px;
}

.mui-input-row.em-input-right .mui-input-clear~ .mui-icon-clear {
	right: 30px;
}

.mui-input-row.em-input-yzm .mui-input-clear~ .mui-icon-clear {
	right: 90px;
}


/*日期期限灰色背景*/

.em-date-bg {
	background: #f7f7f7;
	padding: 0;
	line-height: 1.8;
	font-size:1rem;
	color: #666;
}

.em-date {
	padding: 2px 5px;
	background: #e5e5e5;
	background: linear-gradient(#fff, #e5e5e5);
	border: 1px #e5e5e5 solid;
	margin: 0 4px;
}

.em-date-bg-white {
	background: #fff;
}


/*9宫格无边框*/

.mui-grid-view.em-grid-9 .mui-table-view-cell {
	border: 0;
}

.mui-grid-view.em-grid-9 .mui-table-view-cell>a:not(.mui-btn) {
	border-right: 0;
}


/*理财首页*/

.em-product-box {
	width: 100%;
	padding: 12px 15px;
}

.em-proList-img {
	width: 32px;
	height: 32px;
	display: inline-block;
	float: left;
	left: -5px;
	position: relative;
	margin-right: 10px
}

.em-proList-img-1 {
	background: url(../img/icons/icon_product.png) no-repeat 0 0;
	background-size: 100%;
}

.em-proList-img-2 {
	background: url(../img/icons/icon_product.png) no-repeat 0 -32px;
	background-size: 100%;
}

.em-proList-img-3 {
	background: url(../img/icons/icon_product.png) no-repeat 0 -64px;
	background-size: 100%;
}

.em-proList-img-4 {
	background: url(../img/icons/icon_product.png) no-repeat 0 -96px;
	background-size: 100%;
}

.em-proList-img-5 {
	background: url(../img/icons/icon_product.png) no-repeat 0 -128px;
	background-size: 100%;
}
.em-proList-img-6 {
	background: url(../img/icons/icon_product.png) no-repeat 0 -160px;
	background-size: 100%;
}
.em-product-img {
	margin: 0 20px 0 0;
	float: left;
}

.mui-grid-view.em-grid-9-xs .mui-table-view-cell {
	padding: 0;
}

.mui-grid-view.em-prolist .mui-table-view-cell {
	padding: 0 0 4px 0;
}

.em-media-horizontal.mui-table-view.mui-grid-view.em-grid-9-xs .mui-table-view-cell img {
	position: relative;
	margin-top: 4px
}

.em-media-horizontal.mui-table-view.mui-grid-view.em-prolist .mui-table-view-cell img {
	position: relative;
	margin-top: 0
}

.em-product-box .mui-badge-xs {
	border-radius: 8px;
	position: absolute;
	margin: 3px 10px 0 10px;
	padding: 1px 5px;
	font-size:0.79rem;
}


/*产品详情表格*/

.em-tb-y {
	margin: 15px 0
}

.em-tb-y th {
	font-weight: normal;
	padding: 6px 0;
	font-size:1rem;
	color: #888;
	text-align: left;
	padding-left:1.07rem;
}

.em-tb-y td {
	font-size:1.07rem;
	padding-left: 20px;
	color: #666;
	word-break:break-all
}


/*收藏*/

.em-icon-fav,
.em-icon-fav-text {
	background: url(../img/common/btn_plusOptional.png) no-repeat center center;
	background-size: 43px 43px;
	width: 100%;
	height: 60px;
	display: inline-block;
	position: relative;
	top: -5px;
	border-right: 1px #f2f2f2 solid;
}

.em-icon-fav-text {
	width: 100%;
	border-right: 0;
	text-align: center;
	text-indent: 75px;
	padding-top: 5px;
	color: #666;
	font-style: normal;
	margin-left: -40px
}

.em-icon-fav.mui-active,
.em-icon-fav-text.mui-active {
	background: url(../img/common/btn_deleteOptional.png) no-repeat center center;
	background-size: 43px 43px;
	width: 100%;
	height: 60px;
	display: inline-block;
	position: relative;
	top: -5px;
	border-right: 1px #e5e5e5 solid;
}

.em-icon-fav-text,
.em-icon-fav-text.mui-active {
	border-right: 0;
}


/*向上箭头*/

.em-arrowDown {
	background: url(../img/common/arrow_down.png) no-repeat center center;
	background-size: 14px 14px;
	width: 100%;
	height: 36px;
	display: block;
	margin: 0 auto;
}

.em-arrowDown.mui-active {
	background: url(../img/common/arrow_up.png) no-repeat center center;
	background-size: 14px 14px;
}


/*进度条*/

.em-progressbar-6 {
	height: 6px;
}


/*我的消息图标*/

.icon-messages {
	background: url(../img/common/icon_messages.png);
	background-size: 12px 12px;
	display: inline-block;
}


/*原点角标*/

.em-danger-radius {
	padding: 3px;
	display: inline-block;
	background: #ff7b60;
	border-radius: 10px;
	position: relative;
	top: -8px;
	margin: 0 5px;
	color: #fff;
	font-size:0.86rem;
}
/*理财首页角标*/
 .em-pro-badge-xs{
 	position: relative;
 	top: -2px;
 }

/*表格*/

.em-table-x {
	border-collapse: collapse;
	border: 1px #f2f2f2 solid;
	margin: 15px 0 30px 0;
}

.em-table-x th {
	border: 1px #f2f2f2 solid;
	font-size:0.86rem;
	font-weight: normal;
	padding: 2px 0;
	color: #999;
	background: #f7f7f7;
}

.em-table-x td {
	border: 1px #f2f2f2 solid;
	font-size:0.93rem;
	padding: 6px 10px;
}


/*登录开户*/

.em-login {
	padding: 0 20px;
}

.em-login.mui-input-group .mui-input-row:after {
	left: 0;
}

.mui-input-group .mui-input-row.em-input-row-noBorder:after {
	background: none;
}


/*分红方式*/

.em-input-lable-fontLg label {
	font-size:1.07rem;
	font-weight: 600;
	color: #666
}

.em-input-lable-fontLg .mui-active label {
	color: #fa4747
}

.em-input-lable-fontLg p {
	font-weight: normal;
}

.em-input-lable-fontLg .mui-table-view-cell {
	padding: 8px 20px 8px 10px;
}


/*渐变红色背景*/

.em-bg-red,
.em-bg-red .mui-table-view-cell.mui-active {
	background: #fa4747;
	background: linear-gradient(#fa4747, #ff7b60);
	width: 100%;
	color: #fff;
	margin-bottom: 10px;
}

.em-bg-red-normal,
.em-bg-red-normal.mui-table-view-cell.mui-active {
	background: #FA4747;
	color: #fff;
	padding: 20px;
}

.em-bg-red-opacity {
	padding: 10px 0 6px 0;
	background: rgba(255, 255, 255, 0.06);
	line-height: 1;
}

.em-bg-red .mui-row>[class*='mui-col-'] {
	border-right: 1px rgba(255, 255, 255, 0.15) solid;
}

.em-bg-red-line .mui-row>[class*='mui-col-'],
.em-bg-red .mui-row>[class*='mui-col-']:last-child {
	border-right: 0;
}

.em-bg-red .mui-table-view-cell:after {
	background: none;
}


/*渐变橙色背景*/

.em-bg-orange,
.em-bg-orange.mui-table-view-cell.mui-active {
	background: #fa4747;
	background: linear-gradient(#fa4747, #fe8a19);
	width: 100%;
	color: #fff
}

.em-bg-yellow,
.em-bg-yellow.mui-table-view-cell.mui-active {
	background: #fdb317;
	background: linear-gradient(#fdb317, #f9922b);
	width: 100%;
	color: #fff
}


/*加载*/

.em-loading {
	width: 50%;
	margin: 0 25%;
	padding: 15px 8px 10px 0;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	/*transform: translateY();*/
	/* Force Hardware Acceleration in WebKit */
	/*transition-property: transform;*/
	/*  transition-duration: 0.3s;*/
	position: absolute;
}

.em-refresh {
	position: relative;
	top: -6px;
	left: 10px;
	font-size:0.86rem;
	color: #666;
}


/*隐藏header时tab页面样式*/

.mui-bar-nav~ .mui-content .mui-slider.mui-fullscreen.em-fullscreen-top {
	top: 0;
}


/*IP记录*/

.em-bottom {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
}


/*曲线切换tab*/

ul.em-ul-red {
	margin: 0;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
}

.em-ul-red li {
	list-style: none;
	font-size:0.93rem;
	text-align: center;
	width: 100%;
}

.em-ul-red li a {
	color: #888;
	display: block;
	padding: 3px 0;
	border: 1px #f2f2f2 solid;
}

.em-ul-red li:first-child a,
ul.em-ul-red li:first-child a.mui-active {
	border-radius: 5px 0 0 5px
}

.em-ul-red li:last-child a,
ul.em-ul-red li:last-child a.mui-active {
	border-radius: 0 5px 5px 0;
}

ul.em-ul-red li a.mui-active {
	background: #FA4747;
	color: #fff;
	border: #fa4747 solid 1px;
}


/*详情底部关闭*/

.em-bottom-close {
	position: fixed;
	bottom: 40px;
	z-index: 1;
	border-top: 1px #e5e5e5 solid;
	font-size:0.86rem;
	color: #888;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
}

.em-close {
	position: absolute;
	right:1.07rem;
	height: 20px;
	width: 20px;
	line-height:1.14rem;
	text-align: center;
	font-size: 10px;
	color: #999;
	border: 1px #e5e5e5 solid;
	margin: 15px 0;
	border-radius:1.14rem;
}

.em-close:hover {
	color: #FA4747;
	border: 1px #FA4747 solid;
}

.em-close-con {
	padding: 10px 40px 20px 15px;
	line-height: 1.4;
}


/*echart*/

.em-echart-purple,
.em-echart-blue {
	background: #9cb0e6;
	height: 10px;
	width: 10px;
	display: inline-block;
	border-radius: 10px;
	margin: 0 10px;
}

.em-echart-blue {
	background: #84c4ee;
}


/*征信上传*/

.em-file-input {
	position: absolute;
	height: 100%;
	right: 0;
	width: 100%;
	z-index: 1;
	margin: -10px 0;
	opacity: 0;
}

.em-margin-2 {
	margin-top: -4px;
}

.em-margin-bottom-2 {
	position: relative;
	bottom: -4px;
}
.em-margin-20 {
	margin-top: 20px;
}

/*投影*/
.box-shadow{
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	box-sizing: border-box;
}
.em-radius-5{
	border-radius: 5px;
}
/*地址换行*/

.em-address {
	width: 75%;
	line-height: 1.2;
	font-size:1rem;
	white-space: normal;
	text-align: right;
	word-break: break-all;
}


/*涨幅+*/

.em-pro-add {
	position: relative;
	top: -3px;
	margin-right: 2px;
	font-size: 18px;
}


/*tab填充10px*/

.mui-segmented-control.em-segmented-control {
	padding-right: 30px;
}

.mui-segmented-control.em-segmented-control.mui-scroll-wrapper .mui-control-item {
	margin: 0 20px;
}

.line {
	height: 1px;
	background: #e5e5e5;
	margin: 5px 0
}

/*测试期间公告*/

.em-test-wx {
	width: 100%;
	background: #fff38a;
	color: #5d4c39;
	font-size: 70%;
	padding: 10px;
	line-height: 1.24;
	position: fixed;
	top: 44px;
	z-index: 9999;
}
/*左侧填充15px*/
.em-padding-left-15{
	padding-left:1.07rem;
}

/*报错位置*/
.em-alert-error{
	position: absolute;
	font-size:0.86rem;
	padding:15px;
	margin-top:-50px;
	line-height: 1.4;
	box-sizing: border-box;
	background:#fff;
    transition: opacity 1s ease-out;
}
/*智投基金图标*/
.em_icon_funds{
	width: 18px;
	height: 18px;
	display:inline-block;
	position:absolute;
	top:10px;
	right:10px;
}
.em_icon_fund_01{
	background: url(../img/icons/icon_funds.png) no-repeat 0 0 ;
	background-size: 100%;
}
.em_icon_fund_02{
	background: url(../img/icons/icon_funds.png) no-repeat 0 -18px;
	background-size: 100%;
}
.em_icon_fund_03{
	background: url(../img/icons/icon_funds.png) no-repeat 0 -36px;
	background-size: 100%;
}
.em_icon_fund_04{
	background: url(../img/icons/icon_funds.png) no-repeat 0 -54px;
	background-size: 100%;
}
.em_icon_fund_05{
	background: url(../img/icons/icon_funds.png) no-repeat 0 -72px;
	background-size: 100%;
}
.em_icon_fund_06{
	background: url(../img/icons/icon_funds.png) no-repeat 0 -90px;
	background-size: 100%;
}
/*分享*/
.em-share{
	position: fixed;
	bottom: 120px;
	right:15px;
	z-index: 2;
	opacity: 0.8;
}
/*网上预约*/
.em-inAvisor{
	background: #fff;
	background-image:url(../img/service/inAdvisor/infor-advister-line.png) ,
	                  url(../img/service/inAdvisor/infor-advister-line.png) ,
	                  url(../img/service/inAdvisor/infor-advister-line.png) ,
	                  url(../img/service/inAdvisor/infor-advister-line.png) ;
	background-position: top center,left center,right center,bottom center;
	background-repeat: repeat-x,repeat-y,repeat-y,repeat-x;
	margin:20px 2%;
}

.em-inAdvisor-title{
	padding: 2px 60px;
	background: #fff;
	box-sizing: border-box;
	color: #85766a;
}
.em-inAvisor .mui-col-xs-6{
	padding: 30px 10px;
	border-bottom: 1px #f0f0f0 solid;
	border-right: 1px #f0f0f0 solid;
}

.em-inAvisor h3{
	border-top: 1px #333 dashed;
	padding-top:1.07rem;
	width: 80%;
	margin: 0 10%;
}
.mui-btn-brownness{
	color: #fff;
	background: #85766a;
	padding: 5px 10px;
	font-size:0.93rem;
}

.em-advisor-name{
	background:url(../img/service/inAdvisor/arrow_name.png) no-repeat left center;
	display:inline-block;
	background-size: 100%;
	width: 90px;
	height: 60px;
	color: #fff;
	font-size:1.14rem;
	line-height: 60px;
	text-indent:1.07rem;
	font-weight: bold;
}

.em-advisor-name-btn{
    /*background:url(../img/service/inAdvisor/arrow_name.png) no-repeat left center;*/
    display:inline-block;
    background-size: 100%;
    margin-top: 23px;
    margin-left: 30px;
    font-size:1.14rem;
    background-color: #00a9f8;
    font-weight: bold;
}
.em-display-inline{
    display : inline;
}

/*智慧中银*/
.em-ProductSub-bg-gray{
   color: #fff;
   border-radius:6px;
   /* padding:13px 13px 3px 13px; */
   background: #ecf1fe;
   background:-webkit-linear-gradient(top,#ffbc5d,#fa4949);
   background: -o-linear-gradient(top,#ffbc5d,#fa4949);
   background: -moz-linear-gradient(top,#ffbc5d,#fa4949);
   background: -ms-linear-gradient(top,#ffbc5d,#fa4949);
   border: 1px #f0f0f0 solid;
   box-shadow: 0 5px 5px rgba(0,0,0,0.05);
}
.em-ProductSub-bg-gray .mui-navigate-right:after, .mui-push-right:after{
	color: #fff;
	opacity: 0.7;
}

.em-ProductSub-bg-white .mui-navigate-right:after, .mui-push-right:after{
	color: #000;
	opacity: 0.2;
}
.em-ProductSub-bg-disable{
   color:#333;
   background: #f7f8fa;
   background:-webkit-linear-gradient(top,#f7f8fa,#f0f0f0);
   background: -o-linear-gradient(top,#f7f8fa,#f0f0f0);
   background: -moz-linear-gradient(top,#f7f8fa,#f0f0f0);
   background: -ms-linear-gradient(top,#f7f8fa,#f0f0f0);
}
.em-ProductSub-bg1{
   color: #fff;
   border-radius:6px;
   /* padding:13px 13px 8px 13px; */
   background: #378eec;
   background:-webkit-linear-gradient(30deg,#2673e6,#41a7ec,rgba(30,200,255,0.7));
   background: -o-linear-gradient(30deg, #2a7ae7,#41a7ec,rgba(30,200,255,0.7));
   background: -moz-linear-gradient(30deg, #2a7ae7,#41a7ec,rgba(30,200,255,0.7));
   background: -ms-linear-gradient(30deg, #2a7ae7,#41a7ec,rgba(30,200,255,0.7));
}
.em-ProductSub-bg2{
   color: #fff;
   border-radius:6px;
   /* padding:13px 13px 8px 13px; */
   background: #ee4f44;
   background:-webkit-linear-gradient(30deg, #ea104d, #ed594c,rgba(247,167,123,0.7));
   background: -o-linear-gradient(30deg, #ea104d, #ed594c,rgba(247,167,123,0.7));
   background: -moz-linear-gradient(30deg, #ea104d, #ed594c,rgba(247,167,123,0.7));
   background: -ms-linear-gradient(30deg, #ea104d, #ed594c,rgba(247,167,123,0.7));
}
.em-ProductSub-bg3{
   color: #fff;
   border-radius:6px;
   /* padding:13px 13px 8px 13px; */
   background: #f0a832;
   background:-webkit-linear-gradient(30deg,#f58810,#f3a42c,rgba(255,212,43,0.7));
   background: -o-linear-gradient(30deg,#f58810,#f3a42c,rgba(255,212,43,0.7));
   background: -moz-linear-gradient(30deg,#f58810,#f3a42c,rgba(255,212,43,0.7));
   background: -ms-linear-gradient(30deg,#f58810,#f3a42c,rgba(255,212,43,0.7));
}
.em-ProductSub-bg4{
   color: #fff;
   border-radius:6px;
   /* padding:13px 13px 8px 13px; */
   background: #30c6d4;
   background:-webkit-linear-gradient(30deg, #17a6d1,#2ec1e4,rgba(73,204,234,0.7));
   background: -o-linear-gradient(30deg, #17a6d1,#2ec1e4,rgba(73,204,234,0.7));
   background: -moz-linear-gradient(30deg, #17a6d1,#2ec1e4,rgba(73,204,234,0.7));
   background: -ms-linear-gradient(30deg, #17a6d1,#2ec1e4,rgba(73,204,234,0.7));
}
.em-ProductSub-bg{
	background-size: 100% 100%;
	padding:18px 30px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	border-radius:6px
}
.mui-table-view-cell.em-table-view-cell-ProductSub:after{
	background:none
}

.mui-table-view-cell.em-table-view-cell-ProductSub>a:not(.mui-btn){
	margin:-20px -15px -15px  -15px
}
.em-ProductSub-bg-white{
	background:#fff;
	padding:13px 15px;
	font-size:12px;
	color:#333;
	border-radius: 0 0 5px 5px;
	line-height: 1.6;
	}
.em-ul-inline{
	margin:8px 0 13px 0;
	padding: 0;
	width: 94%;
}
.em-ul-inline li{
	padding:2px 8px;
	list-style: none;
	display: inline;
	border: 1px rgba(255,255,255,0.7) solid;
	border: 0.6px rgba(255,255,255,0.7) solid;
	color:rgba(255,255,255,0.7);
	margin: 0 1px;
	border-radius: 50px;
	font-size:0.86rem;
	opacity:0.7
}
.em-ProductSub-con{
	margin:5px 0 0 0;
	color: #666;
	font-size:0.93rem;
}
.em-ProductSub-img-color{
	padding:13px 15px;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	width: 68px;
	height: 68px;
	white-space:pre-wrap;
	/* margin-top:-5px; */
	background: #becbde;
}
.em-ProductSub-img-color1{
	background: #378eec;
}
.em-ProductSub-img-color2{
	background: #ee4f44;
}
.em-ProductSub-img-color3{
	background: #f0a832;
}
.em-ProductSub-img-color4{
	background: #30c6d4;
}
.em-media-body-ProductSub{
	padding-left:10px;
}

.em-expired{
	background: url(../img/productSub/expired.png) no-repeat;
	background-size:100%;
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	margin-top: -11px;
}


/*红色圆点标签*/
.em-red-circle{
	height: 6px;
	width: 6px;
	border-radius: 6px;
	background: #FA4747;
	display: inline-block;
	margin-right: 5px;
}

/*可兑换 付费 标签*/
.em-badge-red{
	font-size:0.79rem;
	color:#ff846a;
	border:#ff846a 0.6px solid;
	padding:1px 5px;
	border-radius: 3px;
	margin-right: 5px;
}
.em-badge-blue{
	font-size:0.79rem;
	color:#55b9fd;
	border:#55b9fd 0.6px solid;
	padding:1px 5px;
	border-radius: 3px;
}

/*可选周期*/
.em-badge-month{
	margin:0;
	padding:0;
	width:100%;
}
.em-badge-month li{
	padding:5px 15px;
	font-size:0.93rem;
	color: #333;
	border: 1px #e5e5e5 solid;
	display:inline-block;
	list-style:none;
	margin:0 8px 8px 0;
	border-radius:3px;


}
.em-badge-month li.mui-active{
	padding:5px 15px;
	font-size:0.93rem;
	color: #fa4747;
	border: 1px #fa4747 solid;
}


/*中银点播*/
.em-bociRideo{
   padding: 7px;
}
.em-bociRideo-txt{
	padding: 10px;
	line-height: 1.4;
}
.em-bociRideo em{
	margin-right: 10px;
}
.em-bociRideo em img{
	position:relative;
	top: 1px;
}
.em-bociRideo-play{
	position: absolute;
	z-index: 1;
	left: 45%;
	margin-top:70px;
}

.em-bociRideo-hot{
	background: #fa962f;
    background:-webkit-linear-gradient(top,#faa727,#fa8647);
    background: -o-linear-gradient(top, #faa727,#fa8647);
    background: -moz-linear-gradient(top, #faa727,#fa8647);
    background: -ms-linear-gradient(top, #faa727,#fa8647);
    border-radius: 0 0 3px 0;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 10px;
    padding: 1px 5px;
    box-sizing:border-box;
}
.em-bociRideo-howLong{
	position: absolute;
    z-index: 1;
    color: #fff;
    font-size:0.86rem;
    bottom: 0;
    margin-bottom:65px;
    right:10px;
}
.em-bociRideo-see{
	position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 10px;
    left:10px;
    opacity:0.7;
    bottom: 0;
    margin-bottom:48px
}
.em-bociRideos{
	line-height:0;
	overflow: hidden;
}

/*盘面直击*/
.em-information-box{

}
.em-information-box.mui-table-view-cell:after{
	background: none;
}
.em-information-date {
	background: #fa4747;
	border-radius: 0 20px 20px 0;
	text-align: right;
	color: #fff;
	text-align: center;
	margin:-2px 0 15px -20px;
	padding: 4px 0;
	width: 125px;
	font-size:0.92rem
}

.em-information-box .mui-col-xs-12{
	background: url(../img/information/line.png) no-repeat 40px top;
	background-size:6px auto;
}
.em-information-box .mui-col-xs-10{
	padding-bottom:30px;
}

/*资讯详情  pre中的P字段*/
.pre-lg {
	white-space: pre-wrap;
	word-break: break-all;
	line-height:2rem;
	text-align:justify;
	text-justify: inter-ideograph;
}
.pre-lg p{
	font-size:inherit;
	color:#333;

}

/*悬浮最底部*/
.em-fixBottom  {
	position: fixed;
	background:#fff;
	text-align: center;
	width: 100%;
	bottom: 0;
	padding: 7px 15px;
	box-sizing:border-box;
	width:100%;
    z-index:2;

}

/*文字平均*/
.em-justify{
	text-align:justify;
}

/*关闭*/
.em-icon_tips{
	background:url(../img/common/icon_close.png) no-repeat right;
	background-size: 20px 20px;
	display: inline-block;
	width:46px;
	height: 30px;
}

/*加载*/
.em-icon_loadding{
	background: url(../img/common/refresh.gif) no-repeat;
	background-size: 20px 20px;
	display: inline-block;
}

/*文字拉高*/
.em-fontScale{
     transform: scale(1,1.05);
    -ms-transform: scale(1,1.05);
    -webkit-transform: scale(1,1.05);
    -moz-transform: scale(1,1.05);
    -o-transform: scale(1,1.05);
}

/*定投产品推荐*/

.em-redBg-radius{
	background: linear-gradient(#fa484b,#ff745b);
	border-radius: 5px;
	padding: 10px 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	box-shadow:0  3px 5px rgba(254,125,96,0.4);
	box-sizing:border-box
}
.em-redBg-radius h1{
	font-size: 2rem;
	margin: 0;


}
.em-redBg-radius .mui-badge-white{
	margin:5px;
}
/*限时免费*/
.icon-free{
	background: url(../img/icons/icon_free.png) no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	float: right;
}

/*理财*/

.em-icon-bubbling-box {
	/* position: absolute; */
	/* right:60px; */
	margin: -26px 0 0 -8px;
}

.em-icon-bubbling {
	background: #ffeecc;
	color: #ff803b;
	padding:3px 6px;
	border-radius: 5px;
	font-size: 0.85rem;
}

.em-btn-radius {
	border-radius: 100px;
}

.em-icon-products{
	width: 34px;
	height: 34px;
	display: inline-block;
}

.em-icon-products-zgjh{
	background: url(../img/icons/icon_productsIcons_1.png) 0 0;
	background-size: 34px auto;
	width: 34px;
	height: 34px;
	display: inline-block;
}

.em-icon-products-gmjj{
	background: url(../img/icons/icon_productsIcons_1.png) 0 -34px;
	background-size: 34px auto;
	width: 34px;
	height: 34px;
	display: inline-block;
}
.em-icon-products-sypz{
	background: url(../img/icons/icon_productsIcons_1.png) 0 -68px;
	background-size: 34px auto;
	width: 34px;
	height: 34px;
	display: inline-block;
}
.em-icon-products-bjhg{
	background: url(../img/icons/icon_productsIcons_1.png) 0 -102px;
	background-size: 34px auto;
	width: 34px;
	height: 34px;
	display: inline-block;
}
.em-icon-products-smjj{
	background: url(../img/icons/icon_productsIcons_1.png) 0 -136px;
	background-size: 34px auto;
	width: 34px;
	height: 34px;
	display: inline-block;
}
.em-icon-products-jjzh{
	background: url(../img/icons/icon_productsIcons_1.png) 0 -170px;
	background-size: 34px auto;
	width: 34px;
	height: 34px;
	display: inline-block;
}
.em-card-new{
	margin:0.7rem 1.5%;
}
/*垂直居中*/
.em-middle{
	display: table-cell;
	vertical-align: middle;
}
/*水平居中*/
.em-items-center{
	display: flex;
    justify-content: center;
    align-items: center;
}
/* 场内外账户对应关系申报 */
.em-name-box{
	width: 100%;
	overflow: hidden;
	text-align: left;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #f0f0f0;
}
.em-name-box .img-box{
	float: left;
	height: 46px;
	width: 46px;
	margin-right: 16px;
	background: #f99a9a;
	border-radius: 5px;
	margin-right: 20px;

}
.em-name-box .img-box img{
	width: 30px;
	float: left;
	margin-top: 8px;
	margin-left: 8px
}
.name-box{
	float: left;
}
.name-box .name-title{
	color: #666;
	font-size: 15px;
	margin-bottom: 9px;
	padding-top: 3px;
	line-height: 15px
}
.name-box .name-text{
	color: #333;
	font-size: 16px;
	line-height: 16px;
}
.dialog-label .label-title{
	width: 7rem;
	text-align: right;
	font-size: 1rem;
	margin-right: 8px;
	display: inline-block
}
/* 场内外账户对应关系查询 */
.dygx-box{
	background: white;
	padding: 0 16px;
	margin-bottom: 12px;
}
.dygx-title{
	padding: 16px 0px;
	border-bottom: 1px solid #f0f0f0;
}
.dygx-title dl{
	overflow: hidden;
	padding: 0;
	margin: 0
}
.dygx-title dl dt{
	float: left;
	height: 46px;
	width: 46px;
	margin-right: 16px;
	background: #f99a9a;
	border-radius: 5px;
}
.dygx-title dl dt img{
	width: 20px;
	float: left;
	margin-top: 13px;
	margin-left: 13px
}
.dygx-title dl dd .dd-title{
	padding-top: 6px;
	font-size: 15px;
	color: #666;
	margin-bottom: 8px;
	line-height: 15px;
}
.dygx-title dl dd .dd-number{
	color: #333;
	font-size: 16px;
	line-height: 16px;
}
.dygx-detail{
	padding: 16px 0;
}
.dygx-detail .detail-item{
	line-height: 22px;
	font-size: 15px;
}
.dygx-detail .detail-item .item-title{
	color: #666;
	margin-right: 10px;
	display: inline-block;
	width: 140px;
	text-align: right
}
.dygx-detail .detail-item .item-content{
	color: #333;
	text-align: left
}

/*立即认证*/
.em-listNumber{
	margin: 0;
	padding: 0;
}
.em-listNumber li{
	list-style: none;
	width: 100%;
	float: left;
	margin: 0.3rem 0;
}
.em-listNumber li i{
	background: #f6af52;
	color: #FFF;
	height: 16px;
	width: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 0.93rem;
	font-style: normal;
	border-radius: 100px;
	display: inline-block;
	float: left;
	position: relative;
	top: 3px;

}
.em-listNumber li p{
	width: 90%;
	float: right;
	font-size: 1rem;
	color: #333;
}
.em-uploadPic{
	margin: 0;
	padding: 0;
}
.em-uploadPic li{
	width: 22%;
	height:5.6rem;
	margin: 1.5%;
	float: left;
	list-style: none;
	border-radius: 3px;
	overflow: hidden;
	border: dashed #ccc 1px;
	text-align: center;
}
.em-uploadPic li img{
	width: 100%;
}

.em-uploadPicBtn{
    background: url(../img/simu/pic_uploadPic.png) no-repeat center;
	background-size: 47px;
}
.em-uploadPicBtn-delete{
	background:url(../img/common/icon_delete_black.png) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	margin-left: 16%;
	margin-top: -5px;
}
.em-uploadPicBtn-ok{
	background:url(../img/common/icon_pass.png) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	margin-left: 16%;
	margin-top: -5px;
}
.shadow{
	-webkit-box-shadow:1px 1px 10px  rgba(0,0,0,0.1) ;
	box-shadow:1px 1px 10px  rgba(0,0,0,0.1) ;
	}
.display-flex{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
}
.align-center{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.empty-flex{
	-webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.text-lineThrough{
	text-decoration:line-through
}

/* 修改mui toast样式 */
.mui-toast-message {
	padding: 10px 20px;
	background-color: rgba(102, 102, 102, 0.9);
	line-height: 20px;
	color: #FFF;
	display: inline-block;
}
.mui-toast-container {
	text-align: center;
}

/* 修改 .em-loading样式 */
.em-loading {
	background-color: rgba(102, 102, 102, 0.9);
	color: #FFF !important;
	text-align: center;
	display: inline-block;
	padding: 10px 20px;
	line-height: 20px;
}

.em-refresh {
	top: 0;
	color: #fff;
	left: 6px;
}
/* 适老化弹窗 */
.em-popup-container-slhxy{
	width: 100%;
	margin: 0;
	border-radius: 0;
	bottom: 0px;
}
.em-popup-container-tg{
	width: 90%;
	bottom: auto;
	font-size: 16px;
}
.em-popup-container-tg p{
	font-size: 16px;
}
.em-popup-container-tg h5{
	font-size: 18px;
}
.em-pop-title{
	border-bottom: 0px;
}

.em-pop-title h5{
	font-size: 17px;
	font-weight: 500;
	color: #222222;
	line-height: 24px;
}
body .em-popup-container-slhxy .em-con.em-con-height{
	border-radius: 10px;
  border: 1px solid #ECECEC;
  padding-left: 15px;
	height: calc(100% - 80px);
	max-height: calc(100vh - 120px);
	padding-bottom: 60px;
}
.em-popup-container-slhxy #J_contract_button_com{
	height: 45px;
	background: #fa4747;
	border-radius: 23px;
	color: #fff;
	bottom: 15px;
	left: 0%;
	width:90%;
	bottom: 0;
	border:none;
}
.xyBtn-box{
	position: absolute;
	bottom: 0px;
	padding-bottom: 15px;
	width: 100%;
	background: white;
	padding-top: 15px;
	left: 0;
}
#J_contract_content_com{
	font-size: 15px;
	color:#222
}
.color_blue{
	color: #3799F1
}
.em-popup-container-slhxy .mui-checkbox.em-checkbox-agreement.mui-left label{
	font-size: 14px;
	color: #777;
}
/* 协议二级列表 */
.xieyiSubList_box{
}
.xieyiSubList{
	position: absolute;
    bottom: 0px;
    background: white;
    z-index: 11;
    padding: 21px 15px;
	overflow-y: auto;
	max-height: 90%;
	
}
.mui-bar-nav~ .mui-content .em-popup .xieyiSubList{
	bottom: 44px;
}
.xieyi_title{
	font-size: 17px;
	font-weight: 500;
	color: #222222;
	line-height: 24px;
	margin-bottom: 25px;
	position: relative;
	padding-right: 30px;
}
.xieyiSubList .em-card-top{
	margin-bottom: 10px;
	color: #777;
	font-size: 14px;
	line-height: 23px;
}
.xieyiSubList .font-12{
	color: #222;
	position: relative;
	padding-right: 30px;
}
.xieyiSubList .mui-navigate-right:after,.xieyiSubList .mui-push-right:after{
	color: #b8b8b8;
	font-weight: bold;
	right: 0;
}
.xieyiSubList a{
	padding: 14px 0;
	border-bottom: 1px solid #ECECEC;
	color: #222;
	font-size: 17px;
	padding-right: 30px;
}
.xieyiSubList_btn{
	height: 45px;
	background: #EB3C3C;
    border-radius: 23px;
    color: #fff;
    bottom: 15px;
    left: 0%;
    width: 100%;
    bottom: 0;
    border: none;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	margin-top: 20px;
}
.xieyi_bottom-box{
	height: 116px;
	background: white;
	padding: 5px 15px 15px;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
}
.xieyi_bottom-box .sure-btn button{
	border-radius: 23px;
}
.xieyi_bottom-box .sure-btn p{
	margin-top: 15px;
}
/* 协议关闭按钮 */
.close{
	width:20px;
	height:20px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 12px;
	}
	.close:before{
	content: "";
	display: block;
	position: absolute;
	width:90%;
	height:1px;
	background: #666;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	top:0px;
	left:5%;
	}
	.close:after{
	content: "";
	display: block;
	position: absolute;
	width:90%;
	height:1px;
	background: #666;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	top:0px;
	left:5%;
	}
	/* 适老化私募协议 */
	.xieyi_subList{
		position: absolute;
    bottom: 0px;
    background: white;
    width: 100%;
    min-height: 400px;
		padding: 21px 15px;
	}
	.xieyi_subList .xieyi_title{
		font-size: 17px;
		color: #222;
		line-height: 24px;
		margin-bottom: 18px;
	}
	.xieyi_subList .xieyiItem{
		padding: 14px 0;
		line-height: 24px;
		font-size: 17px;
		color: #222222;
		position: relative;
		border-bottom: #ECECEC 1px solid;
	}
	.xieyi_subList .xieyiItem a{
		color: #222;
	}
	.xieyiItem.mui-navigate-right:after, .xieyiItem.mui-push-right:after{
		right: 0px;
	}
	.xieyiSubList-btn{
		height: 45px;
		background: #EB3C3C;
		border-radius: 23px;
		line-height: 45px;
		font-size: 18px;
		color: #fff;
		text-align: center;
		position: absolute;
		bottom: 70px;
		width: 90%;
	}
	/* 同花顺网厅页面增加安全高度 */
	body.thswt {
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}