.theme{
    width: 100%;
}
.theme header{
    height: 110px;
    padding: 30px 0;
}
.container{
    position: relative;
    margin: 0 auto;
}
section{
    display: block;
}
.theme header .logo{
    width: 380px;
    padding-right: 216px;
    background: url(../images/logo-side.png) right no-repeat;
    background-size: 216px 25px;
}
a {
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    text-decoration: none;
    outline: 0;
}
.theme header a.help-center {
    display: inline-block;
    border-radius: 12px;
    right: 100px;
}

.theme header a.merchant-center {
    right: 5px;
    display: inline-block;
    border-radius: 12px;
}
.theme header a.help-center, .theme header a.merchant-center {
    top: 10px;
    line-height: 24px;
    color: #fff;
    background-color: #0094c2;
    padding: 0 10px;
    position: absolute;
    font-size: 14px;
}
.theme header p {
    position: absolute;
    right: 20px;
    top: 56px;
    font-size: 14px;
    color: #010101;
    
}