#index_page{
    background: #000 url(../imgs/bg.png) no-repeat;
    background-size: cover;
    padding: 3% 3% 10% 3%;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#logo{
    padding-bottom: calc((100vh - 100vh * 0.06) * 0.05);
    height: calc((100vh - 100vh * 0.06) * 0.08);
}
#logo img{
    height: 100%;
}
.section{
    /* height: calc((100vh - 100vh * 0.06) * 0.455); */
    flex: 1;
    z-index: 99;
}
#bot_bg{
    width: 100%;
    position: fixed;
    bottom: -25%;
    left: 0;
    text-align: center;
}
#bot_bg img{
    width: 140%;
    margin-left: -15%;
}

.section_inner{
    display: flex;
    height: 100%;
}
.section_inner .section_l{
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 5%;
    text-align: center;
}
.section_l_con{
    width: 100%;
    height: 100%;
    position: relative;
}
.section_l-inner{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top:  50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);

}
.section_l-inner .item{
    /* margin: 8% 0; */
    text-align: center;
    padding-top: 6%;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    align-items: center;
}
.section_l-inner .item img{
    max-width: 90%;
    overflow: hidden;
    max-height: 100%;
    margin: 0 auto;
    transition: width 0.5s ease-in-out;
}
.section_l-inner .item img:hover{
    width: 94%;
}
.section_l-inner .timer ul{
    flex: 1;

}
.section_l-inner .timer li{
    background: linear-gradient(46deg, #EBBF9B, #F7E9D6, #EBBF9C, #F7E9D6, #EBBE9A);
    background-clip: text;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-size: 14px;
    position: relative;
    font-weight: bold;
}
.section_l-inner .timer li::after{
    content: '';
    position:absolute;
    right: 0;
    top: 25%;
    width: 1px;
    background: #f1d3b7;
    height: 50%;
}
.section_l-inner .timer li:last-child:after{
    width:0;
}
.section_l-inner .timer .num{
    position: relative;
    font-size: 40px;
    width: 100%;
    background: linear-gradient(46deg, #EBBF9B, #F7E9D6, #EBBF9C, #F7E9D6, #EBBE9A);
    background-clip: text;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.section_l-inner .timer .num span{
position: absolute;
/* right: 8px; */
top: 10px;
font-weight: bold;
font-size: 12px;
background: linear-gradient(46deg, #EBBF9B, #F7E9D6, #EBBF9C, #F7E9D6, #EBBE9A);
    background-clip: text;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.section_l-inner .timer .tit{

}
.section_l-inner ul{
    display: flex;
}
.section_l-inner li{
    flex: 1;
    text-align: center;
}

.section_inner .section_r{
    width: 60%;
    position: relative;
}
.clound-bg{
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100%;
   transform: translate(-50%,-50%);
}
.clound-box{
    width: 100%;
    height: 100%;
    position: relative;
    
}
.clound-bg img{
    width: 100%
    
}

#tagsList {position:relative; width:100%; height:80%;position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);  }
    #tagsList a {box-shadow: 2px 1px 2px rgba(0, 0, 0, .2);font-weight: bold;position:absolute; top:0px; left:0px; font-size: 1em; color:#040000; background: #fde8cf;border-radius: 100%;text-align: center; text-decoration:none; padding: 16px 10px; }
    #tagsList .yellow { background: #fff; }
#tagsList a:hover {padding: 18px 13px;}
.tel-box_h5{
    display: none
}

/** 兼容布局**/
@media  (max-width:768px){
    #index_page {
       padding: 3%;
        height: auto;
        overflow: hidden;
    }
    .section_inner{
        flex-direction: column;
    }
    .section_inner .section_l{
        width: 100%;
        margin: 0;
    }

    .section_l-inner, #tagsList{
       position: static !important;
        transform: translate(0, 0) !important;
    }
    .section_inner .section_r{
        width: 100%;
    }

    #tagsList{
        min-height: 500px;
        margin: 20px 0;
    }
    .clound-bg {
        width: 60%;
    }
    #tagsList a{
        font-weight: normal;
    }
    .tel-box_h5{
        display: block;
    }
    .tel-box_h5 img{
        width: 100%;
    }
    .tel-box_pc{
        display: none !important
    }
    #logo{
        text-align: center;
        margin-bottom: 30px;
    }
    #logo img{
        height: 70%;
    }
    #tagsList a {
        font-size: 0.6em;
        padding: 11px 6px;
    }
}