body.index-page, body.reg-page, body.user-page {
    background: url(../img/1704953739916.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed
}

body.index-page main {
    height: 100vh
}

body.index-page main .form-box {
    width: 420px
}

body.index-page main .form-box .layui-input-prefix, body.index-page main .form-box .layui-input-suffix {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

body.index-page main .form-box .layui-input, body.index-page main .form-box .layui-select, body.index-page main .form-box .layui-textarea, body.index-page main .form-box .layui-btn {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border-radius: 5px
}

.reg-page main, .user-page main {
    min-height: 100vh
}

.reg-page .logo img, .user-page .logo img {
    display: block;
    height: 65px
}

.reg-page .logo + a, .user-page .logo + a {
    height: 28px;
    padding: 0 15px;
    background-color: var(--color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 13px
}

.reg-page .layui-form-label, .user-page .layui-form-label {
    width: 126px
}

.reg-page .layui-form-item, .user-page .layui-form-item {
    margin-bottom: 20px
}

.reg-page .layui-form-label, .user-page .layui-form-label {
    line-height: 24px
}

.reg-page .layui-input-block, .user-page .layui-input-block {
    margin-left: 130px
}

.reg-page .layui-form-item .layui-input-inline, .user-page .layui-form-item .layui-input-inline {
    width: 220px
}

.reg-page .required, .user-page .required {
    color: var(--color);
    margin-left: 5px
}

.reg-page .form-box, .user-page .form-box {
    display: none
}

.reg-page .form-box.active, .user-page .form-box.active {
    display: block
}

.reg-page .add-img-btn, .user-page .add-img-btn {
    display: flex;
    height: 120px;
    width: 120px;
    border-radius: 6px;
    border: 1px dashed #ccc;
    cursor: pointer;
    padding: 0 5px;
    text-align: center
}

.reg-page .layui-btn[type="submit"], .user-page .layui-btn[type="submit"] {
    width: 140px
}

.reg-page .layui-btn[type="reset"], .user-page .layui-btn[type="reset"] {
    width: 100px
}

.reg-page .layui-layer-page, .user-page .layui-layer-page {
    border-radius: 10px
}

.user-page .right .dangan-form .preview img {
    height: 120px;
    width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    display: block
}

.user-page .right .dangan-form .preview .delete-btn {
    height: 16px;
    width: 16px;
    font-size: 14px;
    border-radius: 4px;
    background-color: var(--color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px
}

.reg-page .bar span {
    height: 45px;
    width: 140px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-top: 2px
}

.reg-page .bar span.active {
    background: #fff;
    color: var(--color);
    border-radius: 15px 15px 0 0;
    box-shadow: inset 0 6px 6px rgba(232, 17, 35, 0.2)
}

.integrity-content {
    padding: 30px;
    border-radius: 10px
}

.integrity-content h3 {
    font-weight: 400;
    text-align: center
}

.integrity-content .content {
    color: #3a3a3a;
    line-height: 1.65;
    max-height: 65vh;
    overflow-y: auto
}

.forget-page .steps-box {
    position: relative;
    color: #ddd;
    --w: 0
}

.forget-page .steps-box .xian {
    position: absolute;
    height: 2px;
    border-radius: 2px;
    width: 66.66%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ddd;
    top: 11px;
    z-index: 0
}

.forget-page .steps-box .xian::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: var(--w);
    background-color: #3a3a3a
}

.forget-page .steps-box em {
    font-style: normal;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.forget-page .steps-box span {
    margin-top: 5px;
    font-size: 13px
}

.forget-page .steps-box .active {
    color: #3a3a3a
}

.forget-page .steps-box .active em {
    border-color: #3a3a3a
}

.forget-page .layui-form {
    display: none
}

.forget-page .form-box, .forget-page .layui-form.active {
    display: block
}

.user-page .left {
    flex: 0 0 265px;
    position: -webkit-sticky;
    position: sticky;
    top: 15px
}

.user-page .left .user-info > i {
    height: 40px;
    width: 40px;
    background-color: #e81123;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    font-size: 20px !important
}

.user-page .left .user-info img {
    height: 50px
}

.user-page .left .user-info em {
    font-style: normal;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    border-radius: 5px;
    background-color: #ffb800;
    color: #fff;
    font-size: 11px
}

.user-page .left .user-info a {
    color: #567fe6
}

.user-page .left ul {
    padding: 20px 0
}

.user-page .left ul li {
    padding-left: 35px;
    line-height: 52px
}

.user-page .left ul li a {
    display: flex;
    align-items: center;
    font-size: 16px
}

.user-page .left ul li a i {
    font-size: 16px;
    display: none
}

.user-page .left ul li.active {
    position: relative
}

.user-page .left ul li.active a {
    color: var(--color)
}

.user-page .left ul li.active::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 4px;
    border-radius: 4px;
    background-color: var(--color);
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.user-page .left ul li em {
    font-style: normal;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    padding: 0 5px;
    font-size: 11px;
    color: #fff;
    background-color: var(--color);
    margin-left: 5px
}

.user-page .right .qiye-dangan .t .layui-input {
    width: 240px;
    height: 34px;
    line-height: 34px;
    font-size: 14px
}

.user-page .right .qiye-dangan .t .layui-btn {
    height: 34px;
    line-height: 34px;
    margin-left: 6px;
    font-size: 14px
}

.user-page .layui-form .value {
    display: none
}

.user-page .layui-form span.value {
    height: 42px;
    line-height: 42px;
    border: 1px solid #eee;
    width: 220px;
    border-radius: 5px;
    padding: 0 10px
}

.user-page .layui-form .edit-btn-box {
    display: none
}

.user-page .layui-form.un-edit .layui-form-label {
    opacity: 0.65
}

.user-page .layui-form.un-edit .required {
    display: none
}

.user-page .layui-form.un-edit .layui-input-inline, .user-page .layui-form.un-edit .layui-form-mid, .user-page .layui-form.un-edit .submit-btn-box, .user-page .layui-form.un-edit .moban {
    display: none
}

.user-page .layui-form.un-edit .value {
    display: inline-block
}

.user-page .layui-form.un-edit .edit-btn-box {
    display: block
}

.user-page .dangan-form h3 {
    background-color: #f2f2f2;
    padding: 15px 20px
}

.user-page .dangan-form .layui-form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

.user-page .dangan-form .layui-form-label {
    width: 400px;
    padding-left: 20px;
    text-align: left
}

.user-page .dangan-form .layui-form-label::after {
    content: " *";
    font-size: 16px;
    color: var(--color)
}

.user-page .dangan-form .layui-input-block {
    margin-left: 20px
}

.user-page .dangan-form .layui-form-checkbox[lay-skin="primary"] {
    line-height: 28px !important
}

.user-page .dangan-form .layui-form-checkbox[lay-skin="primary"] > div {
    color: #333
}

.user-page .dangan-form .layui-form-checkbox[lay-skin="primary"] > i {
    top: 50%;
    margin-top: -8px
}

.user-page .msg-box.yidu {
    opacity: 0.5
}

.user-page .msg-box .layui-form-checkbox {
    transform: translateY(3px);
    display: none
}

.user-page .msg-box .t h3 {
    font-size: 16px;
    font-weight: 400
}

.user-page .msg-box .t h3 + div {
    margin: 8px 0;
    opacity: 0.35
}

.user-page .msg-box .con {
    font-size: 14px;
    opacity: 0.65;
    padding-bottom: 15px
}

.user-page .msg-box + .msg-box {
    margin-top: 20px
}

.user-page .is-edit .msg-box .layui-form-checkbox {
    display: block
}

.t_head {
    background-color: #f2f2f2;
    font-weight: bold
}

.t_head, .t_body {
    line-height: 24px
}

.t_head .s_1, .t_head .s_2, .t_head .s_3, .t_head .s_4, .t_head .s_5, .t_body .s_1, .t_body .s_2, .t_body .s_3, .t_body .s_4, .t_body .s_5 {
    padding: 14px 0
}

.t_head .s_1, .t_body .s_1 {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px
}

.t_head .s_2, .t_body .s_2 {
    flex: 0 0 240px
}

.t_head .s_3, .t_body .s_3 {
    flex: 0 0 120px
}

.t_head .s_4, .t_body .s_4 {
    flex: 0 0 120px
}

.t_head .s_4 .layui-btn, .t_body .s_4 .layui-btn {
    height: 26px;
    width: 50px;
    line-height: 26px;
    padding: 0;
    font-size: 12px;
    border: 0
}

.t_page li + li {
    margin-left: 5px
}

.t_page li a, .t_page li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
    cursor: pointer
}

.t_page li a.active, .t_page li span.active {
    background-color: var(--color);
    color: #fff
}

.t_page li a:not(.active):hover, .t_page li span:not(.active):hover {
    color: var(--color)
}

.pay-page .border {
    padding: 30px;
    width: 1000px;
    max-width: calc(100vw - 40px);
    min-width: 780px;
    border-radius: 15px
}

.pay-page .border .info > div {
    margin: 20px 0
}

.pay-page .border .info label {
    flex: 0 0 100px
}

.pay-page .border .info .pay {
    border: 2px solid #e2e2e2;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer
}

.pay-page .border .info .pay img {
    height: 52px
}

.pay-page .border .info .pay.active {
    border-color: var(--color)
}

.pay-page .border .zhifu-ewm {
    height: 240px;
    width: 240px;
    border: 2px solid #e2e2e2;
    border-radius: 6px
}

.pingjia-list .item-title .tag {
    flex: 0 0 38px;
    height: 38px;
    line-height: 38px;
    padding: 0 6px;
    border-radius: 38px;
    background-color: var(--color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-right: 4px;
    transform: translateY(-2px)
}

.pingjia-list .item-title .tag.zheng {
    --color: #ffb800
}

.pingjia-list .item-imgs img {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    margin-top: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer
}

.pingjia-list .item-imgs img + img {
    margin-left: 10px
}

.pingjia-page .pingjia-form-box .layui-textarea {
    border: 0;
    border-radius: 10px;
    line-height: 24px;
    height: 80px;
    min-height: 80px;
    outline: none;
    box-shadow: none;
    padding: 5px
}

.pingjia-page .pingjia-form-box .type span {
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    cursor: pointer
}

.pingjia-page .pingjia-form-box .type span + span {
    margin-left: 10px
}

.pingjia-page .pingjia-form-box .type span.active {
    background-color: var(--color);
    color: #fff
}

.pingjia-page .pingjia-form-box .layui-btn {
    height: 36px;
    line-height: 36px
}

.pingjia-page .pingjia-form-box .add-img-box {
    left: 0;
    bottom: 0;
    width: 100%
}

.pingjia-page .pingjia-form-box .add-img-box img {
    height: 72px;
    width: 72px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.pingjia-page .pingjia-form-box .add-img-box .img {
    margin-right: 10px
}

.pingjia-page .pingjia-form-box .add-img-box .img i {
    height: 16px;
    width: 16px;
    font-size: 14px;
    border-radius: 4px;
    background-color: var(--color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px
}

.xinzeng-page .search-box, .xinzeng-page .user-list {
    width: 500px
}

.xinzeng-page .user-list {
    line-height: 56px;
    font-size: 15px;
    background-color: #f2f2f2;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 15px
}

.xinzeng-page .user-list .user-item {
    border-bottom: 1px solid #e8e8e8
}

.xinzeng-page .user-list .user-item:last-child {
    border: 0
}

.xinzeng-page .layui-form .layui-form-label {
    width: 120px;
    padding-left: 20px
}

.xinzeng-page .layui-form .layui-form-label::after {
    content: " *";
    font-size: 16px;
    color: var(--color)
}

.xinzeng-page .layui-form span.value {
    height: 42px;
    line-height: 42px;
    border: 1px solid #eee;
    width: 220px;
    border-radius: 5px;
    padding: 0 10px
}

.xinzeng-page .layui-form .file-btn {
    background: none;
    color: #3a3a3a;
    border: 1px solid #eee;
    height: 42px;
    line-height: 42px;
    border-radius: 5px
}

.xinzeng-page .layui-form .delete-btn {
    width: 52px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    font-size: 13px !important
}

.xinzeng-page .layui-form .layui-upload-list, .xinzeng-page .layui-form .layui-table {
    margin-top: 0
}

.yaoqing-con .t_head .s_1, .yaoqing-con .t_body .s_1 {
    flex: 0 0 120px;
    padding-left: 15px;
    padding-right: 15px
}

.yaoqing-con .t_head .s_2, .yaoqing-con .t_body .s_2 {
    flex: 0 0 100px
}

.yaoqing-con .t_head .s_3, .yaoqing-con .t_body .s_3 {
    flex: 1
}

.yaoqing-con .t_head .s_4, .yaoqing-con .t_body .s_4 {
    flex: 0 0 180px
}

.yaoqing-con .t_head .s_5, .yaoqing-con .t_body .s_5 {
    flex: 0 0 200px
}

.yaoqing-con .t_body .item .s_2 .vip {
    font-style: normal;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    border-radius: 5px;
    background-color: #ffb800;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    margin-left: 4px;
    transform: translateY(-1px)
}

.xingji i.iconfont {
    font-size: 14px;
    margin-right: 4px;
    color: var(--color)
}

.xingji i.iconfont.hui {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: 0.35
}

.xingji .label {
    min-width: 82px;
    opacity: 0.5
}

.xingji .layui-form-radio {
    margin-top: 1px
}

.layui-form .xingji i.iconfont {
    font-size: 18px
}

.baogao-page main {
    min-height: 100vh
}

.baogao-page main .wrap {
    width: 750px;
    min-height: 100vh;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto
}

.baogao-page main .wrap .score-box {
    background: url(../img/bg.jpg) center #fff;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    height: 100vh
}

.baogao-page main .wrap .score-box::before {
    content: "";
    height: 500px;
    width: 500px;
    border-radius: 500px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
    position: absolute;
    top: -50%;
    right: -15%
}

.baogao-page main .wrap .score-box .md5 {
    top: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.2)
}

.baogao-page main .wrap .score-box .des {
    min-width: 420px
}

.baogao-page main .wrap .score-box .des > div {
    padding: 10px !important
}

.baogao-page main .wrap .score-box .table {
    min-width: 420px;
    border: 0 solid #e8e8e8;
    border-width: 1px 0 0 1px
}

.baogao-page main .wrap .score-box .table .td {
    padding: 10px !important;
    border: 0 solid #e8e8e8;
    border-width: 0 1px 1px 0
}

.baogao-page main .wrap .chart-box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-55%);
    width: 300px
}

.baogao-page main .wrap .chart-box .chart {
    height: 240px;
    width: 300px
}

.baogao-page main .wrap .chart-box .pingjia {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -90%);
    margin-top: 15px;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
    z-index: 10;
    text-shadow: 0 0 5px rgba(129, 3, 13, 0.15);
    color: var(--color)
}

.baogao-page main .wrap .con {
    position: relative;
    z-index: 10
}

.baogao-page main .wrap .con .user-info img {
    height: 60px
}

.baogao-page main .wrap .con .user-info .info span {
    flex: 0 0 50%;
    max-width: 50%
}

.baogao-page main .wrap .con .info .item {
    min-width: 100%;
    padding: 10px 0;
    line-height: 20px;
    font-size: 15px
}

.baogao-page main .wrap .con .info .item .label {
    opacity: 0.5
}

.baogao-page main .con .table {
    border: 0 solid #e8e8e8;
    border-width: 1px 0 0 1px
}

.baogao-page main .con .table .th {
    font-weight: 600
}

.baogao-page main .con .table .th, .baogao-page main .con .table .tr {
    display: flex;
    align-items: stretch;
    justify-content: center
}

.baogao-page main .con .table .th .td, .baogao-page main .con .table .tr .td {
    border: 0 solid #e8e8e8;
    border-width: 0 1px 0 0
}

.baogao-page main .con .table .th .td:nth-child(1), .baogao-page main .con .table .tr .td:nth-child(1) {
    flex: 2;
    border-bottom: 1px solid #e8e8e8
}

.baogao-page main .con .table .th .td:nth-child(2), .baogao-page main .con .table .tr .td:nth-child(2) {
    flex: 2
}

.baogao-page main .con .table .th .td:nth-child(3), .baogao-page main .con .table .tr .td:nth-child(3) {
    flex: 1
}

.baogao-page main .con .table .th .td div, .baogao-page main .con .table .tr .td div {
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    border-bottom: 1px solid #e8e8e8
}

.baogao-page main .shuoming-box {
    opacity: 0.75
}

.baogao-page main .shuoming-box p {
    line-height: 24px
}

.baogao-page main .shuoming-box p em {
    font-style: normal;
    color: red
}

.baogao-page main .zhengjian-list .list {
    margin-left: -15px;
    margin-right: -15px
}

.baogao-page main .zhengjian-list .list .item {
    margin: 20px 15px 0;
    flex: 0 0 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px)
}

.baogao-page main .zhengjian-list .list .item img {
    height: 130px;
    width: 100%;
    border-radius: 10px
}

.baogao-page .box-shadow {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15)
}

.baogao-page .pingjia-box .tx {
    height: 50px
}

.baogao-page .pingjia-box .pl-56 {
    padding-left: 56px
}

.baogao-page .pingjia-box .ml-56 {
    margin-left: 56px
}

.baogao-page .pingjia-box .item-imgs img {
    height: 88px;
    width: 88px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    margin-top: 10px
}

.baogao-page .pingjia-box .item-imgs img + img {
    margin-left: 10px
}

.baogao-page .jiesuo-btn:hover {
    color: #fff
}

.dian {
    height: 3px;
    width: 3px;
    border-radius: 3px;
    background-color: #a2a2a2;
    display: inline-block;
    margin: 0 5px
}

.xiaoxi-tishi {
    position: fixed;
    top: 0;
    background-color: #fff;
    padding: 15px;
    border-left: 4px solid var(--color);
    z-index: 999999;
    font-size: 14px;
    min-width: 320px;
    right: -320px;
    transition: right 0.3s ease
}

.xiaoxi-tishi.show {
    right: 0
}

.shaixuan .layui-form-label {
    width: auto;
    padding-left: 0
}

.shaixuan .layui-input, .shaixuan .layui-select, .shaixuan .layui-textarea, .shaixuan .layui-btn {
    height: 34px;
    line-height: 34px
}

.shaixuan .layui-form-label, .shaixuan .layui-form-mid {
    line-height: 34px;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.shaixuan .btns button {
    width: 60px !important;
    height: 34px !important;
    line-height: 34px !important;
    padding: 0;
    font-size: 14px !important
}

.shaixuan .btns button[type="reset"] {
    margin-left: 5px
}
