body {
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体",sans-serif;
    background-color: #2f4050;
    color: #676a6c;
    overflow-x: hidden;
}
.white-bg {
    background-color: #ffffff;
}
.page-heading .col-lg-12 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 38px;
}
.page-heading .col-lg-12 h3 {
    line-height: 35px;
    margin: 0;
    float: left;
}
.page-heading .col-lg-12 .breadcrumb {
    float: right;
    margin-right: 30px;
    padding: 0;
    margin-bottom: 0;
    background-color: #ffffff;
}
.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}
.tabs-container .tab-pane .panel-body {
    border-top: none;
}
.tabs-container .panel-body {
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}
/* app info */
.app-info{
    padding: 30px 0;
    list-style: none;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.app-info .item{
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
}
.app-info .item strong{
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    text-align: right;
    margin-right: 4px;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    font-weight: normal;
}
.app-info .item input{
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 270px;
}
.app-info .item input::-webkit-input-placeholder{
    color: #bbb;
}
.app-info .item input::-moz-placeholder{
    color: #bbb;
}
.app-info .item input::-ms-input-placeholder{
    color: #bbb;
}
.app-info .item input:focus {
    outline: none;
    border-color: #409eff;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}
.el-button--primary:focus, .el-button--primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}
.app-info-submit-btn{
    text-align: right;
    padding-right: 24px;
    padding-bottom: 40px;
    width: 1200px;
    margin: 0 auto;
}
.u-pop{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;background: rgba(0, 0, 0, .65);transition: all .4s cubic-bezier(.4, .01, .165, .99);}
.u-transition{transition: all .4s cubic-bezier(.4, .01, .165, .99);}
.u-none{display:none;}

.qr-code-min{width: 20px;height: 20px;position: absolute;top: 28px;right: 28px;cursor: pointer; z-index: 2;}
.qr-code-min img{width: 100%;height: 100%;}
.qr-code-min:hover{ box-shadow: 0 3px 8px rgba(0,0,0,.6); z-index: 9999;transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); }
.j-pop-scanCode img.active{ width: 400px !important; height: auto !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; -webkit-transform: translate(-50%, -50%) !important; -moz-transform: translate(-50%, -50%) !important; -ms-transform: translate(-50%, -50%) !important; -o-transform: translate(-50%, -50%) !important; padding: 20px; background: #fff}
.j-pop-scanCode img{position: absolute;}
.one-click-sort {cursor:pointer;}
.download-ipa{width: 20px;height: 20px;position: absolute;top: 55px;right: 26px;cursor: pointer;z-index: 2;}

.admin-loading {
    width: 250px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0px 0px -125px;
    line-height: 56px;
    color: #fff;
    padding-left: 60px;
    font-size: 12px;
    background: #000 url(../vendor/app/waiting.gif) no-repeat 10px 50%;
    opacity: 0.7;
    z-index: 9999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
