.content{
    margin-bottom: 1.19rem;
}
.hdcenter{
    display: flex;
    justify-content: space-between;
    padding-top: .6rem;
    margin-bottom: .3rem;
}
.con_user{
    display: flex;
}
.user_avatar{
    width: 44px;
    height: 44px;
}
.user_avatar>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.user_name{
    margin-left: .15rem;
    font-size:.28rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(13,33,70,1);
    cursor:default;
    display: flex;
    align-items: center;
}
.con_btn{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(116,124,143,1);
    display: flex;
    align-items: center;
}
.con_btn:hover a{
    color: red;
}
.nav_btn:hover{
    color: #345cda; 
}
.cen_nav{
    width: 23%;
    height: 4rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow:0px 6px 20px rgba(15,62,142,0.1);
}
.selebox{
    margin:0 0 33px;
}

.con_bd{
    display: flex;
    justify-content: space-between;
}


.nav_btn{
    height: .8rem;
    font-size: .16rem;
    color: #999999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_btn-active{
    color: #fff!important;
    background-color: #346CEA;
}
.con_content{
    width: 70%;
}
.content_center{
    display: none;
}
.center_avatar{
    display: flex;
    align-items: center;
    margin-bottom: .9rem;

}
.center_avatar >img{
    background-size: 100%;
    width: 88px;
    height: 88px;
    border-radius: 50%;
}
.avatar_layer{
    margin-left: .3rem;
    display: flex;
    border-radius: 10px;
    cursor: pointer;
    align-items: center;
    border: 2px solid #346CEA;
    justify-content: center;
    padding:.15rem 0.3rem;
}
.avatar_layer >span{
    color: #316cea;
    font-size: .18rem;
}

.con_textarea{
    height: .53rem;
    resize:none;
    border-radius: .1rem;
    background:rgba(248,248,248,1);
}
.submit{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con_submit {
    font-size: 14px;
    width:220px;
    height:50px;
    background:rgba(52,108,234,1);
    border-radius:30px;
    color: #fff;
    outline: none;
}
.col-md-offset-2{
   margin-left: 0
}
.form-group{
    font-size: .2rem;
    margin-bottom: .35rem;
}
.pbm{
    font-size:.14rem;
    font-weight:400;
    width: 150px;
    color:rgba(187,187,187,1);
    cursor:default;
    margin-top: .02rem;
    width: 100%
}
.form-control-static{
    display: flex;
    width: 100%;
    font-size: 14px;
    align-items: center;
    padding:.03rem 0 .03rem .07rem; 
    margin-bottom: 0; 
    background:rgba(248,248,248,1);
    border:1px solid rgba(187,187,187,1);
    border-radius:4px;
    cursor:default;
}
.form-control{
    margin-top: .03rem;
}


.select_list {
    min-height: 20px;
    cursor: pointer;
    background:rgba(248,248,248,1);
    /* 很关键：将默认的select选择框样式清除 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;  
     /* 在选择框的最右侧中间显示小箭头图片 */
    /* background: url("chevron_down.png") no-repeat scroll right center transparent;
    background-position-x: 330px; */
} 
/* .option1{
    background: #da251b;
    height: .4rem;
} */
.content_editPassword{
    display: none;
}
.control-label{
    font-size: 0.18rem;
    color: #999999;
    padding-top: 0; 
    margin-bottom: 0;
    width: auto;
}
.codebox{
    display: flex;
    flex-wrap: wrap;
}
.col-md-10{
    width: 100%;
}
.con_input{
    border-radius:.04rem;
    border: .01rem solid #cccccc;
    background:rgba(248,248,248,1);
}


.content_editPhone{
    display: none;
}

.editPhone_getCode{
    height: 34px;
    margin-right: .26rem;
    border-radius:.04rem;
    border: 0.01rem solid #cccccc;
    background:rgba(248,248,248,1);
    text-indent: 10px;
}
.form_getCode{
    display: flex;
    width: 1.09rem;
    font-size: 0.14rem;
    text-align: center;
    cursor: pointer;
    border-radius:.04rem;
    justify-content: center;
    align-items: center;

}
.form_getCode-active{
    display: inline-block;
    width: 1.09rem;
    font-size: 0.14rem;
    text-align: center;
    color: #cccccc;
    background: #fff;
    border: 1px solid  #cccccc;
    border-radius:.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
}
.weidianji{
    color: #346CEA;
    background: #fff;
    border: 1px solid  #346CEA;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_againCode{
    color: #fff;
    background: #346CEA;
    height: 34px;
}
.content_buyProduct{
    display: none;  
}
.buy_item{
    width:30%;
    height:3.7rem;
    box-shadow:0px 6px 20px rgba(15,62,142,0.1);
    border-radius:10px;
    margin: 0 1.5% 5%;
    box-sizing: border-box;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 1.5s; 
}
.buy_item:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: all 1.5s;
}
    /* .buy_item:nth-child(3n){
        margin: 0 0 .4rem 0;
    } */
.item_delete{
    float: right;
    font-size: .16rem;
    color: #999999;
    cursor: pointer;
}
.item_cover{
    height:45%;
    width: 100%;
    background:rgba(248,248,248,1);
    box-shadow:0px 10px 20px rgba(15,62,142,0.1);
    text-align: center;
    cursor: pointer;
    padding: 0 .5rem;
}
.item_cover >img{
    width:100%;
    height: 100%;
}
/* .item_detail{
    padding-top: .15rem;
    text-align: center;
} */
.item_title {
    font-size:18px;
    font-weight:bold;
    color:#0D2146;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: .05rem;
}
.item_des{
    height: .7rem;
    font-size: 24px;
    margin: .29rem 0 .19rem;
    overflow: hidden;
    font-weight:400;
    color:rgba(116,124,143,1);
/*    text-overflow: ellipsis;
    -webkit-line-clamp:2;//行数
    word-break:break-all;
    display:-webkit-box;
    -webkit-box-orient:vertical;*/
}
.item_collectDes{
    margin: .29rem 0 .63rem;
}
.item_price {
    font-size: 24px;
    color: #FB6E54;
    font-weight:bold;
    cursor:default;
}
.item_btn{
    width:1.2rem;
    height:.5rem;
    background:rgba(52,108,234,1);
    color: #fff;
    border-radius:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .15rem auto 0;
    font-size: .12rem;
    cursor: pointer;
}
.item_qbtn{
    width:1.2rem;
    height:.5rem;
    background:#fff;
    color: rgba(52,108,234,1);
    border-radius:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .15rem auto 0;
    font-size: .12rem;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -.6rem;
    bottom: 10%;
}
.item_details{
    font-weight:400;
    color:rgba(116,124,143,1);
    padding: 0 .2rem;
    text-align: left;
    font-size: 16px;
}
.item_reservation >h5 {
    font-size: .16rem;
    color: #666666;
}
.item_reservation >p {
     font-size: .16rem;
     color: #999999;
}
.content_collect{
    display: none;
}

.content_collect .item_cover{
    margin: 0 auto;
}
.content_collect .buy_item{
    text-align: center;
}
/*.content_collect .item_des{
    text-align: left;
}*/
.con_group{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.empty_wrap{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 4rem;
}

.empty{
    font-size: 16px;
    color: #b2b2b2;
}
.item_pointer{
    
    cursor: pointer;
}
.item_bbbox{
    height:55%;
    padding-top: 0.25rem;
    text-align: center;
    overflow: hidden;
}
.qqqer{
    position: relative;
    background: #345cda;
    height: 100%;
    padding:.1rem 0.05rem .1rem .15rem;
    border-radius:10px 160px 10px 10px;
}
.times{
    width: .72rem;
    height: .72rem;
    margin-bottom: 10px;
}
.times img{
    width: 100%;
    height: 100%;
}
.rese{
    font-size:18px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin: .1rem 0;
}
.reses{font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-bottom: 5px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.posre{
    position: relative;
}
.mask_box{
    display: none;
}
.mask{
    position: absolute;
    background: #747C8F;
    opacity: .7;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    border-radius: .1rem
}
.mask_src{
    position: absolute;
    top: 5%;
    right: 8%;
    opacity: 1;
    z-index: 3;
    cursor:pointer;
}

.center_wrap{
    display: block;
    padding-top: 10px;
}
.center_none{
    display: none;
}
.enhen{
    position: absolute;
    top: 3.5%;
    right: 5%;
    color: #747C8F;
    cursor: pointer;
    width: .28rem;
    height: .28rem;
}
.enhen img{
    width: 100%;
    height: 100%;
}
.content_collect .buy_item:hover .mask_box{
    display: block;
}
/* @media (max-width: 1200px) and (min-width: 993px){
    .buy_item{
        margin: 0 .67rem .32rem;
    }

} */
@media (max-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float: left}
    .times{
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 768px) {
    .nav_btn{
        margin: 0 .44rem 0 .11rem;
    }
    .nav_btn:last-child{
        margin-right: .11rem;
    }
    .con_content{
        width: 100%;
    }
    .con_bd{
        flex-direction: column-reverse;
    }
    .codebox{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .editPhone_getCode{
        width: 65%;
    }
    .form_getCode{
        width: 30%;
    }
    .form_getCode-active{
        width: 30%;
    }
    .buy_item{
        width: 46%;
        margin: 0 2% 5%;
        overflow: hidden;
    }
    .item_details{
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding:0 .1rem;
    }
    .avatar_layer{
        padding:  9px 18px;
    }
    .rese{
        margin: .05rem 0;
        font-size: 12px;
    }
    .reses{
        font-size: 10px;
    }
    .nav_btn:hover{
        color: #fff; 
    }
    .times{
        width: 35px;
        height: 35px;
        
    }
}
@media (max-width: 414px){
    .user_name{
        font-size: 12px;
    }
    .hdcenter{
        margin-bottom: 14px;
    }
    .avatar_layer{
        margin-left: 17px;
    }
    .avatar_layer >span{
        font-size: 14px;
    }
    .center_avatar{
        margin-bottom: 19px;
    }
    .control-label{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .pbm{
        font-size: 14px;
        margin-top: 8px;
    }
    
    .form_getCode{
        font-size: 14px;
    }
    .item_title{
        font-size: 14px;
    }
    .item_price{
        font-size: 18px;
    }
    .item_details{
        font-size: 12px;
    }
    .times{
        margin-bottom: 5px;
    }
    .reses{
        margin: 0;
    }
    .item_qbtn{
        bottom: 4%;
    }
    .buy_item{
        height: 4.5rem;
    }
    .user_avatar{
        width: 30px;
        height: 30px;
    }
} 