
.SearchNo_main {
    width: 12rem;
    margin: 0 auto;
    margin-top: 0.6rem;
    text-align: center;
}

.SearchNo_main_left {
    text-align: center;
    margin-right: 1.5rem;
    margin-top: 0.5rem;
    float: left;
}

.SearchNo_main_left img {
    width: 2rem;
    margin-bottom: 0.1rem;
    margin-top: 0.2rem;
}

.SearchNo_main_left p {
    font-size: 0.16rem;
    line-height: 0.5rem;
    font-weight: bold;
}

.SearchNo_main_line {
    width: 1px;
    height: 6rem;
    background-color: #ccc;
    margin-top: 0.4rem;
    float: left;
}

.SearchNo_main_right {
    margin-top: 0.8rem;
    display: inline-block;
}

.SearchNo_main_right > p {
    text-align: center;
    font-size: 0.16rem;
    font-weight: bold;
}

.su {
    text-align: left;
}

.SearchNo_main_right form input {
    width: 4.5rem;
    height: 0.36rem;
    line-height: 0.36rem;
    padding-left: 0.15rem;
    font-size: 0.14rem;
    border: 1px solid #eee;
    margin-top: 0.2rem;
    outline: none;
    border-radius: 0.1rem;
}

.SearchNo_main_right form input:hover {
    border: 1px solid rgba(223, 0, 36, 0.6);
}

#DPbeizhu {
    width: 4.5rem;
    height: 1rem;
    line-height: 0.36rem;
    padding-left: 0.15rem;
    font-size: 0.14rem;
    border: 1px solid #eee;
    margin-top: 0.2rem;
    outline: none;
    border-radius: 0.1rem;
}

#DPbeizhu :hover {
    border: 1px solid rgba(223, 0, 36, 0.6);
}

.SearchNo_main_wrap {
    text-align: center;
}

.SearchNo_main_submit, .SearchNo_main_kefu {
    display: inline-block;
    width: 1rem;
    height: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    margin: 0 auto;
    /*margin-top: 0.2rem;  改版样式注释  */
    margin-top: 0.1rem;
    color: #fff;
    background-color: rgb(223, 0, 36);
    font-size: 0.16rem;
    cursor: pointer;
    border: 1px solid #df0024;
}
.SearchNo_main_chat{
    display: inline-block;
    width: 1rem;
    height: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    margin: 0 auto;
    /*margin-top: 0.2rem;  改版样式注释  */
    margin-top: 0.1rem;
    color: #df0024;
    background-color: #ffeded;
    font-size: 0.16rem;
    cursor: pointer;
    border: 1px solid #df0024;
}

.SearchNo_main_kefu:link {
    color: #fff;
}

.SearchNo_main_submit:hover, .SearchNo_main_kefu:hover {
    background: #ffeded !important;
    color: #df0024 !important;
    border: 1px solid #df0024;
}

.SearchNo_main_submit {
    margin-left: 0.2rem;
}


.su_right input {
    width: 3rem !important;
}


/*
 *  改版 css
*/

.SearchNo_product {
    margin-top: 60px;
    display: inline-block;
    position: relative;
}

.SearchNo_product_content {
    position: absolute;
    /*background: pink;*/
    width: 80%;
    height: 80%;
    top: 5%;
    right: 5%;
}

.SearchNo_product_left {
    width: 40%;
    height: 100%;
    /*background: pink;*/
    float: left;

    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    text-align: left;

}

.SearchNo_product_right {
    float: right;
    width: 60%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 0 0 60px 0;
}

.SearchNo_product_right > p {
    text-align: center;
    font-size: 0.16rem;
    font-weight: bold;
}

.SearchNo_product_right form label {
    width: 15%;
    display: inline-block;
    text-align: left;
    color:#000;
}

.SearchNo_product_right form input {
    width: 4.5rem;
    /*height: 0.36rem;*/
    /*line-height: 0.36rem;*/
    height: 0.325rem;
    line-height: 0.325rem;
    padding-left: 0.15rem;
    font-size: 0.14rem;
    border: 1px solid #eee;
    /*margin-top: 0.2rem;*/
    margin-top: 0.1rem;
    outline: none;
    /*border-radius: 0.1rem;*/
}

.SearchNo_product_right form input:hover {
    border: 1px solid rgba(223, 0, 36, 0.6);
}


.SearchNo_product_recommend_header {
    margin: 30px 0;
    color: #DE0025;
    font-weight: bold;
}

.SearchNo_product_recommend_content {
    height: 280px;
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.recommend_content_container {
    width: 2rem;
    border-right: 1px solid #eee;
    height: 100%;padding: 10px;
}

.recommend_content_container:last-child {
    border-right: none;
}

.recommend_content_pic {
    height: 60%;
    padding: 10px 10px 0 10px;
}

.recommend_content_explain {
    text-align: left;
    margin: 15px 0 7px 0;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.recommend_content_num {
    vertical-align: middle;
    color: #FF724C;
}

.custom_shop_car {
    width: 25px;
    height: 25px;
    background: #FF724C;
    float: right;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}

.custom_shop_car img {
    width: 19px;
    height: 18px;
}