.caigou {
	margin-top: 1.2rem;
	padding-bottom: 2rem;
}

.caigou_center {
	/* width: 7rem; */
	margin: 0 auto;
}

.caigou_Boxs {
	padding: 0 0rem 0 0.5rem;
	padding-bottom: 0.6rem;
	border-bottom: 0.01rem solid #eee;
	margin-bottom: 0.9rem;
}

.caigou_items {
	border-left: 0.04rem solid #EEEEEE;
	position: relative;
	padding-left: 0.5rem;

}

.caigou_items::after {
	content: '';
	position: absolute;
	left: -0.04rem;
	top: 0.1rem;
	width: 0.04rem;
	height: 0.28rem;
	background: #00B6B5;
}
.caigou_title:hover{
    color: #00B6B5;
}
.caigou_title:active{
      color: #00B6B5;
}


#shibo_money{
    font-size: 0.2rem !important;
}


.caigou_title {
	height: 0.9rem;
	margin-bottom: 0.15rem;
	color: #333;
	font-size: 0.26rem;
	cursor: pointer;
	position: relative;
	display: block;
}


.caigou_ico {
	width: 1.21rem;
	height: 0.34rem;
	font-size: 0.16rem;
	color: #999;
	background: url(../images/addimages/a2.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.caigou_ico img {
	width: 100%;
	height: 100%;
}

.shibo_deta_topTit {
	display: flex;
	align-items: center;
}

.shibo_deta_tit {
	color: #000;
	font-size: 0.22rem;
	margin-right: 0.25rem;
}

.shibo_deta_img {
	border-radius: 0.05rem;
	background: #0379d1;
	padding: 0.05rem 0.12rem;
	color: #fff;
	font-size: 0.16rem;
	letter-spacing: 0.01rem;
}

.shibo_detaTop_type {
	font-size: 0.16rem;
	color: #999;
	margin: 0.25rem 0;
}

.shibo_deta_pickList {
	display: flex;
	flex-wrap: wrap;
}

.shibo_pickItems {
	border: 0.01rem solid #459cdd;
	border-radius: 0.04rem;
	padding: 0.03rem 0.1rem;
	color: #459cdd;
	font-size: 0.14rem;
}

.shibo_detailTop_right {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0.28rem;
	/*padding-bottom: 0.24rem;*/
}

.shibo_detaTop_rItems {
	display: block;
	padding: 0.03rem 0.07rem;
	border-radius: 0.04rem;
	font-size: 0.14rem;
	border: 0.01rem solid #2accdc;
	color: #2accdc;
	margin-left: 0.2rem;
}

.shibo_detaTop_rItems:nth-child(2) {
	border: 0.01rem solid #459cdd;
	color: #459cdd;
}

.shibo_detail_top {
	display: flex;
	align-items: flex-start;
	padding: 0.5rem 0.5rem 0.4rem 0.5rem;
	border-radius: 0.1rem;
	margin-bottom: 0.3rem;
	box-shadow: 0 0 0.07rem 0.01rem RGBA(42, 204, 220, 0.25);
}

.shibo_detailTop_left {
	flex: 1;
}

.shibo_page {
	background: #fff;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.07rem 0.01rem RGBA(42, 204, 220, 0.25);
	margin-bottom: 0.45rem;
}

.shibo_page_tit {
	padding: 0.3rem 0.45rem 0.3rem 0.39rem;
}

.shibo_page_tit span {
	font-size: 0.22rem;
	color: #000;
	display: block;
	position: relative;
	padding-left: 0.2rem;
}

.shibo_page_tit span::before {
	content: '';
	position: absolute;
	left: 0;
	width: 0.04rem;
	height: 0.25rem;
	background: #2accdc;
	top: 50%;
	transform: translateY(-50%);

}

.shibo_page_txt img {
	width: 100%;
}

.shibo_page_mess {
	/*padding: 0rem 0.4rem 0.15rem 0.4rem;*/
}
.shibo_img_width{
   
    box-shadow: 0 0 0.07rem 0.01rem RGBA(42, 204, 220, 0.25);
    margin-bottom: 0.45rem;
}

.shibo_page_mess span {
	display: block;
	color: #808080;
	font-size: 0.22rem;
	margin-bottom: 0.15rem;
}

.shibo_page_messTxt {
	color: #8c8c8c;
	line-height: 2.2;
	letter-spacing: 0.03rem;
}
.shibo_page_messTxt img{
    object-fit: contain;
}

.shibo_honorList {
	display: flex;
	flex-wrap: wrap;
	padding: 0.2rem 0.6rem;
}

.shibo_honorItems {
	margin-right: 0.3rem;
}

.shibo_honorItems:nth-child(7n) {
	margin-right: 0;
}

.shibo_honorImgbox {
	width: 1.25rem;
	height: 1.71rem;

}

.shibo_honorImgbox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.shibo_honorNmae {
	color: #999;
	font-size: 0.16rem;
	text-align: center;
	padding: 0.2rem 0;
}

.shibo_detailBox {
	padding-bottom: 1rem;
}


.shibo_commonTitbox {
	margin-top: 0.2rem !important;
}

.shibo_com_titItems {
	margin-right: 0.3rem;
}

.shibo_newsCotent {
	padding-top: 0.6rem;
	padding-bottom: 2rem;
}

.shibo_newsItems {
	display: block;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.07rem 0.01rem RGBA(42, 204, 220, 0.25);
	overflow: hidden;
	display: flex;
	margin-bottom: 0.27rem;
}

.shibo_newsImgbox {
	width: 3.5rem;
	height: 2.2rem;
	/*height: 2.78rem;*/
	overflow: hidden;
}

.shibo_newsImgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}

.shibo_newsImgbox:hover>img {
	transform: scale(1.03);
}

.shibo_newsMessbox {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0.5rem;
}

.shibo_news_tit {
	font-size: 0.22rem;
	color: #000;
	margin-bottom: 0.2rem;
}

.shibo_news_txt {
	width: 5.24rem;
	height: 0.35rem;
	font-size: 0.12rem;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	margin-bottom: 0.5rem;
}

.shibo_news_timer {
	display: flex;
	align-items: center;
}

.shibo_news_timer img {
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.1rem;
}

.shibo_news_timer span {
	color: #2ACCDC;
	font-size: 0.14rem;

}

.shibo_zboxImgbox {
	width: 1.45rem;
	height: 1.45rem;
}

.shibo_zboxImgbox img {
	width: 100%;
	height: 100%;
}

.shibo_zboxList {
	display: flex;
	align-items: center;
	margin-bottom: 0.12rem;
}

.shibo_zboxTit {
	color: #333;
	font-size: 0.22rem;
	margin-bottom: 0.15rem;
}

.shibo_zboxIcos {
	display: flex;
	align-items: center;
	margin-right: 0.3rem;
}

.shibo_zboxIcos span {
	color: #999999;
	font-size: 0.14rem;
	margin-left: 0.03rem;
}

.shibo_zboxIcos img {
	max-width: 100%;
	max-height: 100%;
}

.shibo_addressBox {
	display: flex;
	align-items: center;
	margin-bottom: 0.15rem;
}

.shibo_addressBox>span {
	color: #666666;
	font-size: 0.14rem;
}

.shibo_addressBox img {
	width: 0.18rem;
	height: 0.18rem;
	margin-right: 0.05rem;
}

.shibo_zbox_imgbox1 {
	display: flex;
	align-items: center;
	flex: 1;
}

.shibo_zsBox {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.3rem;
    
	box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 182, 181, 0.19);
	padding: 0.2rem 0.5rem 0.2rem 0.3rem;
	border-radius: 0.1rem;
	background: #fff;
}

.shibo_lastWeb {
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 0.14rem;
}

.shibo_lastWeb a {
	color: #333333;
	font-size: 0.14rem;
}

.shibo_zboxMessbox {
	margin-left: 0.33rem;
}

.shibo_img_width img {
	width: 100%;
}

.shibo_proTit {
	font-size: 0.22rem;
	color: #000;
}

.shibo_proTxt span {
	color: #999;
	font-size: 0.14rem;
}

.shibo_proItems {
	width: 32%;
	margin-bottom: 0.42rem;
	box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 182, 181, 0.19);
	border-radius: 0.1rem;
	overflow: hidden;
	margin-right: 2%;
}

.shibo_proItems:nth-child(3n) {
	margin-right: 0;
}

.shibo_proItems:hover .shibo_proImgbox>img {
	transform: scale(1.03);
}

.shibo_proImgbox {
	overflow: hidden;
	height: 2.2rem;
}

.shibo_proImgbox img {
	width: 100%;
	height: 100%;
	transition: all .25s;
	object-fit: contain;
}

.shibo_proMess {
	padding: 0.2rem;
	background: #fff;
}

.shibo_proTxt {
	display: flex;
	align-items: center;
	margin-top: 0.2rem;
}

.shibo_proTxt img {
	width: 0.23rem;
	height: 0.19rem;
	margin-right: 0.1rem;
}

.shibo_proTxt span {
	color: #999;
	font-size: 0.16rem;
}

.shibo_mtihezuo img {
	width: 100%;
}



/* 申请展位填写 */
.shibo_fill {
	margin-top: 0.12rem;
}

.shibo_fill_box {
	background: #fff;
	box-shadow: 0 0 0.07rem 0.01rem RGBA(42, 204, 220, 0.2);
	border-radius: 0.1rem;
	padding: 0.7rem;
	margin-bottom: 0.25rem;
}

.shibo_fill_tit {
	font-size: 0.2rem;
	color: #2accdc;
	margin-bottom: 0.3rem;
}

.shibo_fill_list {
	display: flex;
	background-color: #f7f7f7;

}

.shibo_fill_items {
	width: 25%;
	padding: 0.15rem 0;
	text-align: center;
	font-size: 0.16rem;
	color: #8a8a8a;
}

.shibo_fill_items.active {
	background: url(../images/addimages/PICK.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.shibo_qyName {
	font-size: 0.16rem;
	margin-bottom: 0.2rem;
}

.shibo_qyName span {
	color: red;

}

.shibo_qyInputbox {
	width: 3rem;
	height: 0.5rem;
}

.shibo_qyInputbox input {
	width: 100%;
	height: 100%;
	border-radius: 0.07rem;
	border: 0.01rem solid #ccc;
	padding: 0 0.15rem;
}

.shibo_qyInputbox input:focus::placeholder{
    color: #ddd;
}


.shibo_qyInputbox input::placeholder{
    color: #ccc;
}

.shibo_fill_qyWrap {
	display: flex;
	flex-wrap: wrap;
}

.shibo_qyItems {
	width: 50%;
	margin-bottom: 0.35rem;
}

#distpicker {
	height: 100%;
}

.shibo_qyInputbox select {
	width: 2rem;
	height: 100%;
	border-radius: 0.07rem;
	border: 0.01rem solid #ccc;
	outline: 0 !important;
	padding: 0 0.15rem;
	margin-right: 0.25rem;
}

.shibo_uploadBox {
	width: 3rem;
}

.shibo_uploadBtn {
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
	border-radius: 0.1rem;
	border: 0.01rem solid #ccc;
	cursor: pointer;
	overflow: hidden;
}

.shibo_txtBtn,
.shibo_txtBtn2 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #999;
	font-size: 0.12rem;
	text-align: center;
}




.shibo_uploadBtn span {
	font-size: 0.45rem;
	line-height: 1;
	font-weight: 100;
}

.shibo_ques {
	color: #999;
	font-size: 0.14rem;
	margin-top: 0.1rem;
	text-align: center;
}

#imagePreview,
#imagePreview2 {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: none;
}

.shibo_pdfBox {
	width: 2.4rem;
	display: flex;
	align-items: center;
	position: relative;
}

.infor_connUpload {
	width: 100%;
	padding: 0.35rem 0;
	/* height: 0.9rem; */
	border-radius: 0.07rem;
	border: 0.01rem dashed #2accdc;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.infor_connUpload {
	color: #2accdc;
	font-size: 0.14rem;
	cursor: pointer;
}

#delete-pdf {
	color: #2accdc;
	font-size: 0.14rem;
	/*right: -3rem;*/
	/*position: absolute;*/
}

.last_btns {
	width: 2.1rem;
	height: 0.65rem;
	background: #2accdc;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.1rem;
	cursor: pointer;
	color: #fff;
	font-size: 0.18rem;
	margin: 0.5rem auto 2rem auto;
}

.shibo_zhanquList {
	display: flex;
	flex-wrap: wrap;

}

.shibo_zhanquItems {
	border-radius: 0.05rem;
	border: 0.01rem solid #ccc;
	font-size: 0.16rem;
	color: #999;
	margin-right: 0.3rem;
	padding: 0.05rem 0.1rem;
	cursor: pointer;
	margin-bottom: 0.25rem;
}

.shibo_zhanquItems.active {
	color: #fff;
	border: 0.01rem solid #fff !important;
	background: linear-gradient(340deg, #2ADCC5 0%, #0073D0 100%);
}

.shibo_zhanweiItems {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 0.7rem;
}

.shibo_zhanweiItems.active .zw_ico2 {
	display: block;
}

.shibo_zhanweiItems.active span {
	color: #000;
}

.shibo_zwIco {
	width: 0.24rem;
	height: 0.24rem;
	position: relative;

}

.shibo_zwIco img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.zw_ico2 {
	display: none;
}

.shibo_zhanweiItems span {
	color: #999;
	font-size: 0.18rem;
	margin-left: 0.15rem;

}

.shibo_zhanweiTop {
	display: flex;
	align-items: center;
	margin-bottom: 0.4rem;
}

.shibo_zwContent {
	background: #f5f7fa;
	border-radius: 0.1rem;
	padding: 0.5rem 0.4rem 0.5rem 0.5rem;
}

.shibo_zwtxtbox {
	display: flex;
	align-items: center;
	margin-bottom: 0.35rem;
}

.shibo_zwMoney {
	color: red;
	font-size: 0.2rem;
}

.shibo_zwMess {
	color: #999;
	font-size: 0.14rem;
	margin-left: 0.7rem;
}

.shibo_zwGgtit {
	color: #999;
	font-size: 0.14rem;
}

.shibo_zwMianji {
	margin-top: 0.25rem;
	display: flex;
	align-items: center;
}

.shibo_zwmjTxt span {
	color: red;
}

.shibo_zwmjSele {
	margin-left: 0.3rem;
	display: none;
}

.shibo_zwmjSele:nth-child(1) {
	display: block;
}

.shibo_zwmjSele select {
	width: 2rem;
	height: 0.5rem;
	outline: 0;
	border-radius: 0.07rem;
	border: 0.01rem solid #ddd;
	padding: 0 0.15rem;
}

.shibo_ggLast {
	display: flex;
	justify-content: flex-end;
	font-size: 0.2rem;
	color: #000;
	margin-top: 1rem;
}

.shibo_ggLast span {
	font-size: 0.2rem;
	color: red;
}

.shibo_zwBigbox {
	padding: 0 1rem;
}

.last_btnbox {
	display: flex;
	justify-content: center;
	align-items: center;
}

.last_btnbox a {
	margin: 0.5rem 0 1rem 0.25rem;
}
/*.last_btns{*/
/*    margin: 0.25rem  0 2rem 0 !important;*/
/*}*/

.last_btns:hover {
	opacity: 0.85;
}

.shibo_jbenItems {
	display: flex;
	margin-bottom: 0.25rem;
}

.shibo_jbenItems * {
	color: #000;
	font-size: 0.18rem;
}

.shibo_jbenMess {
	padding-top: 0.3rem;
	border-top: 0.01rem solid #ddd;
}

.shibo_orderMessTop {
	display: flex;
}

.shibo_orderLeft {
	flex: 1;
	display: flex;
	align-items: center;
}

.shibo_order_xitems {
	color: #000;
	font-size: 0.18rem;
	margin-right: 0.8rem;
}

.shibo_orderRight {
	color: #000;
	font-size: 0.18rem;
	padding: 0 0.3rem;
}

.shibo_sqMess {
	text-align: center;
	color: #00B6B5;
	font-size: 0.14rem;
	width: 3.98rem;
	line-height: 2.2;
}

.shibo_sqTop img {
	width: 1.2rem;
	height: 1.2rem;
	margin-bottom: 0.3rem;
}

.shibo_sqTxt {
	color: #333333;
	font-size: 0.18rem;
	margin-bottom: 0.2rem;
}

.shibo_sqBoo {
	margin-top: 0.6rem;
}

.shibo_sqBoo .shibo_sqTxt {
	font-size: 0.16rem;
}

.shibo_sqBooImg {
	width: 1.81rem;
	height: 1.81rem;
	border: 0.01rem solid #ddd;
}

.shibo_sqBooImg img {
	width: 100%;
	height: 100%;
}

.shibo_sqContent,
.shibo_sqTop,
.shibo_sqBoo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.shibo_sqBox {
	padding: 1rem 0 0.3rem 0;
}

.shibo_cuoguoTitBox {

	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;

}

.shibo_cuoguoTitBox span {
	color: #333333;
	font-size: 0.22rem;

}

.shibo_cuoguoTitBox_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shibo_cuoguoTitBox_flex span{
    color: #333;
    font-size: 0.22rem;
}
.shibo_cuoguoTitBox_flex img {
	width: 10.9rem;
	height: 0.02rem;
	margin-top: 0.07rem;
}

.shibo_cuoguoList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
}

.shibo_cuoguoBox {
	padding-bottom: 2rem;
}

.shibo_cuoguoItems {
	display: block;
	width: 3.5rem;
	margin-right: 0.74rem;
	border-radius: 0.15rem;
	margin-bottom: 0.3rem;
	box-shadow: 0rem 0.02rem 0.04rem 0rem rgba(42, 204, 220, 0.2);
	overflow: hidden;
}

.shibo_cuoguoItems:nth-child(3n) {
	margin-right: 0;
}

.shibo_cuoguoItems:hover .shibo_cuoguoImg>img {
	transform: scale(1.03) !important;
}

.shibo_cuoguoImg {
	width: 100%;
	height: 2.2rem;
	overflow: hidden;
}

.shibo_cuoguoImg img {
	width: 100%;
	transition: all .25s;
	height: 100%;
}

.shibo_cuoguoTimer {
	display: flex;
	align-items: center;
	color: #2ACCDC;
	font-size: 0.14rem;
}

.shibo_cuoguoTimer img {
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.05rem;
}

.shibo_cuoguoTit {
	font-size: 0.2rem;
	color: #333;
	margin-bottom: 0.15rem;
}

.shibo_cuoguoMess {
	padding: 0.2rem 0.3rem;
}

.shibo_guojiItems {

	box-shadow: 0rem 0rem 0.08rem 0rem rgba(42, 204, 220, 0.2);
	padding: 0.5rem 0.9rem 0.5rem 0.4rem;
	background: #fff;
	display: flex;
	margin-bottom: 0.35rem;
}

.shibo_guojiImg {
	width: 2.8rem;
	height: 2rem;
	box-shadow: 0rem 0rem 0.08rem 0rem rgba(42, 204, 220, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 0.07rem;
	overflow: hidden;
}

.shibo_guojiImg img {
	width: 2.19rem;
	height: 0.65rem;
	object-fit: contain;
}

.shibo_guojiTag {
	width: 0.9rem;
	height: 0.35rem;
	background: #2ACCDC;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 0.14rem;
	justify-content: center;
	align-items: center;
}

.shibo_guojiMess {
	margin-left: 0.5rem;
	padding-top: 0.1rem;
	flex: 1;
}

.shibo_guojiTit {
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;

}

.shibo_guojiTit a {
	color: #333333;
	font-size: 0.22rem;
	margin-right: 0.3rem;
}

.shibo_guojiTgList span {
	border-radius: 0.05rem;
	padding: 0.05rem 0.07rem;
	background: #4be7ce;
	font-size: 0.12rem;
	color: #fff;
	margin-right: 0.1rem;
}

.shibo_guojiTgList span:nth-child(2) {
	background: #425383;
}

.shibo_guojiTgList span:nth-child(3) {
	background: #0379d1;
}

.shibo_guojiCenter_Xlist {
	display: flex;
	align-items: center;
	margin-top: 0.15rem;
}

.shibo_guojiCenter_Xlist span {
	border-radius: 0.05rem;
	border: 0.01rem solid #ddd;
	color: #999;
	background-color: #fff;
	font-size: 0.14rem;
	padding: 0.07rem 0.12rem;
	margin-right: 0.15rem;
}

.shibo_guojiCenter_items {
	color: #999999;
	font-size: 0.14rem;
	margin-bottom: 0.05rem;
}
.shibo_guojiCenter_items span{
    color: #fa0d29;
    font-weight: bold;
}

.shibo_guojiYdBox {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.shibo_yuTxt,
.shibo_yutActive {
	width: 1.5rem;
	height: 0.5rem;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0.5rem;
	/* display: flex;
	justify-content: center;
	align-items: center; */
	border-radius: 0.05rem;
	cursor: pointer;
}

.shibo_yuTxt {
	background: linear-gradient(340deg, #2ADCC5 0%, #0073D0 100%);
	color: #fff;
}

.shibo_yutActive {
	border: 0.01rem solid  #2ACCDC !important;
	color:  #2ACCDC!important;
}

.reserve {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	z-index: 99999999999999;
	display: none;
}

.reserve_content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 6.5rem;
	background: #fff;
	border-radius: 0.1rem;
	padding: 0.3rem 0.42rem 0.5rem 0.42rem;
}

.reserve_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.2rem;
	border-bottom: 0.01rem solid #ddd;
}

.reserve_tit {
	font-size: 0.24rem;
	color: #2ACCDC;
}

.closes {
	width: 0.31rem;
	height: 0.31rem;
}

.reserve_messbox {
	margin-top: 0.2rem;
}

.reserve_messTit {
	font-size: 0.24rem;
	color: #000;
	text-align: center;
	margin-bottom: 0.35rem;
}

.reserve_items {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.2rem;
}

.reserve_input {
	height: 0.5rem;
	width: 3rem;
}

.reserve_input input {
	width: 100%;
	height: 100%;
	border: 0.01rem solid #ddd;
	border-radius: 0.07rem;
	padding: 0 0.15rem;
}
.reserve_input input:focus::placeholder{
    color: #ccc;
}
.reserve_textarea textarea:focus::placeholder{
    color: #ccc;
}

.reserve_name {
	width: 1.1rem;
	font-size: 0.16rem;
	color: #000;

}

.reserve_name span {
	color: red;
}

.reserve_textarea {
	width: 3rem;
	height: 1.5rem;
}

.reserve_textarea textarea {
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	outline: 0;
	padding: 0.1rem 0.15rem;
	font-family: '';
	border: 0.01rem solid #ddd;
}

.git_tijiao {
	width: 3rem;
	height: 0.39rem;
	background: #2accdc;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.16rem;
	cursor: pointer;
	border-radius: 0.04rem;
	margin: 0.4rem auto 0 auto;
}

.shibo_zhDetaTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.35rem;
}

.shibo_zhLeft {
	display: flex;
	align-items: center;
}

.shibo_logoMess {
	margin-left: 0.2rem;
}

.shibo_logoTit {
	font-size: 0.18rem;
	margin-bottom: 0.07rem;
}

.shibo_timers {
	color: #999;
	font-size: 0.14rem;
}

.shibo_zhLeft img {
	width: 0.7rem;
	height: 0.7rem;
	object-fit: contain;
}

.shibo_yuTxt:hover {
	opacity: 0.85;
}

.shibo_zhDeta_pages {
	padding: 1rem 0 2rem 0 ;
}

.shibo_zhDeta_pages img{
    max-width:100%;
    max-height: 100%;
  
    margin: 0 auto;
}

.shibo_news_details {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 0.6rem;
}

.shibo_news_details span {
	width: 1.5rem;
	height: 0.5rem;
	background: linear-gradient(135deg, #0379D1 0%, #2ACCDC 100%);
	border-radius: 0.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.16rem;
}

.shibo_news_details span:hover {
	opacity: 0.85;
}

.shibo_newsImgbox {
	position: relative;
}

.shibo_mbcontent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.shibo_tagPick {
	width: 1.09rem;
	height: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.16rem;

	background: #00b6b5;
}

.shibo_playIco {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.44rem !important;
	height: 0.44rem !important;
	transform: translate(-50%, -50%);
}

.video_bg {
	background: #000000;
	height: 7.45rem;
	
	padding-top: 0.7rem;
}

.videoContent {
	height: 100%;
	padding-bottom: 0.4rem;
}

.videoContent video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.shibo_zhLeft_logo {
	width: 4.1rem;
	height: 0.56rem;
}

.shibo_zhLeft_logo img {
	width: 100%;
	height: 100%;
}

.video_details .shibo_zhDetaTop {
	padding: 0 0.6rem;
	margin-top: 0.3rem;
}


.video_detaMess {
	padding: 0.45rem 0.6rem;
	margin-top: 0.27rem;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.07rem 0.01rem RGBA(42, 204, 220, 0.25);
}

.video_detaTexts {
	display: flex;
}

.video_detaColor {
	width: 8rem;
	display: inline-block;
}

.video_detaNy,
.video_detaTit,
.video_detaTimer {
	font-size: 0.18rem;
}

.video_detaTit,
.video_detaTimer {
	margin-bottom: 0.2rem;
}

.video_detaNy {
	line-height: 1.7;
}

.video_detaColor {
	color: #444444;
	line-height: 2;
}

.video_hyDetaTit {
	color: #333333;
	font-size: 0.24rem;
	padding-left: 0.6rem;
	margin-top: 0.54rem;
}

/*.shibo_mtihezuo {*/
/*	padding-bottom: 1.8rem;*/
/*}*/

.hezuo {
	margin-top: 0.5rem;
}

.meitiBox {
	position: relative;
	padding: .5rem 0.7rem 2rem 0.7rem;
}

.meitiItems_img {
	width: 1.8rem;
	height: 0.75rem;
	background: #fff;
	border-radius: 0.07rem;
	box-shadow: 0rem 0rem 0.1rem 0rem rgba(42, 204, 220, 0.3);
	margin-bottom: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.35rem;
}
.meitiItems_img a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meitiItems_img:nth-child(5n) {
	margin-right: 0;
}

.meitiItems_img img {
	max-width: 80%;
	max-height: 100%;
}

.meitiBox {
	display: flex;
	flex-wrap: wrap;
}

.mthz_abox {
	position: absolute;
	width: 3.2rem;
	height: 2.5rem;
	overflow: hidden;
	border-radius: 0.07rem;
	top: 0.3rem;
	right: -2.5rem;
}

.mthz_abox img {
	width: 100%;
	height: 100%;
}

.huiyi_contentBox p {
	color: #666666;
	font-size: 0.2rem;
	line-height: 2;
}

.huiyi_tit2 {
	font-size: 0.24rem;
	color: #666;
	text-align: center;
	margin-bottom: 0.3rem;
}

.huiyi_tit1 {
	text-align: center;
	margin-bottom: 0.38rem;
	font-size: 0.3rem;
	color:  #2ACCDC;
	font-weight: bold;
	
}

.huiyi_messbox {
	padding-top: 0.58rem;
	padding-bottom: 2rem;
}

.canhui_last {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.28rem;
}

.canhui_txt {
	color: #333333;
	font-size: 0.2rem;
}

.canhui_txt span {
	font-size: 0.2rem;
	color: #2ACCDC;
}

.huiyi_contentBox img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.huiyi_tianxie .shibo_fill_list {
	width: 7.7rem;
	margin: 0 auto;
}

.shibo_fill_list .shibo_fill_items {
	flex: 1;
}

.huiyi_tianxie {
	padding: 0.5rem 0 2rem 0;
}

.huiyi_inputs {
	width: 2.4rem;
	height: 0.5rem;
	margin-left0.2rem
}

.huiyi_inputs input {
	width: 100%;
	height: 100%;
	border-radius: 0.07rem;
	border: 0.01rem solid #ddd;
	padding: 0 0.15rem;
}
.huiyi_inputs input:focus::placeholder{
    color: #ccc;
}

.huiyi_from_name {
	color: #333333;
	font-size: 0.14rem;
	margin-right: 0.2rem;
}

.huiyi_from_name span {
	color: #FF0000;
	font-size: 0.14rem;

}

.huiyi_from_items {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.25rem;
}

.huiyi_titler {
	color: #2ACCDC;
	font-size: 0.18rem;
	text-align: center;
	margin-bottom: 0.7rem;
}

.shibo_huiyiContact {
	background-color: #fff;
	box-shadow: 0 0 0.07rem 0.01rem RGBA(42, 204, 220, 0.25);
	border-radius: 0.07rem;
	padding: 0.5rem 0.6rem 0.7rem 0.6rem;
	margin-top: 0.3rem;
	margin-bottom: 1rem;
}
.huiyi_inputs input::placeholder{
	font-size: 0.14rem;
}
.go_nextBtn{
	width: 2.1rem;
	height: 0.65rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.18rem;
	background: #2accdc;
	margin: 0 auto;
	border-radius: 0.07rem;
}
.go_nextBtn:hover{
	opacity: 0.85;
}
.huiyi_mess_t1{
	display: flex;
	margin-bottom: 0.25rem;
	color: #333333;
	font-size: 0.14rem;
}
.huiyi_mess_txtbox{
	padding: 0 2rem;
}
.huiyi_erwbox{
	display: flex;
	align-items: center;
	justify-content: center;
}
.huiyi_rightbox_erw{
	margin-left: 0.5rem;
}
.huiyi_right_erwTxt2{
	display: flex;
	align-items: center;
	color: #2ACCDC;
	font-size: 0.14rem;
}
.huiyi_right_erwTxt2 img{
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.15rem;
}
.huiyi_right_erwTxt{
	color: #333330;
	font-size: 0.14rem;
	margin-bottom: 0.6rem;
}
.huiyi_right_erwTxt span{
	color: #2ACCDC;
	font-size: 0.24rem;
}
.order_size{
	color: #666666;
	font-size: 0.14rem;
	margin-bottom: 0.15rem;
}
.conference{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	display: none;
	z-index: 9;
}

.confer_content{
	width: 5.5rem;
	border-radius: 0.1rem;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0.5rem 0 ;
}
.confer_tit{
	color: #2bccdc;
	font-size: 0.2rem;
	text-align: center;
}
.confer_txt{
	color: #333;
	font-size: 0.14rem;
}
.confer_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 0.6rem;
}

.confer_imgbox{
	width: 1.8rem;
	height: 1.8rem;
	margin-bottom: 0.3rem;
	margin-top: 0.2rem;
}
.confer_imgbox img{
	width: 100%;
	height: 100%;
}
.confer_sure{
	color: #fff;
	border-radius: 0.07rem;
	background-color: #2accdc;
	padding: 0.15rem 0.75rem;
	cursor: pointer;
	font-size: 0.16rem;
}

.confer_sure:hover{
	opacity: 0.85;
}
.wangjiPass .huiyi_inputs{
	
	width: 3.1rem;
}
.huiyi_inputs{
	position: relative;
}
.wangjiPass .huiyi_from_name {
	width:0.7rem;
}
.git_code{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
	color: #2ACCDC;
	font-size: 0.14rem;
	cursor: pointer;
}
.passInput input{
	
}
.passwordimg{
	position: absolute;
	left: 0.15rem;
	top: 50%;
	width: 0.22rem;
	height: 0.24rem;
	transform: translateY(-50%);
}
.chongzhiInput input{
	
}
.passwordContent .passwordBox{
	box-shadow: 0 0 0.07rem 0.01rem RGBA(42, 204, 220, 0.25);
	padding: 0.35rem 0.3rem;
}
.passwordContent .shibo_huiyiContact{
	box-shadow: 0 0 0rem 0rem RGBA(255, 255, 255, 1);
}
.passwordContent .shibo_fill_list{
	margin: 0.5rem auto 0.3rem auto ;
	
}

/* 账号设置 */

.userBoxs {
	display: flex;
	padding: 0.2rem 0 1rem 0;
}

.userBoxs_leftBox {
	width: 3rem;
	box-shadow: 0rem 0rem 0.08rem 0rem rgba(42, 204, 220, 0.3);
	background: #fff;
	padding: 0.4rem 0;
}

.userBoxs_rightBox {
	flex: 1;
	margin-left: 0.3rem;
	background: #fff;
	box-shadow: 0rem 0rem 0.08rem 0rem rgba(42, 204, 220, 0.3);
	padding: 0.3rem 0.4rem 0.8rem 0.4rem;
}

.userBox_picuter {
	width: 1.2rem;
	height: 1.2rem;
	cursor: pointer;
	margin: 0 auto;
}

.userBox_picuter img {
	width: 100%;
	height: 100%;
}

.userBox_name {
	text-align: center;
	color: #333333;
	font-size: 0.18rem;
	margin-top: 0.2rem;
}

.userBoxs_rightTit {
	color: #333333;
	font-size: 0.18rem;
	padding-bottom: 0.2rem;
	border-bottom: 0.01rem solid #EFEFEF;
}

.user_right_ques {
	color: #666666;
	font-size: 0.14rem;
	padding: 0.15rem 0.35rem;
	border-radius: 0.02rem;
	background: RGBA(64, 211, 238, 0.15);
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
	margin-top: 0.19rem;
}

.user_right_ques img {
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.2rem;
}

.user_right_names {
	width: 0.75rem;
	color: #333;
	font-size: 0.14rem;
}

.user_right_names span {
	color: #FF0000;
	font-size: 0.14rem;
}

.user_right_inputItems {
	width: 3rem;
	height: 0.5rem;
}

.user_right_inputItems input {
	width: 100%;
	height: 100%;
	border: 0;
	/* border: 0.01rem solid #ccc; */
	padding: 0 0.2rem;
	border-radius: 0.03rem;
	color: #333;
	font-size: 0.14rem;
}

.user_right_inputItems input::placeholder {
	font-size: 0.14rem;
}

.user_right_messItems {
	display: flex;
	align-items: center;
	transition: all .25s;
	/* margin-bottom: 0.35rem; */
}

.user_right_inputItems {
	display: flex;
	align-items: center;
}

.user_right_bcBtns,
.user_right_qxBtns {
	width: 1.2rem;
	height: 0.4rem;
	background-color: #2ACCDC;
	color: #fff;
	font-size: 0.14rem;
	text-align: center;
	line-height: 0.4rem;
	cursor: pointer;
	display: none;
}


.user_right_qxBtns {
	border: 0.01rem solid #2ACCDC;
	background-color: #fff;
	color: #2ACCDC;
	margin-left: 0.25rem;
}

.user_right_bcBtns:hover,
.user_right_qxBtns:hover {
	opacity: 0.85;
}

#edit {
	width: 1.2rem;
	height: 0.4rem;
	background-color: #2ACCDC;
	color: #fff;
	font-size: 0.14rem;
	text-align: center;
	line-height: 0.4rem;
	cursor: pointer;
}

#edit:hover {
	opacity: 0.85;
}

.user_orders {
	width: 100%;
	background-color: #fff;
	box-shadow: 0rem 0rem 0.08rem 0rem rgba(42, 204, 220, 0.3);
}
.user_order_titbox{
	display: flex;
	align-items: center;
}
.user_order_titItems{
	padding: 0.2rem 0.4rem;
	color: #333333;
	font-size: 0.18rem;
	cursor: pointer;
}
.user_order_titItems.active{
	background: #EAFAFC;
}
.user_orderTitbox{
	display: flex;
}
.user_orderContent{
	display: none;
	padding-bottom: 0.8rem;
}
.user_orderContent:nth-child(1){
	display: block;
}
.user_order_xtit{
	width: 2.4rem;
	text-align: center;
	padding: 0.22rem 0 ;
	background-color: #EAFAFC;
}
.user_orderMessItems{
	display: flex;
	align-items: center;
	border-bottom: 0.01rem solid #EFEFEF;
}
.user_order_xmess{
	width: 2.4rem;
	color: #666666;
	font-size: 0.16rem;
	text-align: center;
	padding: 0.25rem 0 ;
}
.user_order_names{
	width: 1.89rem;
	display: inline-block;
}
.user_order_xmess span{
	font-size: 0.16rem;
}
.color_red{
	color: #FF0000;
}
.color_green{
	color: #2ACCDC;
}
.color_black{
	color: #666666;
}
.user_zwContent .user_order_xtit:nth-child(1){
	text-align: left;
	padding-left: 1rem ;
}

.user_zwMessitems{
	display: flex;
	align-items: center;
	padding: 0.35rem 0 ;
	color: #666;
	font-size: 0.16rem;
	border-bottom: 0.01rem solid #EFEFEF;
}

.user_zwMessitems .user_zwNames:nth-child(2){
	text-align: center;
}
.user_zwNames a{
	width: 7rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	padding-left: 0.4rem;
	color: #666;
	font-size: 0.16rem;
}
.user_radiusPic{
	width: 100%;
	height: 100%;
	border: 0.01rem solid #eee;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-weight: bold;

}
.user_radiusPic span{
	font-size: 0.25rem;
	color: #ccc;
}