* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*按钮*/
.clear{clear: both;}

.tncode_div{
    display: none;
    background-color: white;
    position: relative;
    overflow: hidden;
    cursor: default;
    z-index: 110;
    border: 1px solid #eee;
    /* width: 364px; */
    /* height: 216.5px; */
    padding: 12px 15px 12px 15px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696',Direction=135, Strength=5);/*for ie6,7,8*/
    -moz-box-shadow:2px 2px 5px #969696;/*firefox*/
    -webkit-box-shadow:2px 2px 5px #000000;/*webkit*/
    box-shadow:2px 2px 5px #969696;/*opera或ie9*/
    box-shadow: 0 0 2px 2px #eee;
}
.tncode_div .tncode_canvas_bg{
    z-index: 0;
}
.tncode_div .tncode_canvas_mark{
    z-index: 10000;
}
.tncode_div canvas{
    position: absolute;
    left: 0px;
    top: 0px;
}
.tncode_div .loading{
    padding-top: 62px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ccc;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #666;
    font-size: 13px;
}
.dd{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: ddf 0.1s ease-in 0s infinite;
    -o-animation: ddf 0.1s ease-in 0s infinite;
    animation: ddf 0.1s ease-in 0s infinite;
}
@-webkit-keyframes ddf {
    0% {-webkit-transform: translate(-8px, 3px);}
    20% {-webkit-transform: translate(-3px, 1.5px);}
    50% {-webkit-transform: translate(0px, 0px) ;}
    70% {-webkit-transform: translate(5px, -1.5px) ;}
    100% {-webkit-transform: translate(0px, 0px);}
}
@-o-keyframes ddf {
    0% {-o-transform: translate(-8px, 3px);}
    20% {-o-transform: translate(-3px, 1.5px);}
    50% {-o-transform: translate(0px, 0px) ;}
    70% {-o-transform: translate(5px, -1.5px) ;}
    100% {-o-transform: translate(0px, 0px);}
}
@-moz-keyframes ddf {
    0% {-moz-transform: translate(-8px, 3px);}
    20% {-moz-transform: translate(-3px, 1.5px);}
    50% {-moz-transform: translate(0px, 0px) ;}
    70% {-moz-transform: translate(5px, -1.5px) ;}
    100% {-moz-transform: translate(0px, 0px);}
}
@keyframes ddf {
    0% {transform: translate(-8px, 3px);}
    20% {transform: translate(-3px, 1.5px);}
    50% {transform: translate(0px, 0px) ;}
    70% {transform: translate(5px, -1.5px) ;}
    100% {transform: translate(0px, 0px);}
}
.hgroup{
    z-index: 20000;
    content: "";
    position: absolute;
    left: -800px;
    top: 70px;
    width: 250px;
    height: 15px;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 3s ease-in 0s infinite;
    -o-animation: searchLights 3s ease-in 0s infinite;
    animation: searchLights 3s ease-in 0s infinite;
}






@-webkit-keyframes searchLights {
    0% {
        left: -800px;
        top: 70px;
    }

    to {
        left: 350px;
        top: 70px
    }
}

@-o-keyframes searchLights {
    0% {
        left: -800px;
        top: 70px;
    }

    to {
        left: 350px;
        top: 70px
    }
}

@-moz-keyframes searchLights {
    0% {
        left: -800px;
        top: 70px;
    }

    to {
        left: 350px;
        top: 70px
    }
}

@keyframes searchLights {
    0% {
        left: -800px;
        top: 70px;
    }

    to {
        left: 350px;
        top: 70px
    }
}




/*拉条*/
.slide,.slide_block,.tools .tncode_close,.tools .tncode_refresh{
    background-repeat: no-repeat;
    background-image: url('https://www.yunzhan365.com/js/jvr_code/img/icon.png');
}
.tncode_msg_ok{
    background-color: #24C628;
}
.tncode_msg_error{
    background-color: #DE5145;
}
.tncode_msg_ok,.tncode_msg_error{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    color: #fff;
    margin: 0;
    overflow: visible;
    background-position: 0px 0px;
    font-size: 13px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10000;
    line-height: 20px;
    text-align: center;
}

.slide{
    position: relative;
    background-color: white;
    width: 240px;
    height: 39px;
    background-position: 0px 2px;
    background-size: 100%;
    margin-bottom: 3px;
    margin-top: 13px;
}
.slide_block{
    background-position: -5px -45px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 50%;
    cursor: pointer;
    margin-top: -30px;
}
.slide_block_text{
    height: 40px;
    position: absolute;
    left: 61px;
    top: 50%;
    cursor: pointer;
    font-size: 14px;
    color: rgb(136, 148, 157);
    margin-top: -20px;
    line-height: 40px;
}

.tools{
    position: relative;
    width: 240px;
    background-color: white;
    overflow: hidden;
    margin-top: -7px;
}
.tools .tncode_close{
    height: 25px;
    width: 30px;
    float: right;
    cursor: pointer;
    background-position: 7px -188px;
    margin-left: 10px;
}
.tools .tncode_refresh{
    background-position: 0 -353px;
    height: 25px;
    width: 30px;
    float: right;
    cursor: pointer;
}
.img-panel {
    position: relative;
    width: 240px;
    height: 150px;
}