.hbox {
    display: inline-block;
    position: fixed;
    top: -100px;
}
.sm {
    width: 575px;
    display: inline-block;
    position: fixed;
    top: -100px;
}
.md {
    width: 700px;
    display: inline-block;
    position: fixed;
    top: -100px;
}
.lg {
    width: 991px;
    display: inline-block;
    position: fixed;
    top: -100px;
}
.xl {
    width: 1199px;
    display: inline-block;
    position: fixed;
    top: -100px;
}
.o_pre {
    max-height: 200px;
    overflow: scroll;
    color: #4b9be6;
    font-size: 16px;
    line-height: 1.75em;
    padding: 10px;
    box-sizing: border-box;
    background: #dcf9de;
    border: none;
    height: auto;
}
.o_hide {
    display: none;
}
.o_body {
    overflow: hidden;
    position: relative;
    min-height: 100%;
    z-index: 0;
}
.o_main {
    min-height: 100%;
}
.o_zz {
    background: #0f2341;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    top: -50px;
    left: -20px;
    z-index: 10;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    bottom: -50px;
    right: -20px;
    background-image: url(#);
}
.o_clear {
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}
.o_clearbox:after {
    content: ".";
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}
.o_table {
    display: table;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.o_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}
.o_gray {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.o_color {
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.pointer {
    cursor: pointer;
}
.emt {
    color: #ededed;
}
.o_link_base {
    color: #333;
    cursor: pointer;
}
.o_link_base:hover {
    color: #4b9be6;
}
.o_link_light,
.o_link_light * {
    color: #999;
    cursor: pointer;
}
.o_link_light:hover,
.o_link_light a:hover,
.o_link_light:hover * {
    color: #4b9be6;
}
.o_link_base a {
    color: #333;
}
.o_link_base a:hover,
.o_textlink_base a:active {
    color: #4b9be6;
}
.o_zIndex1 {
    z-index: 1!important;
    position: relative;
}
.o_zIndex2 {
    z-index: 2!important;
    position: relative;
}
.o_zIndex3 {
    z-index: 3!important;
    position: relative;
}
.o_zIndex4 {
    z-index: 4!important;
    position: relative;
}
.o_zIndex5 {
    z-index: 5!important;
    position: relative;
}
.o_noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.o_3d {
    -webkit-transform: translateZ(0);
    -webkit-backface-visiblity: hidden;
}
.leaveout {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.o_autoW,
.o_autoH,
.o_H100 {
    box-sizing: border-box;
}
.o_autoW,
.o_autoH {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.o_fixW,
.o_autoW,
.o_H100 {
    display: inline-block;
    vertical-align: top;
}
.o_oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.o_moreline {
    word-wrap: break-word;
}
h1,
h2,
h3,
p,
span {
    word-wrap: break-word;
}
td {
    word-break: break-all;
    word-wrap: break-word;
}
@-moz-document url-prefix() {
    .o_table {
        display: inline-flex;
        flex-flow: column;
        justify-content: center;
        align-content: left;
        height: 100%;
    }
    .o_table::before {
        content: "";
        flex: 1 1;
    }
    .o_table::after {
        content: "";
        flex: 1 1;
    }
    .o_cell {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
}
.o_animate {
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.o_animate-solw {
    transition-duration: 0.8s;
    transition-timing-function: ease-out;
}
.o_animate-fast {
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
}
.o_borderbox {
    box-sizing: border-box;
}
.o_Hrel {
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
}
.o_header {
    background: #3ca14d;
}
.o_header:after {
    content: ".";
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}
.o_menu {
    z-index: 11;
}
.o_menu_link {
    display: none;
    width: 50px;
    height: 50px;
    background: green;
    position: relative;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: white;
}
.o_menu_link.cur {
    background: green;
}
.o_menu_link img {
    vertical-align: middle;
    width: 50%;
}
ul.o_scrollH {
    position: relative;
    left: 20px;
    box-sizing: inherit;
}
ul.o_scrollH li {
    position: relative;
    left: -20px;
    box-sizing: border-box;
    width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ul.o_scrollH::-webkit-scrollbar {
        display: none;
    }
}
.o_cutimgbox {
    display: table;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    font-size: 0;
    -webkit-text-size-adjust: none;
    -webkit-transform: translateZ(0);
    -webkit-backface-visiblity: hidden;
}
.o_cutimgbox .bgbox {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    font-size: 0;
}
.o_cutimgbox .bgbox .imgbox {
    display: inline-block;
    font-size: 0;
    -webkit-text-size-adjust: none;
    position: relative;
    background: #333;
    box-sizing: border-box;
    overflow: hidden;
}
.o_cutimgbox .bgbox .imgbox img {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    width: auto;
    height: auto;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.o_cutimgbox .bgbox .imgbox:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
}
.o_cutimgbox .cutbox {
    position: absolute;
    font-size: 0;
    top: 50%;
    left: 50%;
    z-index: 0;
}
.o_cutimgbox .cutbox .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.o_cutimgbox .cutbox .box img {
    position: relative;
    top: 0;
    left: 0;
    background: #999;
}
.o_cutimgbox .controlbox {
    position: absolute;
    font-size: 0;
    top: 50%;
    left: 50%;
    z-index: 1;
}
.o_cutimgbox .controlbox .control {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    font-size: 0;
}
.o_cutimgbox .controlbox .control .resize {
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -12px;
    right: -12px;
    font-size: 0;
    text-align: center;
    line-height: 24px;
    cursor: se-resize;
}
.o_cutimgbox .controlbox .control .resize:after {
    content: "";
    vertical-align: middle;
    width: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    height: 10px;
    background: white;
    border-radius: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    border: 1px solid #eee;
    box-sizing: border-box;
    display: inline-block;
}
.oPager {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}
.oPager a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    min-width: 38px;
    text-align: center;
    border-radius: 0px;
    border: 1px solid #eee;
    background: white;
    margin-right: 5px;
    color: #333;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
}
.oPager a:hover {
    color: #333;
    background: #eee;
    border: 1px solid green;
}
.oPager a.cur {
    color: white;
    background: green;
    border: 1px solid green;
}
.oPager a.lose {
    cursor: default;
    color: white;
    background: #ccc;
    border: 1px solid #ededed;
    opacity: 0.5;
}
.oPager span {
    color: #333;
    margin-right: 5px;
    vertical-align: top;
    font-size: 14px;
    line-height: 38px;
}
.oPager .jumpbox {
    display: inline-block;
}
.oPager .prev,
.oPager .next,
.oPager .jump {
    padding: 0 10px;
    font-family: iconfont;
    background: transparent;
}
.oPager .prev {
    content: "\e896";
}
.oPager .next {
    content: "\e603";
}
.oPager .jump {
    content: "";
}
.oPager .text {
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    border: 1px solid #eee;
    padding: 0 10px;
    width: 100px;
    margin-right: 5px;
}
.ui_form {
    padding: 10px 30px 20px;
    text-align: left;
}
.ui_form dl {
    display: block;
    font-size: 0;
}
.ui_form dl label {
    display: inline-block;
    width: 90px;
    font-size: 14px;
    color: #333;
    text-align: left;
    vertical-align: top;
}
.ui_form dl .cbox {
    display: inline-block;
    width: 450px;
}
.ui_input {
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
    white-space: normal;
    vertical-align: top;
    margin-left: 15px;
    padding-right: 0px;
    font-size: 0px;
    line-height: normal;
}
.ui_input.lose {
    background: #eee;
}
.ui_input input {
    border: none;
    font-size: 14px;
    color: #999;
    line-height: 18px;
    padding: 10px 15px 10px 0;
    box-sizing: border-box;
    background: none;
    margin-left: 15px;
}
.ui_input textarea {
    border: none;
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 18px;
    padding: 10px 15px 10px 0;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    background: none;
}
.ui_input .icon {
    width: 30px;
    line-height: 38px;
    display: inline-block;
    text-align: left;
    color: #999;
    font-size: 16px;
}
.ui_input .btn {
    margin: 3px;
}
.ui_input .time {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 15px 0px 10px;
    color: #999;
    display: inline-block;
    margin: 10px 0;
    border-left: 1px solid #eee;
}
.ui_input .link {
    color: #32beff;
    padding: 0 5px;
    line-height: 38px;
    font-size: 12px;
}
.ui_input .code {
    margin: 3px;
    width: 100px;
    height: 32px;
    background: #eee;
    display: inline-block;
}
.ui_input * {
    vertical-align: top;
}
.ui_input input.full,
.ui_input textarea.full {
    color: #333;
}
.ui_input.cur {
    border-color: #32beff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.ui_input.err {
    border-color: #ff7800;
    box-shadow: 0 0 6px rgba(245, 170, 0, 0.2);
}
.ui_form .o_DropdownBody {
    margin-bottom: 10px;
    width: 100%;
}
.ui_form .ui_addressbox {
    width: 100%;
}
.ui_form .o_Dropdown {
    width: 100% !important;
}
.ui_form label.name {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 1.3em;
    margin-bottom: 10px;
    width: 100%;
}
.ui_input .toolbar {
    font-size: 12px;
    padding: 10px;
    text-align: right;
    color: #ccc;
    line-height: 1.3em;
}
.ui_radio {
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: url(form_bg.png) no-repeat -5px -30px;
    cursor: pointer;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #666;
}
.ui_radio.cur {
    background-position: -5px 0;
}
.ui_radio.lose {
    background-position: -5px -60px;
    cursor: default;
}
.ui_radio input {
    display: none;
}
.ui_checkbox {
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: url(form_bg.png) no-repeat -5px -90px;
    cursor: pointer;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #666;
}
.ui_checkbox.cur {
    background-position: -5px -120px;
}
.ui_checkbox.lose {
    background-position: -5px -150px;
    cursor: default;
}
.ui_checkbox input {
    display: none;
}
.ui_err {
    position: relative;
    line-height: 16px;
    font-size: 12px;
    color: #ff7800;
    padding-left: 22px;
    margin-bottom: 10px;
    display: none;
}
.ui_err.show {
    display: block;
}
.ui_err a {
    color: #32beff;
    display: inline-block;
    padding: 0 2px;
}
.ui_err i {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background: url(form_bg.png) no-repeat left -187px;
    display: inline-block;
}
.o_font0 {
    font-size: 0!important;
    line-height: auto;
}
.o_g {
    display: block;
    *zoom: 1;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 0!important;
    line-height: auto;
}
.o_g:after {
    content: ".";
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}
.o_u {
    display: inline-block;
    text-rendering: auto;
    box-sizing: border-box;
}
.o_shade {
    background: #0f2341;
    position: fixed;
    height: 2000px;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 88888888;
    padding: 0 3.125%;
    display: block;
    opacity: 0;
    z-index: 999999999998;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    filter: Alpha(opacity=50);
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.o_shade.show {
    opacity: 0.5;
}
.o_popup {
    width: 860px;
    left: 50%;
    margin-left: -430px;
    position: fixed;
    background: white;
    z-index: 999999999999;
    opacity: 0;
    display: none;
    box-shadow: 1px 9px 15px 3px rgba(0, 0, 0, 0.2);
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
}
.o_popup.absolute {
    position: absolute;
}
.o_popup.show {
    animation: popup_show 0.3s ease-out 0s;
    -moz-animation: popup_show 0.3s ease-out 0s;
    /* Firefox */
    -webkit-animation: popup_show 0.3s ease-out 0s;
    /* Safari 和 Chrome */
    -o-animation: popup_show 0.3s ease-out 0s;
    /* Opera */
    animation-fill-mode: forwards;
    /*设置动画结束停留在最后一针*/
    -webkit-animation-fill-mode: forwards;
    margin-top: 0;
    opacity: 1;
}
@keyframes popup_show {
    0% {
        margin-top: -50px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes popup_show {
    0% {
        margin-top: -50px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
.o_popup.show.hide {
    animation: popup_hide 0.3s ease-out 0s;
    -moz-animation: popup_hide 0.3s ease-out 0s;
    /* Firefox */
    -webkit-animation: popup_hide 0.3s ease-out 0s;
    /* Safari 和 Chrome */
    -o-animation: popup_hide 0.3s ease-out 0s;
    /* Opera */
    animation-fill-mode: forwards;
    /*设置动画结束停留在最后一针*/
    -webkit-animation-fill-mode: forwards;
    margin-top: 0;
}
@keyframes popup_hide {
    0% {
        margin-top: 0;
        opacity: 1;
    }
    100% {
        margin-top: -50px;
        opacity: 0;
    }
}
@-webkit-keyframes popup_hide {
    0% {
        margin-top: 0;
        opacity: 1;
    }
    100% {
        margin-top: -50px;
        opacity: 0;
    }
}
.o_popupclose {
    background: #eee;
    height: 30px;
    line-height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: top;
    float: right;
    font-size: 25px;
    color: #434040;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "iconfont";
    cursor: pointer;
}
.o_popupclose:before {
    content: \f00d;
}
.o_popup.o_alert {
    width: 400px;
    margin-left: -200px;
    padding: 45px 0 30px;
}
.o_popup.o_confirm {
    width: 500px;
    margin-left: -250px;
    padding: 45px 30px 30px;
}
.o_popup.o_alert .cont,
.o_popup.o_confirm .cont {
    padding-bottom: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.o_popup.o_alert .tool,
.o_popup.o_confirm .tool {
    text-align: center;
}
.o_popup.o_alert .tool .btn,
.o_popup.o_confirm .tool .btn {
    margin: 0 10px;
}
h1 {
    font-size: 32px;
    line-height: 1.5em;
    padding: 10px;
    margin-bottom: 10px;
    color: #333;
    position: relative;
}
h2 {
    font-size: 28px;
    line-height: 1.5em;
    margin: 10px 0;
    color: #333;
    position: relative;
}
h3 {
    font-size: 24px;
    line-height: 1.5em;
    margin: 10px 0;
    color: #333;
    position: relative;
}
h1 span,
h2 span,
h3 span {
    display: inline-block;
    padding: 0 0px;
}
select {
    opacity: 0;
}
.o_DropdownBody {
    display: inline-block;
    position: relative;
    z-index: 0;
    vertical-align: middle;
}
.o_Dropdown {
    height: 50px;
    display: inline-block;
    border: 1px solid #ccc;
    position: relative;
    background: white;
    z-index: 9;
    cursor: pointer;
    box-sizing: border-box;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.o_Dropdown .name {
    height: 50px;
    line-height: 50px !important;
    font-size: 14px;
    color: #666;
    display: block;
    padding-left: 15px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-align: left;
}
.o_Dropdown .i_down {
    display: inline-block;
    width: 12px;
    height: 12px;
    right: 6px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    color: black;
    font-size: 12px;
    line-height: 1em;
    font-family: iconfont;
}
.o_Dropdown .i_down:before {
    content: "\e655";
}
.o_Dropdown.selected span {
    color: #666;
}
.o_Dropdown select {
    cursor: default;
    text-indent: 0;
    height: 50px;
    line-height: 50px;
    color: #a0a0a0;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.o_Dropdown select {
    line-height: 30px;
}
.o_Dropdown.lose {
    background: #efefef;
}
.o_Dropdown.lose .name {
    color: #999;
}
.o_Dropdown .listbox {
    padding-top: 5px;
    display: none;
    position: absolute;
    left: -1px;
    top: 50px;
    min-width: 100%;
    margin-top: -10px;
}
.o_Dropdown .list {
    min-width: 100%;
    border: 1px solid #ccc;
    box-shadow: 1px 9px 15px 3px rgba(0, 0, 0, 0.2);
    background: white;
    max-height: 200px;
}
.o_Dropdown .list ul h2 {
    font-weight: bold;
    color: black;
    padding: 5px 7.5px;
    line-height: 1.37em;
    font-size: 14px;
    margin: 0;
}
.o_Dropdown .list li {
    display: block;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
}
.o_Dropdown .list li span {
    padding: 5px 15px;
    display: block;
    font-size: 12px;
    line-height: 1.37em;
}
.o_Dropdown .list li:hover {
    background: #ededed;
    color: #333;
}
.o_Dropdown .list li.lose {
    color: #ccc;
    cursor: default;
}
.o_Dropdown .list li.cur {
    background: #005aab;
    color: white;
}
.o_Dropdown .o_scrollWin .o_barbox {
    width: 15px;
}
.o_DropdownBody.open .o_Dropdown {
    border-color: #3ca14d;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.o_DropdownBody.open .o_Dropdown .i_down:before {
    content: "\e655";
}
.o_Dropdown .list li.ed {
    display: none;
}
.o_Dropdown .list .group.ed {
    display: none !important;
}
.o_Dropdown.searching .list .group {
    display: none;
}
.o_Dropdown.searching .list .group.groupopen {
    display: block;
}
.o_Dropdown.searching .list .group.groupopen li {
    display: block;
}
.o_Dropdown.searching .list li {
    display: none;
}
.o_Dropdown.searching .list li.groupopen {
    display: block;
}
.o_Dropdown .listbox .emptyinfo {
    color: #666;
    font-size: 12px;
    line-height: 1.37em;
    display: none;
    text-align: center;
}
.o_Dropdown .listbox.empty .emptyinfo {
    display: block;
}
.o_Dropdown .listbox.lose .o_scrollbody ul {
    opacity: 0.1;
}
.o_Dropdown .listbox.lose .o_barbox {
    opacity: 0.1;
}
.o_Dropdown .listbox.lose .o_scrollbody:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: gray;
    opacity: 0.2;
    display: block;
}
.o_Dropdown .listbox .o_scrollbody .errinfo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 1.37em;
    display: none;
    text-align: center;
    color: #e25f1e;
    margin-top: -0.67em;
    padding: 0 15px;
    box-sizing: border-box;
    font-weight: bold;
}
.o_Dropdown .listbox.lose .o_scrollbody .errinfo {
    display: block;
    z-index: 1;
}
.o_Dropdown input {
    border: none;
    display: inline-block;
    width: 50px;
    padding-right: 32px;
    padding-left: 10px;
    height: 50px;
    font-size: 12px;
    background: none;
}
.o_Dropdown .tabs {
    display: inline-block;
    margin: 5px 0 0 5px;
}
.o_Dropdown .tabs span {
    display: inline-block;
    font-size: 14px;
    color: white;
    line-height: 30px;
    background: #3ca14d;
    position: relative;
    padding: 0 20px 0 5px;
}
.o_Dropdown .tabs span i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 20px;
    text-align: center;
}
.o_Dropdown .tabs span i:before {
    content: "X";
}
.o_InputSelectBox {
    height: 50px;
    display: inline-block;
    border: 1px solid #ccc;
    position: relative;
    background: white;
    z-index: 9;
    cursor: pointer;
    box-sizing: border-box;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    border: none;
    height: auto;
}
.o_InputSelectBox select {
    cursor: default;
    text-indent: 0;
    height: 50px;
    line-height: 50px;
    color: #a0a0a0;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.o_InputSelectBox select {
    line-height: 30px;
}
.o_InputSelectBox.lose {
    background: #efefef;
}
.o_InputSelectBox.lose .name {
    color: #999;
}
.o_InputSelectBox .listbox {
    display: none;
    position: absolute;
    left: -1px;
    top: 50px;
    min-width: 100%;
    margin-top: -10px;
}
.o_InputSelectBox .list {
    min-width: 100%;
    border: 1px solid #ccc;
    box-shadow: 1px 9px 15px 3px rgba(0, 0, 0, 0.2);
    background: white;
    max-height: 200px;
}
.o_InputSelectBox .list ul h2 {
    font-weight: bold;
    color: black;
    padding: 5px 7.5px;
    line-height: 1.37em;
    font-size: 14px;
    margin: 0;
}
.o_InputSelectBox .list li {
    display: block;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
}
.o_InputSelectBox .list li span {
    padding: 5px 15px;
    display: block;
    font-size: 12px;
    line-height: 1.37em;
}
.o_InputSelectBox .list li:hover {
    background: #ededed;
    color: #333;
}
.o_InputSelectBox .list li.lose {
    color: #ccc;
    cursor: default;
}
.o_InputSelectBox .list li.cur {
    background: #005aab;
    color: white;
}
.o_InputSelectBox .o_scrollWin .o_barbox {
    width: 15px;
}
.o_InputSelectBox .o_scrollWin .o_barbox span {
    margin-left: 7.5px;
}
.oDropdownlist {
    border: none;
    box-shadow: 1px 9px 15px 3px rgba(0, 0, 0, 0.2);
    background: white;
    max-height: 400px;
    width: 80%!important;
    margin-left: -40% !important;
    border-radius: 3px;
    overflow: hidden;
}
.oDropdownlist ul h2 {
    font-weight: bold;
    color: black;
    padding: 5px 7.5px;
    line-height: 1.37em;
    font-size: 14px;
    margin: 0;
}
.oDropdownlist li {
    display: block;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
}
.oDropdownlist li span {
    padding: 15px 15px;
    display: block;
    font-size: 12px;
    line-height: 1.37em;
}
.oDropdownlist li:hover {
    background: #ededed;
    color: #333;
}
.oDropdownlist li.lose {
    color: #ccc;
    cursor: default;
}
.oDropdownlist li.cur {
    background: #3ca14d;
    color: white;
}
.oDropdownlist .o_scrollWin .o_barbox {
    width: 15px;
}
.oDropdownlist .o_scrollWin .o_barbox span {
    margin-left: 7.5px;
}
.o_scrollWin {
    position: relative;
    overflow: hidden;
    min-height: 10px;
    height: 100%;
}
.o_scrollWin .o_scrollbody {
    width: 100%;
    top: 0;
    left: 0;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
}
.o_scrollWin .o_barbox {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 20px;
    padding: 15px 0;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
}
.o_scrollWin .o_barbox span {
    width: 1px;
    background: #eee;
    left: 50%;
    margin-left: -0.5px;
    height: 100%;
    display: block;
    position: absolute;
}
.o_scrollWin .o_barbox .o_bar {
    position: absolute;
    width: 5px;
    min-height: 10px;
    background: black;
    margin-top: 15px;
    top: 0;
    left: 50%;
    margin-left: -2.5px;
    display: block;
    cursor: pointer;
    z-index: 1;
}
.o_bgbtnbase {
    display: inline-block;
    color: #eee;
    border: 1px solid #999;
    background: #999;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    cursor: pointer;
}
.o_bgbtnbase:hover {
    background: #333;
    border-color: #333;
    z-index: 1;
}
.o_linebtnbase {
    display: inline-block;
    color: #999;
    border: 1px solid #999;
    background: rgba(0, 0, 0, 0);
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    cursor: pointer;
}
.o_linebtnbase:hover {
    border-color: #333;
    color: #333;
    z-index: 1;
}
.o_bgbtn1 {
    display: inline-block;
    color: white;
    border: 1px solid #3ca14d;
    background: #3ca14d;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    cursor: pointer;
}
.o_linebtn1 {
    display: inline-block;
    color: #3ca14d;
    border: 1px solid #3ca14d;
    background: rgba(0, 0, 0, 0);
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    cursor: pointer;
}
.o_bgbtn1:hover {
    background: #50b561;
    border-color: #50b561;
}
.o_linebtn1:hover {
    border-color: #50b561;
    color: #50b561;
}
.o_linebtn1:hover i {
    color: #50b561;
}
.o_bgbtn2 {
    display: inline-block;
    color: white;
    border: 1px solid #e543ae;
    background: #e543ae;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    cursor: pointer;
}
.o_linebtn2 {
    display: inline-block;
    color: #e543ae;
    border: 1px solid #e543ae;
    background: rgba(0, 0, 0, 0);
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    cursor: pointer;
}
.o_bgbtn2:hover {
    background: #f957c2;
    border-color: #f957c2;
}
.o_linebtn2:hover {
    border-color: #f957c2;
    color: #f957c2;
}
.o_bgbtn1.o_lose,
.o_bgbtn2.o_lose,
.o_bgbtnbase.o_lose,
.o_bgbtn1.o_lose:hover i,
.o_bgbtn2.o_lose:hover i,
.o_bgbtnbase.o_lose:hover i {
    background: #eee;
    color: #ccc;
    border-color: #eee;
    cursor: default;
}
.o_linebtn1.o_lose,
.o_linebtn2.o_lose,
.o_linebtnbase.o_lose,
.o_linebtn1.o_lose:hover i,
.o_linebtn2.o_lose:hover i,
.o_linebtnbase.o_lose:hover i {
    background: white;
    color: #ccc;
    border-color: #f2f2f2;
    cursor: default;
}
.o_color_demo {
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    color: white;
    font-size: 30px;
    text-align: center;
}
.o_form {
    width: 70%;
}
.o_form .o_row {
    background: none;
    margin-bottom: 5px;
}
.o_form .o_row input[type="text"],
.o_form .o_row textarea {
    border: 1px solid #999;
    background: white;
    color: #333;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    height: 100%;
}
.o_form .o_row input[type="text"] {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.o_form .o_row textarea {
    padding: 10px;
    height: auto;
    resize: none;
}
.o_form .o_row label {
    display: inline-block;
    background: none;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.o_form .o_row .o_u {
    border: none !important;
}
.o_loadingBox {
    width: 80px;
    height: 80px;
    position: absolute;
    margin-top: -40px;
    margin-right: -40px;
    top: 50%;
    right: 50%;
    z-index: 99;
}
.o_loadingBox span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: green;
    position: absolute;
    overflow: hidden;
    -webkit-animation: load 1s ease infinite;
}
@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(1.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.2);
        opacity: 0.5;
    }
}
.o_loadingBox span.o1 {
    left: 0;
    top: 50%;
    margin-top: -5px;
    -webkit-animation-delay: 0.13s;
}
.o_loadingBox span.o2 {
    left: 9.75609756px;
    top: 9.75609756px;
    -webkit-animation-delay: 0.26s;
}
.o_loadingBox span.o3 {
    left: 50%;
    top: 0;
    margin-left: -5px;
    -webkit-animation-delay: 0.39s;
}
.o_loadingBox span.o4 {
    top: 9.75609756px;
    right: 9.75609756px;
    -webkit-animation-delay: 0.52s;
}
.o_loadingBox span.o5 {
    right: 0;
    top: 50%;
    margin-top: -5px;
    -webkit-animation-delay: 0.65s;
}
.o_loadingBox span.o6 {
    right: 9.75609756px;
    bottom: 9.75609756px;
    -webkit-animation-delay: 0.78s;
}
.o_loadingBox span.o7 {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    -webkit-animation-delay: 0.91s;
}
.o_loadingBox span.o8 {
    bottom: 9.75609756px;
    left: 9.75609756px;
    -webkit-animation-delay: 1.04s;
}
.o_loadingBox .tt {
    font-size: 12px;
    line-height: 12px;
    width: 80px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -6px;
    color: #999;
}
.o_shade_loading {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.o_g .o_u.o_df_1-2 {
    width: 50%;
}
.o_g .o_u.o_df_2-2 {
    width: 100%;
}
.o_g .o_u.o_df_1-3 {
    width: 33.33333333%;
}
.o_g .o_u.o_df_2-3 {
    width: 66.66666667%;
}
.o_g .o_u.o_df_3-3 {
    width: 100%;
}
.o_g .o_u.o_df_1-4 {
    width: 25%;
}
.o_g .o_u.o_df_2-4 {
    width: 50%;
}
.o_g .o_u.o_df_3-4 {
    width: 75%;
}
.o_g .o_u.o_df_4-4 {
    width: 100%;
}
.o_g .o_u.o_df_1-5 {
    width: 20%;
}
.o_g .o_u.o_df_2-5 {
    width: 40%;
}
.o_g .o_u.o_df_3-5 {
    width: 60%;
}
.o_g .o_u.o_df_4-5 {
    width: 80%;
}
.o_g .o_u.o_df_5-5 {
    width: 100%;
}
.o_g .o_u.o_df_1-6 {
    width: 16.66666667%;
}
.o_g .o_u.o_df_2-6 {
    width: 33.33333333%;
}
.o_g .o_u.o_df_3-6 {
    width: 50%;
}
.o_g .o_u.o_df_4-6 {
    width: 66.66666667%;
}
.o_g .o_u.o_df_5-6 {
    width: 83.33333333%;
}
.o_g .o_u.o_df_6-6 {
    width: 100%;
}
.o_g .o_u.o_df_1-8 {
    width: 12.5%;
}
.o_g .o_u.o_df_2-8 {
    width: 25%;
}
.o_g .o_u.o_df_3-8 {
    width: 37.5%;
}
.o_g .o_u.o_df_4-8 {
    width: 50%;
}
.o_g .o_u.o_df_5-8 {
    width: 62.5%;
}
.o_g .o_u.o_df_6-8 {
    width: 75%;
}
.o_g .o_u.o_df_7-8 {
    width: 87.5%;
}
.o_g .o_u.o_df_8-8 {
    width: 100%;
}
.o_g .o_u.o_df_1-10 {
    width: 10%;
}
.o_g .o_u.o_df_2-10 {
    width: 20%;
}
.o_g .o_u.o_df_3-10 {
    width: 30%;
}
.o_g .o_u.o_df_4-10 {
    width: 40%;
}
.o_g .o_u.o_df_5-10 {
    width: 50%;
}
.o_g .o_u.o_df_6-10 {
    width: 60%;
}
.o_g .o_u.o_df_7-10 {
    width: 70%;
}
.o_g .o_u.o_df_8-10 {
    width: 80%;
}
.o_g .o_u.o_df_9-10 {
    width: 90%;
}
.o_g .o_u.o_df_10-10 {
    width: 100%;
}
.o_g .o_u.o_df_1-12 {
    width: 8.33333333%;
}
.o_g .o_u.o_df_2-12 {
    width: 16.66666667%;
}
.o_g .o_u.o_df_3-12 {
    width: 25%;
}
.o_g .o_u.o_df_4-12 {
    width: 33.33333333%;
}
.o_g .o_u.o_df_5-12 {
    width: 41.66666667%;
}
.o_g .o_u.o_df_6-12 {
    width: 50%;
}
.o_g .o_u.o_df_7-12 {
    width: 58.33333333%;
}
.o_g .o_u.o_df_8-12 {
    width: 66.66666667%;
}
.o_g .o_u.o_df_9-12 {
    width: 75%;
}
.o_g .o_u.o_df_10-12 {
    width: 83.33333333%;
}
.o_g .o_u.o_df_11-12 {
    width: 91.66666667%;
}
.o_g .o_u.o_df_12-12 {
    width: 100%;
}
.o_df-left {
    float: left !important;
}
.o_df-right {
    float: right !important;
}
.o_df-show {
    display: inline-block !important;
}
.o_df-show-block {
    display: block!important;
}
.o_df-hide {
    display: none!important;
}
.o_df-inlineblock {
    display: inline-block !important;
}
.o_df-center {
    text-align: center !important;
}
.o_df-textright {
    text-align: right !important;
}
.o_df-textleft {
    text-align: left !important;
}
.o_df-animate {
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.o_btn_df-sm {
    font-size: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.o_btn_df-sm span {
    line-height: 30px;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
}
.o_btn_df-sm i {
    padding: 0 8px;
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    top: 0px;
    position: relative;
    box-sizing: border-box;
}
.o_btn_df-df {
    font-size: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.o_btn_df-df span {
    line-height: 38px;
    display: block;
    padding: 0 20px;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
}
.o_btn_df-df i {
    padding: 0 11px;
    font-size: 18px;
    display: inline-block;
    line-height: 38px;
    vertical-align: top;
    top: 0px;
    position: relative;
}
.o_btn_df-xl {
    font-size: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.o_btn_df-xl span {
    line-height: 48px;
    display: block;
    padding: 0 45px;
    font-size: 16px;
    vertical-align: top;
    text-align: center;
}
.o_btn_df-xl i {
    padding: 0 15px;
    font-size: 20px;
    display: inline-block;
    line-height: 48px;
    vertical-align: top;
    top: 0px;
    position: relative;
}
.o_df-table {
    display: table!important;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.o_df-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}
@-moz-document url-prefix() {
    .o_df-table {
        display: flex !important;
        flex-flow: column;
        justify-content: center;
        align-content: center;
        height: 100%;
    }
    .o_df-table::before {
        content: "";
        flex: 1 1;
    }
    .o_df-table::after {
        content: "";
        flex: 1 1;
    }
    .o_df-cell {
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
}
.o_font-large {
    font-size: 72px;
    line-height: 1.2em;
}
.o_font-middle {
    font-size: 32px;
    line-height: 1.2em;
}
.o_font-small {
    font-size: 18px;
    line-height: 1.2em;
}
.o_m_zz {
    background: #0f2341;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    left: -20px;
    z-index: 10;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    right: -20px;
    background-image: url(#);
    top: -50px;
    bottom: -50px;
    overflow: scroll;
}
@media (max-width: 575px) {
    body .o_g .o_u.o_xs_1-2 {
        width: 50%;
    }
    body .o_g .o_u.o_xs_2-2 {
        width: 100%;
    }
    body .o_g .o_u.o_xs_1-3 {
        width: 33.33333333%;
    }
    body .o_g .o_u.o_xs_2-3 {
        width: 66.66666667%;
    }
    body .o_g .o_u.o_xs_3-3 {
        width: 100%;
    }
    body .o_g .o_u.o_xs_1-4 {
        width: 25%;
    }
    body .o_g .o_u.o_xs_2-4 {
        width: 50%;
    }
    body .o_g .o_u.o_xs_3-4 {
        width: 75%;
    }
    body .o_g .o_u.o_xs_4-4 {
        width: 100%;
    }
    body .o_g .o_u.o_xs_1-5 {
        width: 20%;
    }
    body .o_g .o_u.o_xs_2-5 {
        width: 40%;
    }
    body .o_g .o_u.o_xs_3-5 {
        width: 60%;
    }
    body .o_g .o_u.o_xs_4-5 {
        width: 80%;
    }
    body .o_g .o_u.o_xs_5-5 {
        width: 100%;
    }
    body .o_g .o_u.o_xs_1-6 {
        width: 16.66666667%;
    }
    body .o_g .o_u.o_xs_2-6 {
        width: 33.33333333%;
    }
    body .o_g .o_u.o_xs_3-6 {
        width: 50%;
    }
    body .o_g .o_u.o_xs_4-6 {
        width: 66.66666667%;
    }
    body .o_g .o_u.o_xs_5-6 {
        width: 83.33333333%;
    }
    body .o_g .o_u.o_xs_6-6 {
        width: 100%;
    }
    body .o_g .o_u.o_xs_1-8 {
        width: 12.5%;
    }
    body .o_g .o_u.o_xs_2-8 {
        width: 25%;
    }
    body .o_g .o_u.o_xs_3-8 {
        width: 37.5%;
    }
    body .o_g .o_u.o_xs_4-8 {
        width: 50%;
    }
    body .o_g .o_u.o_xs_5-8 {
        width: 62.5%;
    }
    body .o_g .o_u.o_xs_6-8 {
        width: 75%;
    }
    body .o_g .o_u.o_xs_7-8 {
        width: 87.5%;
    }
    body .o_g .o_u.o_xs_8-8 {
        width: 100%;
    }
    body .o_g .o_u.o_xs_1-12 {
        width: 8.33333333%;
    }
    body .o_g .o_u.o_xs_2-12 {
        width: 16.66666667%;
    }
    body .o_g .o_u.o_xs_3-12 {
        width: 25%;
    }
    body .o_g .o_u.o_xs_4-12 {
        width: 33.33333333%;
    }
    body .o_g .o_u.o_xs_5-12 {
        width: 41.66666667%;
    }
    body .o_g .o_u.o_xs_6-12 {
        width: 50%;
    }
    body .o_g .o_u.o_xs_7-12 {
        width: 58.33333333%;
    }
    body .o_g .o_u.o_xs_8-12 {
        width: 66.66666667%;
    }
    body .o_g .o_u.o_xs_9-12 {
        width: 75%;
    }
    body .o_g .o_u.o_xs_10-12 {
        width: 83.33333333%;
    }
    body .o_g .o_u.o_xs_11-12 {
        width: 91.66666667%;
    }
    body .o_g .o_u.o_xs_12-12 {
        width: 100%;
    }
    body .o_xs-left {
        float: left !important;
    }
    body .o_xs-right {
        float: right !important;
    }
    body .o_xs-show {
        display: inline-block !important;
    }
    body .o_xs-show-block {
        display: block!important;
    }
    body .o_xs-hide {
        display: none!important;
    }
    body .o_xs-inlineblock {
        display: inline-block !important;
    }
    body .o_xs-center {
        text-align: center !important;
    }
    body .o_xs-textright {
        text-align: right !important;
    }
    body .o_xs-textleft {
        text-align: left !important;
    }
    body .o_xs-animate {
        transition-duration: 0.4s;
        transition-timing-function: ease-out;
    }
    body .o_btn_xs-sm {
        font-size: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    body .o_btn_xs-sm span {
        line-height: 30px;
        display: block;
        padding: 0 15px;
        font-size: 12px;
        vertical-align: top;
        text-align: center;
    }
    body .o_btn_xs-sm i {
        padding: 0 8px;
        font-size: 16px;
        display: inline-block;
        line-height: 30px;
        vertical-align: top;
        top: 0px;
        position: relative;
        box-sizing: border-box;
    }
    body .o_btn_xs-df {
        font-size: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    body .o_btn_xs-df span {
        line-height: 38px;
        display: block;
        padding: 0 20px;
        font-size: 14px;
        vertical-align: top;
        text-align: center;
    }
    body .o_btn_xs-df i {
        padding: 0 11px;
        font-size: 18px;
        display: inline-block;
        line-height: 38px;
        vertical-align: top;
        top: 0px;
        position: relative;
    }
    body .o_btn_xs-xl {
        font-size: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    body .o_btn_xs-xl span {
        line-height: 48px;
        display: block;
        padding: 0 45px;
        font-size: 16px;
        vertical-align: top;
        text-align: center;
    }
    body .o_btn_xs-xl i {
        padding: 0 15px;
        font-size: 20px;
        display: inline-block;
        line-height: 48px;
        vertical-align: top;
        top: 0px;
        position: relative;
    }
    body .o_xs-table {
        display: table!important;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    body .o_xs-cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
    }
    @-moz-document url-prefix() {
        body .o_xs-table {
            display: flex !important;
            flex-flow: column;
            justify-content: center;
            align-content: center;
            height: 100%;
        }
        body .o_xs-table::before {
            content: "";
            flex: 1 1;
        }
        body .o_xs-table::after {
            content: "";
            flex: 1 1;
        }
        body .o_xs-cell {
            text-align: center;
            margin: 0 auto;
            display: block;
            width: 100%;
        }
    }
    body .o_font-large {
        font-size: 42px;
        line-height: 1.2em;
    }
    body .o_font-middle {
        font-size: 18px;
        line-height: 1.2em;
    }
    body .o_font-small {
        font-size: 12px;
        line-height: 1.2em;
    }
    body .o_main {
        position: relative;
    }
    body .o_popup {
        width: 320px;
        left: 50%;
        margin-left: -160px;
    }
    body .o_popup.o_alert {
        width: 300px;
        margin-left: -150px;
    }
}
@media (min-width: 576px) and (max-width: 700px) {
    body .o_g .o_u.o_sm_1-2 {
        width: 50%;
    }
    body .o_g .o_u.o_sm_2-2 {
        width: 100%;
    }
    body .o_g .o_u.o_sm_1-3 {
        width: 33.33333333%;
    }
    body .o_g .o_u.o_sm_2-3 {
        width: 66.66666667%;
    }
    body .o_g .o_u.o_sm_3-3 {
        width: 100%;
    }
    body .o_g .o_u.o_sm_1-4 {
        width: 25%;
    }
    body .o_g .o_u.o_sm_2-4 {
        width: 50%;
    }
    body .o_g .o_u.o_sm_3-4 {
        width: 75%;
    }
    body .o_g .o_u.o_sm_4-4 {
        width: 100%;
    }
    body .o_g .o_u.o_sm_1-5 {
        width: 20%;
    }
    body .o_g .o_u.o_sm_2-5 {
        width: 40%;
    }
    body .o_g .o_u.o_sm_3-5 {
        width: 60%;
    }
    body .o_g .o_u.o_sm_4-5 {
        width: 80%;
    }
    body .o_g .o_u.o_sm_5-5 {
        width: 100%;
    }
    body .o_g .o_u.o_sm_1-6 {
        width: 16.66666667%;
    }
    body .o_g .o_u.o_sm_2-6 {
        width: 33.33333333%;
    }
    body .o_g .o_u.o_sm_3-6 {
        width: 50%;
    }
    body .o_g .o_u.o_sm_4-6 {
        width: 66.66666667%;
    }
    body .o_g .o_u.o_sm_5-6 {
        width: 83.33333333%;
    }
    body .o_g .o_u.o_sm_6-6 {
        width: 100%;
    }
    body .o_g .o_u.o_sm_1-8 {
        width: 12.5%;
    }
    body .o_g .o_u.o_sm_2-8 {
        width: 25%;
    }
    body .o_g .o_u.o_sm_3-8 {
        width: 37.5%;
    }
    body .o_g .o_u.o_sm_4-8 {
        width: 50%;
    }
    body .o_g .o_u.o_sm_5-8 {
        width: 62.5%;
    }
    body .o_g .o_u.o_sm_6-8 {
        width: 75%;
    }
    body .o_g .o_u.o_sm_7-8 {
        width: 87.5%;
    }
    body .o_g .o_u.o_sm_8-8 {
        width: 100%;
    }
    body .o_g .o_u.o_sm_1-12 {
        width: 8.33333333%;
    }
    body .o_g .o_u.o_sm_2-12 {
        width: 16.66666667%;
    }
    body .o_g .o_u.o_sm_3-12 {
        width: 25%;
    }
    body .o_g .o_u.o_sm_4-12 {
        width: 33.33333333%;
    }
    body .o_g .o_u.o_sm_5-12 {
        width: 41.66666667%;
    }
    body .o_g .o_u.o_sm_6-12 {
        width: 50%;
    }
    body .o_g .o_u.o_sm_7-12 {
        width: 58.33333333%;
    }
    body .o_g .o_u.o_sm_8-12 {
        width: 66.66666667%;
    }
    body .o_g .o_u.o_sm_9-12 {
        width: 75%;
    }
    body .o_g .o_u.o_sm_10-12 {
        width: 83.33333333%;
    }
    body .o_g .o_u.o_sm_11-12 {
        width: 91.66666667%;
    }
    body .o_g .o_u.o_sm_12-12 {
        width: 100%;
    }
    body .o_sm-left {
        float: left !important;
    }
    body .o_sm-right {
        float: right !important;
    }
    body .o_sm-show {
        display: inline-block !important;
    }
    body .o_sm-show-block {
        display: block!important;
    }
    body .o_sm-hide {
        display: none!important;
    }
    body .o_sm-inlineblock {
        display: inline-block !important;
    }
    body .o_sm-center {
        text-align: center !important;
    }
    body .o_sm-textright {
        text-align: right !important;
    }
    body .o_sm-textleft {
        text-align: left !important;
    }
    body .o_sm-animate {
        transition-duration: 0.4s;
        transition-timing-function: ease-out;
    }
    body .o_btn_sm-sm {
        font-size: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    body .o_btn_sm-sm span {
        line-height: 30px;
        display: block;
        padding: 0 15px;
        font-size: 12px;
        vertical-align: top;
        text-align: center;
    }
    body .o_btn_sm-sm i {
        padding: 0 8px;
        font-size: 16px;
        display: inline-block;
        line-height: 30px;
        vertical-align: top;
        top: 0px;
        position: relative;
        box-sizing: border-box;
    }
    body .o_btn_sm-df {
        font-size: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    body .o_btn_sm-df span {
        line-height: 38px;
        display: block;
        padding: 0 20px;
        font-size: 14px;
        vertical-align: top;
        text-align: center;
    }
    body .o_btn_sm-df i {
        padding: 0 11px;
        font-size: 18px;
        display: inline-block;
        line-height: 38px;
        vertical-align: top;
        top: 0px;
        position: relative;
    }
    body .o_btn_sm-xl {
        font-size: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    body .o_btn_sm-xl span {
        line-height: 48px;
        display: block;
        padding: 0 45px;
        font-size: 16px;
        vertical-align: top;
        text-align: center;
    }
    body .o_btn_sm-xl i {
        padding: 0 15px;
        font-size: 20px;
        display: inline-block;
        line-height: 48px;
        vertical-align: top;
        top: 0px;
        position: relative;
    }
    body .o_sm-table {
        display: table!important;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    body .o_sm-cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
    }
    @-moz-document url-prefix() {
        body .o_sm-table {
            display: flex !important;
            flex-flow: column;
            justify-content: center;
            align-content: center;
            height: 100%;
        }
        body .o_sm-table::before {
            content: "";
            flex: 1 1;
        }
        body .o_sm-table::after {
            content: "";
            flex: 1 1;
        }
        body .o_sm-cell {
            text-align: center;
            margin: 0 auto;
            display: block;
            width: 100%;
        }
    }
    body .o_font-large {
        font-size: 64px;
        line-height: 1.2em;
    }
    body .o_font-middle {
        font-size: 26px;
        line-height: 1.2em;
    }
    body .o_font-small {
        font-size: 14px;
        line-height: 1.2em;
    }
    body .o_main {
        position: relative;
    }
    body .o_popup {
        width: 320px;
        left: 50%;
        margin-left: -160px;
        content: \f00d;
    }
    body .o_popup.o_alert {
        width: 300px;
        margin-left: -150px;
    }
}
@media (min-width: 701px) and (max-width: 991px) {
    body .o_g .o_u.o_md_1-2 {
        width: 50%;
    }
    body .o_g .o_u.o_md_2-2 {
        width: 100%;
    }
    body .o_g .o_u.o_md_1-3 {
        width: 33.33333333%;
    }
    body .o_g .o_u.o_md_2-3 {
        width: 66.66666667%;
    }
    body .o_g .o_u.o_md_3-3 {
        width: 100%;
    }
    body .o_g .o_u.o_md_1-4 {
        width: 25%;
    }
    body .o_g .o_u.o_md_2-4 {
        width: 50%;
    }
    body .o_g .o_u.o_md_3-4 {
        width: 75%;
    }
    body .o_g .o_u.o_md_4-4 {
        width: 100%;
    }
    body .o_g .o_u.o_md_1-5 {
        width: 20%;
    }
    body .o_g .o_u.o_md_2-5 {
        width: 40%;
    }
    body .o_g .o_u.o_md_3-5 {
        width: 60%;
    }
    body .o_g .o_u.o_md_4-5 {
        width: 80%;
    }
    body .o_g .o_u.o_md_5-5 {
        width: 100%;
    }
    body .o_g .o_u.o_md_1-6 {
        width: 16.66666667%;
    }
    body .o_g .o_u.o_md_2-6 {
        width: 33.33333333%;
    }
    body .o_g .o_u.o_md_3-6 {
        width: 50%;
    }
    body .o_g .o_u.o_md_4-6 {
        width: 66.66666667%;
    }
    body .o_g .o_u.o_md_5-6 {
        width: 83.33333333%;
    }
    body .o_g .o_u.o_md_6-6 {
        width: 100%;
    }
    body .o_g .o_u.o_md_1-8 {
        width: 12.5%;
    }
    body .o_g .o_u.o_md_2-8 {
        width: 25%;
    }
    body .o_g .o_u.o_md_3-8 {
        width: 37.5%;
    }
    body .o_g .o_u.o_md_4-8 {
        width: 50%;
    }
    body .o_g .o_u.o_md_5-8 {
        width: 62.5%;
    }
    body .o_g .o_u.o_md_6-8 {
        width: 75%;
    }
    body .o_g .o_u.o_md_7-8 {
        width: 87.5%;
    }
    body .o_g .o_u.o_md_8-8 {
        width: 100%;
    }
    body .o_g .o_u.o_md_1-12 {
        width: 8.33333333%;
    }
    body .o_g .o_u.o_md_2-12 {
        width: 16.66666667%;
    }
    body .o_g .o_u.o_md_3-12 {
        width: 25%;
    }
    body .o_g .o_u.o_md_4-12 {
        width: 33.33333333%;
    }
    body .o_g .o_u.o_md_5-12 {
        width: 41.66666667%;
    }
    body .o_g .o_u.o_md_6-12 {
        width: 50%;
    }
    body .o_g .o_u.o_md_7-12 {
        width: 58.33333333%;
    }
    body .o_g .o_u.o_md_8-12 {
        width: 66.66666667%;
    }
    body .o_g .o_u.o_md_9-12 {
        width: 75%;
    }
    body .o_g .o_u.o_md_10-12 {
        width: 83.33333333%;
    }
    body .o_g .o_u.o_md_11-12 {
        width: 91.66666667%;
    }
    body .o_g .o_u.o_md_12-12 {
        width: 100%;
    }
    body .o_md-left {
        float: left !important;
    }
    body .o_md-right {
        float: right !important;
    }
    body .o_md-show {
        display: inline-block !important;
    }
    body .o_md-show-block {
        display: block!important;
    }
    body .o_md-hide {
        display: none!important;
    }
    body .o_md-inlineblock {
        display: inline-block !important;
    }
    body .o_md-center {
        text-align: center !important;
    }
    body .o_md-textright {
        text-align: right !important;
    }
    body .o_md-textleft {
        text-align: left !important;
    }
    body .o_md-animate {
        transition-duration: 0.4s;
        transition-timing-function: ease-out;
    }
    body .o_btn_md-sm {
        font-size: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    body .o_btn_md-sm span {
        line-height: 30px;
        display: block;
        padding: 0 15px;
        font-size: 12px;
        vertical-align: top;
        text-align: center;
    }
    body .o_btn_md-sm i {
        padding: 0 8px;
        font-size: 16px;
        display: inline-block;
        line-height: 30px;
        vertical-align: top;
        top: 0px;
        position: relative;
        box-sizing: border-box;
    }
    body .o_btn_md-df {
        font-size: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    body .o_btn_md-df span {
        line-height: 38px;
        display: block;
        padding: 0 20px;
        font-size: 14px;
        vertical-align: top;
        text-align: center;
    }
    body .o_btn_md-df i {
        padding: 0 11px;
        font-size: 18px;
        display: inline-block;
        line-height: 38px;
        vertical-align: top;
        top: 0px;
        position: relative;
    }
    body .o_btn_md-xl {
        font-size: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    body .o_btn_md-xl span {
        line-height: 48px;
        display: block;
        padding: 0 45px;
        font-size: 16px;
        vertical-align: top;
        text-align: center;
    }
    body .o_btn_md-xl i {
        padding: 0 15px;
        font-size: 20px;
        display: inline-block;
        line-height: 48px;
        vertical-align: top;
        top: 0px;
        position: relative;
    }
    body .o_md-table {
        display: table!important;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    body .o_md-cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
    }
    @-moz-document url-prefix() {
        body .o_md-table {
            display: flex !important;
            flex-flow: column;
            justify-content: center;
            align-content: center;
            height: 100%;
        }
        body .o_md-table::before {
            content: "";
            flex: 1 1;
        }
        body .o_md-table::after {
            content: "";
            flex: 1 1;
        }
        body .o_md-cell {
            text-align: center;
            margin: 0 auto;
            display: block;
            width: 100%;
        }
    }
    body .o_font-large {
        font-size: 64px;
        line-height: 1.2em;
    }
    body .o_font-middle {
        font-size: 26px;
        line-height: 1.2em;
    }
    body .o_font-small {
        font-size: 14px;
        line-height: 1.2em;
    }
    body .o_popup {
        width: 400px;
        left: 50%;
        margin-left: -200px;
    }
    body .o_popup.o_alert {
        width: 400px;
        margin-left: -200px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    body .o_g .o_u.o_lg_1-2 {
        width: 50%;
    }
    body .o_g .o_u.o_lg_2-2 {
        width: 100%;
    }
    body .o_g .o_u.o_lg_1-3 {
        width: 33.33333333%;
    }
    body .o_g .o_u.o_lg_2-3 {
        width: 66.66666667%;
    }
    body .o_g .o_u.o_lg_3-3 {
        width: 100%;
    }
    body .o_g .o_u.o_lg_1-4 {
        width: 25%;
    }
    body .o_g .o_u.o_lg_2-4 {
        width: 50%;
    }
    body .o_g .o_u.o_lg_3-4 {
        width: 75%;
    }
    body .o_g .o_u.o_lg_4-4 {
        width: 100%;
    }
    body .o_g .o_u.o_lg_1-5 {
        width: 20%;
    }
    body .o_g .o_u.o_lg_2-5 {
        width: 40%;
    }
    body .o_g .o_u.o_lg_3-5 {
        width: 60%;
    }
    body .o_g .o_u.o_lg_4-5 {
        width: 80%;
    }
    body .o_g .o_u.o_lg_5-5 {
        width: 100%;
    }
    body .o_g .o_u.o_lg_1-6 {
        width: 16.66666667%;
    }
    body .o_g .o_u.o_lg_2-6 {
        width: 33.33333333%;
    }
    body .o_g .o_u.o_lg_3-6 {
        width: 50%;
    }
    body .o_g .o_u.o_lg_4-6 {
        width: 66.66666667%;
    }
    body .o_g .o_u.o_lg_5-6 {
        width: 83.33333333%;
    }
    body .o_g .o_u.o_lg_6-6 {
        width: 100%;
    }
    body .o_g .o_u.o_lg_1-8 {
        width: 12.5%;
    }
    body .o_g .o_u.o_lg_2-8 {
        width: 25%;
    }
    body .o_g .o_u.o_lg_3-8 {
        width: 37.5%;
    }
    body .o_g .o_u.o_lg_4-8 {
        width: 50%;
    }
    body .o_g .o_u.o_lg_5-8 {
        width: 62.5%;
    }
    body .o_g .o_u.o_lg_6-8 {
        width: 75%;
    }
    body .o_g .o_u.o_lg_7-8 {
        width: 87.5%;
    }
    body .o_g .o_u.o_lg_8-8 {
        width: 100%;
    }
    body .o_g .o_u.o_lg_1-12 {
        width: 8.33333333%;
    }
    body .o_g .o_u.o_lg_2-12 {
        width: 16.66666667%;
    }
    body .o_g .o_u.o_lg_3-12 {
        width: 25%;
    }
    body .o_g .o_u.o_lg_4-12 {
        width: 33.33333333%;
    }
    body .o_g .o_u.o_lg_5-12 {
        width: 41.66666667%;
    }
    body .o_g .o_u.o_lg_6-12 {
        width: 50%;
    }
    body .o_g .o_u.o_lg_7-12 {
        width: 58.33333333%;
    }
    body .o_g .o_u.o_lg_8-12 {
        width: 66.66666667%;
    }
    body .o_g .o_u.o_lg_9-12 {
        width: 75%;
    }
    body .o_g .o_u.o_lg_10-12 {
        width: 83.33333333%;
    }
    body .o_g .o_u.o_lg_11-12 {
        width: 91.66666667%;
    }
    body .o_g .o_u.o_lg_12-12 {
        width: 100%;
    }
    body .o_lg-left {
        float: left !important;
    }
    body .o_lg-right {
        float: right !important;
    }
    body .o_lg-show {
        display: inline-block !important;
    }
    body .o_lg-show-block {
        display: block!important;
    }
    body .o_lg-hide {
        display: none!important;
    }
    body .o_lg-inlineblock {
        display: inline-block !important;
    }
    body .o_lg-center {
        text-align: center !important;
    }
    body .o_lg-textright {
        text-align: right !important;
    }
    body .o_lg-textleft {
        text-align: left !important;
    }
    body .o_lg-animate {
        transition-duration: 0.4s;
        transition-timing-function: ease-out;
    }
    body .o_btn_lg-sm {
        font-size: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    body .o_btn_lg-sm span {
        line-height: 30px;
        display: block;
        padding: 0 15px;
        font-size: 12px;
        vertical-align: top;
        text-align: center;
    }
    body .o_btn_lg-sm i {
        padding: 0 8px;
        font-size: 16px;
        display: inline-block;
        line-height: 30px;
        vertical-align: top;
        top: 0px;
        position: relative;
        box-sizing: border-box;
    }
    body .o_btn_lg-df {
        font-size: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    body .o_btn_lg-df span {
        line-height: 38px;
        display: block;
        padding: 0 20px;
        font-size: 14px;
        vertical-align: top;
        text-align: center;
    }
    body .o_btn_lg-df i {
        padding: 0 11px;
        font-size: 18px;
        display: inline-block;
        line-height: 38px;
        vertical-align: top;
        top: 0px;
        position: relative;
    }
    body .o_btn_lg-xl {
        font-size: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    body .o_btn_lg-xl span {
        line-height: 48px;
        display: block;
        padding: 0 45px;
        font-size: 16px;
        vertical-align: top;
        text-align: center;
    }
    body .o_btn_lg-xl i {
        padding: 0 15px;
        font-size: 20px;
        display: inline-block;
        line-height: 48px;
        vertical-align: top;
        top: 0px;
        position: relative;
    }
    body .o_lg-table {
        display: table!important;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    body .o_lg-cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
    }
    @-moz-document url-prefix() {
        body .o_lg-table {
            display: flex !important;
            flex-flow: column;
            justify-content: center;
            align-content: center;
            height: 100%;
        }
        body .o_lg-table::before {
            content: "";
            flex: 1 1;
        }
        body .o_lg-table::after {
            content: "";
            flex: 1 1;
        }
        body .o_lg-cell {
            text-align: center;
            margin: 0 auto;
            display: block;
            width: 100%;
        }
    }
    body .o_font-large {
        font-size: 72px;
        line-height: 1.2em;
    }
    body .o_font-middle {
        font-size: 32px;
        line-height: 1.2em;
    }
    body .o_font-small {
        font-size: 18px;
        line-height: 1.2em;
    }
    body .o_popup {
        width: 600px;
        left: 50%;
        margin-left: -300px;
    }
    body .o_popup.o_alert {
        width: 400px;
        margin-left: -200px;
    }
}
