body{
    background-color: #F5F5F5;
    background-image: url('https://xiaomaishequn.oss-cn-hangzhou.aliyuncs.com/cmecall/images/20230614/1f1c9aa7869b930fc38672db12ffc80b.png?x-oss-process=image/resize,w_600/quality,q_50');
    background-repeat: no-repeat;
    background-size: 1040rem 1000rem;
    background-position: 790rem 50rem;
}
.card2Item{
	overflow: hidden;
	    background: no-repeat;
	    background-size: cover;
	    background-position: center;
		width: 100%;
		height: 100%;
		border-radius: 20rem;
}
.topBox{
    background-color: white;
}

h1{
	font-size: 32rem;
    margin: 0;
    padding: 0;
}
.font22{font-size: 22rem;}
.font16{font-size: 16rem;}
p{
    margin: 0;
    padding: 0;
}
.title{
    margin-left: 30rem;
}
.container{
    width: 100%;
    height: auto;
    position: relative;
    top: 20rem;
    display: flex;
    justify-content: center;
}
hr{
    background-color: #EEEEEE;
    border: none;
    height: 1rem;
}

.center{
    width: 1294rem;
    height: auto;
    /* background-color: aliceblue; */
    display: flex;
    /* justify-content: space-between; */
}
.left{
    width: 892rem;
    background-color: white;
    border-radius: 20rem;
    padding-top: 20rem;
    margin-right: 30rem;
}

.right{
    height: 800rem;
    position: sticky;
    top: 0rem;
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40rem;
    margin-top: 20rem;
    margin-bottom: 15rem;
    padding: 0rem 20rem 10rem 0rem;
}
.topBar{
    margin-left: -10rem;
    
}
.nav {
    width: 350rem;
   
}

.nav ul {
    list-style: none;
}

.nav ul li {
    display: inline-block;
    margin-right: 50rem;
    position: relative;
}

.nav .selected>a::before {
    content: "";
    width: 12rem;
    height: 6rem;
    background-color: #146DFD;
    position: absolute;
    top: 30rem;
    left: 12rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
}

.userLogin {
    display: inline-block;
    /* text-align: center; */
    text-decoration: none;
    color: rgb(194, 190, 190);
    font-size: 20rem;
}

.active {
    color: #146DFD !important;
    /* font-weight: 600; */
    /* border-bottom: 3rem solid #156FFC; */
    padding-bottom: 10rem;
}
.search {
    width: 400rem;
    height: 45rem;
    background-color: #F5F5F5;
    position: relative;
    padding: 0rem 0rem 0rem 15rem;
    border-radius: 20rem;
    -webkit-border-radius: 20rem;
    -moz-border-radius: 20rem;
    -ms-border-radius: 20rem;
    -o-border-radius: 20rem;
}

.search input {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 148rem;
    /* height: 30rem; */
    border: none;
    outline: none;
    background-color: #F5F5F5;
    color: #ABABAB;
    font-size: 15rem;
}

.search .searchBtn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 80rem;
    height: 35rem;
    background-color: #000000;
    color: white;
    border-radius: 21rem;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15rem;
    margin-right: 5rem !important;
    -webkit-border-radius: 21rem;
    -moz-border-radius: 21rem;
    -ms-border-radius: 21rem;
    -o-border-radius: 21rem;
}

.search .searchBtn img {
    width: 15rem;
    height: 15rem;
    margin-left: 10rem;
}
.case{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.right .card1{
    width: 330rem;
    height: 330rem;
    background-color: white;
    border-radius: 20rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
}
.right .card2{
    width: 330rem;
    height: 440rem;
    /* height: auto; */
    border-radius: 20rem;
    margin-top: 30rem;
}
.card1 img{
    width: 95rem;
    height: 87rem;
    /* padding: 20rem 30rem; */
}

.case:nth-child(1){
    margin-top: 30rem;
    margin-left: 30rem;
}
.case:nth-child(2){
    margin-top: 30rem;

    margin-right: 30rem;
}
.case:nth-child(3){
    margin-left: 30rem;
}
.case:nth-child(4){
    margin-right: 30rem;
}
.case span{
    font-size: 20rem;
}
.card2 img{
    width: 100%;
    height: auto;
}
.col{
    padding:0rem 30rem;
    margin-top: 18rem;
}
.col .content p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}
.articleImg{
    height: 120rem;
    margin-right: 30rem;
    border-radius: 18rem
}
.ariticle{
    display: flex;    
    /* justify-content: space-between; */
    align-items: flex-start;
    /* margin-bottom: 30rem; */
}
.content{
    /* height: 80rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contentMsg{
    margin: 30rem 0rem;
}
.contentMsg .reply{
    margin-left: 10rem;
}
.colBottom{
    display: flex;
    justify-content: space-between;
}
.viewUser{
    width: 300rem;
    display: flex;    
    justify-content: space-around;
    align-items: center;
}
.touxiang{
    position: relative;
    width: 150rem;
    /* height: 50rem; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.touxiang img{
    position: absolute;
    width: 30rem;
    height: 30rem;
	border-radius: 50%;
}
.touxiang :nth-child(5){
    left: 50rem;
}
.touxiang :nth-child(4){
    left: 75rem;
}
.touxiang :nth-child(3){
    left: 100rem;
}
.touxiang :nth-child(2){
    left: 125rem;
}
.touxiang :nth-child(1){
    left: 150rem;
}

.card2{
	position: relative;
}
.card2 .top_btn{position: absolute; display: flex;/* flex-direction: row-reverse; */margin-top: 20rem;margin-right: 10rem;right: 0;}
.card2 .top_btn_c{
	display: inline-block;
}
.top_btn_c{
	width: 24rem;
	margin-right: 10rem;
	height: 8rem;
	background-color: #ABABAB;
	border-radius: 5rem;
}
.top_btn .top_btn_active{
	background-color: #146DFD;
}
.card2 img{
	position: absolute;
}

.cardContent{position: absolute;width: 330rem;height: 100%;margin-top: 28rem;}
.content{padding: 0 30rem 30rem 27rem;}
.content_tip{width: 75rem;height: 33rem;background-color: rgba(220, 184, 85, 1);color: white;
font-size: 22rem;text-align: center;line-height: 33rem;border-radius: 10rem;}
.content_title{font-size: 33rem;color: white;margin-top: 94rem;}

.content_bot{margin-top: 150rem;}
.content_bot_c{color: rgba(177, 177, 177, 1);font-size: 22rem;}
.content_bot_line{width: 96rem;height: 2rem;background-color: rgba(220, 184, 85, 1);}
.content{display: flex;flex-direction: column;justify-content: space-between;}
/* 
@media screen and (max-width:1780rem){
    .center{
        width: 90%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .left {width: 58%;}
    .right .card1 {width: 300rem;}
    .card2 img { width: 300rem;}
    .card1 img{width: 75rem;height: auto;}
    .case span{font-size: 16rem;}
    .ariticle h1{font-size: 18rem;}
    .content a h1{font-size: 18rem;}
    .col .content p{font-size: 14rem;}
    .contentMsg{font-size: 12rem;margin: 18rem 0rem;}
    .viewUser{font-size: 12rem;width: 275rem;}
    .touxiang img {width: 25rem;height: 25rem;}
    .right .card1{height: 320rem;}
    .right .card2{margin-top: 20rem;}
    .userLogin{font-size: 18rem;}
    .right{width: 300rem;}
    .left {width: 55%;margin-right: 20rem;}
    .search{height: 40rem;}
    .search .searchBtn{width: 76rem;height: 32rem;}
	
	.cardContent{width: 300rem}
	.content_title{margin-top: 81rem;}
	.content_bot {margin-top: 104rem;}
	.content_bot_c {font-size: 19rem;}
	
}
@media screen and (max-width:1470rem){
    .center{
        width: 90%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .card1 img{width: 75rem;height: auto;}
    .case span{font-size: 16rem;}
    .ariticle h1{font-size: 18rem;}
    .content a h1{font-size: 18rem;}
    .col .content p{font-size: 14rem;}
    .contentMsg{font-size: 12rem;margin: 18rem 0rem;}
    .viewUser{font-size: 12rem;width: 275rem;}
    .touxiang img {width: 25rem;height: 25rem;}

    .right .card1{height: 320rem;}
    .right .card2{margin-top: 20rem;}
    .userLogin{font-size: 18rem;}
    .right{width: 300rem;}
    .left {width: 55%;margin-right: 20rem;}
    .search{height: 40rem;}
    .search .searchBtn{width: 76rem;height: 32rem;}
}
@media screen and (max-width:1230rem){
    .center{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
    }
    .left {
        width: 58%;
    }
    .right .card1 {
        width: 320rem;
    }
    .card2 img {
        width: 320rem;
    }
}
@media screen and (min-width:768rem) and (max-width:992rem){

}


 */