html{
    font-size: 100vw;
    height: 100%;
}
html,body{
    padding: 0px;
    margin: 0px;

}
body{
    font-size: 0.012rem;
    height: 100%;
    background: url("/resources/jindiweixin/image/bg.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}
ul,li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

canvas{
    border: none;
}

#loading{
    position: absolute;
    top: 0;
    color: #f6b436;
    text-shadow: 0px 0px 2px black;
    font-size: 0.032rem;
    padding: 0.010rem 0.010rem;
    user-select: none;
}

#main{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
}
#content{
    width: 100%;
    height: 50%;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    position: relative;
    background-color: #454e6d;
    border: 0px;
}
#content .swiper-container .swiper-wrapper .swiper-slide{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#head{
    height: 0.140rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


#head .logo{
    width: 0.437rem;
    height: 0.062rem;

}

#menus{
    height: 0.155rem;
    width: 100%;
    z-index: 9999;
}
#menus .line{
    height: 0.010rem;
    width: 100%;
    background: #f6b436;
}
#menus>ul{
    display: flex;
    justify-content: space-around;
    background: #1f212d;
    color: white;
    height: 100%;
}
#menus>ul>li>.label{
    padding: 0px 0.035rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.028rem;
    flex-flow: nowrap;
    word-wrap: normal;
    white-space: normal;
    word-break: keep-all;
    overflow:hidden;
    font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
}
#menus>ul>li>.label:hover{
    color: #ffab2f;
    font-weight: bold;

}


#menus>ul>li{
    text-align: center;
    position: relative;
      display: flex;
    justify-content: center;
    align-items: center;
}
#menus>ul>li:hover .sub{
    display: block;
}
#menus ul li .sub{
    width: 100%;
    left: 0rem;
    position: absolute;
    bottom: 0.155rem;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 0.010rem;
    display:none;
    z-index: 99999;
}
#menus>ul>li>.sub>li{
    height: 0.100rem;
    border-bottom: 1px solid rgba(0, 0, 0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0rem;
    font-size: 0.025rem;
    text-shadow: 0px 1px 0px black;
}
#menus ul li .sub>li>a:hover{
    color: #ffab2f;
    font-weight: bold;

}
#menus>ul>li>.sub>li>a{
    text-decoration: none;
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.left_btn_box{


    position: absolute;
    bottom: 0.060rem;
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap;

    user-select: none;

}
.right_btn_box{

    user-select: none;
    position: absolute;
    bottom: 0.060rem;
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap;
    right: 0px;


}
.right_btn_box_to_c{
    user-select: none;
    position: absolute;
    bottom: 0.060rem;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: nowrap;
    width: 100%;

}
.jd_btn{
    border: 1px solid white;
    background: black;
    font-size: 0.032rem;
    color: white;
    font-weight: bold;
    margin: 0px 0.030rem;
    padding: 0px 0.010rem;
    cursor: pointer;


}
.jd_btn:hover{
    color: #ffab2f;
}

@keyframes toleft {
    form{padding-right: 0rem}
    to{padding-right: 0.1rem}
}
@keyframes toright {
    form{padding-left: 0rem}
    to{padding-left: 0.1rem}
}

#leftright{
    bottom: 0.07rem;
    position: absolute;
    width: 100%;
    height: 0.07rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    pointer-events: none;
    user-select: none;

}

#leftright .gag{

}

#leftright .left{
    background: url("/resources/jindiweixin/image/left.png") no-repeat center center;
    background-size: contain;
    width: 0.144rem;
    height:100%;
    animation:toleft 1s alternate infinite;
    opacity: 0.5;
}
#leftright .right{
    background: url("/resources/jindiweixin/image/right.png") no-repeat center center;
    background-size: contain;
    width: 0.144rem;
    height:100%;
    animation:toright 1s alternate infinite;
    opacity: 0.5;
}