/*body 背景色重置*/
html, body { 
	max-width: 720px;
	background: #fff !important;
}

/*APP启动页css*/
.footer_ad {
	width: calc(100%);
	position: absolute;
	bottom:0;
	margin:0 auto;
	padding:20px;
	background:#fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
.footer_ad img { 
	height: 50px;
	margin: 6px auto;
}
.footer_ad p { font-size: 1rem; font-weight: bold; margin: 5px auto 10px auto; color:#333}
.footer_ad .skip {
    border: 1px solid #eee;
    padding: 4px 8px;
    font-size: 0.8rem;
    color: #666;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.loginad {
	position: absolute;
	width: 100%; height: 100%;
	top:0; left:0;
	z-index: 0;
	overflow: hidden;
}
.loginad img{
	position: absolute;
	top:0; left:0;
	width: 100%; height: auto;
}


/*重置样式*/
.h5ui-form-label {
    width: 100px;
    padding: 14px 0 14px 15px;
    line-height: 1.1333;
    font-size: 1rem;
    font-weight: 550;
    margin: 0;
    color: #222;
    position: absolute;
}

.h5ui-form-input_tip .code-btn {
    padding: 14px 0;
    display: block;
    color: #000000;
}

.vercode {
	padding: 18px 15px 0 15px;
	font-size: 0.9rem;
}

.bigtitle {
	width: 100%; padding: 120px 0 30px 0;
	font-size: 1.6rem; text-align: center;
	font-weight: 500;
}

.agreen {
	width: 100%;
    padding: 20px 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: self-start;
	color:#999;
}
.agreen svg { 
    margin-top: 2px;
    margin-right: 10px;	
}
.btn_next {
	display: block;
    padding: 12px 0;
    text-align: center;
    border-radius: 6px;
    background: #bbc1cb;
    color: #fff;
    font-weight: 500;
    width: 100%;
    font-size: 1.4rem;
}
.btn_next_on{
	background: #333;
}

.ext_btn {
	padding: 16px 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.ext_btn a {
	color:#666;
}
/* 登录页 默认隐藏按钮 */
#lg2 , .usevcodelogin{ display: none;}
 
 
 /*完善资料 hack css*/
.pt23 { padding-top:23px;}
 .h5ui-select {
     padding: 10px 15px 10px 100px;
 }
 .h5ui-select:after {

     top: 28px;
 }
 
 /*主页*/
 /*55aee0*/
 .home {
	 width:100%;
	 padding: 0;
	 background: url(../img/ind_topbg.png) no-repeat;
	 background-size: 100%;
	 background-color: #fff;
 }
 
 .home .hometitle h3 {
	 position: relative;
	 font-size: 1.05rem; color:#55aee0;
	 margin:0 auto; font-weight: bold;
 }
  .home .hometitle div {
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  align-items: center;
  }
 .home .hometitle div span{
	 font-size:0.75rem; color:#999;
 }
 .top .searchbox{
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0 0;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border:1px solid #ddd;
}
 .top .schinput {
	width: 70%;
    padding: 8px 10px 8px 57px;
    color: #666;
    font-size: 0.8rem;
    background: #fff;
    border: none;
    border-radius: 6px;
}
.top .schbtn{
    position: absolute;
    left: 90px;
    top: 6px;
}
.top svg{
	 margin-left: -80px;
	 position: relative;
 }
 .home .homelogo {
	height: 32px;
}


.home .slide {
	position: relative;
	max-width: 640px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	min-height: 210px;
}
.home .slide .dot {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0.8rem;
	padding: 0 1rem;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*图标按钮 菜单*/
.home .icon_menus {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	padding: 12px 0 0 0;
}
.home .icon_menus a {
	width: 20%; margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home .icon_menus a span{ 
	font-size: 14px;
	font-weight: bold;
	color: #555;
	margin-top: 6px;
}
.home .icon_menus a img {
	height: 48px;
}


.funcblock {
    width: 96%;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px;
    padding: 3% 2% 0 2%;
}
.funcblock .funccont a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 0;
}
.funcblock .funccont h2 {
	margin: 0;
    font-size: 16px;
    font-weight: bold;
    border-left: 4px solid #ff9d4a;
    padding-left: 8px;
    border-radius: 4px;
	display: flex;
	align-items: center;
}
.funcblock .funccont span {
	margin:0 auto 0 10px;
	font-size: 0.8rem; color:#333;
}
.funcblock .funccont .icon_goods {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 22px 0 0 0;
}
.funcblock .funccont .icon_goods a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.funcblock .funccont .icon_goods a span{
	padding:0; margin: 0 auto;
	font-size: 0.88rem; color:#000;
	}
.funcblock .funccont .icon_goods a img {
	margin-bottom: 6px;
	height: 36px;
}

.home_ad1 img{
	width: 100%; margin: 0 auto;
	display: block; border-radius: 6px;
}

.funcblock .rcmmbox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.funcblock .rcmmbox>a {
    width: 36%;
}
.funcblock .rcmmbox .rcmm_r{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.funcblock .rcmmbox .rcmm_r a{
	margin: 6px auto;
}
.funcblock .rcmmbox img{
	width: 100%;
}

.h5ui-toptips_error {
	position: fixed;
	top:0;
}

/*社区css*/
.clubmdl {
	display: flex;
	flex-direction: row;
	justify-content: flex-start
	align-items: center;
	margin-top: 16px;
}
.clubmdl>div {
	margin-left: 10px;
}
.clubmdl>div p {
	margin: 5px auto 0 auto;
    padding: 0;
    font-weight: bold;
    font-size: 1rem;
}
.clubmdl>div>span{
	margin:4px auto 0 0 !important;
	color:#999 !important;
}
.clubmdl img {
	height: 58px; margin-right:5px;
}
.clubmdl .btn_post {
	border-radius: 6px;
	padding:10px 20px; text-align: center;
	width: 80px;
	background: #52aee2;
	margin: 0 0 0 auto;
}
.btn_post svg { margin:0 auto;}

.postlist {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	position: relative;
	margin-bottom: 20px;
}
.postlist .hot {
    background: #333;
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 0;
    text-align: center;
    border-radius: 3px;
    width: 70px;
}

.postlist .text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-left:12px;
	position: relative;
	top: -6px;
}
.postlist .text p, .postlist .text p span {
	color:#999; padding:0;
	margin:0;
}
.postlist .text p span { margin-left:20px}

.redbag img {
	height: 70px !important;
}

.aisupport img{
	width: 100%;
}

.h5ui-group .funccont .tabs {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 16px auto;
    border-bottom: 1px solid #eee;
}
.h5ui-group .funccont .tabs_cont{
	width: 100%;
}
.h5ui-group .funccont .tabs_cont img{
    width: 130px;
    height: 130px;
}
.h5ui-group .funccont .tabs .on{
	border-bottom: 1px solid #de2910;
    margin-bottom: -1px;
    height: 32px;
    color:#de2910;
}

.actcut {
	width: 96%; margin: 16px auto;
	background: #ef3333; border-radius: 16px;
	min-height: 200px;
	padding: 16px 10px;
}

.actcut a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    margin: 0 auto 12px auto;
        border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}
.actcut .tit>h2 {
    color: #fff;
    font-size: 15px;
    border-left: 4px solid #fff;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: bold;
    border-radius: 4px;
    padding-left:12px;
}
.actcut .tit h2 span {
	color:yellow !important; font-size:12px; font-weight:bold; margin-left: 10px;
}
.actcut .lists {
	background: #fff; border-radius: 12px;
	margin: 12px auto;
	padding-top: 20px;
}

.actcut .lists img{
	width: 110px; height: 110px;
	margin-right: 8px;
}
.actcut .lists .param {
	width: calc(100% - 110px); overflow: hidden;
	display: flex; flex-direction: column;
	align-items: baseline; justify-content: flex-start;
}
.actcut .lists .param .tit{ 
	width:100%; font-size: 14px; font-weight: bold;
	display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.actcut .lists .param .date{
	color: #df3636;
	font-size:12px;
}

.actcut .lists .param  .dataline {
	width: 100%; margin: 10px auto;
	display: flex; flex-direction: row;
	align-items: center; justify-content: center;
	justify-content: flex-start;
}
.actcut .lists .param  .dataline .line_bg{
	width: 60%;
    border: 1px solid #eb6e6e;
    background: #ff9898;
    color: #fff;
    border-radius: 30px;
    font-size: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
}
.actcut .lists .param  .dataline .line_buy {
	font-size: 12px; margin-left: 10px;
}
.actcut .lists .param  .price {
	margin: 0 auto 10px auto;
	width: 100%; position: relative;
}
.actcut .lists .param  .price>div{
	color:#f00; font-size:16px; font-weight: bold;
}
.actcut .lists .param  .price>div>span{
	color:#ccc; font-size: 12px; padding-left:10px;
}
.actcut .lists .param  .price .btns {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #fff !important;
    border-radius: 12px;
    background: #f54343;
    padding: 2px 10px;
    text-align: center;
}
.line_bg span{
	display: block;
    height: 100%;
    background: #d22;
    font-size: 9px;
}
.actcut .lists .param .dataline .line_buy{
	color:#999;
}
.actcut .tit { border-bottom:none  }

/*2024 1 10*/
.goodslist { 
	display: flex; 
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 6px;
 }
 .goodslist .g_item{
	padding-bottom: 6px;
    width: 48%;
    margin: 0 1% 20px 1%;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 5%);
 }
  .goodslist .g_item .pri{
  	display: flex; align-items: center;
  	justify-content: flex-start;
  }
 .goodslist .g_item .old {
 	font-size: 10px; color:#ccc; text-decoration: line-through;
 }
  .goodslist .g_item .pri .p2 { text-align: right; color:#bbb; font-size: 9px}
 .goodslist .g_item img{ 
 	border-radius: 6px; margin:0 auto; display:block; 
 	width: 100% !important; height: 160px !important;
 }
 .goodslist .g_item p{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	margin: 0 auto;
 }
 .goodslist .g_item span {
	width: 100%;
	display: block;
	text-align: left;
	margin: 0 auto;
	padding: 0 6px 6px 6px;
	color: red; font-size: 10px;
 }

.goodslist2 { 
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
    overflow-x: scroll;
    padding-bottom: 10px;
 }
 .goodslist2 .g_item{
    width: 140px;
    height: 183px;
    margin-right: 8px;
    box-shadow: 0 0 6px 0px rgba(0,0,0,0.2);
    border-radius: 12px;
    padding-bottom: 5px;
 }
 .goodslist2 .g_item img{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0 auto;
    display: block;
  }
 .goodslist2 .g_item p{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 5px 2px 5px;
    margin: 0 auto;
 }
 .goodslist2 .g_item span {
    width: 96%;
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    color: red;
 }

 .oldintro { padding:0;margin: 10px auto; color:#666; line-height:20px; font-size:14px; text-align:justify; width: 96%}
 .gps { position: relative; }
 .top .gps svg {
	position: absolute; left: -2px;top: -3px;
 }
 .gps .city_menu {
	position: absolute;
	left: 10px;
	top: -8px;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
 }
 .gps .city_menu a{
	width: 100%;
	color: #fff;
	display: block;
	background: rgba(255,255,255,0.3);
	padding: 3px 10px 3px 8px;
	border-bottom: 1px solid #fff;
 }
 #curcity {
    position: absolute;
    left: 0;
    top: -13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    height: 30px;
    width: 90%;
 }
 #curcity img { width:100% }
.simple-swiper-container>.swiper-wrapper {
    min-height: 150px;
}
.hoturl{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 96%;
	margin:5px auto 15px auto;
}
.hoturl a{
	margin-right: 6px;
	padding:2px 12px;
	border-radius: 30px; font-size:10px;
	background: #fff; color:#999;
}
.h5ui-group { margin-bottom: 0; }
.loclive {
	background: url('/public/index/loclive.png') no-repeat;
	background-size: 100% 100%;
}
.loclive>div>.tit{ width:92%; margin:0 auto; }
.loclive>div>.tit>h2{ 
	color:#fff;font-size:15px; border-left: 4px solid #fff; 
	display: flex; align-items: center;
}
.loclive>div>.tit>h2>span { color:yellow !important; font-size:12px; font-weight:bold; }
.loclive .loclive_cont{
    width: 100%; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fbf1f1;
    border-radius: 12px;
    padding: 10px;
    margin-top: 12px;
}


/*.loclive .loclive_cont>div{
	width: 31.333%;
	padding-bottom: 8px;
	overflow: hidden;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	background: #fff;
	margin: 0 1.333%;
}*/
.loclive .loclive_cont>div>p{
    font-size: 12px;
    font-weight: bold;
    margin: 4px auto 0 auto;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 4px;
}
.loclive .loclive_cont>div>span{
    font-size: 12px;
    color: #ccc;
    margin: 4px 4px 10px 4px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*.loclive .loclive_cont img{
	width: 100%; min-height: 105px;
}*/
.loclive .loc_goods {
    margin: 0 auto;
    width: calc(100% / 3 - 6px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.loclive .loc_goods .imgview {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.loclive .loc_goods img {
	width: 100%; height: 100%;
}


.loclive .tit .more{ 
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: -22px;
}

.more2 {
	display: flex; align-items: center; margin:0 0 0 auto !important;
}
.more2 svg { height:16px }
.goodword { height:16px; margin-left: 22px}
/**国家馆**/
.newsblock{
	display: flex; flex-direction: row; justify-content: space-between;
	align-items: center;
}
.newsblock a{ width:100%; margin: 0 auto; display:block; text-align:center; }
.newsblock a>img{ width:96%; }
.ex1,.ex1>a>img { width:100% }
.w100block>img {max-width:100% !important;}
.w100block { width:100%; margin: 16px auto 0 auto; }
.funccont h2 span { color: #ff6a23 !important; }
.goods_navs {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 4% 2%;
}
.goods_navs .on { color:#ff9d4a; font-weight:bold; }
.logo {
	width: 94%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 0 10px 0;
}
.logo img { height: 35px; }
.logo .posbox {
	margin:0 0 0 auto;
	display: flex; flex-direction: row;
	justify-content: flex-start; align-items: center;
}
.logo .posbox .posname {
	margin: 0 0 0 auto;
	color:#fff; font-size:12px;
}
.logo .posbox svg { margin-right:6px; }
.oldarmy { width:100% !important;margin:0 auto; padding:0 2%}
.oldarmy img { border-radius:12px; width:100% }

.ticket_bg {
	width: 100%; height: 100%;
	position: fixed;
	top: 0; left:0;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
	display: flex; flex-direction: column;
	align-items: center; justify-content: center;
}
.ticket_box {
	padding: 26px 6%;
	border-radius: 16px;
	background: #d97601;
	width: 280px;
	display: flex;
	flex-direction: column;
	align-items: center; justify-content: center;
}
.ticket_box .title{
	text-align: center;
	display: flex; flex-direction: column;
	font-size: 42px; 
	color: #fff; margin-bottom: 20px;
}
.ticket_box .title span{ font-size: 18px; font-weight: 400; color:#fff; }

.ticket_list { width:100% }
.ticket_list .item{
	width: 100%;
	display: flex; flex-direction: row;
	background: #fff; border-radius: 12px;
	padding:6px 12px;
	align-items: center;
	margin-bottom: 10px;
}
.ticket_list .item .lf{
	display: flex;
    align-items: baseline;
    font-size: 28px;
    margin: 0 6px 0 0;
    color: red;
    margin-right: 10px;
}
.ticket_list .item .lf span{ font-size:0.6rem; }
.ticket_list .item .rg {
	display: flex; flex-direction: column; width: 70%;
}
.ticket_list .item .rg .t1{ font-size:18px; font-weight:bold;text-align: right }
.ticket_list .item .rg .t2{ font-size:14px; color:#999; text-align: right}
.ticket_list #newuser {
	width: 100%; margin-top: 20px;
}

.ticket_bg .close_ticket{
	height: 32px; width: 32px; margin-top: 10px;
}

.gprice {
	display: flex; align-items: center;
	position: relative;
}
.gprice span { font-size:12px !important; }
.gprice span:nth-child(2) {
    font-size: 10px !important;
    color: #999;
    position: absolute;
    right: -68px;
    width: 92%;
}

.homemsg {
    height: 32px;
    width: 32px;
    position: absolute;
    right: 12px;
    z-index: 100;
}

.search_blue {
    background: #566bf6;
    border-radius: 32px;
    text-align: center;
    padding: 4px 20px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 17px;
    height: 28px;
}