@charset "UTF-8";
@import url(./wappublic.css);
@import url(./wapfooter.css);
@import url(./wapHeader.css);
.main{
    width: 100%;
    height: 100%;
    padding-bottom: 1.5rem;
    background-color: #f4f7f9 !important;
}
.header01{
    width: 100%;
    height: 0.84rem;
    line-height: 0.84rem;
    background: #0B3482;
    display: flex;
    align-items: center;
    padding: 0 0.3rem;
    margin-top: 2.32rem;
}
.header01 a{
    display:flex;
}
.header01 img{
    width: 0.2rem;
}
.header01 div{
    width: 97%;
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
}

.box01{
    width: 92%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    padding: 0.3rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.box01 .box01_title{
    display: block;
    font-size: 0.35rem;
    font-family: PingFangSC-Semibold;
    font-weight: 400;
    line-height: 0.55rem;
    color: #3f4146;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.2rem;
}
.box01 .box01_time{
    width: 100%;
    display: flex;
    align-items: center;
}
.box01_time_left{
    display: flex;
    align-items: center;
    font-size: 0.25rem;
    color: #333333a1;
}
.box01_time_left img{
    width: 0.3rem;
    margin-right: 0.05rem;
    opacity: 0.5;
}
.box01_time_day{
    font-size: 0.25rem;
    color: #333333a1;
    margin-left: 0.25rem;
}
.box01_text{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.4rem;
}
.box01_text .text01{
    font-size: 0.3rem;
    line-height: 0.45rem;
    color: #333;
    display: inline-block;
    margin-bottom: 0.2rem;
}
.box01_text .text01 img{
    width: 100%;
}
.box01_text p{
    font-size: 0.32rem !important;
    line-height: 0.45rem;
    margin: 0 0 0.2rem 0;
}

.box01_text img {
     width: 100%;
}

.box01_text .ts{
    display: block;
    color: #999 !important;
    font-size: 0.2rem !important;
    margin-bottom: 0.4rem !important;
}
.box01_rk{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.35rem;
}
.box01_rk:last-child{
    margin-bottom: 0;
}
.box01_rk_left{
    width: 70%;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.25rem;
}
.box01_rk_left img{
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.1rem;
}
.box01_rk_right{
    padding: 0.1rem 0.2rem;
    line-height: 0.3rem;
    text-align: center;
    border-radius: 30rem;
    font-size: 0.25rem;
    color: #e13b29;
    background-color: #fffbfb;
    border: 1rem solid #e3a1a7;
}

.box02{
    width: 92%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    padding: 0.3rem;
    margin-bottom: 0.2rem;
}
.box02 p{
    float: left;
    position: relative;
    font-size: 0.35rem;
    color:#e13b29;
    font-weight: 900;
    margin-bottom: 0.5rem;
}
.box02 p::after{
    content: "";
    width: 0.5rem;
    height: 0.06rem;
    background-color: #e13b29;
    position: absolute;
    top: 0.6rem;
    left: 0.4rem;
    z-index: 9;
}
.box02_list{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box02_list .box02_item{
    float: left;
    width: 48.8%;
    height: 0.75rem;
    line-height: 0.75rem;
    margin-top: 0.1rem;
}
.box02_list .box02_item a{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background-color: #f5f9fc;
    border-radius:0.04rem;
    font-size: 0.28rem;
    color: #8897a1;
}

.ksbm{
    width: 100%;
    margin: 0 auto;
    background: url(../wapimages/ksbm_banner.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    padding: 0.3rem 0;
}
.mbxx_box{
    width: 90%;
    margin: 0 auto;
    height: 7rem;
    display: flex;
    background: url(../wapimages/ksbm_banner01.png) no-repeat;
    background-size: cover;
}
.input_box{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 2.8rem;
    margin-right: 0.75rem;
}
.input_box input{
    width: 100%;
    height: 0.75rem;
    line-height: 0.75rem;
    background-image: linear-gradient( #f0f0f0, #f0f0f0), linear-gradient( #ffffff, #ffffff);
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.2rem;
    border: none;
    text-indent: 0.3rem;
}
.input_box input::placeholder{
    color: #999;
}
.cont_btn3 {
    display: flex;
}
.cont_btn3 .btn_blue2 {
    width: 2.5rem;
    height: 0.75rem;
    background-image: linear-gradient(60deg, #f0383c 0%, #ff883c 100%), linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal, normal;
    box-shadow: 0rem 0.08rem 0.16rem 0rem rgba(255, 106, 110, 0.38);
    border-radius: 0.5rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.25rem auto 0;
    font-size: 0.28rem;
}
 .box03{
    width: 92%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    padding: 0.3rem;
    margin-bottom: 0.2rem;
}
.box03 p{
    font-size: 0.35rem;
    display: flex;
    color: #444;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.15rem;
}
.box03 p span{
    font-size: 0.25rem;
}
.box03_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom:0.01rem solid #efefef;
    border-right:0.01rem solid #efefef;
}
.box03_item{
    width: 50%;
    float: left;
    padding:0.1rem 0;
    position: relative;
    box-sizing: border-box;
    border-top:0.01rem solid #efefef;
    border-left:0.01rem solid #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box03_item_left{
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.25rem;
}
.box03_item_right{
    width: 65%;
    font-size: 0.25rem;
    color: #999;
    padding-left: 0.25rem;
}
.box03_btn{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.box03_btn img{
    width: 70%;
    margin: 0 auto;
    margin-top: 0.2rem;
}
.box03_btn div{
    width: 85%;
    margin: 0 auto;
    height: 0.8rem !important;
    line-height: 0.8rem !important;
    border-radius: 0.5rem !important;
    background: linear-gradient(to right,#e23d29,#f66a1d);
    color: #fff;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0.06rem 0.03rem rgba(241,85,47,.7);
} 
.box04{
    width: 92%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    padding: 0.3rem;
    margin-bottom: 0.2rem; 
}
.box04_top{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #efefef;
    padding-bottom: 0.15rem;
    margin-bottom: 0.3rem;
}
.box04_top img{
    width: 0.35rem;
    height: 0.4rem;
    margin-right: 0.1rem;
}
.box04_top span{
    font-size: 0.35rem;
    color: #444;
}
.box04_list{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.box04_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 0.01rem solid #efefef;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}
.box04_item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.box04_item_text{
    font-size: 0.3rem;
    color: #333;
    margin-bottom: 0.1rem;
    line-height: 0.45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box04_item_time{
    display: flex;
    align-items: center;
}
.box04_item_time span{
    color: #999;
    font-size: 0.25rem;
    line-height: normal;
    margin-right: 0.3rem;
}