.Jz52_dowbox em {
    font-size: .8em;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

.Jz52_dowbox .jziconf:before {
    margin-right: .5em;
    font-weight: 400
}

h3.Jz52_dowbox {
    margin: 25px 0!important;
    font-weight: 700;
    padding: 10px 0 10px 10px!important;
    border-left: 5px solid #ff3657;
    font-size: 18px;
    line-height: 20px;
    background-color: #f6f6f6
}

.Jz52_dowbox .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    background-color: transparent;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 3em;
    line-height: 3em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: normal
}

.Jz52_dowbox .button.primary1 {
    box-shadow: none!important
}

.Jz52_dowbox ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    cursor: default;
    list-style: none;
    padding-left: 0;
    margin: 0 0 2em -1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.is-visible .Jz52_dowbox ul.actions {
    display: inline-block
}

.Jz52_dowbox ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
    margin: 0
}

.is-visible .Jz52_dowbox ul.actions li {
    display: inherit
}

.jz-popup img {
    max-width: 100%
}

.jzftp {
    padding: 1em 2em 0;
    text-align: left
}

.jzptp {
    padding: 0
}

.jzftp p.p1,.jzptp p.p1 {
    color: #333;
    line-height: 1.5;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-indent: 0
}

.jzftp p.p1 span,.jzftp p.p2 span,.jzptp p.p1 span,.jzptp p.p2 span {
    color: #ff3657
}

.jzftp p.p2 {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    margin-top: 10px;
    margin: 3px 0 5px 0;
    text-indent: 0
}

.jzptp p.p2 {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    margin-top: 10px;
    margin: 8px 0;
    text-indent: 0
}

@media screen and (max-width: 919px) {
    .Jz52_dowbox ul.actions {
        -moz-flex-direction:column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100%!important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .Jz52_dowbox ul.actions li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .Jz52_dowbox ul.actions li>* {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .Jz52_dowbox ul.actions li:first-child {
        padding-top: 0
    }

    .Jz52_dowbox ul.actions li .button {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .jzinfo-down.Jz52_dowbox ul.actions {
        width: auto!important
    }

    .jzinfo-down.Jz52_dowbox ul.actions li {
        width: auto
    }

    .jzinfo-down.Jz52_dowbox ul.actions li .button {
        width: auto
    }

    .Jz52_dowbox ul.actions li .button.icon:before {
        margin-left: -.5rem
    }

    .jz-popup .Jz52_dowbox ul.actions li,.jz-popup .Jz52_dowbox ul.actions li .button {
        width: auto
    }
}

.jz-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    z-index: 9999
}

.jz-popup ul.actions {
    margin: 0 0 15px 0;
    padding: 0 2em
}

.jz-popup .Jz52_dowbox ul.actions li {
    padding: .5em
}

.jz-popup .title {
    position: relative;
    height: 48px;
    padding: 0 20px;
    line-height: 48px;
    font-size: 16px;
    color: #123;
    background: #f6f7f8;
    border-radius: 3px 3px 0 0
}

.jz-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s
}

.jz-popup .jz-popup-container {
    position: relative;
    margin: 200px auto;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

@media only screen and (max-width: 620px) {
    .jz-popup .jz-popup-container {
        width:90%!important;
        margin: 150px auto
    }

    .jz-popup .Jz52_dowbox ul.actions li {
        padding: .5em 0!important
    }

    .jz-popup ul.actions {
        padding-top: .8em!important
    }

    .jz-popup .Jz52_dowbox ul.actions li,.jz-popup .Jz52_dowbox ul.actions li .button {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.jz-popup-close {
    background-image: url(../img/close.svg);
    background-position: 75% 25%;
    background-repeat: no-repeat;
    background-size: 2em 2em;
    border: 0;
    content: '';
    display: block;
    height: 4em;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 4em
}

.jz-popup-close .label {
    display: none
}

.is-visible .jz-popup-container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.jzinfo-down {
    padding: 15px 140px 15px 20px;
    margin: 0 0 15px 0;
    border-radius: 3px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.jzinfo-down.Jz52_dowbox ul.actions {
    position: absolute;
    right: 20px;
    top: 15px;
    margin: 0;
    display: inline
}

.jzinfo-down.Jz52_dowbox h4 {
    font-size: 22px;
    background-color: transparent;
    border-left: 0 solid #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-weight: inherit
}

.jzinfo-down.Jz52_dowbox p {
    padding: 0 0 0 40px;
    font-size: 12px;
    text-indent: 0;
    margin: 0!important
}

@media only screen and (max-width: 620px) {
    .jzinfo-down {
        padding:15px
    }

    .jzinfo-down.Jz52_dowbox ul.actions {
        width: 100%!important;
        position: static
    }

    .jzinfo-down.Jz52_dowbox ul.actions li {
        width: 100%
    }

    .jzinfo-down.Jz52_dowbox ul.actions li .button {
        width: 100%;
        margin: 10px 0 0
    }
}

body.night .jz-popup .jz-popup-container,body.night .jzinfo-down,body.night .post_hide_box,body.night h3.Jz52_dowbox {
    background-color: #333;
    color: #bbb
}

body.night .jzftp p.p1,body.night .jzptp p.p1 {
    color: #bbb
}

body.night .post_hide_box a {
    color: #fff
}

body.night .jz-popup .title {
    color: #bbb;
    background: #191919
}
