.banner{
    width: 100%;
    height: 4.8rem;
    margin-top: 1.06rem;
}
.title{
    width: 100%;
    height: 0.8rem;
    background: #113496;
    font-size: 0.3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.content .con-head{
    width: 100%;
    height: auto;
    margin-top: 0.26rem;
    overflow: hidden;
}
.con-head .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.36rem;
    padding: 0.19rem 0.1rem;
    box-sizing: border-box;
    background: #f8f9fa;
    margin-top: 0.22rem;
}
.con-box .con-ri{
    width: 5.8rem;
    height: auto;
    overflow: hidden;
}
.con-ri a{
    color: #333333;
}
.con-ri .con-li{
    width: auto;
    font-size: 0.2rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
    margin-right: 0.1rem;
    float: left;
}
.con-li.active{
    background: #113496;
    color: #ffffff;
    font-weight: bold;
}

.content .con-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.3rem;
}
.con-on .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.3rem;
}
.con-name span{
    font-weight: bold;
    font-size: 0.3rem;
    color: #113496;
}


.con-last{
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
}
.tab{
    width: auto;
    height: auto;
    display: block;
    margin-top: 15px;
}


.tab td,.tab th{border:0.01rem solid #dddddd;border-collapse:collapse;text-align: center;}
.tab tr{
    width: 100%;
    height: 0.58rem;
    border: none;
    /*display: block;/*/
}
.tab tr th{
    width: auto;
    min-width: 2rem;
    font-size: 0.2rem;
    font-weight: 400;
    height: 0.58rem;
    background: #113496;
    color: #ffffff;
    text-align: center;
}
.tab tr td{
    width: auto;
    min-width: 2rem;
    font-size: 0.2rem;
    height: 0.58rem;
    color: #333333;
    text-align: center;
}

.con-btn{
    width: 100%;
    /*height: 100%;*/
    line-height: 0.48rem;
}
.tab .con-span{
    width: 1.2rem;
    height: 0.48rem;
    color: #ffffff;
    background: #113496;
    border-radius: 0.1rem;
    text-align: center;
    margin: 0 auto;
}

.page{
    width: 100%;
    height: 0.2rem;
    display: flex;
    justify-content: space-between;
}
.page .upon{
    width: 1.6rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #cccccc;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    line-height: 0.6rem;
}

.page .num{
    width: 0.9rem;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #999999;
    text-align: center;
    line-height: 0.6rem;
}

.page .under{
    width: 1.6rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #cccccc;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    line-height: 0.6rem;
}


.up{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.up .up-box{
    width: 6.6rem;
    height: 8.1rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
}
.up-box .up-head{
    width: 100%;
    height: 2.25rem;
    background: url(../images/up.png) no-repeat center center / 100% 100%;
    padding: 0 1.05rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.up-head .up-code{
    width: 1.53rem;
    height: 1.53rem;
    margin-top: 0.28rem;
}

.up-head .up-text{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 0.2rem;
    color: #113496;
    line-height: 0.3rem;
    margin-top: 0.75rem;
}
.up-box .up-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.up-on .up-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    font-weight: bold;
    color: #173999;
    line-height: 0.4rem;
}
.up-title span{
    font-size: 0.2rem;
    color: #999999;
    margin-left: 0.2rem;
}
.up-on .up-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 0.01rem solid #eeeeee;
}
.up-ul .up-li{
    width: 100%;
    height: 0.5rem;
    overflow: hidden;
    border: 0.01rem solid #eeeeee;
    box-sizing: border-box;
    padding: 0 0.1rem;
    margin-top: 0.3rem;
}
.up-li:last-child{
    height: 1.22rem;
    padding: 0.1rem;
    margin-bottom: 0.4rem;
}
.up-li input{
    display: block;
    width: 100%;
    height: 98%;
    margin-top: 1%;
    /*background: #ffffff;*/
    font-size: 0.2rem;
}
.up-li textarea{
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    resize:none;
    font-size: 0.2rem;
}

.up-on .up-btn{
    width: 4rem;
    height: 0.6rem;
    background: #f8f8f8;
    border: 0.01rem solid #eeeeee;
    box-sizing: border-box;
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
    line-height: 0.6rem;
    margin: 0.4rem auto 0;
}

.up-box .down{
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
}
