.leftp {
    width: 40%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
     border-right: 1px dashed #ababab;
}

.rightp {
    /*min-width: 400px;*/
    /*min-height: 200px;*/
    width: 50%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.t_t {
    display: flex;
    flex-direction: row;
    width: 100%;
    /*border: 1px dashed lightslategray;*/
}
hr{
    width: 100%;
    border: 1rpx dashed lightslategray;
}

a {
    margin: 5px;
    margin-left: 3px;
}
.leftaa{
    margin-left: 4vw;

}
.imgp {
    width: 600px;
    margin: 0;
}

label {
    width: 8rem;
    min-width: 8rem;
}

.b_top {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    color: white;
    font-weight: 900;

}

.tab {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.item {
    padding: 10px 15px 10px 15px;
    list-style-type: none;
    border-radius: 5px;
}

.item a {
    color: white;
    font-size: 15px;
}

.item:hover {
    background-color: #2f2f2f;
}

.b_bot {
    cursor: pointer;
    color: white;
    font-weight: 900;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}
.b_top a{
    text-decoration: none;  /*  去除下划线  */
}
.b_bot_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 70%;
}
.b_bot_left a{
    font-size: 10px;
    font-weight: 300;
    text-decoration: none;  /*  去除下划线  */
}
.b_bot_left p{
    font-size: 10px;
    font-weight: 300;
}
.b_bot_right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 30%;

}
.t{
    width: 100%;
    min-width: 1200px;
   background-image: linear-gradient(to right, #c42222, #c99191);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tt{
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.t_left{
    width: 30%;
}
.t_right{
    width: 60%;
    display: flex;
    flex-direction: column;

}
.t_right_top{
    font-size: 20px;
    font-weight: 900;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.t_right_bot a{
    color: white;
}
