.main {
    width: 100%;
    height: 100%;
}

.banner {
    padding: 0.2rem 0.3rem;
    border-bottom: 0.1rem solid #eeeeee;
}

.banner img {
    width: 100%;
}

.module {
    padding: 0.3rem;
}

.module .module-title {
    font-size: 0.32rem;
    color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #eeeeee;
}

.module .module-title .layui-icon {
    margin-right: 0.1rem;
}

.list {
    padding-bottom: 1rem;
}

.list .list-item {
    padding: 0.2rem 0;
    border-bottom: 1px solid #eeeeee;
}

.list .list-item .list-item-title {
    margin-bottom: 0.2rem;
}

.list .list-item .list-item-title .status {
    font-size: 0.24rem;
    color: #ffffff;
    background-color: rgb(224, 175, 106);
    padding: 0.05rem 0.1rem;
    border-radius: 0 0.16rem 0 0.16rem;
    margin-right: 0.1rem;
}

.list .list-item .list-item-title .status.end {
    background-color: red;
}

.list .list-item .list-item-title .title {
    font-size: 0.28rem;
    color: #000000;
}

.list .list-item .list-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.24rem;
    color: #999999;
}

.form {
    padding: 0 0.3rem 1.3rem;
}

.form .form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.28rem;
    padding: 0.2rem 0;
}

.form .form-item:nth-child(1) {
    border-bottom: 1px solid #eeeeee;
}

.form .form-item:nth-child(2),
.form .form-item:nth-child(3) {
    display: block;
}

.form .form-item:nth-child(2) .form-item-upload {
    margin-bottom: 0.3rem;
}

.form .form-item:nth-child(2) .form-item-upload-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form .form-item:nth-child(2) .form-item-upload-content {
    display: none;
}

.form .form-item:nth-child(2) .form-item-upload-content .layui-upload {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form .form-item:nth-child(2) .form-item-upload-content .layui-upload .layui-upload-list {
    margin-bottom: 0;
    margin-right: 0.3rem;
}

.form .form-item:nth-child(2) .form-item-upload-content .layui-upload .layui-upload-list img {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
}

.form .form-item:nth-child(2) .textarea {
    width: 100%;
    height: 3rem;
    border: none;
    padding: 0.2rem;
    background-color: rgb(247, 247, 247);
    resize: none;
    border-radius: 0.12rem;
    /* margin-bottom: 0.2rem; */
    box-sizing: border-box;
}

.form .form-item .label {
    width: 1.6rem;
}

.form .form-item .layui-input {
    border: none;
    height: 0.5rem;
    line-height: 0.5rem;
}

.form .form-item #uploadBtn {
    color: #409eff;
}

.form .form-item:nth-child(3) {
    background-color: rgb(247, 247, 247);
    padding: 0.2rem;
    border-radius: 0.12rem;
}

.form .form-item:nth-child(3) .tip {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0.24rem;
    color: #999999;
}

.form .form-item:nth-child(3) .tip .tip-left {
    width: 1.4rem;
}

.form .form-item:nth-child(3) .tip .tip-right {
    width: calc(100% - 1.4rem);
    height: 1.6rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.form .form-item:nth-child(3) .submit-btn {
    width: 90%;
    padding: 0.28rem;
    background-color: #409eff;
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    margin: 0.3rem auto 0;
    border-radius: 0.4rem;
}

.detail {
    padding: 0.3rem;
}

.detail-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}

.detail-user-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.detail-user-left .user-img {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin-right: 0.2rem;
}

.detail-user-left .user-info .user-name {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
}

.detail-user-left .user-info .user-date {
    font-size: 0.24rem;
    color: #999999;
}

.detail-user-right {
    padding: 0.06rem 0.14rem;
    background-color: rgb(0, 199, 94);
    font-size: 0.24rem;
    color: #ffffff;
    border-radius: 0.1rem;
}

.detail-content .detail-content-title {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
}

.detail-content .detail-content-main {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
}

.detail-content .img-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.1rem;
}

.detail-content .img-box img {
    display: block;
    width: calc(50% - 0.1rem);
    height: 2rem;
    border-radius: 0.1rem;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
}

.detail-reply {
    padding: 0.2rem;
    background-color: rgb(242, 242, 242);
    border-radius: 0.1rem;
    font-size: 0.28rem;
    position: relative;
}

.detail-reply::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 0.1rem solid rgb(242, 242, 242);
    border-right: 0.1rem solid transparent;
    border-left: 0.1rem solid transparent;
    position: absolute;
    top: -0.1rem;
    left: 0.3rem;
}
/*下载提示窗*/
.download {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.download .app {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin: 10px;
    float: left;
}

.download .name {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    float: left;
}

.download .btn {
    display: block;
    font-size: 14px;
    color: #fff;
    width: 54px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 17px 0 0 0;
    float: right;
    border-radius: 5px;
    background: linear-gradient(to bottom, #FE6835, #EA3018);
}

.download .no {
    width: 20px;
    height: 20px;
    margin: 20px 10px;
    float: right;
}