#app {
    width: 100%;
    height: 100%;
    background: #EDEDED;
}


/*首页头部*/

nav {
    width: 100%;
    background: #fff;
}

.navTop {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 25px 0;
}

.search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 106px;
}

.el-button--primary {
    background: rgba(144, 27, 206, 1)!important;
    color: #fff!important;
    font-size: 14px !important;
    border: 1px solid rgba(144, 27, 206, 1)!important;
    border-radius: 0 5px 5px 0 !important;
}

.el-select .el-input {
    width: 108px;
}

.el-input__inner {
    border: 2px solid #7D19B3!important;
    height: 36px !important;
    line-height: 36px !important;
}

.searchLeft .el-input__inner {
    border-right: none!important;
    border-radius: 5px 0 0 5px!important;
}

.searchRight .el-input__inner {
    width: 335px!important;
    border-left: none!important;
    border-radius: 0!important;
}

.search-btn {
    padding: 10px 27px !important;
}


/*分类选项卡*/

.home {
    width: 100%;
    background: #fff;
}

.demand button {
    width: 132px;
    height: 38px;
    background: #901BCE;
    border: 1px solid rgba(228, 178, 255, 1);
    border-radius: 5px;
    margin-left: 72px;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.homePage {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


/*分类样式*/

.all {
    width: 200px;
    height: 40px;
    /* margin-right: 14px; */
    line-height: 40px;
    text-align: center;
    /* background: #7D19B3; */
    background: rgba(144, 27, 206, 1);
    color: #fff;
    font-size: 18px;
    /* border-radius: 10px 10px 0 0; */
}

.allList1 {
    font-size: 16px;
    position: relative;
}

.allList1>li {
    border-bottom: 1px solid #EDEDED;
}

.allList1 li:hover .listOne {
    border: 1px solid #F7E8FE;
}

.allList1 li p {
    padding-left: 18px;
    line-height: 32px;
    height: 32px;
    cursor: pointer;
    font-weight: bold;
}

.allList1 li p i {
    cursor: pointer;
    float: right;
    padding-right: 8px;
    line-height: 32px;
}

.allList1>li:hover .allBox {
    display: block;
    cursor: pointer;
}

.allBox:hover {
    display: block;
}

.allList1>li>p:hover {
    color: #7D19B3;
    background: #F7E8FE;
}

.allList2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 14px;
    margin-left: 18px;
    color: #606266;
    height: 34px;
    overflow: hidden;
}

.allList2 li {
    padding: 4px;
    cursor: pointer;
    text-align: left;
    margin-bottom: 12px;
}

.allList2 li:hover {
    color: #7D19B3;
}

.allBox {
    position: absolute;
    width: 1000px;
    height: 460px;
    left: 200px;
    top: 0;
    background: #fff;
    z-index: 999;
    display: none;
    overflow: hidden;
}

.BoxList1 li .over:hover {
    color: #7D19B3;
}

.BoxList3 dt:hover {
    color: #7D19B3;
}

.allBox ol li {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    padding: 0 0 0 12px;
    position: relative;
}

.BoxList3 {
    width: 520px;
    height: 21px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.allBox ol li .over {
    width: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.BoxList2 {
    position: absolute;
    left: 15%;
    top: 0;
    font-size: 10px;
    color: #909399;
    width: 100%;
}

.BoxList2 dt {
    float: left;
    padding-left: 8px;
    height: 21px;
    line-height: 21px;
}

.BoxList2 dt a {
    position: absolute;
    right: 0;
    color: #909399;
}

.BoxList2 dt a:hover {
    color: #7D19B3;
}


/*tab切换*/

.navigation {
    width: 730px;
    height: 40px;
    margin-left: 10px;
    /* margin-right: 14px; */
    /* margin-top: 10px; */
    position: relative;
    /* padding-left: 63px; */
    float: left;
    background: #fff;
}

.navigation .el-tabs__item {
    padding: 0 0;
}

.navigation .el-tabs__item {
    font-size: 18px!important;
}

.el-tabs__item:hover {
    color: #7D19B3!important;
}

.el-tabs__item.is-active {
    /* color: #7D19B3!important; */
}

.isLogin .el-tabs__nav-scroll .el-tabs__item {
    font-weight: 400;
}

.el-tabs__active-bar {
    width: 72px!important;
    height: 0px!important;
    left: 15px!important;
    background: #7D19B3!important;
}

.el-tabs__nav-wrap::after {
    background: #fff!important;
}

.advertising {
    width: 250px;
}


/*分类列表轮播*/

.homeList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.listOne {
    width: 200px;
    height: 454px;
    background: #fff;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    margin-right: 7px;
}

.banner {
    width: 740px;
    height: 442px;
    background: #fff;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    /* margin-right: 12px; */
    z-index: 1;
    margin-top: 12px;
    margin-right: 7px;
}

.banner img {
    width: 100%;
    height: 100%;
}


/*登录注册*/

.login {
    width: 250px;
    height: 442px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 10px;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 25px 0 18px 0;
}

.logoBox {
    width: 60px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #717171;
    position: relative;
    margin: 10px;
    box-sizing: content-box;
}

.logoBox img {
    position: absolute;
    left: 20%;
    top: 20%
}

.hello {
    align-self: flex-start;
    text-align: left;
    font-size: 16px;
    padding: 5px 10px 0 0;
    color: #303133;
}

.isLogin .hello {
    align-self: center;
}

.isLogin .login_btn .el-button {
    width: 216px;
}

.well {
    align-self: flex-end;
    text-align: center;
    font-size: 14px;
    color: #7D19B3;
    display: inline-block;
    padding: 12px 0 0 0;
}

.login_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 26px 0;
}

.login_btn .el-button {
    font-size: 16px!important;
    padding: 9px 20px;
}

.login_btn>.el-button:hover {
    background: rgba(247, 232, 254, 1)!important;
    border: 1px solid rgba(228, 178, 255, 1) !important;
    color: #7D19B3!important;
}

.fast>.el-button:hover {
    background: rgba(247, 232, 254, 1)!important;
    border: 1px solid rgba(228, 178, 255, 1) !important;
    color: #7D19B3!important;
}

.tap .el-tabs__item {
    font-size: 16px!important;
}

.tap .el-tabs--border-card>.el-tabs__header .el-tabs__item {
    border: none!important;
}

.tap .el-tabs__item .is-top {
    border: none!important;
    /*background: #F4F4F4;*/
}

.tap .el-tabs--border-card>.el-tabs__header {
    border: none!important;
}

.tap .el-tabs--border-card {
    box-shadow: none!important;
    border: none!important;
    border-top: 1px solid #dcdfe6!important;
    border-bottom: 1px solid #dcdfe6!important;
}

.listTwo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #7D19B3;
}

.fast {
    margin-top: 20px;
}

.fast .el-button {
    font-size: 16px!important;
    padding: 12px 60px!important;
}

.notice {
    margin: 5px 0 0 12px;
}

.notice p {
    display: inline-block;
    color: #3B3B3B;
    padding-left: 8px;
}

.notice ul li {
    color: #909399;
    font-size: 12px;
    padding-right: 13px;
}

.notice ul li a:hover {
    text-decoration: underline;
}


/*已登录状态*/

.isLogin {
    width: 250px;
    height: 442px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 10px;
}

.mt15 {
    margin-bottom: 15px;
}