input:focus, textarea:focus {
    border: 0;
    outline: none;
}

p, span, strong, em, ol, ul, dl {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

ol, ul, dl {
    list-style: none;
}

th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input, textarea, select {
    font-family: Verdana, arial, sans-serif;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
    padding: 0;
}

body {
    font-family: "arial", "微软雅黑", "Microsoft YaHei";
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
}

body.reg {
    background: #f2f3f8;
    font-size: 14px;
    overflow: hidden;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    height: 100%;
}

i, em {
    font-style: normal;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.disabled, .disabled:hover {
    cursor: not-allowed !important;
    background: #ccc !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 3px 3px 10px #ccc !important;
}

.popbtn .layui-layer-title {
    padding: 0 5px 0 20px;
}

.popbtn .btn-content {
    float: right;
    height: 40px;
    padding-top: 4px;
}

.popbtn .btn-content a {
    display: block;
    float: left;
    margin: 0 4px;
}

.btn__con {
    width: 204px;
    padding-top: 4px;
}

.btn__con.right {
    float: right;
}

.btn__con.center {
    display: table;
    margin: 0 auto;
}

.bottom-info {
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 9;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
}

.bottom-info > strong {
    float: left;
    padding-left: 26px;
}

.veiw_btn_bg {
    opacity: 0.5;
    background: #000;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.tab-tmp-type {
    position: absolute;
    margin-left: -36px;
    left: 50%;
    width: 86px;
    padding-top: 4px;
}

.tab-tmp-type > a {
    float: left;
}

.tab-tmp-type > a.wap {
    margin-left: 12px;
}

.tab-tmp-type > a.active {
    border: 1px solid #21AEFF;
    border-radius: 3px;
}

.wapFramePreview {
    width: 90%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.wapFramePreview .c {
    height: 100%;
    float: left;
}

.wapFramePreview .c > iframe {
    height: 100%;
}

.wapFramePreview .code {
    display: block;
    height: 100%;
    float: left;
    position: relative;
}

.wapFramePreview .canvas-code {
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0%;
    margin-top: -70px;
    margin-right: 70px;
}


.hidden {
    display: none !important;
}

.gemini-ccrollbar {
    height: calc(100vh - 80px);
}

/*
.gm-scrollbar.-vertical {
    background-color: #f0f0f0
}

.gm-scrollbar.-horizontal {
    background-color: transparent;
}

.gm-scrollbar .thumb {
    background-color: rebeccapurple;
}
.gm-scrollbar .thumb:hover {
    background-color: fuchsia;
}*/
