@font-face {
	font-family: "Regular";
	src: url("../font/Regular.woff");
}
@font-face {
  font-family: "iconfont"; /* Project id 5024801 */
   src: url('//at.alicdn.com/t/c/font_5024801_54186k0lwap.woff2?t=1758702581948') format('woff2'),
       url('//at.alicdn.com/t/c/font_5024801_54186k0lwap.woff?t=1758702581948') format('woff'),
       url('//at.alicdn.com/t/c/font_5024801_54186k0lwap.ttf?t=1758702581948') format('truetype');
}
.submit-vip {
    display: flex;
    align-items: center;
    height: 36px;
    width: 100%;
    padding: 0 8px;
    background: #FFF5D9;
    font-size: 12px;
    color: #D39C00;
    border-radius: 5px;
    margin-bottom: 20px;
}
.submit-vip img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}
.submit-vip span {
    font-size: 12px;
     color: #D39C00;
    font-family: 'Bold';
    margin-right: 12px;
}
.submit-vip button {
    width: 64px;
    height: 26px;
    border-radius: 13px;
    font-size: 12px;
    position: absolute;
    border: none;
    background: #FEC31D;
    right: 4px;
}
.submit-vip a {
    width: 64px;
    height: 26px;
    border-radius: 13px;
    font-size: 12px;
    position: absolute;
    border: none;
    background: #FEC31D;
    right: 4px;
}
.submitbgimg {
    display: flex;
    justify-content: center;
    height: 400px;
    margin-bottom: -280px;
    background: linear-gradient(to bottom,#FCC21E,#3E3D3B);
}
.submitbgimg img {
    width: 390px;
    height: 216px;
    object-fit: contain;
}
.language-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.language-list .language-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #A8AFBB;
    margin: 0 6px;
    font-size: 12px;
    background: #fff;
    transition: all 0.2s;
}
.language-list .language-item2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #A8AFBB;
    margin: 0 6px;
    font-size: 12px;
    background: #fff;
    transition: all 0.2s;
}
.language-list .language-item .dot {
    width: 12px;
    height: 12px;
    border: 1px solid #A8AFBB;
    margin-right:4px;
    border-radius: 50%;
}
.language-list .language-item2 .dot {
    width: 12px;
    height: 12px;
    border: 1px solid #A8AFBB;
    margin-right:4px;
    border-radius: 50%;
}
.language-list .active {
    background: #FFF9EA;
    border: 1px solid #FEC31D;
}
.language-list .active .dot{
    background: #FEC31D;
    border: 1px solid #FEC31D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.language-list .active .dot::after{
    content:'√';
    display: block;
    transform: scaleY(0.7);
    position: absolute;
}
.dropdownSearch {
    width: 90%;
    margin: 0 auto;
    background: #f5f7fa;
    height: 38px;
    border-radius: 4px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.dropdownSearch .search-btn {
    width: 50px;
    background: #FEC31D;
    color: #000;
    display: flex;
    height: 30px;
    border-radius: 8px;
    margin-right: 6px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}
.dropdownSearch input {
    flex:1;
    height: 100%;
    background: none;
    padding: 0 10px;
    border-radius: 4px;
}
.submittips {
    display: none;
    color: #00aaff;
    width: 250px;
    margin-bottom: 10px;
    font-size: 12px;
}
.hint-appear {
    display: block;
}
.backpage {
    position: absolute;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.backpage::after {
    content: '<';
    display: block;
    transform: scaleX(0.6);
	font-size: 30px;
}
.manage-item-title {
	margin-top: -15px;
	font-size: 14px;
	margin-bottom: 5px;
}

.manage-item-title .manage-more {
	font-family: 'Bold';
	font-size: 31px;
	margin-top: -15px;
	color: #999;
}

.manage-item-title .left {
	line-height: 1;
}

.manage-item-title .left .iconfont {
	margin-right: 5px;
	font-size: 20px;
}

.manage-item-title .more-dron {
	position: absolute;
	background: #fff;
	right: -20px;
	top: 30px;
	box-shadow: 0px 2 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #F1F1F1;
	width: 64px;
	text-align: center;
	padding: 0 5px;
	z-index: 4;
}
.manage-item-title .more-dron .more-dron-item{
	line-height: 38px;
}

.manage-item-title .more-dron .more-dron-item:last-child{
	border-top: 1px solid #eee;
	color: #888;
}
.more-dron-mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.3);
	z-index: 2;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-liulanliang:before {
  content: "\e603";
}
.icon-qiandai:before {
  content: "\e600";
}

.icon-shenhe:before {
  content: "\e60d";
}

.icon-fabu:before {
  content: "\e63c";
}

.icon-biaoqian:before {
  content: "\e661";
}

.icon-bohui:before {
  content: "\e616";
}

@font-face {
	font-family: "Bold";
	src: url("../font/Bold.woff");
}
.layui-layer-hui .layui-layer-content {
    color: #fff;
}
input {
	border: none;
	outline: none;
}
.payPopup {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: none;
}
* {
	position: relative;
	font-family: 'Regular';
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
}

.img100 {
	width: 100%;
	height: 100%;
}

.bold {
	font-family: 'Bold';
}

.auto {
	margin: 0 auto;
}

.flex {
	display: flex;
}

.center {
	align-items: center;
	justify-content: center;
}

.a-c {
	align-items: center;
}

.j-c {
	justify-content: center;
}

.s-b {
	justify-content: space-between;
}

.column {
	flex-direction: column;
}

.row {
	flex-direction: row;
}

.flex1 {
	flex: 1;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 44px;
	padding: 0 16px;
	background: #FEC31D;
}

.header .header-logo {
	display: flex;
	align-items: center;
}

.header .header-logo .logo {
	width: 28px;
	height: 28px;
}

.header .header-logo .right img {
	width: 56px;
	height: 20px;
	display: block;
}

.header .header-logo .right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1;
	margin-left: 4px;
}

.header .header-logo .right .name {
	font-size: 12px;
	display: block;
	transform: scale(0.8) translateX(-8%);
}

.header .header-logo .title {
	font-size: 12px;
	font-weight: 400;
}

.header .submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 28px;
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 12px;
}

page,
body {
	background: #3E3D3B;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.bgimg-bg {
	width: 100%;
	height: 490px;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.box {
	position: relative;
	padding: 0 20px;
	overflow: hidden;
}

.search-box {
	position: relative;
	display: flex;
	align-items: center;
	padding: 14px 0;
	justify-content: space-between;
}

.search-box .cate {
	font-size: 12px;
	color: #FEC31D;
	font-family: 'Bold';
	white-space: nowrap;
}

.search-box .search {
	display: flex;
	align-items: center;
	flex:1;
	margin-left:14px;
	height: 36px;
	border-radius: 36px;
	background: #fff;
	padding-left: 12px;
	line-height: 1;
}

.search-box .search img {
	width: 14px;
	height: 14px;
}

.search-box .search .input {
	font-size: 10px;
	white-space: nowrap;
	/*width: 180px;*/
	margin-left: 8px;
	border: none;
	padding: 0;
	outline: none;
	color: #999;
	flex: 1;
}

.search-box .search .submit {
	width: 56px;
	height: 36px;
	border-radius: 36px;
	background: #FEC31D;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-family: 'Bold';
}

.cate-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 6px;
	gap:5px;
}

.cate-list .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	/*margin: 0 5px;*/
	margin-bottom: 12px;
	width: 16%;
	max-width: 84px;
}

.cate-list .item img {
	width: 100%;
}

.cate-list .item .name {
	font-size: 12px;
	margin-top: 8px;
	color: #fff;
	white-space: nowrap;
}
.cate-list .item2 {
	width: 24.5%;
	max-width: 130px;
}
.cate-list .item2 img {
	width: 100%;
}

.index-ad {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.index-ad .swiper {
	width: 217px;
	height: 52px;
	margin-right: 15px;
	margin-left: 0;
	border-radius: 10px;
	overflow: hidden;
}

.index-ad .swiper swiper {
	width: 100%;
	height: 100%;
}

.index-ad .swiper swiper swiper-item {
	width: 100%;
	height: 100%;
}

.index-ad .swiper .swiper-slide img,
.index-ad .swiper .swiper-slide image {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.index-ad .card {
	display: flex;
	align-items: center;
	width: 114px;
	height: 52px;
	justify-content: center;
	padding: 12px 0;
	border-radius: 10px;
	border: 1px solid rgba(254, 195, 29, 0.5);
}

.index-ad .card .item {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-ad .card .item:last-child {
	border-left: 1px dashed #FEC31D;
}

.index-ad .card .item img {
	width: 20px;
	height: 20px;
}

.data-list {
	margin-top: 20px;
}

.data-list .item1 {
	display: flex;
	align-items: center;
}

.data-list .item1 .tags {
	border: 1px solid #FEC31D;
	border-radius: 28px;
	padding: 5px 13px;
	font-size: 12px;
	color: #FEC31D;
	margin-right: 8px;
}
.data-list .item1 .tags div {
    color: #FEC31D;
}
.data-list .item2 {
	margin-top: 17px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: -8px;
	padding-bottom: 15px;
}

.data-list .item2 .data-item {
	background: rgba(55, 55, 55, 0.8);
	border-radius: 8px;
	border: 1px solid #FEC31D;

	height: 84px;
	padding: 12px 8px;
	line-height: 1;
	flex:1;
	margin: 0 5px;
}

.data-list .item2 .data-item .name {
	color: #fff;
	font-family: 'Bold';
	font-size: 14px;
}

.data-list .item2 .data-item .num {
	font-family: 'Bold';
	color: #FEC31D;
	margin-top: 4px;
	font-size: 24px;
}

.data-list .item2 .data-item .num span {
	font-family: 'Regular';
	color: #FEC31D;
	font-size: 12px;
}

.data-list .item2 .data-item .remark {
	font-size: 10px;
	color: #fff;
	margin-top: 10px;
}

.content-list {
	margin-top: 9px;
	padding: 0 12px;
	flex: 1;
}

.content-list .content-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 4px;
}

.content-list .content-title .more {
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 1;
	font-size: 12px;
}
.content-list .content-title .more a{
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 1;
	font-size: 12px;
}

.content-list .content-title .more img {
	width: 12px;
	margin-right: 4px;
	height: 12px;
	margin-top: -2px;
}

.content-list .content-title .title {
	display: flex;
	align-items: center;
	font-family: 'Bold';
	color: #fff;
	font-size: 20px;
}

.content-list .content-title .title span {
	color: #FEC31D;
	font-family: 'Bold';
}

.content-list .list {
	background: #fff;
	border-radius: 10px;
	padding: 12px;
	margin-top: 16px;
}

.content-list .list .item {
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: space-between;*/
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
}

.content-list .list .item:last-child {
	/*margin-bottom: 0;*/
}

.content-list .list .item .cover {
	width: 100%;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
}

.content-list .list .item .cover image,
.content-list .list .item .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-list .list .item .item-body {
	flex: 1;
	padding-left: 6px;
}

.content-list .list .item .page-views {
   	justify-content: flex-end;
   	margin-top:5px;
}

.content-list .list .item .page-views img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.content-list .list .item .item-body .title {
	font-size: 14px;
	overflow: hidden;
	/* 隐藏超出部分 */
	/*text-overflow: ellipsis;*/
	/* 超出部分用...代替 */
	/*display: -webkit-box;*/
	/* 定义为盒子模型显示 */
	/*-webkit-line-clamp: 2;*/
	/* 限制显示为两行 */
	/*-webkit-box-orient: vertical;*/
	/* 垂直排列子元素 */
	line-height: 18px;
	max-height: 36px;
	margin-bottom: 10px;
}
.content-list .list .item .item-body .remark {
    font-size: 12px;
    color: #727272;
    overflow: hidden;
    margin-bottom: 10px;
	/* 隐藏超出部分 */
	text-overflow: ellipsis;
	/* 超出部分用...代替 */
	display: -webkit-box;
	/* 定义为盒子模型显示 */
	-webkit-line-clamp: 2;
	/* 限制显示为两行 */
	-webkit-box-orient: vertical;
	line-height: 18px;
	max-height: 36px;
}
.content-list .list .item .item-body .time {
	font-size: 10px;
	color: #727272;
	margin-top: 6px;
	line-height: 1;
	display: flex;
	align-items: center;
	   justify-content: space-between;
	/*justify-content: space-between;*/
	/*overflow:hidden;*/
 /*   text-overflow:ellipsis;*/
 /*   display:-webkit-box;*/
 /*   -webkit-box-orient:vertical;*/
 /*   -webkit-line-clamp:3;*/
    line-height: 1.4;
    
	
}
.content-list .list .item .item-body .time span {
    color: #727272;
    display: flex;
    align-items: center;
    line-height: 1;
    
}
.content-list .list .item .item-body .time .iconfont {
    color: #727272;
}
.content-list .list .item .more {
	color: #FEC31D;
	font-size: 12px;
}

.sticky {
	top: 0;
	z-index: 99;
	position: sticky;
}


.footer {
	background: #000000;
	margin-top: 16px;
}

.footer .content {
	padding: 16px;
	font-size: 10px;
	color: #B6B6B6;
	line-height: 16px;
}

.footer .content span {
	color: #FEC31D;
}

.footer .copyright {
	line-height: 36px;
	text-align: center;
	color: #B6B6B6;
	font-size: 10px;
	border-top: 1px solid #212121;
}

.daoh {
	position: fixed;
	bottom: 0;
	height: 88px;
	padding: 0 25px;
	padding-top: 11px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	bottom: 0;
	box-sizing: border-box;
	left: 0;
	width: 100%;
	z-index: 60;
}

.daoh .daoh-item {
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 10px;
	height: 50px;
	position: relative;
	color: #666;
	flex-direction: column;
}

.daoh-item image {
	width: 23px;
	height: 23px;
	margin-bottom: 5px;
}

.daoh text {
	font-size: 10px;
}

.submit-card {
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	background: #fff;
	border-radius: 10px;
	padding: 20px 12px;
	padding-bottom: 24px;
}

.submit-card .title {
	font-size: 20px;
	display: flex;
	align-items: flex-end;
	line-height: 1;
	margin-bottom: 25px;
}

.submit-card .title img {
	width: 33px;
	margin-left: 4px;
	height: 18px;
}

.submit-card .form {}

.submit-card .form .item {
	display: flex;
	margin-bottom: 12px;
	align-items: center;
	justify-content: space-between;
}

.submit-card .form .item .label {
	color: #1F324E;
	font-size: 14px;
}

.submit-card .form .item .input {
	width: 250px;
	height: 32px;
	border-radius: 5px;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	font-size: 10px;
	padding: 0 12px;
}

.submit-card .form .item .input input {
	height: 100%;
	font-size: 12px;
	border: none;
	flex:1;
	width:100%;
	outline: none;
	background: none;
}

.submit-card .form .item .input .picker {
	height: 100%;
	flex: 1;
	border: none;
	outline: none;
	background: none;
}

.submit-card .form .item .input .picker img {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 12px;
}

.submit-card .form .item .input .picker-value {
	width: 100%;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
}

.submit-card .form .item .input .active {
	color: #333 !important;
}

.submit-card .form .item .input .placeholder {
	color: #A8AFBB;
}

.submit-card .form .img-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 12px;
}

.submit-card .form .img-list .cover {
	margin-right: 13px;
	width: 70px;
	height: 70px;
	margin-bottom: 13px;
}

.submit-card .form .img-list .cover .img {
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.submit-card .form .img-list .cover .close {
	position: absolute;
	right: -8px;
	top: -8px;
	width: 16px;
	height: 16px;
}

.submit-card .form .submit {
	color: #FEC31D;
	background: #000000;
	border-radius: 10px;
	font-size: 14px;
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.submit-card .form .read {
	display: flex;
	font-size: 12px;
	color: #A8AFBB;
	justify-content: center;
	align-items: center;
	margin-top: 12px;
}

.submit-card .form .read span {
	color: #4D81CE;
	font-size: 12px;
	margin-left: 3px;
}

.submit-card .form .read .action {
	width: 12px;
	height: 12px;
	margin-right: 4px;
}

.submit-card .form .read .action img {
	width: 12px;
	height: 12px;
	border-radius: 50%
}

.submit-card .ad-list {
	line-height: 1;
}

.submit-card .ad-list img {
	width: 100%;
	object-fit: contain;
	margin-bottom: 8px;
}

.broker {
	min-height: calc(100vh - 200px);
}

.broker-detail {
	min-height: calc(100vh - 119px);
}

.broker-btn {
	width: 343px;
	margin: 20px auto;
	font-size: 12px;
}

.broker-btn .match {
	width: 160px;
	height: 36px;
	background: #FEC31D;
	border-radius: 18px;
}

.broker-btn .see {
	width: 160px;
	height: 36px;
	border-radius: 18px;
	color: #B58500;
	border: 1px solid #B58500;
}

.broker-title {
	margin-bottom: 16px;
	font-size: 20px;
	font-family: 'Bold';
	padding-left: 16px;
	box-sizing: border-box;
	padding-top: 20px;
}

.broker .list-item {
	width: 93%;
	height: 103px;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 0 auto;
	padding: 18px 12px;
	box-sizing: border-box;
}

.broker .list-item .user-img img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 8px;
}

.broker .list-item .user-name {
	font-size: 14px;
	font-family: 'Bold';
}

.broker .list-item .user-box {
	width: 66px;
	height: 14px;
	background: linear-gradient(180deg, #FFC850 0%, #E29816 99%);
	border-radius: 9px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 4px;
}

.broker .list-item .certification {
	color: #A8AFBB;
	font-size: 10px;
}

.broker .list-item .certification img {
	width: 12px;
	height: 12px;
	margin-right: 2px;
}

.broker .list-item .contact2 {
	width: 64px;
	height: 26px;
	background: #FEC31D;
	border-radius: 7px;
	line-height: 1;
	font-size: 10px;
	margin-left: 10px;
}

.broker .list-item .tips {
	font-size: 12px;
	color: #9E9E9E;
	margin-top: 8px;
	line-height: 16px;
	white-space: pre-line;
}


.broker .scroll-view_H {
	white-space: nowrap;
	width: 95%;
	margin-left: 16px;
	margin-right: 16px;
	overflow-x: scroll;
	margin-top: 15px;
}

.broker .scroll-view_H:last-child {
	margin-bottom: 15px;
}

.broker .scroll-view-item_H {
	display: inline-block;
	height: 103px;
	background: #FFFFFF;
	border-radius: 5px;
}

.broker .scroll-view-item_H:first-child {
	margin-right: 12px;
}

.broker .bg-img {
	position: fixed;
	bottom: 275px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.broker .bg-img .close {
	width: 12px;
	height: 12px;
	bottom: 60px;
	right: 20px;
	position: absolute;
	z-index: 99;
}

.broker .bg-img .img {
	width: 300px;
	object-fit: contain;
	margin: 0 auto;
}

.hide {
	display: none !important;
}

.broker .show {
	display: block;
}

.devicebody {
	min-height: 91vh;
}

.device-bg {
	width: 100%;
	height: 150px;
	background: #FEC31D;
}

.navigation {
	color: #AA8213;
	font-size: 10px;
	padding-top: 32px;
	padding-left: 16px;
	box-sizing: border-box;
}

.device-search {
	width: 91%;
	height: 36px;
	background: #F6F7FD;
	border-radius: 18px;
	margin: 0 auto;
	margin-top: 12px;
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 4px;
	box-sizing: border-box;
}

.device-search img {
	width: 14px;
	height: 14px;
}

.device-search input {
	font-size: 12px;
	height: 36px;
	margin-left: 8px;
	flex: 1;
	background: none;
	border: none;
	outline: none;
}

.devicebody .device-search .submit {
	width: 56px;
	height: 28px;
	border-radius: 36px;
	background: #FEC31D;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-family: 'Bold';
}

.device-box {
	width: 100%;
	height: 34px;
	background: #eee;
	border-radius: 10px 10px 0 0;
	margin-top: -30px;
}

.search-content {
	width: 91%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
}

.devicebody .search-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	border-radius: 28px;
	color: #000;
	font-size: 12px;
	background: #fff;
	padding: 0 10px;
	white-space: nowrap;
	padding-right: 20px;
}

.devicebody .more {
	width: 50px;
	padding: 0;
}

.devicebody .search-content .active {
	background: #FEC31D;
}

.devicebody .search-item img {
	width: 8px;
	height: 8px;
	position: absolute;
	right: 6px;
}

.devicebody .policy-content .active {
	background: #FEC31D;
}

.arrow img {
	width: 10px;
	height: 10px;
	margin-left: 5px;
}

.device-item {
	width: 91%;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 12px;
	padding: 20px 12px;
	box-sizing: border-box;
	z-index: 1;
	padding-bottom: 10px;
}

.device-item .info img {
	width: 140px;
	height: 106px;
	border-radius: 5px;
	margin-right: 8px;
}

.device-item .info .name {
	font-size: 14px;
	font-family: 'Bold';
}

.devicebody .device-item .tag {
	gap: 12px;
	margin-top: 8px;
	flex-wrap:wrap;
}

.devicebody .tag-item {
	height: 18px;
	background: #F1F1F1;
	border-radius: 3px;
	padding: 4px;
	box-sizing: border-box;
	font-size: 10px;
	color: #A8AFBB;
	white-space: nowrap;
	line-height: 1;
}

.devicebody .money {
	color: #FF4141;
	font-size: 18px;
	font-family: 'Bold';
}

.devicebody .browse {
	font-size: 12px;
	color: #A8AFBB;
}



.devicebody .introduction {
	margin-top: 16px;
}

.devicebody .introduction-title {
	font-size: 14px;
	font-family: 'Bold';
}

.devicebody .introduction-tips {
	font-size: 12px;
	color: #A8AFBB;
	margin-top: 8px;
}

.devicebody .line {
	width: 91%;
	height: 0;
	border: 1px solid #F1F1F1;
	margin-top: 15px;
	margin-bottom: 8px;
}

.devicebody .company img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.devicebody .company .name {
	font-size: 12px;
	font-family: 'Bold';
}

.devicebody .company .time {
	font-size: 10px;
	color: #A8AFBB;
}

.devicebody .company .time span {
	color: #000000;
}

.devicebody .company .btn {
	width: 100px;
	height: 36px;
	background: #FEC31D;
	border-radius: 22px;
	font-size: 12px;
	font-family: 'Bold';
}

.devicebody .search-bottom-box {
	overflow: hidden;
	transition: all 0.5s ease;
	background: #F1F1F1;
	z-index: 99;
	position: absolute;
	width: 100%;
	display: none;
}

.devicebody .policy-content {
	width: 91%;
	margin: 0 auto;
	padding-bottom: 40px;
	box-sizing: border-box;
	transition: all 0.3s;
}

.devicebody .policy-title {
	font-size: 14px;
	font-family: 'Bold';
	margin-bottom: 12px;
	margin-top: 20px;
}

.devicebody .policy-item {
	font-size: 12px;
	width: 80px;
	height: 28px;
	background: #FFFFFF;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.devicebody .select-item {
	background: #FEC31D;
}

.devicebody .policy-btn {
	margin-top: 28px;
}

.devicebody .reset {
	width: 160px;
	height: 44px;
	background: #F1F1F1;
	border-radius: 22px;
	border: 1px solid #B58500;
	font-size: 14px;
	color: #B58500;
	font-family: 'Bold';
}

.devicebody .submit {
	width: 160px;
	height: 44px;
	background: #FEC31D;
	font-family: 'Bold';
	font-size: 14px;
	border-radius: 22px;
}

.devicebody .visible {
	display: flex;
}

.devicebody .hidden {
	display: none;
}

.my {}

.my .myheader {
	width: 100%;
	padding: 40px 0;
	background: #FEC31D;
}

.my .btn {
	display: flex;
	justify-content: flex-end;
}

.my .btn img {
	width: 16px;
	height: 16px;
}

.my .btn img:first-child {
	margin-right: 24px;
}

.my .user {
	margin: 0 auto;
	margin-top: 10px;
}

.my .user .user-info img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 8px;
}

.my .user .user-info .user-name {
	font-size: 18px;
	color: #000000;
	font-family: 'Bold';
}

.my .user .user-info .user-name img {
	width: 14px;
	height: 14px;
	margin-left: 4px;
}

.my .user .user-info .user-vip {
	/*width: 92px;*/
	padding:0 8px;
	height: 14px;
	background: #000000;
	border-radius: 10px;
	font-size: 10px;
	color: #CACACA;
	text-align: center;
}

.my .user .edit {
	width: 88px;
	height: 28px;
	background: #FFD358;
	border-radius: 14px;
	font-size: 12px;
}

.my .user .edit img {
	width: 12px;
	height: 12px;
	margin-right: 4px;
}

.my .group {
	margin: 0 auto;
	margin-top: 20px;
	font-size: 12px;
}

.my .group img {
	width: 20px;
	height: 20px;
	margin-bottom: 8px;
}

.my .data-num {
	margin: 0 auto;
	margin-top: -25px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 20px;
	box-sizing: border-box;
}

.my .data-num .num-title {
	font-size: 12px;
}

.my .data-num .num {
	font-family: 'Bold';
	font-size: 36px;
	color: #000000;
}

.my .num-item {
	font-size: 12px;
	color: #A8AFBB;
	margin-top: 15px;
	position: relative;
}

.my .line::after {
	content: '';
	position: absolute;
	right: -40px;
	top: 15px;
	width: 16px;
	height: 0px;
	border: 1px solid #F1F1F1;
	transform: rotate(90deg);
}

.my .num-item span {
	font-size: 20px;
	color: #000000;
}

.my .release {
	margin: 0 auto;
	height: 52px;
	background: #FEC31D;
	border-radius: 10px;
	margin-top: 17px;
	font-family: 'Bold';
}

.my .manage {
	margin: 0 auto;
	margin-top: 20px;
	height: 220px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 12px;
	box-sizing: border-box;
}

.my .manage-title {
	font-size: 20px;
	color: #000000;
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.my .all {
	font-size: 12px;
	color: #A8AFBB;
}

.my .manage-item {
	margin-top: 12px;
}

.my .manage-item img {
	width: 80px;
	height: 58px;
	border-radius: 5px;
	margin-right: 8px;
}

.my .manage-item .item-title {
	font-size: 14px;
	color: #000000;
	font-family: 'Bold';
}

.my .manage-item .tag {
	margin-top: 4px;
	gap: 5px;
}

.my .manage-item .tag .tag-item {
	height: 18px;
	background: #F1F1F1;
	border-radius: 3px;
	padding: 4px;
	box-sizing: border-box;
	font-size: 10px;
	color: #A8AFBB;
}

.my .upgrade-vip {
	height: 91px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 26px;
}

.my .upgrade-vip img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.box-card {
	width: 92vw;
}

.broker-detail .bg {
	padding-bottom: 50px;
	background: linear-gradient(180deg, #FEC31D 4%, #FFE292 100%);
}

.broker-detail .broker-header {
	height: 45px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-size: 18px;
	color: #000000;
}

.broker-detail .broker-header img {
	width: 18px;
	height: 18px;
}

.broker-detail .broker-header span {
	flex: 0.9;
	text-align: center;
}

.broker-detail .user-info {
	margin-top: 30px;
}

.broker-detail .user-logo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 8px;
}

.broker-detail .user-logo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.broker-detail .user-info .user-name {
	font-size: 16px;
	font-family: 'Bold';
}

.broker-detail .user-info .user-num {
	width: 84px;
	height: 16px;
	background: #FEC31D;
	border-radius: 8px;
	border: 1px solid #000000;
	font-size: 8px;
	color: #000;
	margin-left: 12px;
}

.broker-detail .user-info .certification {
	font-size: 12px;
	color: #000;
}

.broker-detail .user-info .certification img {
	width: 12px;
	height: 12px;
	margin-right: 4px;
}

.broker-detail .mark {
	margin: 0 auto;
	margin-top: 16px;
	font-size: 12px;
	font-family: 'Bold';
}

.broker-detail .core-num {
	width: 120px;
	height: 18px;
	background: #FFE9AD;
	border-radius: 3px;
	margin-left: 16px;
	margin-top: 8px;
	box-sizing: border-box;
	font-size: 10px;
	color: #000;
}

.broker-detail .tips {
	margin: 0 auto;
	margin-top: 12px;
	font-size: 12px;
}

.broker-detail .detail-box {
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: -40px;
	margin-bottom: 8px;
	padding: 20px 12px 15px 12px;
	box-sizing: border-box;
}

.broker-detail .detail-box .detail-title {
	font-size: 20px;
}

.broker-detail .detail-box .detail-item {
	margin-top: 12px;
}

.broker-detail .detail-box .detail-item .item-info img {
	width: 80px;
	height: 60px;
	border-radius: 5px;
	margin-right: 8px;
}

.broker-detail .detail-box .detail-item .item-info .name {
	font-size: 14px;
}

.broker-detail .detail-box .detail-item .item-info .money {
	font-size: 14px;
	color: #FF4141;
	font-family: 'Bold';
}

.broker-detail .detail-box .detail-item .see {
	font-weight: 400;
	font-size: 12px;
	color: #FEC31D;
}

.broker-detail .detail-bottom {
	height: 120px;
	background: #FFFFFF;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.broker-detail .detail-bottom .bottom-tips {
	height: 26px;
	background: #FFEBB1;
	font-size: 10px;
	color: #000;
}

.broker-detail .detail-bottom .btn {
	margin: 0 auto;
	margin-top: 12px;
}

.broker-detail .detail-bottom .btn .see {
	width: 160px;
	height: 45px;
	background: #FFFFFF;
	border-radius: 22px;
	border: 1px solid #B58500;
	font-size: 14px;
	color: #B58500;
	font-family: 'Bold';

}

.broker-detail .detail-bottom .btn .service {
	width: 160px;
	height: 45px;
	background: #FEC31D;
	border-radius: 22px;
	color: #000;
	font-family: 'Bold';

}

.profilebody {
	min-height: 100vh;
}

.profile {
	height: 170px;
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 12px;
	box-sizing: border-box;
}

.profile-item {
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #F1F1F1;
}

.profile-item:last-child {
	border: none;
}

.profile-item .label {
	font-size: 14px;
	color: #1F324E;
}

.profile-item .img {
	width: 32px;
	height: 32px;
}

.profile .value {
	font-size: 14px;
	color: #1F324E;
}

.profile .value input {
	text-align: right;
}

.profile-item .right {
	width: 18px;
	height: 18px;
}

.public-header {
	display: flex;
	align-items: center;
	padding-left: 18px;
	box-sizing: border-box;
	font-size: 24px;
	font-family: 'Bold';
	padding: 10px 40px;
	color: #000000;
	background: #FEC31D;
	justify-content: center;
}

.orderbody .device {
	/*height: 110px;*/
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px 12px;
	box-sizing: border-box;
}

.orderbody .device .device-title {
	font-size: 16px;
	color: #000000;
	font-family: 'Bold';
}

.orderbody .device .device-info {
	width: 100%;
	height: 40px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 12px;
	font-size: 14px;
	color: #000000;
	padding: 0 16px;
	box-sizing: border-box;
}
.orderbody .device .active {
    background: #FEC31D;
}
.orderbody .device .active div {
	font-family: 'Bold';
}

.orderbody .invoice {
	margin: 0 auto;
	margin-top: 16px;
	padding: 20px 12px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 10px;
}

.orderbody .top {
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 16px;
	box-sizing: border-box;
}

.orderbody .invoice-title {
	font-family: 'Bold';
	font-size: 16px;
	color: #000000;
}

.orderbody .invoice-item {
	margin-top: 24px;
}


.orderbody .invoice-item .label {
	font-weight: 400;
	font-size: 14px;
	color: #1F324E;
}

.orderbody .invoice-item .value .radio {
	font-size: 14px;
	color: #1F324E;
	margin-right: 5px;
}

.orderbody .invoice-item .value .radio:last-child {
	margin-left: 20px;
}

.orderbody .invoice-item .input-value {
	width: 250px;
	height: 40px;
	background: #F7F7F7;
	border-radius: 5px;
	padding-left: 12px;
	box-sizing: border-box;
}

.orderbody .invoice-item .input-value input {
	height: 100%;
	width: 100%;
	background: none;
}

::v-deep .orderbody .input-placeholder {
	font-size: 10px;
	color: #A8AFBB;
}

.orderbody .pay .pay-img {
	width: 36px;
	height: 36px;
	border-radius: 5px;
	margin-right: 10px;
}

.orderbody .pay .pay-info {
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.orderbody .pay .name {
	font-size: 14px;
	color: #000000;
}

.orderbody .pay .tips {
	font-size: 12px;
	color: #A8AFBB;
}

.orderbody .pay:last-child {
	margin-top: 20px;
}

.orderbody .encipher {
	margin-top: 28px;
	font-size: 12px;
	color: #A8AFBB;
}

.orderbody .encipher .encipher-item {
	margin-right: 16px;
}

.orderbody .encipher img {
	width: 12px;
	height: 12px;
	margin-right: 3px;
}

.orderbody .encipher span {
	padding-top: 2px;
	box-sizing: border-box;
}

.orderbody .encipher {
	color: #A8AFBB !important;
}

.orderbody .encipher .phone {
	margin-top: 16px;
	color: #A8AFBB;
}

.orderbody .encipher span {
	color: #A8AFBB;
}

.orderbody .order-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	padding-top: 16px;
	box-sizing: border-box;
}

.orderbody .order-bottom .bottom-btn {
	width: 240px;
	height: 45px;
	background: #FEC31D;
	border-radius: 25px;
	font-size: 14px;
	color: #000000;
	font-family: 'Bold';
	margin: 0 auto;
}

.orderbody .order-bottom .agreement {
	font-size: 12px;
	color: #A8AFBB;
	margin-top: 12px;
}

.orderbody .order-bottom .agreement a {
	color: #4D81CE;
}

/* 隐藏原生单选框 */
.custom-radio input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* 自定义单选框容器 */
.custom-radio {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	font-size: 1rem;
	color: #555;
	transition: color 0.2s ease;
}

/* 自定义单选框外观 - 方形样式 */
.checkmark {
	height: 18px;
	width: 18px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
	/* 方形边框 */
	transition: all 0.2s ease;
	transform: translateY(-2px);
	margin-right: 5px;
}

/* 悬停效果 */
.custom-radio:hover input~.checkmark {
	border-color: #888;
	background-color: #f0f0f0;
}

/* 选中状态的背景和边框 */
.custom-radio input:checked~.checkmark {
	background-color: #DFAD4A;
	border-color: #DFAD4A;
}

/* 对钩样式 */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 6px;
	top: 3px;
	width: 3px;
	height: 6px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	animation: fadeIn 0.2s ease;
}

/* 显示对钩 */
.custom-radio input:checked~.checkmark:after {
	display: block;
}

/* 禁用状态 */
.custom-radio input:disabled~.checkmark {
	background-color: #f0f0f0;
	border-color: #ddd;
	cursor: not-allowed;
}

.custom-radio input:disabled~span {
	color: #999;
	cursor: not-allowed;
}

/* 对钩出现的动画 */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: rotate(45deg) scale(0.5);
	}

	to {
		opacity: 1;
		transform: rotate(45deg) scale(1);
	}
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 年份选择器 */
/* 选择器容器 */
.year-picker-container {
	width: 100%;
	max-width: 350px;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

/* 触发器样式 */
.year-picker-trigger {
	width: 100%;
	padding: 16px;
	border: none;
	background: none;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #f0f0f0;
}

.year-picker-trigger:hover {
	background-color: #f9f9f9;
}

.selected-year {
	font-weight: 500;
}

.dropdown-icon {
	color: #666;
	transition: transform 0.3s ease;
}

.dropdown-icon.open {
	transform: rotate(180deg);
}

.year-picker-panel {
	position: absolute;
	background: #eee;
	width: 100%;
	z-index: 2;
	border-radius: 5px;
}

/* 年份选择器面板样式 */
.year-picker-panel {
	padding: 16px;
	display: none;
}

.year-picker-panel.show {
	display: block;
}

/* 导航栏 */
.year-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.nav-btn {
	background: none;
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #666;
	transition: background-color 0.2s ease;

}

.nav-btn span {
	display: block;
	font-weight: bold;
	font-size: 28px;
	transform: scaleX(0.5);
}

.nav-btn:hover {
	background-color: #f0f0f0;
}

.decade-label {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

/* 年份网格 */
.years-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
}

.year-item {
	width: 100%;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	transition: all 0.2s ease;
}

.year-item:hover {
	background-color: #fdf5e8;
	color: #FEC31D;
}

.year-item.current {
	font-weight: 600;
}

.year-item.selected {
	background-color: #FEC31D;
	color: white;
}

/* 当前年份按钮 */
.current-year-btn {
	width: 100%;
	padding: 8px 0;
	margin-top: 16px;
	background: none;
	border: none;
	color: #FEC31D;
	font-size: 14px;
	cursor: pointer;
	transition: color 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.current-year-btn:hover {
	color: #0e42cc;
}

.current-year-btn i {
	margin-right: 6px;
}

/* 年份选择器结束 */

/* 下拉菜单容器 */
.filter-container {
	position: relative;
	display: inline-block;
}

.filter-dropdown {
	position: absolute;
	margin-top: 0.5rem;
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 1000;
	display: flex;
	flex-wrap: wrap;
}

.filter-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* 左侧一级分类样式 */
.primary-categories {
	width: 40%;
	border-right: 1px solid #f1f1f1;
	max-height: 400px;
	overflow-y: auto;
}

.primary-item {
	padding: 1rem 1.2rem;
	color: #333;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	font-size: 16px;
	font-family: 'Bold';
}

.primary-item:hover {
	background-color: #f5f7fa;
	color: #FEC31D;
}

.primary-item.active {
	background-color: #FEC31D;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Bold';
}

.primary-item.active::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background-color: #FEC31D;
}

/* 右侧二级分类样式 */
.secondary-categories {
	width: 60%;
	padding: 1rem;
	max-height: 400px;
	overflow-y: auto;
}

.secondary-header {
	margin-bottom: 1rem;
    color: #555;
    font-size: 16px;
    font-family: 'Bold';
    background: #f1f1f1;
    padding: 5px 10px;
}

.secondary-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5rem;
}

.secondary-item {
	padding: 0.6rem 0.6rem;
	border-radius: 4px;
	color: #555;
	padding-right: 0;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 0.95rem;
}

.secondary-item:hover {
	background-color: #fffcf7;
	color: #FEC31D;
}

.secondary-item.selected {
	background-color: #fffcf7;
	color: #FEC31D;
	font-weight: 500;
}

/* 底部按钮区域 */
.dropdown-actions {
	display: flex;
	padding: 1rem;
	border-top: 1px solid #f1f1f1;
	gap: 0.8rem;
	width: 100%;
}

.action-btn {
	padding: 0.6rem 1.2rem;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

.reset-btn {
	background-color: #f5f7fa;
	color: #666;
	border: none;
	flex: 1;
}

.reset-btn:hover {
	background-color: #e9ecef;
}

.apply-btn {
	background-color: #FEC31D;
	color: white;
	border: none;
	flex: 1;
}

.apply-btn:hover {
	background-color: #2980b9;
}

/* 空状态显示 */
.empty-state {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #999;
	padding: 2rem;
	text-align: center;
}
.broker .scroll-view_H::-webkit-scrollbar {
	width: 0;
	display: none;
}
/* 滚动条美化 */
::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
	background: #bbb;
}

.year-item.future {
	color: #ccc;
	cursor: not-allowed;
}

/* 翻页控件样式 */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	padding: 0.5rem;
	margin-top: 30px;
}

.pagination-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 6px;
	border: none;
	background-color: #ffffff;
	color: #334155;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.pagination .first,
.pagination .last {
	white-space: nowrap;
	width: auto;
	padding: 0 10px;
}

.pagination-btn:hover:not(.disabled):not(.active) {
	background-color: #FEC31D;
	color: #000;
	transform: translateY(-1px);
}

.pagination-btn.active {
	background-color: #FEC31D;
	color: #000;
	font-weight: 500;
}

.pagination-btn.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background-color: #f8fafc;
}

.pagination-btn.ellipsis {
	cursor: default;
	background: transparent;
	box-shadow: none;
}

.pagination-btn.ellipsis:hover {
	background: transparent;
	transform: none;
}

/* 响应式调整 */
@media (max-width: 768px) {
	.container {
		padding: 1.5rem 1rem;
	}

	h1 {
		font-size: 1.5rem;
	}

	/* 在小屏幕上只显示当前页、首页、末页和相邻的1-2页 */
	.pagination-btn:not(.active):not(.first):not(.last):not(.prev):not(.next):not(.visible) {
		display: none;
	}

	/* 确保省略号只在需要时显示 */
	.pagination-btn.ellipsis:first-of-type {
		display: none;
	}
}

@media (max-width: 480px) {
	.pagination {
		gap: 0.25rem;
	}

	.pagination-btn {
		width: 2.25rem;
		height: 2.25rem;
		font-size: 0.9rem;
	}

	/* 在极小屏幕上隐藏文字，只显示图标 */
	.pagination-btn.first span,
	.pagination-btn.last span {
		display: none;
	}

}

.pagination-btn span {
	display: block;
	font-weight: bold;
	font-size: 28px;
	transform: scaleX(0.5);
}


.footprint {
	height: 120px;
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 16px;
	padding: 16px 12px;
	box-sizing: border-box;
}

.footprint .time {
	margin-top: 8px;
	font-size: 12px;
	color: #A8AFBB;
}

.footprint .device img {
	width: 80px;
	height: 60px;
	border-radius: 5px;
	margin-right: 8px;
}

.footprint .device .name {
	font-family: 'Bold';
	font-size: 14px;
	color: #000000;
}

.footprint .tag {
	gap: 10px;
	margin-top: 4px;
}

.footprint .tag .tag-item {
	height: 18px;
	background: #F1F1F1;
	border-radius: 3px;
	font-size: 10px;
	color: #A8AFBB;
	text-align: center;
	line-height: 18px;
	padding: 0 4px;
	box-sizing: border-box;
}

.device-box-body {
	width: 100%;
	/*height: 100px;*/
	background: #FFFFFF;
	padding: 0 18px;
	padding-top: 24px;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.device-box-body .name {
	font-size: 20px;
	color: #000000;
	font-family: 'Bold';
}

.device-box-body .tag {
	margin-top: 12px;
	gap: 8px;
}

.device-box-body .tag .tag-item {
	height: 22px;
	background: #F1F1F1;
	border-radius: 5px;
	text-align: center;
	line-height: 22px;
	font-size: 10px;
	color: #000000;
	padding: 0 6px;
	box-sizing: border-box;
}

.detail-content {
	padding: 0 20px;
}

.detail-content img {
	width: 100%;
	object-fit: contain;
	margin: 0 auto;
	margin-top: 12px;
}

.contact {
	width: 91vw;
	height: 72px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	position: fixed;
	bottom: 100px;
	left: 50%;
	transform: translate(-50%);
	z-index: 1;
	padding: 0 16px;
	box-sizing: border-box;
}

.contact .user-img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 12px;
}

.contact .user-name {
	font-size: 16px;
	color: #000000;
	font-family: 'Bold';
}

.contact .user-phone {
	font-size: 12px;
	color: #A8AFBB;
}

.contact .user-phone img {
	width: 12px;
	height: 12px;
	margin-right: 4px;
}

.contact-btn {
	width: 172px;
	height: 28px;
	background: #FEC31D;
	border-radius: 5px;
	font-size: 12px;
	color: #000000;
	font-family: 'Bold';
}

.seller-box {
	height: 91vw;
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px 24px;
	box-sizing: border-box;
}

.seller-title {
	font-size: 20px;
	color: #000000;
}

.seller-item {
	margin-top: 16px;
}

.seller-item .label {
	font-size: 14px;
	color: #1F324E;
}

.seller-item .value {
	width: 250px;
	height: 32px;
	background: #F7F7F7;
	border-radius: 10px;
	padding-left: 12px;
	box-sizing: border-box;
}

.seller-item .value input {
	background: none;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}

.seller-item img {
	width: 40px;
	height: 40px;
}

.seller-item .upload {
	position: relative;
}

.seller-item .upload .close {
	width: 16px;
	height: 16px;
	position: absolute;
	top: -5px;
	right: -5px;
}

::v-deep .input-placeholder {
	font-size: 10px;
	color: #A8AFBB;
}

.seller-box .btn {
	width: 91%;
	height: 52px;
	background: #000000;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 14px;
	color: #FEC31D;
	font-family: 'Bold';
}

.reject {
	height: 91vw;
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 10px;
	padding: 20px 12px;
	box-sizing: border-box;
}

.reject-title {
	font-size: 20px;
	color: #000000;
}

.reject-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 50px;
}

.rejected {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	margin-top: 20px;
}

.reason {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	margin-top: 12px;
}

.reject .btn {
	width: 76px;
	height: 36px;
	background: #FEC31D;
	border-radius: 7px;
	font-size: 14px;
	color: #000000;
	margin: 0 auto;
	margin-top: 16px;
}

.device-detail {
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 170px;
	padding: 20px 16px;
	box-sizing: border-box;
	position: relative;
}

.login-btn {
	width: 150px;
	height: 50px;
	background: #FEC31D;
	border-radius: 5px;
	font-size: 14px;
	color: #000000;
	font-family: 'Bold';
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -75px;
	z-index: 1;
}

.device-detail .detail-title {
	font-size: 12px;
	color: #000000;
}

.detail-user-info {
	margin-top: 15px;
}

.detail-user-info img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	filter: blur(5px);
}

.detail-user-info .name,
.phone {
	margin-left: 12px;
	filter: blur(5px);
}

.detail-user-info .qi {
	width: 14px;
	height: 14px;
	margin-left: 4px;
}

.detail-user-info .phone {
	font-size: 12px;
	color: #000000;
	margin-top: 8px;
}

.detail-user-info .phone img {
	width: 12px;
	height: 12px;
	margin-right: 4px;
}

.detail-user-info .contact2 {
	width: 140px;
	height: 45px;
	background: #FEC31D;
	border-radius: 7px;
	font-size: 14px;
	color: #000000;
}

.device-detail .line {
	width: 100%;
	margin-top: 40px;
	border: 1px solid #F1F1F1;
}

.device-detail .device {
	margin-top: 16px;
}

.device-detail .device img {
	width: 60px;
	height: 44px;
	border-radius: 5px;
	margin-right: 8px;
}

.device-detail .device .name {
	font-family: 'Bold';
	font-size: 14px;
	color: #000000;
}

.device-detail .tag {
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 4px;
}

.device-detail .tag .tag-item {
	height: 18px;
	background: #F1F1F1;
	border-radius: 3px;
	font-size: 10px;
	color: #A8AFBB;
	text-align: center;
	line-height: 18px;
	padding: 0 4px;
	box-sizing: border-box;
}


.login-header {
	background-color: #ffc833;
	padding: 100px 20px 50px;
	text-align: center;
}

.login-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.login-logo-icon {
	font-size: 40px;
	margin-right: 10px;
}

.login-logo-text {
	text-align: left;
	line-height: 1;
}

.login-logo-text img {
	width: 150px;
	margin: 0;
}

.login-logo-text p {
	font-size: 16px;
	margin: 0;
	padding-left: 6px;
}

.slogan {
	font-size: 14px;
}

.login-container {
	padding: 20px;
	flex: 1;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-top: -20px;
	background: #fff;
}

.login-container .tab {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.login-container .tab button {
	background: none;
	border: none;
	font-size: 16px;
	padding: 0 20px 10px;
	cursor: pointer;
}

.login-container .tab a {
	background: none;
	border: none;
	font-size: 16px;
	padding: 0 20px 10px;
	cursor: pointer;
}

.login-container .tab button.active span {
	color: #000;
	font-family: 'Bold';
	z-index: 2;
}

.login-container .tab button.active::after {
	content: '';
	display: block;
	background: #ffc833;
	width: 60px;
	height: 5px;
	left: 50%;
	position: absolute;
	bottom: 14px;
	margin-left: -30px;
}

.login-container .tab button:not(.active) {
	color: #ccc;
}

.login-container .form-group {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.login-container .form-group label {
	font-size: 14px;
	width: 80px;
	margin-right: 10px;
	white-space: nowrap;
}

.login-container .form-group input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 14px;
}

.login-container .get-code {
	background-color: #ffc833;
	border: none;
	padding: 8px 15px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	white-space: nowrap;
}

.login-button {
	width: 300px;
	background-color: #ffc833;
	border: none;
	padding: 15px 0;
	font-size: 18px;
	border-radius: 8px;
	cursor: pointer;
	font-family: 'Bold';
	margin: 20px auto;
	display: block;
	margin-top: 80px;
}

.login-container .safety-tip {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 40px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-container .safety-tip img {
	width: 14px;
	height: 14px;
}

.other-login {
	text-align: center;
}

.other-login p {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
	position: relative;
}

.other-login p::before,
.other-login p::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 100px;
	height: 1px;
	background-color: #eee;
}

.other-login p::before {
	left: 20px;
}

.other-login p::after {
	right: 20px;
}

.auth-login {
	width: 100%;
	display: block;
	border: 1px solid #333;
	background: none;
	padding: 12px 0;
	font-size: 16px;
	border-radius: 40px;
	cursor: pointer;
}

.loginbody {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.login-header .title {
	font-size: 25px;
	text-align: left;
}

.register-body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.register-body .login-container {
	padding-top: 40px;
}

.register-body .login-container .form-group {
	border-bottom: none;
	margin-bottom: 23px;
	height: 44px;
	padding-bottom: 0;
}

.register-body .login-container .form-group input {
	flex: 1;
	height: 100%;
	font-size: 12px;
	background: #F7F7F7;
	border-radius: 6px;
	padding-left: 10px;
}

.register-body .login-container .get-code {
	margin-left: 10px;
	height: 100%;
}

.login-container .safety-tip a {
	text-decoration: underline;
}

/* 遮罩层样式 */
.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* 半透明黑色遮罩 */
	z-index: 998;
}

/* 弹窗容器样式 */
.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 65%;
	max-width: 350px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	z-index: 999;
}

/* 弹窗标题样式 */
.popup-title {
	background-color: #ffc833;
	color: #000;
	padding: 15px;
	font-size: 23px;
	font-family: 'Bold';
	margin: 0;
}

/* 关闭按钮样式 */
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 28px;
	cursor: pointer;
	color: #000;
	z-index: 2;
}

/* 输入框样式 */
.invite-code-input {
	display: block;
	width: 90%;
	margin: 20px auto;
	padding: 0 16px;
	height: 44px;
	border-radius: 6px;
	outline: none;
	background: #F7F7F7;
	font-size: 12px;
}

/* 提交按钮样式 */
.submit-btn {
	display: block;
	width: 90%;
	margin: 0 auto 20px;
	padding: 12px;
	background-color: #ffc833;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	font-family: 'Bold';
}

.product-bg {
	width: 100%;
	height: 170px;
	background: #FEC31D;
	padding-top: 30px;
}


.product-bg .navigation {
	width: 91vw;
	font-size: 12px;
	padding: 6px 0;
	color: #FFEEBF;
	background: #E8B117;
	border-radius: 16px;
	margin: 0 auto;
	padding-left: 14px;
	box-sizing: border-box;
}
.product-bg .navigation a {
    color: #FFEEBF;
}
.product-bg .title {
	width: 91vw;
	margin: 0 auto;
	margin-top: 26px;
}

.product-bg .title div:first-child {
	font-size: 16px;
	color: #000000;
}

.product-bg .title div:last-child {
	font-size: 24px;
	margin-top: 0px;
	color: #000000;
	font-family: 'Bold';
}

.product {
	width: 100%;

	background: #FFFFFF;
	margin-top: -5px;
	padding: 20px 0 20px 16px;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
}

.product .scroll-view_H {
	white-space: nowrap;
	width: 100%;
}

.product .switch {
	display: flex;
	align-items: center;
	gap: 8px;
	scrollbar-width: none;
	/* 隐藏 Firefox 滚动条 */
	-ms-overflow-style: none;
	/* 隐藏 IE 和 Edge 滚动条 */
}

.product .switch::-webkit-scrollbar {
	display: none;
	/* 隐藏滚动条 */
}

.product .switch .switch-item {
	height: 30px;
	background: #F1F1F1;
	border-radius: 16px;
	padding: 0 14px;
	box-sizing: border-box;
	font-size: 12px;
	color: #000000;
	text-align: center;
	line-height: 30px;
}

.product .switch .select-bg {
	background: #FEC31D;
}

.product .overview {
	margin-top: 20px;
}
.product .overview a {
    display: flex;
}
.product .overview .flex {
    margin-bottom: 20px;
}
.product .overview .name {
	font-size: 16px;
	color: #000000;
	font-family: 'Bold';
	margin-bottom: 14px;
}

.product .overview .cover {
	width: 130px;
	height: 190px;
	border-radius: 5px;
	margin-right: 14px;
	object-fit: cover;
}

.product .overview .overview-content {
	font-size: 16px;
	color: #000000;
	font-family: 'Bold';
	margin-bottom: 8px;
	padding-right: 10px;
	overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.product .overview .introduction {
	padding-right: 20px;
	/*height: 75px;*/
	font-size: 14px;
	color: #A8AFBB;
	box-sizing: border-box;
	overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
}

.product .overview .classify {
	width: 220px;
	height: 100px;
	background: #F1F1F1;
	border-radius: 5px;
	margin-top: 8px;
	padding: 0 8px;
	padding-left: 7px;
	box-sizing: border-box;
}

.product .overview .classify-name {
	padding-top: 16px;
	box-sizing: border-box;
	width: 100px;
}

.product .overview .classify-name div {
	font-size: 14px;
	color: #A8AFBB;
	margin-bottom: 5px;
}

.product .overview .classify-name .select-text {
	color: #000000;
}

.product .overview .classify-cover {
	width: 110px;
	border-radius: 5px;
	margin-left: 20px;
}

.product .device {
	margin-top: 20px;
	margin-bottom: 14px;
}

.product .device .title {
	font-size: 16px;
	color: #000000;
	font-family: 'Bold';
}

.product .device .switch {
	font-size: 14px;
	padding-right: 16px;
	box-sizing: border-box;
	color: #000000;
}

.product .device .switch .selectColor {
	color: #FEC31D;
}


.product .scroll-view {
	white-space: nowrap;
	width: 100%;
	overflow-x: scroll;
	display: block;
}
.product .scroll-view::-webkit-scrollbar {
display: none; /* 隐藏滚动条 */
}
.product .device-list {
	display: flex;
	align-items: center;
	gap: 14px;
}

.product .device-list .list-item {
	background: #F1F1F1;
	border-radius: 5px;
	padding-bottom: 14px;
	box-sizing: border-box;
}

.product .device-list .list-item .list-cover {
	width: 140px;
	height: 110px;
	border-radius: 5px 5px 0 0;
}

.product .device-list .list-item .list-name {
	width: 120px;
	font-size: 14px;
	color: #000000;
	font-family: 'Bold';
	white-space: pre-wrap;
	margin: 0 auto;
}

.product .device-list .list-item .list-money {
	font-size: 14px;
	color: #FF4141;
	font-family: 'Bold';
	margin-top: 4px;
	padding-left: 8px;
	box-sizing: border-box;
}

.product .device-list .list-item .list-btn {
	width: 130px;
	height: 30px;
	background: #FEC31D;
	border-radius: 16px;
	font-size: 14px;
	color: #000000;
	margin: 0 auto;
	margin-top: 8px;
}

.product-bottom {
	width: 100vw;
	height: 100px;
	background: #FFFFFF;
	margin-top: 5px;
	padding-top: 16px;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
}

.product-bottom .service {
	width: 250px;
	height: 44px;
	background: #FEC31D;
	border-radius: 22px;
	font-size: 16px;
	color: #000000;
	font-family: 'Bold';
	margin: 0 auto;
}

.product-bottom .tip {
	font-size: 14px;
	text-align: center;
	color: #A8AFBB;
	margin-top: 8px;
}

.see_num {
    padding-right:20px;
	box-sizing: border-box;
   	justify-content: flex-end;
   	margin-top:5px;
}

.see_num img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}