/* 修改input placeholder颜色为白色 */
input::placeholder {
  color: #ffffff;}
/* 兼容webkit内核浏览器（Chrome/Edge/Safari） */
input::-webkit-input-placeholder {
  color: #fff;}
/* IE兼容 */
input:-ms-input-placeholder {
  color: #fff;}
 .jdjs_app .qwss{
      font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    -webkit-appearance: none;
    border-right: 0;
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 51px 0 20px;}
    .jdjs_app .tj{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 0;
    background: url(images24/sticky_ss.png) center center no-repeat;
    background-size: 55%;}
/**组件样式*/
    .banner-z {
        position: relative
    ;}

    .banner-z .slick-dots button {
        display: none !important;}

    .banner-z .slick-dots li {
       width: 0.15rem;
    height: 0.15rem;
    background: none;
    opacity: 1;
    display: inline-block;
    color: #fff;
    font-family: Arial;
    font-size: 0.18rem;
    line-height: 0.4rem;
    margin: 0 0.1rem !important;
    background: none;
    background-size: 100% !important;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;}

    .banner-z .slick-dots .slick-active {
        background-color: #fff;}

.banner-z .con {
    width: 100%;
    padding-top: 35%;
    position: relative;}
    .banner-z .con img{    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 999;}
    .banner-z .con video {
           position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 999;}

.banner-z .slick-dots {
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-weight: 400;
    transform: translateX(-50%);}

 

    .banner-z .slick-dots li:last-child span {
        display: none
    ;}

    .banner-z .slick-dots button {
        display: block;
        font-size: 16px;
        color: #fff;
        border: none;
        outline: 0;
        background-color: transparent;
        cursor: pointer;
        font-weight: 700
    ;}

    .banner-z .slick-dots .slick-active button {
        font-size: 26px;
        padding-bottom: 20px
    ;}

    .banner-z .xie {
        margin-left: -10px;
        width: 27px;
        height: 1px;
        display: inline-block;
        background-color: #fff;
        opacity: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg)
    ;}

    .banner-z .slick-active .xie {
        opacity: 1
    ;}

    .banner-z .line {
        margin-left: -7px;
        width: 19px;
        height: 1px;
        display: inline-block;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        background-color: #fff;
        margin-bottom: 2px
    ;}

    .banner-z .slick-active .line {
        width: 58px
    ;}

    .banner-z .dot {
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: #fff;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        opacity: 0
    ;}

    .banner-z .slick-active .dot {
        opacity: 1
    ;}


