html,
body {
    width: 100%;
}
#toTopCom {
    display: none;
    cursor: pointer;
    z-index: 1111111;
    width: 0.30rem;
    height: 0.32rem;
    position: fixed;
    right: 0;
    bottom: 1rem;
    background-color: rgb(51, 51, 51);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#toTopCom #toTop {
    width: 40%;
    display: block;
}
#toTopCom #toTopTxt {
    margin-top: 10px;
    color: #fff;
    font-size: 0.05291666666666667rem;
    text-align: center;
}
.oz-header {
    width: 100%;
    height: 0.2708333333333333rem;
    background-color: #eeeeee;
}

.oz-header .oz-header-inner {
    width: calc(100% - 3.97rem);
    margin: auto;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.oz-header .oz-header-inner span {
    color: #606060;
    font-size: 0.083rem;
}

.oz-nav {
    height: 0.542rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oz-nav .oz-nav-item .oz-nav-item-active {
    height: 0.020833333333333332rem;
    width: 0.16666666666666666rem;
    background-color: #b60005;
    display: block;
    position: absolute;
    top: 0.1325rem;
    left: 50%;
    transform: translateX(-50%);
}
.oz-nav-inner {
    width: calc(100% - 3.7rem);
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.oz-nav .oz-nav-inner .oz-logo {
    width: 0.4rem;
    margin-left: 0.2rem;
}

.oz-nav .oz-nav-inner .oz-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oz-nav .oz-nav-inner .oz-navList {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oz-nav .oz-nav-inner .oz-navList .oz-nav-item {
    font-size: 0.071rem;
    color: #606060;
    width: 0.5625rem;
    cursor: pointer;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-family: PingFang-SC-Bold;
}

.oz-banner-inner .oz-mypos {
    color: #fff;
    text-align: center;
    font-size: 0.08333333333333333rem;
    margin-top: 0.11458333333333333rem;
}

.oz-banner-inner .oz-typeList {
    background-color: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    position: relative;
    top: 0.390625rem;
}

.oz-banner-inner .oz-typeList .oz-type-Item {
    padding:0 0.20791666666666666rem;
    height: 0.4166666666666667rem;
    display: block;
    text-align: center;
    color: #333333;
    font-size: 0.068rem;
    line-height: 0.4166666666666667rem;
    position: relative;
    cursor: pointer;
}
.oz-banner-inner .oz-typeList .oz-type-Item a {
    display: block;
}
.oz-banner-inner .oz-typeList .active {
    background-color: #b60005;
    color: #fff;
}

.oz-banner-inner .oz-typeList .oz-type-Item::after {
    content: "";
    width: 1px;
    height: 0.13020833333333334rem;
    background-color: #d4d4d4;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.oz-banner-inner .oz-typeList .active::after {
    content: "";
    width: 1px;
    height: 0.13020833333333334rem;
    background-color: #b60005;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.oz-banner-inner .oz-typeList .oz-type-Item:last-child:after {
    display: block;
    content: “”;
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 0px;
}
.oz-header .oz-header-inner .oz-header-search {
    padding: 0.08333333333333333rem;
    box-sizing: border-box;
    width: 1.1614583333333333rem;
    height: 0.15625rem;
    background-color: #ffffff;
    border-radius: 0.078125rem;
    font-size: 0.07291666666666667rem;
    /* margin-right: 0.125rem; */
    display: flex;
    align-items: center;
}
.oz-header .oz-header-inner .oz-header-search .searcharea {
    border: 0;
    outline: none;
}
.oz-header .oz-header-inner .oz-header-search .searchicon {
    width: 0.08854166666666667rem;
    height: 0.08854166666666667rem;
    margin-right: 0.057291666666666664rem;
}

.oz-header .oz-header-inner .oz-header-lang {
    display: flex;
    align-items: center;
}

.oz-header .oz-header-inner .oz-header-lang .oz-header-lang-item {
    border-radius: 50%;
    font-size: 0.052083333333333336rem;
    color: #606060;
    border: 1px #606060 solid;
    width: 0.11979166666666667rem;
    height: 0.11979166666666667rem;
    text-align: center;
    line-height: 0.11979166666666667rem;
    margin-left: 0.09375rem;
}

.oz-header .oz-header-inner .oz-header-lang .oz-header-lang-active {
    background-color: #b60005;
    color: #fff;
    border: 1px #b60005 solid;

}
