.new_xq {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}


.new_xq_box {
    width: 12.6rem;
    margin: .6rem auto;
    padding: .6rem;
    box-sizing: border-box;
    background: #FBFBFB;
    transition: all .5s;
    /*transform: translateX(1.88rem);*/
}

.new_xq_box img {
    width: revert-layer;
    height: auto;
    max-width: 100%;
    display: inline!important;
}

.new {
    overflow: hidden;
}

.new_box {
    width: 14.4rem;
    margin: .4rem auto .8rem;
    display: flex;
    align-items: flex-start
}

.new_left {
    width: 3.2rem;
    margin-right: .6rem;
    padding: .4rem;
    box-sizing: border-box;
    background: #FBFBFB;
}

.new_search {
    display: flex;
    align-items: center;
    width: 2.4rem;
    height: 0.32rem;
    background: #FFFFFF;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    opacity: 1;
    border: 0.01rem solid #DCDCDC;
    margin-bottom: .2rem;
}

.new_search button {
    width: .24rem;
    height: .24rem;
    margin-left: .05rem;
    margin-right: .1rem;
}

.new_search input {
    font-size: 0.14rem;
}

.new_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 2.4rem;
    min-height: 0.56rem;
    font-size: 0.18rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #777777;
    box-sizing: border-box;
    /*position: relative;*/
}
.new_list_item>a{
    line-height: .56rem;
    font-size: 0.18rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #777777;
}
.new_list_item .arrow {
    width: .2rem;
    height: .2rem;
    cursor: pointer;
}

.new_list_item .arrow img:last-child {
    display: none;
}
.new_list_item_active,
.new_list_item:hover{
    border-bottom: .01rem solid #DCDCDC;
}
.new_list_item_active>a,
.new_list_item:hover>a {
    color: #0052D9;
    /*border-bottom: .01rem solid #DCDCDC;*/
}

.new_list_item_active .arrow img:last-child,
.new_list_item:hover .arrow img:last-child {
    display: block;
}
.new_list_item_active .arrow img:first-child,
.new_list_item:hover .arrow img:first-child {
    display: none;
}

.three_nav{
    width: 100%;
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*background: #FFFFFF;*/
    display: none;
    margin-bottom: .2rem;
}

.three_nav a{
    display: block;
    padding: 0 .15rem;
    line-height: .3rem;
    font-size: 0.18rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #777777;
}

.three_nav_active{
    color: #0052D9!important;
}

.three_nav a:hover{
    color: #0052D9;
}

.new_right {
    width: 10.6rem;
    display: flex;
    flex-wrap: wrap;
}

.new_item {
    display: flex;
    width: 100%;
    height: 2.09rem;
    box-sizing: border-box;
    border-bottom: .01rem solid #DCDCDC;
    margin-bottom: .4rem
}

.new_item_img {
    width: 2.96rem;
    height: 1.69rem;
    margin-right: .4rem;
    overflow: hidden;
}

.new_item_text {
    width: 7.24rem;
}

.new_item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_item_tit {
    max-width: 80%;
    font-size: 0.2rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #000000;
    margin-bottom: .25rem;
    margin-top: .1rem;
}

.new_item_txt {
    height: 0.56rem;
    font-size: 0.14rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #777777;
    line-height: 0.28rem;
    margin-bottom: .1rem;
}

.new_item_more {
    width: 1.17rem;
    height: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    border-radius: .05rem;
    background: #0052D9;
    color: #FFFFFF;
}

.new_item_more img{
    width: .2rem;
    height: auto;
    margin-left: .08rem;
}

.new_item:hover .new_item_tit {
    color: #0052D9;
}

.new_item_time {
    font-size: 0.14rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #8B8B8B;
}

.study_item {
    width: 3.3rem;
    height: 2.98rem;
    margin-right: .35rem;
    margin-bottom: .35rem;
}

.study_item:nth-child(3n) {
    margin-right: 0;
}

.study_item_img {
    width: 100%;
    height: 1.89rem;
    overflow: hidden;
}

.study_item_text {
    width: 100%;
    height: 1.09rem;
    background: #F3F3F3;
    padding: .2rem;
    box-sizing: border-box;
}

.study_item_tit {
    font-size: 0.2rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #181818;
    margin-bottom: .2rem;
}

.study_item_bottom {
    display: flex;
    justify-content: space-between;
}

.people {
    font-size: 0.14rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #8B8B8B;
    display: flex;
    align-items: center;
}

.people img {
    width: .16rem;
    height: .16rem;
    margin-right: .1rem;
}

.study_item_more {
    font-size: 0.14rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #0052D9;
    display: flex;
    align-items: center;
}

.study_item_more img {
    width: .16rem;
    height: .16rem;
    margin-left: .1rem;
}



.message_box {
    width: 12.6rem;
    padding: .6rem;
    box-sizing: border-box;
    margin: 0 auto;
}

.message_top {
    width: 100%;
    height: 0.7rem;
    font-size: 0.2rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #181818;
    line-height: .7rem;
    margin-bottom: .25rem;
}

.message_item {
    display: flex;
    margin-bottom: .3rem;
}

.user_head {
    width: .56rem;
    height: .56rem;
    display: flex;
    margin-right: .25rem;
}

.message_text {
    width: 10.6rem;
}

.message_text form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.message_text form textarea {
    width: 100%;
    height: 0.9rem;
    border: .01rem solid #DCDCDC;
    border-radius: .05rem;
    margin-bottom: .1rem;
    padding: .08rem;
    box-sizing: border-box;
}

.message_text form button {
    width: .72rem;
    height: .28rem;
    border-radius: .05rem;
    display: flex;
    background: #0052D9;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.message_text form button img{
    width: .14rem;
    height: .14rem;
    margin-left: .05rem;
}

.message_tit {
    font-size: 0.16rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: .1rem;
}

.message_txt {
    font-size: 0.14rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 0.22rem;
}

.message_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.message_l,
.message_r {
    font-size: 0.12rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
}

.message_r div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .1rem;
    cursor: pointer;
}

.message_r div img {
    width: .14rem;
    height: .14rem;
    margin-right: .05rem;
}

.message_item .message_item .message_text {
    width: 9.8rem;
}

.message_tit span {
    color: rgba(0, 0, 0, 0.26);
}

.message_more{
    width: 1.44rem;
    height: .36rem;
    display: flex;
    margin: 0 auto;
    cursor: pointer;
}

.message_box2{
    width: 3.76rem;
    padding: 0 .2rem;
    margin: 0;
    transform: translateX(3.76rem);
    transition: all .5s;
    padding-bottom: 1rem;
    position: sticky;
    height: 0;
    top: 0;
    height: 100vh!important;
    overflow-y: scroll;
}

.message_top{
    margin: 0;
    margin-bottom: .25rem;
    margin-top: .5rem;
}

.message_box2 .message_text{
    width: 2.68rem;
}
.message_box2 .user_head{
    margin-right: .1rem;
}

.message_box2 .message_item .message_item .message_text{
    width: 2.24rem;
}
.back{
    width: .2rem;
    height: .2rem;
    position: absolute;
    top: .7rem;
    right: .2rem;
    cursor: pointer;
}

.new_xq_title{
    font-size: 0.36rem;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: .25rem;
}

.new_xq_tit_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .4rem;
}

.new_xq_tit_box p{
    font-size: 0.16rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #777777;
    margin: 0 .2rem;
}

.new_right_top{
    display: flex;
    margin-bottom: .45rem;
}
.new_select{
    width: 2.4rem;
    height: .36rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #DCDCDC;
    margin-right: .2rem;
    position: relative;
    cursor: pointer;
    display: flex;
    padding: 0 .4rem 0 .1rem;
    box-sizing: border-box;
}
.new_select img{
    width: .2rem;
    height: .2rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
}
.new_right_top button{
    width: 0.76rem;
    height: 0.36rem;
    background: #0052D9;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_select input{
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    cursor: pointer;
}
.option_box{
    position: absolute;
    top: calc(100% + .05rem);
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    padding: .06rem;
    padding-right: .07rem;
    box-sizing: border-box;
    display: none;
}

.option_in{
    max-height: 5.1rem;
    padding-right: .14rem;
    overflow-y: scroll;
}

.option_in::-webkit-scrollbar{
    width: 0.04rem;
    background: #C5C5C5;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    display: none;
    transition: all .3s;
}
.option_in:hover::-webkit-scrollbar{
    display: block;
}
.option_in::-webkit-scrollbar-thumb{
    width: 0.04rem;
    background: #0052D9;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
.option_in p{
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(0,0,0,0.9);
    line-height: .34rem;
    padding: 0 .12rem;
    box-sizing: border-box;
}
.option_in p:hover{
    background: #F2F3FF;
}

.new_right_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .25rem;
    border-bottom: 0.01rem solid #E7E7E7;
    margin-bottom: .45rem;
}

.new_right_list:last-child{
    border: 0;
    margin-bottom: 0;
}

.new_right_list_title{
    width: 100%;
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: .2rem;
}
.new_right_list_item{
    width: 3.32rem;
    height: 0.39rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    padding: .06rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
    margin-right: .3rem;
}

.new_right_list_item:nth-child(3n+1){
    margin-right: 0;
}

.new_right_list_item:hover{
    background: #0052D9;
}

.new_right_list_item span{
    width: 0.68rem;
    height: 0.27rem;
    background: #F2F3FF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.14rem;
    color: #0052D9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_right_list_item:hover span{
    background: #FFFFFF;
}
.new_right_list_item p{
    width: 2.24rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.14rem;
    color: #181818;
    margin-left: .14rem;
}
.new_right_list_item:hover p{
    color: #FFFFFF;
}

.video_content video {
    max-width: 100%;
}