﻿/* .wj_ma {
    background: url(../images3/zh_bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 50px;
    box-sizing: border-box;
    width: 1207px;
    width: 1292px;
    height: 1611px;
    background-color: rgba(255, 255, 255, .3);
    box-shadow: 0px 0px 6px 2px rgba(151, 151, 151, 0.11);
    border-radius: 29px;
} */

html {
    background: url(../images3/gjc_bg2.png) no-repeat;
}



/* 关键词 */
.wj2 {
    background: url(../images3/wj2_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 151px;
    padding: 29px 20px 26px 21px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.wj2_1 {
    display: flex;
    margin-bottom: 20px;
}

.wj2_1 .imgbox {
    width: 28px;
}

.wj2_1 h1 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 9px;
}

.wj2_2 {
    display: flex;
    position: relative;
    align-items: center;
}

.wj2_2 a {
    position: absolute;
    right: 0;
}

.wj2_2 input {
    padding-left: 20px;
    border: none;
    width: 1067px;
    height: 46px;
    background: transparent;
	background-image: linear-gradient(90deg, 
		
rgba(255, 255, 255, 0.9) 0%, 
		
rgba(255, 255, 255, 0.5) 54%, 
		
rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    font-size: 18px;
}

.wj2_2 input::placeholder {
    color: #df0000;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    letter-spacing: 1px;
}

/* 关键词来源 */
.wj3 {
    background: url(../images3/wj3_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 246px;
    padding: 29px 20px 26px 21px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.wj3_1 .imgbox {
    width: 109px;
    height: 108px;
}

.wj3_1 {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.wj3_1 h1 {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #000dff;
}

/* 挖掘结果 */
.wj4 {
    background: url(../images3/wj4_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 854px;
    padding: 29px 32px 0 21px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.wj4_1 {
    text-align: center;
    height: 635px;
    border: solid 3px rgba(187, 245, 249, .6);
    overflow-y: auto;
}

.wj4_1 table {
    width: 100%;
    height: 100%;
}

.wj4_1 table .th1 {
	color: #000dff;
    width: 19%;
    border-right: 2px solid rgba(56, 230, 241, .5);
}

.wj4_1 table .th2 {
	color: #000dff;
    width: 81%;
}

.wj4_1 table th {
    line-height: 60px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #000000;
}

#myData tr {
    line-height: 47px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
}

#myData tr td:first-child {
	color: rgba(0, 13, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, .5);
}

#myData tr td:last-child {
	color: rgba(223, 0, 0, 1);
}

#myData tr:nth-child(n+3):nth-child(odd),
#myData tr:first-child {
    background-color: rgba(255, 255, 255, .25);
}

.wj4_2 h1 {
    margin: 20px 0;
    color: #fff;
    font-family: fangsong;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}

.wj4_2 a {
    width: 144px;
    margin-right: 32px;
}