body {
    overflow-x: hidden;
}

.reset-2 {
    margin: 0 auto;
    width: 100%;
}

.reset-1 {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 16px;
    max-width: 1200px;
}

.top-click {
    width: 63px;
    height: 63px;
    background-color: #eb2424;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 2px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    bottom: 35px;
    right: calc(50% - 668px);
}

header .header-background {
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

header .header-background .logo {
    display: block;
    margin: 0 auto;
    padding-top: 81px;
    text-align: center;
}

header .header-background .search {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

header .header-background .search .search-input {
    display: flex;
    align-items: center;
    margin-right: 8px;
    margin-left: 99px;
}
header .header-background .search .on-search-input {

    margin-left:calc(106px + 99px) !important;
}

header .header-background .search .search-input input {
    font-size: 18px;
}

header .header-background .search .search-input .inpt-left {
    width: 701px;
    height: 51px;
    background-color: #ffffff;
    box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.19);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    position: relative;
}

header .header-background .search .search-input .inpt-left :-ms-input-placeholder,
header .header-background .search .search-input .inpt-left ::-moz-placeholder,
header .header-background .search .search-input .inpt-left :-moz-placeholder,
header .header-background .search .search-input .inpt-left ::-webkit-input-placeholder {
    font-family: PingFang-SC-Light;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #bfbfbf;
}

header .header-background .search .search-input .inpt-left input {
    width: 80%;
    height: 28px;
    border: none;
}

header .header-background .search .search-input .inpt-left input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

header .header-background .search .search-input .inpt-left .retrieval {
    padding-right: 7px;
    position: relative;
    margin-right: 12px;
    cursor: pointer;
    user-select: none;
}

header .header-background .search .search-input .inpt-left .retrieval::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 28px;
    background-color: #c4c4c4;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

header .header-background .search .search-input .inpt-left .retrieval i {
    display: inline-block;
    width: 11px;
    height: 7px;
    padding-left:-8px !important;
    padding-top:8px;
    background: url("../images/law_common/icon_1.png") no-repeat center;
}

header .header-background .search .search-input .inpt-left .retrieval.on i {
    transition: all .3s;
    transform: rotate(180deg);
}

header .header-background .search .search-input .ul-retrieval,
header .header-background .search .search-input .retrieval {
    font-family: PingFang-SC-Light;
    font-size: 18px;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 2px;
    color: #666666;
}

header .header-background .search .search-input .ul-retrieval {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 116px;
    top: 51px;
    background-color: #ffffff;
    box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    border-top-right-radius: 0;
    display: none;
}

header .header-background .search .search-input .ul-retrieval li {
    line-height: 30px;
    padding: 5px 10px;
    cursor: pointer;
}

header .header-background .search .search-input .ul-retrieval li:first-child {
    border-top-left-radius: 4px;
}

header .header-background .search .search-input .ul-retrieval li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

header .header-background .search .search-input .ul-retrieval li:hover {
    color: #dc464d;
}

header .header-background .search .search-input .ul-retrieval li.on {
    background-color: #f13030;
    color: #fff;
}

header .header-background .search .search-input .bnt-search {
    width: 100px;
    height: 51px;
    background-color: #f13030;
    border-radius: 0px 4px 4px 0px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

header .header-background .search .search-input .bnt-search img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}

header .header-background .search .bnt-senior {
    font-family: PingFang-SC-Light;
    font-size: 16px;
    /*font-weight: bold;*/
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    display: inline-block;
    width: 99px;
    height: 51px;
    line-height: 51px;
    text-align: center;
}

header .header-background .search .bnt-result {
    font-family: PingFang-SC-Light;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    display: inline-block;
    width: 99px;
    height: 51px;
    line-height: 51px;
    text-align: center;
}

header .header-background .search .bnt-result {
    background-color: #f13030;
    border-radius: 4px;
}

header .header-background .header-title {
    font-family: PingFang-SC-Light;
    font-size: 18px;
    font-stretch: normal;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 2px;
}

.pop-advanced {
    display: none;
    position: relative;
}

.pop-advanced .icon-down {
    width: 17px;
    height: 10px;
    position: absolute;
    top: -9px;
    left: 1062px;
}

.pop-advanced-retrieval {
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: -10px;
    animation: sport .2s;
    -webkit-animation: sport .2s;
    max-width: 1200px;
    width: 100%;
}

.pop-advanced-retrieval .type-box {
    padding: 22px 38px 35px 47px;
}

.pop-advanced-retrieval .type-box .type-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pop-advanced-retrieval .type-box .type-input .type {
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
    display: inline-block;
    width: 50%;
    height: 32px;
    margin-bottom: 13px;
    display: flex;
}

.pop-advanced-retrieval .type-box .type-input .type:nth-child(even) {
    justify-content: flex-end;
}

.pop-advanced-retrieval .type-box .type-input .type input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

.pop-advanced-retrieval .type-box .type-input .type span {
    text-align: right;
    margin-right: 15px;
    display: inline-block;
    width: 64px;
    position: relative;
}
/*.pop-advanced-retrieval .type-box .type-input .type .rules::before{*/
/*    content: '*';*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    color: red;*/
/*    left: -10px;*/

/* }*/

.pop-advanced-retrieval .type-box .type-input .type .input-txt {
    width: 444px;
    height: 28px;
    border: solid 1px rgba(153, 153, 153, 0.3);
    padding-left: 12px;
}

.pop-advanced-retrieval .type-box .type-input .screen {
    position: relative;
    width: 444px;
    height: 30px;
    font-size: 14px;
    border: solid 1px rgba(153, 153, 153, 0.3);
}

.pop-advanced-retrieval .type-box .type-input .screen i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url("../images/law_common/icon_3.png") no-repeat center;
}

.pop-advanced-retrieval .type-box .type-input .screen em {
    padding: 0 10px;
}

.pop-advanced-retrieval .type-box .type-input .screen.on i {
    transition: all .3s;
    transform: rotate(180deg);
    margin-top: -4px;
}

.pop-advanced-retrieval .type-box .type-input .screen .ul-screen {
    position: absolute;
    z-index: 9;
    left: -1px;
    width: 446px;
    top: 32px;
    background-color: #ffffff;
    box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    display: none;
}

.pop-advanced-retrieval .type-box .type-input .screen .ul-screen li {
    line-height: 30px;
    padding: 5px 10px;
    cursor: pointer;
}

.pop-advanced-retrieval .type-box .type-input .screen .ul-screen li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.pop-advanced-retrieval .type-box .type-input .screen .ul-screen li:hover {
    color: #dc464d;
}

.pop-advanced-retrieval .type-box .type-input .screen .ul-screen li.on {
    background-color: #f13030;
    color: #fff;
}

.pop-advanced-retrieval .type-box .type-input .screen-data {
    width: 446px;
    height: 30px;
    display: flex;
    justify-content: space-between;
}

.pop-advanced-retrieval .type-box .type-input .screen-data em {
    position: relative;
    width: 28px;
}

.pop-advanced-retrieval .type-box .type-input .screen-data em::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #b2b2b2;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}

.pop-advanced-retrieval .type-box .type-input .screen-data input {
    width: 190px;
    height: 32px;
    border: solid 1px rgba(153, 153, 153, 0.3);
}

.pop-advanced-retrieval .type-box .type-input .screen-data .jeinpbox .jeinput {
    font-size: 14px;
    background: url("../images/law_common/time_1.png") no-repeat center right;
    padding-left: 8px;
    padding-right: 8px;
}

.pop-advanced-retrieval .search-up-bg {
    position: absolute;
    top: -8px;
    right: 35px;
}

.pop-advanced-retrieval .index-search-up-bg {
    position: absolute;
    top: -8px;
    right: 138px;
}

.pop-advanced-retrieval .type-box .pop-advanced-bnt {
    margin-top: 10px;
    text-align: center;
}

.pop-advanced-retrieval .type-box .pop-advanced-bnt button {
    width: 83px;
    height: 36px;
    text-align: center;
    font-family: AdobeHeitiStd-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    border-radius: 4px;
    border: solid 1px #f13030;
}

.pop-advanced-retrieval .type-box .pop-advanced-bnt .bnt-retrieval {
    color: #ffffff;
    background-color: #f13030;
    margin-right: 8px;
}

.pop-advanced-retrieval .type-box .pop-advanced-bnt .bnt-reset {
    color: #f13030;
    background-color: #ffffff;
}

.pop-advanced-retrieval .type-box .pop-advanced-bnt .bnt-cancel {
    margin-left: 8px;
    color: #f13030;
    background-color: #ffffff;
}
