#loading{width: 100%; max-width: 750px; position: absolute; margin: 0 auto; top:0; left: 0; bottom: 0; right: 0; height: 100%; background: url(../images/bg_0a.jpg) top center no-repeat; background-size: 100% 100%;}
.p_bg{width: 3.79rem; height: 2.53rem; margin: 42% auto 0; position: relative;}
.p_bg img{width: 100%;}
#progress{text-align: center; font-size: 0.36rem; font-weight: bold; color: #ad3623; font-style: italic; position: absolute; width: 100%; margin-top: 1rem;}

#all{width: 100%; max-width: 750px; margin: 0 auto; display: none;}

.header {
    position: relative;
}

.sp-box {
    position: relative;
}

.head-disk {
    position: absolute;
    width: 43%;
    margin: 15% 0 0 28%;
}

.head-img {
    width: 100%;
}

.row {
    margin: 0 auto;
    font-size: 0;
    overflow: hidden;
}

.row-2 { width:100%; position:relative}
.row-2 .partbg{ width:100%}

.row-2 .box{ position:absolute; left:0 ; top:0; width:100%; height: 100%;}

.photo {
    width: 36%;
    right:10px;
    bottom: 212px;
    position:absolute;
}

.disk {
    width: 93.3%;
    position: relative;
    cursor: pointer;
    height: 100%;
}
.row-2:nth-child(even) .disk { 
    float: right;
}
.row-2:nth-child(odd) .disk { 
    float: left;
}


.top {
    height: 72%;
    margin-top: 2%;
}

.disk-bg {
    width: 63%;
    position: absolute;
}

.disk-text {
    width: 83.8%;
    position: absolute;
    top: 13.5%;
}

.disk-pan {
    width: 32.8%;
    position: absolute;
    top: 22%;
}

.disk-zhen {
    position: absolute;
    width: 46%;
    top: 4%;
    transition: transform 1s linear;
}

.row-2:nth-child(even) .disk-zhen { 
    right: 0;
    transform: rotate(-24deg);
    transform-origin: right top;
}
.row-2:nth-child(odd) .disk-zhen { 
    left: 0;
    transform: rotate(24deg);
    transform-origin: left top;
}

.row-2:nth-child(even) .disk-bg { 
    left: 0;
}
.row-2:nth-child(odd) .disk-bg { 
    right: 0;
}

.row-2:nth-child(even) .disk-text { 
    left: 9.14%;
}
.row-2:nth-child(odd) .disk-text { 
    right: 9.14%;
}

.row-2:nth-child(even) .disk-pan { 
    left: 14.57%;
}
.row-2:nth-child(odd) .disk-pan { 
    right: 14.57%;
}


.bottom {
    text-align: center;
    margin-top: 0%;
}

#sound,#sound1 {
    display: none;
}

.content {
    margin-top:5%;
    width: 100%;
}

.footer {
    margin: 0 auto;
    text-align: center;
}

.footer img {
    width: 100%;
}

.row-2:nth-child(even) .play_zhen{ 
    transition: transform 1s linear;
    transform: rotate(0deg);
    transform-origin: right top;
}
.row-2:nth-child(odd) .play_zhen{ 
    transition: transform 1s linear;
    transform: rotate(0deg);
    transform-origin: left top;
}

.row-2:nth-child(even) .pause_zhen{ 
    transition: transform 1s linear;
    transform: rotate(-24deg);
    transform-origin: right top;
}
.row-2:nth-child(odd) .pause_zhen{ 
    transition: transform 1s linear;
    transform: rotate(24deg);
    transform-origin: left top;
}

.pan-delay {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.play_pan {
    animation: onrotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 4s;
}

@keyframes onrotate {
    from {
        transform: rotate(0deg);
        transform-origin: center center;
    }
    to {
        transform: rotate(360deg);
        transform-origin: center center;
    }
}

.tips_play ,.tips_pause{
    position: absolute;
    z-index: 99;
    top: 35%;
    width: 10%;
}

.row-2:nth-child(even) .tips_play,.row-2:nth-child(even) .tips_pause { 
    left: 26%;
}
.row-2:nth-child(odd) .tips_play,.row-2:nth-child(odd) .tips_pause { 
    right: 26%;
}

.hide{
    display: none;
}

/**********************************/

#progress-done{ display: none; cursor: pointer;}

#music-btn{
    position: fixed;
    height: 0.4rem;
    width: 0.4rem;
    right: 0.2rem;
    top: 0.3rem;
    cursor: pointer;
    transition: background 0.2s;
    z-index: 999;
    cursor: pointer;
}

#music-btn.playing{
    background: url(../images/top-music-on.png);
    background-size: 100% 100%;
}

#music-btn{
    background: url(../images/top-music-off.png);
    background-size: 100% 100%;
}

.box img{width: 100%;}
.img_1_4a{
    position: absolute;
    width: 0.63rem;
    height: 2.42rem;
    right: 0.93rem;
    bottom: 4.9rem;
}
.img_1_1{
    position: absolute;
    width: 0.73rem;
    height: 4.42rem;
    left: 2.05rem;
    top: 1.9rem;
}

.img_1_1_in{
    width: 100%;
    height: 100%;
    position: relative;
}

@-ms-keyframes name{
    from{ }
    10%{ filter:alpha(opacity=100); opacity:1; }
    50%{ filter:alpha(opacity=0); opacity:0; transform: scale(1.2,1.2); }
    to{ filter:alpha(opacity=0); opacity:0; transform: scale(1.2,1.2);  }
}
@-moz-keyframes name{
    from{ }
    10%{ filter:alpha(opacity=100); opacity:1; }
    50%{ filter:alpha(opacity=0); opacity:0; transform: scale(1.2,1.2); }
    to{ filter:alpha(opacity=0); opacity:0; transform: scale(1.2,1.2);  }
}
@-o-keyframes name{
    from{ }
    10%{ filter:alpha(opacity=100); opacity:1; }
    50%{ filter:alpha(opacity=0); opacity:0; transform: scale(1.2,1.2); }
    to{ filter:alpha(opacity=0); opacity:0; transform: scale(1.2,1.2);  }
}
@-webkit-keyframes name{
    from{ }
    10%{ filter:alpha(opacity=100); opacity:1; }
    50%{ filter:alpha(opacity=0); opacity:0; transform: scale(1.2,1.2); }
    to{ filter:alpha(opacity=0); opacity:0; transform: scale(1.2,1.2);  }
}
@keyframes name{
    from{ }
    10%{ filter:alpha(opacity=100); opacity:1; }
    50%{ filter:alpha(opacity=0); opacity:0; transform: scale(1.2,1.2); }
    to{ filter:alpha(opacity=0); opacity:0; transform: scale(1.2,1.2);  }
}

.name-shadow{
    animation:'name' 3.0s ease-in-out 0s infinite;
    -ms-animation:name 3.0s ease-in-out 0s infinite;
    -moz-animation:name 3.0s ease-in-out 0s infinite;
    -o-animation:'name' 3.0s ease-in-out 0s infinite;
    -webkit-animation:'name' 3.0s ease-in-out 0s infinite;
}

.name-shadow{
    width: 100%;
    height: 100%;
    background: url(../images/1_1.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
}



.tit-shadow{
    animation:'pulse' 3.0s ease-in-out 0s infinite;
    -ms-animation:pulse 3.0s ease-in-out 0s infinite;
    -moz-animation:pulse 3.0s ease-in-out 0s infinite;
    -o-animation:'pulse' 3.0s ease-in-out 0s infinite;
    -webkit-animation:'pulse' 3.0s ease-in-out 0s infinite;
}

.tit-shadow{
    width: 100%;

 
}

@-ms-keyframes tits{
    from{ }
    10%{ filter:alpha(opacity=100); opacity:1; }
    30%{ filter:alpha(opacity=80); opacity:0.8; transform: scale(0.9,0.9); }
    60%{ filter:alpha(opacity=80); opacity:0.1; transform: scale(1,1); }
    to{ filter:alpha(opacity=80); opacity:0.8; transform: scale(0.9,0.9);  }
}
@-moz-keyframes tits{
    from{ }
    10%{ filter:alpha(opacity=100); opacity:1; }
        30%{ filter:alpha(opacity=80); opacity:0.8; transform: scale(0.9,0.9); }
    60%{ filter:alpha(opacity=80); opacity:0.1; transform: scale(1,1); }
    to{ filter:alpha(opacity=80); opacity:0.8; transform: scale(0.9,0.9);  }
}
@-o-keyframes tits{
    from{ }
   10%{ filter:alpha(opacity=100); opacity:1; }
       30%{ filter:alpha(opacity=80); opacity:0.8; transform: scale(0.9,0.9); }
    60%{ filter:alpha(opacity=80); opacity:0.1; transform: scale(1,1); }
    to{ filter:alpha(opacity=80); opacity:0.8; transform: scale(0.9,0.9);  }
}
@-webkit-keyframes tits{
    from{ }
    10%{ filter:alpha(opacity=100); opacity:1; }
        30%{ filter:alpha(opacity=80); opacity:0.8; transform: scale(0.9,0.9); }
    60%{ filter:alpha(opacity=80); opacity:0.1; transform: scale(1,1); }
    to{ filter:alpha(opacity=80); opacity:0.8; transform: scale(0.9,0.9);  }
}
@keyframes tits{
    from{ }
    10%{ filter:alpha(opacity=100); opacity:1; }
        30%{ filter:alpha(opacity=80); opacity:0.8; transform: scale(0.9,0.9); }
    60%{ filter:alpha(opacity=80); opacity:0.1; transform: scale(1,1); }
    to{ filter:alpha(opacity=80); opacity:0.8; transform: scale(0.9,0.9);  }
}


.img_1_2{
    width: 100%;
    height: 100%;
    position: absolute;
}

.img_1_3{
    position: absolute;
    width: 6.78rem;
    height: 9.21rem;
    left: 0.1rem;
    top: 0.1rem;
}

.img_logo{
    position: absolute;
    width: 1.4rem;
    left: 50%;
    margin-left: -0.7rem;
    top: 0.2rem;
}

.img_2_1{
    position: absolute;
    width: 5.86rem;
    left: 50%;
    margin-left: -2.93rem;
    top: 1.5rem;
}

.img_audio{
    position: absolute;
    width: 0.55rem;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}

.img_t{
    position: absolute;
    width: 6rem;
    left: 0.35rem;
    bottom: 2rem;
}

.img_wz{
    position: absolute;
    bottom: 0.5rem;
}

.img_3_1,.img_4_1,.img_8_1,.img_10_1,.img_22_1{
    bottom: 1rem;
}

.img_9_1{
    bottom: 0.2rem;
}

.div_v{
    position: absolute;
    width: 5rem;
    left: 50%;
    margin-left: -2.5rem;
    top: 1.3rem;
}

.div_wz{
    width: 100%;
    bottom: 1.1rem;
    position: absolute;
    text-align: center;
    font-size: 0.18rem;
    line-height: 2em;
}


<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2021-07-01 16:05:42" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->