body,button,caption,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,iframe,input,ol,p,pre,select,textarea,ul {
    margin: 0;
    padding: 0
}

button,div,input,pre,select,textarea {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif
}

button,input,select {
    vertical-align: middle
}

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

input:focus,select:focus,textarea:focus {
    outline: 0
}

input[type=text]:focus,textarea:focus {
    border: 1px solid #aaa
}

input[type=text]:disabled,textarea:disabled {
    background-color: #f8f8f8;
    cursor: not-allowed
}

.radio input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    outline: 0;
    position: relative;
    margin-top: -3px
}

.radio input[type=radio]::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #28a745;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    position: absolute;
    top: 2px;
    left: 2px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

.radio input[type=radio]:checked::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1)
}

.checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    outline: 0;
    background: 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-top: -3px
}

.checkbox input[type=checkbox]::after {
    content: ' ';
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #28a745;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    opacity: 0
}

.checkbox input[type=checkbox]:checked::after {
    opacity: 1
}

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

ol,ul {
    list-style: none
}

img {
    border: 0
}

hr {
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin-bottom: 10px
}

mark {
    background-color: #ffe700
}

mark.mark-un {
    background-color: #fff
}

.mark-en {
    margin: 0 1px
}

.clear {
    clear: both;
    font-size: 0;
    height: 1px;
    overflow: hidden
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom:1}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none
}

body,html {
    height: 100%;
    padding: 0;
    margin: 0
}

body {
    position: relative;
    background: #fff;
    font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    font-size: 1rem
}

a:link,a:visited {
    text-decoration: none;
    color: #333
}

a:active,a:hover {
    text-decoration: none;
    color: #4caf50
}

label {
    display: inline-block;
    max-width: 100%;
    margin: 0 10px 5px 0
}

a.link {
    color: #4caf50
}

a.link:hover {
    text-decoration: underline;
    cursor: pointer
}

.row {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.row:after {
    clear: both;
    display: table;
    content: " "
}

.col-2,.col-3,.col-4,.col-5,.col-6 {
    float: left;
    position: relative;
    min-height: 1rem;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-2 {
    width: 50%
}

.col-3 {
    width: 33.33333333%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 20%
}

.col-6 {
    width: 16.6666%
}

.col-suffix {
    width: 1rem;
    position: absolute;
    height: 2.25rem;
    line-height: 2.25rem;
    right: -.5rem;
    top: 0;
    text-align: center
}

#home {
    background-color: #fcfcfc
}

.header {
    width: 220px;
    height: 100%;
    background-color: #171717;
    border-right: 1px solid #eee;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    overflow: hidden;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.header-int {
    height: 100%;
    display: flex;
    flex-direction: column
}

.content {
    display: block;
    height: 100%;
    margin-left: 220px;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.with-sidebar {
    margin-right: 220px
}

.logo {
    text-align: center;
    padding-top: 2.5rem
}

.logo img {
    width: 48px
}

.logo h1 {
    color: #4caf50;
    font-size: 1.6rem;
    font-weight: 700
}

.logo p {
    color: #666;
    font-size: .9rem;
    padding-bottom: 1rem
}

.menu {
    display: block!important;
    padding-top: 1rem;
    flex-grow: 1;
    box-sizing: border-box
}

.menu dt {
    padding: .2rem 0;
    color: #b8b8b8;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #171717
}

.menu dt.current {
    color: #fff;
    border-bottom: 1px solid #333
}

.menu dd {
    display: none;
    padding: .5rem 0;
    text-align: center;
    border-bottom: 1px solid #333;
    background-color: #222
}

.menu li {
    line-height: 1.8
}

.menu li a {
    display: inline-block;
    color: #b8b8b8;
    font-size: .9rem
}

.menu li a:hover,.menu li.current a {
    color: #4caf50
}

.menu .link {
    text-align: center;
    padding: .2rem 0;
    color: #b8b8b8
}

.menu .link a {
    color: #b8b8b8
}

.menu .link a.current,.menu .link a:hover {
    color: #4caf50
}

#menu-btn {
    display: none
}

.content-body {
    width: 80%;
    margin: 0 auto;
    padding-top: 2rem
}

.index-today {
    margin-bottom: 2rem!important;
    padding: .8rem
}

.tool-content {
    margin-bottom: 2rem
}

.tool-cate {
    margin-left: 1rem;
    font-size: 1rem;
    color: #888
}

.tool-box {
    padding: .6rem 0
}

.tool-box:after {
    clear: both;
    content: "";
    display: table
}

.tool-box li {
    display: block;
    float: left;
    width: 25%
}

.tool-card {
    background: #fff;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 3px;
    border: 1px solid #e1e1e1
}

.tool-card a {
    display: block;
    padding: .8rem
}

.tool-box .tool-card:hover {
    border-color: #4caf50
}

.tool-card-dt strong {
    color: #4caf50;
    font-weight: 700;
    font-size: .95rem;
    line-height: 1.25rem;
    display: block
}

.tool-card-dd {
    font-size: .75rem;
    color: #999;
    padding-top: .7rem
}

.tool-card-dd:after {
    clear: both;
    content: "";
    display: table
}

.footer {
    color: #777;
    text-align: center;
    padding: 2rem 0
}

.footer-nav {
    border-top: 1px solid #eee;
    line-height: 2;
    padding-top: 1rem;
    font-size: .9rem
}

.footer-nav span {
    padding: 0 .4rem
}

.footer p {
    font-size: .75rem;
    padding-top: .3rem
}

.tool-title {
    padding-bottom: 1.7rem
}

.tool-name {
    font-size: 1.3rem;
    float: left
}

.word-count {
    font-size: .875rem;
    color: #666;
    position: absolute;
    right: 8px;
    bottom: 8px
}

.tool-info {
    padding-top: 2rem
}

.tool-info h5 {
    font-size: .95rem;
    font-weight: 700;
    padding-bottom: .3rem
}

.tool-info p {
    font-size: .875rem;
    line-height: 1.6;
    padding-bottom: .8rem;
    color: #666
}

.tool-info pre {
    display: block;
    overflow-x: auto;
    padding: .8rem;
    margin-bottom: .8rem;
    background: #f6f6f6;
    -webkit-text-size-adjust: none;
    border-radius: 4px;
    font-size: 12px;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    text-align: left;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #555
}

.tool-info code {
    padding: .2rem .4rem;
    margin: 0;
    font-size: 85%;
    white-space: break-spaces;
    background-color: #f6f6f6;
    border-radius: 6px;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

#btn-like {
    float: right;
    font-size: .75rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 3px 5px;
    cursor: pointer;
    color: #666
}

#btn-like i {
    color: #ea8496
}

.form-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: .375rem .5rem;
    font-size: .9rem;
    color: #555;
    background-color: #fff;
    background-image: none;
    max-width: 100%;
    height: 2.25rem
}

.form-textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: .375rem .5rem;
    font-size: .9rem;
    color: #555;
    background-color: #fff;
    background-image: none;
    height: initial;
    min-height: 13.75rem;
    resize: vertical
}

.form-block {
    display: block;
    width: 100%
}

.minw-300 {
    min-width: 300px
}

.minw-420 {
    min-width: 420px
}

.form-field {
    margin-bottom: 1rem;
    position: relative
}

.form-field .bt {
    font-size: .75rem;
    padding-top: .32rem
}

.form-btn {
    margin-bottom: .5rem;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.form-btn .btn,.form-btn .form-input {
    margin-bottom: .4rem
}

.form-btn .btn:not(:last-child),.form-btn .form-input:not(:last-child) {
    margin-right: .4rem
}

.btn-list {
    margin: 1rem 0;
    line-height: 2
}

.btn-list .btn,.btn-list .form-input {
    vertical-align: top
}

.btn-list label {
    font-size: .9rem
}

.btn-list:after,.form-btn:after {
    clear: both;
    content: "";
    display: table
}

.tips {
    font-size: .75rem;
    line-height: 1.8;
    color: #888;
    padding: .2rem 0
}

.tool-result {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: .375rem .5rem;
    font-size: 1rem;
    color: #555;
    background-image: none;
    margin-bottom: 1rem;
    word-break: break-word
}

.tool-result pre {
    overflow-x: hidden;
    margin: 0
}

.tool-result em {
    font-size: 1.5rem;
    font-weight: 500
}

.btn {
    border-radius: 4px;
    display: inline-block;
    font-weight: 400;
    color: #333;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #eee;
    background-color: #eee;
    padding: .375rem .75rem;
    font-size: .875rem;
    height: 2.25rem;
    line-height: 1;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.btn:active,.btn:focus,.btn:hover {
    background-color: #ddd;
    border-color: #ddd
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:active,.btn-success:focus,.btn-success:hover {
    color: #fff;
    background-color: #23923d;
    border-color: #23923d
}

.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #ec971f
}

.btn-warning:active,.btn-warning:focus,.btn-warning:hover {
    color: #fff;
    background-color: #cc8211;
    border-color: #cc8211
}

.btn-info {
    color: #fff;
    background-color: #47adcb;
    border-color: #47adcb
}

.btn-info:active,.btn-info:focus,.btn-info:hover {
    color: #fff;
    background-color: #429db8;
    border-color: #429db8
}

.btn-error {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-error:active,.btn-error:focus,.btn-error:hover {
    color: #fff;
    background-color: #bd4945;
    border-color: #bd4945
}

.btn-round {
    border-radius: 1.125rem!important
}

.btn-small {
    height: 1.75rem!important;
    border-radius: .875rem!important
}

.btn.disabled,.btn[disabled] {
    cursor: not-allowed
}

.alert {
    padding: .625rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 1rem;
    word-break: break-word
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel {
    margin-bottom: 1.2rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #ddd;
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-heading {
    padding: .625rem 1rem;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f5f5f5
}

.panel-body {
    padding: 1rem
}

.table {
    margin-bottom: 1.2rem;
    font-size: .875rem
}

.table th {
    padding: .5rem;
    text-align: left;
    vertical-align: top;
    font-weight: 700
}

.table td {
    padding: .5rem;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
    word-break: break-all;
    background-color: #fff
}

.table thead th {
    background-color: #fff
}

.table caption+thead tr:first-child td,.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child td,.table thead:first-child tr:first-child th {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

.table tbody tr:hover td {
    background-color: #f2f2f2
}

.table tfoot td {
    color: #777;
    text-align: right;
    font-size: .75rem
}

.table-condensed td,.table-condensed th {
    padding: .25rem .375rem
}

.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.table-bordered td,.table-bordered th {
    border-left: 1px solid #ddd
}

.table-bordered caption+tbody tr:first-child td,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+thead tr:first-child th,.table-bordered tbody:first-child tr:first-child td,.table-bordered tbody:first-child tr:first-child th,.table-bordered thead:first-child tr:first-child th {
    border-top: 0
}

.table-bordered tbody:first-child tr:first-child td:first-child,.table-bordered thead:first-child tr:first-child th:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered tbody:first-child tr:first-child td:last-child,.table-bordered thead:first-child tr:first-child th:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.table-bordered tbody:last-child tr:last-child td:first-child,.table-bordered thead:last-child tr:last-child th:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

.table-bordered tbody:last-child tr:last-child td:last-child,.table-bordered thead:last-child tr:last-child th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.table-scroll-x {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

.table-scroll-x .table {
    width: 100%;
    max-width: 100%;
    white-space: nowrap
}

.sticky-top {
    position: sticky;
    top: 0
}

.sticky-left {
    position: sticky;
    left: 0
}

.label {
    padding: .2rem .6rem .3rem;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.label-default {
    background-color: #777
}

.label-primary {
    background-color: #337ab7
}

.label-success {
    background-color: #5cb85c
}

.label-warning {
    background-color: #f0ad4e
}

.label-danger {
    background-color: #d9534f
}

.label-inverse {
    background-color: #333
}

.text-success {
    color: #5cb85c
}

.text-warning {
    color: #f0ad4e
}

.text-danger {
    color: #d9534f
}

.page-404 {
    margin: 10% 0 0 0;
    text-align: center
}

.page-404 img {
    max-width: 100%
}

.page-404 h2 {
    font-size: 1.8rem;
    line-height: 2
}

.page-404 p {
    color: #777
}

.about-content {
    font-size: 1rem;
    line-height: 1.8
}

.about-content a {
    color: #4caf50
}

.about-content a:hover {
    text-decoration: underline
}

.about-content p {
    padding: .5rem 0
}

.about-content li {
    font-size: .75rem
}

.about-content h4 {
    margin-top: 1.25rem
}

.weixin-code {
    text-align: center;
    padding: 1.25rem 0
}

.scroll-nav {
    position: fixed;
    right: .625rem;
    bottom: .625rem;
    z-index: 1010;
    width: 2rem
}

.scroll-nav a {
    opacity: .9;
    width: 2rem;
    min-height: 2rem;
    border-radius: 2px;
    text-align: center;
    background-color: #555;
    display: block;
    cursor: pointer;
    margin-top: .625rem;
    position: relative
}

.scroll-nav a i {
    width: 100%;
    line-height: 2rem;
    vertical-align: middle;
    color: #ddd
}

.scroll-nav a p {
    position: absolute;
    opacity: 0;
    font-size: .75rem;
    padding: 6px .875rem;
    right: -9999px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .5s ease;
    background: #333;
    color: #fff;
    border-radius: 2px;
    white-space: nowrap
}

.scroll-nav a:hover {
    background: #333
}

.scroll-nav a:hover i {
    color: #fff
}

.scroll-nav a:hover p {
    opacity: .8;
    right: 40px
}

#go-top {
    display: none
}

.drop-upload {
    border: 2px dashed #ccc;
    border-radius: 5px;
    margin-bottom: 1rem
}

.drop-upload p {
    margin: 3.2rem 0;
    text-align: center;
    color: #666
}

#pickfile {
    color: #4caf50
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 1.25rem 0;
    border-radius: 3px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: .375rem .75rem;
    line-height: 1.5;
    text-decoration: none;
    color: #28a745;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li>a {
    cursor: pointer
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: #004e31;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    cursor: default
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.tool-navi {
    margin-bottom: .75rem
}

.tool-navi li {
    display: inline-block;
    margin: 0 .75rem .75rem 0;
    float: left
}

.tool-navi li a {
    border: 1px solid #ccc;
    padding: .125rem .375rem;
    border-radius: 4px
}

.symbol-list li {
    list-style: none;
    margin-left: -1px;
    margin-top: -1px;
    overflow: hidden;
    float: left;
    z-index: 0
}

.symbol-list li span {
    position: relative;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1;
    cursor: pointer;
    font-size: 1.3rem
}

.symbol-list li span:hover {
    background-color: #4caf50;
    color: #fff
}

.exchange-panel ul {
    margin: 0 -.375rem .625rem -.375rem
}

.exchange-panel h3 {
    border-bottom: 1px solid #eee;
    line-height: 1.8rem;
    margin-bottom: .625rem;
    color: #bbb
}

.exchange-panel li {
    float: left;
    width: 25%;
    padding: 0 .375rem .625rem .375rem;
    box-sizing: border-box
}

.exchange-panel-w li {
    padding: 0 .375rem .625rem 0;
    box-sizing: border-box
}

.wwa-card {
    background: #fff;
    margin-top: -2em;
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: .8rem;
    border-radius: 3px;
    border: 1px solid #e1e1e1
}

.wwa-card .wwads-horizontal,.wwads-vertical {
    margin-top: 0;
    background-color: #fff!important;
    border: none
}

.tool-wwa .wwads-horizontal,.wwads-vertical {
    background-color: #fff!important;
    border: 1px solid #ccc
}

#font-list li {
    border: solid 1px #eee;
    border-radius: 3px;
    padding: .375rem .5rem;
    background-color: #fff;
    margin-top: 1rem;
    position: relative;
    min-height: 2.25rem
}

#font-list li:hover {
    border-color: #4caf50
}

#font-list li input {
    position: absolute;
    right: .5rem;
    top: .375rem
}

.font-text {
    padding-right: 5rem;
    font-size: 1.25rem;
    color: #555;
    word-break: break-word
}

.stitle {
    text-align: center;
    background: #000;
    color: #aaa;
    padding: .8rem 0
}

.label-pro {
    color: #d48d00;
    background-color: #ffd632;
    border-radius: 2px;
    padding: 0 3px;
    font-size: 10px;
    margin: 0 3px;
    display: inline-block
}

.rank-i-1 {
    font-size: 1.5rem
}

.rank-i-2 {
    font-size: 1.3rem
}

.rank-i-3 {
    font-size: 1.1rem
}

.index-search {
    padding: .8rem
}

.with-sidebar .index-search {
    display: none
}

.index-search .search-box {
    display: flex;
    flex-direction: row
}

.index-search .search-box .form-input {
    margin: 0 .5rem 0 0;
    border-color: #eee
}

.search-no {
    padding: 1rem 0
}

.search-list {
    padding: 1rem;
    margin-bottom: .8rem;
    background: #f9f9f9;
    -webkit-text-size-adjust: none;
    border-radius: 4px;
    margin-top: 1.5rem
}

.search-list li {
    margin-bottom: 1.5rem
}

.search-list-name a {
    font-size: 1.25rem;
    color: #4caf50
}

.search-list-url a {
    color: #bbb;
    font-size: .75rem
}

.search-list-description {
    font-size: .9rem
}

.sentence-box {
    text-align: center;
    margin: 0 auto;
    max-width: 640px
}

.sentence-box .btn-list {
    padding-top: 2rem
}

.sentence-box .btn {
    border-radius: 18px;
    margin-bottom: 5px
}

#sidebar-btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101;
    background-color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-size: 18px
}

#sidebar-btn:hover {
    background-color: #f6f6f6
}

.sidebar {
    width: 0;
    height: 100%;
    padding-top: 20px;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    overflow: hidden;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.sidebar-int {
    height: 100%
}

.with-sidebar .sidebar {
    width: 220px;
    border-left: 1px solid #eee
}

.sidebar-box {
    padding: 10px
}

.sidebar-box h3 {
    padding-bottom: 5px;
    font-size: 1rem
}

.sidebar-box input {
    margin-bottom: .4rem
}

.calendar-box {
    background: #fffbf3;
    border: 2px dotted #ffd08d;
    padding: .8rem;
    color: #9d5d01;
    border-radius: 5px;
    text-align: center
}

#note-box {
    min-height: 8.75rem
}

.sticky-box {
    padding-top: .5rem;
    position: relative
}

.sticky-box i {
    position: absolute;
    top: -5px;
    left: 50%;
    height: 25px;
    width: 66px;
    margin-left: -33px;
    background-image: url(../img/note-tape.png);
    background-position: 0 0
}

.sticky-box p {
    text-align: center;
    background: #fffbf3;
    border: 1px dotted #ffd08d;
    padding: .8rem;
    color: #9d5d01
}

.fav-box p {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
    color: #666
}

.fav-box li {
    font-size: 14px;
    line-height: 24px
}

.fav-box li i {
    padding-right: 5px;
    color: #888;
    font-style: normal
}

.payment-list {
    height: 44px;
    padding: 1rem 0
}

.payment-list li {
    position: relative;
    font-size: 0;
    display: block;
    float: left;
    width: 130px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #dedede;
    cursor: pointer;
    transition: border-color .1s ease-in,color .1s ease-in;
    margin-right: 10px
}

.payment-list li.selected {
    line-height: 40px;
    border: 2px solid #3879d1
}

.payment-list li.hover,.payment-list li:hover {
    border-color: #3879d1
}

.payment-list li a {
    display: block
}

.payment-list li .payment-icon {
    width: 22px;
    height: 22px;
    margin-right: 4px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle
}

.icon-weixinpay {
    background-image: url(../img/icon-pay-weixin.png)
}

.icon-alipay {
    background-image: url(../img/icon-pay-alipay.png)
}

.payment-list li .payment-name {
    transition: color .1s ease-in;
    display: inline-block;
    color: #707070;
    font-size: 14px;
    line-height: 25px;
    vertical-align: middle
}

.price {
    color: #ff9f00
}

@media only screen and (max-width: 1600px) {
    .with-sidebar .exchange-panel li,.with-sidebar .tool-box li {
        width:33.33%
    }
}

@media only screen and (max-width: 1440px) {
    .header {
        width:12.5rem
    }

    .with-sidebar {
        margin-right: 12.5rem
    }

    .with-sidebar .sidebar {
        width: 12.5rem
    }

    .content {
        margin-left: 12.5rem
    }

    .tool-box li {
        width: 33.33%
    }

    .content-body {
        width: 86%
    }
}

@media only screen and (max-width: 1280px) {
    .header {
        width:12.5rem
    }

    .with-sidebar {
        margin-right: 12.5rem
    }

    .with-sidebar .sidebar {
        width: 12.5rem
    }

    .content {
        margin-left: 12.5rem
    }

    .content-body {
        width: 90%
    }

    .exchange-panel li,.tool-box li {
        width: 33.33%
    }

    .with-sidebar .exchange-panel li,.with-sidebar .tool-box li {
        width: 50%
    }
}

@media only screen and (max-width: 1024px) {
    .header {
        width:11.875rem
    }

    .with-sidebar {
        margin-right: 11.875rem
    }

    .with-sidebar .sidebar {
        width: 11.875rem
    }

    .content {
        margin-left: 11.875rem
    }

    .tool-box li {
        width: 50%
    }

    .content-body {
        width: 90%
    }

    .exchange-panel li {
        width: 50%
    }
}

@media only screen and (max-width: 980px) {
    .header {
        width:11.25rem
    }

    .with-sidebar {
        margin-right: 11.25rem
    }

    .with-sidebar .sidebar {
        width: 11.25rem
    }

    .content {
        margin-left: 11.25rem
    }

    .content-body {
        width: 92%
    }

    .col-2 {
        width: 100%
    }

    .tool-box li {
        width: 50%
    }

    .exchange-panel li {
        width: 50%
    }

    .with-sidebar .exchange-panel li,.with-sidebar .tool-box li {
        display: block;
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .tool-box li {
        width:100%
    }

    .with-sidebar {
        margin-right: 0
    }

    #sidebar-btn,.scroll-nav a.toggle-sidebar,.with-sidebar .sidebar {
        display: none
    }

    .with-sidebar .index-search {
        display: block
    }

    .content-body {
        width: 92%
    }

    .form-input {
        display: block;
        width: 100%;
        margin-bottom: .5rem;
        -webkit-appearance: none
    }

    .minw-300 {
        min-width: 100%
    }

    .minw-420 {
        min-width: 100%
    }
}

@media only screen and (max-width: 640px) {
    .header {
        width:100%;
        height: 50px;
        border-right: 0
    }

    .stitle {
        display: none
    }

    .logo {
        height: 50px;
        padding-top: 0
    }

    .logo img {
        width: auto;
        height: 40px;
        padding-top: 5px
    }

    .logo h1 {
        display: none
    }

    .logo p {
        display: none
    }

    .menu {
        display: none!important;
        background-color: #252525;
        border-bottom: 10px solid #252525;
        padding-top: .5rem
    }

    .menu dt {
        border-bottom: 1px solid #252525
    }

    .menu.on {
        display: block!important
    }

    #menu-btn {
        position: absolute;
        top: 7px;
        right: 15px;
        display: block
    }

    #menu-btn i {
        color: #fff;
        font-size: 22px
    }

    .content {
        padding-top: 50px;
        margin: 0
    }

    .tool-box li {
        display: block;
        width: 100%
    }

    .content-body {
        width: 92%
    }

    .btn-list {
        margin-bottom: 0
    }

    .btn-list .btn,.btn-list .form-input {
        margin-bottom: .5rem
    }

    .exchange-panel li {
        width: 100%
    }

    .footer p a {
        display: block
    }
}

@media screen and (max-height: 899px) and (min-height:760px) {
    .menu dt {
        padding:.2rem 0
    }
}

@media screen and (max-height: 759px) and (min-height:630px) {
    .menu dt {
        padding:.2rem 0
    }
}

@media screen and (max-height: 629px) {
    .menu dt {
        padding:.1rem 0
    }
}

@font-face {
    font-family: fontello;
    src: url(../font/fontello.eot?70739139);
    src: url(../font/fontello.eot?70739139#iefix) format('embedded-opentype'),url(../font/fontello.woff2?70739139) format('woff2'),url(../font/fontello.woff?70739139) format('woff'),url(../font/fontello.ttf?70739139) format('truetype'),url(../font/fontello.svg?70739139#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-thumbs-up:before {
    content: '\e800'
}

.icon-heart:before {
    content: '\e801'
}

.icon-eye:before {
    content: '\e802'
}

.icon-up-big:before {
    content: '\e803'
}

.icon-cancel:before {
    content: '\e804'
}

.icon-right-hand:before {
    content: '\e805'
}

.icon-switch:before {
    content: '\e806'
}

.icon-user:before {
    content: '\e807'
}

.icon-star:before {
    content: '\e808'
}

.icon-star-empty:before {
    content: '\e809'
}

.icon-clock:before {
    content: '\e80a'
}

.icon-info-circled:before {
    content: '\e80b'
}

.icon-help-circled:before {
    content: '\e80c'
}

.icon-link:before {
    content: '\e80d'
}

.icon-chat:before {
    content: '\e80e'
}

.icon-home-outline:before {
    content: '\e80f'
}

.icon-doc-text:before {
    content: '\e810'
}

.icon-arrows-cw:before {
    content: '\e811'
}

.icon-globe:before {
    content: '\e812'
}

.icon-code-outline:before {
    content: '\e813'
}

.icon-cog:before {
    content: '\e814'
}

.icon-qrcode:before {
    content: '\e815'
}

.icon-download:before {
    content: '\e816'
}

.icon-align-right:before {
    content: '\e817'
}

.icon-search:before {
    content: '\e818'
}

.icon-spin5:before {
    content: '\e838'
}

.icon-menu:before {
    content: '\f0c9'
}

.icon-exchange:before {
    content: '\f0ec'
}

.icon-coffee:before {
    content: '\f0f4'
}

.icon-calendar-empty:before {
    content: '\f133'
}

.icon-weibo:before {
    content: '\f18a'
}

.icon-file-code:before {
    content: '\f1c9'
}

.icon-qq:before {
    content: '\f1d6'
}

.icon-wechat:before {
    content: '\f1d7'
}

.icon-history:before {
    content: '\f1da'
}

.icon-calc:before {
    content: '\f1ec'
}

.icon-diamond:before {
    content: '\f219'
}

.icon-user-secret:before {
    content: '\f21b'
}

.icon-stop-circle-o:before {
    content: '\f28e'
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

html.os-html,html.os-html>.os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%!important;
    width: 100%!important;
    min-width: 100%!important;
    min-height: 100%!important;
    margin: 0!important;
    position: absolute!important
}

html.os-html>.os-host>.os-padding {
    position: absolute
}

body.os-dragging,body.os-dragging * {
    cursor: default
}

.os-host,.os-host-textarea {
    position: relative;
    overflow: visible!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
}

.os-host-flexbox {
    overflow: hidden!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.os-host-flexbox>.os-size-auto-observer {
    height: inherit!important
}

.os-host-flexbox>.os-content-glue {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.os-host-flexbox>.os-content-glue,.os-host-flexbox>.os-size-auto-observer {
    min-height: 0;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px
}

#os-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

#os-dummy-scrollbar-size:after,#os-dummy-scrollbar-size:before,.os-content:after,.os-content:before {
    content: '';
    display: table;
    width: .01px;
    height: .01px;
    line-height: 0;
    font-size: 0;
    flex-grow: 0;
    flex-shrink: 0;
    visibility: hidden
}

#os-dummy-scrollbar-size,.os-viewport {
    -ms-overflow-style: scrollbar!important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,.os-viewport-native-scrollbars-invisible.os-viewport {
    scrollbar-width: none!important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none!important;
    width: 0!important;
    height: 0!important;
    visibility: hidden!important;
    background: 0 0!important
}

.os-content-glue {
    box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0
}

.os-host-overflow>.os-padding {
    overflow: hidden
}

.os-viewport {
    direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    outline: 0!important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none
}

.os-content {
    direction: inherit;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible
}

.os-content>.os-textarea {
    box-sizing: border-box!important;
    direction: inherit!important;
    background: 0 0!important;
    outline: 0 none transparent!important;
    overflow: hidden!important;
    position: absolute!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    margin: 0!important;
    border-radius: 0!important;
    float: none!important;
    -webkit-filter: none!important;
    filter: none!important;
    border: none!important;
    resize: none!important;
    -webkit-transform: none!important;
    transform: none!important;
    max-width: none!important;
    max-height: none!important;
    box-shadow: none!important;
    -webkit-perspective: none!important;
    perspective: none!important;
    opacity: 1!important;
    z-index: 1!important;
    clip: auto!important;
    vertical-align: baseline!important;
    padding: 0
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
    right: 0!important
}

.os-content>.os-textarea-cover {
    z-index: -1;
    pointer-events: none
}

.os-content>.os-textarea[wrap=off] {
    white-space: pre!important;
    margin: 0!important
}

.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text
}

.os-resize-observer,.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box
}

.os-resize-observer-host.observed {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.os-resize-observer-host.observed>.os-resize-observer,.os-resize-observer-host>.os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box
}

.os-resize-observer-host.observed>.os-resize-observer,.os-resize-observer-host.observed>.os-resize-observer:before {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    box-sizing: border-box
}

.os-resize-observer-host.observed>.os-resize-observer:before {
    content: '';
    box-sizing: content-box;
    padding: inherit;
    border: inherit;
    margin: 0
}

.os-size-auto-observer {
    box-sizing: inherit!important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.os-size-auto-observer>.os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px
}

.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr!important;
    -webkit-box-flex: 0!important;
    -ms-flex: none!important;
    flex: none!important
}

.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: none!important;
    transition: none!important;
    -webkit-box-flex: 0!important;
    -ms-flex: none!important;
    flex: none!important
}

.os-resize-observer {
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-name: os-resize-observer-dummy-animation;
    animation-name: os-resize-observer-dummy-animation
}

object.os-resize-observer {
    box-sizing: border-box!important
}

@-webkit-keyframes os-resize-observer-dummy-animation {
    from {
        cursor: auto
    }

    to {
        cursor: none
    }
}

@keyframes os-resize-observer-dummy-animation {
    from {
        cursor: auto
    }

    to {
        cursor: none
    }
}

.os-host-transition>.os-scrollbar,.os-host-transition>.os-scrollbar-corner {
    -webkit-transition: opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s;
    transition: opacity .3s,visibility .3s,top .3s,right .3s,bottom .3s,left .3s
}

html.os-html>.os-host>.os-scrollbar {
    position: absolute;
    z-index: 999999
}

.os-scrollbar,.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    z-index: 1
}

.os-scrollbar-corner {
    bottom: 0;
    right: 0
}

.os-scrollbar {
    pointer-events: none
}

.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0!important;
    border: none!important
}

.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%
}

.os-scrollbar-handle-off,.os-scrollbar-track-off {
    pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable,.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none!important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0!important
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0
}

.os-scrollbar-vertical {
    top: 0;
    right: 0
}

.os-host-rtl>.os-scrollbar-horizontal {
    right: 0
}

.os-host-rtl>.os-scrollbar-vertical {
    right: auto;
    left: 0
}

.os-host-rtl>.os-scrollbar-corner {
    right: auto;
    left: 0
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,.os-padding+.os-scrollbar-corner,.os-scrollbar-auto-hidden,.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
    cursor: nesw-resize
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 0;
    bottom: 0
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0
}

.os-scrollbar-corner.os-scrollbar-corner-resize,.os-scrollbar:hover {
    opacity: 1!important;
    visibility: visible!important
}

.os-host-overflow {
    overflow: hidden!important
}

.os-theme-thin-light>.os-scrollbar-horizontal {
    right: 14px;
    height: 14px;
    padding: 0 6px
}

.os-theme-thin-light>.os-scrollbar-vertical {
    bottom: 14px;
    width: 14px;
    padding: 6px 0
}

.os-theme-thin-light.os-host-rtl>.os-scrollbar-horizontal {
    left: 14px;
    right: 0
}

.os-theme-thin-light>.os-scrollbar-corner {
    height: 14px;
    width: 14px;
    background-color: transparent
}

.os-theme-thin-light>.os-scrollbar>.os-scrollbar-track {
    background: 0 0
}

.os-theme-thin-light>.os-scrollbar-horizontal>.os-scrollbar-track:before,.os-theme-thin-light>.os-scrollbar-vertical>.os-scrollbar-track:before {
    content: '';
    display: block;
    position: absolute
}

.os-theme-thin-light>.os-scrollbar-horizontal>.os-scrollbar-track:before,.os-theme-thin-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:before {
    left: 0;
    right: 0;
    height: 2px;
    top: 50%;
    margin-top: -1px
}

.os-theme-thin-light>.os-scrollbar-vertical>.os-scrollbar-track:before,.os-theme-thin-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before {
    top: 0;
    bottom: 0;
    width: 2px;
    left: 50%;
    margin-left: -1px
}

.os-theme-thin-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 0
}

.os-theme-thin-light:hover>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:before {
    background: rgba(255,255,255,.5)
}

.os-theme-thin-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle.active:before,.os-theme-thin-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:hover:before {
    height: 4px;
    margin-top: -2px
}

.os-theme-thin-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle.active:before,.os-theme-thin-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:hover:before {
    width: 4px;
    margin-left: -2px
}

.os-theme-thin-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:hover:before,.os-theme-thin-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:hover:before {
    background: rgba(255,255,255,.5)
}

.os-theme-thin-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle.active:before,.os-theme-thin-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle.active:before {
    background: #fff
}

.os-theme-thin-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    height: 100%;
    min-width: 30px
}

.os-theme-thin-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    width: 100%;
    min-height: 30px
}

.os-theme-thin-light.os-host-transition>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:before {
    transition: height .3s,margin-top .3s,background .2s
}

.os-theme-thin-light.os-host-transition>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before {
    transition: width .3s,margin-left .3s,background .2s
}
