a {
    text-decoration: none;
    font-size: 14px;
    color: #575757;
}

.navBar {
    background-color: #547cc9;
    height: 50px;
    .content {

        display: flex;

        a {
            height: 60px;
            width: 200px;
            box-sizing: border-box;
            color: #fff;
            background: none;
            margin-top:-5px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
          
            &.active {
                background-image: url("/static/img/oneweb/activeBlue.png");
                background-size: 105px 60px;
                background-repeat: no-repeat;
                z-index: 9;
            }
        }

    }
}

main {

    &.content {
        margin-top: 20px;
    }

    .panel {
        margin-top: 20px;

        &.newBid {
            width: 405px;

            .list{
                .item{
                    &-leftPart{
                        width: 320px;
                        flex-shrink: 0;
                    }   
                }
            }
           
            
        }
        &.bid{
            .list{
                .item{
                    &-leftPart{
                        width: 590px;
                        flex-shrink: 0;
                    }   
                }
            }
        }




        .tabbar {
            display: flex;
            justify-content: space-between;
            height: 40px;
            border-bottom: 1px solid #9cb7cf;
            .nav{
                .nav-item{
                    .nav-link{
                       padding: 8px 5px;
                        margin-top: -6px;
                        background: none;
                        font-size: 18px;
                        margin-right: 8px;
                        &.active{
                          
                            color: #084a87;
                            border-bottom: solid 4px#084a87;
                            border-radius: 0%;
                        }
                       
                    }
                }
               }

            .leftPart {
                display: flex;

                .title {
                    height: 100%;
                    margin-right: 28px;

                    font-size: 18px;
                    font-weight: normal;
                    font-stretch: normal;
                    letter-spacing: 0px;
                    color: #444445;

                    &.active {
                        color: #084a87;
                        border-bottom: 4px solid #084a87;
                    }

                }
            }

            .rightPart {

                .more {
                    font-size: 14px;
                    color: #084a87;
                }
            }
        }

        .data {
            margin: 6px 0 0;
            width: 368px;
            height: 30px;
            line-height: 30px;
            background-color: #f0f7ff;

            text-align: center;
            font-size: 14px;
            color: #444445;

            .num {
                font-weight: bold;
                font-size: 18px;
                color: #c63023;
            }
        }

        .list {
            padding-top: 20px;

            .item {
                display: flex;
                justify-content: space-between;

                font-size: 14px;
                color: #898989;
                line-height: 1;

                &:nth-child(n+2) {
                    margin-top: 16px;
                }

                &:hover {
                    cursor: pointer;

                    .msg,
                    .date {
                        width: 100%;
                        color: #084a87;
                        /* text-decoration: underline; */
                        /* overflow: hidden;
                        white-space: nowrap;
                         text-overflow: unset; */
                    }
                }

                &-leftPart {
                    .tag {
                        margin-right: 20px;
                        color: #084a87;
                    }


                }

                &-rightPart {

                    .state {
                        margin-right: 30px;
                        color: #a4d212;
                    }
                }
            }
        }

    }

    .content-container-1 {
        display: flex;
        justify-content: space-between;

        .leftArea {
            width: 860px;


            .topBox {
                display: flex;
                align-items: center;


                .dateBox {
                    width: 220px;
                    height: 48px;
                    background-color: #e8e8e8;
                    border: solid 1px #bcbcbc;

                    line-height: 46px;
                    text-align: center;

                    .date {
                        font-size: 24px;
                        color: #444445;
                    }

                    .day {
                        font-size: 18px;
                        color: #444445;
                    }
                }

                .dataBox {
                    margin-left: 22px;
                    font-size: 18px;
                    color: #898989;

                    .num {
                        font-size: 24px;
                        color: #c63023;
                        font-weight: bold;
                    }
                }
            }

            .wrapper {
                margin-top: 15px;

                display: flex;
                justify-content: space-between;

                .imgBox {
                    width: 420px;
                    height: 290px;

                }
            }


        }

        .rightArea {
            width: 280px;

            .rAndL {
                display: flex;


                a {
                    width: 140px;
                    height: 45px;
                    line-height: 45px;

                    text-align: center;
                    font-size: 16px;
                    color: #ffffff;

                    &.register {
                        background-image: linear-gradient(0deg,
                                #8b0c14 0%,
                                #c32f22 100%);
                        border-radius: 5px 0px 0px 5px;
                    }

                    &.login {
                        background-image: linear-gradient(0deg,
                                #2a4d7b 0%,
                                #446db9 100%);
                        border-radius: 0px 5px 5px 0px;
                    }


                }
            }

            .twoColBox {
                margin-top: 15px;
                border: 1px solid #dddddd;
                border-radius: 5px;

                .list {
                    display: flex;
                    flex-wrap: wrap;
                    padding: 20px 32px;
                    &-item{
                        display: flex;
                        align-items: center;
                        width: 50%;
                        a{
                            margin-left: 5px;
                        }
                        &:nth-child(n+3) {
                            margin-top: 25px;
                        }
                        &:nth-child(2n) {
                            justify-content: right;
                        }
                    }
                }

                .op {
                    display: flex;

                    a {
                        width: 140px;
                        height: 40px;
                        line-height: 40px;

                        text-align: center;
                        font-size: 16px;
                        color: #ffffff;

                        &.l {
                            background-image: linear-gradient(0deg,
                                    #8b0c14 0%,
                                    #c32f22 100%);
                            /* border-radius: 5px 0px 0px 5px; */
                        }

                        &.r {
                            background-image: linear-gradient(0deg,
                                    #2a4d7b 0%,
                                    #446db9 100%);
                            /* border-radius: 0px 5px 5px 0px; */
                        }


                    }
                }
            }

            .threeColBox {
                margin-top: 30px;
                border: 1px solid #dddddd;
                border-radius: 5px;

                .titleBox {
                    display: flex;
                    justify-content: space-between;
                    height: 40px;
                    padding: 0 10px;
                    border-bottom: 1px solid #dddddd;
                    line-height: 40px;

                    .title {
                        border-bottom: 4px solid #084a87;
                        font-size: 16px;
                        color: #084a87;
                    }

                    .info {
                        font-size: 12px;
                        color: #898989;

                        span {
                            font-size: 14px;
                            color: #084a87;
                        }
                    }
                }

                .list {
                    display: flex;
                    color: black;
                    flex-wrap: wrap;
                    justify-content: space-around;
                    align-content: space-evenly;
                    padding: 20px 10px 0;
        
                    .content_item {
                        display: flex;
                        min-width: 75px;
                        margin-bottom: 20px;
                        flex-direction: column;
                        align-items: center;
                        justify-content: space-around;
                        font-size: 14px;
                        a{
                            color: #454545;
                        }
                    }
                }
            }

            .oneColBox {
                margin-top: 30px;
                border: 1px solid #dddddd;
                border-radius: 5px;

                .titleBox {
                    display: flex;
                    height: 40px;
                    padding: 0 10px;
                    border-bottom: 1px solid #dddddd;
                    line-height: 40px;

                    .title {
                        border-bottom: 4px solid #084a87;
                        font-size: 16px;
                        color: #084a87;
                    }

                }

                .list {
                    padding: 20px 10px;
                    &-item{
                        display: flex;
                        align-items: center;
                        .icon{
                            margin-right: 4px;
                        }
                    }
                    /* a {
                        display: flex;
                        align-items: center;
                        line-height: 1;

                        .icon {
                            width: 21px;
                            height: 14px;
                            background-color: pink;
                            margin-right: 4px;
                        }

                        &:nth-child(n+2) {
                            margin-top: 16px;
                        }
                    } */
                }
            }

        }
    }

 
        .banner-container {
            margin-top: 24px;
            height: 100px;
            /* background: url("/static/img/bannerInfo.png"); */
            position: relative;
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                /* background-color: rgba(223, 117, 117, 0.8); */
                display: flex;
                justify-content: center;
                align-items: center;
                .text {
                    color: white;
                  }
              }
          }
          
        
          
         
    

    .content-container-2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;


        .panel {
            width: 368px;

            .list {
                padding-top: 12px;

                .item {

                    &:hover {
                        cursor: pointer;

                        .msg {
                            color: #084a87;
                            text-decoration: underline;
                     

                        }
                    }

                    .msg {
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: unset;
                        color: #898989;

                    }
                }
            }

            .list-container {
                display: flex;
                width: 368px;

                .list {
                    flex: 1;
                    overflow: hidden;
                }

                .imgBox {
                    width: 170px;
                    padding-top: 12px;
                }
            }
        }


    }

    .content-container-3 {
        margin: 50px 0 60px;
        padding: 24px 20px 0;
        height: 314px;
        background-color: #fffff2;
        border: solid 1px #e9e9df;


        .tagBox,
        .box {
            margin-bottom: 30px;
            line-height: 1;

            .titleBox {
                margin-bottom: 15px;
                font-size: 14px;
                font-weight: bold;
                color: #71716d;
            }

            .list {
                a {
                    margin-right: 18px;
                    margin-bottom: 6px;
                    font-size: 12px;
                    color: #90908c;
                    word-break: keep-all;
                }
            }

            .info {
                font-size: 12px;
                line-height: 18px;
                color: #90908c;
            }
        }
    }

}