﻿/* 网站分类 */
.site-sort {
  font-size: 0;
}
.site-sort .site-sort-item {
  display: inline-block;
  line-height: 30px;
  padding-right: 30px;
  padding-bottom: 12px;
  font-size: 14px;
}
.site-sort-item span {
  display: inline-block;
  height: 30px;
  padding: 0 6px;
  margin-right: 8px;
  color: #444444;
  cursor: pointer;
}
.site-sort-item i {
  display: inline-block;
  height: 30px;
  color: #999999;
}
.site-sort-item .on {
  border-radius: 4px;
  color: #ffffff;
  background: #55a7e3;
}
.site-result .RankH-left {
  font-size: 14px;
  line-height: 30px;
}
.site-result input#searchkw {
  width: 182px;
  height: 24px;
  font-size: 12px;
}
.site-result input#searchbtn {
  width: 60px;
  height: 30px;
  font-size: 12px;
}
/* 表格start */
._chinaz-base-table {
  width: 100%;
}
._chinaz-base-table td,
._chinaz-base-table th {
  height: 43px;
  vertical-align: middle;
  font-weight: normal;
  color: #0474c8;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}
._chinaz-base-table th {
  width: 9%;
  height: 42px;
  color: #444444;
  background: #f1f1f1;
}
._chinaz-vie-table th {
  width: 14%;
  color: #444444;
  background: #f1f1f1;
}
._chinaz-vie-table th:first-child{width:7%}
._chinaz-vie-table th:nth-child(2){width:20%}
._chinaz-base-table tr:nth-child(2n) {
  background: #f9f9f9;
}
._chinaz-base-table td .domain{
  color: #4192E7;
}
._chinaz-base-table td .catedata{
  color: #333;
}
/* 表格end */
.site-result-table th:first-child {
  width: 25%;
}
.site-result-table th:nth-child(2),
.site-result-table th:nth-child(3) {
  width: 11%;
}
/* 权重图片 */
.rank-img-td img {
  width: 45px;
  height: 20px;
}
/* 百度关键词排名查询 */
.resilList em {
  color: #ff4500 !important;
}
.verify img {
  float: left;
}
.verify .input {
  float: left;
  height: 27px;
  line-height: 27px;
  padding: 6px 10px 6px 10px;
  margin: 0px 10px 0px 10px;
  border: 1px solid #c6cede;
  outline: 0px none;
}
/* 关键词竞争网站 */
.site-result .RankH-left i {
  color: #ff0000;
}
.kw-compete-table td i {
  font-size: 14px;
  padding-left: 10px;
  color: #999999;
}
.kw-compete-table th:first-child {
  width: 8%;
}
.kw-compete-table th:nth-child(2) {
  width: 25%;
}
.kw-compete-table th:nth-child(6) {
  width: 17%;
}
/* 分析按钮 */
.kw-compete-analysis {
  width:100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #666666;
  border: solid 1px #666666;
  cursor: pointer;
}
.kw-compete-analysis img {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
/* 进度条 */
.progress-bar {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
}
.progress-bar .progress-bar-outer {
  width: 90px;
  height: 6px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  background:rgba(255,255,255,1);
  border-radius:5px;
  border:1px solid rgba(204,222,242,1);
}
.progress-bar .progress-bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 6px;
  white-space: nowrap;
  transition: all 0.5s ease;
  background: linear-gradient(90deg,rgba(76,156,240,0.21) 0%,rgba(65,146,231,1) 100%);
  border-radius: 5px;
}
/* 百度PC竞争网站 */
.site-result .RankH-left em {
  font-style: normal;
  color: #0474c8;
}
.baidupc-kw-compete th:first-child {
  width: 24%;
}
.baidupc-kw-compete th:nth-child(2) {
  width: 13%;
}
._clr6 {
  color: #666 !important;
}
.baidupc-compete-rs th {
  width: 12%;
}
.baidupc-compete-rs th:first-child {
  width: 20%;
}
.baidupc-compete-rs th:nth-child(2) {
  width: 10%;
}
.baidupc-compete-rs th:nth-child(7) {
  width: 15%;
}
.baidupc-compete-rs .baidupc-compete-rswh{
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 8px;
  cursor: pointer;
}
.baidupc-compete-rswh img{
  width: 12px;
  height: 12px;
}
.baidupc-compete-rs .baidupc-compete-rstip {
  position: absolute;
  top: 20px;
  left: -70px;
  display: block;
  min-width: 150px;
  min-height: 20px;
  padding: 5px;
  border-radius: 4px;
  line-height: 20px;
  font-size: 12px;
  color: #2196F3;
  border: solid 1px #2196F3;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease-out;
  box-sizing: border-box;
}

.baidupc-compete-rs .baidupc-compete-rstip::before {
  position: absolute;
  left: 68px;
  top: -12px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #2196F3 transparent;
}
.baidupc-compete-rs .baidupc-compete-rswh:hover .baidupc-compete-rstip {
  opacity: 1;
  z-index: 1000;
}
.top-tag {
  display: inline-block;
  width: 30px;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-left: 8px;
  background: #199ed8;
}
.update-dw img {
  width: 24px;
  height: 24px;
}

.mauto{margin:auto}
.downDataBtn{ 
    width: 74px;
    height:28px;
    border-radius:3px;
    border:1px solid rgba(255,115,49,1);
    background: none;
    color: rgba(255,115,49,1);
    float: right;
}
