*{
    box-sizing: border-box;
}
html {
    font-size: 10px;
}


.weui-navbar__item.weui-bar__item--on {
    background: #445ce1;
    color: #fff;
}

.weui-navbar__item {
    background: #677be7;
    color: #fff;
}

.weui-panel__hd {
    padding:1rem;
    color: #999;
    font-size: 1.3rem;
    position: relative;
    border-top:.1rem solid #DAE5ED;
    border-bottom:.1rem solid #DAE5ED;
}
.weui-panel{
    margin: 0;
}
.weui-panel:after, .weui-panel:before{
    content: initial;
}
.weui-panel__hd:after{
    content: initial;
}
.toolbar .picker-button{
    color:#000;
}
.content-title{
    color:#FF6600;
    font-size: 1.6rem;
    font-weight: 600;
    padding: .5rem 0;
}
.content-select{
    font-size: 1.6rem;
    color:#000;
    font-weight: 600;
}
.content-select span{
    font-size: 1.6rem;
    color:#FF6600;
}
.toolbar .toolbar-inner{
    height:4rem;
}
.toolbar .title{
    line-height: 4rem;
}
.toolbar .picker-button{
    height:4rem;
    line-height: 4rem;
    font-size: 1.6rem;
}
.toolbar .title{
    font-size: 1.6rem;
}
.weui-popup__modal .modal-content{
    padding-top:4rem;
    background: #fff;
}
/* 主套餐 */

.tab-screen {
    position: fixed;
    top: 6rem;
    left: 0;
    right: 0;
    bottom: 0;
}

.flow-min .flow {
    max-height: calc(50% - 8rem);
    overflow-y: auto;
    padding-bottom: 1rem;
}

.flow-min .flow-box {
    height: calc(100% - 6rem);
    flex-wrap: wrap;
    /* overflow-y: auto; */
}

.flow-box>div {
    width: 30%;
    height: 7.4rem;
    border: .1rem solid #dae5ed;
    border-radius: .3rem;
    float: left;
    margin: 1rem 0 0 2%;
    position: relative;
}

.flow-selec-box {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.flow-selec-box span {
    margin-left: .3rem;
    color: red;
    font-size: 1rem;
    vertical-align: bottom;
    font-weight: 500;
}

.flow-selec-box>div {
    font-size: 1.1rem;
    text-align: center;
    font-weight: 600;
}

.flow-selec-box>p {
    font-size: 1.2rem;
    text-align: center;
}

.flow-selec-box .price {
    color: #FF9900;
    font-size: 1rem;
}

/* 叠加包 */
.flow-super .flow {
    height: 100%;
}

.flow-super .flow .flow-box {
    max-height: calc(50% - 3rem);
    overflow-y: auto;
}

.flow-super .flow .flow-selec-box div {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0 .3rem;
}

.flow-super .hint {
    padding: 2rem 1rem;
}

.flow-super .hint p {
    padding: .5rem 0;
    font-size: 1.5rem;
}

.flow-super .flow .flow-selec-box .hint-color {
    font-size: 1.2rem;
    color: #FFCC33;
    text-align: right;
}

/* 弹窗 */
.content-title {
    padding: .5rem 1rem;
    margin-top: 1rem;
}

.content-select {
    padding: 0 1rem;
}
.content-select-list{
    overflow-y: auto;
    max-height: 12.4rem;
    border-top:1px solid #DAE5ED;
    border-bottom:1px solid #DAE5ED;
    margin-top: .5rem;
}
.content-list {
    width: calc(50% - 2.4rem);
    float: left;
    margin: 1rem;
    height: 4rem;
    border: 1px solid #6600FF;
    line-height: 4rem;
    text-align: center;
    border-radius: .5rem;
}
.content-select-list .active{
    background:#0000FF
}
.content-month,
.content-price {
    font-size: 1.4rem;
    color: #FF6600;
    font-weight: 600;
    margin: .3rem;
}
.active .content-month,
.active .content-price {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
    margin: .3rem;
}
.content-flow {
    font-size: 1.2rem;
    color: #fff;
    background: #199ED8;
    border-radius: .3rem;
    margin: .5rem;
    padding: 0 .3rem;
}
.explain{
    padding:1rem;
}
.explain h3{
    font-size: 1.8rem;
}
.explain p{
    font-size: 1.4rem;
}
.submit{
    padding:2rem 1rem;
}
.submit span{
    background: #677BE7;
}
.flowSuperModel .content-select{
    margin-top:.5rem;
}
/*加载模态框*/
.model{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    display:none;
}
.model .weui-loadmore__tips{
    color:#fff;
}
.model .weui-loadmore{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}












