body, html {
    padding: 0;
    margin: 0;
    background: #FAFAFA;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

body {
    padding: 0;
    box-sizing: border-box;
    position: relative;
    min-width: 1000px;
    min-height: 100vh;
}

a{color:#333;text-decoration:none!important;transition:color ease-in .1s,background-color ease-in .1s}a:hover{color:#FB8C00}

.text-green {
    color: #43A047 !important;
    transition: color 0s !important
}

.text-red {
    color: #E53935 !important;
    transition: color 0s !important
}

.page-nav {
    height: 59px;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 30px;
}

a {
    text-decoration: none !important;
}

.page-width {
    width: 1180px;
    margin: 0 auto;
}

.nav-logo {
    line-height: 60px;
    margin: 0;
    display: block;
    float: left;
}

.nav-logo img {
    display: block;
    margin-top: 4px;
}

.page-content {
    background: #fff;
    padding: 30px 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 20px;
}

.page-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
    margin: 0 0 25px 0;
}

.curr-time {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(102, 102, 102, 1);
    opacity: 1;
    margin-bottom: 30px;
}

.drop-down {
    position: relative;
}

.drop-down .selected-text {
    height: 44px;
    width: 300px;
    position: relative;
    border: 1px solid #D4D4D4;
    line-height: 44px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.drop-down .selected-text > * {
    display: block;
}

.drop-down .selected-text .icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-left: 20px;
}

.drop-down .selected-text .symbol {
    flex: 1;
    text-align: right;
}

.drop-down .selected-text .arrow {
    width: 45px;
    height: 45px;
    text-align: center;
    transition: all 0.2s;
    line-height: 42px;
}

.drop-down .search-input input {
    position: absolute;
    border: 0;
    outline: none;
    height: 21px;
    width: 240px;
    line-height: 21px;
    font-size: 16px;
    top: 12px;
    left: 20px;
    background: #fff;
}

.drop-down .search-input .option-list {
    position: absolute;
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    opacity: 1;
    z-index: 999;
}

.drop-down .search-input .option-list .tit {
    padding: 7px 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: rgba(102, 102, 102, 1);
}

.drop-down .search-input .option-list .group {
    padding: 0;
    margin: 0;
}

.drop-down .search-input .option-list .group li {
    line-height: 32px;
    cursor: pointer;
    color: #333333;
    font-size: 14px;
    padding: 0 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    user-select: none;
}

.drop-down .search-input .option-list .empty {
    line-height: 32px;
    color: #333333;
    font-size: 14px;
    padding: 0 20px;
    display: none;
}

.drop-down .search-input .option-list .group li:hover {
    background: rgba(66, 165, 245, 0.2);
}

.drop-down .search-input .option-list .group li .icon {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 20px;
}

.drop-down .search-input .option-list .group li .split {
    margin: 0 4px;
    font-style: normal;
}

.drop-down .search-input {
    display: none;
}

.drop-down.active .search-input {
    display: block;
}

.drop-down.active .arrow {
    transform: rotate(-180deg);
}

.tool-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.tool-box .switch-btn {
    width: 48px;
    height: 36px;
    background: rgba(246, 246, 246, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    opacity: 1;
    border-radius: 2px;
    margin: 0 46px;
    position: relative;
    cursor: pointer;
    user-select: none;
    transform: translateY(-12px);
}

.tool-box .switch-btn svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.num-input {
    width: 300px;
    height: 44px;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    line-height: 44px;
    margin-top: 30px;

}

.num-input input {
    display: block;
    flex: 1;
    outline: none;
    border: 0;
    font-size: 22px;
    width: 65px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 45px;
}

.num-input .unit {
    margin: 0 10px 0 20px;
    user-select: none;
}

.tool-box .tips {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(102, 102, 102, 1);
    margin-top: 6px;
}

.chart-box {
    margin-top: 64px;
}

.chart-box h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
    margin: 0;
}

#Chart {
    width: 100%;
    height: 360px;
}

.error-page {
    text-align: center;
    width: 800px;
    margin: 81px auto;
}

.error-page .error-code {
    font-size: 62px;
    font-weight: bold;
    line-height: 82px;
    color: rgba(78, 77, 77, 1);
    opacity: 1;
}

.error-page .tips {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #666666;
    margin-top: 24px;
    opacity: 1;
}

.alert {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(150, 150, 150, 1);
    opacity: 1;
    text-align: center;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 0;
}

.page-header {
    height: 94px;
    background: #FFF;
    font-size: 16px;
    border-bottom: 1px solid #F0F0F0;
    top: 0;
    width: 100%;
    z-index: 9999;
    position: relative
}

.page-header .status {
    height: 40px;
    border-bottom: 1px solid #EEEEEE;
}

.page-header .status .page-width {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.page-header .status .market-preview {
    width: 300px;
    height: 40px;
}

.page-header .status .user-status {
    flex: 1;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

.page-header .status .app-download-btn {
    display: flex;
    width: 142px;
    height: 40px;
    font-size: 13px;
    color: #333;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.page-header .status .app-download-btn svg {
    display: block;
}

.page-header .status .user-btn {
    height: 24px;
    width: 48px;
    background: #FB8C00;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    margin-left: 30px;
    opacity: 0;
}

.page-header .status .user-btn :hover {
    opacity: 0.8;
}

.page-header .status .user-feature {
    flex-flow: row nowrap;
    align-items: center;
    display: none;
    margin-left: 30px;
    position: relative;
    z-index: 9999;
}

.page-header .status .user-feature:hover .sub-list {
    display: block;
}

.page-header .status .user-headpic {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 10px;
}

.page-header .status .user-option {
    position: relative;
    line-height: 40px;
    font-size: 13px;
    color: #333;
}

.page-header .status .user-option .sub-list {
    position: absolute;
    top: 40px;
    right: 0;
    width: 132px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    display: none;
    margin-top: -1px;
}

.page-header .status .user-option .sub-list .item {
    padding: 0 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    color: #666666;
}

.page-header .status .user-option .sub-list .item:hover {
    background: #FAFAFA;
}


.page-header .page-width {
    width: 1180px;
}

.page-header .scroll-top {
    position: fixed;
    width: 60px;
    height: 60px;
    background: #EEE url(/assets/image/ic_forward2.png) no-repeat center;
    background-size: 12px 24px;
    bottom: 245px;
    display: none;
    transform: rotate(90deg);
    cursor: pointer
}

.page-header .scroll-top:hover {
    background: #FB8C00 url(/assets/image/ic_forward3.png) no-repeat center;
    background-size: 12px 24px
}

.page-header .logo {
    font-weight: 700;
    height: 54px;
    line-height: 54px;
    float: left;
    width: 142px;
    position: relative;
    margin-right: 54px
}

.page-header .logo img {
    height: 32px;
    width: auto;
    vertical-align: middle;
    display: block;
    float: left;
    position: absolute;
    top: calc(54px / 2 - 15px);
    left: 0;
    margin-right: 8px
}

.page-header .nav-search {
    position: relative;
    float: right;
    height: 36px;
    width: 280px;
    margin-left: 25px
}

.page-header .nav-search input {
    position: absolute;
    left: 0;
    top: 9px;
    height: 36px;
    width: 280px;
    border: 1px #EEE solid;
    border-radius: 2px;
    background-color: #F6F6F6;
    font-size: 14px;
    padding: 9px 42px 9px 20px;
    line-height: 19px;
    box-sizing: border-box
}

.page-header .nav-search input::-webkit-input-placeholder {
    color: #B4B4B4
}

.page-header .nav-search button {
    background: 0 0;
    border: none;
    position: absolute;
    height: 36px;
    width: 36px;
    right: 12px;
    top: 9px
}

.page-header .nav-search button svg {
    vertical-align: -4px
}

.page-header .nav-search button:hover .cls-1 {
    stroke: #FB8C00
}

.page-header a.nav-menu-left {
    padding: 0 20px
}

.page-header a.nav-menu-left:hover {
    background: #FAFAFA;
    color: #FB8C00
}

.page-header .nav-menu-left {
    float: left;
    height: 54px;
    line-height: 54px;
    position: relative;
    color: #121212
}

.page-header .nav-menu-left.active {
    color: #FB8C00
}

.page-header .nav-menu-left.active:after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background: #FB8C00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.page-footer {
    background: #333;
    margin-top: 72px;
    color: #C2C2C2;
    font-size: 12px;
    padding: 20px;
    overflow: hidden;
}

.page-footer .page-width {
    width: 1180px;
}

.page-footer a {
    color: #C2C2C2
}

.page-footer a:hover {
    color: #EBEBEB
}

.page-footer .split {
    margin: 0 10px;
    color: #6A6A6A
}

.page-footer .link-list {
    margin-bottom: 8px
}

.page-footer .left-side {
    float: left;
    width: 60%
}

.page-footer .left-side > div {
    margin-bottom: 8px
}

.page-footer .right_side {
    float: left
}

.page-footer .right_side a {
    margin-bottom: 8px;
    display: inline-block;
    width: 200px
}

.page-footer .cp {
    margin-top: 77px;
    margin-bottom: 0 !important
}

.self-media {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 28px;
    width: 400px;
    justify-content: space-between
}

.self-media .item {
    width: 48px !important;
    display: block;
    height: 48px;
    border-radius: 48px;
    background: #484848;
    position: relative;
    cursor: pointer
}

.self-media .item:hover {
    background: #5B5B5B
}

.self-media .item:hover .sub {
    display: block !important
}

.self-media .item .sub {
    display: none;
    width: 150px;
    height: 178px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .23);
    position: absolute;
    top: 0;
    margin-top: -189px;
    background: #fff;
    margin-left: -50px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    opacity: 1;
    overflow: hidden
}

.self-media .item .sub svg {
    margin: 6px auto;
    display: block
}

.self-media .item > svg {
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.page-flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 20px;
}

.page-content {
    width: 860px;
}

.sub-content {
    width: 300px;
}

.side-module {
    background: #FFF;
    border-radius: 2px;
    margin-bottom: 20px
}

.side-module .more {
    display: block;
    height: 48px;
    border-top: 1px solid #F0F0F0;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    position: relative;
    z-index: 99;
    color: #333;
    font-size: 14px;
}

.side-module .more:hover {
    color: #FB8C00
}

.side-module .more:after {
    content: url(/assets/image/ic_more.svg);
    vertical-align: -3px;
    display: inline-block;
    margin-left: 10px
}

.side-module .module-content {
    overflow: hidden
}

.side-module .module-title {
    height: 53px;
    border-bottom: 1px solid #F0F0F0
}

.side-module .module-title h1, .side-module .module-title h2, .side-module .module-title h3, .side-module .module-title h4, .side-module .module-title h5 {
    font-size: 16px;
    color: #121212;
    line-height: 54px;
    position: relative;
    padding-left: 20px
}

.side-module .module-title h1:after, .side-module .module-title h2:after, .side-module .module-title h3:after, .side-module .module-title h4:after, .side-module .module-title h5:after {
    content: '';
    display: block;
    width: 4px;
    height: 24px;
    background: #FB8C00;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%)
}

.side-coin-list {
    padding: 0;
    margin: 0;
    margin-bottom: 13px;
    font-size: 14px;
}

.side-coin-list li {
    list-style: none;
    padding: 3px 20px 3px 10px
}

.side-coin-list li:hover {
    background-color: #FAFAFA
}

.side-coin-list li:hover a .tit {
    color: #FB8C00
}

.side-coin-list li a {
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-between;
    color: #333
}

.side-coin-list li a .tit {
    display: flex;
    flex-flow: nowrap row;
    align-items: center
}

.side-coin-list li a .tit span {
    line-height: 19px
}

.side-coin-list li a .tit span small {
    font-size: 12px;
    color: grey
}

.side-coin-list li a .tit img {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    max-height: 24px;
    max-width: 24px;
    margin-right: 10px
}

.side-coin-list li a .price {
    text-align: right
}

.side-coin-list li a .price .change {
    font-size: 12px
}

.side-module .table-title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 8px 20px 6px 20px;
    color: grey;
    font-size: 12px
}

.calc-quick-link {
    height: 300px;
    width: 300px;
    background: url(/assets/image/draw_tools.png) no-repeat;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px
}

.calc-quick-link .title {
    margin-top: 36px;
    margin-bottom: 33px
}

.calc-quick-link .title h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 47px;
    color: #FFF;
    opacity: 1
}

.calc-quick-link a {
    display: flex;
    flex-flow: row nowrap;
    width: 204px;
    height: 36px;
    line-height: 36px;
    background: #263238;
    opacity: 1;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #E9EBEB;
    margin: 0 auto 20px auto;
    text-align: left;
    padding-left: 55px;
    align-items: center;
}

.calc-quick-link a img {
    margin-right: 6px;
    width: 18px;
    height: 18px;
}

.side-info-list {
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
}

.side-info-list li {
    list-style: none;
    height: 36px;
    line-height: 36px;
    padding: 0 20px
}

.side-info-list li .val {
    width: 60%;
    float: left;
    text-align: right;
    color: #333
}

.side-info-list li .tit {
    width: 40%;
    float: left;
    color: #121212
}

.main-content {
    width: 860px;
}

.coin-convert {
    padding: 40px 60px 12px 60px;
    background: #fff;
}

.focus-week {
    margin-top: 20px;
    position: relative;
}

.focus-week .show-more {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #FB8C00;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 18px;

}

.focus-week .article-list ul {
    display: flex;
    flex-flow: row wrap;
    padding: 20px 20px 8px 20px;
    justify-content: space-between;
    margin: 0;
}

.focus-week .article-list ul li {
    width: 190px;
    list-style: none;
    margin-bottom: 12px;
}

.focus-week .article-list ul li a {
    display: block;
    width: 190px
}

.focus-week .article-list ul li a .cover {
    width: 190px;
    height: 143px;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden
}

.focus-week .article-list ul li a .cover img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0
}

.focus-week .article-list ul li a .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #333
}

.focus-week .article-list ul li a:hover {
    background: #fff
}

.focus-week .article-list ul li a:hover img {
    transform: scale(1.05)
}

.focus-week .article-list ul li a:hover .title {
    color: #FB8C00
}

.page-header .nav-search {
    display: block;
    border: 1px solid #E8E8E8;
    width: 300px;
    height: 36px;
    background: #FAFAFA;
    position: relative;
    float: right;
    margin-top: 9px;
    margin-left: 12px
}

.page-header .nav-search input {
    height: 100%;
    width: 100%;
    border: 0;
    background: 0 0;
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 36px;
    font-size: 14px;
    top: 0
}

.page-header .nav-search > svg {
    position: absolute;
    top: 8px;
    left: 8px
}

.page-header .nav-search .loading {
    position: absolute;
    right: 8px;
    top: 2px;
    transform: scale(.9);
    display: none
}

.page-header .nav-search .search-result {
    position: absolute;
    width: 300px;
    max-height: 520px;
    background: #FFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .16);
    opacity: 1;
    left: 0;
    margin-left: -1px;
    z-index: 999;
    display: none;
    top: 32px
}

.page-header .nav-search .search-result .result-list > a {
    height: 48px;
    display: flex;
    flex-flow: row nowrap;
    padding: 0 12px;
    align-items: center
}

.page-header .nav-search .search-result .result-list > a.active {
    background: #f1f1f1 !important
}

.page-header .nav-search .search-result .result-list > a:hover {
    background: #FAFAFA
}

.page-header .nav-search .search-result .result-list > a .logo {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    margin-right: 7px
}

.page-header .nav-search .search-result .result-list > a .name {
    flex: 1
}

.page-header .nav-search .search-result .result-list > a .name .main {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #121212;
    width: 100%;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.page-header .nav-search .search-result .result-list > a .name .sub {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: grey;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.page-header .nav-search .search-result .result-list > a .price-info {
    max-width: 90px;
    min-width: 90px;
    text-align: right
}

.page-header .nav-search .search-result .result-list > a .price-info .main {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #333
}

.page-header .nav-search .search-result .result-list > a .price-info .sub {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px
}

.page-header .nav-search .search-result .no-result {
    line-height: 36px;
    text-align: center;
    display: none;
    font-size: 14px
}

.page-header .nav-search .search-result .news-result {
    line-height: 36px;
    display: none;
    font-size: 14px;
    padding: 0 12px;
    border-top: 1px solid #f1f1f1
}

.page-header .nav-search .search-result .news-result.active {
    background: #f1f1f1
}

.page-header .nav-search .search-result .news-result span {
    color: #FB8C00;
    margin: 0 6px
}

input {
    outline: none;
}

.switch-unit {
    float:right;
    height:40px;
    line-height:41px;
    color:grey;
    position:relative
}
.switch-unit:hover .selected:after {
    transform:rotateZ(180deg)
}
.switch-unit .selected {
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    font-size:13px;
    color:#333
}
.switch-unit .selected:after {
    content:url(/assets/image/ic_expand_more_18px.svg);
    line-height:18px;
    display:block;
    margin-left:2px;
    position:relative;
    height:18px;
    width:16px
}
.switch-unit ul {
    background:#fff;
    width:132px;
    box-shadow:0 6px 12px rgba(0, 0, 0, .16);
    padding:0;
    left:0;
    margin-left:-20px;
    display:none;
    z-index:999;
    position:absolute
}
.switch-unit ul li {
    list-style:none;
    padding:0 20px;
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    cursor:pointer;
    line-height:40px;
    color:#333;
    font-size:14px;
    transition:background-color .1s
}
.switch-unit ul li:hover {
    background:#FAFAFA;
    color:#FB8C00
}
.switch-unit:hover ul {
    display:block
}