*{margin:0;padding: 0;box-sizing: border-box;	font-family: "PingFang SC Regular";}
.g-page {
    flex: 2;
    height: 0;
    overflow-y: scroll;
    position: relative;
    background-color: #e7f4ff;
}
.g-bar{
    height: .8rem;
    text-align: center;
    background: #1E90FF;
    line-height: .8rem;
    color: #fff;
    font-size: .3rem;
    position: relative;
    z-index: 99;
}
.g-bar a{
    position: absolute;
    width: .4rem;
    height: .4rem;
    border-left: 0.07rem solid #fff;
    border-top: 0.07rem solid #fff;
    left: .4rem;
    top: .2rem;
    transform: rotate(-45deg) scale(0.7);
    transform-origin: center center;
    cursor: pointer;
}

.pinch-zoom-container{
    width: 92.5vw;
    min-height: 70vw;
    margin: 0 auto;
}

.img-box{
    width: 90vw;
    min-height: 70vw;
    background-color: #ffffff;
    border-radius: .2rem;
    overflow: hidden;
}

.img-box img{
    width: 95%;
    display: block;
    margin: 0 auto;
}
.container{
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.g-frame{
    top: 0.9rem;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border: none;
    outline: none;
    width: 100%;
    height: calc(100% - 0.9rem);
    display: block;
    z-index: -1;
}
.g-page header{
    position: fixed;
    z-index: 999;
    width: 100%;
}
.page-bg{
    width: 100%;
    position: absolute;
    top: -1.5rem;
}
.g-page header .m-tag{
    display: flex;
    justify-content: space-around;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.g-page header .m-tag .m-tag-item{
    display: inline-block;
    font-size: 0.3rem;
    line-height: 0.88rem;
}
.g-page header .m-tag .m-tag-item.select{
    font-weight:bold;
    position:relative;
}
.g-page header .m-tag .m-tag-item.select::after{
    position:absolute;
    content:'';
    width:2em;
    height: 3px;
    bottom:0;
    background:#fff;
    left: calc(50% - 1em);
    border-radius: 2px;
}

.tab{
    width: 100vw;
    overflow-x: scroll;
}

.tab-box{
    width: 9.6rem;
    height: .88rem;
    color: #ffffff;
    font-size: .28rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    overflow-x: scroll;
}

.tab-box>div{
    position: relative;
    width: 1.6rem;
    height: .88rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-box>div.active{
    font-weight: bold;
}

.tab-box>div:before{
    content: '';
    width: .54rem;
    height: .05rem;
    background-color: transparent;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: .53rem;
}

.tab-box>div.active:before{
    background-color: #ffffff;
}

.tab-box>div:after{
    content: '';
    width: 1px;
    height: .2rem;
    background-color: #ffffff;
    position: absolute;
    bottom: .34rem;
    left: 0;
}

.tab-box>div:nth-child(1):after{
    content: '';
    width: 1px;
    height: .2rem;
    background-color: transparent;
    position: absolute;
    bottom: .34rem;
    left: 0;
}

.g-page main{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
.g-page main .m-image{
    position: relative;
    width: 92.6vw;
    min-height: 75vw;
    background-color: #fff;
    margin: 0 3.73vw 5vw;
    border-radius: 3vw;
    box-shadow: 0 2px 8px -4px #6baef6;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.left-btn{
    width: .6rem;
    position: absolute;
    top: 60vw;
    left: 6vw;
    z-index: 9999;
}

.right-btn{
    width: .6rem;
    position: absolute;
    top: 60vw;
    right: 6vw;
    z-index: 9999;
}


.g-page main .m-element{
    font-size: 0;
    margin: 3.73vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.g-page main .m-element-item{
    font-size: 0.22rem;
    display: inline-block;
    line-height: 0.6rem;
    border-radius: 1.3rem;
    color: #fff;
    width: 25%;
    position:relative;
    border: 1px solid transparent;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
}

.m-element-item.more{
    position: relative;
}

.m-element-item.more img{
    width: 0.2rem;
    margin-left: 0.1rem;
}

.m-element-item.more select{
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
}

.g-page main .m-element-item::before{
    content:"";
    position:absolute;
    left: -2px;
    height:1em;
    border-left:1px solid rgba(255, 255, 255, 0.9);
    top:calc(50% - 0.5em);
}
.g-page main .m-element-item.select::before,
.g-page main .m-element-item.select+.m-element-item::before{
    display:none
}
.g-page main .m-element-item.m-element-item-1{
    display: none;
}
.g-page main .m-element-item-2{
    width: 45vw;
}
.g-page main .m-element-item-2:nth-child(2n){
    margin-right: 0;
}
.g-page main .m-element-item-3{
    min-width: 30vw;
}
.g-page main .m-element-item-3:nth-child(3n){
    margin-right: 0;
}
.g-page main .m-element-item-4{
    width: 22.5vw;
}
.g-page main .m-element-item-4:nth-child(4n){
    margin-right: 0;
}
.g-page main .m-element-item.select{
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.9);
    font-weight: bold;
    font-size: 0.26rem;
}
.g-page main .m-bottom{
    background: #fff;
    width: 100%;
    padding: 4vw 5vw 2vw;
    font-size: 0.28rem;
    font-weight: bold;
}
.g-page main .m-selector label{
    display: flex;
    justify-content: space-between;
    line-height: 0.58rem;
    margin-bottom: 4vw;
}
.g-page main .m-selector select{
    height: 2.5em;
    background: #f4f9ff;
    border: 1px solid #cbd5e2;
    border-radius: 2vw;
    color: #51a4f2;
    font-weight: bold;
    padding: 0 1vw;
    margin: 0 1vw;
    vertical-align: middle;
}
.g-page main .m-selector ul{
    display: flex;
    font-size: 0;
    background: #f4f9ff;
    border-radius: 1.2rem;
    overflow: hidden;
    vertical-align: middle;
    width: calc(80vw - 3em);
    justify-content: space-between;
}
.g-page main .m-selector ul li{
    font-size: 0.25rem;
    text-align: center;
    border-radius: 1.2em;
    font-weight: normal;
    min-width: max-content;
    color: #3196fa;
    line-height: 0.58rem;
    flex-grow: 1;
}
.g-page main .m-selector ul li.select{
    background: #51a4f2;
    color: #fff;
}
.g-page main .m-selector ul li.disable{
    background: none;
    color: #aabbcc;
}
.g-page main .m-axis{
    position: relative;
    margin-top: 2vw;
    display: flex;
    justify-content: space-between;
}
.g-page main .m-axis .m-axis-btns-play{
    width:  10vw;
    height: 10vw;
    background-image: url(./images/nwp/play-btn.png);
    background-size: 100%;
    vertical-align: middle;
    display: inline-block;
    background-position: center center;
    background-repeat:  no-repeat;
}
.g-page main .m-axis .m-axis-btns-play.stop{
    background-image: url(./images/nwp/stop-btn.png);
}
.g-page main .m-axis .m-axis-btns-pre{
    width:  6vw;
    height: 10vw;
    background: url(./images/nwp/pre-btn.png) left center no-repeat;
    background-size: 50%;
    vertical-align: middle;
    display: inline-block;
}

.g-page main .m-axis .m-axis-btns-next{
    width:  6vw;
    height: 10vw;
    background: url(./images/nwp/next-btn.png) right center no-repeat;
    background-size:50%;
    vertical-align: middle;
    display: inline-block;
}
.g-page main .m-axis .m-axis-silder{
    width:60vw;
    position: relative;
}
.m-axis-silder-text{
    text-align:center;
    font-size: 0.26rem;
    color:#6db1f3;
    font-weight:normal;
}

#timeBox{
    margin: 5vw 3.7vw 0;
    flex: 2;
    overflow-y: scroll;
}

#timeBox>div{
    float: left;
    box-sizing: border-box;
    width: 1.22rem;
    height: .54rem;
    font-size: .32rem;
    border: dashed 1px #6ab9fe;
    background-color: #cde4ff;
    border-radius: .1rem;
    color: #1995fe;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .14rem;
    margin-bottom: .15rem;
}

#timeBox>div:nth-child(5n){
    margin-right: 0;
}

#timeBox>div.active{
    background-color: #1494fe;
    border: solid 1px #1494fe;
    color: #ffffff;
}

#predictTimeTxt{
    position: absolute;
    font-size: .26rem;
    color: #3196fa;
    top: .4rem;
    right: .7rem;
    font-weight: normal;
}

.sublist-bg{
    position: fixed;
    width: 100vw;
    height: calc(100vh - 38vw);
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 99999;
}

.sublist{
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    font-size: .28rem;
    padding-bottom: 4vw;
}

.sublist>div{
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12vw;
}

.sublist>div.active>p{
    background-color: #1494fe;
    color: #ffffff;
    width: 2rem;
    height: .58rem;
    border-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}