@charset "UTF-8";
body {
    background: #f5f6f8;
}
body,
input,
textarea {
    font-size: 0.28rem;
}
.bgfff {
    background: #fff;
    padding: 0.3rem;
}
.radius {
    border-radius: 0.2rem;
}
.pt25 {
    padding-top: 0.25rem;
}
.pb25 {
    padding-bottom: 0.25rem;
}
.pt30 {
    padding-top: 0.3rem;
}
.pb30 {
    padding-bottom: 0.3rem;
}
.pd30 {
    padding: 0.3rem;
}
.pl30 {
    padding-left: 0.3rem;
}
.pr30 {
    padding-right: 0.3rem;
}
.pb40 {
    padding-bottom: 0.4rem;
}
.mt25 {
    margin-top: 0.25rem;
}
.mt30 {
    margin-top: 0.3rem;
}
.mb30 {
    margin-bottom: 0.3rem;
}
.ml30 {
    margin-left: 0.3rem;
}
.mr30 {
    margin-right: 0.3rem;
}
.flex {
    flex: 1;
}
.listdata_desc {
    color: #999;
}

.login_tit_box {
    height: 2.3rem;
}
.login_tit {
    margin-bottom: 0.3rem;
    font-size: 0.36rem;
    line-height: 0.5rem;
}
.login-form {
    background-color: white;
    border-radius: 0.2rem;
    padding: 0.3rem;
    position: relative;
    z-index: 100;
}
.login-form .form-item {
    position: relative;
}
.login-form .form-item .label {
    display: block;
    font-size: 0.3rem;
    color: #000;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-form .form-item .input-box {
    width: 100%;
    height: 1rem;
    border-radius: 0.2rem;
    background-color: #f2f2f2;
    padding: 0 0.3rem;
    font-size: 0.3rem;
    line-height: 1rem;
    border: none;
    outline: none;
}
.login-form .form-item .input-box {
    padding-left: 1.9rem;
}
.login-btn {
    display: block;
    text-align: center;
    width: 100%;
    background: #3478ff;
    color: white;
    border: none;
    border-radius: 0.2rem;
    padding: 0.3rem 0;
    font-size: 0.32rem;
    line-height: 0.4rem;
    margin-top: 1rem;
    height: 1rem !important;
}

.submit_success_box {
    padding-top: 0.5rem;
}
.submit_success_box .pic {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
}
.submit_success_box .desc {
    text-align: center;
    font-size: 0.44rem;
    line-height: 0.62rem;
    margin-top: 0.2rem;
}

.success_footer .close_btn {
    display: block;
    text-align: center;
    width: 100%;
    background: rgba(51, 51, 51, 0.1);
    color: #333;
    border: none;
    border-radius: 0.2rem;
    padding: 0.3rem 0;
    font-size: 0.32rem;
    line-height: 0.4rem;
    height: 1rem !important;
}
.success_footer .tip {
    padding: 0.8rem;
    text-align: center;
    color: rgba(51, 51, 51, 0.5);
    font-size: 0.36rem;
}

.success_footer {
    /* position: fixed;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    bottom:0;left: 0;right: 0; */
}

.info_box {
    background: #fff;
    padding: 0.3rem;
    border-radius: 0.2rem;
    margin-top: 0.6rem;
}
.info_box .tit {
    font-size: 0.32rem;
    color: #333;
    line-height: 0.44rem;
    padding-bottom: 0.18rem;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}
.info_box .item {
    margin-top: 0.2rem;
    font-size: 0.28rem;
}
.info_box .item .text {
    color: rgba(51, 51, 51, 0.5);
}
.info_box .item .value {
    color: rgba(51, 51, 51, 1);
}

.index_footer_placeholder {
    height: 1.4rem;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.index_footer {
    background: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-bottom: calc(constant(safe-area-inset-bottom) + 0.2rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + 0.2rem);
    box-shadow: 0px -0.02rem 0.2rem 0px rgba(51, 51, 51, 0.2);
}

.next-btn {
    display: block;
    text-align: center;
    width: 100%;
    background: #3478ff;
    color: white;
    border: none;
    border-radius: 0.5rem;
    padding: 0.3rem 0;
    font-size: 0.32rem;
    line-height: 0.4rem;
    height: 1rem !important;
}

.i_top_tip {
    background: #3478ff;
    border-radius: 0.2rem;
    color: #fff;
    padding: 0.15rem 0;
    text-align: center;
    line-height: 1.4;
}
.i_top_tip .tit {
    font-size: 0.36rem;
}
.i_top_tip .desc {
    font-size: 0.22rem;
}

.huxing_list .item {
    margin-top: 0.3rem;
}
.huxing_list .item .cate_tit {
    background: rgba(225, 232, 248, 1);
    border-radius: 0.08rem;
    line-height: 0.4rem;
    padding: 0.2rem;
    border: 1px solid #3478ff;
    color: #3478ff;
    font-weight: 500;
}
.huxing_list .item .cate_tit .tit {
    font-size: 0.32rem;
}
.huxing_list .item .cate_tit .type {
    font-size: 0.28rem;
}
.huxing_list .item .list {
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
    margin-left: -0.15rem;
    margin-right: -0.15rem;
}
.huxing_list .item li {
    width: 33%;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    margin-top: 0.2rem;
}
.huxing_list .item .con {
    border: 0.04rem solid #333;
    padding: 0.16rem;
    text-align: center;
    border-radius: 0.2rem;
}
.huxing_list .item .con .img {
    margin: 0 auto;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #ccc;
    object-fit: cover;
    border-radius: 0.2rem;
    overflow: hidden;
}
.huxing_list .item .con .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.huxing_list .item .con .tit {
    margin-top: 0.15rem;
    line-height: 0.32rem;
    font-size: 0.3rem;
    font-weight: 500;
    color: #333;
}
.huxing_list .item .con.active {
    border-color: #f56c6c;
}
.huxing_list .item .con.active .tit {
    color: #f56c6c;
}
.huxing_list .item .con.delete {
    border-color: #eee;
}
.huxing_list .item .con.delete .tit {
    text-decoration: line-through;
    color: #999;
}

.fancybox-infobar,
.fancybox-button--thumbs,
.fancybox-navigation,
.fancybox-button--play,
.fancybox-button--zoom {
    display: none !important;
}

.fancybox-button--close {
    /*background: rgba(255, 255, 255, 0.8);*/
    border: 1px solid rgba(255, 255, 255, 1);
    background: #fff;
    border-radius: 4px;

    position: fixed;
    top: 10px;
    right: 10px;
    opacity: 1 !important;
}

.fancybox-button--close > svg {
    color: #000;
}

.navbar {
    width: 100%;
    height: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.35rem;
    background: #fff;
    box-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

.navbar > .right > button {
    color: #3478ff;
    margin-left: 0.25rem;
    font-size: 0.28rem;
}

.navbar > .right > button:active {
    opacity: 0.6;
}

.empty {
    padding: 0.5rem;
    display: flex;
    justify-content: center;
}

.empty > .title {
    font-size: 0.3rem;
    color: rgba(0, 0, 0, 0.5);
}
