html {
    overflow-x:hidden;
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;
    /*火狐下隐藏滚动条*/
    overflow:-moz-scrollbars-none;
    overflow: -moz-scrollbars-none;
    padding: 10px;
    scrollbar-width:none;
    -moz-overflow:scrollbars-none;
}
body{
    background-color: #f2f2f2;
}

a:hover{
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.ui-jqgrid,.ui-th-column,.ui-th-ltr{background-color: white;}
.ui-jqgrid tr.jqgrow td { text-overflow : ellipsis; }
.ui-jqgrid-btable{border:none!important;}
.ui-th-column,.ui-jqgrid-btable tr td{border:none !important;border-bottom:1px #eee solid !important}
.ui-common-table th{border:none !important}



::-webkit-scrollbar { /*滚动条整体样式*/
    width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}


::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #bebebe;
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}



#rrapp{
    padding: 15px;
    background-color: white;
    overflow: auto;
}

.compony-logo{
    border: 1px #fff solid;
    border-radius: 50%;
    margin: 15px auto 5px;
    display: block;
    width: 50px;
    height: 50px;
    background: white;
}

.content-header {
    position: relative;
    padding: 0 0 3px 8px
}

.content-header>.breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0px;
    padding-left: 10px;
    background: #ecf0f5;
}

.main-footer {
    padding: 7px;
    color: #444;
    border-top: 1px solid #eee;
}
.suojin{
    position: fixed;
    z-index: 99999;
    left: 10px;
    bottom: 10px;
    width: 40px;
    background-color: #222d32;
    box-shadow: 0 0 8px #525252;
    cursor: pointer;
}

[v-cloak] {
    display: none;
}

.grid-btn{
    overflow: auto;
    position: relative;
}
.grid-btn .input-group{
    margin: 0 0 15px 0;
}
.grid-btn .btn{
    margin: 0 0 15px 15px;
}
.grid-btn .btn:first-child{
    margin: 0 0 15px 0;
}
.pointer{cursor: pointer;}

.ml-10 { margin-left:0 !important; }
@media (min-width: 768px) {
    .ml-10 { margin-left:10px !important; }
}
tbody > tr > th {font-weight: normal; }
.panel .table { margin:0 0; }
.panel .pagination { margin:0; }
.panel-default>.panel-heading {background-color: #f5f5f5;}
.form-horizontal .form-group {margin-left:0px;margin-right:0px;}
.form-horizontal{
    width:550px;padding-top:20px;
}
.form-horizontal .tips{
    position: absolute;
    left: 100%;
    top: 10px;
    width: fit-content;
}

.btn-close {
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 6px;
    cursor: pointer;
}
.navbar{
    background-color: white !important;
}
.btn-lock {
    padding: 10px;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: white;
}

#menu {
    width: 150px;
    height: 160px;
    overflow: hidden; /*隐藏溢出的元素*/
    box-shadow: 0 0 8px #b9b8b8;
    position: absolute; /*自定义菜单相对与body元素进行定位*/
    display: none;
    background-color: white;
    z-index: 999999999;
}

.right-menu {
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;
    border-bottom: 1px #eee solid;
}



@keyframes danger_1 {
    0% {
        color: red;
    }
    100% {
        color: orange;
    }
}

.danger {
    animation-name: danger_1;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-iteration-count: infinite;
    color: red;
    padding-right: 20px;
    font-size: 40px;
}
.full{
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 0;
    z-index: 999999 !important;

}
.full .tab-pane{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
}

#pageHelp{
    overflow: auto;
    margin: 10px 0;
    background-color: #eee;
    padding: 0 10px;
    top: 450px;
    left: 25px;
    right: 25px;
}
#pageHelp a{
    cursor: pointer;
}
#pageHelp a,#pageHelp p{
    display: block;
    width:60px;
    line-height: 50px;
    float: left;
    text-align: center;
    margin: 0;
}
#pageHelp div{
    margin-top: 8px;
}
#pageHelp input{
    display: block;
    width:30px;
    line-height: 20px;
    float: left;
    text-align: center;
    margin-top: 13px;
}






#pageHelp2{
    overflow: auto;
    padding: 20px 0 10px;
    background-color: white;
    position: absolute;
    bottom: 0;
    right: 10px;
    left: 0;
}
#pageHelp2 a{
    cursor: pointer;
}
#pageHelp2 a,#pageHelp2 div{
    display: block;
    width:100px;
    line-height: 30px;
    float: left;
    text-align: center;
}
#pageHelp2 input{
    display: block;
    width:30px;
    line-height: 20px;
    float: left;
    text-align: center;
}
#templateList{
    overflow: auto;
    list-style: none;
    margin: 50px 0 70px;
    padding: 0;
    min-height: 405px;
}
#templateList li{
    width:200px;
    float: left;
    margin: 20px 30px;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 2px 12px #e5e5e5;
}
#templateList li:hover{
    box-shadow: 0 2px 12px #000000;
}
#templateList li section{
    position: relative;
}
#templateList li.active section{
    position: relative;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}
#templateList li.active span{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 30px;
    color: white;
    text-align: center;
    padding-top: 10%;
    background-color: rgba(0,0,0,0.7);
}
#templateList li.active div{
    display: block;
    position: absolute;
    z-index: 3;
    background-color: rgba(0,0,0,0.7);
    top: 25%;
    bottom: 0;
    left: 20%;
    right: 20%;
    font-size: 30px;
    color: white;
    text-align: center;
    width: 60%;
    height: 35%;
    border: 1px #eee solid;
}
#templateList li button{
    position: absolute;
    bottom: 20px;
    right: 10px;
}
#templateList li img{
    display: block;
    width: 200px;
    height: 370px;
    margin: 0 auto;
    border-radius: 5px;
}
#templateList li p{
    text-align: left;
    position: absolute;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    background-color: white;
    left: 0;
    right: 0;
    padding-left: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
#templateList li span{
    display: none;
}
#templateList li div{
    display: none;
}
#templateList li div canvas{
    width: 100%;
    height: 100%;
}

#pageImageList{
    min-height: 340px;
    list-style: none;
    overflow: hidden;
    background-color: #eee;
    padding: 1px 0 0 1px;
    font-size: 12px;
}
#pageImageList li{
    box-sizing: border-box;
    display: block;
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    border-right: 1px #eee solid;
    border-bottom: 1px #eee solid;
    background-color: white;
}
#pageImageList li p{
    position: absolute;
    text-align: center;
    background-color: white;
    bottom: 5px;
    left: 5px;
    right: 5px;
    color: #333;
    margin: 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#pageImageList li div{
    display: block;
    width: 90%;
    padding-bottom: 90%;
    height: 0;
    margin: 10px auto;
    overflow: hidden;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#pageImageList li div span{
    display: inline-block;
    background-color: rgba(0,0,0,0.4);
    color: white;
    padding: 5px;
}
#pageImageList li div button{
    display: inline-block;
    float: right;
    padding: 5px;
    border: none;
}
#pageImageList li.active{
    box-shadow:inset 0px 0px 5px 1px #c7254e;
}
#pageImageList li.active p{
    display:block;
    color:red;
    margin: 0;
}
.diyTagBox{
    overflow: auto;
    margin: 0;
    padding: 10px;
    background: white;
    position: absolute;
    right: 0;
    left: 0;
    top:0;
    z-index: 9;
}
#diyTagList{
    background: #eee;
    overflow: auto;
}
#diyTagList li{
    width: fit-content;
    float: left;
    padding: 10px;
    cursor: pointer;
}
#diyTagList li.active{
    background: #e8a034;
    color:white;
}

.pw-strength {clear: both;position: relative;top: 8px;width: 180px;}
.pw-bar{background: url(../js/modules/images/pwd-1.png) no-repeat;height: 14px;overflow: hidden;width: 179px;}
.pw-bar-on{background:  url(../js/modules/images/pwd-2.png) no-repeat; width:0px; height:14px;position: absolute;top: 1px;transition: width .5s ease-in;-moz-transition: width .5s ease-in;-webkit-transition: width .5s ease-in;-o-transition: width .5s ease-in;}
.pw-weak .pw-defule{ width:0px;}
.pw-weak .pw-bar-on {width: 60px;}
.pw-medium .pw-bar-on {width: 120px;}
.pw-strong .pw-bar-on {width: 179px;}
.pw-txt {padding-top: 2px;width: 180px;overflow: hidden;}
.pw-txt span {color: #333;float: left;font-size: 12px;text-align: center;width: 58px;}


.tag-box2{
    width: 170px;
    overflow: auto;
    float: left;
}
.tag-box2 .tag-list,.tag-list2{
    list-style: none;
    line-height: 50px;
    padding: 0;
    overflow: auto;
}
.tag-box2 .tag-list li,.tag-list2 li{
    padding: 0 10px;
    border-bottom: 1px #eee solid;
    cursor: pointer;
    overflow: auto;
}
.tag-box2 .tag-list li span{
    width: 80px;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tag-box2 .tag-list li a{
    float: right;
    margin-left: 10px;
    font-size: 14px;
}
.tag-box2 .tag-list li.active,.tag-list2 li.active{
    background-color: #eee;
    border-bottom: 1px #ff4400 solid;
}
.tag-box2 .tag-list2 li span{
    margin-left: 10px;
}
.tag-box2 .tag-list2 li label{
    color:white;
}
.tag-box2 .tag-list2 li.active label{
    color:#ff4400;
}
.image-box2{
    margin-left: 10px;
    width: 612px;
    float: left;
}








.tag-box{
    overflow: auto;
}
.tag-box .tag-list,.tag-list2{
    list-style: none;
    line-height: 50px;
    padding: 0;
    overflow: auto;
}
.tag-box .tag-list li,.tag-list2 li{
    width: 80px;
    height: 50px;
    float: left;
    text-align: center;
    border-bottom: 1px #eee solid;
    cursor: pointer;
    overflow: auto;
}
.tag-box .tag-list li span{
    width: 80px;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tag-box .tag-list li a{
    float: right;
    margin-left: 10px;
    font-size: 14px;
}
.tag-box .tag-list li.active,.tag-list2 li.active{
    background-color: #eee;
    border-bottom: 1px #ff4400 solid;
}
.tag-box .tag-list2 li span{
    margin-left: 10px;
}
.tag-box .tag-list2 li label{
    color:white;
}
.tag-list2 li.active label{
    color:#ff4400;
}
.image-box #pageImageList{
    position: absolute;
    overflow: auto;
    top: 60px;
    bottom: 70px;
    left: 10px;
    right: 10px;
}
.image-box #pageHelp{
    overflow: auto;
    margin: 10px 0;
    background-color: #eee;
    padding: 0 10px;
    top: 450px;
    left: 25px;
    right: 25px;
}
.image-box #pageImageList li{
    width: 20%;
}

.payInfo{
    line-height: 30px;
}

.must{
    color:red;
    font-size: 20px;
    padding:0 5px;
    display: block;
    float: right;
    height: 5px;
    line-height: 5px;
    margin-top: 18px;
}
.must2{
    color:red;
    font-size: 20px;
    padding:0 5px;
    display: block;
    float: right;
    height: 5px;
    line-height: 5px;
    margin-top: 9px;
}
.must3{
    font-size: 20px;
    color: red;
    display: inline-block;
    margin-top: -1px;
    margin-left: 2px;
    float: right;
}
.btn_yzm2{
    position: absolute;
    right: 16px;
    top: 0;
    height: 34px;
    line-height: 34px;
    background-color: blue;
    color: white;
    padding: 0 5px;
}
.small-box{
    color:white;
}
.example img{
    display: none;
}
.example:hover img{
    display: block;
    position: absolute;
    z-index: 9;
}
.label{
    display: inline;
    padding: 3px 5px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px !important;
}
.ui-jqgrid-bdiv{
    height: -moz-fit-content !important;
    height: -webkit-fit-content !important;
    height: fit-content !important;
}
.loading-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
}
.loading-circle{
    width: 60px;
    height: 60px;
    margin: 300px auto;
    position: relative;
}
.loading-circle div{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border:3px white solid;
    border-top-color: #ff6258;
    animation:loading .8s linear infinite;
    position: absolute;
}
.loading-circle img{
    width: 92%;
    margin: 4%;
    border-radius: 50%;
}

@keyframes loading{

    0%{transform:rotate(0deg);}

    25%{-webkit-transform:rotate(90deg);}

    50%{-webkit-transform:rotate(180deg);}

    75%{-webkit-transform:rotate(270deg);}

    100%{-webkit-transform:rotate(360deg);}

}
@keyframes loading2{

    0%{transform:rotate(0deg);}

    25%{-webkit-transform:rotate(-90deg);}

    50%{-webkit-transform:rotate(-180deg);}

    75%{-webkit-transform:rotate(-270deg);}

    100%{-webkit-transform:rotate(-360deg);}

}


#captcha,#captcha1,#captcha2{
    width: 300px;
    display: inline-block;
}

#text,#text1,#text2 {
    height: 42px;
    width: 298px;
    text-align: center;
    border-radius: 2px;
    background-color: #F3F3F3;
    color: #BBBBBB;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 42px;
}

#wait,#wait1,#wait2 {
    display: none;
    height: 42px;
    width: 298px;
    text-align: center;
    border-radius: 2px;
    background-color: #F3F3F3;
}

.loading {
    margin: auto;
    width: 70px;
    height: 20px;
}

.loading-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin: 18px 4px;
    background: #ccc;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    opacity: 0;

    -webkit-box-shadow: 0 0 2px black;
    -moz-box-shadow: 0 0 2px black;
    -ms-box-shadow: 0 0 2px black;
    -o-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;

    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite;
}

.loading-dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.loading-dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading-dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-dot:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@-moz-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}
.geetest_logo,.geetest_success_logo{
    display: none;
}
.rb_layer .layui-layer{
    margin: -10px 0 0 -10px !important;

}
.link-block:hover{
    position: relative;
    top:-5px;
    box-shadow: 0px 6px 16px #7f7f7f;
    cursor: pointer;
}
.link-block1:hover{
    box-shadow: 0 0 8px #dedede;
    cursor: pointer;
}
.link-block2:hover{
    position: relative;
    top:-5px;
    cursor: pointer;
}
#preUrlList li .btn-copy{
    display: inline-block;
    border: 1px #ccc solid;
    padding: 2px 5px;
    margin: 5px;
    cursor: pointer;
}
#userList li span{
    display: inline-block;
    text-align: center;
    width: 150px;
    line-height: 30px;
}

