@charset "utf-8";
.djw-layer {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 999;
}

.djw-layercont {
    position: absolute;
    width: 400px;
    /*height: 310px;*/
    overflow: hidden;
    font-size: 12px;
    right: 0;
    bottom: 0;
    display: none;
    background: #00a0e9
}

.djw-layer-close {
    width: 16px;
    height: 16px;
    background: url(close.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    font-size: 0px;
    right: 10px;
    top: 7px;
    cursor: pointer;
    display: none;
}

.djw-layerbtn {
    overflow: hidden;
    height: 22px;
    width: 400px;
    position: absolute;
    bottom: 0px;
}

.djw-layerbtn ul{
    display: flex;
    justify-content: center;
}

.djw-layerbtn li {
    float: left;
    width: 15px;
    height: 5px;
    line-height: 5px;
    text-align: center;
    /*overflow: hidden;*/
    margin: 0 1px;
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;*/
}

.djw-layerbtn li a {
    display: inline-block;
    width: 5px;
    /*overflow: hidden;*/
    white-space: nowrap;
    background: rgba(255,255,255,0.6);
    /*color: #fff;*/
    color: transparent;
    content: '';
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.djw-layerbtn li a:hover {
    background-color: #cdedfb;
    /*color: #333*/
}

.djw-layerbtn li.hover a, .djw-layerbtn li.hover a:link, .djw-layerbtn li.hover a:visited {
    background: #FFFFFF;
    width: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*color: #333*/
}

.djw-layercontent {
    background: #fff;
    /*padding: 0 0 8px;*/
    width: 100%;
    height: 282px;
    overflow: hidden;
}

.djw-layercontent li {
    margin: 0 auto;
    width: 400px;
    height: 282px;
    overflow: hidden;
    display: none;
}

.djw-layercontent li img {
    width: 100%;
}

.countDownBtn {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 6px 14px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.countDownBtn em {
    font-style: normal;
}