html, body {
	background-color: #f6f6f6;
	margin: 0px;
	padding: 0px;
	max-width: 600px;
	margin: 0 auto;
	overflow-x: hidden;
}
.newfooter {
	position: fixed;
	z-index: 100;
}
.footerdiv {
	display: block;
}
.footerdiv li a#home::after {
    background: url(https://jimg.caishen.cn/jstatic/j/jquery-mobile/css/images/mohome_hover.png) no-repeat 0 0;
    background-size: auto 35px;
    border-radius: 0;
    content: '';
    background-position: center center;
}
.footerdiv li a#search:after {
    background: url(https://jimg.caishen.cn/jstatic/j/jquery-mobile/css/images/mosearch_new.png) no-repeat 0 0;
    background-size: auto 35px;
    border-radius: 0;
    content: '';
    background-position: center center;
}
.footerdiv li a#class::after {
    background: url(https://jimg.caishen.cn/jstatic/j/jquery-mobile/css/images/moclass_new.png) no-repeat 0 0;
    background-size: auto 35px;
    border-radius: 0;
    content: '';
    background-position: center center;
}
.footerdiv li a#cart::after {
    background: url(https://jimg.caishen.cn/jstatic/j/jquery-mobile/css/images/mocart_new.png) no-repeat 0 0;
    background-size: auto 35px;
    border-radius: 0;
    content: '';
    background-position: center center;
}
.footerdiv li a#center::after {
	background: url(https://jimg.caishen.cn/jstatic/j/jquery-mobile/css/images/mocenter_new.png) no-repeat 0 0;
    background-size: auto 35px;
    border-radius: 0;
    content: '';
    background-position: center center;
}
.footerdiv li {
	width: 20%;
	height: 100%;
	text-align: center;
	float:left;
}
.footerdiv li a {
    vertical-align: middle;
/*     padding-top: 3em !important; */
    text-decoration: none !important;
/*     padding: 5px !important; */
	width: 100%;
}
.footerdiv li a:after{
	width: 100%;
    height: 100%;
    display: block;
}
/***************************************************/
.fsearchad {
	padding: 10px 12px 0px 12px;
	position: relative;
}
.searchdetail {
	padding: 3px 10px;
	background-color: #ffffff;
	height: 34px;
	display: box;
	display:-moz-box;
	display:-webkit-box;
	border-radius: 6px;
	position: relative;
}
.searchdetail div {
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	padding-left: 24px;
    padding-bottom: 2px;
    padding-top: 2px;
    height: 100%;
}
.searchdetail img {
	width: 15px;
    vertical-align: -webkit-baseline-middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.searchdetail img.searchimg {
	 left: 10px;
}
.searchdetail img.scanimg {
	 right: 10px;
}
.fsearchad input::-webkit-input-placeholder{ /*WebKit browsers*/
	color: #999999;
	font-size: 14px;
}

.fsearchad input::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: #999999;
	font-size: 14px;
}

.fsearchad input::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: #999999;
	font-size: 14px;
}
.searchdetail input {
	color: #8c8c8c;
    font-size: 14px;
    padding-left: 5px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 90%;
    height: 98%;
	background-color: #ffffff;
}
input:focus {
    outline: none;
}
/***************************************************/
.bigScreen {
	margin-left: 12px;
	margin-right: 12px;
	height: 140px;
}
.bigScreen img {
	width: 100%;
	border-radius: 6px;
	height: 100%;
}
.bigScreen .swiper-pagination-bullet-active {
	width: 19px;
	border-radius: 6px;
	background: #ffffff;
}
/***************************************************/
.fnavad1 {
    background-color: #ffffff;
    margin: 0px 12px;
    padding: 12px 0px 4px;
	border-radius: 5px;
}
.fnavad1 .fnavaddiv {
	display: flex;
    height: 60px;
    padding-bottom: 8px;
}

.fnavad1 .fnavaddiv .navdetail {
    width: 20%;
    text-align: center;
    height: 60px;
}

.fnavad1 .fnavaddiv .navdetail img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.fnavad1 .fnavaddiv .navdetail div {
	font-family: PingFang SC;
	font-weight: bold;
	color: #666666;
    font-size: 12px;
}
/***************************************************/
.mainstockads, .limitstockads {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
}
.mainstocktitle, .limitstocktitle {
	padding-top: 15px;
	padding-bottom: 3px;
	text-align: center;
}
.mainstocktitle img, .limitstocktitle img {
	width: 30px;
	height: 20px;
}
.mainstocktitle span, .limitstocktitle span {
	margin-left: 15px;
	margin-right: 15px;
}

.limitstockad3,.mainstockad3 {
 	display: inline-flex;
    width: 100%;
    overflow-x: scroll;
    margin-top: 40px;
    height: 190px;
    overflow-y:hidden;
}
.limitstockad3 .stocks {
	width: 100%;
	overflow: scroll;
}
.mainstockad3 .stock:first-child, .limitstockad3 .stock:first-child {
	padding-left: 10px;
}
.mainstockad3 .stock:last-child, .limitstockad3 .stock:last-child {
	padding-right: 10px;
}

.mainstockad3 .stock, .limitstockad3 .stock {
	width: 130px;
	margin-right: 10px;
/*     border: 1px solid #f2f2f2; */
    border-radius: 5px;
    position: relative; 
}
.mainstockad3 .stock .stockimg,
.limitstockad3 .stock .stockimg {
    text-align: center;
    margin: auto;
    background-color: #ffffff;
    width: 130px;
    height: 130px;
}	
.mainstockad3 .stock .stockimg img,
.limitstockad3 .stock .stockimg img {
	border-radius: 8px 8px 0px 0px;
	width: 100%;
}
.mainstockad3 .stock .stockname,
.limitstockad3 .stock .stockname {
	padding: 0px 8px;
	font-size: 13px;
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* opera */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 8px;
	word-break: break-all;
}

.mainstockad3 .stock .stockprice,
.limitstockad3 .stock .stockprice {
    margin-left: 10px;
    color: #DF3F70;
    font-size: 11px;
    margin-top: 10px;
}
.limitstockad3 .stock .limittext {
	font-size: 11px;
	margin-left: 8px;
/*     margin-top: 24px; */
    position:absolute;
    bottom:5px;
    
    color: #333333;
}
.limitstockad3 .stock .limittext .limittime {
	color: #e53e27;
    font-size: 11px;
    margin-left: 3px;
}

/**********************************************************/
.mainstockad4, .limitstockad4 {
	padding-left: 10px;
    padding-right: 10px;
}
.mainstockad4 .stocks:first-child, .limitstockad4 .stocks:first-child {
	height: 185px;
}
.mainstockad4 .stocks, .limitstockad4 .stocks {
	width: 100%;
/* 	display: inline-flex; */
/* 	padding-top: 10px; */
	display:box;
	display:-moz-box;
	display:-webkit-box;
	height: 170px;
	margin-bottom: 1px;
} 
.mainstockad4 .stocks:first-child .stock:nth-child(odd),
.limitstockad4 .stocks:first-child .stock:nth-child(odd) {
	border-radius: 5px 0px 0px 0px;
} 
.mainstockad4 .stocks:first-child .stock:nth-child(even),
.limitstockad4 .stocks:first-child .stock:nth-child(even) {
	border-radius: 0px 5px 0px 0px;
} 

.mainstockad4 .stocks:last-child .stock,
.limitstockad4 .stocks:last-child .stock {
	border-bottom: 0px solid #f6f6f6;
}
.mainstockad4 .stocks .stock:nth-child(even),
.limitstockad4 .stocks .stock:nth-child(even) {
	border-right: 0px solid #f6f6f6;
}
.mainstockad4 .stocks .stock, .limitstockad4 .stocks .stock {
	width: 50%;
	height: 100%;
	background-color: #ffffff;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}

.mainstockad4 .stocks:first-child .stock .stockimg, 
.limitstockad4 .stocks:first-child .stock .stockimg {
	margin-top: 26px;
}
.mainstockad4 .stocks .stock .stockimg,
.limitstockad4 .stocks .stock .stockimg {
    text-align: center;
    margin: auto;
    background-color: #ffffff;
    width: 98px;
    height: 90px;
    margin-top: 10px;
    padding: 6px;
}
.mainstockad4 .stocks .stock img,
.limitstockad4 .stocks .stock img {
	width: 100%;
	height: 100%;
}

.mainstockad4 .stocks .stock:nth-child(odd) .stockname, 
.limitstockad4 .stocks .stock:nth-child(odd) .stockname {
	margin-left: 0px;
}

.mainstockad4 .stock .stockname, .limitstockad4 .stock .stockname {
	font-size: 13px;
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* opera */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 9px;
	word-break: break-all;
	margin-left: 8px;
}

.mainstockad4 .stocks .stock .stockprice,
.limitstockad4 .stocks .stock .stockprice {
	margin-top: 8px;
    color: #DF3F70;
    font-size: 11px;
    text-align: center;
}
.mainstockad4 .stocks .stock .stockprice .oldprice,
.limitstockad4 .stocks .stock .stockprice .oldprice {
	margin-left: 5px;
	color: #757575;
	text-decoration: line-through;
}
.mainstockad4 .stocks .stock .limittext,
.limitstockad4 .stocks .stock .limittext {
	margin-left: 8px;
    color: #333333;
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    margin-top: 8px;
}
.mainstockad4 .stocks .stock .limittime,
.limitstockad4 .stocks .stock .limittime {
    margin-top: 3px;
    color: #e53e27;
    font-size: 11px;
}

/*****************************************************/

.cardads1 {
	display: inline-flex;
    height: 125px;
    width: 100%;
    color: #C66679;
    display:box;
	display:-moz-box;
	display:-webkit-box;
}

.cardads1 .cardadtilte {
	width: 86px;
    height: 100%;
    margin-left: 10px;
    border-radius: 5px;
    background: linear-gradient(180deg, #EA6399, #C22D69);
    color: #ffffff;
    position: relative;
}
.cardads1 .cardadtilte .tit0 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.cardads1 .cardadtilte .tit1{
	position: absolute;
    top: 28px;
    left: 5px;
    font-size: 18px;
    right: 7px;
    text-align: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
}
.cardads1 .cardadtilte .tit2{
	position: absolute;
    top: 50px;
    left: 6px;
    font-size: 12px;
    right: 6px;
    text-align: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    margin-top: 9px;
}
.cardads1 .cardadtilte .tit3{
	position: absolute;
    bottom: 17px;
    left: 12px;
    font-size: 12px;
    right: 12px;
    margin-top: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    color: #C66679;
    font-size: 9px;
    text-align: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
}

.cardads1 .cardad {
	display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
/*     height: 100%; */
    background-color: #ffffff;
    margin-right: 10px;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    display: box;
    display: -moz-box;
    display: -webkit-box;
    border-radius: 5px;
    padding: 14px 0px;
}
.cardads1 .carddetail {
	width: 86px;
    height: 97px;
}
.cardads1 .carddetail:first-child .content {
    border-left: 0px solid #C66679;
}
.cardads1 .carddetail .content {
/* 	margin-top: 14px; */
/*     margin-bottom: 14px; */
    border-left: 1px solid #C66679;
    text-align: center;
    height: 100%;
}

.cardads1 .carddetail .content .card1 {
/* 	height: 8px; */
	font-size: 10px;
	font-family: Source Han Sans CN;
	color: #C66679;
	line-height: 9px;
	
	font-weight: 400;	
	background: linear-gradient(180deg, #EA6399 0%, #C22D69 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cardads1 .carddetail .content .card2 {
	width: 100%;
/* 	height: 37px; */
	font-size: 32px;
	font-family: FZBaoSong-Z04T;
	font-weight: 400;
	color: #C66679;
/* 	line-height: 22px; */
	
	background: linear-gradient(180deg, #EA6399 0%, #C22D69 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 8px;
}
.cardads1 .carddetail .content .card3 {
	width: 31px;
	height: 31px;
	background: linear-gradient(180deg, #EA6399, #C22D69);
	border-radius: 50%;
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
/* 	line-height: 19px; */
	margin-left: 27px;
	margin-top: 7px;
}
/**********************************/

.lmittitlead, .maintitlead {
    width: 100%;
    border-radius: 5px;
    display: block;
    text-align: center;
    position: absolute;
    top: -17px;
    z-index: 9;
}
.lmittitlead img, .maintitlead img {
	width: 128px;
    border-radius: 5px;
    height: 33px;
}
/***************************************************/
.histkey-cont {
    opacity: 1.6;
    display: block;
    z-index: 2;
    background-color: #f8f8f8;
}

.histkey-cont .titdiv {
    padding-left: 12px;
    padding-top: 5px;
    font-size: 14px;
    color: #333333;
}
.histkey-cont .asd {
    margin-top: 10px;
    padding-height: 23px;
    padding-right: none;
    padding-bottom: none;
    padding-left: 30px;
}
.histkey-cont .rkeys {
    max-width: 100px;
    /* height: 30px; */
    line-height: 14px;
    margin-bottom: 15px;
    margin-right: 10px;
    float: left;
    border: 1px solid #dedede;
    background-color: #ffffff;
    border-radius: 3px;
}
.histkey-cont .rkeys a {
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    display: block;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #333333 !important;
    font-weight: normal;
    padding: 6px 10px;
    height: 14px;
}

.histkey-cont .btn {
	text-align: center; height: 34px;margin-top: 35px;
	padding-bottom: 10px;
}
.histkey-cont .btn span {
	border: 1px solid #e44143 !important;border-radius: 3px;padding: 8px 20px;color: #e44143;
	font-size: 14px;font-weight: normal;text-decoration: none; width: 60%;
}

.histkey-cont .btn .btn2 {
	margin-left: 5px;
}
/**********************************/
.payads {
	padding: 0px 10px;
}
.payads img {
	width: 100%;
	border-radius: 5px;
	display: block;
}

/**********************************/

.scstockads {
    position: relative;
}
.sctitlead {
    border-radius: 5px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    height: 94px;
}
.sctitlead img {
	width: 100%;
	border-radius: 10px;
	height: 100%;
}
.scstockads .mainstockad3 {
    display: flex;
}
.scstockads .mainstockad4,.scstockads .mainstockad3 {
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ffffff;
    margin-top: 10px;
    z-index: 9;
    position: relative;
    width: -webkit-fill-available;
/*     padding-top: 28px; */
}
/***************************************************/
.limitstockad5 , .mainstockad5, .scstockad5 {
	padding: 10px;
	background-color: #ffffff;
	border-radius: 5px;
}
.limitstockad5 .stock:first-child, .mainstockad5 .stock:first-child {
	height: 153px;
	padding-top: 17px;
}
.limitstockad5 .stock, .mainstockad5 .stock,.scstockad5 .stock {
	width: 100%;
    position: relative; 
    height: 146px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.limitstockad5 .stock .stockspeech, .mainstockad5 .stock .stockspeech,
.scstockad5 .stock .stockspeech {
	display: flex;
	display: box;
	display:-moz-box;
	display:-webkit-box;
	height: 100px;
}
.limitstockad5 .stock .stockimg, .mainstockad5 .stock .stockimg,
.scstockad5 .stock .stockimg {
	width: 95px;
	height: 95px;
	margin-right: 10px;
}
.limitstockad5 .stock .stockimg img, .mainstockad5 .stock .stockimg img,
.scstockad5 .stock .stockimg img {
	width: 100%;
	height: 100%;
}
.limitstockad5 .stock .stockspeech .speechinfo, .mainstockad5 .stock .stockspeech .speechinfo,
.scstockad5 .stock .stockspeech .speechinfo {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 15px;
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	height: 100px;
}
.limitstockad5 .stockright, .mainstockad5 .stockright,
.scstockad5 .stockright {
	margin-top: 24px;
    display: flex;
}
.limitstockad5 .stockright .stockname, .mainstockad5 .stockright .stockname,
.scstockad5 .stockright .stockname {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* opera */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	width: 80%;
}
.limitstockad5 .stockright .stockprice, .mainstockad5 .stockright .stockprice,
.scstockad5 .stockright .stockprice {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #DF3F70;
	line-height: 24px;		
	width: 20%;
}
.scstockad5 .stock:first-child {
	height: 153px;
}
.scstockad5 {
	border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ffffff;
    margin-top: 10px;
    z-index: 9;
    position: relative;
    width: -webkit-fill-available;
    padding-top: 28px;
}

/**********************************************/
.limitstockad5 textarea, .mainstockad5 textarea,
.scstockad5 textarea {
	border: none;
	outline: none;
	resize: none;
	width: 100%;
	height: 100px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* opera */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    height: 95px;
    -webkit-line-clamp: 5;
}
.fshowtype3_font_size{
	font-size:15px;
}
.fshowtype2_font_size{
	font-size:21px;
}
.fshowtype1_font_size{
	font-size:15px;
}