*{
    margin: 0;
    padding: 0;
}
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;}
em {
    font-style: normal;
}
.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
/* 公共超出隐藏 */
.wzt_beyond {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 公共按钮 */
.wzt_btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background-color: #0099FF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
/* 公共多选 */
.select-menu {
    display: inline-block;
}
.select-menu-ul{
    margin-top:50px;
	list-style:none;
	opacity:0;
	display:none;
	width:150px;
	text-align:left;
	border:1px solid #ddd;
	background:#fff;
	position:absolute;
	z-index:1;
}
.select-menu-ul li{
	padding:2% 0 2% 3%;
	
}
.select-menu-ul li:hover{
	background:#f2f2f2;
	
}
.select-menu-div {
    position:relative;
	height:30px;
	width: 150px;
	border:1px solid #ddd;
	line-height:30px;
	border-radius: 4px; 
}
.select-this {
    background:#99CCFF;
    color: #fff;
}
.select-this:hover{
     background:#0099FF!important;
}
.select-menu-div img{
	margin-right:5px;
	position:absolute;
	right:0;
	top:12px;
}
.select-menu-div .select-menu-input{
    width: 100%;
	border:0;
	height:29px;
	cursor:pointer;
	user-select:none;
	box-shadow: none; 
    background-color: #fff; 
    color: #2c3338;
    line-height: 2; 
    min-height: 30px;
    margin: 0;
}
.select-menu-i {
    transform:rotate(180deg);

}
.select-menu-div img {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.wzt_fixed {
    min-height: 68px;
    line-height: 68px;
    background-color: #fff;
    border-top: 1px solid #e9e9ea;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 20px;
    position: sticky;
    position: -webkit-sticky;
    z-index: 999;
    margin-top: 20px;
    text-align: right;
}
/* 遮罩层 */
.wzt_masks {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
/* 弹出层 */
.wzt_popup {
    display: none;
    position: fixed;
    width: 600px;
    min-height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}
.wzt_popup_bd {
    padding: 30px;
    line-height: 22px;
    background-color: #393D49;
    color: #fff;
    font-weight: 300;
}
.wzt_popup_ft {
    padding: 10px 15px 12px;
    background-color: #FFF;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    text-align: center;
}
/* 公共 */
.wzt_public_head {
    margin-top: 20px;
    margin-right: 20px;
    height: 58px;
    line-height: 58px;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    font-size: 24px;
    position: relative;
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 10px;
    justify-content: space-between;
}
.wzt_rbzzz {
    height: 50px;
    width: 100px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid #fff;
    box-shadow: none;
}
.wzt_rbzzz img {
    height: 100%;
    line-height: 1;
}
.wzt_public_head_btn {
    display: flex;
}
.wzt_public_head .wzt_explain,
.wzt_public_head .wzt_service {
    background: #fff;
    color: #333;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    margin-right: 10px;
}
.wzt_public_head .wzt_keysq {
    -webkit-animation: myfirst 2s infinite linear;
}
.wzt_public_head .wzt_explain_animate {
    animation: myfirst 2s infinite linear;
}
.wzt_public_head .wzt_explain img,
.wzt_public_head .wzt_service img {
    height: 20px;
    vertical-align: middle;
}
.wzt_explain_dqbb>span:last-child {
    margin-left: 10px;
}
/* 头部导航 */
.wzt_nav {
    position: sticky;
    top: 50px;
    z-index: 2000;
    height: 48px;
    /*position: relative;*/
    margin-right: 20px;
    box-shadow: 0 0 10px 8px #ccc;
}
.wzt_nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*background-color: #99CCFF;*/
    background-color: #1d2327;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wzt_nav ul li {
    position: relative;
    height: 48px;
    width: 10%;
    box-sizing: border-box;
    line-height: 48px;
    text-align: center;
    /*font-size: 18px;*/
    font-size: 16px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.wzt_nav ul li a {
    /*color: #000;*/
    color: #fff;
    
}
.wzt_nav ul li a::before {
    content: "";
    position: absolute;
    inset: 0;
}
.wzt_nav ul li a:focus {
    box-shadow: none;
}
.wzt_nav ul .wzt_nav_select {
    /*background-color: #0099FF;*/
    background-color: #CC0033;
    /*box-shadow: 0 0 10px 0px #343434;*/
}
.wzt_nav ul .wzt_nav_select a {
    font-weight: 700;
    color: #fff;
}

.wzt_notice {
    background-color: #eee;
    margin-right: 20px;
    margin-top: 40px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
     -webkit-box-align: center; 
     -webkit-align-items: center; 
     align-items: center; 
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wzt_notice_l img {
    margin-right: 10px;
}
.wzt_notice_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
     -webkit-box-align: center; 
     -webkit-align-items: center; 
     align-items: center; 
    -webkit-box-pack: justify;
}
.wzt_notice img {
    width: 30px;
    height: 30px;
}
.wzt_notice_r {
    cursor: pointer;
}

/* 网站蜘蛛 */
.wzt_spider {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.wzt_spider_box {
    /*display: flex;*/
}
.wzt_spider_box_hd {
    display: none;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    color: #343434;
}
.wzt_spider_box_thd {
    position: relative;
}
#indexes,
#spider {
    width: 100%;
    height: 400px;
}
.wzt_spider_foday {
    width: 251px;
    margin: 0 auto 20px;
    position: relative;
}
.wzt_search_begindate {
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #0099FF;
    color: #fff;
}
#spiders {
    width: 100%;
    height: 600px;
}
.wzt_spider_box_btn {
    overflow: hidden;
    display: block;
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: auto;
}
.wzt_spider_box_btn button {
    float: left;
    margin-right: 10px;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #99CCFF;
    color: #5e5e5e;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0.7;
}
.wzt_jlkz {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wzt_jlkz a {
    margin-right: 10px;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #99CCFF;
    color: #5e5e5e;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0.7;
}
.wzt_spider_box_btn button:hover {
    opacity: 1;
}
.wzt_spider_box_btn>button:last-child {
    margin-right: 0;
    width: 96px;
}
.wzt_spider_box_btn .wzt_btn_select {
    background-color: #0099FF;
    color: #fff;
}
.wzt_spider_box_tab {
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
.wzt_spider_box_tab tr {
    height: 50px;
}
.wzt_spider_box_tab th,
.wzt_spider_box_tab td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.date-js {
	position: absolute;
	border-radius: 5px;
	background-color: #fff;
	width: 245px;
	margin-top: 5px;
	border: 1px solid #e2e2e2;
	display: flex;
	flex-flow: column;
	z-index: 999;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}

.date-js .show-year {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #e2e2e2;
	display: flex;
}

.date-js .show-year .show-date {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.date-js .show-year .change-date {
	width: 10%;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.date-js .show-year .change-date:hover {
	color: #3B87D7;
}

.date-js .show-week {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #e2e2e2;
	display: flex;
}

.date-js .show-week .week-day {
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.date-js .show-month {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.date-js .show-month .month-day {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
}

.date-js .show-month .month-day.active {
	background-color: #4c6afb;
	border-radius: 50%;
	color: #fff;
}

.date-js .show-month .month-day.today {
	color: #3B87D7;
}

.date-js .show-month .month-day.today.active {
	color: #fff;
}

.date-js .show-month .month-day.active:hover {
	color: #fff;
}


.date-js .show-month .month-day.not-this-month {
	color: #c0c4cc;
}

.date-js .show-month .month-day:hover {
	color: #3B87D7;
}

.date-js .bts {
	width: 100%;
	height: 30px;
	border-top: 1px solid #e2e2e2;
	display: flex;
}

.date-js .bts .bt {
	width: 50%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.date-js .bts .bt:first-child{
	border-right: 1px solid #e2e2e2;
}

.date-js .bts .bt:hover {
	background-color: #4c6afb;
	color: #fff;
}
.wzt_spider_box_form {
    width: 80%;
    margin: 20px auto 0;
}
.wzt_spider_box_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wzt_spider_box_form_date1 input, 
.wzt_spider_box_form_date2 input,
.wzt_spider_box_form_date3 input {
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    height: 40px;
    padding: 0 8px;
    width: 241px;
    font-size: 14px;
}
    
.wzt_spider_box_form_date3 button {
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #0099FF;
    color: #fff;
}
.wzt_spider_box_tab_delete {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    background-color: #ff3737;
    color: #fff;
    opacity: 0.8;
    transition: all 0.3s; 
}
.wzt_spider_box_tab_delete:hover,
.wzt_spider_box_tab_delete:focus {
    opacity: 1;
    color: #fff;
    background-color: red;
}

/* 加载遮罩层 */
.wzt_mask {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    opacity: 0.7;
}
.wzt_loading{
	width: 80px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.wzt_loading span{
	display: inline-block;
	width: 8px;
	height: 100%;
	border-radius: 4px;
	background: #99CCFF;
	-webkit-animation: load 1s ease infinite;
	animation: load 1s ease infinite;
}
@-webkit-keyframes load{
	0%,100%{
		height: 40px;
		background: #99CCFF;
	}
	50%{
		height: 70px;
		margin: -15px 0;
		background: #0099FF;
	}
}
.wzt_loading span:nth-child(2){
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.wzt_loading span:nth-child(3){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.wzt_loading span:nth-child(4){
	-webkit-animation-delay:0.6s;
	animation-delay:0.6s;
}
.wzt_loading span:nth-child(5){
	-webkit-animation-delay:0.8s;
	animation-delay:0.8s;
}
/* 描述 */
.wzt_description {
    /*display: none;*/
    position: fixed;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0.7;
    font-weight: 300;
    font-size: 14px;
    padding: 0 20px;
}

/* 常规seo */
.wzt_seo {
    margin-right: 20px;
    margin-top: 40px;
}
.wzt_seo_key,
.wzt_seo_keys,
.wzt_seo_keyss,
.wzt_seo_keysss {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}
.wzt_seo_key>div,
.wzt_seo_keys>div,
.wzt_seo_keyss>div{
    width: 49%;    
    box-sizing: border-box;
    /*border: 1px solid #eee;*/
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}
.wzt_seo_keysss>div {
    width: 100%;
}
.wzt_seo_key_fm {
    position: relative;
}
.wzt_seo_key_fm_th {
    margin-bottom: 20px;
}
.wzt_seo_key_fm_th span,
.wzt_seo_key_fm_tb span {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    width: 70px;
    text-align: right;
}
.wzt_seo_key_fm_th>input {
    padding: 0 8px;
    line-height: 2;
    min-height: 40px;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
    width: calc(100% - 85px);
}
.wzt_seo_key_fm_tb span {
    vertical-align: top;
}
.wzt_seo_key_fm_tb textarea {
    width: calc(100% - 85px);
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    padding: 10px 8px;
    box-sizing: border-box;
    height: 100px;
    resize:none;
}
.wzt_seo_key_fm_hdtxt {
    position: absolute;
    top: -15px;
    left: 10px;
    height: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
    -webkit-box-pack: justify;
}
.wzt_seo_key_fm_hdtxt_ts,
.wzt_originality_hdtxt_ts,
.wzt_webmaster_box_hd_ts,
.wzt_optimal_hdtxt_ts,
.wzt_ranking_hdtxt_ts,
.wzt_fast_hdtxt_ts,
.wzt_automatic_hdtxt_ts,
.wzt_tag_hdtxt_ts {
    position: relative;
    /*margin-top: 3px;*/
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.wzt_seo_key_fm_hdtxt_ts>img,
.wzt_originality_hdtxt_ts>img,
.wzt_webmaster_box_hd_ts>img,
.wzt_optimal_hdtxt_ts>img,
.wzt_ranking_hdtxt_ts>img,
.wzt_fast_hdtxt_ts>img,
.wzt_automatic_hdtxt_ts>img,
.wzt_tag_hdtxt_ts>img {
    width: 20px;
    height: 20px;
}
.wzt_seo_key_fm_hdtxt_ts_box,
.wzt_originality_hdtxt_ts_box,
.wzt_webmaster_box_hd_ts_box,
.wzt_optimal_hdtxt_ts_box,
.wzt_ranking_hdtxt_ts_box,
.wzt_fast_hdtxt_ts_box,
.wzt_automatic_hdtxt_ts_box,
.wzt_tag_hdtxt_ts_box {
    display: none;
    position: absolute;
    top: 30px;
    left: 8px;
    width: 200px;
    transform: translate(-50%,5px);
    background-color: #333;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.5;
    z-index: 1000;
}
.wzt_seo_key_fm_hdtxt_ts_box:before,
.wzt_originality_hdtxt_ts_box:before,
.wzt_webmaster_box_hd_ts_box:before,
.wzt_optimal_hdtxt_ts_box:before,
.wzt_ranking_hdtxt_ts_box:before,
.wzt_fast_hdtxt_ts_box:before,
.wzt_automatic_hdtxt_ts_box:before,
.wzt_tag_hdtxt_ts_box:before {
    content: "";
    width: 10px;
    height: 10px;
    -ms-transform: rotate(45deg) translate(-50%,5px);
    transform: rotate(
45deg) translate(-50%,5px);
    z-index: 2;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: -5px;
}
.wzt_webmaster_box_hd_ts_img {
    display: none;
    position: absolute;
    top: 30px;
    left: 254px;
    width: 300px;
    transform: translate(-50%,5px);
    background-color: #333;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.5;
    z-index: 1001;
}
.wzt_webmaster_box_hd_ts_img>img {
    width: 100%;
    transition: all 0.6s;
}
.wzt_webmaster_box_hd_ts_img>img:hover {
    transform: scale(1.5);
}
.wzt_fast_hdtxt_ts .wzt_fast_hdtxt_ts_box:before {
    left: 10%;
}
.wzt_webmaster_box_hd_ts:hover .wzt_webmaster_box_hd_ts_box {
    display: block;
}
.wzt_webmaster_box_hd_ts:hover .wzt_webmaster_box_hd_ts_img {
    display: block;
}
.wzt_seo_key_fm_th_dx {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    background-color: #fff;
    text-align: center;
    padding-right: 22px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #8c8f94;
}
.wzt_seo_key_fm_th_dx img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0%, -50%);
}
.wzt_seo_key_fm_th_dxlist {
    display: none;
    position: absolute;
    top: 39px;
    box-sizing: border-box;
    border: 1px solid #eee;
    height: auto;
    text-align: center;
    z-index: 5;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
}
.wzt_seo_key_fm_th_dxlist ul {
    height: 155px;
    overflow: auto;
}
.wzt_seo_key_fm_th_dxlist ul li {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    text-align: center;
    cursor: pointer;
}
.wzt_seo_key_fm_th_dxlist ul li:last-child {
    border-bottom: 0;
}
.wzt_seo_key_opt {
    /*height: 40px;*/
    line-height: 40px;
    /*display: flex;*/
    margin-bottom: 25px;
    overflow: hidden;
    margin-top: 20px;
}
.wzt_seo_key_opt:last-child {
    margin-bottom: 0;
}
.wzt_seo_key_opt input {
    display: none;
}
.wzt_seo_key_opt span {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    width: 70px;
    float: left; 
    text-align: right;
}
.wzt_seo_key_opt label {
    border: 1px solid #8c8f94;
    color: #666;
    /* padding: 2px 10px 2px 5px; */
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
    min-width: 70px;
    text-align: center;
    float: left; 
    font-size: 14px;
    margin: 0 10px 0 0;
    border-radius: 4px;
}
.wzt_seo_key_opt label:last-child {
    margin-right: 0;
}
.wzt_seo_key_opt input:checked + label {
    border: 2px solid #00a4ff;
    color: #00a4ff;
}
.wzt_seo_key_opt .wzt_redirect {
    float: left;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background-color: #0099FF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.wzt_seo_key_opt_box {
    overflow: hidden;
    float: left;
    width: 50%;
}
.wzt_seo_key_optzdzx_box {
    overflow: hidden;
    float: left;
    width: 33%;
}
.wzt_seo_key_optzdzx67_box {
    float: left;
    width: 67%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.wzt_switch {
    display: inline-block;
    position: relative;
    height: 22px;
    line-height: 22px;
    width: 35px;
    padding: 0 5px;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.3s;
}
.wzt_switch em {
    position: relative;
    top: 0;
    width: 25px;
    margin-left: 21px;
    padding: 0!important;
    text-align: center!important;
    color: #999!important;
    font-style: normal!important;
    font-size: 12px;
    transition: all 0.3s;
    user-select:none;
}
.wzt_switch i {
    position: absolute;
    left: 5px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #d2d2d2;
    transition: all 0.3s;
}
.wzt_onswitch {
    border-color: #01AAED;
    background-color: #01AAED;
}
.wzt_onswitch em {
    margin-left: 5px;
    margin-right: 21px;
    color: #fff!important;
}
.wzt_onswitch i {
    left: 100%;
    margin-left: -21px;
    background-color: #fff;
}
.wzt_switch select {
    display: none;
}
.wzt_seo_keys_txa textarea {
    width: calc(100%);
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    height: 100px;
    resize: none;
    padding: 10px 8px;
}
.wzt_seo_keys_txa_btn {
    margin-top: 10px;
}
.wzt_seo_keys_txa_btn input {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background-color: #0099FF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.wzt_seo_keys_txa_btn em {
    /*margin-left: 20px;*/
}
.wzt_seo_keyss_tbs {
    border: 1px solid #f1f1f1;
}
.wzt_seo_keyss_tbs>ul {
    border-bottom: 1px solid #f1f1f1;
}
.wzt_seo_keyss_tbs>ul:last-child {
    border-bottom: 0;
}
.wzt_seo_keyss_tbs>ul>li {
    float: left;
    width: 20%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.wzt_seo_keyss_address {
    border: 1px solid #f1f1f1;
}
.wzt_seo_keyss_address>ul {
    border-bottom: 1px solid #f1f1f1;
}
.wzt_seo_keyss_address>ul:last-child {
    border-bottom: 0;
}
.wzt_seo_keyss_address>ul>li {
    float: left;
    width: 25%;
    /*height: 60px;*/
    line-height: 60px;
    text-align: center;
}
.wzt_seo_keyss_address input {
    padding: 0 8px;
    line-height: 2;
    width: 270px;
    min-height: 30px;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
}
.wzt_seo_keyss_sladdress {
    border: 1px solid #f1f1f1;
    border-bottom: 0;
    margin-top: -1px;
}
.wzt_seo_keyss_sladdress>ul {
    /*border-bottom: 1px solid #f1f1f1;*/
}
.wzt_seo_keyss_sladdress>ul:last-child {
    border-bottom: 0;
}
.wzt_seo_keyss_sladdress>ul>li {
    float: left;
    /*width: 33.33%;*/
    width: 25%;
    /*width: 100%;*/
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}
.wzt_seo_keyss_sladdress li input {
    /*width: 400px;*/
    width: 270px;
    padding: 0 8px;
    line-height: 2;
    min-height: 30px;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    margin: 0 auto 5px;
    
}

/* 原创度检测 */
.wzt_originality {
    margin-top: 40px;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}
.wzt_originality_hdtxt {
    position: absolute;
    top: -15px;
    left: 10px;
    height: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
}
.wzt_originality_hdtxt_ts {
    
}
.wzt_originality_inf {
    width: 700px;
    margin: 50px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wzt_originality_inf>div {
    height: 80px;
    width: 160px;
    /*width: 200px;*/
    box-shadow: 0 2px 10px 0 #6a6a6a66;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 10px 30px;
    transition: all 0.5s;
}
.wzt_originality_inf>div:hover {
    box-shadow: 0 2px 20px 0 #00000066;
}
.wzt_originality_inf>div>p {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}
.wzt_originality_inf>div>div {
    text-align: center;
    margin-top: 5px;
    font-size: 22px;
}
.wzt_originality_list_hd,
.wzt_originality_content_hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0;
}
.wzt_originality_list_hd {
    border-bottom: 1px solid #ccc;
}
.wzt_originality_content_hd {
    border-bottom: 1px dashed  #ccc;
}
.wzt_originality_list_hd>li,
.wzt_originality_content_hd>li {
    text-align: center;
    min-width: 180px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.wzt_originality_content_hd>li {
    font-size: 16px;
}
.wzt_originality_list_hd>li:nth-child(1),
.wzt_originality_content_hd>li:nth-child(1) {
    width: 30%;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
}
.wzt_originality_list_hd>li:nth-child(2),
.wzt_originality_content_hd>li:nth-child(2) {
    width: 10%;
}
.wzt_originality_list_hd>li:nth-child(3),
.wzt_originality_content_hd>li:nth-child(3) {
    width: 10%;
}
.wzt_originality_list_hd>li:nth-child(4),
.wzt_originality_content_hd>li:nth-child(4) {
    width: 10%;
}
.wzt_originality_list_hd>li:nth-child(5),
.wzt_originality_content_hd>li:nth-child(5) {
    width: 10%;
}
.wzt_originality_list_hd>li:nth-child(6),
.wzt_originality_content_hd>li:nth-child(6) {
    width: 15%;
}
.wzt_originality_list_hd>li:nth-child(7),
.wzt_originality_content_hd>li:nth-child(7) {
    width: 15%;
}
.wzt_originality_list_notyet {
    font-size: 34px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-weight: 700;
    color: #989898;
}
.wzt_originality_content_hd>li>.wzt_originality_see,
.wzt_originality_content_hd>li>.baiduseo_ycsc {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    background-color: #01AAED;
    margin-right: 5px;
}
.wzt_originality_content_bd {
    overflow: hidden;
    transition: all 0.5s;
    height: 0;
}
.wzt_originality_content_bd>h3 {
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    color: #555;
}
.wzt_originalit_remind {
    width: 600px;
    margin: 0 auto 0;
    padding: 10px;
    font-weight: 400;
    box-sizing: border-box;
    background-color: #fffaf4;
    color: #feb25c;
    border-radius: 2px;
    border: 1px solid #ecd5b5;
}
.wzt_originalit_result {
    width: 600px;
    margin: 10px auto 0;
    height: 600px;
    overflow: auto;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 12px;
    box-sizing: border-box;
}
.wzt_originalit_result span{
    color:red;
}
.wzt_originalit_result img {
    /*display: none;*/
}
.wzt_originality_tap>ul {
    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all .2s;
    -webkit-transition: all .2s;
    border-color: #e6e6e6;
    text-align: center;
}
.wzt_originality_tap>ul>li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}
.wzt_originality_tap .wzt_originality_tap_this {
    color: #000;
}
.wzt_originality_tap .wzt_originality_tap_this:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
}
.wzt_originality_tap_cent>div {
    display: none;
}
.wzt_originality_tap_cent .wzt_originality_tap_this {
    display: block;
}
.wzt_originality_consumelist_hd {
    border-bottom: 1px solid #ccc;
}
.wzt_originality_consumelist_hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0;
}
.wzt_originality_consumelist_bd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.wzt_originality_consumelist_hd>li,
.wzt_originality_consumelist_bd>li {
    text-align: center;
}
.wzt_originality_consumelist_hd>li:nth-child(1),
.wzt_originality_consumelist_bd>li:nth-child(1) {
    width: 10%;
}
.wzt_originality_consumelist_hd>li:nth-child(2),
.wzt_originality_consumelist_bd>li:nth-child(2) {
    width: 15%;
}
.wzt_originality_consumelist_hd>li:nth-child(3),
.wzt_originality_consumelist_bd>li:nth-child(3) {
    width: 30%;
}
.wzt_originality_consumelist_hd>li:nth-child(4),
.wzt_originality_consumelist_bd>li:nth-child(4) {
    width: 10%;
}
.wzt_originality_consumelist_hd>li:nth-child(5),
.wzt_originality_consumelist_bd>li:nth-child(5) {
    width: 15%;
}
.wzt_originality_consumelist_hd>li:nth-child(6),
.wzt_originality_consumelist_bd>li:nth-child(6) {
    width: 20%;
}
.wzk_consumepages {
    width: 80%;
    margin: 20px auto 0;
}
.wzk_consumepages ul {
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
}
.wzk_consumepages ul li a {
    border: none;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    background-color: #f5f5f6;
    color: #575757;
    margin-right: 12px;
    vertical-align: text-bottom;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.wzk_consumepages ul .wzk_consumepages_this a {
    background-color: #CC0033;
    color: #fff;
}
.wzt_originality_list_consumenotyet {
    font-size: 34px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-weight: 700;
    color: #989898;
}





/* 百度站长 */
.wzt_webmaster {
    margin-top: 40px;
    margin-right: 20px;
}
.wzt_webmaster_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}
.wzt_baiduweb,
.wzt_bingweb,
.wzt_shenmaweb {
    width: 49%;
    box-sizing: border-box;
    /* border: 1px solid #eee; */
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}
.wzt_360web,
.wzt_toutiaoweb {
    width: 49%;
    box-sizing: border-box;
    /* border: 1px solid #eee; */
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}
.wzt_360web span,
.wzt_toutiaoweb span {
    vertical-align: top;
    /*margin-top: 10px;*/
}
.wzt_webmaster_box_hd {
    position: absolute;
    top: -15px;
    left: 10px;
    height: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
}
.wzt_webmaster_box_hd>span>em {
    font-size: 20px;
    font-weight: 300;
}
.wzt_webmaster_box_bd span {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    width: 100px;
    text-align: right;
}
.wzt_webmaster_box_bd input {
    padding: 0 8px;
    line-height: 2;
    min-height: 40px;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
    width: calc(100% - 115px);
}
.wzt_webmaster_box_bd textarea {
    width: calc(100% - 115px);
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    height: 100px;
    resize: none;
    padding: 10px 8px;
}
.wzt_baidujournal, 
.wzt_bingjournal {
    width: 49%;
    box-sizing: border-box;
    /* border: 1px solid #eee; */
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}
.wzt_journal {
    position: relative;
}
.wzt_journal table {
    width: 100%;
    /*min-width: 600px;*/
    margin-top: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
.wzt_journal tr {
    height: 30px;
}
.wzt_journal th,
.wzt_journal td {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.wzt_journal_cwts {
    color: red;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: center;
}
.wzt_journal_mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0.7;
}
.wzt_journal_shoumask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    /*opacity: 0.9;*/
}
.wzt_journal_shoumask span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    /*opacity: 0.7;*/
    color: #ffff;
}
.wzt_journal_shoumask span:hover {
    color: #fff;
}
/* 优化设置 */
.wzt_optimal {
    margin-top: 40px;
    margin-right: 20px;
}
.wzt_optimal_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}
.wzt_optimal_box>div {
    width: 49%;
    box-sizing: border-box;
    /* border: 1px solid #eee; */
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}
.wzt_optimal_hdtxt {
    position: absolute;
    top: -15px;
    left: 10px;
    height: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
}
.wzt_optimal_bd {
    margin-top: 20px;
}
.wzt_optimal_bd span {
    margin-right: 10px;
    display: none;
}
.wzt_optimal_bd .wzt_switch {
    margin-right: 10px;
}
.wzt_optimal_bd p {
    display: inline-block;
    font-size: 14px;
}

/* 排名词库 */
.wzt_ranking {
    margin-top: 40px;
    margin-right: 20px;
}
.wzt_ranking_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}
.wzt_ranking_box>div {
    width: 49%;
    box-sizing: border-box;
    /* border: 1px solid #eee; */
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}
.wzt_ranking_box>.wzt_ranking_sitenews {
    width: 100%;
    box-sizing: border-box;
    /* border: 1px solid #eee; */
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}
.wzt_ranking_sitenews_ul {
    overflow: hidden;
    padding: 10px 0;
}
.wzt_ranking_sitenews_ul>li {
    float: left;
    width: 12%;
    text-align: center;
}
.wzt_ranking_sitenews_ul>li>p {
    text-align: center;
    margin-bottom: 10px;
}
.wzt_ranking_hdtxt {
    position: absolute;
    top: -15px;
    left: 10px;
    height: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
}
.wzt_ranking_bd {
    margin-top: 20px;
}
.wzt_ranking_bd .select-menu-div {
    height: 40px;
}
.wzt_ranking_bd .select-menu-input {
    height: 40px;
}
.wzt_ranking_bd .select-menu-div img {
    top: 18px;
}
.wzt_ranking_bd .wzt_ranking_bd_inp {
    padding: 0 8px;
    line-height: 2;
    min-height: 42px;
    vertical-align: top;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
    width: 200px;
}
.wzt_ranking_bd>span {
    margin-left: 10px;
}
.wzt_ranking_bd .wzt_rank_cxz {
    background-color: #ccc;
    color: #626262;
    cursor: no-drop;
}
.lexiconls_tab {
    display: flex;
    background-color: #f0f0f1;
}
.lexiconls_tab>span {
    text-decoration: none;
    min-width: 70px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    background-color: #dddddd;
    color: #5c5c5c;
    user-select: none;
}
.lexiconls_tab .lexiconls_tab_this {
    background-color: #6a6a6a;
    color: #ffffff;
}
.lexiconls_tabcent {
    margin-top: 10px;
}
.lexiconls_tabcent>ul>li {
    display: none;
    overflow: auto;
}
.lexiconls_tabcent table {
    min-width: 780px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
.lexiconls_tabcent tr {
    height: 30px;
}
.lexiconls_tabcent thead {
    background-color: #f1f1f1;
}
.lexiconls_tabcent th,
.lexiconls_tabcent td {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.lexiconls_tabcent .wzt_btn_ck {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    background-color: #0099FF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.wzt_gjcpms table {
    min-width: 1000px;
}
/* 排名词库提示 */
.lexiconls_tabcent_ts {
    font-size: 34px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-weight: 700;
    color: #989898;
}
/* 快速排名 */
.wzt_fast {
    margin-top: 40px;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}
.wzt_fast_hdtxt {
    position: absolute;
    top: -15px;
    left: 10px;
    height: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
}
.wzt_fast_inf {
    width: 760px;
    margin: 50px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wzt_fast_inf>div {
    height: 80px;
    width: 175px;
    box-shadow: 0 2px 10px 0 #6a6a6a66;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 10px 20px;
    transition: all 0.5s;
}
.wzt_fast_inf>div:hover {
    box-shadow: 0 2px 20px 0 #00000066;
}
.wzt_fast_inf>div>p {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}
.wzt_fast_inf>div>div {
    text-align: center;
    margin-top: 5px;
    font-size: 22px;
}
.wzt_fast_inf a {
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;
    color: #000;
}
.wzt_fast_add {
    text-align: center;
}
.wzt_fast_add .wzt_fast_add_inp {
    padding: 0 8px;
    line-height: 2;
    min-height: 42px;
    vertical-align: top;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
    width: 200px;
}
.wzt_fast_add .select-menu-div {
    height: 40px;
}
.wzt_fast_add .select-menu-input {
    height: 40px;
}
.wzt_fast_add .select-menu-div img {
    top: 18px;
}
.wzt_fast_tab {
    margin-top: 20px;
}
.wzt_fast_tab>ul {
    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all .2s;
    -webkit-transition: all .2s;
    border-color: #e6e6e6;
    text-align: center;
}
.wzt_fast_tab>ul>li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}
.wzt_fast_tab .wzt_fast_tab_this {
    color: #000;
}
.wzt_fast_tab .wzt_fast_tab_this:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
}
.wzt_fast_tab_cent {
    padding: 10px 0;
}
.wzt_fast_tab_cent>div {
    display: none;
    overflow: auto;
    /*padding-bottom: 5px;*/
}
.wzt_fast_tab_cent .wzt_fast_tab_cent_this {
    display: block;
}
.wzt_fast_tab_cent table {
    width: 100%;
    min-width: 1500px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
.wzt_fast_tab_cent thead {
    background-color: #f1f1f1;
}
.wzt_fast_tab_cent tr {
    height: 40px;
}
.wzt_fast_tab_cent th,
.wzt_fast_tab_cent td {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.wzt_fast_tab_cent .wzt_btn {
    height: 30px;
    line-height: 30px;
}
.wzt_fast_tab_cent_zwsj {
    font-size: 28px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-weight: 700;
    color: #989898;
}
/*自动推送*/
.wzt_automatic {
    margin-top: 40px;
    margin-right: 20px;
}
.wzt_automatic_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}
.wzt_automatic_box>div {
    width: 49%;
    box-sizing: border-box;
    /* border: 1px solid #eee; */
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}
.wzt_automatic_hdtxt {
    position: absolute;
    top: -15px;
    left: 10px;
    height: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
}
.wzt_automatic_bd {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
     -webkit-box-align: center; 
     -webkit-align-items: center; 
     align-items: center; 
    -webkit-box-pack: justify;
    position: relative;
}
.wzt_automatic_tilte {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    width: 70px;
    text-align: right;
}
.wzt_automatic_bd input[type=text] {
    padding: 0 8px;
    line-height: 2;
    min-height: 40px;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
    width: calc(100% - 118px);
}

/* tag */
.wzt_tag {
    margin-top: 40px;
    margin-right: 20px;
}
.wzt_tag_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}
.wzt_tag_box_tag {
    width: 49%;
    box-sizing: border-box;
    /* border: 1px solid #eee; */
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}
.wzt_tag_hdtxt {
    position: absolute;
    top: -15px;
    left: 10px;
    height: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
    -webkit-box-pack: justify;
}
.wzt_tag_box_tag .wzt_tag_box_tag_bd:last-child {
    margin-bottom: 0;
}
.wzt_tag_box_tag_bd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
     -webkit-box-align: center; 
     -webkit-align-items: center; 
     align-items: center; 
    -webkit-box-pack: justify;
    /*height: 40px;*/
    /*line-height: 40px;*/
    margin-bottom: 25px;
    margin-top: 20px;
}
.wzt_tag_box_tag_bd>input[type=radio] {
    display: none!important;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    background: #fff;
    color: #50575e;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 1rem;
    margin: -0.25rem 0.25rem 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 1rem;
    min-width: 1rem;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: .05s border-color ease-in-out;
}
.wzt_tag_box_tag_bd>label {
    border: 1px solid #8c8f94;
    color: #666;
    /* padding: 2px 10px 2px 5px; */
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
    min-width: 80px;
    text-align: center;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 4px;
}
.wzt_tag_box_tag_bd>input:checked + label {
    border: 2px solid #00a4ff;
    color: #00a4ff;
}
    
.wzt_tag_box_tag_bd>div {
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
     -webkit-box-align: center; 
     -webkit-align-items: center; 
     align-items: center; 
    -webkit-box-pack: justify;
}
.wzt_tag_box_tag_bd>div>span {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    width: 70px;
    text-align: right;
}
.wzt_tag_box_tag_bd span {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    width: 70px;
    text-align: right;
}
.wzt_tag_box_tag_bd input[type=text] {
    padding: 0 8px;
    line-height: 2;
    min-height: 40px;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
    width: calc(300px);
}
.wzt_tag_box_tag_bd_tra {
    width: calc(100% - 115px);
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    height: 100px;
    resize: none;
    padding: 5px 10px;
}
.wzt_tag_box_tag_bd input[name=tag_num],
.wzt_tag_box_tag_bd input[name=num] {
    width: calc(100% - 300px);
}
.wzt_linkpopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 360px;
    /*height: 250px;*/
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    overflow: hidden;
}
.wzt_linkpopup_hd {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    background-color: #F8F8F8;
    box-sizing: border-box;
    padding: 0 80px 0 20px;
}
.wzt_linkpopup_bd {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}
.wzt_linkpopup_bd p {
    margin-top: 10px;
    font-size: 12px;
}
.wzt_linkpopup_btn {
    /*padding: 0 15px 12px;*/
    padding: 0 20px 12px;
    text-align: right;
}
.wzt_linkpopup_btn a:hover {
    color: #fff;
    
}
.wzt_linkpopup_btn a {
    float: left;
    -webkit-animation:myfirst 2s infinite linear ;
}

@-webkit-keyframes myfirst {
    0%   {box-shadow: 0 0 10px red;}
    50%  {box-shadow: 0 0 10px #fff;}
    100% {box-shadow: 0 0 10px red;}
}


.wzt_process {
    width: calc(100% - 300px);
    height: 15px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    background-color: #e2e2e2;
    
}
.wzt_process_p {
    width: 0%;
    height: 15px;
    line-height: 15px;
    text-align: right;
    color: #fff;
    font-size: 12px;
    text-align: right;
    overflow: hidden;
    background-image: linear-gradient(to right, #fd0000 , #05b4ff);
}
/* 推荐插件 */
.wzt_recommend {
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-right: 20px;
}
.wzt_recommend>div {
    min-width: 33.33%;
    width: 33.33%;
    flex: none;
}
.wzt_recommend>div>a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 10px;
    position: relative;
    padding: 10px;
    border: 1px solid #f0f0f0;
    height: 100px;
}
.wzt_recommend>div>a>img {
    height: 100%;
}
.wzt_baiduseo_jimuzhuti {
    flex-shrink: 0;
    font-size: 16px;
    display: flex;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    background-image: linear-gradient(90deg, #5540D9 0%, #ee7fff 100%);
    position: relative;
    overflow: hidden;
}
.wzt_baiduseo_jimuzhuti::before {
    content: "免费";
    position: absolute;
    top: 5px;
    right: -27px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    font-size: 14px;
    background: #CC0033;
    text-align: center;
    transform: rotate(45deg);
}
.wzt_baiduseo_jimuzhuti span + span {
    margin-top: 10px;
}

.wzt_recommend_box {
    padding-left: 15px;
    width: 100%;
}
.wzt_recommend_box_hd {
    font-size: 14px;
    line-height: 22px;
    color: #333;
}
.wzt_recommend_box_bd {
    font-size: 12px;
    color: #999;
    line-height: 18px;
}

/* 关键词列表 */
.wzt_keyword {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    /*min-height: 250px;*/
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 1070px;
    /*height: 250px;*/
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    overflow: hidden;
}
.wzt_keyword_hd {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    background-color: #F8F8F8;
    box-sizing: border-box;
    padding: 0 80px 0 20px;
    position: relative;
}
.wzt_keyword_gb {
    width: 30px;
    height: 30px;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.wzt_keyword_gb>img {
    width: 100%;
    height: 100%;
}
.wzt_keyword_bd {
    margin: 10px;
    border: 1px solid #eee;
    margin-bottom: 60px;
    overflow: auto;
    position: relative;
}
.wzt_keyword_bdls {
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
}
.wzt_keyword_bdlss {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    border-bottom: 1px solid #eee;
}
#wzt_keyword_bdlss .wzt_keyword_bdlss:last-child {
    border-bottom: 0;
}
.wzt_keyword_bdls>li, 
.wzt_keyword_bdlss>li {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #eee;
}
.wzt_keyword_bdls>li:nth-child(1),
.wzt_keyword_bdlss>li:nth-child(1) {
    width: 5%;
}
.wzt_keyword_bdls>li:nth-child(2),
.wzt_keyword_bdlss>li:nth-child(2) {
    width: 15%;
}
.wzt_keyword_bdls>li:nth-child(3),
.wzt_keyword_bdlss>li:nth-child(3) {
    width: 30%;
}
.wzt_keyword_bdls>li:nth-child(4),
.wzt_keyword_bdlss>li:nth-child(4) {
    width: 25%;
}
.wzt_keyword_bdls>li:nth-child(5),
.wzt_keyword_bdlss>li:nth-child(5) {
    width: 25%;
    border-right: 0;
}
.wzt_keyword_ft {
    position: absolute;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: right;
    bottom: 0;
}
.wzt_keyword_bdlsw {
    width: 100%;
    text-align: center;
    color: #575757;
    font-size: 21px;
    font-weight: 700;
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.wzt_keyword_page {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #eee;
}
.wzt_keyword_page>a {
    font-size: 15px;
    display: inline-block;
    width: 21px;
    height: 21px;
    text-align: center;
    cursor: pointer;
    line-height: 21px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.wzt_keyword_page .wzt_keyword_page_this {
    background-color: #0099FF;
    color: #fff;
    border: 1px solid #0099FF;
}

/* 网站蜘蛛清除弹出 */
.wzt_qcpopup,
.wzt_blpopup,
.wzt_qcpopup_key {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 360px;
    /* height: 250px; */
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    overflow: hidden;
}

/* 分页 */
.wzk_pages {
    width: 80%;
    margin: 20px auto 0;
}
.wzk_pages ul {
    /*overflow: hidden;*/
    display: flex;
    justify-content: center;
}
.wzk_pages ul li a{
    border: none;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    background-color: #f5f5f6;
    color: #575757;
    margin-right: 12px;
    vertical-align: text-bottom;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.wzk_pages ul .wzk_pages_this a{
    background-color: #CC0033;
    color: #fff;
}

/* 插件九宫格展示 */
.wzt_indexlist {
    width: 800px;
    margin: 0 auto 0;
    overflow: hidden;
}
.wzt_indexlist a {
    float: left;
    width: 33%;
    padding: 20px;
    box-shadow: none;
    box-sizing: border-box;
}
.wzt_indexlist_box {
    box-shadow: 0 2px 10px 0 #6a6a6a66;
    border-radius: 15px;
    /*height: 170px;*/
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
    transition: all 0.3s;
}
.wzt_indexlist_box:hover {
    box-shadow: 0 2px 20px 2px #6a6a6a66;
}
.wzt_indexlist_box:hover img {
    transform: scale(1.2);
}
.wzt_indexlist_box:hover p {
    color: #CC0033;
}
.wzt_indexlist_box img {
    width: 80px;
    height: 80px;
    transition: all 0.3s;
}
.wzt_indexlist_box p {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-top: 10px;
    text-align: center;
    transition: all 0.3s;
}
#wzt_progress {
    display: none;
}
.current-color-value input {
    line-height: 1;
}

/* 友链互换 */
.wzt_linkhh {
    margin-top: 40px;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}
.wzt_linkhh_hdtxt {
    color: #555;
    font-size: 20px;
}
.wzt_linkhh_bd {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    flex-wrap: wrap;
    position: relative;
}
.wzt_linkhh_bdtle {
    display: inline-block;
    min-width: 100px;
    margin-right: 20px;
}
.wzt_linkhh_bd input:checked + label {
    border: 2px solid #00a4ff;
    color: #00a4ff;
}
.wzt_linkhh_bd label {
    border: 1px solid #8c8f94;
    color: #666;
    padding: 0 5px;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
    min-width: 80px;
    text-align: center;
    float: left;
    margin: 3px 10px 0 0;
    border-radius: 4px;
    user-select: none;
    position: relative;
    overflow: hidden;
}
.wzt_linkhh_bd input[type='radio'],
.wzt_linkhh_bd input[type='checkbox'] {
    display: none;
}
#wzt_linkhh_tags {
    width: calc(100% - 120px);
    border: 1px solid #8c8f94;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 3px;
}
#wzt_linkhh_tags a {
    border: 1px solid #ccc;
    padding: 2px 4px;
    background-color: #f5f5f5;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    color: #555;
    text-decoration: none;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
}
#wzt_linkhh_tags em {
    font-size: 25px;
}
#wzt_linkhh_tags .input_content {
    border: none;
    padding: 0 8px;
    line-height: 2;
    min-height: 40px;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
}
#wzt_linkhh_tags .input_content:focus {
    outline: none;
}

.wzt_seo_linkhh_table_hd {
    background-color: #f7f7f7;
}
.wzt_seo_linkhh_table_hd,
.wzt_content_table_hds {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    margin: 0;
    border-bottom: 1px solid #eee;
}
.wzt_seo_linkhh_table {
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow-x: auto;
}
.wzt_seo_linkhh_table ul {
    min-width: 800px;
}
.wzt_content_table_hds > li,
.wzt_seo_linkhh_table_hd > li {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #eee;
    margin-bottom: 0;
    overflow: hidden;
}
.wzt_content_table_hds > li:nth-child(1),
.wzt_seo_linkhh_table_hd > li:nth-child(1) {
    width: 5%;
}
.wzt_content_table_hds > li:nth-child(2),
.wzt_seo_linkhh_table_hd > li:nth-child(2) {
    width: 15%;
}
.wzt_content_table_hds > li:nth-child(3),
.wzt_seo_linkhh_table_hd > li:nth-child(3) {
    width: 15%;
}
.wzt_content_table_hds > li:nth-child(4),
.wzt_seo_linkhh_table_hd > li:nth-child(4) {
    width: 35%;
}
.wzt_content_table_hds > li:nth-child(5),
.wzt_seo_linkhh_table_hd > li:nth-child(5) {
    width: 10%;
}
.wzt_content_table_hds > li:nth-child(6),
.wzt_seo_linkhh_table_hd > li:nth-child(6) {
    width: 10%;
}
.wzt_content_table_hds > li:nth-child(7),
.wzt_seo_linkhh_table_hd > li:nth-child(7) {
    width: 10%;
}
.wzt_linkhh_tablenot {
    font-size: 34px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-weight: 700;
    color: #989898;
}
.seo_pingbi {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.wzt_linkhh_shaixuan,
.wzt_linkhh_cate,
.wzt_linkhh_weight {
    display: none;
}
.wzt_linkhh_shaixuan.show {
    display: block;
}
.wzt_linkhh_cate.show,
.wzt_linkhh_weight.show {
    display: flex;
}
.wzt_linkhh_hide,
.seo_code_pop_mask,
.wzt_popup {
    display: none;
}
.seo_code_pop_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}
.seo_code_pop {
    /*width: 400px;*/
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    transform: translate3d(-50%, -50%, 0);
    z-index: 9999;
    background-color: #ffffff;
}
.seo_code_pop .code {
    background-color: #f5f5f5;
    padding: 5px;
    margin: 10px 0;
}
.seo_code_pop button {
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

/* 自适应 */
@media only screen and (max-width:1366px) {
    .wzt_rbzzz {
        display: none;
    }
    .wzt_public_head {
        height: auto;
        padding-left: 0;
    }
    .wzt_nav {
        overflow: auto;
        height: 58px;
    }
    .wzt_public_head_btn {
        flex-wrap: wrap;
        width: 100%;
    }
    .wzt_public_head .wzt_explain,
    .wzt_public_head .wzt_service {
        width: 33%;
        margin-right: 0.5%;
        box-sizing: border-box;
        margin-bottom: 5px;
        text-align: center;
        padding: 0 0px;
    }
    .wzt_public_head_btn>a:nth-child(3n) {
        margin-right: 0;
    }
    .wzt_nav ul {
        overflow: hidden;
        min-width: 1700px;
    }
    .wzt_nav ul li {
        float: left;
        font-size: 14px;
    }
    .wzt_nav::-webkit-scrollbar,
    .wzt_spider_box_btn::-webkit-scrollbar {
      width:10px;
      height:10px;
      /**/
    }
    .wzt_nav::-webkit-scrollbar-track,
    .wzt_spider_box_btn::-webkit-scrollbar-track {
      background: rgb(239, 239, 239);
      border-radius:2px;
    }
    .wzt_nav::-webkit-scrollbar-thumb,
    .wzt_spider_box_btn::-webkit-scrollbar-thumb {
      background: #bfbfbf;
      border-radius:10px;
    }
    .wzt_nav::-webkit-scrollbar-thumb:hover,
    .wzt_spider_box_btn::-webkit-scrollbar-thumb:hover{
      background: #333;
    }
    .wzt_nav::-webkit-scrollbar-corner,
    .wzt_spider_box_btn::-webkit-scrollbar-corner {
      background: #179a16;
    }
    .wzt_spider_box_form em {
        display: none;
    }
}
@media only screen and (max-width:1200px) {
    .sm {
        display: block!important;
    }
    .wzt_nav,
    .wzt_public_head,
    .wzt_spider {
        margin-right: 0;
    }
    .wzt_public_head {
        padding: 10px;
    }
    .wzt_public_head .wzt_explain,
    .wzt_public_head .wzt_service {
        font-size: 12px;
    }
    .wzt_nav {
        height: 41px;
        top: 50px;
    }
    .wzt_nav ul {
        overflow: hidden;
        min-width: 1000px;
    }
    .wzt_nav ul li {
        float: left;
        font-size: 12px;
        width: 100px;
        height: 36px;
        line-height: 36px;
    }
    .wzt_nav::-webkit-scrollbar,
    .wzt_spider_box_btn::-webkit-scrollbar {
      width:10px;
      height:5px;
      /**/
    }
    .wzt_spider_box_form {
        display: block;
    }
    .wzt_spider_box_form_date1 input, 
    .wzt_spider_box_form_date2 input,
    .wzt_spider_box_form_date3 input {
        font-size: 12px;
        margin-bottom: 5px;
        width: 100%;
    }
    .wzt_spider_box_form_date3 button {
        width: 100%;
    }
    .wzt_spider_box_thd {
        overflow: auto;
        width: 95%;
        margin: 0 auto;
    }
    .wzt_spider_box_tab {
        width: 1300px;
        font-size: 12px;
    }
    .wzt_explain_dqbb>span {
        display: block;
    }
    .wzt_explain_dqbb>span:last-child {
        margin-left: 0;
    }
    .wzt_seo_key, 
    .wzt_seo_keys, 
    .wzt_seo_keyss {
        display: block;
    }
    .wzt_seo_key>div,
    .wzt_seo_keys>div,
    .wzt_seo_keyss>div {
        width: 100%;
        margin-bottom: 30px;
    }
    .wzt_seo_key_opt {
        margin-bottom: 0;
    }
    .wzt_seo_key_opt_box,
    .wzt_seo_key_optzdzx67_box,
    .wzt_seo_key_optzdzx_box {
        width: 100%;
        margin-bottom: 10px;
    }
    .wzt_seo_key_optzdzx67_box>div {
        width: 145px!important;
    }
    .wzt_seo_keys_txa_btn>em {
        display: block;
        margin-bottom: 10px;
    }
    .wzt_seo_keys_txa_btn>em:last-child {
        margin-bottom: 0;
    }
    .wzt_seo_keyss_tbs>ul>li:nth-child(1) {
        width: 10%;
    }
    .wzt_seo_keyss_tbs>ul>li:nth-child(2) {
        width: 10%;
    }
    .wzt_seo_keyss_tbs>ul>li:nth-child(3) {
        width: 40%;
    }
    .wzt_seo_keyss_tbs>ul>li:nth-child(4) {
        width: 20%;
    }
    .wzt_seo_keyss_tbs>ul>li:nth-child(5) {
        width: 20%;
    }
    .wp-core-ui select {
        min-height: 30px;
        font-size: 12px;
        line-height: 1.625;
        padding: 5px 12px 5px 8px;
    }
    .wzt_seo_keys_txa textarea {
        height: 160px;
    }
    .wzt_seo_keyss_addresszsy {
        overflow: auto;
        padding-bottom: 20px;
    }
    .wzt_seo_keyss_addresszsy>div {
        width: 1200px;
    }
    #wpbody-content {
        padding-bottom: 0;
    }
    .wzt_originality_inf {
        display: block;
        width: 80%;
    }
    .wzt_originality_inf>div {
        width: 100%;
        margin-bottom: 20px;
    }
    .wzt_originality_list {
        overflow: auto;
    }
    .wzt_originality {
        margin-bottom: 40px;
    }
    .wzt_originality_list_hd,
    #wzt_originality_content,
    .wzt_originality_list_notyet {
        min-width: 1280px;
    }
    .wzt_originality_consumelist {
        overflow: auto;
    }
    .wzt_originality_consumelist_hd,
    #wzt_originality_consumelistls,
    .wzt_originality_list_consumenotyet {
        min-width: 1280px;
    }
    .wzt_originality_list_hd>li,
    .wzt_originality_content_hd>li {
        font-size: 12px;
    }
    .wzt_webmaster_box {
        display: block;
    }
    .wzt_webmaster_box>div {
        margin-bottom: 40px;
        width: 100%;
    }
    .wzt_webmaster_box_hd>span>em {
        display: none;
    }
    .wzt_optimal_box {
        display: block;
    }
    .wzt_optimal_box>div {
        width: 100%;
        margin-bottom: 40px;
    }
    .wzt_ranking_box {
        display: block;
    }
    .wzt_ranking_box>div {
        width: 100%;
        margin-bottom: 40px;
    }
    .wzt_optimal_bd p {
        display: block;
        font-size: 12px;
        margin-top: 5px;
    }
    .wzt_ranking_sitenews_ul>li {
        width: 33.33%;
        margin-bottom: 5px;
    }
    .wzt_ranking_bd .wzt_ranking_bd_inp {
        width: 178px;
        font-size: 12px;
    }
    .wzt_ranking_bd select {
        width: 80px!important;
    }
    .wzt_fast_add .wzt_fast_add_inp {
        width: 178px;
        font-size: 12px;
    }
    .wzt_fast_add select {
        width: 80px!important;
    }
    .wzt_fast_inf {
        width: 100%;
        display: block;
    }
    .wzt_fast_inf>div {
        width: 100%;
        margin-bottom: 20px;
    }
    .wzt_popup {
        width: 95%;
    }
    .wzt_explainsm {
        line-height: 72px!important;
    }
    .wzt_automatic_box {
        display: block;
    }
    .wzt_automatic_box>div {
        width: 100%;
        margin-bottom: 40px;
    }
    .wzt_tag_box {
        display: block;
    }
    .wzt_tag_box>div {
        width: 100%;
        margin-bottom: 40px;
    }
    .wzt_tag_box_tag_bd>div>span,
    .wzt_tag_box_tag_bd span {
        font-size: 12px;
    }
    .wzt_tag_box_tag_bd input[name=tag_num],
    .wzt_tag_box_tag_bd input[name=num]  {
        width: 235px;
    }
    .wzt_tag_box_tag_bd_wxts span {
        display: none;
    }
    .wzt_tag_box_tag_bd_wxts em {
        display: block;
        width: 100%;
        line-height: 1.2;
    }
    .wzt_tag_box_tag_bd>label {
        min-width: 72px;
        margin: 0 10px 0 0;
    }
    .wzt_tag_box_tag_bd input[type=text] {
        width: 187px;
    }
    .wzt_keyword {
        width: 95%;
    }
    .wzt_keyword_bd>ul,
    .wzt_keyword_bd>div {
        width: 1200px;
    }
    .wzt_recommend {
        display: block;
    }
    .wzt_recommend>div {
        width: 100%;
    }
    .wzt_recommend>div>a {
        height: 130px;
    }
    .wzt_baiduseo_jimuzhuti {
        height: 108px;
        width: 108px;
    }
    .wzt_journal {
        overflow: auto;
    }
    .wzt_indexlist {
        width: 100%;
    }
    .wzt_indexlist a {
        width: 50%;
    }
    .wzt_indexlist_box img {
        width: 60px;
        height: 60px;
    }
    .wzk_pages ul li a {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .wzt_journal table {
        min-width:600px;
    }
    #wzk_pages_bdptnotyet,
    #wzk_pages_bdksnotyet,
    #wzk_pages_bingnotyet,
    #wzk_pages_shenmanotyet {
        /*width: 600px;*/
        min-width:600px;
    }
    #wzt_wrap {
        display: none;
    }
    .lexiconls_tabcent_ts {
        min-width: 1000px;
    }
}
@media only screen and (max-width:1200px) {
    .wzt_linkhh {
        margin-right: 0;
    }
}
@media only screen and (max-width:750px) {
    .wzt_seo {
        margin: 30px 20px 0;
    }
    .wzt_originality,
    .wzt_webmaster,
    .wzt_optimal,
    .wzt_ranking,
    .wzt_fast,
    .wzt_automatic,
    .wzt_tag,
    .wzt_recommend {
        margin: 30px 20px 20px;
    }
    .wzt_nav {
        height: 41px;
        top: 0px;
    }
    .wzt_linkhh {
        margin-left: 10px;
    }
    .seo_code_pop {
      width: 96%;  
    }
}
/* 感谢信 */

#wzt_wrap {
    display: none;
    position: fixed;
    top: 80%;
    width: 530px;
    margin: 20px auto 0;
    height: 1000px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
}
#wzt_div_wrap { 
    overflow:hidden; height:446px; position:relative; top:0px;
    -webkit-transition: all 1s ease-in-out .3s;
    -moz-transition: all 1s ease-in-out .3s;
    -o-transition: all 1s ease-in-out .3s;
    transition: all 1s ease-in-out .3s;
}

#wzt_div_wrap:before {
    content:"";
    position:absolute;
    bottom:128px;left:0px;
    background:url('../image/before.png');
    width:530px;height: 316px;
}


#wzt_div_wrap:after {
    content:"";position:absolute;
    bottom:0px;left:0;
    background:url('../image/after.png');
    width:530px;height: 260px; 
}

#wzt_div_wrap.hide:after, #wzt_div_wrap.hide:before {
    display:none; 
}

#wzt_div_wrap:hover {
    height:776px;top:-200px;
}


#wzt_div_wrap div {
    background:#f7f2ec url('../image/letter_bg.png'); 
    position:relative;
    top:200px;
    overflow:hidden;
    height:200px;
    width:400px;
    margin:0px auto;
    padding:20px; 
    border: 1px solid #fff;
    border-radius: 3px; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
    -moz-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 14px #fff;
    -webkit-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
    -webkit-transition: all 1s ease-in-out .3s;
    -moz-transition: all 1s ease-in-out .3s;
    -o-transition: all 1s ease-in-out .3s;
    transition: all 1s ease-in-out .3s;
}


#wzt_div_wrap:hover div {
    height:530px;
}
#wzt_div_wrap h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

#wzt_div_wrap p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.5;
}
#wzt_div_wrap em {
    display: block;
    text-align: right;
    font-size: 16px;
    margin: 10px 0;
}
#wzt_div_wrap span {
    display: block;
    text-align: right;
    font-size: 16px;
}
#wzt_div_wrap #wzt_div_wrap_gb {
    width: 30px;
    height: 30px;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
#wzt_div_wrap #wzt_div_wrap_gb img {
    width: 100%;
    height: 100%;
}



























