@import "../iconfont.css";
/* 隐藏滚动条谷歌/Safari */
html::-webkit-scrollbar {
    display: none;
}

html {
    scrollbar-width: none; /* 火狐 */
    -ms-overflow-style: none; /* IE */
}

.header {
    height: 100px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .5s;
}

.header-nav-item {
    color: #fff;
    margin-right: .74rem;
}

.header-nav-item:last-child {
    margin-right: 0;
}

.header-wrap {
    width: 12rem;
    min-width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.header-hidden {
    top: -100px;
}


.logo-icon {
    width: 202px;
    height: 54px;
    background-image: url("../../images/logo.svg");
    background-size: 100% 100%;
}

.haeder-nav {
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
}

.screen {
    width: 100%;
    height: 9.69rem;
    background-size: cover;
    min-height: 692px;
    position: relative;
    color: #fff;
}

.logo-Qcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: .5rem;
}

.qcode-photo {
    width: 1.95rem;
    height: 1.95rem;
    background-size: 100% 100%;
    margin-bottom: .19rem;
    background-image: url("../../images/comqm/comqm-qcode.jpg");

}

.qcode-text {
    font-size: .2rem;
    margin-bottom: .23rem;
}

.qcode-text:last-child {
    margin-bottom: 0;
}

.official-btn {
    width: 194px;
    height: 54px;
    border-radius: 20px;
    border: solid #939090 1px;
    line-height: 54px;
    text-align: center;
    margin: .31rem auto 0 auto;
    font-size: 22px;
}

.screen-index1 {
    background-image: url("../../images/comqm/com-screen1.jpg");
}

.screen-index2 {
    background-image: url("../../images/comqm/com-screen2.jpg");
}

.screen-index3 {
    background-image: url("../../images/comqm/com-screen3.jpg");
}

.screen-index4 {
    background-image: url("../../images/comqm/com-screen4.jpg");
}

.screen-03 {
    background-color: white;
}

.screen03-top {
    width: 100%;
    height: 6.4rem;
    background-size: cover;
    background-image: url("../../images/about/my-screen3.jpg");
}

.screen03-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.screen01-titleEng {
    padding-top: 2rem;
    font-size: .6rem;
    margin-bottom: .27rem;
    text-align: center;
    font-weight: bold;
    opacity: 0;
}

.screen01-titleZh {
    font-size: .3rem;
    font-weight: bold;
    text-align: center;
    opacity: 0;
}

.screen01-desc {
    width: 10.48rem;
    font-size: .25rem;
    line-height: .4rem;
    text-indent: .5rem;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 1rem;
    opacity: 0;
}

.down-arrows {
    width: .36rem;
    height: .36rem;
    background-image: url("../../images/about/down-arrows.svg");
    background-size: 100% 100%;
    bottom: .4rem;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    animation: shandong 1s;
    animation-iteration-count: infinite;
}

@keyframes shandong {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(.2rem);
    }
    60% {
        transform: translateY(0);
    }
    80% {
        transform: translateY(.1rem);
    }
    100% {
        transform: translateY(0);
    }
}

.screen02-titleEng {
    padding-top: 1.55rem;
    font-size: .2rem;
    margin-bottom: .23rem;
    text-align: center;
    opacity: 0;
}

.screen02-titleZh {
    font-size: .56rem;
    font-weight: bold;
    text-align: center;
    opacity: 0;
}

.screen02-text-box {
    width: 10rem;
    margin: .7rem auto 0 auto;
}

.screen02-text {
    font-size: .25rem;
    line-height: .38rem;
    text-align: center;
}

.screen02-desc {
    width: 10rem;
    height: 1.59rem;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.46rem;
    margin: auto;
    align-items: center;
    justify-content: space-around;
}

.screen03-desc {
    height: 1.23rem;
}

.screen02-desc-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: .22rem;
}

.screen02-desc-item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.screen02-desc-item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: .32rem;
}

.screen02-desc-item-icon {
    width: .66rem;
    height: .66rem;
    font-size: .6rem;
    line-height: .66rem;
    text-align: center;
}

.screen02-desc-item-top {
    font-size: .54rem;
    padding-top: .23rem;
}

.screen02cut-lint {
    height: 1.23rem;
    width: 1px;
    background-color: #dadbdc;
    margin-left: .63rem;
    margin-right: .63rem;
}

.screen03-titleEng {
    font-size: .2rem;
    margin-bottom: .23rem;
    opacity: 0;
}

.screen03-titleZh {
    font-size: .56rem;
    font-weight: bold;
    opacity: 0;
}

.screen03-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.screen03-bottom {
    color: #171a20;
    height: 3.29rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.screen03-bottom-wrap {
    width: 12rem;
    min-width: 1024px;
    height: 2.46rem;
    display: flex;
}

.screen03-bottom-wrap-right {
    width: 6.57rem;
    height: 2.46rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s03bwr-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s03bwri-icon {
    width: .76rem;
    height: .76rem;
    border-radius: 50%;
    background-color: purple;
    margin-bottom: .15rem;
}

.s03bwri-text {
    font-size: .16rem;
    color: #676767;
}

.s03bwr-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
}

.screen03-bottom-wrap-left {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.s03bwl-Eng {
    font-size: .23rem;
    margin-bottom: .1rem;
    padding-top: .34rem;
    opacity: 0;
}

.s03bwl-Zh {
    font-size: .38rem;
    font-weight: bold;
    margin-bottom: .45rem;
    opacity: 0;
}

.s03bwl-btn {
    width: 1.65rem;
    height: .59rem;
    box-sizing: border-box;
    border: 3px #171a20 solid;
    font-size: .23rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .28rem;
    opacity: 0;
}

.sample-screen {
    width: 100%;
    height: 1686px;
    background-image: url("../../images/logoDesign/logo-screen5.jpg");
    background-size: cover;
    color: #fff;
}

.sample-titleEng {
    padding-top: .8rem;
}

.sample-titleZh {
    margin-bottom: .87rem;
}

.sample-p {
    width: 1200px;
    height: 683px;
    background-size: 100% 100%;
    margin: 0 auto;
}

.sample-p1 {
    background-image: url("../../images/logoDesign/logosamp1.png");
    margin-bottom: 15px;
}

.sample-p2 {
    background-image: url("../../images/logoDesign/logosamp1.png");
}

.oparcityAni {
    animation: oparcityAct 1s;
    animation-fill-mode: forwards;
}
.screen-index2-desc1 {
    bottom: 3.03rem;
}
.screen-index2-desc2 {
    bottom: 1.03rem;
}
@keyframes oparcityAct {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.pagination {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 1.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
}

.pagination-item {
    margin-bottom: 35px;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 3px solid #fff;
}

.pagination-item:last-child {
    margin-bottom: 0;
}

.pagination-item-act {
    background-color: #fff;
}

#s3text1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-indent: 0;
}

/* 透明度为0 */
#s04d1,
#s04d2,
#s03d1,
#s03d2,
#s02d1,
#s02d2,
.sample-p,
.screen02-text,
.official-btn,
.qcode-text,
.qcode-photo {
    opacity: 0;
}

/* 小手 */
.s03bwr-item,
.s03bwl-btn,
.logo-icon,
.header-nav-item {
    cursor: pointer;
}
