article,aside,dialog,footer,header,section,footer,nav,figure,menu {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,figure,section,legend,textarea,p,blockquote,th,td,label,input,select,textarea,button {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

button {
    cursor: pointer;
    text-align: center
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul,ol,dd,dt,dl {
    list-style-type: none
}

a,input,select {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0
}

input,img {
    border: none;
    padding: 0;
    font-size: 14px
}

i,em {
    font-style: normal
}

:focus {
    outline: none
}

img {
    width: auto\9;
    display: block;
    -ms-interpolation-mode: bicubic;
    border: none
}

html {
    background: #fff;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch
}

body {
    width: 100%;
    margin: 0 auto;
    font: 1.4rem/1.5 Helvetica Neue,Helvetica,Tahoma,Geneva,PingFang SC,'Microsoft YaHei',Arial,sans-serif;
    color: #3a3a3e;
}

ul,ol {
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

input,button,textarea {
    font-family: microsoft yahei;
    border: none;
    outline: none
}

a:link,a:active,a:visited,a:hover {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.clear:after,#container:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both
}

.inner,#container {
    width: 970px;
    margin: auto;
    background: #fff;
    margin-top: 20px;
}
@media all and (max-width: 991px) {
    .inner,#container {
        width: 100%;
        margin: auto
    }
}



}

@media(max-width: 760px) {
    .inner,#container {
        width:100%;
        margin: 0
    }

    #main {
        width: 100%;
        float: none
    }

   
}

#header {
    height: 5.7rem;
    line-height: 5.6rem;
    border-bottom: 1px solid #f0f2f6;
    color: #7a7980
}

.logo {
    float: left
}

.logo a {
    display: block;
    padding: 1.7rem 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0 0 .2rem .2rem;
    transition: all .25s
}

.logo svg {
    width: 16rem;
    height: 2.2rem
}

.logo svg path {
    fill-rule: evenodd;
    fill: #66f
}

.logo svg .l1 {
    fill: #66f
}

.logo svg .l2 {
    fill: #fff
}

.logo svg .lu {
    fill: #51515d
}

.breadcrumb {
    padding: 1.6rem 0 1.7rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #f0f2f6;
    margin-bottom: 2rem
}

.breadcrumb .inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f3f6fb;
}

.breadcrumb a {
    display: inline-block;
    color: #3a3a3e
}

.breadcrumb svg {
    display: inline-block;
    width: .6rem;
    height: .6rem;
    margin: 0 .5rem;
    fill: #65656d
}

.icon-nav {
    float: right;
    padding: 1.7rem .8rem 1.9rem 5rem
}

.icon-nav svg {
    width: 2rem;
    height: 2rem;
    display: block;
    fill: #555556;
    cursor: pointer
}

.navigation {
    display: none;
    position: absolute;
    text-align: center;
    top: 5.7rem;
    left: 0;
    width: 100%;
    z-index: 9999;
    line-height: 4rem;
    padding: 3.5rem 0 4rem;
    background: #fff;
    box-shadow: 0 .2rem .3rem .1rem rgba(28,31,35,.1);
    animation: a .5s
}

.navigation li {
    width: 16.66%;
    padding: .6rem .5rem;
    font-size: 1.3rem;
    display: inline-block;
    float: left
}

.navigation a {
    display: block;
    background: #f5f6f9;
    color: #2b2b2b;
    font-weight: 500;
    border-radius: .4rem;
    transition: all .25s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.navigation a:hover {
    background: #eaecf1
}

.navigation li:nth-of-type(1),.navigation li:nth-of-type(7),.navigation li:nth-of-type(13) {
    padding-left: 0
}

.navigation li:nth-of-type(6),.navigation li:nth-of-type(12),.navigation li:nth-of-type(18) {
    padding-right: 0
}

.icon-nav:hover svg {
    fill: #66f
}

.icon-nav:hover .c2 {
    width: 80%
}

.icon-nav:hover .navigation {
    display: block
}

@media(max-width: 760px) {
    #header {
        padding:0;
        margin-bottom: 3rem
    }

    .logo a {
        height: 5.6rem;
        padding: 1.6rem 1.8rem;
        background: #fff
    }

    .logo a:hover {
        background: #fff
    }

    .logo svg path {
        fill: #66f
    }

    .breadcrumb {
        display: none
    }

    .navigation {
        padding: 2rem 1.8rem
    }

    .navigation li {
        width: 50%;
        padding: .6rem .5rem!important
    }

    .icon-nav {
        padding: 1.7rem 2.2rem
    }
}

.hero {
    padding: 4rem 0 5rem;
    text-align: center;
    font-size: 1.5rem;
    background: #f3f6fb;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 700;
    padding: 0 0 2rem
}

.categories {
    margin: 0 -1rem
}

.col {
    width: 25%;
    float: left;
    padding: 1rem;
    line-height: 2.8rem
}

.col a {
    position: relative;
    display: block;
    padding: 2.2rem 2rem 2.3rem;
    border-radius: .4rem;
    border: 1px solid #f0f0f2;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .2s
}

.col a:hover {
    color: 66f;
    border: 1px solid #e5e5ea;
    box-shadow: rgba(0,0,0,.08) 0 .2rem 1.2rem;
    transform: translateY(-.3rem)
}

.col svg {
    position: relative;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    fill: #66f;
    float: left;
    fill-rule: evenodd;
    margin: 0 1.2rem 0 0;
    z-index: 999;
    transition: all .2s
}

.col a:hover svg {
    transform: scale(1.1)
}

.col a:after {
    position: absolute;
    display: block;
    content: "";
    width: 2.6rem;
    height: 2.6rem;
    background: rgba(102,102,255,.1);
    top: 50%;
    left: 2.2rem;
    margin-top: -1.2rem;
    z-index: 1;
    border-radius: 3rem;
    transition: all .5s
}

.col a:hover:after {
    transform: scale(9.8);
    left: 7.1rem;
    margin-top: 3rem
}

@media(max-width: 760px) {
    .hero {
        padding:4rem 2rem 3rem
    }

    .categories {
        margin: 0
    }

    .col {
        width: 100%;
        padding: .6rem 2rem
    }

    .col a {
        padding: 2.2rem 3rem 2.3rem
    }

    .col svg {
        margin-right: 2rem
    }
}

#main h1 {
    font-size: 2.5rem;
    font-weight: 700;
    padding: 1.5rem 0 0 1rem;
    line-height: 3.2rem
}

#main h3 {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0 0 1rem;
    color: #606067
}

#main .tip {
    padding: 0 0 1rem;
    font-weight: 300
}

@media(max-width: 760px) {
    .breadcrumb {
        padding:2rem
    }

    #main h1 {
        padding: 1rem 2rem 1rem;
        line-height: 3rem
    }
}

.converter {
    /* background: #f0f3f9; */
    padding: 1.3rem 3rem 0;
    border-radius: .6rem;
    margin: 1.3rem 0 1rem
}

.converter label {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 4rem;
    color: #37383e
}

.select-unit {
    display: flex;
    width: 100%
}

.select-unit .select {
    width: 50%;
    position: relative
}

.select-unit .select .unit-ipt {
    width: 100%;
    height: 5rem;
    padding: 0 2.8rem 0 1.5rem;
    font-weight: 500;
    border: 1px solid #dddef1;
    border-radius: .3rem;
    cursor: pointer;
    transition: all .25s;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis
}

.select-unit .select .unit-open .unit-ipt {
    border: 1px solid #66f;
    box-shadow: 0 0 0 .25rem rgba(102,102,255,.1)
}

@keyframes same {
    0% {
        color: #fff
    }

    100% {
        color: #d00
    }
}

.select-unit .select .same {
    color: #d00;
    animation: same .1s;
    -webkit-animation: same .1s;
    animation-iteration-count: 3
}

.select-unit .swap {
    width: 6.2rem;
    padding: 4rem .6rem 0
}

.select-unit .swap-btn {
    display: block;
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
    border-radius: .3rem;
    background: #fafbff;
    border: 1px solid #dddef1;
    transition: all .2s
}

.select-unit .swap-btn:hover {
    background: #fff
}

.select-unit .swap-btn svg {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    margin: auto;
    fill: #333;
    transition: all .2s
}

.select-unit .swap-btn:hover svg {
    fill: #66f;
    transform: scaleX(-1);
    transform: scaleX(-1) scale(1.2);
    filter: FlipH
}

.unit-disabled {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.unit-list li.unit-null a {
    color: #d2d2d2
}

.unit-list li a {
    display: block;
    padding: 0 2rem;
    font-weight: 500;
    line-height: 3.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all .2s;
    color: #333
}

.unit-list li:hover {
    background-color: #66f
}

.unit-list li:hover a {
    padding: 0 1.5rem;
    color: #fff
}

.unit-list li.unit-selected {
    background-color: #66f
}

.unit-list li.unit-selected a {
    display: block;
    padding: 0 2rem;
    color: #fff
}

.unit-list li.unit-disabled {
    background-color: #fff
}

.unit-list li.unit-disabled a {
    display: block;
    color: #d2d2d2
}

.unit-list li.unit-disabled:hover a {
    cursor: not-allowed!important;
    background-color: #fff
}

.icon-unit-arrow {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: 1.8rem;
    top: 5.9rem;
    transition: all .2s
}

.icon-unit-arrow svg {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    fill: #333
}

.unit-open .icon-unit-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.unit-list::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.unit-list::-webkit-scrollbar-track {
    background: #fff
}

.unit-list::-webkit-scrollbar-thumb {
    background: #cbcbcb
}

.select-direct .unit-box {
    display: none
}

.select-direct .unit-list {
    border: 1px solid #e9eaf1;
    padding: 1.3rem 2rem;
    border-radius: .2rem;
    background: #fff
}

.select-direct .unit-list li a {
    display: inline-block;
    line-height: 3rem;
    padding: 0;
    border-bottom: 2px solid #fff
}

.select-direct .unit-list li:hover {
    background: 0 0
}

.select-direct .unit-list li:hover a {
    padding: 0 .5rem;
    border-bottom-color: #66f;
    font-weight: 700;
    color: #66f
}

.select-direct .unit-list li.unit-selected {
    background: 0 0
}

.select-direct .unit-list li.unit-selected a {
    padding: 0 1rem;
    margin: .3rem 0;
    border-radius: .2rem;
    display: inline-block;
    background: #66f;
    color: #fff;
    border-bottom: 0
}

.select-veiled .unit-list {
    display: none;
    position: absolute;
    top: 9.6rem;
    left: 0;
    z-index: 9998;
    background: #fff;
    width: 100%;
    max-height: 30rem;
    padding: 0 0 1rem;
    overflow: auto;
    box-shadow: rgba(0,0,0,.15) 0 .3rem 1rem;
    border-radius: .4rem
}

.select-veiled .unit-box {
    cursor: pointer
}

.enter-button {
    display: flex;
    width: 100%;
    padding-bottom: 3.5rem
}

.enter-button .enter {
    width: 70%
}

.enter-button .enter input {
    width: 100%;
    height: 5.2rem;
    line-height: 2.2rem;
    border: 1px solid #dddef1;
    padding: 1.5rem 1.8rem;
    border-radius: .3rem;
    transition: all .25s
}

.enter-button .enter input:focus {
    border: 1px solid #66f;
    box-shadow: 0 0 0 .25rem rgba(102,102,255,.1)
}

.enter-button .convert-btn {
    width: 30%;
    padding: 4rem 0 0 1rem
}

.enter-button .convert-btn button {
    width: 100%;
    height: 5.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    background: #66f;
    color: #fff;
    border-radius: .2rem;
    transition: all .25s
}

.enter-button .convert-btn button:hover {
    background: #55f
}

@media(max-width: 760px) {
    .converter {
        padding:1.3rem 2rem 0;
        border-radius: 0
    }

    .select-unit .select .unit-ipt {
        border-radius: 0
    }

    .select-unit .swap {
        width: 5rem;
        padding: 4rem 0 0
    }

    .select-unit .swap-btn {
        border-radius: 0;
        border-width: 1px 0
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 9990;
        background: rgba(0,0,0,.8)
    }

    .select-veiled .unit-list {
        position: fixed;
        top: 20%;
        left: 10%;
        width: 80%;
        max-height: 60%
    }

    .unit-list li a {
        line-height: 5rem
    }

    .enter-button .enter input {
        border-right-width: 0;
        border-radius: 0
    }

    .enter-button .convert-btn {
        padding: 4rem 0 0
    }

    .enter-button .convert-btn button {
        border-radius: 0;
        font-size: 1.5rem
    }
}

.result {
    margin: 0 -3rem;
    text-align: center;
    padding: 2rem 3rem 2.3rem;
    background: #f9f7f0;
    border-radius: 0 0 .6rem .6rem;
    font-weight: 500
}

.res-tit {
    text-align: left;
    font-size: 1rem
}

.res-big {
    font-size: 2.8rem;
    padding: 3rem 0 0
}

.res-big font {
    font-weight: 700;
    color: #e00
}

.res-link {
    padding: 2.5rem 0 1.6rem;
    font-size: 1.2rem
}

.res-link a {
    margin: 0 1rem
}

.intro {
    padding: 2rem 1.5rem 2.3rem;
    line-height: 2em;
    font-weight: 400;
    font-size: 1.3rem;
    color: #797980
}

@media(max-width: 760px) {
    .result {
        margin:0 -2rem;
        padding: 2rem 2rem 2.3rem;
        border-radius: 0
    }

    .intro {
        padding: 2rem
    }
}

.conversion-table {
    padding: 2rem 0
}

.table {
    width: 100%;
    line-height: 4rem;
    margin: 1rem 0;
    font-size: 1.4rem
}

.table th {
    background: #f0f2f6;
    border: 1px solid #e9ecf1;
    color: #6a6b73;
    font-size: 1.2rem
}

.table td {
    border: 1px solid #f0f2f6;
    padding: .5rem 1rem;
    text-align: center
}

.table tr:nth-child(odd) {
    background: #fafbfc
}

.convert-list {
    padding: .5rem 0 2.3rem
}



.convert-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: .1rem;
    display: block;
    width: 4px;
    height: 4px;
    background: #6d6d7b;
    border-radius: 0;
    margin-top: -3px
}

.items li {
   list-style: none;
   padding: 7px 5px;
   display: inline-block;
   width: 100%;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.items li:before {
    /* content: " "; */
    position: absolute;
    top: 50%;
    left: .1rem;
    display: block;
    width: 5px;
    height: 5px;
    background: #6d6d7b;
    border-radius: 5px;
    margin-top: -3px
}

@media(max-width: 760px) {
    .recent {
        padding:2rem 2rem 2.3rem
    }
}

#side h3 {
    font-weight: 700;
    padding: 2rem 0 1rem;
    font-size: 1.8rem;
    color: #606067
}

#footer {
    padding: 3rem 0 3.5rem;
    background: #f8f8f9;
    line-height: 3.6rem;
    margin-top: 5rem
}

.languages {
    float: right;
    position: relative
}

.lang-icon {
    display: block;
    cursor: pointer;
    padding: 0 1.8rem;
    border: 1px solid #e1e3e6;
    border-radius: .5rem;
    transition: all .25s
}

.lang-icon:after {
    content: "\25BC";
    display: inline-block;
    font-size: 1rem;
    float: right;
    margin: 0 0 0 1.8rem;
    transition: all .25s
}

.languages svg {
    width: 1.4rem;
    height: 1.4rem;
    margin: 1.1rem .8rem 0 0;
    display: block;
    float: left
}

.languages svg path {
    fill-rule: evenodd
}

.language-select {
    display: none;
    position: absolute;
    z-index: 999999;
    bottom: 3.3rem;
    right: 0;
    background: #fff;
    width: 12rem;
    border-radius: .3rem;
    padding: 1rem 1.2rem 1.5rem;
    line-height: 3rem;
    box-shadow: 0 0 1px rgba(0,0,0,.1),0 .1rem .8rem rgba(0,0,0,.1)
}

.language-select li {
    text-align: center
}

.language-select a {
    padding: 0 1rem;
    color: #39383a;
    text-decoration: none
}

.languages:hover .language-select {
    display: block
}

.languages:hover .lang-icon {
    background: #e7e7ea
}

.languages:hover .lang-icon:after {
    transform: rotate(180deg)
}

.copyright a {
    color: #5a5a5e
}

@media(max-width: 760px) {
    #footer {
        padding:4rem 2rem 3.5rem;
        text-align: center
    }

    .copyright {
        padding: 1.6rem 0 0
    }

    .languages {
        float: none;
        width: 50%;
        margin: auto;
        position: relative
    }

    .language-select {
        right: 50%;
        margin-right: -11.5rem
    }
}

@media(min-width: 760px) {
    .copyright a {
        display:none
    }
}

@-webkit-keyframes a {
    0% {
        transform: translate3d(0,10px,0);
        opacity: .1
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes a {
    0% {
        transform: translate3d(0,10px,0);
        opacity: .1
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}
