#app {
    overflow: hidden;
}

.pageOne {
    overflow: hidden;
    background-color: #fff;
}

.pageOne_title {
    margin-top: 60px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 33px;
    text-align: center;
}

.pageOne_describe {
    width: 280px;
    height: 44px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
}

.pageTwo {
    overflow: hidden;
    height: 40px;

    background: #F5F5F5;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.pageTwo .pageTwo_text{
    color: #A1A2A9;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    background: #F5F5F5;
    margin-left: 10px;
}
.pageTwo input{
    height: 40px;
    width: 100%;
    border: none;
    color: #A1A2A9;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    background: #F5F5F5;
    margin-left: 10px;
}



.pageTwo img {
    width: 14px;
    height: 14px;
    margin-right: 16px;
}

/* 第三屏幕 */
.pageThree {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.pageThree_box {
    width: 48%;
    height: 250px;
    background: #F5F5F5;
    margin-top: 4px;
    margin-right: 5px;
    position: relative;
}

.pageThree_box_img img {
    width: 100%;
    height: 120px;
}

.pageThree_box_line {
    width: 26px;
    height: 2px;
    background-color: #9C1E22;
    margin-top: 15px;
    margin-left: 14px;
}

.pageThree_box_title {
    margin-top: 17px;
    margin-left: 14px;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    margin-right: 14px;


    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow:hidden;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}

.pageThree_box_describe {
    margin-top: 4px;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 12px;
    zoom: 0.67;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #61646A;
    line-height: 12px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow:hidden;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;

}

.pageThree_box_logo {
    position: absolute;
    left: 14px;
    bottom: 19px;
}

.pageThree_box_logo img {
    width: 16px;
    height: 16px;
}

.pageThree_loadmore {
    width: 184px;
    height: 60px;
    background: #F5F5F5;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

.pageThree_loadmore img {
    width: 14px;
    height: 14px;
    margin-left: 7px;
}

/* 对话框样式 */
.popupbox{
    position: fixed;
    top: 0px;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
}
.popupbox_title{
    display: flex;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    justify-content: space-between;
    align-items: center;
}
.popupbox_title img{
    width: 28px;
    height: 28px;
}
.popupbox_box{
    display: flex;
    background: #F5F5F5;
    margin-left: 15px;
    margin-right: 15px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
}
.popupbox_box input{
    height: 40px;
    width: 80%;
    border: none;
    color: #000;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    background: #F5F5F5;
    margin-left: 10px;
    box-sizing: border-box;
    padding-left: 15px;
}
.popupbox_box input::placeholder{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A1A2A9;
  
}
.popupbox_box img{
    width:14px;
    height: 14px;
    margin-right: 10px;
}

  /* 面包屑 */
  .breadcrumb{
    display: flex;
    height: 62px;
    line-height: 62px;
    /* width: 100%; */
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #61646A;
    background: #f5f5f5;
    position: relative;
}
.breadcrumb::after{
position: absolute;
clear: both;
content: "";
height: 1px;
background: rgba(220, 220, 220, 0.5);
left: 0;
right: 0;
bottom: 0;
display: block;
}

.breadcrumb_img{
display: flex;
justify-content: center;
align-items: center;
}
.breadcrumb_img img{
width: 20px;
height: 20px;
}