@charset "utf-8";
/**
 * LSS
 * @date    2019-7-29 10:00:00
 */
/*list plate*/
/*swiper*/
.swiper-menu-main{
    width: 1200px;
    height: 170px;
    border-bottom: 2px solid #2A68C9;
    position: relative;
}
.swiper-menu-main .swiper-button-next,
.swiper-menu-main .swiper-button-prev {
    background-image: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png");
    background-position: -325px 0;
    background-size: auto;
    width: 13px;
    height: 24px;
    margin-top: -6px;
}
.swiper-menu-main .swiper-button-next {
    background-position: -341px 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
    display: none;
}
.swiper-button-next.swiper-button-disabled + div + em + .rightGradient,
.swiper-button-prev.swiper-button-disabled + .leftGradient{
    display: none;
}
.swiper-menu-main>em{
    width: 100px;
    height: 170px;
    background: -webkit-linear-gradient(left, rgba(188,199,249,0.5) , rgba(255,255,255,0));
    background: -o-linear-gradient(right, rgba(188,199,249,0.5) , rgba(255,255,255,0));
    background: -moz-linear-gradient(right, rgba(188,199,249,0.5) , rgba(255,255,255,0));
    background: linear-gradient(to right, rgba(188,199,249,0.5) , rgba(255,255,255,0));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BCC7F9FF', endColorstr='#FFFFFF00',GradientType=1 );
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.swiper-menu-main>em.rightGradient{
    right: 0;
    left: auto;
    top: 0;
    transform: rotate(180deg);
}
.swiper-menu .swiper-wrapper .swiper-slide{
    width: 260px!important;
    height: 160px;
    cursor: pointer;
    background: white;
    position: relative;
}
.swiper-menu .swiper-wrapper .swiper-slide>div{
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    z-index: 3;
}
.swiper-menu .swiper-wrapper .swiper-slide>i{
    display: block;
    width: 260px;
    height: 160px;
    line-height: 160px;
    overflow: hidden;
    text-align: right;
    opacity: .1;
}
.swiper-menu .swiper-wrapper .swiper-slide>i img{
    max-width: 100%;
    max-height: 160px;
    display: inline-block;
    vertical-align: bottom;
}
.swiper-menu .swiper-wrapper .swiper-slide:hover,
.swiper-menu .swiper-wrapper .swiper-slide.active{
    background: #2A68C9;
    height: 170px;
}
.swiper-menu .swiper-wrapper .swiper-slide:hover > i,
.swiper-menu .swiper-wrapper .swiper-slide.active > i{
    height: 170px;
    line-height: 170px;
    opacity: 1;
}
.swiper-menu .swiper-wrapper .swiper-slide h2{
    color: #2A68C9;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
}
.swiper-menu .swiper-wrapper .swiper-slide h2 i{
    width: 17px;
    height: 21px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -251px 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.swiper-menu .swiper-wrapper .swiper-slide p{
    color: #698ED4;
    font-size: 16px;
    margin-bottom: 5px;
}
.swiper-menu .swiper-wrapper .swiper-slide span{
    color: #BCC0DF;
    font-size: 14px;
    background: #2A68C9;
    display: inline-block;
    padding: 1px 5px;
}
.swiper-menu .swiper-wrapper .swiper-slide:hover h2,
.swiper-menu .swiper-wrapper .swiper-slide.active h2{
    color: #fff;
    font-weight: bold;
}
.swiper-menu .swiper-wrapper .swiper-slide:hover p,
.swiper-menu .swiper-wrapper .swiper-slide.active p{
    color: #BCC0DF;
}
.swiper-menu .swiper-wrapper .swiper-slide:hover span,
.swiper-menu .swiper-wrapper .swiper-slide.active span{
    color: #5A58A8;
    background: #fff;
}
.plates-main{
    width: 1200px;
}
.plates-main .plates-main-left{
    width: 900px;
    float: left;
    border-right: 1px solid #E6E6E6;
    background: white;
}
.plates-main .plates-main-left .plates{
    display: none;
}
.plates-main .plates-main-left .plates:first-child{
    display: block;
}
.sort-box{
    margin: 30px 20px 0 20px;
    color: #999;
    font-weight: bold;
}
.sort-box .sortIcon{
    width: 14px;
    height: 12px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -97px -17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.sort-box a{
    color: #999;
    font-weight: bold;
}
.sort-box a.active{
    color: #2A68C9;
}
.intro-list{
    padding: 30px 20px;
    border-bottom: 1px solid #E6E6E6;
}
.intro-list dt h3{
    margin-bottom: 15px;
}
.intro-list dt h3.day-hot:before{
    content: '';
    width: 81px;
    height: 19px;
    background: url("https://zhucai-static.oss-cn-shanghai.aliyuncs.com/circle/images/day_hot.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.intro-list dt h3 span a{
    color: #333;
    font-size: 18px;
    max-width: 560px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.ml_neg7{
    margin-left: -7px;
}
.intro-list dt h3 b{
    float: right;
    color: #ED6565;
    font-size: 20px;
}
.intro-list dt p{
    color: #666;
    margin-bottom: 10px;
    max-width: 560px;
}
.intro-list dt .intro-info span{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
    margin-right: 50px;
    color: #60AAFA;
}
.intro-list dt .intro-info i{
    width: 16px;
    height: 15px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
    opacity: .4;
}
.intro-list dt .intro-info i.infoIcon01{
    background-position: -212px -32px;
}
.intro-list dt .intro-info i.infoIcon02{
    background-position: -213px 0;
}
.intro-list dt .intro-info i.infoIcon03{
    background-position: -150px 0;
}
.intro-list dt .intro-info i.infoIcon04{
    background-position: -190px 0;
}
.intro-list dt .intro-info i.infoIcon05{
    background-position: -92px 0;
}
.intro-list dd span{
    width: 180px;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.intro-list dd span img{
    max-width: 100%;
    max-height: 120px;
    display: inline-block;
    vertical-align: middle;
    transition: all 1s;

}
.intro-list dd span:hover img{
    transform: scale(1.2);
}
.plates-main .plates-main-right{
    width: 299px;
    float: left;
}
.plates-main .plates-main-right .per-info{
    padding: 30px 50px;
    background: white;
}
.plates-main-right h3.inter {
    font-size: 16px;
    margin: 20px;
}
.plates-main-right ul {
    margin: 0 20px;
}
.plates-main-right ul li {
    line-height: 25px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.plates-main-right ul li a:hover {
    color: #45a4e8;
}
.per-info dl dd{
    width: 72px;
    height: 72px;
    line-height: 70px;
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
    margin: 0 auto;
    border-radius: 100%;
}
.per-info dl dd img{
    max-width: 100%;
    max-height: 72px;
    display: inline-block;
    vertical-align: middle;
}
.per-info dl dt{
    margin-top: 20px;
}
.per-info dl dt b{
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    display: block;
}
.per-info dl dt a{
    color: #2A68C9;
    text-align: center;
    display: block;
}
.per-info dl dt a#btnUserLogin{
    color: #2A68C9;
    text-align: center;
    display: block;
    width: 118px;
    height: 33px;
    line-height: 33px;
    background: #fff;
    border: 1px solid #E6E6F2;
    border-radius: 5px;
    margin: 0 auto;
}
.per-info dl dt .gradeName{
    margin: 10px 0;
}
.private_letters_left dl dt .gradeName:before,
.per-info dl dt .gradeName:before{
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat;
}
.private_letters_left dl dt .gradeName.grade01,
.per-info dl dt .gradeName.grade01{
    color: #C19B40;
}
.private_letters_left dl dt .gradeName.grade01:before,
.per-info dl dt .gradeName.grade01:before{
    background-position: 0 -108px;
}
.private_letters_left dl dt .gradeName.grade02,
.per-info dl dt .gradeName.grade02{
    color: #378BF3;
}
.private_letters_left dl dt .gradeName.grade02:before,
.per-info dl dt .gradeName.grade02:before{
    background-position: -26px -108px;
}
.private_letters_left dl dt .gradeName.grade03,
.per-info dl dt .gradeName.grade03{
    color: #DAAC38;
}
.private_letters_left dl dt .gradeName.grade03:before,
.per-info dl dt .gradeName.grade03:before{
    background-position: -51px -108px;
}
.private_letters_left dl dt .gradeName.grade04,
.per-info dl dt .gradeName.grade04{
    color: #B9AC2E;
}
.private_letters_left dl dt .gradeName.grade04:before,
.per-info dl dt .gradeName.grade04:before{
    background-position: -76px -108px;
}
.private_letters_left dl dt .gradeName.grade05,
.per-info dl dt .gradeName.grade05{
    color: #EC6A20;
}
.private_letters_left dl dt .gradeName.grade05:before,
.per-info dl dt .gradeName.grade05:before{
    background-position: -101px -108px;
}
.private_letters_left dl dt .gradeName.grade06,
.per-info dl dt .gradeName.grade06{
    color: #E44444;
}
.private_letters_left dl dt .gradeName.grade06:before,
.per-info dl dt .gradeName.grade06:before{
    background-position: -127px -108px;
}
.private_letters_left dl dt .gradeName.grade07,
.per-info dl dt .gradeName.grade07{
    color: #D37A17;
}
.private_letters_left dl dt .gradeName.grade07:before,
.per-info dl dt .gradeName.grade07:before{
    background-position: -154px -108px;
}
.private_letters_left dl dt .gradeName.grade08,
.per-info dl dt .gradeName.grade08{
    color: #D32A37;
}
.private_letters_left dl dt .gradeName.grade08:before,
.per-info dl dt .gradeName.grade08:before{
    background-position: -181px -108px;
}
.per-info ul{
    margin-top: 30px;
}
.per-info ul li{
    display: block;
    text-align: center;
    line-height: 30px;
}
.per-info ul li i{
    width: 15px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat;
    margin-right: 5px;
}
.per-info ul li i.myIcon01{
    height: 15px;
    background-position: -230px 0;
}
.per-info ul li i.myIcon02{
    background-position: -169px 0;
}
.per-info ul li i.myIcon03{
    background-position: -130px 0;
}
.per-info ul li a{
    color: #666;
    display: inline-block;
    vertical-align: middle;
}
.per-info ul li a:hover{
    color: #2A68C9;
}
.per-info > p{
    margin: 50px 0;
    text-align: center;
}
.per-info > p span{
    color: #666;
    margin: 0 15px;
}
.per-info > p span b{
    color: #ed6565;
    font-size: 16px;
    cursor: pointer;
}
.per-info > p span b:hover{
    text-decoration: underline;
}
.per-info .send-new{
    width:200px;
    height:35px;
    line-height: 35px;
    text-align: center;
    border:1px solid #E6E6F2;
    border-radius:5px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #2A68C9;
}
.per-info .send-new:hover{
    background: #1F52A2;
    color: #fff;
}
.flower_name_main{
    padding: 20px;
    text-align: center;
}
.flower_name_main a{
    color: #2A68C9;
}
.flower_name_cont{
    width: 240px;
    height: 38px;
    line-height: 38px;
    background: #F6F6FB;
    border: 1px solid #DADFED;
    border-radius: 3px;
    margin: 30px auto 10px auto;
}
.flower_name_cont span{
    color: #666;
}
.flower_name_cont b{
    color: #333;
    font-size: 16px;
}
.private-letters{
    width:297px;
    height:33px;
    line-height: 33px;
    text-align: center;
    background: #fff;
    border: 1px solid #D6E2F3;
    border-radius:5px;
    font-weight: bold;
    display: block;
    color: #2A68C9;
    margin: 50px auto 0 auto;
}
.private-letters i{
    width: 14px;
    height: 15px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -230px -34px;
}
.post-number{
    color: #333;
    font-size: 16px;
    margin: 30px 20px;
}
.post-number b{
    color: #ed6565;
    font-size: 16px;
    margin: 0 5px;
}
.post-list{
    margin: 0 20px 20px 20px;
    background: #F6F6FB;
}
.post-list dd{
    padding: 20px 20px 0 20px;
    border-bottom:1px solid #E6E6E6;
}
.post-list dd h3 span{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.post-list dd h3 span:nth-of-type(1) a{
    width: 640px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.post-list dd h3 span:nth-of-type(2){
    float: right;
}
.post-list dd h3 span:nth-of-type(2) a{
    font-weight: normal;
    color: #999;
    margin-left: 50px;
}
.post-list dd h3 span:nth-of-type(2) a i,
.post-list-box dl .reply-time a i,
.comment-list dt p:nth-of-type(2) a i{
    width: 14px;
    height: 15px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat;
}
.post-list dd h3 span:last-child a i.editIcon{
    background-position: -117px -17px;
}
.comment-list dt p:nth-of-type(2) a i.replyIcon,
.post-list-box dl .reply-time a i.replyIcon{
    background-position: -130px 1px;
    opacity: .7;
}
.post-list dd h3 span:last-child a i.delIcon,
.comment-list dt p:nth-of-type(2) a i.delIcon,
.post-list-box dl .reply-time a i.delIcon{
    background-position: -136px -17px;
}
.post-list dd .post-cate{
    color: #666;
    margin-top: 5px;
}
.post-list dd .post-details{
    color: #999;
    margin: 15px 0 5px 0;
}
.post-list dd .post-details span{
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}
.post-list dd .post-details .overflowHiding{
    max-width: 350px;
}
.post-list dt{
    padding: 20px;
}
.post-list dt span{
    color: #999;
    margin-right: 30px;
}
.favorite{
    border-bottom: none!important;
    padding-bottom: 10px!important;
}
.favoriteIcon{
    width: 18px;
    height: 17px;
    float: right;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -151px -17px;
}
.comment-list{
    background: none;
    border-bottom:1px solid #E6E6E6;
}
.comment-list dd{
    background: #F6F6FB;
}
.comment-list dt{
    padding: 20px 0;
}
.comment-list dt p{
    line-height: 25px;
    color: #666;
    word-break: break-word;
}
.comment-list dt p strong{
    color: #333;
}
.comment-list dt p:nth-of-type(2){
    line-height: 25px;
    color: #999;
    margin-top: 10px;
}
.comment-list dt p:nth-of-type(2) a{
    float: right;
    margin-left: 30px;
    color: #999;
}
.see-details-cont{
    padding: 25px 20px;
    border-bottom: 10px solid #F4F7FA;
}
.see-details-title h1{
    font-size: 18px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    max-width: 620px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.see-details-title .see-details-report{
    float: right;
    font-weight: bold;
    color: #ccc;
}
.see-details-title .see-details-report i{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -173px -37px;
}
.see-details-title .see-details-like{
    float: right;
    margin-right: 30px;
    color: #666;
}
.see-details-title .see-details-like i{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -151px -37px;
}
.see-details-title .see-details-like.active i{
    background-position: -151px -17px;
}
.see-details-lastStatistics{
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}
.see-details-lastStatistics a{
    color: #2A68C9;
}
.see-details-lastStatistics span{
    color: #999;
    margin-left: 50px;
}
.see-details-info{
    margin: 20px 0;
}
.see-details-info li{
    font-weight: bold;
    color: #333;
    float: left;
    width: 395px;
    line-height: 30px;
}
.see-details-info li *{
    word-break: break-word;
}
.station-letter{
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #2A68C9;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
}
.station-letter i{
    width: 12px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -230px -17px;
}
.see-details-intro{
    color: #666;
    line-height: 24px;
}
.see-details-pic{
    overflow: hidden;
    text-align: center;
}
.see-details-pic img{
    max-width: 100%;
    display: inline-block;
}
.see-details-comment{
    padding: 25px 20px;
}
.see-details-comment h5{
    margin-top: 20px;
    color: #333;
}
.see-details-comment .public_textarea{
    height: 105px;
}
.see-details-comment .public_textarea_box em{
    bottom: auto;
    top: 80px;
}
.post-comment-main{
    text-align: right;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #E6E6E6;
}
.post-comment-main span{
    display: inline-block;
    color: #999;
    margin-right: 20px;
}
.post-comment-main a{
    margin-right: 0;
}
.see-comment-list dl{
    padding: 30px 0;
    border-bottom: 1px solid #E6E6E6;
}
.see-comment-list dl dd{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ddd;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    text-align: center;
}
.see-comment-list dl dd img{
    max-width: 100%;
    max-height: 60px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}
.see-comment-list dl dt{
    width: calc(100% - 85px);
    display: inline-block;
    vertical-align: top;
}
.see-comment-list dl dt .comment-name{
    display: block;
    margin-bottom: 10px;
    color: #333;
}
.see-comment-list dl dt .comment-cont{
    margin-bottom: 10px;
    color: #666;
    line-height: 24px;
    word-break: break-word;
}
.see-comment-list dl dt .comment-time{
    color: #ccc;
    padding-bottom: 20px;
}
.see-comment-list dl dt .comment-time span:last-child{
    float: right;
}
.see-comment-list dl dt .comment-time span:last-child>*{
    margin-left: 20px;
}
.see-comment-list dl dt .comment-time .comment-report{
    color: #ccc;
}
.see-comment-list dl dt .comment-time .comment-report i{
    width: 14px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -211px -17px;
}
.see-comment-list dl dt .comment-time .comment-reply-btn{
    width: 14px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -130px 0;
}
.see-comment-list dl dt .comment-time .comment-like{
    color: #666;
}
.see-comment-list dl dt .comment-time .comment-like i{
    width: 15px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -192px -32px;
    cursor: pointer;
}
.see-comment-list dl dt .comment-time .comment-like i.active{
    background-position: -192px -17px;
}
.see-comment-list dl dt .public_textarea_box{
    padding-bottom: 20px;
    display: none;
}
.comment-reply{
    background: #F6F6FB;
    padding: 0 20px;
    position: relative;
}
.comment-reply:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 12px solid #F6F6FB;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    z-index: 2;
    top: -12px;
    left: 10px;
}
.comment-reply dl{
    padding: 20px 0;
}
.comment-reply dl dt .comment-time{
    margin-bottom: 0;
}
.comment-reply dl dt .public_textarea{
    background: white;
}
.comment-reply dl dt .post-comment-main{
    padding-bottom: 0;
    border-bottom: none;
}
.comment-reply .comment-more{
    text-align: center;
    color: #666;
    padding: 20px 0;
    display: block;
}
.post_report_popup,
.post_reportSuccess_popup{
    width: 700px;
    margin-left: -350px;
}
.post_report_main{
    padding: 20px 20px 0 20px;
}
.post_report_main p{
    margin-bottom: 10px;
    clear: both;
}
.post_report_main p em{
    color: #ED6565;
}
.post_report_main ul{
    padding: 10px 20px;
    overflow: hidden;
}
.post_report_main ul li span{
    float: left;
    width: 150px;
    display: block;
    margin-bottom: 20px;
}
.post_report_main ul li span:last-child{
    width: 225px;
}
.post_report_success{
    text-align: center;
}
.post_report_success i{
    width: 60px;
    height: 60px;
    margin: 30px auto 10px auto;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat 0 -42px;
    display: block;
}
.post_report_success strong{
    font-size: 16px;
    color: #333;
}
.post_report_success p{
    color: #999;
    margin-top: 30px;
}
.private_letters_popup{
    width: 960px;
    margin-left: -480px;
    top: 10%;
}
.private_letters_left{
    float: left;
    width: 160px;
    height: 555px;
    padding: 35px;
    border-right: 1px solid #E6E6E6;
}
.private_letters_left dl dd{
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    background: #eee;
    border-radius: 100%;
    margin: 0 auto;
}
.private_letters_left dl dd img{
    max-width: 100%;
    max-height: 72px;
    display: inline-block;
    vertical-align: middle;
}
.private_letters_left dl dt b{
    display: block;
    font-size: 16px;
    margin-top: 20px;
}
.private_letters_left dl dt a{
    display: block;
    text-align: center;
    margin: 10px auto;
}
.private_letters_left dl dt span{
    font-size: 16px;
}
.private_letters_left p{
    margin-top: 10px;
    line-height: 24px;
    color: #999;
}
.private_letters_left p:nth-of-type(1){
    margin-top: 230px;
}
.private_letters_right{
    float: left;
    width: 729px;
    height: 555px;
    position: relative;
}
.private_letters_right>p{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: #F2F2F8;
    color: #666;
}
.private_letters_right>p b{
    margin: 0 5px;
    color: #333;
}
.private_letters_dialogue{
    height: 390px;
    overflow-y: auto;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 40px;
}
.private_letters_bottom{
    padding: 20px;
}
.private_letters_bottom .public_textarea{
    height: 105px;
}
.private_letters_bottom .new_popup_btn{
    text-align: right;
    margin: 10px 0;
}
.private_letters_bottom .new_popup_btn a{
    margin-right: 0;
}
.private_letters_dialogue>a{
    text-align: center;
    display: block;
    margin: 5px 0;
}
.private_letters_dialogue dl{
    padding: 0 20px;
    margin-bottom: 20px;
}
.private_letters_dialogue dl:nth-of-type(1){
    margin-top: 20px;
}
.private_letters_dialogue dl dd{
    width: 60px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-radius: 100%;
    background: #eee;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.private_letters_dialogue dl dd img{
    max-width: 100%;
    max-height: 60px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}
.private_letters_dialogue dl dt{
    width: calc(100% - 85px);
    display: inline-block;
    vertical-align: top;
}
.private_letters_dialogue dl dt p{
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    word-break: break-word;
}
.private_letters_dialogue dl.YLeft{
    text-align: left;
}
.private_letters_dialogue dl.IRight{
    text-align: right;
}
.private_letters_dialogue dl.YLeft dd{
    margin-right: 20px;
}
.private_letters_dialogue dl.IRight dd{
    margin-left: 20px;
}
.private_letters_dialogue dl.YLeft dt p{
    background: #F6F6FB;
    color: #333;
}
.private_letters_dialogue dl.IRight dt p{
    background: #2A68C9;
    color: #fff;
    word-break: break-word;
}
.private_letters_dialogue dl dt span{
    color: #ccc;
    font-size: 12px;
    display: block;
    line-height: 24px;
}
.private-letters-list dl{
    padding: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.private-letters-list dl dd{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    background: #eee;
    border-radius: 100%;
    margin-right: 10px;
}
.private-letters-list dl dd img{
    display: inline-block;
    max-width: 100%;
    max-height: 60px;
    vertical-align: middle;
    border-radius: 100%;
}
.private-letters-list dl dt{
    display: inline-block;
    width: calc(100% - 75px);
    vertical-align: top;
}
.private-letters-list dl dt b{
    color: #333;
    margin-bottom: 10px;
    display: block;
}
.private-letters-list dl dt p{
    float: right;
    max-height: 48px;
    line-height: 24px;
    width: 119px;
    text-align: right;
    overflow: hidden;
}
.private-letters-list dl dt p:nth-of-type(1){
    width: 510px;
    float: left;
    text-align: left;
    color: #666;
}
.private-letters-list dl dt p span{
    color: #ccc;
    display: block;
    clear: both;
}
.private-letters-list dl dt p a{
    color: #2A68C9;
    float: left;
}
.private-letters-list dl dt p a:nth-of-type(2){
    float: right;
}
.reply-list dd h3 span{
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    max-height: 44px;
    overflow: hidden;
    display: block;
}
.reply-list dd .post-details{
    text-align: right;
}
.reply-list dd .post-details span{
    margin-right: 0;
}
.reply-list dd{
    position: relative;
}
.reply-list dd:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid #F6F6FB;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    z-index: 2;
    bottom: -12px;
    left: 20px;
}
.reply-list .public_textarea_box{
    margin-top: 10px;
    display: none;
}
.reply-list .public_textarea_box .post-comment-main{
    border-bottom: none;
    padding-bottom: 0;
}
.reply-list .public_textarea_box em{
    top: 60px;
}
.post-list-box{
    padding: 0 20px;
}
.post-list-top{
    background: #F6F6FB;
    padding: 20px;
}
.post-list-top h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.post-list-top p span{
    color: #ccc;
}
.post-list-top p span:last-child{
    color: #999;
    float: right;
    font-size: 12px;
}
.post-list-box dl{
    padding: 20px 0;
    border-bottom: 1px dashed #E6E6F2;
}
.post-list-box dl .public_textarea_box{
    display: none;
}
.post-list-box dl dd{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: #eee;
    border-radius: 100%;
}
.post-list-box dl dd img{
    max-width: 100%;
    max-height: 60px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
}
.post-list-box dl dt{
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: top;
}
.post-list-box dl dt>b{
    color: #333;
    display: block;
    margin-bottom: 10px;
}
.post-list-box dl dt .reply-me span{
    color: #666;
    line-height: 24px;
}
.post-list-box dl dt .reply-time{
    margin-top: 10px;
}
.post-list-box dl dt .reply-time span{
    color: #ccc;
}
.post-list-box dl dt .reply-time a{
    float: right;
    margin-left: 30px;
    color: #999;
}
.post-list-box dl .public_textarea_box{
    margin-top: 20px;
}
.post-list-box dl .public_textarea_box em{
    top: 60px;
}
.searchInput .header-main .header-search{
    display: none;
}
.search-box{
    background: white;
}
.search-box .header-search{
    float: none;
    margin-top: 0;
    margin-bottom: 30px;
}
.search-box .header-search input{
    width: 800px;
}
.search-box .search-box-left{
    padding: 30px 0 30px 30px;
    width: 900px;
    float: left;
    border-right: 1px solid #E6E6E6;
    min-height: 237px;
}
.search-box .search-box-left dl{
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}
.search-box .search-box-left dl:last-child{
    border-bottom: none;
}
.search-box .search-box-left dl dd{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: #eee;
    border-radius: 100%;
}
.search-box .search-box-left dl dd img{
    max-width: 100%;
    max-height: 60px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
}
.search-box .search-box-left dl dt{
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: top;
}
.search-box .search-box-left dl dt h4,
.search-box .search-box-left dl dt p{
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-box .search-box-left dl dt p{
    color: #666;
}
.search-box .search-box-left dl dt h4 em,
.search-box .search-box-left dl dt p em{
    color: #ED6565;
}
.search-box .search-box-left dl dt div span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    color: #666;
}
.search-box .search-box-left dl dt div span:nth-of-type(3),
.search-box .search-box-left dl dt div span:nth-of-type(4){
    color: #ccc;
}
.search-box .search-box-left dl dt div span i{
    width: 14px;
    height: 15px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.search-box .search-box-left dl dt div span i.nameIcon{
    background-position: -212px -32px;
    opacity: .3;
}
.search-box .search-box-left dl dt div span i.timeIcon{
    background-position: -150px 0;
    opacity: .3;
}
.search-box .search-box-left dl dt div span i.browseIcon{
    width: 16px;
    background-position: -190px 0;
    opacity: .3;
}
.search-box .search-box-left dl dt div span i.commentIcon{
    background-position: -92px 0;
    opacity: .3;
}
.search-box .search-box-right{
    padding: 30px 0 30px 30px;
    width: 239px;
    float: left;
}
.search-box .search-box-right h5{
    margin-bottom: 20px;
    margin-top: 80px;
    font-size: 16px;
}
.search-box .search-box-right p{
    line-height: 24px;
    color: #666;
}
.search-box .search-box-right p a{
    color: #2A68C9;
}
.search-box .search-box-right p:nth-of-type(2){
    margin-bottom: 20px;
}
.gradeTop .header-box{
    display: none;
}
.grade-main{
    background: white;
    padding: 50px;
}
.grade-info{
    text-align: center;
}
.grade-info dd{
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    display: block;
    margin: 0 auto 15px auto;
    background: #eee;
    border-radius: 100%;
}
.grade-info dd img{
    max-width: 100%;
    max-height: 72px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
}
.grade-info dt{
    display: inline-block;
}
.grade-info dt b{
    display: block;
    font-size: 16px;
    color: #333;
}
.grade-info dt>span{
    display: block;
    color: #666;
    margin: 20px 0 30px 0;
}
.grade-info dt p{
    color: #666;
}
.grade-info dt p span{
    width: 200px;
    height: 10px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    background: #EDEDF2;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
}
.grade-info dt p span i{
    height: 10px;
    border-radius: 20px;
    display: block;
    left: 0;
    top: 0;
    z-index: 3;
    background: -webkit-linear-gradient(left, #ED6565 , #2A68C9);
    background: -o-linear-gradient(right, #ED6565, #2A68C9);
    background: -moz-linear-gradient(right, #ED6565, #2A68C9);
    background: linear-gradient(to right, #ED6565 , #2A68C9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED6565', endColorstr='#2A68C9',GradientType=1 );
}
.grade-upgrade{
    text-align: center;
    margin-top: 60px;
}
.grade-upgrade dl{
    display: inline-block;
    vertical-align: top;
    width: 132px;
    text-align: center;
}
.grade-upgrade dl dd{
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #EDEDF2;
    border-radius: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.grade-upgrade dl dd b{
    color: #2A68C9;
    font-size: 20px;
    background-image: -webkit-linear-gradient(left, #ED6565, #2A68C9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    display: inline-block;
    width: 40px;
}
.grade-upgrade dl dt{
    color: #333;
    line-height: 30px;
}
.grade-upgrade dl.active dd{
    background: #2A68C9;
}
.grade-upgrade dl dd span{
    height: 2px;
    background: #EDEDF2;
    position: absolute;
    width: 57px;
    left: 80px;
    top: 38px;
}
.grade-upgrade dl:last-child dd span{
    display: none;
}
.grade-upgrade dl.active dd span i{
    max-width: 100%;
    height: 2px;
    display: inline-block;
    background: -webkit-linear-gradient(left, #ED6565 , #2A68C9);
    background: -o-linear-gradient(right, #ED6565, #2A68C9);
    background: -moz-linear-gradient(right, #ED6565, #2A68C9);
    background: linear-gradient(to right, #ED6565 , #2A68C9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED6565', endColorstr='#2A68C9',GradientType=1 );
    position: absolute;
    left: 0;
    top: 0;
}
.grade-upgrade dl.active dd span i:after{
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    background: -webkit-linear-gradient(left, #ED6565 , #2A68C9);
    background: -o-linear-gradient(right, #ED6565, #2A68C9);
    background: -moz-linear-gradient(right, #ED6565, #2A68C9);
    background: linear-gradient(to right, #ED6565 , #2A68C9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED6565', endColorstr='#2A68C9',GradientType=1 );
    position: absolute;
    right: 0;
    top: -4px;
}
.grade-upgrade dl.active dd b{
    color: #fff;
    background-image: -webkit-linear-gradient(left, #fff, #fff);
}
.grade-upgrade dl.active dd b:before{
    content: '';
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    width: 65px;
    height: 65px;
    left: 5px;
    top: 6px;
}
.grade-upgrade dl.active dt{
    color: #2A68C9;
    font-weight: bold;
}
.experience{
    margin-top: 80px;
}
.experience p{
    width: 100%;
    position: relative;
}
.experience p:after{
    content: '';
    width: calc(100% - 108px);
    height: 1px;
    background: #EDEDF2;
    position: absolute;
    left: 108px;
    top: 9px;
}
.experience b{
    color: #333;
    display: inline-block;
    background: white;
    padding-right: 10px;
}
.experience-table{
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.experience-table tr{
    line-height: 30px;
}
.experience-table tr th{
    color: #333;
}
.experience-table tr td{
    color: #666;
}
.experience-table tbody tr:nth-child(odd){
    background: #F6F6FB;
}
.new-post{
    background: #FFF;
    padding: 30px 20px;
}
.new-post>h2{
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-top: 20px;
}
.new-post>h6{
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 5px 0;
}
.filter-module{
    padding: 50px;
    border-bottom: 1px dashed #E6E6F2;
}
.filter-module input[type="text"],
.filter-module select{
    height: 33px;
    line-height: 33px;
    border: 1px solid #E6E6F2;
    padding: 0 5px;
    width: 100%;
}
.filter-module li{
    width: 46%;
    min-height: 35px;
    line-height: 35px;
    padding: 0 2%;
    margin-bottom: 10px;
    float: left;
}
.filter-module li b{
    color: #333;
    min-width: 80px;
    display: inline-block;
    vertical-align: middle;
}
.filter-module li span{
    display: inline-block;
    vertical-align: middle;
    width: 320px;
}
.filter-module li span *{
    color: #666;
}
.filter-module li span label{
    width: 80px;
}
.filter-module li .province,
.filter-module li .city{
    width: 155px;
    margin-right: 5px;
}
.filter-module li .yuan,
.filter-module li .unit{
    width: 153px;
    display: inline-block;
    border: 1px solid #E6E6F2;
    vertical-align: middle;
    margin-right: 5px;
}
.filter-module li .yuan input,
.filter-module li .unit input{
    width: 100px;
    border: none;
    margin-right: 15px;
}
.filter-module li .unit,
.filter-module li .city{
    margin-right: 0;
}
.c_w150{
    width: 150px!important;
}
.new-post-cont{
    padding: 50px;
}
.new-post-cont>li{
    margin-bottom: 10px;
    min-height: 35px;
    line-height: 35px;
    padding: 0 2%;
}
.new-post-cont>li>span>input[type="text"]{
    height: 33px;
    line-height: 33px;
    border: 1px solid #E6E6F2;
    padding: 0 5px;
    width: 100%;
    color: #666;
}
.new-post-cont>li>b{
    width: 80px;
    display: inline-block;
    vertical-align: top;
}
.new-post-cont>li>span{
    width: calc(100% - 85px);
    display: inline-block;
    vertical-align: top;
}
.new-post-cont .public-btn{
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #2A68C9;
    border: none;
    margin: 50px auto 0 auto;
    display: block;
}
.uploadImgBox{
    float: left;
    display: none;
}
.uploadImgBox dl{
    width: 160px;
    height: 160px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.uploadImgBox dl dd{
    width: 160px;
    height: 160px;
    overflow: hidden;
    text-align: center;
    background: #DCE5F4;
}
.uploadImgBox dl dd img{
    max-width: 100%;
    max-height: 160px;
    display: inline-block;
    vertical-align: middle;
}
.uploadImgBox dl dt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    display: block;
    width: 100%;
    background: rgba(0,0,0,.3);
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.uploadImg{
    position: relative;
    display: inline-block;
}
.uploadImg .webuploader-pick{
    width: 160px;
    height: 60px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #E6E6F2;
    text-align: center;
    color: #666;
    position: relative;
    padding-top: 100px;
}
.uploadImg .webuploader-pick:after{
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    left: 55px;
    top: 40px;
    position: absolute;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -194px -52px;
}
.uploadImg input[type="file"]{
    opacity: 0;
    width: 160px;
    height: 160px;
    font-size: 0;
    cursor: pointer;
}
.noData{
    text-align: center;
    margin: 20px;
}
.noData img{
    display: inline-block;
}
.isNew {
    display: inline-block;
    margin-right: 100px;
    background: #ed6565;
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
    position: relative;
}
.isNew:before{
    content: '';
    position: absolute;
    border-top: 5px solid transparent;
    border-right: 5px solid #ed6565;
    border-bottom: 5px solid transparent;
    width: 0;
    display: block;
    height: 0;
    left: -5px;
    top: 4px;
}
.isOld {
    display: none;
}
