.paizhao{
	width: 1000px;
	margin: 20px auto; 
                 margin-bottom: 20px

}

.paizhao img{
	width: 200px;
	height: auto;
                margin-bottom : 20px;
}  
.dispflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
	/* 在此处添加需要应用于小屏幕的样式规则 */
	 .paizhao{
	  width: 100%;
	  margin-top: 20px;
	  margin-left: 80px;
	   margin-bottom : 20px;
	}
	.dispflex {
	  display: block;
	  
	}
  }
.serviceContent {
 
 /*background      : #000;*/
 transform       : scale(0.8);
 transform-origin: top ;
}
.serviceContent h6 {
	width: 100%;
	font-size: 24px;
	margin: 0px auto 0 auto;
	font-weight: 500;
	height: 60px;
	line-height: 60px;
	color: #ff7f00;
	
	margin-top: 0px;
}
.serviceContent h6 p {
    width: 1186px;
    margin-top: 0px;
    left: calc(50% - 598px);
    
}
.serviceContent h6 span:nth-child(1) {
	display: inline-block;
	width: 5px;
	height: 15px;
	background: #ff7f00;
	margin-right: 10px;
	vertical-align: 1px;
}
.websit {
	color: #ff7f00;
    animation: myfirstaa 2s infinite linear ;
    -webkit-animation: myfirstaa 2s infinite linear ;
    display: inline-block;
}
@keyframes myfirstaa
{
	0%   {opacity: 0.1;}

	30% {opacity: 1;}

	70% {opacity: 1;}

	100% {opacity: 0.1;}
}

@-webkit-keyframes myfirstaa /* Safari and Chrome */
{
	0%   {opacity: 0.1;}

	30% {opacity: 1;}

	70% {opacity: 1;}

	100% {opacity: 0.1;}
}
.serviceContent h6 em {
	font-style: normal;
	font-size: 16px;
	color: #ff7f00;
	display: inline-block;
	margin-left: 10px;
}
.serviceContent .companyListBg {
	width: 1186px;
   /* margin: 0 auto;*/
     overflow: hidden; 
   /* margin-top: 20px;*/
    margin-bottom: -238px;
    position: RELATIVE;
    padding-bottom: 20px;
    height: 630px;
   
    
}
.serviceContent .companyList {
 
}
.serviceContent .companyList .company {
    
    
	float: left;
    width: 229px;
    height: 150px;
    padding: 20px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 26px;
    background: #999;
    border-radius: 6px;
    box-shadow: 0px 0px 95px #ff8a007d;

}
.serviceContent .companyList .company:hover {
	border: 1px solid #ff7f00;
	animation:myfirst 1s;
	-webkit-animation:myfirst 1s;
}

@-webkit-keyframes myfirst{
    0%{ -webkit-transform: rotate(0deg);}
    100%{ -webkit-transform: rotate(360deg);}
}
@keyframes myfirst{
    0%{ -webkit-transform: rotate(0deg);}
    100%{ -webkit-transform: rotate(360deg);}
}
.serviceContent .companyList .company a {
	display: block;
	width: 84px;
	float: left;
	overflow: hidden;
}
.serviceContent .companyList .company a img {
	width: 84px;
	border-radius: 5px;
	clear: both;
}
.serviceContent .companyList .company a p {
	width: 84px;
	text-align: center;
	font-size: 15px;
	color: #333;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px;
}
.serviceContent .companyList .company .companyListR {
	width: 90px;
	overflow: hidden;
	float: right;
}
.serviceContent .companyList .company .companyListR span {
	display: block;
	text-align: center;
	font-size: 12px;
	background: #a1a1a1;
	border-radius: 3px 3px 0 0;
	height: 27px;
	line-height: 27px;
}
.serviceContent .companyList .company .companyListR .ed {
	background: #ff7f00;
	color: #fff;
	font-size: 16px;
	border-radius: 0 0 3px 3px;
}
.serviceContent .companyList .company .companyListR span:nth-child(3) {
	margin-top: 10px;
}
.serviceContent .companyList .company:nth-child(5n) {
	margin: 0;
}
.serviceContent .companyList .company:nth-child(n+6) {
	margin-top: 10px;
}
.el-pagination {
	white-space: nowrap;
	padding: 2px 5px;
	color: #303133;
	font-weight: 700;
}
.el-pagination button:disabled {
	color: #c0c4cc;
	font-size: 48px;
	cursor: not-allowed;
}
.el-pagination:after, .el-pagination:before {
	display: table;
	content: "";
}
.el-pagination .btn-prev {
	padding-right: 12px;
}
.pageBox .el-pager {
	width: 1211px;
}
.el-pagination:after {
	clear: both;
}
.serviceContent .pageBoxBg {
	width: 100%;
	position: absolute;
	left: -55px;
}
.serviceContent .pageBox {
	width: 1184px;
	margin: 0 auto;
	height: 60px;
	margin-top: 50px;
}
.pageBox .btn-prev {
	background: 0!important;
	height: 60px;
	line-height: 60px;
	margin-left: -16px!important;
	color: #c9c9c9!important
}

.pageBox .el-pager li {
	display: none
}
.el-pager li.active {
	color: #409eff;
	cursor: default;
}
.el-pager li {
	padding: 0 4px;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.el-pager, .el-pager li {
	vertical-align: top;
	margin: 0;
	display: inline-block;
}

.pageBox .btn-next {
	background: 0!important;
	height: 60px;
	line-height: 60px;
	margin-left: 15px!important;
	color: #c9c9c9!important;
	padding-left: 0!important
}

.pageBox .el-pagination button:disabled {
	background: 0
}

.pageBox .el-pagination .btn-next .fa,.pageBox .el-pagination .btn-prev .fa {
	font-size: 40px
}
.pageDb {
	padding-top: 55px;
}
.dbButton {
	color: #fff;
	background: #ff7f00;
	border-radius: 70px;
	font-size: 15px;
	padding: 5px 16px;
	float: right;
	display: inline-flex;
	height: 30px;
	line-height: 20px;
	margin-top: 15px;
}
.dbButton:hover{
	color: #FFF;
	background: #ea7705;
}

.companyInfo {
	width: 100%;
	text-align: center;
	padding: 0px 4px;
}
.companyInfo p {
	width: 100%;
	margin: 0;
}
.companyInfo .iWantDb {
	margin-top: -16px;
}
.companyInfo p a {
	width: 115px;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	color: #fff;
	background: #ffa200;
	font-size: 15px;
	display: inline-block;
}
.companyInfo .companyList {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	padding-top: 35px;
}
.companyInfo .companyList .company {
	width: 24%;
	height: 142.5px;
	background: #fff;
	float: left;
}
.companyInfo .companyList .company:nth-child(n+2){
	margin-left: 1.33%;
}
.companyInfo .companyList .company:nth-child(5n){
	margin-left: 0px;
}
.companyInfo .companyList .company:nth-child(n+5){
	margin-top: 30px;
}
.companyInfo .companyList .company .img {
	width: 58.25px;
	margin-top: -22.5px;
	border: 1px solid #dae4ff;
}
.companyInfo .companyList .company .name {
	margin-top: 6px;
	font-weight: 700;
	color: #444;
	font-size: 12px;
}
.companyInfo .companyList .company .status {
	margin-top: 6px;
	margin-left: 10%;
	width: 80%;
	color: #fff;
	background: #ff9470;
	border-radius: 5px;
	font-size: 12px;
}
.companyInfo .companyList .company .moneyTitle {
	margin-top: 8px;
	color: #3a3332;
	font-size: 12px;
}
.companyInfo .companyList .company .money {
	margin-top: 4px;
	color: #ff4e53;
	font-size: 19px;
}
@media (max-width: 960px){
	::-webkit-scrollbar {
		display: none;
	}
}

a.orange {
	color: #ff7f00;
}

.layui-text {
	line-height: 22px;
	font-size: 14px;
	color: #666;
}
.layui-elem-quote {
	padding: 10px;
	line-height: 22px;
	border-left: 5px solid #ff5722;
	border-radius: 0 2px 2px 0;
	background-color: #f2f2f2;
	margin: 0px 8px;
	margin-bottom: 14px;
}
.uploadUrl {
	background: #fff;
	width: 379px;
	padding: 7px 10px;
	border: 1px solid #ccc;
	margin-right: -4px;
	display: inline-block;
	color: #848484;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.btn-upload {
	border-radius: 0px 3px 3px 0px;
	background: #5693c1;
	overflow: hidden;
}
@media (max-width: 767px){
	.layui-elem-quote {
		margin: 0px 4px;
		margin-bottom: 14px;
	}
	.uploadUrl {
		width: 61%;
		padding: 8px 10px;
	}
	.btn-upload {
		width: 39%;
	}
}

.hidden {
	display: none;
}

/**
	鍔犲叆鎷呬繚
 */

.assureBox {
	padding: 5px;
	font: 12px/1.5 arial,microsoft yahei,verdana,sans-serif;
	max-width: 500px;
	margin: 0 auto;
	overflow: hidden;
	background: #f7f7f7;
}
.assureBox .step {
	background: #fff;
	border-radius: 8px;
	padding: 15px 15px 37.5px;
	text-align: center;
}
.assureBox .joinButton {
	text-align: center;
	margin-top: -12px;
}
.assureBox .joinButton a{
	color: #FFF;
	background: linear-gradient(rgb(250, 148, 21), rgb(232, 104, 40));
	border: 0px;
	font-size: 14px;
	padding: 12px 51px;
	font-size: 14px;
	border-radius: 25px;
	font-weight: bold;
}
.assureBox .step img {
	width: 100%;
}
.assureBox .info {
	color: #8c8bab;
	text-align: center;
	margin-top: 12px;
}
.assureBox .info span {
	font-size: 24px;
	color: #e86828;
}
.assureBox .info p {
	line-height: 100%;
}
.assureBox .info p span {
	font-size: 15px;
	color: #6a68c4;
	font-weight: 700;
}
.assureBox .companyList {
	background: #fff;
	border-radius: 8px;
	margin: 18.75px 0;
	padding-bottom: 8.75px;
}

.assureBox .companyList .my-swipe {
	margin: 0px -1px;
	padding: 0px 14px 0px 10px;
}

.assureBox .companyList .company {
	padding: 11.25px 0
}

.assureBox .companyList .company .imgs {
	width: 60px;
	height: 60px;
	margin: 7.5px 9.375px;
}

.assureBox .companyList .company .title {
	font-size: 18px;
	color: #444;
	margin: 0;
}

.assureBox .companyList .company .body {
	font-size: 12px;
	color: #3a3332;
	margin: 0;
}

.assureBox .companyList .company .body span {
	color: #ff4e53;
	font-size: 15px;
	font-weight: 700
}
.assureBox .companyList .company .zcButton {
	text-align: right;
	margin-top: 24px;
}
.assureBox .companyList .company .zcButton a{
	color: rgb(255, 255, 255);
	background: rgb(255, 78, 83);
	border-color: rgb(255, 78, 83);
	font-size: 12px;
	padding: 8px 20px;
	border-radius: 20px;
}
.van-button--normal {
	padding: 0 15px;
	font-size: 14px;
}
.van-button--default {
	color: #323233;
	background-color: #fff;
	border: 1px solid #ebedf0;
}
.van-button {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	height: 44px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-appearance: none;
}
.van-button__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
}
.van-swipe__track {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}
.van-button--round {
	border-radius: 999px;
}
.van-col--6 {
	width: 25%;
}
.van-col--12 {
	width: 50%;
}
.van-col {
	float: left;
	box-sizing: border-box;
	min-height: 1px;
}
.van-row:after {
	display: table;
	clear: both;
	content: "";
}
.swiper-pagination {
	position: unset !important;
}
.swiper-pagination-bullet {
	width: 6px !important;
	height: 6px !important;
}
:root {
	--swiper-theme-color: #ff7f00 !important;
}
/** 浼樻儬娲诲姩 **/
.activity {

}
.activity a {
	width: 100%;
	display: inline-block;
	color: #666;
	font-size: 14px;
	padding: 10px 8px;
	border-radius: 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: #f9f9f9;
	margin-top: 10px;
}
.activity a:first-child{
	margin-top: 0px;
}
.activity a:hover{
	color: #fff;
	background: #ff7f00;
}
.act-title {
	font-size: 15px;
	font-weight: bold;
}
.act-title img{
	max-width: 20px;
}
.act-content {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/** 缃戝弸涓炬姤鍒楄〃 **/
.record .items{
	font-size: 12px;
	padding-bottom: 5px;
}
.record .items .siteName {
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
}
.record .items .desc {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0px;
	color: #737373;
}
.record .items .imgs .img{
	width: 31%;
	display: inline-block;
	margin-left: 2.2%;
}
.record .items .imgs .img:nth-child(3){
	position: relative;
}
.record .items .imgs img{
	width: 100%;
}
.record .items .imgs div:first-child{
	margin-left: 0;
}
.record .items .imgs strong{
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	font-size: 26px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	padding: 25%;
}
.record .items .type {
	position: absolute;
	right: 9px;
	top: 8px;
	background-image: linear-gradient(129deg,#ff7f00 14%,#d83535 67%);
	padding: 2px 12px;
	border-radius: 14px;
	color: #FFF;
}
.indexItems .imgs .img {
	width: 12% !important;
	margin-left: 0.3% !important;
}
.indexItems .items:hover {
	background: #f9f9f9;
}
.noShadow {
	box-shadow: unset !important;
	border-bottom: 1px dashed #c5c5c5;
	border-radius: 0px !important;
}
.noShadow:last-child{
	border-bottom: none;
}

/** 涓炬姤璇︽儏 **/
.record-img {
	padding-top: 15px;
}
.record-img img{
	width: 30%;
	display: inline-block;
	margin-left: 2.2%;
}
.record-img img:first-child , .record-img img:nth-child(4n){
	margin-left: 0;
}
.record-img img:nth-child(n+4){
	margin-top: 10px;
}
@media (min-width: 767px){
	.record-img img{
		width: 118px;
		margin-left: 20px;
	}
	.record-img img:nth-child(n+4) {
		margin-top:0;
	}
	.record-img img:nth-child(4n) {
		margin-left: 20px;
	}
}
.big_img{position: fixed;z-index: -1;opacity: 0;background: rgba(0,0,0,0.9);width: 100%;height: 100%;top:0;left:0;}
.big_img .swiper-container2 {position: relative;width: 100%;height: 100%;}
.big_img .swiper-container2  .swiper-wrapper{width: 100%;height: 100%;}
.big_img .swiper-slide{width: 100%;height: 100%;display: table}
.big_img .swiper-slide .cell{width: 100%;;height: 100%;display: table-cell;vertical-align: middle;text-align: center;}
.big_img .swiper-slide img{max-width: 90%;max-height: 80%;margin:0 auto;}
.big_img .swiper-pagination2{position: absolute; top:0.2rem;text-align: center;width: 100%;}
.big_img .swiper-pagination2 span{margin:0 0.05rem;}


.topTitleM{
	display: none;
}



@media (max-width: 768px) {
     
       
        #unique-company {
            display: none;
        }
    
	.serviceContent{
		width: 7.5rem;
		overflow: hidden;
		transform: scale(0.9);
		margin-bottom: -78px;
		
	}
	.topTitleM{
		display: block;
		color: #ff7f00;
		height: 1rem;
	}
	.topTitle{
		display: none;
	}
	
	fix{
		display: block;
	}
	.ttmp{
		margin: 0;
		/* padding-left: 1rem; */
		top: 0.2rem;
		position: relative;
		width: 7rem;
		left: .25rem;
	}
	.dbButton1{
		width: 1.8rem;
		height: .5rem;
		position: absolute;
		top: calc(50% - .25rem);
		margin: 0;
		right: 0rem;
		font-size: 0.22rem;
		line-height: .55rem;
		text-align: center;
		padding: 0;
		background: #ff7f00;
		border-radius: 2.2rem;
		color: white;
	}

	.serviceContent .companyList .company {
	        float: left;
        width: 3.4rem;
        height: 2.0rem;
        padding: .1rem;
        margin-right: 10px;
        float: left;
        font-size: 16px;
        line-height: 26px;
        background: #999;
        border-radius: 6px;
        box-shadow: 0px 0px 95px #ff8a007d;
        margin: 0 !important;
        margin-left: .16rem !important;
        margin-bottom: .12rem !important;
	}
	.serviceContent .companyList .company:nth-child(2n){
	}
	.serviceContent .companyListBg {
		width: 7.5rem;
		height: auto;
		    overflow: unset;
           margin-top: 1px;
	}
	.serviceContent .companyList .company a ,
	.serviceContent .companyList .company a p,
	.serviceContent .companyList .company a img {
		width: 1.2rem;
		color: #ffffff;
	}
	.serviceContent .companyList .company .companyListR {
		width: 1.3rem;
	}
	.serviceContent .companyList .company a p {
		font-size: .25rem;
		padding-top: .06rem;
		width: 1.6rem;
		position: relative;
		left: calc(50% - .8rem);
	}
	.serviceContent .companyList .company .companyListR span {
		display: block;
		text-align: center;
		font-size: .2rem;
		background: #a1a1a1;
		border-radius: 3px 3px 0 0;
		height: .4rem;
		line-height: .4rem;
	}
	.serviceContent .companyList .company .companyListR .ed {
		background: #ff7f00;
		color: #fff;
		font-size: .28rem;
	}
	.serviceContent .companyList .company a {

		overflow: revert;
	}
	._3-v1fe-A6Puxup2EK67vG0 {
		height: auto;
		background: #353f4b;
		width: 7.5rem;
		text-align: center;
		color: #a7b8cb;
	}
}



        
   
    .col {
        
        margin: 10px 0; /* 添加上下边距 */
    }
    
    .custom-button {
        padding: 6px;
        margin: 0; /* 去掉按钮之间的外边距 */
        border: 1px solid #6c757d; /* 修改边框颜色为灰色 */
        background-color: #343a40; /* 修改背景色为黑色 */
        color: white; /* 修改字体颜色为白色 */
      
        flex: 1; /* 使按钮在一排中均匀分布 */
        text-align: center; /* 文本居中 */
    
    }
    
        @media (min-width: 900px) { 
        #sadd1 {
            display: none;
        }
        
        .parent {
    display: flex;
    justify-content: center; /* 居中横向 */
    align-items: center;    /* 居中纵向 */
     height: 60vh;   /* 设置父元素高度以确保居中 */
       }

    }
    
   

