*{
  padding:0px;
  margin:0px;
  list-style: none;
  color:#333;
  text-decoration: none;
  vertical-align: middle;
  font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
  box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}

.dn-carousel1 img{
  display: block;
  width:230px;
  border:none;
  margin:auto
}

.loading{
  position: absolute;
  top:50%;
  left:50%;
  width:50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background-image :url("/bancai/images/loading.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 10;
}

.dn-tip{
  margin-top: -10px;
  padding-left: 5px;
  padding-right: 5px;
  color:red;
  display: inline-block;
}

.loading ~ .mask{
  background: #f1f1f1;
  opacity: .6;
  width:100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}

.dn-carousel-setNon-scroll-main{
  overflow: hidden;
  position: relative;
}

.dn-carousel-domain{
  margin-top: 10px;
  margin-bottom: 10px;
}

.dn-carousel-domain .dn-carousel-list{
  margin:0px auto;
  font-weight: bold;
  text-align: center;
}

.dn-carousel-domain .dn-carousel-list > ul > li.dn-carousel-list-li{
  display: inline-block;
  position: relative;
  margin: 10px 15px;
  cursor: pointer;
  padding-bottom: 5px;
  color:#ccc;
  transition :color .3s ease-in-out,opacity .6s;
}
.dn-carousel-domain .dn-carousel-list > ul > li.dn-carousel-list-li::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background: red;
  display: block;
  opacity: 0;
  width: 1%;
  height: 3px;
  transition: width .15s cubic-bezier(.215,.61,.355,1),left .15s cubic-bezier(.215,.61,.355,1),opacity .2s cubic-bezier(.215,.61,.355,1);
}

.dn-carousel-domain .dn-carousel-list > ul > li.dn-carousel-list-li:hover,
.dn-carousel-domain .dn-carousel-list > ul > li.dn-carousel-list-li.actived{
  color:black;
  transition :color .3s ease-in-out,opacity .6s;
}

.dn-carousel-domain .dn-carousel-list > ul > li.dn-carousel-list-li:hover::after,
.dn-carousel-domain .dn-carousel-list > ul > li.dn-carousel-list-li.actived::after
{
  left:0;
  opacity: 1;
  width: 100%;
  transition: width .15s cubic-bezier(.215,.61,.355,1),left .15s cubic-bezier(.215,.61,.355,1),opacity .2s cubic-bezier(.215,.61,.355,1);
}


.dn-carousel-setNon-scroll-main::before ,
.dn-carousel-setNon-scroll-main::after{
  content: "";
  display: block;
  cursor: pointer;
  position:absolute;
  top:0;
  left: 0; 
  bottom: 0;
  width:5%;
  height: 100%;
  background: white;
  z-index: 1111;
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0)); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0)); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0)); /* Firefox 3.6 - 15 */
  background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

.dn-carousel-setNon-scroll-main::after{
  left:inherit;
  right: 0;
  background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1), rgba(255,255,255,0)); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(-90deg, rgba(255,255,255,1), rgba(255,255,255,0)); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(-90deg, rgba(255,255,255,1), rgba(255,255,255,0)); /* Firefox 3.6 - 15 */
  background: linear-gradient(-90deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

.dn-carousel-setNon-scroll-main.dn-carousel-hide-btn-left::before ,
.dn-carousel-setNon-scroll-main.dn-carousel-hide-btn-right::after {
      display: none;
}

.slide-in,.slide-out{
  transform:translate(30px);
  -ms-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -o-transform: translateX(30px);
  opacity:0;
　　　filter:alpha(opacity=0);
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.done{
  transform:translate(0px);all
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  opacity:1;
　filter:alpha(opacity=100);
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}

.dn-carousel-scroll-domain{
  width:100%;
  position: relative;
  margin: 0px auto;
  max-width:1200px;
  overflow-y: hidden;
  text-align: center;
}

.dn-carousel-scroll-domain 
> ul.dn-carousel-scroll-main{
  white-space: nowrap;
}

.dn-carousel-scroll-domain 
> ul.dn-carousel-scroll-main 
> li.dn-carousel-li {
  height: auto ; 
  width:250px;
  box-sizing:border-box;  
-moz-box-sizing:border-box; /* Firefox */  
-webkit-box-sizing:border-box; /* Safari */ 
  text-align:center;
  margin:0 20px;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
}

.dn-carousel-hide-btn-left 
ul.dn-carousel-scroll-main 
> li.dn-carousel-li:first-child {
}

.dn-carousel-hide-btn-right
ul.dn-carousel-scroll-main 
> li.dn-carousel-li:last-child {
}

div.car-description h4{
  margin-top: 8px;
  margin-bottom: 8px;
}

div.font-small{ 
  color:#ccc;
  display: block;  
  font-size: x-small;
  margin-top: 8px;
  margin-bottom: 8px;
}

div.car-description{
  margin-bottom: 8px;
  width:250px;
}

div.car-description small{
  display: block;
  padding:2px 20px;
  margin-bottom: 2px;
  font-size:25px;
  color:#ff9970
}



.dn-carousel-li:hover div.hover-btn span{
opacity:1;
font-size:14px
}
.dn-carousel1{margin-top:50px;margin-bottom:50px}
div.hover-btn > span{
  border: 1px solid #ff9970;
  font-size:12px;
  color: #111111;
  line-height:25px;
  display:block;
  width:90px;
  margin:auto;
  height:24px;
  border-radius:5px;
  
}

.dn-carousel-li .dn-carousel-url{
  position: relative;
  display: block;
}

.dn-carousel-li .dn-carousel-url .hover-after{
  position: absolute;
  top:0;
  left: 0;  
}

[data-switch=rotate] .hover-after {
  height: 0%;
  opacity: 0;
  transition:all .2s; 
}

[data-switch=rotate]:hover .hover-before{
  opacity: 1 !important;
}

[data-switch=rotate]:hover .hover-after{
  height: 49%;
  opacity: 1;
  transition:all .2s; 
}



[data-switch=normal]:hover .hover-after{
  opacity: 1;
}

[data-switch=fade] .dn-carousel-url .hover-after,
[data-switch=rotate] .dn-carousel-url .hover-after{
  transition:all .5s; 
}


[data-switch=fade]:hover .hover-after{
  opacity: 1;
  transition:all .5s; 
}

.popup-div{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: #333;
  top: 0;
  right: 0;
  left: 0;
  background: url(/bancai/images/bg.png);
  z-index: 2222;
}

.popup{
  padding:2%;
  position: relative;
  top: 20%;
  left: 50%;
  margin-left: -30%;
  width: 60%;
  height: 40%;
  background: white;
  overflow:auto; 
  border-radius: 15px;
}
.popup-div::before{
  content: "";
  display: block;
  width:50px;
  height: 50px;
  background: black;
  position: absolute;
  right:10%;
  top:20%;
  cursor: pointer;
  background: url("/bancai/images/close.png");
  background-repeat: no-repeat;
}

