@font-face{
    font-family: 'zhs';
    src:url('https://media.shengshizhuoge.com/fonts/zhs.ttf');
}
html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    /* background: #fff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 26%, #f5f5f5 59%, #f5f5f5 77%, #cecece 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #ffffff), color-stop(26%, #ffffff), color-stop(59%, #f5f5f5), color-stop(77%, #f5f5f5), color-stop(100%, #cecece));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 26%, #f5f5f5 59%, #f5f5f5 77%, #cecece 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 26%, #f5f5f5 59%, #f5f5f5 77%, #cecece 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 26%, #f5f5f5 59%, #f5f5f5 77%, #cecece 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 26%, #f5f5f5 59%, #f5f5f5 77%, #cecece 100%); */
    font-family: days one, sans-serif;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 13.33vw;
    font-family:Arial,Verdana,Sans-serif;
}

body:before {
    position: absolute;
    content: '';
    opacity: .8;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

a {
    -webkit-transition: all 250ms cubic-bezier(.23, 1, .32, 1);
    -moz-transition: all 250ms cubic-bezier(.23, 1, .32, 1);
    -ms-transition: all 250ms cubic-bezier(.23, 1, .32, 1);
    -o-transition: all 250ms cubic-bezier(.23, 1, .32, 1);
    transition: all 250ms cubic-bezier(.23, 1, .32, 1);
    text-decoration: none
}

.header {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 9%
}

.list {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-transform: uppercase;
    position: absolute;
    margin-left: -3rem;
    margin-top: -280px;
    top: 44%
}

.list a {
    display: block;
}

.list a:hover {
    text-indent: 20px
}

.rightgo{
    width: .34rem;
    height: .25rem;
    margin-left: .1rem;
}

.list dt,.list dd {
    text-indent: 10px;
    line-height: 1.8rem;
    background: #ffe115;
    margin: 0;
    height: 1.8rem;
    width: 6rem;
    text-align: center;
    
}

.list dt {
    -webkit-transform: translateZ(0.3px);
    -moz-transform: translateZ(0.3px);
    -ms-transform: translateZ(0.3px);
    -o-transform: translateZ(0.3px);
    transform: translateZ(0.3px);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    font-size: .48rem
}

.list dd {
    border-top: 1px dashed rgba(255, 255, 255, .3);
    line-height: 1.2rem;
    font-size: .32rem;
    height: 1.2rem;
    margin: 0;
    /*font-family: 'zhs';*/
}

.toggle {
    margin-left: -2.67rem;
    text-align: center;
    font-size: .36rem;
    position: absolute;
    height: 1.08rem;
    line-height: 1.08rem;
    color: black;
    bottom: 10%;
    width: 5.34rem;
    left: 50%;
    border-radius: .1rem;
}

.btn1{
    background-color: #ffe115;
}

.btn2{
    background-color: #2b2b2b;
    color: white;
}

.maki dt,
.maki dd,
.maki a {
    color: black;
}

.maki {
    -webkit-transform: perspective(600px) translateZ(1px) !important;
    -moz-transform: perspective(600px) translateZ(1px) !important;
    -ms-transform: perspective(600px) translateZ(1px) !important;
    -o-transform: perspective(600px) translateZ(1px) !important;
    transform: perspective(600px) translateZ(1px) !important;
    left: 50%
}
