.headbox {
  position: relative;
}
* {
  margin: 0;
  padding: 0;
}
a,
a:active,
a:hover,
a:visited {
  text-decoration: none !important;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
body {
  font: 14px/1.5 Helvetica, Arial, Microsoft Yahei;
}
/* 页面顶部 */
.website-top {
  /* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid #ebebeb; */
}
.top-link {
  background: #323334;
  height: 40px;
}
.top-link > div {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.top-link a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 40px;
}
.top-link a:hover {
  color: rgba(0, 140, 240, 0.7);
}
.top-link-left {
  float: left;
}
.top-link ul li {
  float: left;
  margin-right: 20px;
}
.top-link ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.top-link-right {
  float: right;
}
.header-block {
  background: #ffffff;
  position: relative;
}
.header-block-in {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  line-height: 100px;
}
.header-left {
  float: left;
  height: 100%;
  line-height: 100px;
}
.header-left a {
  display: flex;
  height: 100%;
  align-items: center;
}
.header-left img {
  display: inline-block;
  height: 40px;
}
.header-right {
  float: right;
  height: 100px;
}
.header-right li {
  display: inline-block;
  margin-left: 50px;
  float: left;
  position: relative;
}
.header-right li.active a {
  color: #008cf0;
}
.header-right li:nth-of-type(1) {
  margin-left: 0;
}
.header-right li > a {
  font-size: 16px;
  color: #252525;
}
.header-drop {
  width: 12px;
  margin-left: 5px;
}
.header-common-list {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  transform: translateX(-20px);
  top: 88px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  width: 120px;
  padding: 2px 10px;
}
.header-common-list::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 14px;
  transform: translate(-50%, 0);
  background-color: #fff;
}
.header-common-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  width: 16px;
  height: 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}
.header-common-list div a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #252525;
}
.header-common-list div:nth-last-of-type(1) a {
  border-bottom: 0;
}
.header-common-list div:hover a {
  color: #008cf0;
}
.nav-block {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 100px;
  background: #fff;
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #e5e5e5;
}
.nav-item {
  width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  position: relative;
  display: none;
}
.nav-item.active {
  display: block;
}
.nav-item h4 {
  margin: 0;
  font-size: 24px;
  color: #333333;
}
.nav-item ul li {
  float: left;
  width: 240px;
  height: 100px;
  margin-top: 10px;
  transition: all 0.2s linear;
}
.nav-item ul li img {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.nav-item ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.nav-item ul li p {
  margin: 0;
  font-size: 17px;
  color: #333333;
}
.nav-item ul li:hover {
  transform: translate(0, -2px, 0);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-open a,
.header-mall a,
.header-soft a {
  padding-right: 14px;
  background: url(https://jt5.dangbei.net/db/new/drop-nor.png) no-repeat right
    8px;
}
.header-soft img {
  position: absolute;
  width: 18px;
  height: 18px;
  right: -20px;
  top: 25%;
}
.header-right li.active.header-open a,
.header-right li.active.header-mall a,
.header-right li.active.header-soft a {
  padding-right: 14px;
  background: url(https://jt5.dangbei.net/db/new/drop-hover.png) no-repeat right
    8px;
}
/* 悬浮窗代码 */
.rightside {
  position: fixed;
  right: 0px;
  bottom: 160px;
  z-index: 999;
  width: 130px;
}
.rightside-link a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 20px;
  background: #208ce0;
}
.rightside-link a img {
  display: inline-block;
  width: 22px;
  margin-right: 5px;
}
.rightside-link a:nth-of-type(2n) {
  background: #2a9bf3;
}
.rightside-link a:nth-of-type(1) {
  border-radius: 6px 0 0 0;
}
.rightside-link a:nth-last-of-type(1) {
  border-radius: 0 0 0 6px;
}
.rightside-erweima {
  display: none;
  position: absolute;
  right: 130px;
  top: 50%;
  transform: translateY(-50%);
}
/* 公共底部 */
.footer {
  height: auto;
  padding-top: 40px;
}
.footerbox {
  height: auto;
  margin: 0 auto;
  width: 1200px;
}
.footerbox #cpzs .cont {
  height: auto;
  padding: 0;
  margin-bottom: 40px;
}
.footerbox #cpzs .icon_div {
  width: 68px;
  height: 68px;
  margin-right: 20px;
  float: initial;
}
.footerbox #cpzs .icon_div:nth-last-of-type(1) {
  margin-right: 0;
}
.footerbox #cpzs .clearfix {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerbox #cpzs .h_1 {
  display: none;
}
/* banner区域 */
.db-banner {
  width: 100%;
  height: 480px;
}
.db-banner .swiper-slide {
  height: 480px;
  position: relative;
}
.db-banner .swiper-slide > a {
  display: block;
  height: 100%;
}
.db-banner-list {
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner-left {
  padding-top: 102px;
  padding-left: 90px;
  /* width: 400px; */
  float: left;
}
.banner-left h4 {
  font-size: 56px;
  line-height: 78px;
  margin: 0;
  margin-bottom: 6px;
  white-space: nowrap;
  font-weight: 600;
}
.banner-left p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.banner-left a {
  width: 160px;
  height: 46px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
}
/* .banner-right{
    float: right;
}
.banner-right img{
    display: block;
    height: 100%;
} */
.db-banner .swiper-button-next,
.db-banner .swiper-button-prev {
  background: rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  margin: 0;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  color: rgba(255, 255, 255, 0.5);
  font-family: simsun;
  font-size: 32px;
}
.db-banner .banner-prev {
  left: 0;
}
.db-banner .banner-next {
  right: 0;
}
.db-banner .banner-prev:hover,
.db-banner .banner-next:hover {
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 1);
}
.db-banner .banner-pagination {
  bottom: 35px;
}
.db-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.4;
  background: #ffffff;
}
.db-banner .swiper-pagination-bullet-active {
  opacity: 1;
}
/* 首页内容区域 */
.home-container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.db-common-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  padding-left: 15px;
  position: relative;
}
.db-common-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 22px;
  background: rgba(0, 140, 240, 0.8);
}
.db-common-title h2 {
  font-size: 24px;
  color: #333333;
  margin: 0;
}
.db-common-title a {
  font-size: 16px;
  color: #666666;
}
.db-common-title a:hover {
  color: #008cf0;
}
.db-home-box {
  overflow: hidden;
  margin-bottom: 60px;
}
.db-home-box .db-common-title {
  margin-bottom: 15px;
}
.soft-block {
  width: 591px;
  float: left;
}
.soft-block .box-bd {
  position: relative;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.soft-block .star-list {
  margin-left: -1px;
}
.soft-block .star-list .item {
  float: left;
  width: 295px;
  height: 140px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.2s linear;
  position: relative;
  display: flex;
  padding-left: 30px;
  align-items: center;
  cursor: pointer;
}
.soft-block .star-list .item:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.soft-block .star-list .item-pic img {
  display: block;
  width: 70px;
  height: 70px;
}
.soft-block .star-list .item-text {
  margin-left: 20px;
}
.soft-block .star-list .item-title {
  margin: 0;
  padding: 0;
  width: 146px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.soft-block .star-list .item-title a:nth-of-type(1) {
  display: block;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 6px;
}
.soft-block .star-list .item-title a:nth-of-type(2) {
  font-size: 14px;
  color: #666666;
  text-decoration: underline !important;
}
.soft-block .star-list .item-title a:nth-of-type(2):hover {
  color: #008cf0;
}
.soft-block .star-list .item-download {
  display: flex;
}
.soft-block .star-list .item-download .soft-down {
  background: #008cf0;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.2s linear;
  position: relative;
}
.soft-block .star-list .item-download .soft-down:hover {
  background: #20a2ff;
}
.soft-block .star-list .item-download .soft-down img {
  display: block;
  width: 12px;
  margin-bottom: 1px;
}
.soft-block .star-list .item-download .soft-course {
  display: flex;
  align-items: center;
  width: 56px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-size: 14px;
  color: #666666;
  justify-content: center;
}
.dbsc-box {
  height: 140px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.dbsc-box-left img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.dbsc-box-text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.dbsc-box-text h3 {
  margin: 0;
}
.dbsc-box-text h3 a {
  font-size: 20px;
  color: #333333;
  text-decoration: none !important;
  margin: 0;
}
.dbsc-box-text p {
  font-size: 14px;
  color: #666666;
  margin: 0;
  margin-left: 15px;
}
.dbsc-box-text a {
  font-size: 14px;
  color: #666666;
  text-decoration: underline !important;
  margin-left: 15px;
}
.dbsc-box-text a:hover {
  color: #008cf0;
}
.dbsc-box-bottom {
  display: flex;
}
.dbsc-box-bottom .soft-down {
  background: #008cf0;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.2s linear;
  position: relative;
}
.dbsc-box-bottom .soft-down:hover {
  background: #20a2ff;
}
.dbsc-box-bottom .soft-course {
  display: flex;
  align-items: center;
  width: 80px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-size: 14px;
  color: #666666;
  justify-content: center;
  margin-right: 10px;
}
.dbsc-box-bottom select {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  width: 110px;
  height: 30px;
  padding: 0px 2px;
  outline: none;
}
.dbsc-box-bottom #surebtn {
  background: #f0f0f0;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  color: #666666;
  width: 56px;
  line-height: 30px;
  height: 30px;
  text-align: center;
}

.dbsc-list {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 46px;
  left: 0;
  width: 120px;
  z-index: 9990;
  padding: 4px 10px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}
.dbsc-list::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 14px;
  transform: translate(-50%, 0);
  background-color: #fff;
}
.dbsc-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  width: 16px;
  height: 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}
.dbsc-list a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #252525;
}
.dbsc-list:nth-last-of-type(1) a {
  border-bottom: 0;
}
.dbsc-list a:hover {
  color: #008cf0;
}
.dblink:hover .dbsc-list {
  display: block;
}
.cate-list {
  padding: 25px 0;
}
.cate-list .item {
  height: 28px;
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #dbdbdb;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.cate-list .item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.cate-list .item .title {
  font-size: 13px;
  color: #333333;
  display: flex;
  align-items: center;
}
.cate-list .item .title i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.cate-list .item dd {
  float: left;
  font-size: 13px;
  color: #e5e5e5;
}
.cate-list .item dd a {
  font-size: 13px;
  color: #333333;
  margin: 0 10px;
}
.cate-list .item .more {
  color: #999999;
}
.cate-list .item dd a:hover {
  color: #008cf0;
}
.mall-block {
  width: 590px;
  float: right;
}
.mall-block .box-bd {
  border: 1px solid #e5e5e5;
}
.mall-block .mall-slide {
  height: 280px;
  border-bottom: 1px solid #e5e5e5;
}
.mall-block .swiper-slide,
.mall-block .swiper-slide img {
  transition: all 0.2s linear;
  height: 279px;
}
.mall-block .mall-next,
.mall-block .mall-prev {
  width: 40px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%);
  transition: all 0.2s linear;
  font-family: simsun;
  font-size: 32px;
  display: none;
}
.mall-block .mall-prev {
  left: 0;
}
.mall-block .mall-next {
  right: 0;
}
.mall-block .mall-prev:hover,
.mall-block .mall-next:hover {
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.8);
}
.mall-slide:hover .mall-next,
.mall-slide:hover .mall-prev {
  display: block;
}
.mall-block .mall-pagination {
  bottom: 20px;
}
.mall-block .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.4;
  background: #ffffff;
}
.mall-block .swiper-pagination-bullet-active {
  opacity: 1;
}
.mall-block .swiper-slide:hover img {
  transform: scale(1.03);
}
.mall-block .mall-recommend {
  width: 592px;
  margin-left: -1px;
  border: 0;
}
.mall-block .mall-recommend .item {
  float: left;
  width: 294px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 140px;
  transition: all 0.2s linear;
  box-sizing: content-box;
}
.mall-block .mall-recommend .item:nth-of-type(1) p img {
  position: absolute;
  width: 16px;
  transform: translateY(-80%);
}
.mall-block .mall-recommend .item:nth-of-type(2) p img {
  position: absolute;
  width: 16px;
  transform: translateY(-80%);
}
.mall-block .mall-recommend .item:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.mall-block .mall-recommend a {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 20px;
}
.mall-block .mall-recommend a > img {
  display: block;
  width: 132px;
  height: auto;
}
.mall-block .mall-recommend p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 6px;
  white-space: nowrap;
  position: relative;
}
.mall-block .mall-recommend span {
  font-size: 13px;
  color: #666666;
  white-space: nowrap;
}
.db-app {
  margin-bottom: 60px;
}
.db-app-list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.db-app-list ul {
  width: 360px;
  position: relative;
}
.db-app-list ul::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(30px, -50%);
  width: 1px;
  height: 330px;
  background: #e5e5e5;
}
.db-app-list ul:nth-last-of-type(1)::before {
  content: none;
}
.db-app-list ul li {
  height: 120px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
}
.db-app-list ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.app-list-left {
  display: flex;
  align-items: center;
}
.app-list-left img {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.app-list-left p {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 4px;
}
.app-list-left span {
  font-size: 14px;
  color: #666666;
  display: block;
  white-space: nowrap;
}
.app-list-right {
  width: 100px;
  height: 40px;
  background: #008cf0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.2s linear;
}
.db-app-list ul li:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.app-list-right:hover {
  background: #20a2ff;
  color: #ffffff;
}
.db-solution {
  width: 1200px;
  margin-bottom: 60px;
}
.db-solution ul {
  margin-top: 15px;
}
.db-solution ul li {
  width: 400px;
  height: 160px;
  background: #ffffff;
  transition: all 0.2s linear;
  cursor: pointer;
  float: left;
}
.db-solution ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 15px;
}
.db-solution ul li img {
  display: block;
  width: 130px;
  height: 130px;
  margin-right: 15px;
}
.db-solution ul li p {
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
}
.db-solution ul li span {
  display: block;
  font-size: 14px;
  color: #666666;
  width: 196px;
  min-height: 40px;
  line-height: 20px;
}
.db-solution ul li:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.db-latest {
  width: 1200px;
  padding-bottom: 60px;
}
.db-latest ul {
  margin-top: 15px;
}
.db-latest ul li {
  width: 228px;
  background: #ffffff;
  transition: all 0.2s linear;
  float: left;
  margin-right: 15px;
}
.db-latest ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.db-latest ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.db-latest ul li img {
  display: block;
  width: 100%;
  height: 154px;
  object-fit: cover;
}
.db-latest ul li p {
  width: 192px;
  height: 44px;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 12px 0;
}
.db-latest ul li:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.footerbox a {
  display: inline;
}
.ulinks {
  line-height: 20px;
}
/* 广告 */
.trate .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.trate .swiper-slide a {
  width: 595px;
}
.trate .swiper-slide a img {
  width: 100%;
  height: 60px;
}
/* @media (max-width: 1919px) and (min-width: 768px) {
    html {
        zoom: 80%;
    }
    @-ms-viewport { width: 1920px; }
} */
/* @media all
and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
    (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
    (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
    :root {
        font-size: 14px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
    (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
    (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
    :root {
        font-size: 13px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
    (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
    (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
    :root {
        font-size: 12px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
    (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
    (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
        html {
            zoom: 90%;
        }
}
@media all
and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
    (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
    (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
        html {
            zoom: 85%;
        }
}
@media all
and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
    (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
    (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
        html {
            zoom: 80%;
        }
} */
.banner-down {
  margin-top: 0;
  width: auto;
  height: 480px;
  padding-top: 66px;
}
.banner-down h4 {
  position: relative;
}
.banner-down h4 div {
  color: #ffffff;
  font-size: 17px;
  background: url('https://img.znds.com/images/db/images/banben.png');
  width: 50px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 230px;
  top: 14px;
  font-weight: 400;
}
.banner-down a {
  width: auto;
  height: auto;
  line-height: initial;
  font-size: 14px;
  text-decoration: underline !important;
}
.banner-down1 {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin-bottom: 12px;
}
.banner-down1 a {
  margin-left: 10px;
}
.banner-down1 a:nth-of-type(1) {
  margin-left: 0;
}
.banner-down1 a:nth-of-type(1) {
  width: 160px;
  height: 46px;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  text-decoration: none !important;
}
.banner-down2 {
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
}
.banner-down2 a {
  margin-left: 10px;
}
.banner-down3 {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.select-list {
  margin-top: 15px;
  display: flex;
}
.select-list .select-banner-brand {
  width: 115px;
  height: 30px;
  margin: 0;
}
.select-list .select-banner-type {
  width: 130px;
  height: 30px;
  margin: 0 10px;
}
.select-list #surebtn {
  width: 56px;
  height: 30px;
  background: #f0f0f0;
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  text-decoration: none !important;
  border: 1px solid #c9c9c9;
}
.dbsc-box #sure {
  width: 56px;
  height: 30px;
  background: #f0f0f0;
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  text-decoration: none !important;
  text-align: center;
  background: #f0f0f0;
  border: 1px solid #d6d6d6;
  border-radius: 0 4px 4px 0;
  border-radius: 0px 4px 4px 0px;
  border-left: 0;
}

.db-banner {
  position: relative;
}
.hd {
  position: absolute;
  bottom: 35px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.hd ul li {
  float: left;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.4;
  background: #ffffff;
}
.hd ul li.on {
  opacity: 1;
}
.prev,
.next {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 84px;
  z-index: 22;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.2);
}
.next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.prev:hover,
.next:hover {
  filter: alpha(opacity=100);
  opacity: 0.4;
}
.prevStop {
  display: none;
}
.nextStop {
  display: none;
}
.prev img,
.next img {
  width: 15px;
}
#bannerswiper ul {
  height: 480px;
  overflow: hidden;
}
#bannerswiper ul li {
  height: 100%;
}
select {
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(https://jt5.dangbei.net/db/new/drop-gray.png) no-repeat right
    5px center;
  background-size: 11px 7px;
  background-color: #fff;
  padding: 0 5px;
}
.app-list-right,
.app-list-right:hover,
.app-list-right:active,
.app-list-right:visited,
.app-list-right:focus {
  color: #fff !important;
}
/* 新加品牌板块信息 */
.brand_div {
  width: 1200px;
  margin: 20px auto 30px;
  overflow: hidden;
}
.brand_div ul {
  float: left;
}
.brand_div ul li {
  width: 120px;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-right: 10px;
  float: left;
}
.brand_div ul li:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.brand_div ul li img {
  width: 100%;
  height: 100%;
}
.select_div {
  width: 282px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  float: right;
}
.select_div.active{
    border: 1px solid #008CF0;
}
.select_div select {
  width: 160px;
  height: 48px;
  border: none;
  float: left;
  outline: none;
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
}
.select_div.active select{
    color: #008CF0;
}
.select_div .select_btn {
  width: 120px;
  height: 50px;
  background: #c8c8c8;
  border-radius: 0 4px 4px 0;
  font-size: 20px;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
}
.select_div .select_btn.active {
  background: #008cf0;
}
