body {
    background-color: #F2F4F7 !important;
}

.left_icon {
    display: inline-block;
    height: .38rem;
    width: .38rem;
    background: url('../imgs/leftIcon.png') no-repeat center;
    background-size: cover;
    margin-right: .2rem;
}

.titleBox {
    display: flex;
    align-items: center;
}

.header a {
    color: #21282D !important;
    font-size: .32rem;
}

.header .a {
    color: #21282D !important;
}

.box {
    width: 100%;
    padding: .28rem;
}

.box .contenr {
    width: 100%;
    padding: .32rem .28rem .4rem;
    background-color: #FFF;
    border-radius: .24rem;
}

.contenr .title {
    font-weight: 600;
    font-size: .4rem;
    color: #000000;
    line-height: .47rem;
    text-align: left;
}

.contenr .c_timer {
    padding: .2rem 0 .36rem;
    border-bottom: .02rem solid #F2F4F7;
    margin-bottom: .2rem;
}

.contenr .c_timer span {
    font-weight: 400;
    font-size: .24rem;
    color: #505B64;
    line-height: .32rem;
}

.contenr .c_timer span:nth-child(2) {
    margin: 0 .24rem;
}

.contenr .vHtml {
    font-weight: 400;
    font-size: .28rem;
    color: #505B64;
    line-height: .48rem;
}
 .item {
    width: 100%;
    margin: .32rem auto;
   
    position: relative;
    box-sizing: border-box;
    border-radius: .2rem;

}

 .item .title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .28rem;
    margin-top: .4rem;
}

 .item .h2:after{
    position: absolute;
    content: "";
    width: 4px;
    height: 16px;
    background: #035be1;
    left: 0;
    top: 3px;
}

.item .h2 span {
    position: relative;
    font-weight: 600;
    font-size: .32rem;
    color: #181c29;
    line-height: .44rem;
    padding-left: .2rem;
}


.itemBtnBox {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
    margin-bottom: .4rem;
}

.itemBtnBox .btn {
    flex: 1;
    color: #505B64;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
    justify-content: space-between;
    border-radius: .24rem;
    padding: .19rem;
    box-sizing: border-box;
}

.itemBtnBox .btn .top {
    color: #21282D;
    font-weight: 600;
    text-align: center;
}

.itemBtnBox .btn:nth-child(2){
    margin-left: .18rem;
    color: #0D53FF;
}
.itemBtnBox .btn:nth-child(2) .top {
    color: #0D53FF;
}


.ietmContenr {
    width: 100%;
    background: #fff;
    border-radius: .24rem;
    padding: .28rem;
    height: 1.76rem;
    margin-bottom: .2rem;
}

.ietmContenr .c_item {
    width: 100%;
}

.c_item .itemImg {
    width: 1.5rem;
    height: 1.2rem;
    border-radius: .16rem;
    margin-right: .2rem;
}

.c_item .rightBox {
    flex: 1;
    padding: .12rem;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.c_item .rightBox .title {
    font-weight: 600;
    font-size: .32rem;
    color: #21282D;
    line-height: .38rem;
    margin: 0;
}

.c_item .rightBox .desc {
    width: 4rem;
    font-weight: 400;
    font-size: .28rem;
    color: #505B64;
    line-height: .36rem;
    white-space: nowrap;  /* 文本不进行换行 */
    overflow: hidden;    /* 文本溢出不可见 */
    text-overflow: ellipsis;  /* 文本溢出显示省略号 */
    margin-top: .16rem;
  
}



/*项目列表*/


.ietmContenrs {
    background-color: #FFF;
    border-radius: .24rem;
    padding: .28rem .12rem 0 .28rem;
    margin-bottom: .2rem;
    position: relative;
}

.ietmContenrs .top {
    display: flex;
}

.ietmContenrs .logo {
    width: .48rem;
    height: .48rem;
    margin-right: .2rem;
    border-radius: .08rem;
}

.ietmContenrs .name {
    font-size: .32rem;
    font-weight: 600;
    line-height: .48rem;
}

.ietmContenrs .price {
    color: #ff4906;
    font-size: .4rem;
    font-weight: 600;
    line-height: .48rem;
    margin-top: .16rem;
}

.ietmContenrs .price::before {
    content: '￥';
    font-size: .28rem;
}

.ietmContenrs .bot {
    display: flex;
    justify-content: space-between;
    border-top: .02rem dashed rgba(156, 164, 185, .2);
    margin-top: .24rem;
    padding: .2rem 0;
    font-size: .24rem;
}

.ietmContenrs .left {
    color: #51586f;
}

.ietmContenrs .right {
    color: #ff4906;
}

.ietmContenrs .btn {
    width: 1.52rem;
    height: .6rem;
    background-color: #0d53ff;
    color: #fff;
    text-align: center;
    line-height: .6rem;
    border-radius: .32rem;
    color: #fff;
    font-size: .24rem;
    position: absolute;
    right: .28rem;
    top: .28rem;
}

.Ntips {
    padding: .4rem 0;
}