@charset "utf-8";
.st-logo{
    width: 200px;
}
.st-logo > a{
    width: 200px;
    text-align: left;
}
.st-nav{
    width: 520px;
    overflow: hidden;
}
.st-rig .login-after a.dl{
    display: inline-block;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.st-rig .login-after{
    padding-left: 10px!important;
}

    /* 头部增加货币切换 */
.st-currency{
    float: left;
    padding: 22px 0;
    margin-left: 15px;
    position: relative;
    /*display: none;*/
}
.st-currency .currency-txt{
    display: block;
    width: 116px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #28c781;
    cursor: pointer;
    position: relative;
}
.st-currency .currency-txt:after{
    content: "";
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    vertical-align: middle;
    margin: -2px 0 0 3px;
}
.st-currency .currency-down{
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 116px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: rgba(0,0,0,.4);
    display: none;
}
.st-currency .currency-down:before{
    content: "";
    position: absolute;
    top: -7px;
    left: 51px;
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
   border-bottom: 7px solid rgba(0,0,0,.4);
}
.st-currency .currency-down ul{
    padding: 7px 12px;
}
.st-currency .currency-down ul li>a{
    display: block;
    width: 92px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.st-currency .currency-down ul li:hover>a,
.st-currency .currency-down ul li.on>a{
    color: #28c781;
}