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 4px;
    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;
}

.check-sp-char:not(.hold):not(.active):hover::before,
.cell-option b:not(.hold):not(.active):hover::before {
    content: "\ea2f";
    color: #44b78b;
}

.check-sp-char:not(.hold):not(.active):active::before,
.cell-option b:not(.hold):not(.active):active::before {
    content: "\ea2f";
    color: #319978;
}

.check-sp-char.hold:not(.active):active::before,
.cell-option b.hold:not(.active):active::before {
    content: "\ea2f";
    color: #319978;
}

.check-sp-char.active:active::before,
.cell-option b.active:active::before {
    content: "\ea2e";
    color: #319978;
}

.check-sp-char,
.cell-option .iconfont {
    color: #44b78b;
}

.check-sp-char.active::before,
.cell-option .iconfont.active::before {
    content: "\ea2f";
    color: #319978;
}

.cell-option b.iconfont.icon-unselect-radio::before {
    content: "\ea33";
    color: #319978;
}

.cell-option b.iconfont.icon-unselect-radio:hover::before {
    content: "\ea30";
    color: #44b78b;
}

.cell-option b.iconfont.icon-unselect-radio.active::before,
.cell-option b.iconfont.icon-unselect-radio:active::before {
    content: "\ea30";
    color: #319978;
}

.field-content {
}

.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: 25px;
}

.sp-btn {
    background-color: #44b78b;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 32px;
    margin: 0 8px;
    border-radius: 2px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .sp-btn {
        padding: 5px 38px;
        margin: 0 10px;
    }
}

#codec, #case {
    position: relative;
    margin-left: 10px;
    display: none;
}

#codec.active, #case.active {
    display: block;
}

#codec span {
    margin-left: 5px;
    line-height: 24px;
}

#case span {
    margin-left: 5px;
    margin-right: 5px;
    line-height: 24px;
}

.check-sp-char {
    cursor: pointer;
}

#crypt {
    position: relative;
    display: none;
}

#crypt.active {
    display: -webkit-flex; /* Safari */
    display: flex;
}

#crypt ul {
    position: absolute;
    background-color: #fff;
    font-size: 15px;
    top: 24px;
    right: 0;
    z-index: 2;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
}

#crypt ul > li {
    width: 78px;
    margin: 3px 0;
    text-align: center;
    cursor: pointer;
}

#crypt ul > li:hover {
    background-color: #f0f0f0;
}

#key {
    padding: 2px 0;
    margin-left: 4px;
    margin-right: 10px;
    width: 186px;
    height: 24px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

#mode {
    padding: 0;
    margin: 0;
    width: 78px;
    height: 22px;
    text-align: center;
    color: #666;
    background-color: #ececec;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    cursor: pointer;
}

#mode:hover {
    background-color: #f0f0f0;
}

@media (min-width: 768px) {
    #key {
        margin-left: 10px;
        margin-right: 10px;
    }
}

#taResult {
    height: 200px;
}

#spEndo {
    margin-left: 15px;
}

#spEndo:hover, #spDedo:hover {
    background-color: #39aa86;
}

#spEndo:active, #spDedo:active {
    background-color: #319978;
}

#spDedo.disable {
    background-color: #e8e8e8;
    color: #f4f4f4;
    cursor: default;
}

#spClear {
    padding: 4px 31px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    color: #aeaeae;
    font-weight: normal;
}

@media (min-width: 768px) {
    #spClear {
        padding: 4px 37px;
    }
}

#spClear:hover {
    background-color: #ececec;
    color: #969696;
}

#spClear:active {
    background-color: #e8e8e8;
}

.zone-empty {
    padding: 25px 15px;
    border-bottom: 1px solid #ddd;
}

.main-footer {
}

.main-footer a {
    color: #0028fd;
}

@media (min-width: 768px) {
    .select-option span {
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
}

font {
}