/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.v3d-simple-preloader-logo {
    background-image: url("png.png");
    background-size: contain;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
.gwd-div-1v1j {
    position: absolute;
    left: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    top: 50%;
    height: 250px;
    width: 100px;
    transform: translate3d(-100px, -125px, 0px);
    -webkit-transform: translate3d(-100px, -125px, 0px);
    -moz-transform: translate3d(-100px, -125px, 0px);
    filter: drop-shadow(rgb(169, 169, 169) 3px 3px 2px);
    -webkit-filter: drop-shadow(rgb(169, 169, 169) 3px 3px 2px);
}
.gwd-img-1uuv {
    position: absolute;
    left: 38px;
    top: 30px;
    width: 70px;
    height: 70px;
}
.gwd-img-18ri {
    top: 0%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    left: 50%;
    transform: translate3d(-35px, 0px, 0px);
    -webkit-transform: translate3d(-35px, 0px, 0px);
    -moz-transform: translate3d(-35px, 0px, 0px);
}
.gwd-img-77z7 {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    top: 100%;
    left: 50%;
    transform: translate3d(-35px, -70px, 0px);
    -webkit-transform: translate3d(-35px, -70px, 0px);
    -moz-transform: translate3d(-35px, -70px, 0px);
}

body{
    /* 设置body高度为100%窗口高度 */
    height: 100vh;
    /* 弹性盒子布局,水平垂直居中,文字居中 */
    display: flex;
    justify-content: center;
    align-items: center;
    /* 属性规定元素中的文本的水平对齐方式。 */
    text-align: center;
    background: white;
}
.wrapper{
    /* 设置宽度为60%窗口高度 */
    width: 100%;
    height: 120px;
    /* 设置以百分比计的行高： */
    line-height: 60px;
    background-color: #fff;
    /* 盒子阴影 */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    position: relative;
    background: #bcbebd;
    border-radius: 24px 24px 0px 0px;
    position: absolute;
   
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
}

.wrapper nav{
    display: flex;
    /* 生成相对定位的元素，相对于其正常位置进行定位。
    因此，"left:20" 会向元素的 LEFT 位置添加 20 像素。 */ 
    position: relative;
}

.wrapper nav label{
    flex: 1;
    width: 100%;
    position: relative;
    z-index: 1;
    /* 鼠标放上变小手 */
    cursor: pointer;
}

.wrapper nav label  img{ 
    /* position: relative; */
   
   width: 120px;
   height: auto;
   
    
}

.wrapper nav label a{
    position: relative;
    z-index: -1;
    color: black;
    font-size: 25px;
    font-weight: 800;
    /* 没有文本装饰 */
    bottom: 28%;
    text-decoration: none;
}


.wrapper nav input{
    display: none;
}

.wrapper nav .tab{
    position: absolute;
    height: 100%;
    width: 25%;
    left: 0px;
    bottom: 0px;
    /* 渐变背景 ,自左到右 */
    background: linear-gradient(to right,#3694d4,#42f315);
    border-radius: 24px 24px 0px 0px;
    /* 添加动画过渡.贝塞尔曲线 */
    transition: 0.6s cubic-bezier(0.68,-0.55,0.265,1.55) ;
}


.wrapper nav #yellow:checked ~ label.yellow a ,
.wrapper nav #blue:checked ~ label.blue a ,
.wrapper nav #green:checked ~ label.green a ,
.wrapper nav #red:checked ~ label.red a {
    color: #fff;
    /* 这里字体颜色改变需要加个动画过渡 */
    transition: 0.6s;
}

.wrapper nav #yellow:checked ~ .tab{
    left: 0%;
}
.wrapper nav #blue:checked ~ .tab{
    left: 25%;
}
.wrapper nav #green:checked ~ .tab{
    left: 50%;
}
.wrapper nav #red:checked ~ .tab{
    left: 75%;
}

@media only screen and (max-width: 600px ){
    .wrapper nav .tab{
        border-radius: 18px;
    } 
}

   @media only screen and (max-width: 600px ){
    .gwd-div-1v1j{
        position: absolute;
    left: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    top: 50%;
    height: 200px;
    width: 80px;
    transform: translate3d(-100px, -125px, 0px);
    -webkit-transform: translate3d(-100px, -125px, 0px);
    -moz-transform: translate3d(-100px, -125px, 0px);
    filter: drop-shadow(rgb(169, 169, 169) 3px 3px 2px);
    -webkit-filter: drop-shadow(rgb(169, 169, 169) 3px 3px 2px);
    }
  .gwd-img-1uuv {
    position: absolute;
    left: 85px;
    top: 50%;
    width: 45px;
    height: 45px;
}
.wrapper nav .tab{
    border-radius: 18px;
} 
.wrapper{
    /* 设置宽度为60%窗口高度 */
    width: 100%;
    height: 60px;
    /* 设置以百分比计的行高： */
    line-height: 10px;
    background-color: #fff;
    /* 盒子阴影 */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    position: relative;
    background: #bcbebd;
    border-radius: 24px 24px 0px 0px;
    position: absolute;
    border-collapse: collapse;
   
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
}
.wrapper nav label  img{ 
    /* position: relative; */
   
   width: 60px;
   height: auto;
   
    
}
.wrapper nav label a{
    position: relative;
    z-index: -1;
    color: black;
    font-size: 10px;
    font-weight: bold;
    bottom: 35%;
    /* 没有文本装饰 */
    text-decoration: none;    
}
.wrapper nav .tab{
    border-radius: 24px 24px 0px 0px;
    /* 添加动画过渡.贝塞尔曲线 */
    transition: 0.6s cubic-bezier(0.68,-0.55,0.265,1.55) ;
}
 
   }
