ul#dynqr_tab {
    overflow: hidden;
    margin: 0 0 15px
}
ul#dynqr_tab li {
    display: inline-block;
    cursor: pointer;
    list-style: none;
    padding: 0 12px;
    float: left;
    border-left: 1px solid #777;
    color: #0073aa
}
ul#dynqr_tab li:last-of-type {
    border-right: 1px solid #777
}
ul#dynqr_tab li.active {
    font-weight: 700;
    color: #333
}
ul#dynqr_tab li:hover {
    color: #00a0d2
}
ul#dynqr_tab li.active:hover {
    color: #333
}
#testbox {
    width: 100px;
    height: 100px;
    background-color: tomato
}
.dynqr_form {
    clear: both;
    display: none
}
.dynqr_form_inner {
    display: flex
}
.form-table {
    width: 600px
}
.dynqr_form input {
    padding: 7px;
    border-radius: 5px
}
.dynqr_form input.size {
    width: 60px;
    text-align: right
}
.dynqr_form input.jscolor {
    width: 80px
}
.dynqr_form input.embed {
    width: 380px
}
.dynqr_form input.dynqr_qr_alt,
.dynqr_form input.dynqr_qr_title {
    width: 100%
}
.dynqr_form input[type=submit] {
    background-color: #f7f7f7;
    color: #0073aa;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 4px 8px;
    font-weight: 600
}
.dynqr_form input[type=submit]:disabled {
    background-color: #ccc;
    color: #fff;
    cursor: inherit
}
.dynqr_form input[type=submit]:disabled:hover {
    background-color: #ccc
}
.dynqr_form input[type=submit]:hover {
    background-color: #008ec2;
    color: #fff
}
.dynqr_clear {
    clear: both
}
.select-img {
    margin: 10px 0 0
}
.selected-img {
    margin: 10px 0 0
}
.select-img .btn-clear {
    margin: 0 0 0 10px
}
.QRcodeWrap {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 100
}
.QRcodeWrap #QRcodeBtn {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    transition: 0.2s ease-in-out;
    box-sizing: border-box
}
.QRcodeWrap #QRcodeBtn.scale {
    animation-name: scale
}
.icon_dl_box {
    position: relative;
    width: 100%;
    height: 100%;
}
.QRcodeWrap #QRcodeBtn .icon_dl {
    display: none
}
.QRcodeWrap #QRcodeBtn.scale .icon_dl_box .icon_dl {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    z-index: 50;
    transform: translate(-50%, -50%)
}
.QRcodeWrap #QRcodeBtn.scale .icon_dl_img {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.icon_dl_img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}
.QRcodeWrap #QRcodeBtn.test {
    padding: 100px
}
.dynqr-download-title {
    display: block;
    padding: 100px;
    margin: 100px
}
.dynqr-download-title img {
    display: block
}
.QRcodeWrap #QRcodeBtn img {
    width: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    transition: 0.2s ease-in-out
}
.QRcodeWrap #QRcodeBtn:hover {
    opacity: .8
}
.QRcodeWrap #QRcodeBtn.scale {
    animation-duration: 0.3s
}
.dynqr_emb_icon {
    cursor: pointer
}
.chk-type-icon {
    margin: 0 0 0 10px
}
#fancybox-content {
    box-sizing: content-box
}
.dynqr-popup-cotent {
    display: none
}
.dynqr-popup-cotent.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483645;
    width: 100%;
    height: 100%;
    animation: show_popup 0.2s linear 0s
}
.dynqr-popup-cotent.active .dynqr-overlay {
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%
}
.dynqr-popup-cotent .dynqr-popup-qr-img-wrap {
    opacity: 0
}
.dynqr-popup-cotent.active .dynqr-popup-qr-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2147483646;
    opacity: 100;
    transition-delay: 1s;
    transition: 0.4s
}
.emb_icon_dl_box {
    position: relative;
    width: 100%;
    height: 100%;
}
.dynqr-popup-cotent.active .dynqr-popup-qr-img-wrap .emb_icon_dl_box .emb_icon_dl {
    position: absolute;
    display: block;
    width: 30%;
    height: 30%;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 2147483647;
    opacity: 100;
    transition-delay: 1s;
    transition: 0.4s
}
.dynqr-popup-cotent.active .dynqr-popup-qr-img-wrap .emb_icon_dl_box .emb_icon_dl img {
    display: block;
    margin: 0;
    width: 100%;
    position: relative !important;
}
.dynqr-popup-cotent.active .dynqr-popup-qr-img-wrap .dynqr-btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer
}
.scroll-prevent {
    overflow: hidden
}
.dynqr-emb-download-title {
    display: block;
    font-size: 13px;
    color: #fff;
    background-color: #0077c7;
    border-radius: 30px;
    text-align: center;
    padding: 5px;
    margin: 16px 0 0;
    border: 2px solid #fff
}
.dynqr-popup-title {
    display: block;
    font-size: 13px;
    color: #fff;
    background-color: #333;
    border-radius: 30px;
    text-align: center;
    padding: 5px;
    margin: 16px 0 0;
    border: 2px solid #fff
}
.emb_icon_dl {
    display: block !important
}
@media screen and(max-width:600px) {
    .QRcodeWrap {
        display: none
    }
}
@keyframes show_popup {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}