html,
body {
    min-height: 100%;
    font-family: 'Microsoft YaHei', 'Source Sans Pro', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #393939;
}

body {
    background: #f4f4f4;
    color: #393939;
    line-height: 22px;
}

ul {
    -webkit-padding: 0;
    -webkit-margin: 0;
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

@media (min-width: 768px) {
    html, body {
        height: 100%;
    }
    .main-shell {
        min-height: 100%;
        max-width: 50%;
        margin-left: 25%;
        box-shadow: 0 0 5px #888888;
    }
}

@media (max-width: 767px) {
}

.main-header {
}

.nav-bar {
    background-color: #44b78b;
    color: #f0f0f0;
    line-height: 22px;
    display: -webkit-flex; /* Safari */
    display: flex;
}

.nav-bar div {
    padding: 12px 15px;
    text-align: center;
}

.nav-bar .btn:hover {
    background-color: #319978;
    cursor: pointer;
}

.nav-bar p {
    margin: 0;
}

.nav-bar i {
    font-size: 24px;
    vertical-align: middle;
}

.nav-bar span {
    font-size: 22px;
    font-weight: 600;
    vertical-align: middle;
}

.nav-bar .title {
    width: 100%;
    text-align: center;
}

.nav-bar .home {
}

.main-body {
}

.zone-form {
    background-color: #f4f4f4;
}

.zone-form input {
    width: 100%;
    height: 40px;
    padding: 15px;
    font-size: 15px;
    box-sizing: border-box;
    border: none;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.zone-form p {
    margin: 0;
}

.zone-form textarea {
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    font-size: 15px;
    box-sizing: border-box;
    border: none;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.zone-form input.radio {
    height: 21px;
    width: 21px;
    margin-left: 15px;
    margin-top: 15px;
}

.zone-form input.text {
    height: 50px;
    width: 20%;
    margin-top: 0;
    vertical-align: top;
    background-color: transparent;
    border: none;
}

.field-title {
    padding: 10px 15px;
    font-size: 16px;
    color: #666;
    display: -webkit-flex; /* Safari */
    display: flex;
}

.field-title i {
    color: #66cc99;
    font-weight: 600;
    margin-left: 10px;
}

.field-title.result {
    color: #319978;
    font-weight: 600;
}

.select-option span {
    padding: 2px 5px;
    margin: 0 10px;
    border-radius: 2px;
    cursor: pointer;
}

.select-option span:hover, .select-option span.active {
    background-color: #44b78b;
    color: #f0f0f0;
}

.select-option span:active {
    background-color: #319978;
}

.select-option i {
    font-size: 18px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 5px;
}

.cell-bulletin {
    color:#393939;
    margin-right: 10px;
}

.cell-option {
}

.cell-option b {
    cursor: pointer;
}

.cell-option b:not(.hold):not(.active):hover::before {
    content: "\ea2f";
    color: #44b78b;
}

.cell-option b:not(.hold):not(.active):active::before {
    content: "\ea2f";
    color: #319978;
}

.cell-option b.hold:not(.active):active::before {
    content: "\ea2f";
    color: #319978;
}

.cell-option b.active:active::before {
    content: "\ea2e";
    color: #319978;
}

.cell-option .iconfont {
    color: #44b78b;
}

.cell-option .iconfont.active::before {
    content: "\ea2f";
    color: #319978;
}

.field-content {
}

span.option-title {
    width: 42px;
    padding-right: 8px;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
}

input.sub-option {
    height: 24px;
    width: 100px;
    padding: 3px 5px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #d9d9d9;
}

.thumbnail {
    cursor: pointer;
}

#qr {
    padding: 10px 15px;
    display: -webkit-flex; /* Safari */
    display: flex;
}

#qr.hidden {
    display: none;
}

#qr canvas {
    display: none;
}

#qr img {
    height: 128px;
    width: 128px;
    border: 10px solid #fff;
}

#qr ul {
    margin-left: 28px;
}

#qr li {
    margin-bottom: 5px;
    display: -webkit-flex; /* Safari */
    display: flex;
}

#qr .download {
    margin-top: 15px;
}

#qr .download span {
    font-size: 16px;
    font-weight: 600;
}

#qrcode {
    width: 148px;
    height: 148px;
    border: 1px solid #ddd;
    background-color: #fff;
}

#bar {
    padding: 10px 15px;
}

#bar td {
    padding-right: 25px;
}

#bar.hidden {
    display: none;
}

#bar ul {
}

#bar li {
    margin-bottom: 5px;
    display: -webkit-flex; /* Safari */
    display: flex;
}

#bar li > div {
}

#bar li.empty-li {
    height: 24px;
}

#bar li.empty-li.last-line {
    margin-top: 10px;
    margin-bottom: 0;
}

#bar .cell-option {
    padding-left: 26px;
}

#bar .cell-option b {
    margin-right: 10px;
    line-height: 24px;
    font-size: 14px;
}

#bar .cell-option span.option-title {
    width: auto;
}

#bar .download {
    margin-top: 10px;
    margin-bottom: 0;
}

#bar .download span {
    font-size: 16px;
    font-weight: 600;
}

#barcode {
    height: 128px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}

#barcode img {
    height: 100%;
    width: 100%;
}

.btn-download {
    color: #44b78b;
    font-size: 22px;
}

.btn-download:hover {
    color: #39aa86;
}

.btn-download:active {
    color: #319978;
}

.zone-tip {
}

.zone-tip p {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.zone-tip span {
    font-weight: 600;
    margin: 0 3px;
}

.zone-act {
    margin-top: 20px;
}

.sp-btn {
    background-color: #44b78b;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 58px;
    margin: 0 15px;
    border-radius: 2px;
    cursor: pointer;
}

#spGenerate:hover {
    background-color: #39aa86;
}

#spGenerate:active {
    background-color: #319978;
}

#spReset {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 4px 57px;
    color: #aeaeae;
    font-weight: normal;
}

#spReset:hover {
    background-color: #ececec;
    color: #969696;
}

#spReset:active {
    background-color: #e8e8e8;
}

.zone-empty {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.main-footer {
}

.main-footer a {
    color: #0028fd;
}

.extend-view {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    text-align: center;
    background-color: #000;
    z-index: 99;
}

.extend-view canvas {
    cursor: pointer;
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

font {
}