.web-data {
    font-size: 12px;
	background-color: #fff;
	border-top: 1px #efefef solid;
	overflow: hidden;
	text-align: center;
}

.web-data ul, 
.web-page ul {
    margin: 0;
    padding: 0;
}

.web-data li {
	padding: 15px 0 10px;
	float: left;
	width: 16.5%;
	list-style-type: none;
	border-right: 1px #eee solid;
}

.web-data li:last-of-type {
	border-right: none;
}

.web-data li p {
	margin-top: 5px;
	color: #888;
}

.bloglist .web-jhqz li .grade._1,
.web-data li .grade._1 {
	background: url(/zb_users/plugin/shoulu/img/baidupc.png) repeat-x;
	background-size: 100% 100%;
}

.bloglist .web-jhqz li .grade._2,
.web-data li .grade._2 {
	background: url(/zb_users/plugin/shoulu/img/baidumobile.png) repeat-x;
	background-size: 100% 100%;
}

.bloglist .web-jhqz li .grade._3,
.web-data li .grade._3 {
	background: url(/zb_users/plugin/shoulu/img/360.png) repeat-x;
	background-size: 100% 100%;
}

.bloglist .web-jhqz li .grade._4,
.web-data li .grade._4 {
	background: url(/zb_users/plugin/shoulu/img/sm.png) repeat-x;
	background-size: 100% 100%;
}

.bloglist .web-jhqz li .grade._5,
.web-data li .grade._5 {
	background: url(/zb_users/plugin/shoulu/img/toutiao.png) repeat-x;
	background-size: 100% 100%;
}

.web-data li span {
	height: 20px;
	line-height: 20px;
}

.web-data li .grade {
	margin: 0 auto;
	color: #fff;
	max-width: 40px;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
}

.web-page {
	display: flex;
	line-height: 1.5;
	font-size: 12px;
	border-top: 4px solid #5291fc;
	background: #fff;
	overflow: hidden;
}

.web-zuo {
	float: left;
	width: 68% !important;
}

.web-page ul {
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.web-page ul li {
	padding: 10px;
	width: 50% !important;
	color: #888;
	border-left: 1px #f5f5f5 solid;
	border-bottom: 1px #f5f5f5 solid;
	overflow: hidden;
}

.web-page ul .web-100 {
	width: 100% !important;
	line-height: 30px;
}

.web-page ul .web-100 em {
	width: 55% !important;
	overflow: hidden;
}

.web-page ul .web-100 .btn-you {
    float: right;
}

.web-page ul .web-100 .btn-you a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 14px;
    text-align: center;
    border-radius: 2px;
}

.web-page ul .web-100 .btn-you span.ping {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    padding: 0 14px;
    text-align: center;
    border-radius: 2px;
    background-color: #4caf50 !important;
}

.web-page ul .web-100 .btn-you .baocuo {
    margin-right: 10px;
    color: #fff;
    background-color: #5291fc !important;
}

.web-page ul .web-100 .btn-you .zhida {
    color: #fff;
    background-color: #FF5D4A !important;
}

.web-page .web-you {
	float: right;
	width: 32% !important;
	height: 177px;
	border-left: 1px solid #f5f5f5;
	border-bottom: 1px #efefef solid;
}

.web-page em {
	font: inherit;
	vertical-align: baseline;
	font-family: Verdana,Microsoft YaHei,sans-serif;
}

.web-wen {
    margin-bottom: 10px;
	padding: 10px;
	line-height: 1.8;
	background: #fff;
}

.web-page .web-you img {
    max-width: 100% !important;
	width: 100% !important;
	height: 100% !important;
}

.web-tu img {
	width: 100% !important;
}

.web-wen .web-h3 {
	position: relative;
	margin: 0;
	padding: 5px 0 10px;
	color: #424242;
	font-size: 16px;
	display: -webkit-inline-box;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	z-index: 16;
	font-weight: 700;
	line-height: 30px;
}

.web-wen .web-h3:before {
	position: absolute;
	top: 35px;
	left: 0;
	z-index: -1;
	width: 45% !important;
	height: 2px;
	background: #1b54bc;
	content: " ";
	border-radius: 20px;
	transition: all .5s;
}

.web-wen .web-h3:hover:before {
	width: 100% !important;
	transition: all .5s;
}

.web-wen .web-h3 p {
	font-size: 14px;
}

.white_content {
    display: none;
    position: absolute;
    top: 30%;
    max-width: 450px;
    height: auto;
    z-index: 1000;
    background: white;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #2196f3;
}

.white_content .dhclose {
    display: flex;
    padding: 10px;
    color: #fff;
    background: #2196f3;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 4px 4px 0 0;
}

.white_content .dhclose a {
    padding: 0px 14px;
    color: #fff;
    font-weight: 600;
    border-width: 2px;
    background: #666;
}

.white_content .xiaxt {
    padding: 10px;
}

.white_content .comments {
    padding: 0 10px 10px;
}

.white_content .comments .pl-inp textarea {
    margin: 0 0 10px;
    width: calc(100% - 5px);
}

.btn {
    margin: 10px 0;
    text-align: center;
}

.btn .baocuo,
.btn .zhida {
    padding: 6px 12px;
    color: #fff;
    border-radius: 4px;
}

.btn .baocuo {
    background-color: #2196f3;
}

.btn .zhida {
    background-color: #f44336;
}

.pl-inp textarea {
    /* margin: 10px 0; */
    width: 100%;
    border: 1px solid #ddd;
}

.pl-inp input {
    padding: 4px 10px;
    width: 100%;
    border: none;
    color: #fff;
    background-color: #2196f3;
    border-radius: 4px;
}

.shoulu-box {
    position: relative;
    line-height: 38px;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    padding: 10px;
}

.shoulu-box li {
    list-style-type: none;
}

.shoulu-box li a {
    color: #333333 !important;
    cursor: pointer;
    pointer-events: none;
}

.shoulu-box li input {
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    padding: 5px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}

.shoulu-box li select {
    border: 1px solid #e5e9ef;
    line-height: 38px;
    height: 38px;
    width: 100%;
    padding: 0 10px;
}

.shoulu-box li textarea {
    border-radius: 3px;
    max-width: 100%;
    padding: 5px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}

.shoulu-box li button {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 26px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer
}

.shoulu-box li ul {
    margin: 0;
    padding: 0;
    width: calc(100% + 10px);
    overflow: hidden;
}

.shoulu-box li ul li {
    display: flex;
    padding: 0 10px 0 0;
    float: left;
    width: calc(20% - 10px);
}

.shoulu-box li ul li span {
    border-radius: 3px;
    line-height: 36px;
    height: 36px;
    padding: 0 5px;
    color: #666666;
    border: 1px solid #e5e9ef;
}

.shoulu-box li ul li span, .shoulu-box li ul li input {
    width: 50%;
    text-align: center;
}

.shoulu-box .post-btn {
    margin-top: 10px;
    text-align: center;
}

.shoulu-box .yanzhengma {
    display: flex;
}

.shoulu-box .yanzhengma .ccode {
    height: 38px !important;
}

.shoulu-box li button:hover {
    opacity: .8
}

.urls {
    display: flex;
}

.urls input.z_meta {
    width: 80%;
}

.urls span.qiantai {
    width: 20%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    border-radius: 3px;
}

.links-link {
    padding: 2px 6px;
    color: #f00;
    background-color: #e9f0f5;
    border-radius: 4px;
}

.dnwu {
	display: none;
}

@media (max-width:768px) {
	.web-data li {
		width: 33% !important;
	}

	.web-data li:nth-child(3) {
		border-right: none;
	}
	
    .web-data li:nth-child(4),
	.web-data li:nth-child(5),
	.web-data li:nth-child(6) {
		border-top: 1px solid #eee;
	}

	.web-page .web-you {
		display: none;
	}

	.web-zuo {
		width: 100% !important;
	}

    .web-page ul .web-100 {
        height: auto;
    }

    .web-page ul .web-100 .btn-you {
        float: unset;
        text-align: center;
    }

    .white_content {
        margin: 0 10px;
        left: 0;
        max-width: 100%;
    }

    .shoulu-box li ul li {
        padding: 0 4px 4px 0;
        width: calc(50% - 10px);
    }

	.dnwu {
		display: block;
	}

	.sjwu {
		display: none;
	}
}