﻿.bg_main {
    height: 102.5%;
    top: -3.5%;
}

/* 收录查询创建任务 */
/* 任务名称 */
.rw {
    background: url(../images3/rw1_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 151px;
    padding: 31px 20px 0 19px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.rw1_1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rw1_1 .imgbox {
    width: 25px;
}

.rw1_1 h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
 	color: rgba(255, 255, 255, 1);
    margin-left: 9px;
}

.rw1_2 {
    display: flex;
    position: relative;
}

.rw1_2 a {
    position: absolute;
    right: 0;
}

.rw1_2 input {
    padding-left: 20px;
    border: none;
    width: 1067px;
    height: 46px;
    background-image: linear-gradient(to right,
            rgba(57, 216, 214, .8) 0%,
            rgba(58, 223, 233, .6) 100%);
    border-radius: 10px;
    font-size: 18px;
    color: #1d1d1d;
}

.rw1_2 input::placeholder {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    letter-spacing: 1px;
    color: #1d1d1d;
}


/* 查询链接 */
.rw2 {
    background: url(../images3/rw2_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 454px;
    padding: 26px 20px 0 19px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.dsp3_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.dsp3_1 .rw1_1 {
    margin-bottom: 0;
}

.rw2_1 textarea {
    width: 100%;
    resize: none;
    height: 301px;
    background-color: rgba(47, 220, 218, .5);
    border-radius: 10px;
    font-size: 18px;
    padding: 19px;
    box-sizing: border-box;
    border: none;
    letter-spacing: 1px;
    color: #4c4c4c;
}

.rw2_2 {
    display: flex;
    margin-top: 17px;
    padding-left: 18px;
    box-sizing: border-box;
}

.rw2_2 h2 {
    font-family: 宋体;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #f20000;
    font-weight: bold;
    margin-left: auto;
}

.rw2_2 h1 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
}

.rw2_2 .imgbox {
    width: 25px;
    margin: 0 9px 0 19px;
}




/* 收录查询任务详情 */
.rwxq1 {
    display: flex;
    justify-content: space-between;
}

.rwxq1_1 {
    display: flex;
    flex-direction: column;
    background: url(../images3/bg_rwxq1_1.png) no-repeat;
    background-size: 100% 100%;
    align-items: center;
    padding: 7px 0;
    width: 210px;
    height: 141px;
    margin-bottom: 30px;
}

.rwxq1_1 h1 {
    width: 201px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 5px 5px 0px 0px;
    line-height: 49px;
    height: 49px;
    text-align: center;
	color: rgba(0, 13, 255, 1);
}

.rwxq1_1 h2 {
    font-size: 16px;
    margin-top: 32px;
	color: rgba(223, 0, 0, 1);
}

.rwxq2 {
    display: flex;
    justify-content: space-between;
}

.rwxq1_2 {
    display: flex;
    flex-direction: column;
    width: 438px;
    height: 141px;
    background: url(../images3/rwxq1_2.png) no-repeat;
    align-items: center;
    padding: 7px 0;
    background-size: 100% 100%;
}

.rwxq1_2 h1 {
    width: 429px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 5px 5px 0px 0px;
    line-height: 49px;
    height: 49px;
    text-align: center;
	color: rgba(0, 13, 255, 1);
}

.rwxq1_3 {
    display: flex;
    align-items: center;
    height: 85px;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.rwxq1_3_1 {
    width: 49%;
}

.rwxq1_3_1 h2,
.rwxq1_3_1 h3 {
    font-size: 16px;
	color: rgba(223, 0, 0, 1);
}

.rwxq1_3_1 h3 {
    margin-top: 9px;
}

.rwxq1_2_1 {
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 进度条 */
.rwxq1_2_1 span {
    font-size: 16px;
	color: rgba(223, 0, 0, 1);
    float: left;
    margin-right: 2%;
}

.jindu {
    float: left;
    height: 20px;
    width: 70%;
    background-color: #dadada;
    border-radius: 10px;
    position: relative;
}

.jindu div {
    width: 60%;
    height: 20px;
    background-color: #21ba45;
    border-radius: 10px;
}

.jindu p {
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

/* 明细 */
.rwxq3 {
    background: url(../images3/rwxq3.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 504px;
    padding: 36px 35px 60px 29px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.rwxq3_1 {
    text-align: center;
    height: 355px;
    border: solid 2px rgba(255, 255, 255, .25);
    overflow-y: auto;
}

.rwxq3_1 table {
    width: 100%;
}

.rwxq3_1 table .th1 {
    width: 10%;
}

.rwxq3_1 table .th2 {
    width: 40%;
}

.rwxq3_1 table .th3 {
    width: 40%;
}

.rwxq3_1 table .th4 {
    width: 10%;
    border-right: none;
}


.rwxq3_1 table th {
    line-height: 60px;
    font-size: 20px;
    letter-spacing: 1px;
    color: rgba(0, 13, 255, 1);
    font-weight: normal;
    border-right: 2px solid rgba(255, 255, 255, .5);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
}

.rwxq3_1 tr {
    height: 47px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
}

.rwxq3_1 tr td {
	color: rgba(223, 0, 0, 1);
    font-size: 14px;
    border-right: 2px solid rgba(255, 255, 255, .6);
}

.rwxq3_1 tr td  a{
	color: rgba(223, 0, 0, 1);
}

.rwxq3_1 tr td:last-child,
.rwxq3_1 table th:last-child {
    border-right: none;
}

.rwxq3_1 tr:nth-child(n+3):nth-child(odd),
.rwxq3_1 tbody tr:first-child {
    background-color: rgba(255, 255, 255, .25);
}