* {
    padding: 0;
    margin: 0;
}

.certificateQuery {
    width: 568px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.certificateQuery>img {
    width: 131px;
    height: 128px;
}

.certificateQuery>.search {
    height: 48px;
    display: flex;
    align-items: center;
    margin-top: 50px;
    position: relative;
}

.certificateQuery>.search p {
    position: absolute;
    left: 75px;
    height: 33px;
    line-height: 33px;
    top: 48px;
    font-size: 12px;
    color: #f21616;
}

.certificateQuery>.search span {
    margin-right: 32px;
    font-size: 14px;
    color: #1a1a1a;
}

.certificateQuery>.search button {
    width: 148px;
    height: 48px;
    background: linear-gradient(316deg, #f9750d 0%, #fe980d 100%);
    border-radius: 4px;
    line-height: 48px;
    text-align: center;

    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-left: 24px;
    font-size: 18px;
}

.certificateQuery>.search input {
    flex: 1;
    width: 336px;
    height: 48px;
    padding-left: 20px;
    box-sizing: border-box;
    padding-right: 20px;
    outline: none;
    font-size: 14px;
    color: #1a1a1a;
    background: rgba(26, 26, 26, 0.02);
    border-radius: 4px;
    border: 1px solid rgba(26, 26, 26, 0.1);
}

.certificateQuery>.search input::-webkit-input-placeholder {
    color: #a9a9a9;
}

.certificateQuery>.search input::-moz-input-placeholder {
    color: #a9a9a9;
}

.certificateQuery>.search input::-ms-input-placeholder {
    color: #a9a9a9;
}

.certificateQuery>.result {
    margin-top: 60px;
    width: 568px;
    box-sizing: border-box;
    padding: 32px 0 40px 59px;
    background: rgba(206, 206, 206, 0.26);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

.certificateQuery>.result>div {
    display: flex;

    height: 32px;
    align-items: center;
}

.certificateQuery>.result>div span {
    width: 96px;
    color: #818181;

    font-size: 16px;
}

.certificateQuery>.result>div p {
    flex: 1;
    color: #1A1A1A;

    font-size: 16px;
}

.certificateQuery>.result>div b {
    flex: 1;
    color: #1A1A1A;
    font-style: initial;
    color: #FF6300;

    font-size: 16px;

}

.certificateQuery>.result a {
    margin-top: 44px;
    width: 336px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(316deg, #F9750D 0%, #FE980D 100%);
    border-radius: 4px;
    margin-left: 57px;
    color: #FFFFFF;
    font-size: 18px;
}