.w100 {
    width: 100%;
}

body {
    position: relative;
}
.qq {
    position: fixed;
    top: 55%;
    right: 0rem;
    z-index: 999;
}
.h100 {
    height: 100%;
}

.m0 {
    text-align: center;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-c {
    flex-direction: column;
}

.flex-s {
    display: flex;
    align-items: flex-start;
}

.solo-flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-j {
    justify-content: center;
}

.flex-sa {
    justify-content: space-around;
}

.flex-sb {
    justify-content: space-between;
}


/* .header {
  height: 970px;
  position: relative;
} */

.hbc {
    top: 0px;
    z-index: -1 !important;
    transform: translateY(-90px);
}

.hs {
    z-index: -1 !important;
}

.h-content1 {
    color: #fff;
    top: 0px;
    width: 35.6875rem;
    transform: translateY(-735px);
    height: 93px;
    font-size: 4.84vw;
    text-align-last: justify;
    line-height: 100%;
}

.h-content2 {
    color: #fff;
    transform: translateY(-698px);
    font-size: 3.48vw;
    width: 35.6875rem;
    text-align-last: justify;
}

.h-content3 {
    color: #000;
    transform: translateY(-674px);
    background-color: #fff;
    font-size: 1.61vw;
    width: 35.6875rem;
    height: 60px;
    line-height: 60px;
    letter-spacing: 6.6px;
    font-weight: 520;
    border-radius: 5px;
}

.tabActive {
    color: #f08519;
}

.pagtion {
    height: 40px;
    font-size: 0.75rem;
    padding-top: 60px;
}

.pagtion div {
    width: 5rem;
    line-height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.pagtion span {
    margin: 0px 5px 0px 5px;
    line-height: 40px;
    width: 2.5rem;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.pagtion div:hover {
    cursor: pointer;
}

.pagtion span:hover {
    cursor: pointer;
}

.pagActice {
    background-color: #f08519;
    color: #fff;
}

.ood-line {
    height: 2.5rem;
}

.end {
    width: 100%;
    color: #ffbb00;
    margin-bottom: 5rem;
}

.p-btn {
    width: 60rem;
    margin: 0 auto;
    /* padding: 6.375rem 17.5rem; */
    background-color: #f5f5f5;
    border-radius: 2.5rem;
    margin-top: 10rem;
    margin-bottom: 15rem;
    height: 17.5rem;
}

.p-btn span {
    margin-right: 3rem;
    font-size: 5rem;
}

.p-btn img {
    width: 2.25rem;
    height: 4rem;
}

.img {
    border-radius: 2.5rem !important;
}