* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    outline: none !important;
}

p {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    line-height: 60px;
    /*border-bottom: 1px solid #d8d8d8;*/
    margin-bottom: 20px;
}

html {
    font-size: 100px;
}

.box1200 {
    margin: 0 auto;
    width: 12rem;
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    box-sizing: border-box;
    /*min-width: 12rem;*/
    font-size: 16px;
    text-rendering: optimizelegibility;
    background: #f8f8f8;
}

.forced-hide {
    display: none !important;
}

.hide {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*banner*/

.banner-container {
    width: 100%;
    height: 1.8rem;
    background: url("../img/jsbg.png") center center no-repeat;
    background-size: 100% 100%;
}

.banner-content {
    height: 100%;
}

.banner-content h1 {
    width: 100%;
    height: 100%;
    line-height: 1.8rem;
    color: #ffffff;
    font-size: 0.32rem;
}


/*主要区域开始*/

.main {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
}

.main .aside-container {
    width: 2.5rem;
    height: auto;
}

.main .content-container {
    width: 9.2rem;
}

.aside-container ul {
    width: 100%;
    height: 100%;
}

.aside-container ul li {
    background: #ffffff;
    height: 0.6rem;
    width: 100%;
    margin-bottom: 15px;
    border-left: 4px solid #D7D8D9;
    transition: all .5s;
}

.aside-container ul li.active {
    border-left: 4px solid #1677ff;
}

.aside-container ul li a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 0.6rem;
    text-align: center;
    transition: all .5s;
}

.aside-container ul li.active a {
    color: #1677ff;
}

.aside-container ul li:hover {
    border-left: 4px solid #1677ff;
}

.aside-container ul li:hover a {
    color: #1677ff;
}


/*查询内容区域开始*/

.content-container {
    padding: 0.4rem;
    background: #ffffff;
}

.content-container .query-container {
    height: auto;
    margin: 0.35rem auto;
    width: 550px;
}

.input-box,
.verification-code,
.select {
    margin-bottom: 22px;
}

.input-box {
    display: flex;
    justify-content: start;
    font-size: 14px;
}

.input-txt {
    line-height: 40px;
    height: 40px;
    margin-right: 10px;
    width: 15%;
    text-align: right;
}

.input-hot {
    color: #f56c6c;
    margin-right: 4px;
}

.input-name {
    color: #606266;
}

.input-merge {
    width: 4.7rem;
    position: relative;
}

.input-merge span {
    position: absolute;
    width: 30px;
    text-align: center;
    line-height: 40px;
}

.input-merge input {
    padding-left: 30px;
    height: 40px;
    vertical-align: middle;
}

.input-merge select {
    border: none;
    width: 4.9rem;
    height: 0.30rem;
    font-size: 14px;
}

.input-merge input {
    border: 1px solid #dcdfe6;
    outline: none;
    width: 100%;
}

.input-merge input:focus,
.input-merge.active input:focus {
    outline: 1px solid #409eff !important;
    border: 1px solid transparent;
}

.input-merge input::-webkit-input-placeholder {
    color: #dcdfe6;
}

.input-merge.active input {
    border: 1px solid #f56c6c;
}

.input-merge p {
    display: none;
    font-size: 12px;
    font-weight: normal;
    color: #f56c6c;
    line-height: 22px;
}

.input-merge.active p {
    display: block;
}

.input-code {
    display: flex;
    justify-content: start;
    font-size: 14px;
}

.verification-code {
    display: flex;
    justify-content: flex-start;
    width: 4.7rem;
}

.verification-code .input-merge {
    width: 3rem;
}

.verification-code .code {
    height: 40px;
    margin-left: 0.3rem;
}

.verification-code .yzm-img img {
    height: 100%;
}

.form-btn {
    height: 40px;
    width: 100%;
    text-align: center;
    margin-top: 0.4rem;
}

.form-btn input {
    width: 1.25rem;
    height: 40px;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
}

.form-btn input.submit {
    background: #1677ff;
    color: #ffffff;
    margin-right: 0.35rem;
}

.result-container {
    width: 100%;
}

.title {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    line-height: 60px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 0.3rem;
}

.result-container table {
    /*display: table;*/
    width: 100%;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-collapse: collapse;
}

.result-container table:not(.result-container table:first-child) {
    margin-top: 30px;
}

.result-container table tr {
    height: 0.6rem;
}

.result-container table td,
.result-container table th {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    padding: 0 15px;
}

.result-container table td:nth-child(2n-1) {
    background: #F5F6F8;
}

#page {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.standard-table th {
    background: #F5F6F8;
}

.standard-table td {
    background: #ffffff!important;
}

@media screen and (max-width: 1200px) {
    body {
        width: 100%;
        font-size: 0.16rem;
    }
    .banner-content h1 {
        padding-left: 0.4rem;
    }
}

@media screen and (max-width: 1000px) {
    body {
        width: 100%;
        font-size: 0.16rem;
    }
    .main {
        display: block;
    }
    .box1200 {
        width: 100%;
    }
    .main .aside-container {
        width: 100%;
    }
    .aside-container ul {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, 33.3%);
    }
    .main .content-container {
        width: 100%;
    }
    .input-txt {
        width: 20%;
    }
    .main .content-container .input-merge {
        width: 80%;
    }
    .content-container .query-container {
        width: 100%;
    }
    .verification-code {
        width: 80%;
    }
    .result-container table td {
        font-size: 0.12rem;
        padding: 0.1rem 0.2rem;
        line-height: 0.4rem;
    }
}