* {
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
}

body {
    background-color: #e6f3f7;
    min-width: 1360px;
    min-height: auto;
}

.img {
    width: 100%;
    /* height: auto; */
    -webkit-user-drag: none;
}

.videoBackground {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -2;
    overflow: hidden;
    background-image: url("https://fsnewsres.foshanplus.com/h5/wmw/2023/qm2023/qm2023background.png");
    background-size: 100% 100%;
}

.videoBackground video {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mainContent {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 2;
}

.mainContent::-webkit-scrollbar {
    display: none;
}


/*glass*/

.frosted-glass {
    border-radius: 10px;
    margin: 0 auto 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    background-color: #fefcfaeb;
    box-shadow: 0 0.3px 0.7px rgba(0, 0, 0, 0.126), 0 0.9px 1.7px rgba(0, 0, 0, 0.179), 0 1.8px 3.5px rgba(0, 0, 0, 0.224), 0 3.7px 7.3px rgba(0, 0, 0, 0.277), 0 10px 20px rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: 0.5s ease;
}

.frosted-glass:hover {
    box-shadow: 0 0.7px 1px rgba(0, 0, 0, 0.157), 0 1.7px 2.6px rgba(0, 0, 0, 0.224), 0 3.5px 5.3px rgba(0, 0, 0, 0.28), 0 7.3px 11px rgba(0, 0, 0, 0.346), 0 20px 30px rgba(0, 0, 0, 0.5);
}


/* .frosted-glass::-webkit-scrollbar {
    display: none;
} */

@media (max-width: 640px) {
    .frosted-glass .title {
        font-size: 2em;
    }
}


/*item*/

.item-Title {
    /* display: inline-block; */
    font-size: 60px;
}

.item-LinePic {
    /* display: inline-block; */
    line-height: 60px;
    vertical-align: middle;
    /* margin-left: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-LinePic img:last-child {
    margin-left: 20px;
}

.item-Text {
    color: #f56d00;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
    text-indent: 2em;
    text-align: justify;
    padding: 20px 40px;
    margin: 0 auto 5px;
    width: 62%;
}

.item-sheet {
    color: #f56d00;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.item-sheet select {
    font-size: 28px;
    padding: 2px;
    margin: 0 5px;
    font-weight: 600;
    text-align: center;
    border: 0;
    color: #fff;
    background-color: #f56d00;
}

.item-sheet select option {
    background-color: #f56d00;
}

.item-sheet select:focus-visible {
    border: 0;
    outline: none;
}

.item-sheet img {
    width: 250px;
    display: inline-block;
    cursor: pointer;
}

.item-info img {
    width: 180px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

.item-info {
    color: #e01a14;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.item-info input {
    line-height: 22px;
    vertical-align: middle;
    font-size: 22px;
    padding: 5px 10px;
    width: 160px;
    border: 1px solid #f56d00;
    border-radius: 5px;
    color: #d68f0a;
    background-color: rgba(255, 255, 255, 0.2);
}

.item-info input:focus-visible {
    outline: none;
}

.item-info select {
    line-height: 22px;
    vertical-align: middle;
    font-size: 22px;
    padding: 5px 10px;
    width: 440px;
    color: #f56d00;
    border: 1px solid #f56d00;
    border-radius: 5px;
    margin-left: 15px;
    background-color: rgba(255, 255, 255, 0.2);
}

.item-info select option {
    color: #fff;
    background-color: #f56d00;
}

.item-info select:focus-visible {
    outline: none;
}

.item-list {
    width: 70%;
    margin: 0 auto 15px;
    padding: 20px 40px;
}

.item-list img {
    display: block;
    width: 300px;
    margin: 0 auto 10px;
}

.item-commitItem {
    flex: 1;
    display: flex;
    margin-bottom: 15px;
}

.item-commitItem-name {
    flex: 1;
    font-size: 24px;
    color: #0f52ba;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* border-bottom: 1px solid #e01a14; */
}

.item-commitItem-name span {
    display: inline-block;
    position: relative;
    top: 4px;
}

.item-commitItem-content {
    flex: 2;
    font-size: 24px;
    color: #42866a;
    padding-left: 20px;
    /* border-bottom: 1px solid #e01a14; */
}


/*title*/

.mainTitle {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    margin: 80px auto 60px
}


/*body*/

.mainBody {
    position: relative;
    width: 70vw;
    margin: 0 auto;
}


/*bottom*/

.bottomFooter {
    position: relative;
    width: 100%;
    /* background-color: rgba(255, 255, 255, 0.5); */
    padding: 40px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bottomInfo {
    margin-top: 15px;
}

.bottomInfo p {
    text-align: center;
    margin-bottom: 25px;
    color: #f56d00;
    font-weight: 800;
    font-size: 24px;
}

.bottomWM {
    display: flex;
}

.bottomWM .dot {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    margin: 0.8em;
    border-radius: 50%;
}

.bottomWM .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}

.bottomWM .dot:nth-child(1) {
    background: #7ef9ff;
}

.bottomWM .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}

.bottomWM .dot:nth-child(2) {
    background: #89cff0;
}

.bottomWM .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}

.bottomWM .dot:nth-child(3) {
    background: #4682b4;
}

.bottomWM .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}

.bottomWM .dot:nth-child(4) {
    background: #0f52ba;
}

.bottomWM .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}

.bottomWM .dot:nth-child(5) {
    background: #000080;
}

.bottomWM .dot:nth-child(5)::before {
    animation-delay: 1s;
}

@keyframes wave {
    50%,
    75% {
        transform: scale(2.5);
    }
    80%,
    100% {
        opacity: 0;
    }
}