*{
    padding: 0px;
    margin: 0px;
}
a{
    text-decoration: none;
}
.header{
    width: 100%;
    height: 94px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header-left{
    width: 820px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-icon{
    width: 172px;
    height: 52px;
}
.header-icon image{
    width: 172px;
    height: 52px;
}
.header-right{
    width: 1100px;
    height: 94px;
    display: flex;
    align-items: center;
}
.header-right-item{
    margin-right: 60px;
    height: 46px;
    font-size: 22px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.header-right-item:hover{
    cursor:pointer;
}
.header-right-item-action{
    border-bottom: 1px solid #FF740E !important;
    color: #FF740E !important;
}
.topay-group{
    position: relative;
}

.topay{
    width: 136px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF740E;
    color: #ffffff;
    border-radius: 22px;
    font-size: 20px;
}
.topay:hover{
    cursor:pointer;
}
.topay-qrcode{
    position: absolute;
    top: 52px;
    width: 0px;
    height: 0px;
    border: 0px;
    padding: 0;
    transition: height 1s ease-in-out;
}
.is-show-qrcode{
    height: 168px;
    width: 134px;
}


