.sam-cap a.last_cate{
    display: inline-block;
    color: #958457;
    position: relative;
    padding: 0 0 0 10px;
}
.sam-cap a.last_cate:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #958457;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -4px 0 0 0;
}
table.coin-search-pt-info {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
table.coin-search-pt-info th {
    line-height: 30px;
    background-color: #585757;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: normal;
}
table.coin-search-pt-info tr.sc td {
    line-height: 30px;
    background-color: #C4C5C4;
    border-bottom: 1px solid #fff;
    color: #fff;
}
table.coin-search-pt-info tr td {
    line-height: 30px;
    border-bottom: 1px solid #000;
    color: #000;
}
.crd{
    padding-left: 0px;
    text-align: left;
}
.crd li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
    font-size: 17px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.search-pt-info {
    width: 100%;
    text-align: left;
    font-size: 14px;
}
table.search-pt-info tr th {
    background-color: #C4C5C4;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}
table.search-pt-info tr td {
    background-color: #585757;
    color: #fff;
    font-weight: normal;
    text-align: left;
    line-height: 30px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
}
.s-info-content .banknote_content{
    text-align: -webkit-auto;
}
.cookie-notify {
    background-color: #19181a;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    padding: 20px 0px;
}
.cookie-notify .cn-inner {
    padding: 0px 200px 0px 0px;
    position: relative;
    text-align: center;
}
.cookie-notify .cn-inner p {
    color: #fff;
    margin: 0px 0px;
    text-align: left;
    font-size: 14px;
}
.cookie-notify .cn-inner .my-btn {
    text-align: center;
    width: 90px;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    right: 50px;
    font-size: 14px;
}
.my-btn {
    display: inline-block;
    line-height: 36px;
    padding: 0px 20px;
    color: #fff;
    background-color: #008fdc;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    border: none;
    transition: all ease 0.3s;
    font-size: 1.4rem;
}
.cookie-notify .close-cookie {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    opacity: 0.8;
    transition: all ease 0.4s;
}
.my-btn:hover {
    background-color: #10abff;
    outline: none;
    color: #fff;
}
.banner .banner-content h2 {
    font-family: "Microsoft JhengHei";
}
.totop {
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #958457;
    transition: background ease 0.3s;
    border-radius: 50%;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 17px; }
.totop:hover {
    background-color: #756744;
    cursor: pointer; }
@media screen and (max-width: 991px) {
    .totop {
        display: none; } }
