.Center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.guideBottom {
    margin-right: 55px;
    font-size: 14px;
}

.guidecontent:hover {
    color: rgb(49, 194, 124);
    transition: all 0.1s;
}

h2 {
    font-family: poppin;
    font-size: 32px;
    font-weight: 550;
    letter-spacing: 6px;
    padding: 30px 0;
}

.contName {
    width: 1200px;
    text-align: center;
    font-size: 24px;
    margin: 0 auto;
    font-weight: 500;
    font-family: poppin;
    color: #333;
}

.contguide {
    width: 1200px;
    margin-bottom: 30px;
}

.contguide>a:first-of-type {
    color: rgb(49, 194, 124);
}

.contguide>a {
    font-size: 15px;
    color: #333;
}

.contmusic {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    /* gap: 38px; */
    position: relative;
    height: 280px;
    transition: all 0.4s;
}

.midtip {
    margin: 0;
    font-size: 13px;
}

p {
    margin: 5px 0 5px 0;
}

.views {
    font-size: 12px;
    color: rgb(153, 153, 153);
    display: inline-block;
}

.carouseldots {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    margin-top: 45px;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-bottom: 35px;
}

.sdot,
.dotTwo {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

.sdot:hover,
.dotTwo:hover {
    background-color: rgb(155, 155, 155);
    transition: all 0.1s;
}

.muscontentOne {
    background: linear-gradient(to bottom, rgb(242, 242, 242) 0%, rgb(253, 253, 253) 50%, rgb(250, 250, 250) 100%);
    position: relative;
    margin-top: 45px;
}

.muscontentTwo {
    background: linear-gradient(to bottom, rgb(242, 242, 242) 0%, rgb(253, 253, 253) 100%);
    position: relative;
}

.outbox {
    width: 210px;
}

.innerbox {
    overflow: hidden;
    width: 210px;
    height: 155px;
    position: relative;
    cursor: pointer;
}

.innerbox img {
    width: 100%;
}

.outbox>p:first-of-type {
    margin-top: 15px;
}

.markOne::before,
.markOne::after,
.markTwo::before,
.markTwo::after {
    content: "";
    width: 0;
    height: 0;
}

.mask,
.maskTwo {
    background-color: rgba(1, 1, 1, 0.16);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scale(1.05);
    transition: all 0.2s;
}

.mask {
    width: 210px;
    height: 210px;
    opacity: 0;
}

.mask::after {
    border-top: 3.6px solid transparent;
    border-bottom: 3.6px solid transparent;
    border-left: 6.0px solid rgba(0, 0, 0, 0.514);
}

.innerbox:hover .mask,
.innerboxTwo:hover .maskTwo {
    opacity: 1;
    transition: all 0.5s ease 50ms;
}

.innerbox:hover img,
.innerboxTwo:hover img {
    transform: scale(1.08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.466);
    transition: all 0.5s ease 50ms;
}

.mask::after,
.markOne::before,
.maskTwo::before,
.maskTwo::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mask::before {
    width: 4px;
    height: 4px;
    background-color: aliceblue;
    border-radius: 50%;
}

.mask:hover::before {
    left: -4px;
    width: 56px;
    height: 56px;
    background-color: aliceblue;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.6, 0, 15, 0.7) 10ms;
}

.mask:hover::after {
    left: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid rgba(0, 0, 0, 0.514);
    width: 0;
    height: 0;
    transition: all 0.3s cubic-bezier(0.6, 0, 15, 0.7) 10ms;
}

.tranOne,
.tranTwo {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.contmusicOne,
.contmusicTwo {
    flex-wrap: wrap;
    width: 1200px;
    gap: 37px;
    flex-shrink: 0;
}

.left,
.right {
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: 0; */
    margin: auto;
    cursor: pointer;
    width: 79px;
    height: 108px;
    background-color: rgb(236, 236, 236);
    transition: all 0.3s;
    opacity: 0;
}

.muscontentOne:hover #left1,
.muscontentOne:hover #right1,
.muscontentTwo:hover #left2,
.muscontentTwo:hover #right2 {
    opacity: 1;
}

.left {
    left: 0;
}

.left::before,
.left::after,
.right::before,
.right::after {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.left::before {
    background-color: rgba(114, 114, 114);
    transform: rotate(45deg);
    bottom: -27px;
    left: 15px;
}

.left::after {
    background-color: rgba(114, 114, 114);
    transform: rotate(-45deg);
    top: -27px;
    left: 15px;
}

.left:hover,
.right:hover {
    background-color: rgb(225, 225, 225);
    transition: all 0s;
}

.right {
    right: 0;
}

.right::before {
    background-color: rgba(114, 114, 114);
    transform: rotate(-45deg);
    bottom: -27px;
    right: 15px;
}

.right::after {
    background-color: rgba(114, 114, 114);
    transform: rotate(45deg);
    top: -27px;
    right: 15px;
}

.scare {
    transform: scale(1.08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.466);
    transition: all 0.5s;
}

.tranTwo {
    height: 820px;
}

.contmusicTwo {
    gap: 30px;
    height: 318px;
}

.divp {
    width: 200px;
}

.outboxTwo {
    height: 86px;
    width: 380px;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.divp p:nth-child(2):hover {
    color: rgb(49, 194, 124);
}

.chageColor {
    background-color: rgb(155, 155, 155);
}

.guideTwo {
    position: relative;
    margin-bottom: 38px;
}

.guidelogo {
    position: absolute;
    width: 120px;
    height: 32px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.311);
    left: 0px;
    top: -5px;
    cursor: pointer;
}

.guidelogo:hover {
    background-color: #3333330a;
}

.guidelogo::before,
.guideTwo::before,
.guideTwo::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    /* background-color: #3333336d; */
}

.guideTwo::after {
    top: 8px;
    left: 21px;
    transform: rotate(30deg);
}

.guidelogo::before {
    top: 20px;
    left: 20px;
    transform: rotate(-30deg);
}

.guidelogo::after {
    content: "播放全部";
    position: absolute;
    top: 7px;
    left: 40px;
    cursor: pointer;
}

.fbox {
    height: 410px;
    display: flex;
    flex-direction: row;
    transition: all 0.4s;
}

.innerboxTwo {
    position: relative;
    width: 86px;
    height: 89px;
    overflow: hidden;
}

.maskTwo {
    width: 86px;
    height: 86px;
    opacity: 0;
}

.maskTwo::before {
    width: 5px;
    height: 5px;
    background-color: aliceblue;
    border-radius: 50%;
}

.maskTwo:hover::before {
    left: -2px;
    width: 30px;
    height: 30px;
    background-color: aliceblue;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.6, 0, 15, 0.7) 10ms;
}

.maskTwo::after {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 3.2px solid rgba(0, 0, 0, 0.507);
}

.maskTwo:hover::after {
    left: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12.8px solid rgba(0, 0, 0, 0.507);
    width: 0;
    height: 0;
    transition: all 0.3s cubic-bezier(0.6, 0, 15, 0.7) 10ms;
}

.backgroudOne {
    background: linear-gradient(to bottom, rgb(242, 242, 242) 0%, rgb(253, 253, 253) 50%, rgb(250, 250, 250) 100%);
    width: 1200px;
    margin: 0 auto;
}

.backgroudTwo {
    background: linear-gradient(to bottom, rgb(242, 242, 242) 0%, rgb(253, 253, 253) 100%);
    width: 1200px;
    margin: 0 auto;
}