.topTitle1 {
    width: 7.5rem;
    height: .7rem;
    background: white;
    position: fixed;
    top: 0px;
    z-index: 99999;
}
.topTitle1 .firstPage1 {
    float: left;
    height: .7rem;
    margin-left: 1.45rem;
}
.topTitle1 .firstPage1 span{
    color: rgb(235,112,135);
    font-size: .28rem;
    display: inline-block;
    margin-top: .18rem;
}
.topTitle1 .dividerLine1 {
    float: left;
    margin-left: 1.76rem;
    height: .5rem;
    width: 1px;
    background: rgb(240,171,188);
    margin-top: .1rem
}
.topTitle1 .headTopRight1 {
    width: 2.32rem;
    height: .50rem;
    float: right;
    margin-right: 0.68rem;
    margin-top: 0.1rem;
}
.topTitle1 .headTopRight1 img {
    width: 100%;
    vertical-align: middle;
    height: 0.50rem;
}
