*{
    margin: 0;
    padding: 0;
	font-family: STZhongsong;
}
body {
    position: relative;
    font-size: 12px;
    background: #2b2929;
    font-family: "微软雅黑";
}

.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}
.mt64{margin-top: 64px;}
.mt65{margin-top: 65px;}
.mb20{margin-bottom: 20px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr38{margin-right: 38px;}
.mr53{margin-right: 53px;}
.mr66{margin-right: 66px;}
.w260{width: 260px;}
.w680{width: 680px;}
.w700{width: 700px;}
.xiaoshou{cursor: pointer;}
a{text-decoration: none;}
.fl{float: left;}
.fr{float: right;}
ol li, ul li {
    list-style-type: none;
    vertical-align: middle;
}
/* 清浮动 */
.clearfix:after,.clearfix:before{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom: 1;
}

/* 公共按钮 */
.btn_Icon1{
    width: 220px;
    height: 50px;
    box-shadow: inset 1px 1px 5px 0px 
		rgba(186, 186, 186, 0.63);
	border-radius: 6px;
    background: #f8f8f8;
    border: solid 1px #dbdbdb;
	font-size: 20px;
    line-height: 48px;
    text-align: center;
    color: #888888;
    cursor: pointer;
    margin: 35px auto 0;
}
.btn_seeMore{
    width: 1000px;
	height: 50px;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #888888;
    text-align: center;
    line-height: 50px;
    margin: 24px auto 20px;
    cursor: pointer;
}
.btn_tg{
    width: 170px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
}
.btn_tj{
    width: 250px;
	height: 50px;
    line-height: 50px;
	border-radius: 6px;
    text-align: center;
    font-size: 20px;
    background: #df5152;
    color: #fff;
    cursor: pointer;
}
.comWrap{
    width: 1100px;
    height: auto;
    background: #fff;
    margin: 0 auto;
}
/* 公共头1 */
.header{
    width: 1024px;
    height: 90px;
    padding: 0 38px;
    background: #fff;
    margin: 0 auto;
    border-bottom: 1px solid #D0D0D0;
}
.header .logo{
    width: 160px;
    height: 46px;
    margin-top: 22px;
    float: left;
}
.header .logo img{
    width: 100%;
    height: 100%;
}
.header .menu {
    padding-left: 70px;
}
.header .menu li {
    float: left;
    height: 90px;
    line-height: 90px;
}
.header .menu li a {
    display: block;
    font-size: 22px;
    color: #333333;
    padding: 0 20px;
}
.header .menu li a:hover {
    color: #de5152;
}
.header .menu .select{
    color: #de5152;
    font-size: 22px;
}
.header .boxr {
    
}
.header .boxr .comli{
    cursor: pointer;
    float: left;
}
.header .boxr .comli .img1{
    width: 35px;
    height: 35px;
    margin-top: 27px;
    float: left;
}
.header .boxr .comli .p1{
    font-size: 16px;
    color: #282828;
    line-height: 90px;
    margin-left: 4px;
    float: left;
}
.header .boxr .login{
    width: 96px;
    height: 39px;
    background-color: #eaeaea;
    font-size: 16px;
    color: #333333;
    line-height: 39px;
    text-align: center;
    border-radius: 4px;
    margin-top: 25px;
    margin-left: 44px;
    cursor: pointer;
}
.header .boxr .sign{
    font-size: 16px;
    color: #de5152;
    line-height: 90px;
    margin-left: 17px;
}



/* 公共尾部1 */
.footer{
    width: 1100px;
    height: auto;
}
.footer .nav {
    width: 100%;
    overflow: hidden;
    height: 80px;
    background: #f1f1f1;
    text-align: center;
    line-height: normal;
}
.footer .nav a ,
.footer .nav span{
    display: inline-block;
    font-size: 16px;
    color: #666;
    padding: 0 17px;
    text-decoration: none;
    margin: 16px auto;
}
.footer .copy{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 12px;
    color: #666666;
}


/* 蒙层1 */
.mengcengWrap{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 999;
}

/* 公共右侧漂浮内容 */
.comRight{
    width: 80px;
	height: 280px;
    background-color: #f1f1f1;
    border-radius: 4px;
    position: fixed;
    top: 10%;
    right: 2%;
    z-index: 999;
}
.comRight .clist{
    margin-top: 30px;
    cursor: pointer;
}
.comRight .clist img{
    width: 38px;
    height: 38px;
    display: block;
    margin: 0 auto;
}
.comRight .clist p{
    font-size: 14px;
    color: #2c2c2c;
    text-align: center;
}
/* 公共tab切换1 */
.comtab1{
    width: auto;
    margin: 30px auto;
    text-align: center;
}
.comtab1 p{
    font-size: 20px;
    color: #2c2c2c;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
    line-height: 30px;
    border-bottom: 5px solid #fff;
}
.comtab1 .select{
    color: #de5152;
    border-bottom: 5px solid #de5152;
}
/* 公共搜索1 */
.comSearch{
    width: 770px;
    height: 60px;
    padding: 50px 165px;
    border-bottom: 2px solid #cccccc;
    margin: 0 auto;
}
.comSearch .mselect {
    width: 98px;
    height: 59px;
	background-color: #eaeaea;
	border-radius: 6px;
    border: solid 1px #aaaaaa;
    line-height: 59px;
    font-size: 16px;
    color: #333333;
    float: left;
    position: relative;
}
.comSearch .mselect .sel{
    padding-left: 10px;
}
.comSearch .mselect .nabla{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 23px;
}
.comSearch .mselect .moption{
    width: 98px;
    height: auto;
    border: solid 1px #aaaaaa;
	border-radius: 6px;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 60px;
    z-index: 99;
    display: none;
}
.comSearch .mselect .moption p{
    font-size: 18px;
    color: #282828;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.comSearch .mselect .moption p:hover{
    background: #f1f1f1;
}
.comSearch .inp{
    width: 560px;
    height: 58px;
    margin-left: 10px;
    position: relative;
    float: left;
}
.comSearch .inp input {
    width: 552px;
	height: 58px;
	background-color: #ffffff;
	box-shadow: inset 1px 1px 5px 0px 
		rgba(186, 186, 186, 0.3);
    border: solid 1px #dbdbdb;
    outline: none;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 15px;
}
.comSearch .inp .inpTips{
    font-size: 18px;
    color: #aaaaaa;
    position: absolute;
    left: 0;
    top: 73px;
    display: none;

    width: 850px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.comSearch .imgSeach {
    width: 80px;
	height: 56px;
	background-color: #eaeaea;
    border-radius: 6px;
    float: right;
    cursor: pointer;
}
.comSearch .imgSeach img{
    width: 45px;
    height: 45px;
    display: block;
    margin: 6px auto;
}

/* 公共下方内容 发现搜索结果 列表页 */
.comlist{
    width: 1024px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
.comlist .list{
    width: 980px;
    height: auto;
    margin-top: 24px;
}
.comlist .list .ilist{
    width: 300px;
    height: 200px;
    float: left;
    position: relative;
}
.comlist .list .ilist img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comlist .list .ilist .name{
    width: 290px;
    height: 40px;
    padding: 0px 5px;
	background: rgba(0, 0, 0, 0.62);
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    position: absolute;
    left: 0;
    bottom: 0;
}
.comlist .list .rlist{
    width: 656px;
    height: auto;
    float: right;
}
.comlist .list .rlist .top{
    width: 100%;
}
.comlist .list .rlist .top .name{
    font-size: 20px;
    color: #333333;
}
.comlist .list .rlist .top .dat{
    font-size: 16px;
    margin-top: 10px;
    color: #888888;
}
.comlist .list .rlist .top .tbox{
    cursor: pointer;
}
.comlist .list .rlist .top .img1{
    height: 37px;
}
.comlist .list .rlist .top .num{
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.comlist .list .rlist .top .red{
    color: #de5152;
}
.comlist .list .lfont{
    width: 100%;
    font-size: 16px;
    color: #888888;
    margin-top: 15px;

    /*多行文本省略*/
    overflow : hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-line-clamp: 4!important;
    -moz-box-orient: vertical;
    /*! autoprefixer: off */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.comlist .list .lfont::after{
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "...";
    padding: 0 5px 1px 30px;
    position: absolute;
    right: 0;
}

/* 上传作品部分_公共外层套子(不含内容) */
.comupWrap{
    width: 1024px;
    height: auto;
    margin: 25px auto;
}
/* 上传作品部分_公共左侧套子(不含内容) */
.comupWrap .comupLeft{
    width: 700px;
    height: auto;
    min-height: 600px;
    border: 1px solid #d4d4d4;
    float: left;
}
/* 上传作品部分_公共上传右侧 */
.comupWrap .comUpRight{
    width: 300px;
    height: auto;
    padding: 25px 10px 28px 10px;
    border: 1px solid #d4d4d4;
    margin-left: -1px;
    float: left;
}
.comUpRight .colorRed{
    font-size: 18px;
    color: #df5152;
    margin-top: 13px;
}
.comUpRight .comInput{
    width: 260px;
    height: 45px;
    font-size: 14px;
    padding-left: 10px;
    background-color: #f8f8f8;
	box-shadow: inset 1px 1px 5px 0px 
		rgba(186, 186, 186, 0.3);
    border: solid 1px #dbdbdb;
    outline: none;
}
.comUpRight .ptitle1{
    font-size: 16px;
    color: #272727;
}
.comUpRight .pList{
    width: 74px;
    height: 35px;
    font-size: 16px;
    color: #888888;
    line-height: 35px;
    text-align: center;
    background-color: #f8f8f8;
	border-radius: 3px;
    border: solid 2px #eeeeee;
    margin-left: 20px;
    margin-top: 15px;
    cursor: pointer;
    float: left;
}
.comUpRight .pList:nth-of-type(3n+1){
    margin-left: 10;
}
.comUpRight .pListSel{
    color: #fff;
    background-color: #df5152;
    border: solid 2px #df5152;
}
.comUpRight .downArrow{
    width: 25px;
    height: 14px;
    display: block;
    margin: 15px auto 0;
}
.comUpRight .openAll{
    font-size: 18px;
    color: #888888;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;;
}
.comUpRight .ptitle2{
    font-size: 16px;
    color: #888888;
}
.comUpRight .btn_rel{
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    background-color: #df5152;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    width: 90%;
}
.comUpRight .addImg{
    width: 270px;
    height: 170px;
    background-color: #f8f8f8;
	box-shadow: inset 1px 1px 5px 0px 
		rgba(186, 186, 186, 0.3);
    border: solid 1px #dbdbdb;
    cursor: pointer;
}
.comUpRight .addImg .imgOne{
    width: 30px;
    display: block;
    margin: 50px auto 0;
}
.comUpRight .addImg .addPtiele{
    font-size: 18px;
    color: #df5152;
    text-align: center;
    margin-top: 30px;
}
.comUpRight .rOper{
    margin: 20px auto 0;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}
.comUpRight .rOper .btn_Gj{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #df5152;
    background-color: #ffe2e2;
	border-radius: 3px;
    border: solid 2px #df5152;
    text-align: center;
    cursor: pointer;
}
.comUpRight .txtArea{
    width: 250px;
    height: 150px;
    padding: 10px;
    font-size: 14px;
    background-color: #f8f8f8;
    box-shadow: inset 1px 1px 5px 0px rgba(186, 186, 186, 0.3);
    border: solid 1px #dbdbdb;
    outline: none;
    resize: none;
}

/* 作品单张/图集公共部分 */
.comWorkWrap{
    width: 100%;
    height: auto;
}
.comWorkWrap .comWorkTop{
    width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 20px 38px;
    border-bottom: 1px solid #d4d4d4;
}
.comWorkWrap .comWorkTop .wName{
    font-size: 20px;
    color: #333333;
}
.comWorkWrap .comWorkTop .wName span{
    font-size: 38px;
    color: #e60012;
}
.comWorkWrap .comWorkTop .wTime,
.comWorkWrap .comWorkTop .wAuthor{
    font-size: 16px;
    color: #333333;
}
.comWorkWrap .comWorkTop .wVisit{
    font-size: 16px;
    color: #333333;
}
.comWorkWrap .comWorkTop .wAuthor span{
    color: #028fca;
}
.comWorkWrap .comWorkTop .btn_follow{
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #de5152;
    border: solid 2px #de5152;
    border-radius: 6px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}
.comWorkWrap .comWorkTop .btn_noFollow{
    color: #888888;
    background-color: #f8f8f8;
    border: solid 2px #eeeeee;
}
.comWorkWrap .comWorkTop .box1{
    margin-left: 50px;
    cursor: pointer;
}
.comWorkWrap .comWorkTop .box1 img{
    width: 38px;
    margin-top: 5px;
    float: left;
}
.comWorkWrap .comWorkTop .box1 p{
    font-size: 20px;
    color: #333333;
    margin-left: 5px;
    line-height: 45px;
    float: left;
}
.comWorkBot{
    width: 1024px;
    height: auto;
    margin: 20px auto 100px;
}
.comWorkBot .imgWrap{
    width: 700px;
    height: 560px;
    float: left;
    border: 1px solid #d4d4d4;
    display: flex;
    align-items: center;
}
.comWorkBot .imgWrap img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.comWorkBot .workCont{
    width: 320px;
    height: 560px;
    border: 1px solid #d4d4d4;
    margin-left: -1px;
    float: left;
}
.comWorkBot .workCont .listWrap{
    width: 290px;
    height: auto;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 auto;
    padding: 0 20px 20px;
}
.comWorkBot .workCont .listWrap .list{
    width: 68px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background-color: #f8f8f8;
	border-radius: 3px;
    border: solid 2px #eeeeee;
    color: #888888;
    text-align: center;
    cursor: pointer;
    margin-left: 35px;
    margin-top: 15px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.comWorkBot .workCont .listWrap .list:nth-of-type(3n+1){
    margin-left: 0;
}
.comWorkBot .workCont .box2{
    width: 290px;
    height: auto;
    padding: 20px 15px;
    border-bottom: 1px solid #d4d4d4;
}
.comWorkBot .workCont .box2 .img1{
    width: 30px;
    float: left;
}
.comWorkBot .workCont .box2 .des{
    font-size: 14px;
    color: #333333;
    margin-left: 40px;
    line-height: 28px;
    /*float: left;*/
}
.comWorkBot .workCont .intro{
    width: 290px;
    font-size: 16px;
    color: #333333;
    padding-top: 20px;
    margin: 0 auto;
}


/* 蒙层留言反馈 */
.mcFeedback .feedback{
    width: 540px;
    height: auto;
    padding: 40px 80px;
    background: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mcFeedback .feedback .ftitle{
    font-size: 22px;
    color: #282828;
    text-align:center;
}
.mcFeedback .feedback textarea{
    width: 515px;
    height: 270px;
    padding: 10px;
    outline: none;
    margin-top: 20px;
    font-size: 14px;

    background-color: #f8f8f8;
	box-shadow: inset 1px 1px 1px 0px 
		rgba(0, 0, 0, 0.19);
    border: solid 1px #d9d9d9;
    resize: none;
}

/* 蒙层评论内容 */
.mcComment .inmcComment{
    width: 720px;
    height: auto;
    padding: 30px 40px;
    border: 1px solid #aaaaaa;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: relative;
    border: solid 1px #aaaaaa;
}
.inmcComment .closeImg{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
}
.inmcComment .mcPtitle{
    font-size: 16px;
    color: #333333;
}
.inmcComment .mcPtitle span{
    color: #de5152;
}
.inmcComment .box1{
    
}
.inmcComment .box1 input{
    width: 440px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
	background-color: #f8f8f8;
	box-shadow: inset 1px 1px 5px 0px 
		rgba(186, 186, 186, 0.3);
    border: solid 1px #dbdbdb;
    outline: none;
}
.inmcComment .box1 .p1{
    width: 70px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
	background-color: #df5152;
    border-radius: 6px;
    cursor: pointer;
}
.inmcComment .listWrap{
    
}
.inmcComment .listWrap .list{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #adadad;
}
.inmcComment .listWrap .list .tx{
    width: 80px;
    height: 80px;
    border: solid 1px #aaaaaa;
}
.inmcComment .listWrap .list .listCont{
    width: 500px;
    height: auto;
}
.inmcComment .listWrap .list .listCont .name{
    font-size: 16px;
    color: #0093c9;
}
.inmcComment .listWrap .list .listCont .time{
    font-size: 14px;
    color: #888888;
}
.inmcComment .listWrap .list .listCont .cont{
    font-size: 16px;
    color: #333333;
}
.inmcComment .listWrap .list .zan{
}
.inmcComment .listWrap .list .zan .p1{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.inmcComment .listWrap .list .zan img{
    width: 30px;
    height: 30px;
    display: block;
    margin-left: 10px;
    cursor: pointer;
    float: right;
}
.inmcComment .moreComment{
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}


.gritter-item-wrapper {
    background-image: none !important;
    box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
    background: rgba(50, 50, 50, 0.92)
}

.gritter-item-wrapper.gritter-info {
    background: #de5152
}
.gritter-item-wrapper.gritter-login {
    background: #de5152;
    width: 290px;
}
.gritter-item-wrapper.gritter-error {
    background: rgba(153, 40, 18, 0.92)
}

.gritter-item-wrapper.gritter-success {
    background: rgba(89, 131, 75, 0.92)
}

.gritter-item-wrapper.gritter-warning {
    background: rgba(190, 112, 31, 0.92)
}

.gritter-item-wrapper.gritter-light {
    background: rgba(245, 245, 245, 0.95);
    border: 1px solid #BBB
}

.gritter-item-wrapper.gritter-light.gritter-info {
    background: rgba(232, 242, 255, 0.95)
}

.gritter-item-wrapper.gritter-light.gritter-info .gritter-item {
    color: #4a577d
}

.gritter-item-wrapper.gritter-light.gritter-error {
    background: rgba(255, 235, 235, 0.95)
}

.gritter-item-wrapper.gritter-light.gritter-error .gritter-item {
    color: #894a38
}

.gritter-item-wrapper.gritter-light.gritter-success {
    background: rgba(239, 250, 227, 0.95)
}

.gritter-item-wrapper.gritter-light.gritter-success .gritter-item {
    color: #416131
}

.gritter-item-wrapper.gritter-light.gritter-warning {
    background: rgba(252, 248, 227, 0.95)
}

.gritter-item-wrapper.gritter-light.gritter-warning .gritter-item {
    color: #946446
}

.gritter-item p {
    line-height: 1.8;
    font-size: 13px;
    text-align: center;
}

.gritter-top, .gritter-bottom, .gritter-item {
    background-image: none
}

.gritter-close {
    left: auto;
    right: 3px;
    background-image: none;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 16px;
    color: #e17b67
}

.gritter-close:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f00d"
}

.gritter-info .gritter-close {
    color: #ffa500
}

.gritter-error .gritter-close, .gritter-success .gritter-close,
.gritter-warning .gritter-close {
    color: #ffea07
}

.gritter-close:hover {
    color: #FFF !important
}

.gritter-title {
    text-shadow: none
}

.gritter-light .gritter-item, .gritter-light .gritter-bottom,
.gritter-light .gritter-top, .gritter-light .gritter-close {
    background-image: none;
    color: #444
}

.gritter-light .gritter-title {
    text-shadow: none
}

.gritter-light .gritter-close:hover {
    color: #8a3104 !important
}

.gritter-center {
    position: fixed;
    left: 33%;
    right: 33%;
    top: 33%;
    width: 200px;
}


@media only screen and (max-width:767px) {
    .gritter-center {
        left: 16%;
        right: 16%;
        top: 30%
    }
}

@media only screen and (max-width:480px) {
    .gritter-center {
        left: 30px;
        right: 30px
    }
}

@media only screen and (max-width:320px) {
    .gritter-center {
        left: 10px;
        right: 10px
    }
}
