.w87{
    width:87px;
}
.w117{
    width: 117px;
}
.w340{
    width:340px;
}
.w656{
    width:656px;
}

.icondagou{
    color:#00b578;
}
.iconxingzhuangjiehe5{
    color:#ff463c
}
.iconbaocuo{
    color:#ff6010
}
.new-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width:320px;
}
.linkstable{
    font-size:14px;
    font-family:microsoftyahei;
    color:rgba(119,119,119,1);
    font-weight: 400;
    width: 100%;
    background: #fff;
}

.linkstable th,.linkstable tr:nth-child(2n){
    background:rgba(248,250,251,1);
}
.linkstable tr:hover{
    background: #f0f7ff;
}
.linkstable th,.linkstable td{
    height:46px;
    line-height:25px;
}
.linkstable td a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 640px;
}
.sitetypetitle {
    display: flex;
    justify-content: space-between;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
}
.sitetypetitle h3 {
    font-size: 16px;
    font-family: microsoftyahei-bold,microsoftyahei;
    font-weight: bold;
}
.sitetypetitle .derivebox {
    width: 74px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border:1px solid rgba(65,146,231,1);
    border-radius: 3px;
    margin-left: 8px;
    margin-right: 20px;
    background: #fff;
    color: #4192e7;
}
.linksresult{
    height: 45px;
    line-height:45px;
    display: flex;
    justify-content:space-between;
}
.linksresult .stopbtn{
    width:84px;
    height:28px;
    line-height:28px;
    text-align:center;
    background:rgba(65,146,231,1);
    border-radius:3px;
    color:#fff;
    border:none;
    margin-top:9px;
    margin-right:20px;
}
.linksresult .linksdata{
    display: flex;
    justify-content: left;
}
.button-holder{
   position: relative;
   left:0;
}
.regular-radio {
	display: none;
}

.regular-radio   label {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #999999;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 5px;
	border-radius: 50px;
	display: inline-block;
    position: relative;
    margin-left: 20px;
    margin-right: 5px
}

.regular-radio:checked   label:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 50px;
	position: absolute;
	top: 1px;
	background: #4192e7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 1px;
	font-size: 32px;
}

.regular-radio:checked   label {
	background-color: #fff;
	color: #4192e7;
	border: 1px solid #4192e7;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio   label:active, .regular-radio:checked   label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.toolpage{
    padding:30px;
}
.tag {
    font-family: arial, sans-serif;
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
}
label {
	display: inline;
}
._chinaz-seo-sw  ._chinaz-search{
    height: 50px;
    font-size:14px;
    margin-bottom:10px;
}
.checksbtn{
    width: 598px;
}
.regular-checkbox {
	display: none;
}

.regular-checkbox   label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 6px;
	border-radius: 3px;
	display: inline-block;
    position: relative;
    margin-right:5px;
    top: 2px;
}

.regular-checkbox   label:active, .regular-checkbox:checked   label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked   label {
	background-color: #4192e7;
    border: 1px solid #4192e7;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked   label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: -5px;
    left: 1px;
    color: #fff;
    bottom: -3px;
}