* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  display: block;
  border: none;
}


a {
  text-decoration: none;
}

.dpuser88{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-top: 20px;
	border-right: 1px solid #eaedef;
}
.dpuser88 a{
	font-size: 0.88rem;
    color: rgb(153, 153, 153);
    margin-bottom: 0.6rem;
}
.dpuser88 p{
	font-size: 1rem;
    font-weight: bold;
    color: rgb(34, 34, 34);
    margin-bottom: 0.6rem;
}
.dpuser89{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 0;
    margin: 0 60px;
}
.dpuser89 p{
	font-size: 0.88rem;
    color: #999;
}
.dpuser90{
	display: flex;
    flex-direction: column;
    background: #fff;
    margin: 0 10px;
}

.header {
   /*  height: 680px; */
    overflow: hidden;
    position: relative;
    display: grid;
	justify-items: center;
	background:#eff3f5;
}

.dtop{
	width: 100vw;
    height: 4rem;
    z-index: 99;
	background: #000000b3;
	position: fixed; /* 使用固定定位 */
    top: 0; /* 距离顶部0像素 */
    left: 0; /* 距离左侧0像素 */
	display: flex;
    justify-content: center;
}

  @media (max-width: 768px) {
    .dtop {
      display: none;  /* 在小屏幕上隐藏 */
    }
	.tbjl{
		    margin-top: 0rem;
			margin-bottom: 5.1rem;
	}
  }
  @media (min-width: 769px) {
    .dtop {
      display: inherit;  /* 在大屏幕上显示 */
    }
	.tbjl{
		    margin-top: 4.1rem;
			margin-bottom: 0rem;
	}
  }

.dbottom{
	width: 100vw;
    height: 5rem;
    z-index: 99;
	background: #333;
	position: fixed; /* 使用固定定位 */
    bottom: 0; /* 距离顶部0像素 */
    left: 0; /* 距离左侧0像素 */
	/* display: flex; */
    justify-content: center;
}
  @media (max-width: 768px) {
    .dbottom {
      display: inherit;   /* 在大屏幕上显示 */
    }
  }
  @media (min-width: 769px) {
    .dbottom {
	  display: none; /* 在小屏幕上隐藏 */
    }
  }




.dpfrplogov{
	position: absolute;
	left: 3.31rem;
	width: 8rem;
	height: 2.81rem;
	margin-top: .6rem;
}
  @media (max-width: 1499px) {
    .dpfrplogov {
      display: none;   /* 在大屏幕上显示 */
    }
  }
  @media (min-width: 1500px) {
    .dpfrplogov {
	  display: inherit; /* 在小屏幕上隐藏 */
    }
  }








.doxz{
	margin-right: 3rem;
    background-color: #FFB800;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
    margin-left: 3rem;
    font-size: 0.8rem;
}

.yhutxx{
	height: 2rem;
    width: 2rem;
    margin-right: 8px;
    border-radius: 50%;
}

.xsx{
	color: #FFF;
	font-weight: bold;
	box-shadow: inset 0px -3px 0px 0px #ff8a00;
}

.sx{
    align-items: center;
    flex-wrap: nowrap;	
}

.sx a{
	color: #FFF;
/*     font-size: 18px; */
	font-size: 0.8rem;
    text-align: center;
    padding: 0;
    display: block;
    height: 4rem;
    line-height: 4rem;
    padding: 0 12px;
	
}



.sx a:hover {
    color: #ffa400; /* 鼠标悬停时的颜色 */
    /* font-weight: bold; */
}



.sx a:active {
  color: #ffa400; /* 鼠标点击时的颜色 */
}

.vvv {
	width: 100%;
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
	/* background: #18974b; */
	/* margin-top: 5.1rem; */
}

@media (min-width: 768px) {
	.vvv {
		/* width: 750px;  */
		width: 100%;
	}
}

@media (min-width: 992px) {
	.vvv {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.vvv {
		width: 1170px;
	}
}


.dpfrpusers {
    height: 100%;
    width: 100%;
    background: #00000080;
    top: var(--offsetTop);
    position: fixed;
    padding: 4rem 0rem 0rem;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .dpfrpusers {
        opacity: 0; /* 在小屏幕上隐藏 */
    }
	.LastPage{
		display: none;
	}
}

.dpfrpuserv{
    height: 360px;
    background: #eff3f5;
	overflow: hidden;
}

.LastPage{
	height: 280px;
    width: 100%;
    background: #222;
}


.dpWhite{
	background: #fff;
}

.dpdkhdcs{
	color: #999;background-color: #eaf0f4;margin: 5px 0px 5px 0px;padding: 3px;font-size: .58rem;
}

.cpzkDiscount{
	font-size: 0.6rem;
	background: url(/packs/dpfrp/img/Discount.png);
	margin-left: 10px;    
	padding: 1px 18px 1px 8px;
	color: #fff;   
	background-repeat: round;
}

.dp2wmcpzkDiscount{
	position: absolute;
    top: 0;
    right: 0;
    width: 2.38rem;
    height: 2.38rem;
    z-index: 9;
}
.dptuts{
	padding: 3px;font-size: .58rem;margin-right: 5px;
}

.lbnull{
	background: #fff;
    margin: 0px 5px 0px 5px;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lbnull2{
	background: #fff;
    margin: 0px 5px 0px 5px;
    min-height: 73vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sdgltp{
	height: 8rem;
    background: #fff;
    margin: 5px;
    overflow: hidden;
    background-size: cover;
    background-repeat: round;
    background-image: url(/packs/dpfrp/img/sdgl.png);
}
.dphh{
	padding: 20px 15px 20px 15px;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.dpnarm{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	margin-left: 10px;
}
.dpsdna{
	font-size: 1rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 0.3rem;
}
.dpsdsdxx{
	background: #eff3f5;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.dpsdsdzs{
	width: 100%;
	font-size: .88rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.dpsdlbb{
	margin: 15px 0px 10px 15px;
    font-size: 0.93rem;
    color: #ffb800;
    font-weight: bold;
}
.dpsdyll{
	font-size: 0.6rem;
    color: #ffc445;
    background: #fff8d7;
    padding: 2px 5px;
    padding-left: 5px;
}
.dpwy{
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
	border-right: 1px solid #5d5d5d;
	height: 100%;
}

.dpresponsive-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        object-fit: scale-down; /* 图片适应容器大小 */
}

.dpsyjszt{
	color: #333;
    font-size: 1rem;
    font-weight: bold;
	padding: 0 15px;
	width: 8rem;
}
.dpsyjszt1{
	padding: 5px 15px;
    font-size: .88rem;
    color: #6669;
}
.dpsyjszt2{
	background: #Fff;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dphd1{
	background: #Fff;
    padding: 10px 15px;
    font-size: 1rem;
    color: #222;
}
.dphd2{
	background: #f50000;
    color: #fff;
    padding: 2px 10px;
    font-size: 0.88rem;
}
.dphd3{
    background: #Fff;
    padding: 0px 15px 15px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.dphd4{
	color: #6669;
}
.dphd5{
	color: #e93333;
}
.dphd6{
	background: #Fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	padding-left: 15px;
	border-bottom: 1px solid #00000014;
	padding: 0 20px;
}
/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
    ::-webkit-scrollbar {
        width: 0px;
        height: 0px;
        background-color: rgba(0,0,0,.2);
    }

    /*定义滚动条轨道
 内阴影+圆角*/
    ::-webkit-scrollbar-track
    {
        -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.3);
        border-radius:10px;
        background-color:#F5F5F5;
    }
    /*定义滑块
     内阴影+圆角*/
    ::-webkit-scrollbar-thumb
    {
        border-radius:10px;
        -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.3);
        background-color: #b3b3b3;
    }















