#app {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

header {
    text-align: center;
}

header h2 {
    font-size: 0.8rem;
    height: 2rem;
    color: #1f1f1f;
    line-height: 2rem;
    box-sizing: border-box;
    font-weight: bolder;
    position: relative;
}

header .text {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.6rem;
    padding: 0 0.8rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

header img {
    width: 3.5rem;
}

header p {
    flex: 1;
    color: #858585;
    text-align: left;
    padding-left: 0.5rem;
    box-sizing: border-box;
    position: relative;
}

header p::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    border-top: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 0.3rem;
    border-radius: 0.3rem;
    background-color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0.3rem;
}

.con {
    flex: 1;
    -webkit-box-flex: 1;
    background-color: #f5f5f5;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 0.3s;
    position: relative;
}

.con::-webkit-scrollbar {
    display: none;
}

.swiper_box,
.info {
    background: #fff;
    border-radius: 0.36rem;
    margin: 0.5rem;
    overflow: hidden;
}

.mySwiper {
    margin: 0.4rem;
    border-radius: 0.6rem;
    overflow: hidden;
}

.mySwiper img {
    display: block;
    width: 100%;
}

.swiper_box .text {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 0.68rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.swiper_box .text::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-bottom: 0.1rem solid #e8e8e8;
    transform: scaleY(0.5);
}

.swiper_box .text a {
    display: block;
    padding: 0.15rem 0.65rem;
    box-sizing: border-box;
    border-radius: 0.3rem;
    background-color: #f5f5f5;
    font-weight: bolder;
    color: #000;
}

.info {
    padding: 0.5rem;
    box-sizing: border-box;
}

.info .tit {
    display: flex;
    align-items: center;
}

.info .tit img {
    display: block;
    width: 2.5rem;
}

.info .tit .text {
    flex: 1;
    padding-left: 0.8rem;
    box-sizing: border-box;
}

.info .tit .text h3 {
    font-size: 0.8rem;
    line-height: 1.6;
}

.info .tit .text .list {
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}

.info .tit .text span {
    display: inline-flex;
    align-items: center;
    font-size: 0.6rem;
    height: 0.9rem;
    line-height: 0.9rem;
    border-radius: .5rem;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 0rem 0.2rem;
    margin-right: 0.3rem;
    position: relative;
}

.info .tit .text span:first-child {
    padding-left: 0.7rem;
    box-sizing: border-box;
}

.info .tit .text span img {
    display: block;
    width: 1rem;
    position: absolute;
    top: 50%;
    left: -0.425rem;
    transform: translateY(-50%);
}

.info .tit .text span:first-child {
    background: hsla(36, 65%, 71%, .28);
    color: #c2934e;
}

.info .tit .text span:last-child {
    background: rgba(78, 110, 242, .1);
    color: #4e6ef2;
}

.info .project {
    width: 100%;
    font-size: 0.7rem;
    margin: 0.3rem 0;
}

.info .project p {
    display: inline-block;
    margin-top: 0.3rem;
}

.info .project span {
    display: inline-block;
    padding: 0.1rem 0.45rem;
    box-sizing: border-box;
    background: #f0f0f0;
    border-radius: 5rem;
    font-size: .6rem;
}

.info>p {
    font-size: 0.63rem;
    line-height: 1.6;
    margin-top: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal
}

.con_text {
    width: 100%;
    min-height: 30%;
    padding: 0.3rem 0;
    box-sizing: border-box;
}

.item {
    margin: 0.5rem;
}

.item .item_text {
    display: flex;
    align-items: start;
}

.item .img {
    width: 2.5rem;
    border-radius: 50%;
    background-color: #6495ED;
    padding: 0.3rem;
    box-sizing: border-box;
    box-shadow: 0 0 5px 3px #f2f2fb;
}

.item .img img {
    display: block;
    width: 100%;
}

.item .p {
    flex: 1;
}

.item .p h6 {
    font-size: 0.7rem;
    color: #333;
    line-height: 1.6;
    margin-left: 0.7rem;
    margin-bottom: 0.3rem;
    font-weight: normal;
}

.item .p h6 span {
    margin-left: 0.5rem;
    font-size: 0.6rem;
}

.item .p p {
    padding: 0.45rem 0.5rem;
    box-sizing: border-box;
    background: #f2f2fb;
    font-size: 0.68rem;
    border-radius: 0.4rem;
    margin-left: 0.7rem;
    position: relative;
    box-shadow: 0 1px 6px 0 #cfd1d3;
    margin-bottom: 0.5rem;
}

.item .p p::after {
    position: absolute;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    top: 15%;
    left: -0.6rem;
    border-top: 0.6rem solid #f2f2fb;
    border-left: 0.6rem solid transparent;
    box-sizing: border-box;
}

.item .p a {
    color: #38f;
}

.jd {
    display: table;
    margin: 0rem auto 0.3rem;
    padding: 0.2rem 0.5rem;
    box-sizing: border-box;
    background-color: #eee;
    color: #858585;
    font-size: 0.65rem;
    border-radius: 0.3rem;
}

.footer {
    width: 100%;
    box-shadow: 0px -2px 5px 0px #ddd;
    box-sizing: border-box;
}

.footer .btn_box {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    white-space: nowrap;
    padding-top: 0.3rem;
    background-color: #fff;
    box-sizing: border-box;
}

.footer .btn_box p {
    display: block;
    height: 100%;
    font-size: 0.6rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
}

.footer .btn_box .btn {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 0.3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.footer .btn::-webkit-scrollbar {
    display: none;
}

.footer .btn>a {
    display: inline-block;
    font-size: 0.6rem;
    padding: 0.13rem 0.5rem;
    box-sizing: border-box;
    background: #fff0e6;
    border: 1px solid rgba(255, 102, 0, 0.5);
    color: #f7560c;
    margin-right: 0.3rem;
    border-radius: .8rem;
    vertical-align: bottom;
}

.footer .btn>a:last-child {
    margin-right: 0.5rem;
}

.footer .btn>a i {
    vertical-align: bottom;
}

.footer .btn>a.on {
    border-color: #4e6ef2;
    color: #4e6ef2;
}

.footer .inp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    box-sizing: border-box;
}

.footer .inp img {
    display: inline-block;
    width: 100%;
}

.footer .inp .sm_btn,
.footer .inp .add_btn,
.footer .inp .input span {
    display: block;
    width: 1rem;
}

.footer .inp .sm_btn,
.footer .inp .add_btn {
    margin-right: 0.6rem;
}

.footer .inp .input {
    flex: 1;
    background: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 1rem;
    color: #1f1f1f;
    margin-right: .42rem;
    max-height: 4.14rem;
    padding: 0.45rem;
    box-sizing: border-box;
    position: relative;
}

.footer .inp .input textarea {
    display: block;
    background: #f1f1f1;
    font-size: .7rem;
    top: .25rem;
    width: calc(100% - 1rem);
    overflow-y: scroll;
    max-height: 3.3rem;
    text-align: left;
    word-break: break-all;
}

.footer .inp .input span {
    position: absolute;
    bottom: 0.35rem;
    right: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send {
    display: inline-block;
    background: #4e6ef2;
    border-radius: .4rem;
    font-size: .7rem;
    margin: 0 0 .14rem;
    padding: 0.2rem 0.5rem;
    box-sizing: border-box;
    color: #fff;
}

.ba {
    width: 100%;
    text-align: center;
    font-size: 0.6rem;
    padding: 0.5rem 0;
    box-sizing: border-box;
    color: #777;
}

.ba p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
}

.ba img {
    display: block;
    width: 0.8rem;
    margin-right: 0.2rem;
}