.radio-item {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 3.5px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background-color: #eee;
}

.radio-item:hover input~.checkmark {
    background-color: #ccc;
}

.radio-item input:checked~.checkmark {
    background-color: #005bad;
}

.checkmark:after {
    content: "";
    position: absolute;
    /* display: none; */
}

.radio-item input:checked~.checkmark:after {
    display: block;
}

.radio-item .checkmark:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#center-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

#center-wrapper .center-top {
    margin: 0 5rem;
}

.center-top .top-box {
    padding: 4.16rem 0;
}

.top-box .t-b-title {
    margin: 0 1.9rem;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.t-b-title .t-b-line {
    position: absolute;
    left: calc(50% - 15rem);
    width: 30rem;
    text-align: center;
    font-size: 1.91rem;
    line-height: 1.75rem;
    color: #303030;
    margin: 0 auto;
    height: 3.33rem;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.top-box .t-b-img {
    padding-top: 4.16rem;
    margin: 0 1.9rem;
    display: flex;
    justify-content: center;
}

.top-box .t-b-img .b-img-detail .img-top {
    margin: 0 auto 1rem;
    width: 4.375rem;
    height: 4.375rem;
}

.top-box .t-b-img .b-img-detail .img-top img {
    display: block;
    width: 100%;
    height: 100%;
}

.top-box .t-b-img .b-img-detail .img-num {
    text-align: center;
    color: #3e3a3a;
    display: flex;
    justify-content: center;
}

.top-box .t-b-img .b-img-detail .img-num .big-num {
    font-size: 2.375rem;
    line-height: 5.125rem;
    font-family: pingfangSc-Bold;
}

.top-box .t-b-img .b-img-detail .img-num .img-sign {
    font-size: 1.41rem;
    font-family: pingfangSc-Bold;
    vertical-align: top;
}

.top-box .t-b-img .b-img-detail .img-num .img-unit {
    font-size: 1.1rem;
    line-height: 5.125rem;
    font-family: pingfangSc-Bold;
}

.top-box .t-b-img .b-img-detail .img-text {
    font-size: 1.1rem;
    line-height: 2.05rem;
    font-family: pingfangSc-Bold;
    text-align: center;
    margin-top: -1rem;
}

#center-wrapper .center-button {
    width: 100%;
    margin: 0 auto;
    background-color: #f7f7fa;
}

button {
    display: block;
    border: none;
    background: #eee;
    padding: 0.5rem;
    cursor: pointer;
    text-align: center;
    outline: none;
}

button:hover {
    background: #005bad;
    color: white;
}

.btn-del-criteria,
.btn-del-all,
.btn-search {
    background: #7cadd6;
    display: inline-block;
}

.criteria-container {
    margin: 0 12.5rem;
    display: flex;
    padding: 1.66rem 0;
    justify-content: space-between;
}

.level-box:hover {
    cursor: pointer;
}

.criteria-container .level-box {
    width: 25%;
    margin-right: 0.83rem;
}

.criteria-container .single-criteria {
    display: flex;
    flex-direction: column;
}

.criteria-heading {
    padding: 0.625rem 15%;
    border: 1px solid lightgray;
    font-size: 0.625rem;
    color: #292929;
    text-align: center;
}

.criteria-heading .dropsingle {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

.btn-dropdown {
    display: block;
    float: right;
    background: none;
    padding: 0;
    height: 0.625rem;
}

.btn-dropdown:hover {
    background: none;
}

.btn-dropdown .show-more-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    /* border-right: 1px solid #1b6eb3;
  border-bottom: 1px solid #1b6eb3; */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-dropdown .icon-color {
    border-right: 1px solid #303030;
    border-bottom: 1px solid #303030;
}

.btn-dropdown .active-icon-color {
    border-right: 1px solid #1b6eb3;
    border-bottom: 1px solid #1b6eb3;
}

#center-wrapper .center-first {
    margin: 0 5rem;
}

#center-wrapper .center-second {
    margin: 0 5rem;
}

#center-wrapper .center-last {
    margin: 0 5rem;
}

.center-first .first-box {
    padding: 4.16rem 0;
}

.center-second .first-box {
    padding: 4.16rem 0;
}

.center-last .first-box {
    padding: 4.16rem 0;
}

.first-box .f-b-title {
    margin: 0 1.97rem;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.f-b-title .f-b-line {
    position: absolute;
    left: calc(50% - 9rem);
    width: 18rem;
    text-align: center;
    font-size: 1.91rem;
    line-height: 1.75rem;
    color: #303030;
    margin: 0 auto;
    height: 3.33rem;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.first-box .f-b-img {
    padding: 4.16rem 0 0;
    margin: 0 1.97rem;
}

.first-box .f-b-img img {
    display: block;
    width: 100%;
}

.first-box .s-b-title {
    margin: 0 5rem;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.s-b-title .s-b-line {
    position: absolute;
    left: calc(50% - 4.15rem);
    width: 8.3rem;
    text-align: center;
    font-size: 1.91rem;
    line-height: 1.75rem;
    color: #303030;
    margin: 0 auto;
    height: 3.3rem;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.first-box .s-content {
    margin: 0 9.5rem;
    padding: 2.08rem 0;
}

.s-content .s-c-text {
    margin: 0 auto;
    text-align: center;
    font-size: 1.08rem;
    line-height: 2rem;
    font-family: pingfangSc-Medium;
}

.s-content .s-c-img {
    display: flex;
    justify-content: center;
    padding: 2.1rem 0 0;
}

.s-c-img .c-img-f {
    width: 24.3rem;
    height: 16.3rem;
    margin-right: 1.6rem;
}

.s-c-img .c-img-f img {
    display: block;
    width: 100%;
    height: 100%;
}

.s-c-img .c-img-s {
    width: 24.3rem;
    height: 16.3rem;
    margin-right: 0;
}

.s-c-img .c-img-s img {
    display: block;
    width: 100%;
    height: 100%;
}

.first-box .th-b-title {
    margin: 0 5rem;
    height: 3.33rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.th-b-title .th-b-line {
    position: absolute;
    left: calc(50% - 9.5rem);
    width: 19rem;
    text-align: center;
    font-size: 1.91rem;
    line-height: 1.75rem;
    color: #303030;
    margin: 0 auto;
    height: 3.3rem;
    font-family: pingfangSc-Bold;
    border-bottom: 1px solid #005daa;
}

.first-box .th-content {
    margin: 0 5rem;
    padding: 2.1rem 0;
}

.th-content .th-c-text {
    margin: 0 3rem;
    text-align: center;
    font-size: 1.08rem;
    line-height: 2rem;
    font-family: pingfangSc-Medium;
}

.th-content .th-c-img {
    width: 100%;
    margin: 0 auto;
    padding: 2.1rem 0 4.16rem;
}

.th-content .th-c-img ul {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
    font-size: 1rem;
    font-weight: normal;
}

.th-content .th-c-img ul li {
    flex: 1 0 auto;
    border-right: 2px solid #005daa;
    text-align: center;
}

.th-content .th-c-img ul li:last-child {
    border-right: none;
}

.th-c-img ul li .big-font {
    color: #005daa;
    font-size: 2.2rem;
    font-family: pingfangSc-Bold;
}

.th-c-img ul li .jia-font {
    line-height: 1rem;
    vertical-align: top;
    color: #005daa;
    font-size: 2.4rem;
    font-family: pingfangSc-Bold;
}

.th-content .th-c-img img {
    display: block;
    width: 100%;
}

.th-content .th-c-bottom {
    width: 100%;
    margin: 0 auto;
    background-color: #005daa;
    padding: 3.3rem 0;
}

.th-c-bottom .th-c-b-title {
    color: #fff;
    font-size: 1rem;
    line-height: 3.75rem;
    font-family: pingfangSc-Medium;
    text-align: center;
    width: 35.4rem;
    height: 3.75rem;
    border: 1px solid #fff;
    margin: 0 auto;
}

.th-c-bottom .th-honor {
    width: 38.75rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding-top: 4.16rem;
}

.th-c-bottom ul:last-child {
    padding-top: 2.1rem;
}

.th-honor li {
    list-style: none;
    margin-right: 1.66rem;
}

.th-honor li:nth-child(4) {
    margin-right: 0;
}

.th-honor li:nth-child(8) {
    margin-right: 0;
}