﻿.Jumpback{
background: black;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: .6;
    left: 0;
    top: 0;
    z-index: 22;
    display:none;
}
/*.jumpdiv {
    position: fixed;
    z-index: 23;
    left: 0;
    top: 0;
}*/
.jeightitem >div {
    display: inline-block;
}
.jeightitem{
    position:fixed;
    z-index:999;
}
.jumpdiv img {
    box-sizing: border-box;
    padding: 5px;
}
.closejump {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #fff;
    width: 20px !important;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-top: -20px;
    border-radius: 20px;
    cursor: pointer;
    display: block !important;
    width: auto;
}
/*.jumpdiv.floatpage{
    position: fixed;
    z-index: 6;
    top:auto;
    left: 0;
    bottom: 50px;
    width:100%;
}*/
.jumpdiv.floatpage img{
    padding:0;
}
.floattitle {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 90px 7px 25px;
    background: black;
    color: #fff;
    position:relative;
}
div#toptxt {
    font-size: 18px;
}
div#bottomtxt {
    font-size: 14px;
}
.floathdiv{
    /*height:0;*/
    /*transition:.5s;*/
}
div#goTopdv.hasfloatwindow {
    bottom: 110px;
}
.close-float .floathdiv {
    /*height: 0 !important;*/
}
div#closefloatdiv {
    position: absolute;
    right: 25px;
    top: 17.5px;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;    
    color: #fff;
}

#isopen {
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 17.5px;
    right: 65px;
    text-align: center;
}

.floatpadding{
    padding-bottom:100px !important;
}
div#closefloatdiv>img {
    width: 16px;
}
div#isopen>img {
    width: 16px;
}
.owl-dots{
    bottom:10px;
    display:none;
}

.floatitem {
    position: fixed;
    width: 100%;
    right:0;
    z-index: 6;
    transition:.5s;
}
/*.floatitem.open-float.isios{
    bottom: calc(50px + 1rem);
}
.floatitem.open-float{
    bottom: 50px;
}
.floatitem.isios.close-float {
    
}*/
.floatfdv{
    /*width:375px;*/
}
.floatfdv img {
    width: 100%;
}
.slick-dotted.slick-slider{
    margin-bottom:0 !important;
    background:#fff;
}