﻿.layui-card-header {
    background: #d49540;
    color: #FFFFFF;
    text-shadow: #545353 -3px 3px 2px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 2px;
}

.layui-bg-gray {
    color: initial !important;
    background: #F7F7F7 !important;
    padding: 30px;
}

.layui-card {
    min-height: 334px;
    overflow: hidden;
}

.code {
    position: absolute;
    top: 3px;
    left: 266px;
}

.switch-code {
    color: #0000ee;
    position: absolute;
    top: 8px;
    left: 350px;
}

    .switch-code:hover {
        cursor: pointer;
        color: #0000ee;
        opacity: 0.8;
    }

.result, .none {
    display: none;
}

.layui-table tr td, .layui-table tr th {
    text-align: center;
    color: #000000;
}

.layui-table {
    margin: initial !important;
}

.layui-btn-normal {
    background-color: #009688 !important;
}

.code-item {
    width: 30%;
}
.info-tip {
  font-size:16px;
}
/*手机端适配*/
@media screen and (max-width:1050px) {
    .layui-bg-gray {
        padding: 16px !important;
    }

    .main {
        padding: 0 !important;
    }

    .code {
        margin-left: 100px;
        margin-top: 10px;
    }

    .code-item {
        width: initial !important;
    }

    .code, .switch-code {
        position: initial !important;
    }

    .layui-card-header {
        font-size: 1.1em;
        text-shadow: #545353 -1px 2px 2px;
    }
    .layui-btn-lg {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 14px;
    }
    .info-tip {
        font-size: 1em;
    }
}
