.cont {
    background: #F6F6F6;
}

.tf {
    width: 14rem;
    margin: 0 auto;
}

.tf .tf_top {
    width: 14rem;
    height: 2.38rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0 0.12rem 0.2rem 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0.2rem;
    padding: 0.42rem;
    box-sizing: border-box;
}

.tf .tf_top .tf_top_x {
    display: flex;
}

.tf_top_x .tf_top_ava {
    display: block;
    object-fit: cover;
    margin-right: 0.18rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.06rem;
}

.tf_top_x .tf_top_right {}

.tf_top_x .tf_top_right .tf_top_title1 {
    padding-top: 0.06rem;
    margin-bottom: 0.06rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.22rem;
    color: #1E1E1E;
    line-height: 0.29rem;
}

.tf_top_x .tf_top_right .tf_top_title2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #8C9194;
    line-height: 0.18rem;
}

.tf .tf_top .tf_top_zj {
    display: flex;
    align-items: center;
    margin-top: 0.22rem;
    margin-bottom: 0.06rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.13rem;
    color: #3D3D3D;
    line-height: 0.17rem;
}

.tf_top_zj img {
    display: block;
    object-fit: cover;
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.06rem;
}

.tf .tf_top .tf_top_bot {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.tf_top_bot .tf_top_left {
    display: flex;
}

.tf_top_bot .tf_top_left .tf_top_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.68rem;
    height: 0.24rem;
    background: #E4EEFF;
    border-radius: 0.04rem;
    margin-right: 0.06rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #1958C7;
}

.tf_top_bot .tf_top_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.08rem;
    height: 0.34rem;
    background: #144FA6;
    border-radius: 0.02rem;
    border: 0.01rem solid #1958C7;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
}

.tf .tf_con {
    width: 14rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0 0.12rem 0.2rem 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0.74rem;
    padding: 0.49rem 0.42rem 0.2rem;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #303D52;
    line-height: 0.28rem;
}

.tf .tf_con .tf_con_item {
    width: 100%;
    margin-bottom: 0.4rem;
}

.tf_con .tf_con_item .tf_con_title {
    position: relative;
    padding-left: 0.13rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.18rem;
    color: #303D52;
    line-height: 0.18rem;
    margin-bottom: .1rem;
}

.tf_con .tf_con_item .tf_con_title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.03rem;
    height: 0.18rem;
    background: #1958C7;
}
@media only screen and (max-width: 1024px) {
    .tf{
        width: 92%;
    }
.tf .tf_top{
    width: 100%;
    height: auto;
}
.tf_top_x .tf_top_ava{
    width: 20%;
    height: auto;
}
.tf_top_x .tf_top_right .tf_top_title1{
    font-size: 0.24rem;
}
.tf_top_x .tf_top_right .tf_top_title2{
    font-size: 0.24rem;
}
.tf .tf_top .tf_top_zj{
    font-size: 0.24rem;
}
.tf_top_bot .tf_top_left .tf_top_tab {
  font-size: 0.24rem;
  width: auto;
}
.tf_top_bot .tf_top_btn{
    font-size: 0.24rem;
}
.tf .tf_con{
    width: 100%;
}
.tf_con .tf_con_item .tf_con_title{
    font-size: 0.24rem;
}
.tf .tf_con{
    font-size: 0.24rem;
    line-height: .35rem;
}

}