@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}


body {
    position: relative;
    color: #222;
    background-color: #5781b0;
    font: 14px/1.5 "Microsoft YaHei", PingFangSC-Light, "PingFang SC", SimSun, Arial;
}

a {
    text-decoration: none;
    color: #666
}

a:hover {
    color: #08c
}

a:focus {
    outline: 0
}

ol,
ul {
    list-style: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

textarea {
    resize: none
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
img,
p {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
}

button {
    cursor: pointer;
    border: 0;
}

.both {
    clear: both;
}

html {
    font-size: 100px;
}

@media (min-width: 320px) {
    html {
        font-size: 108px !important
    }
}

@media (min-width: 360px) {
    html {
        font-size: 112px !important
    }
}

@media (min-width: 400px) {
    html {
        font-size: 125px !important
    }
}

@media (min-width: 480px) {
    html {
        font-size: 150px !important
    }
}

@media (min-width: 540px) {
    html {
        font-size: 168px !important
    }

}

@media (min-width: 640px) {
    html {
        font-size: 200px !important
    }
}

@media (min-width: 720px) {
    html {
        font-size: 225px !important
    }

}

@media (min-width: 768px) {
    html {
        font-size: 240px !important
    }

}

@media (min-width: 800px) {
    html {
        font-size: 250px !important
    }

}

body {
    background-image: url('/img/index-bg.png');
    background-repeat: no-repeat;
    background-size: 100% cover;
}


.header {
    position: relative;
    background-color: #fff;
    height: 56px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.header .mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: -1;
}

.header .top {
    width: 836px;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 25px;
}

.header .account {
    height: 76px;
    display: flex;
    align-items: center;
}

.header .avatar {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #f1f4f9;

}

.header .logout {
    position: absolute;
    top: 50px;
    left: -100px;
    width: 150px;
    line-height: 26px;
    background-color: #fff;
    border-radius: 8px;
    z-index: 999999;
    display: none;

}

.header .logout .row {
    padding: 5px 20px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #8592a3;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header .logout .row .logout_icon {
    width: 24px;
    height: 24px;
    background-image: url('../img/logout.png');
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
}

.main {
    margin-top: 56px;
    width: 100%;
    display: flex;
    justify-content: center;
}



.main .mask-l {
    width: 100%;
    background-color: rgba(108, 108, 108, 0.0);
}

.main .mask-r {
    width: 100%;
    background-color: rgba(108, 108, 108, 0.0);
}

.main .container {
    width: 836px;
    flex: 0 0 836px;
    padding: 0 25px;

}

.main .container .tbox1 {
    background-color: #fffdf0;
    width: 100%;
    border-radius: 6px;
    border: 6px solid #ebe8d5;
    padding: 0px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
}





.main .container .container-header {
    width: 100%;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;

}

.main .container .container-header-l {
    display: flex;
    align-items: baseline;
}



.main .container .container-header img {
    margin-right: 20px;
}

.main .container .container-header .question {
    width: 35px;
    height: 35px;
    background-image: url('../img/question.png');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}


.container .content-hd {
    display: flex;
    justify-content: space-between;
    color: #aea28b;
    padding: 10px 15px;
}

.container .content-hd .content-hd-left .title {
    font-weight: 600;
    font-size: 16px;
    color: #8e817b;
    line-height: 40px;
    margin-top: 10px;
}

.container .content-hd .title span {
    color: #c6894d;
}

.container .content-hd .desc {
    font-size: 12px;
}

.container .content-hd .content-hd-right .title {
    font-weight: 600;
    font-size: 16px;
    color: #8e817b;
    line-height: 40px;
    text-align: right;
    margin-right: 20px;
}

.container .content-hd .signin {
    background-color: #bbae97;
    background-image: url('../img/btn-icon.png');
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 130px 13px;
    border-radius: 30px;
    padding: 5px 25px;
    line-height: 26px;
    width: 150px;
    color: #fff;
    margin: 0 5px;
}

.container .content-hd .signin:hover {
    background-color: #cabca2;
}

.tbox1 .content-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #fffdf0;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.tbox1 .content-list .empty {
    display: block;
    width: 105px;
    margin: 0 8px 20px 0;
}

.content-list .item {
    position: relative;
    width: 105px;
    height: 145px;
    text-align: center;
    background-image: url('../img/qiandao1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 8px 20px 0;
}

.content-list .point {
    display: none;
}

.content-list .active {
    cursor: pointer;
}

.content-list .active .point {
    display: block;
    position: absolute;
    top: -15px;
    right: -10px;
    width: 33px;
    height: 33px;
    background: url(../img/icon_1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
}


.content-list .active .item-bg {
    position: absolute;
    width: 136px;
    height: 176px;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    background: url(../img/actived-bg.add9b88d.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.content-list .signed_in {
    cursor: pointer;
    background-image: url('../img/qiandao2.png') !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content-list .signed_in .item-bg {
    display: none;
}

.content-list .item:hover .item-bg {
    opacity: 0.6;
}

.content-list .item .item-pic {
    position: relative;
    height: 110px;
    box-sizing: border-box;
    padding: 16px;
    z-index: 100;
}

.content-list .item .item-pic img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.content-list .item .item-num {
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    color: #fffdf0;
    z-index: 100;
}

.content-list .item .item-day {
    position: relative;
    line-height: 30px;
    color: #b8ab93;
    z-index: 100;
}

.main .container .tbox2 {
    background-color: #fffdf0;
    width: 100%;
    border-radius: 6px;
    border: 6px solid #ebe8d5;
    padding: 20px 0 0px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}



.tbox-left {
    width: 100%;
    display: flex;
    padding: 10px;
    flex: 1;
}

.tbox2 .content-list {
    width: 480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #fffdf0;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}


.foot-logo {
    text-align: center;
    padding: 30px;
}

.foot_bg {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 600px;
    background-image: url('../img/qiandao6.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center bottom;
    z-index: -1;
    pointer-events: none;
}

.popup {
    position: absolute;
    width: 288px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    top: 0;
    left: 105px;
    z-index: 999;
    padding: 10px;
    box-sizing: border-box;
}

.popup .popup-top {
    display: flex;
    align-items: center;
    color: #43424b;
    margin-bottom: 10px;
}

.popup .popup-top .pic {
    width: 78px;
    height: 78px;
    border: 1px solid #818693;
    padding: 1px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    flex: 1;
}

.popup .popup-top .pic img {
    object-fit: cover;
}

.popup .popup-top .popup-top-right {
    width: 100%;
    text-align: left;

}

.popup .popup-top .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
}

.popup .popup-content {
    background-color: #f3f5f9;
    text-align: left;
    padding: 0 10px;

}

.popup .zhuyao {
    padding: 5px;
    line-height: 26px;
    font-size: 16px;
    border-bottom: 1px dashed #999;
}

.popup .shuxing {
    padding: 5px;
    line-height: 26px;
    font-size: 14px;
    border-bottom: 1px dashed #999;

}

.popup .shuxing .text {
    display: flex;
    align-items: center;
}

.popup .shuxing .icon {
    width: 10px;
    height: 10px;
    background-color: #9193a2;
    display: inline-block;
    margin-right: 8px;
    transform: rotate(45deg);
}

.popup .miaoshu {
    padding: 5px;
}

.popup .miaoshu .text {
    white-space: normal;
    word-break: break-all;
    line-height: 26px;
}

.popup_desc {
    width: 90%;
    max-width: 400px;
    border-radius: 8px !important;
}

.popup_m {
    position: relative;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
}

.popup_m .popup-top {
    display: flex;
    align-items: center;
    color: #43424b;
    margin-bottom: 10px;
}

.popup_m .popup-top .pic {
    width: 78px;
    height: 78px;
    border: 1px solid #818693;
    padding: 1px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    flex: 1;
}

.popup_m .popup-top .pic img {
    object-fit: cover;
}

.popup_m .popup-top .popup-top-right {
    width: 100%;
    text-align: left;

}

.popup_m .popup-top .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
}

.popup_m .popup-content {
    background-color: #f3f5f9;
    text-align: left;
    padding: 0 10px;

}

.popup_m .zhuyao {
    padding: 5px;
    line-height: 26px;
    font-size: 16px;
    border-bottom: 1px dashed #999;
}

.popup_m .shuxing {
    padding: 5px;
    line-height: 26px;
    font-size: 14px;
    border-bottom: 1px dashed #999;

}

.popup_m .shuxing .text {
    display: flex;
    align-items: center;
}

.popup_m .shuxing .icon {
    width: 10px;
    height: 10px;
    background-color: #9193a2;
    display: inline-block;
    margin-right: 8px;
    transform: rotate(45deg);
}

.popup_m .miaoshu {
    padding: 5px;
}

.popup_m .miaoshu .text {
    white-space: normal;
    word-break: break-all;
    line-height: 26px;
}



.protocol {
    background-color: #fffdf0 !important;
    border: 5px solid #ebe8d5 !important;
    border-radius: 10px !important;
    width: 530px;
    height: 600px;
}

.protocol-content {
    padding: 50px;
    background-color: #fffdf0;
}

.protocol-title {
    text-align: center;
    background-color: #f2efde;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin-bottom: 20px;
}

.protocol-text {
    width: 100%;
    height: 430px;
    line-height: 26px;
    font-size: 16px;
    overflow-y: scroll;
    color: #8e816a;
}

.protocol-text p {
    margin-bottom: 10px;
}

.login {
    background-color: #fff;
    border-radius: 10px !important;
    width: 400px;
    height: 360px;

}

.login-main {
    padding: 30px;
    box-sizing: border-box;
}

.login-logo {
    background-image: url('../img/login_logo.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 48px;
    margin: -8px auto 8px auto;
}

.login-title {
    line-height: 36px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}


.login .layui-form-item {
    padding: 8px 0;
}

.login .layui-btn {
    background-color: #4d4f53;
    color: #ceb78b !important;
    font-size: 16px !important;
    border-radius: 15px !important;
}

.login .layui-input {
    border-radius: 10px !important;

}

.login .layui-input:hover {
    border-color: #d2d2d2 !important
}

/* 自定义整个滚动条 */
.protocol-text::-webkit-scrollbar {
    width: 5px;
    /* 设置滚动条的宽度 */
}



/* 自定义滚动条的滑块（thumb） */
.protocol-text::-webkit-scrollbar-thumb {
    background: #ebe8d5;
    /* 设置滑块的背景颜色 */
}

/* 当滑块悬停或活动时，可以添加更多样式 */
.protocol-text::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* 设置滑块在悬停状态下的背景颜色 */
}

.user_account {
    display: none;
}

@media screen and (max-width: 890px) {

    .header,
    .mask-l,
    .mask-r,
    .container .content-hd .desc,
    .foot_bg {
        display: none;
    }

    .user_account {
        display: block;
        line-height: 26px;
        color: #fff;
        padding: 15px 15px 0 15px;
    }


    .main {
        margin-top: 0;
    }

    .main .container .container-header .question {
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .main .container {
        width: 100% !important;
        flex: 0 0 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .main .container .container-header {
        align-items: flex-start;
        padding: 0px;
        padding-top: 0.1rem;

    }

    .main .container .container-header .t1 {
        width: 0.9rem !important;
        height: auto !important;
    }

    .main .container .container-header .t2 {
        width: 3rem !important;
        height: auto !important;
        margin-top: 30px;
    }

    .container .content-hd {
        padding: 10px;
    }

    .container .content-hd .content-hd-left .title {
        font-size: 0.12rem;
        line-height: 0.4rem;
        margin-top: 0;
    }

    .container .content-hd .content-hd-right .title {
        font-size: 0.128rem;
        line-height: 0.4rem;
    }

    .container .content-hd .btn {
        display: flex;
    }

    .container .content-hd .signin {
        width: 0.75rem;
        padding: 0.02rem 0px !important;
        font-size: 0.12rem;
        line-height: 0.26rem;
        background-position: 0.6rem 0.1rem;
        background-size: 0.08rem 0.08rem;
        margin: 0;
        margin-left: 5px !important;
    }


    .tbox1 .content-list {
        padding: 3px;
        padding-right: 6px;
    }

    .content-list .item {
        width: calc(25% - 5px);
        height: 1rem;
        margin: 0 0 15px 5px;
        background-size: 100% 100%;
    }

    .content-list .item .item-bg {
        position: absolute;
        background-size: 100% 100%;
        width: 126%;
        height: 1.16rem;
        left: 50%;
        top: -0.04rem;
    }

    .content-list .item .item-pic {
        height: 0.76rem;
        padding: 0.13rem;
        margin: 0 auto;
        text-align: center;
    }

    .content-list .item .item-pic img {
        width: 0.46rem;
        height: 0.46rem;

    }

    .content-list .item .item-day {
        line-height: 0.26rem;
        font-size: 0.12rem;
    }

    .content-list .item .item-num {
        top: 0.61rem;
        font-size: 0.12rem;
    }

    .protocol-content {
        padding: 10px;
    }

    .protocol {
        height: 80vh;
    }

    .protocol-text {
        width: 100%;
        height: 65vh;
        line-height: 26px;
        font-size: 14px;
        overflow-y: scroll;
    }

    .main .container .tbox2 {
        display: block;
        padding: 0;
        margin-top: 20px;
    }

    .tbox2 .tbox-left {
        justify-content: center;
        align-items: center;
    }

    .tbox2 .tbox-left .t1 {
        width: 0.7rem;
        height: auto;
        margin-right: 10px;
    }

    .tbox2 .tbox-left .t2 {
        width: 1rem;
        height: auto;
    }

    .tbox2 .content-list {
        width: 100%;
        padding: 3px;
        padding-right: 6px;
        box-sizing: border-box;
    }


    .popup {
        left: 50%;
        transform: translateX(-50%);

    }

    .foot-logo img {
        width: 3rem;
        height: 1.83rem;
    }
}