body,
html {
    max-width: 1920px;
    overflow-x: hidden;
    background-color: #090401;
    height: 100%;
}

#header,
.wmycIndex,
.imgList,
.qy,
.about {
    position: relative;
    z-index: 2;
}

div {
    position: relative;
    z-index: 2;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}


canvas#d {
    width: 100%;
    height: 100%;
    min-height: 1000px;
    z-index: 0;
    position: absolute;
}

.wmycIndex {
    background-color: white;
    width: 1200px;
    height: 600px;
    margin: 200px auto 0;
    position: relative;
    background: rgba(241, 231, 231, 0.2);

}

.wmycIndex .header {
    width: 720px;
    position: absolute;
    top: 0;
    left: 50%;

    margin-left: -360px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: white;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px white;
    opacity: 0;
    animation: headerMove 1s ease .5s 1 forwards;
}

.wmycIndex .header img {
    width: 70px;
    position: absolute;
    left: 12px;
    top: 5px;
}

.wmycIndex .container a {
    display: block;
    text-decoration: none;
}

.wmycIndex .container img {
    width: 200px;
    margin-top: 100px;
}

.wmycIndex .container div {
    width: 280px;
    height: 280px;
    cursor: pointer;
    text-align: center;
    background: whitesmoke;
    position: absolute;
    top: 220px;
    border-radius: 5px;
    opacity: 0;
}

.wmycIndex .container div:hover {
    box-shadow: 0 0 6px 2px #ccc;
}

.wmycIndex .container .cm {
    left: 0;
    /* transform: translateX(238px); */
    animation: cmMove 1s ease .5s 1 forwards;
}

.wmycIndex .container .user {
    right: 0;
    transform: translateX(-238px);
    animation: userMove 1s ease .5s 1 forwards;
}

.common-header {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
    height: 80px;
    background: white;
    box-shadow: 0 0 6px 2px white;
}

.common-header img {
    width: 83px;
    margin: 10px 0 0 40px;
    float: left;
}

.common-header .huanying {
    font-size: 38px;
    line-height: 80px;
    text-align: center;
    height: inherit;
    width: 500px;
    float: left;
}

.common-header ul {
    width: 600px;
    display: block;
    margin-top: 34px;
    float: right;
}

.common-header ul li {
    width: 100px;
    height: 20px;
    font-size: 14px;
    background: #ccc;
    text-align: center;
    line-height: 20px;
    display: block;
    float: left;
    margin-left: 20px;
    cursor: pointer;

    border-radius: 10px;

    text-shadow: 2px 2px 3px white;
    transition: all .5s ease-in-out;
}

.common-header ul li:hover {
    box-shadow: 0 0 2px 1px rgb(114, 107, 107);
    transition: all .2s ease-in-out;
}

.task-list {
    width: 1200px;
    display: flex;
    margin: 20px auto 0;
    align-items: center;
    flex-direction: column;
    background: rgba(241, 231, 231, 0.2);
    padding-bottom: 30px;
}

.task-list li {
    background: white;
    display: block;
    width: 80%;
    min-height: 40px;
    margin-top: 30px;
    padding: 6px 10px;
    position: relative;
}

.task-list .left {
    float: left;
    width: 120px;


}

.task-list .right {
    float: right;
    width: 800px;
    margin: 20px;
}

.task-list .right .title {
    font-weight: bold;
    font-size: 22px;
}

.task-list .right i {
    color: rgb(94, 93, 93);
}

.task-list .right p {
    color: #999;
    text-indent: 2em;
    margin-top: 10px;
    line-height: 1.5;


}

.task-list img {
    width: 120px;
}

.task-list .bottom {
    bottom: 10px;
    right: 40px;
    position: absolute;

}

.task-list button {
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.56);
    border: 0;
    border-radius: 4px;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
    z-index: 1;
    display: none;
}

.modal {
    width: 470px;
    display: none;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 6px 2px white;
    position: fixed;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    padding: 10px;
    z-index: 4;
    transform: translate(-50%, -50%);
}

.modal .m-title {
    font-weight: bold;
    font-size: 16px;

}

.modal b {
    color: red;
    font-size: 22px;

}

.modal hr {
    margin: 10px 0;
}

.modal .m-bottom {
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin: 40px auto 0;
}

.modal button {
    width: 60px;
    height: 30px;
    background: #ccc;
    border-radius: 4px;
    cursor: pointer;
    border: 0 none;

}

.imgList {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 0;
}

.imgList div {
    width: 380px;
    border-radius: 30px;
    overflow: hidden;

}

.imgList img {
    width: 380px;
    transition: all .5s ease;
    margin-bottom: 10px;
}

.imgList img:hover {
    transform: scale(1.1);
    transition: all .5s ease;
}

.about li {
    padding: 0 50px 20px;
    box-sizing: border-box;
}

.about h2 {
    text-align: center;
    padding: 10px 0;
}

.about p {
    text-indent: 2em;
    line-height: 1.5;
}

.ice-footer {
    position: relative;
    z-index: 3;
    background-color: white;
}

.ice-footer .fullbottom {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #181818;
    display: flex;
    flex-direction: column;
    z-index: 10;
    color: #666;
}

.ice-footer .fullbottom>div {
    display: flex;
    justify-content: center;
}

.ice-footer .fullbottom .a {
    margin-bottom: 8px;
    /* margin-top: 106px; */
}

.ice-footer .fullbottom .a span {
    margin: 0 16px;
}

.ice-footer .fullbottom .b span {
    margin-right: 24px;
}

.ice-footer .fullbottom a {
    color: #666;
}

.ice-footer .fullbottom a:hover {
    color: #3298FF;
}

.ice-footer.dark {}

.ice-footer.dark .container {
    background-color: #242424;
    color: #888;
}

.ice-footer .address,
.ice-footer .phone,
.ice-footer .online-course-info {
    color: #888;
}

@keyframes headerMove {
    from {
        transform: translateY(0);
        opacity: 0;
    }

    to {
        transform: translateY(120px);
        opacity: 1;
    }
}

@keyframes cmMove {
    from {
        transform: translateX(0);
        opacity: 0;
    }

    to {
        transform: translateX(300px);
        opacity: 1;
    }
}

@keyframes userMove {
    from {
        transform: translateX(0);
        opacity: 0;
    }

    to {
        transform: translateX(-300px);
        opacity: 1;
    }
}