img{
    margin-bottom: 0 !important;
}
body{background-color: #fff; font-family: "Microsoft YaHei UI Light"}
input{padding: 0;}
/*首页*/
.row1 .cell-4{
    padding: 0.2rem;
}
.h_logo{
    margin: 0.8rem 0 0.3rem 1rem;
    display: flex;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.h_icon{
    display: flex;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    margin-top: 0.4rem;
    margin-right: 1rem;
}
.h_icon>div{
    margin:0 0 0 0.5rem;
    text-align: right;
}
.h_icon img{
    width: 75%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.d_title{
    display: flex;
    padding: 1rem 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}
.d_title div{
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.d_title img{
    width: 75%;
}
.s_pic{
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
}
.pic_width{
    width: 49%;
    text-align: center;
    background-color: #fff;
    margin-bottom: 0.5rem;
}
.s_pic img{
    width: 75%;
    padding: 0.8rem 0;
}
.s_text01{
    color: #4f4f4f;
    font-size: 0.9rem;
    font-family: "Microsoft YaHei";
}
.s_text02{
    color: #919191;
    font-size: 0.7rem;
    font-family: "Microsoft YaHei UI Light";
    line-height: 1.2rem;
}
.s_text03{
    color: #ec5614;
    font-size: 0.85rem;
    line-height: 2.5rem;
    font-family: "Microsoft YaHei";
    margin-bottom: 1rem;
}
.b_icon{
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0 1.3rem 0;
}
.b_icon img{
    width: 85%;
}
.b_icon a{
    text-align: center;
}
.s_bottom{
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e7e7e7;
    padding: 1rem 0;
    color: #929191;
    font-family: "Microsoft YaHei UI Light";
    font-size: 0.7rem;
    line-height: 1.3rem;
}
.s_bottom img{
    width: 80%;
    padding: 1rem 0 1rem 0.5rem;
}
.b_text_h{
    width: 60%;
}


/*注册*/
.reg_box{
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    padding: 1rem 0;
}
.reg_box_form {
    display: flex;
    padding: 0 3rem;
    color: #929191;
    font-family: "Microsoft YaHei UI Light";
    font-size: 0.8rem;
    height: 2rem;
    line-height: 2rem;
    width: 100%;
    justify-content: center;
}
.reg_box_title{
    display: flex;
    color: #ec5713;
    font-family: "Microsoft YaHei";
    font-size: 1.4rem;
    margin: 2rem  0;
}

.box_w_border{
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    border: 0.05rem solid #c9c9c9 !important;
    border-radius: 0.1rem;
    width: 100%;
    padding: 0.3rem 0;
    color: #333;
}
.input_br1{
    border: 0 !important;
    padding-left: 0.5rem;
    outline: none;
}
.input_br1::-webkit-input-placeholder{
    color: #919191;
    font-size: 0.8rem;
}
.reg_box_mar{
    margin: 1.5rem 0;
}

.box_br_right{
    border-right: 0.05rem solid #e5e5e5;
    padding: 0 0.5rem;
    text-align: center;
    color: #919191;
}
.box_br_left{
    border-left: 0.05rem solid #e5e5e5;
    padding: 0 0.5rem;
    text-align: center;
    color: #919191;
}
.box_br_left a{
    background-color: #fff;
    outline: none;
}
.reg_box_alink{
    color: #585757;
    margin: 2rem 0 1rem 0;
}
.reg_box_alink>a,.reg_box_alink>a:hover{
    color: #ec5713;
    cursor: pointer;
    text-decoration: none;
}
.reg_box_btn{
    margin: 1rem 0;
}
.box_btn_01{
    width: 100%;
    line-height: 2.4rem;
    height: 2.4rem;
    font-size: 0.9rem;
}
.box_btn_02{
    width: 100%;
    line-height: 2.4rem;
    height: 2.4rem;
    font-size: 0.9rem;
    color: #4f4f4f;
    margin-top: 0.5rem;
}
.primary {
    color: #fff!important;
    border-color: #ec5713 !important;
    background-color: #ec5713 !important;
}

/* 登录 */
.login_check{
    display: flex;
    line-height: 1.3;
    color: #4f4f4f;
    font-family: "Microsoft YaHei";
    flex-direction:row;
    justify-content:space-between;
    padding: 0 0 1rem 0;
}
.reg_box_alink2{
    margin: 0;
    line-height: 1.4rem;
}

/* 购物车 */
.bgh_color{
    background-color: #f6f7f7;
}

.header_title{
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    font-size: 1.1rem;
    line-height: 3rem;
    color: #4f4f4f;
    border-bottom: 0.05rem solid #e4e4e4;
    background-color: #fff;
}
.title_left{
    justify-content: center;
}
.title_left a{
    text-align: center;
}
.title_left img{
    width: 70%;
}
.title_center{
    -webkit-justify-content: center;
    justify-content: center;
    padding:0.25rem 0.25rem 0.25rem 0 !important;
}
.title_right{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 1.5rem !important;
    color: #919191;
}
.cart_content{
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    font-size: 1rem;
    color: #919191;
    padding-top: 10rem;
}
.cart_content2{
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    font-size: 0.8rem;
    color: #919191;
    padding: 1rem;
}
.cart_btn_01{
    border-color: #4f4f4f !important;
    color: #919191 !important;
    margin-top: 1rem;
    font-size: 1rem;
    padding: 0.7rem;
    height: 1.7rem;
    border-radius: .9rem !important;
}
.cart_btn_02{
    border-color: #4f4f4f !important;
    color: #919191 !important;
    font-size: 1rem;
    padding: 0.7rem;
    height: 1.7rem;
    border-radius: .9rem !important;
}
.bgb_color{
    background-color: #fff;
    padding:0 1rem;
    margin-bottom: 5rem;
}
.pro_list_bor{
    border-bottom: 0.05rem solid #e6e6e6;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    max-height: 10rem;
    position: relative;
}
.pro_list_bor:last-child{
    border-bottom: 0;
}
.y_checkbox{
    width: 7% !important;
    height: 2.2rem;
}
.y_checkbox input + label:before{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1rem !important;
}
.y_checkbox input + label:after {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1rem !important;
}
.cart_pro_list{
    min-width: 10rem;
    max-width: 12rem;
}
.cart_pro_list img{
    width: 100%;
    height: 100%;
}
.cart_pro_list2{
    flex-direction:column;
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-family: "Microsoft YaHei UI Light";
}
.pro_text01{
    color: #4f4f4f;
    margin-top: 0.3rem;
}
.pro_text02{
    color: #919191;
}
.pro_text03{
    color: #ec5614;
    font-family: "Microsoft YaHei";
    margin-top: 1.2rem;
}
.cart_pro_list3{
    font-size: 1.1rem;
    line-height: 1.8rem;
    color: #6d6d6d;
    justify-content: flex-end !important;
    position: absolute;
    right: 0.5rem;
    bottom: 1.3rem;
}
.cart_bottom{
    line-height: 3rem;
    border-top: 0.05rem solid #e4e4e4;
    font-size: 1rem;
    color: #6d6d6d;
    padding-left: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    font-family: "Microsoft YaHei";
    background-color: #fff;
}
.cart_text{
    justify-content:center;
}
.cart_text span{
    color: #ec5614;
}
.cart_button{
    background-color: #ec5614;
    color: #fff;
}
.cart_button2{
    background-color: #4d7deb;
    color: #fff;
}
.cart_button > a,.cart_button2 > a{
    width: 100%;
    text-align: center;
}
.y_checkbox2{
    width: 100%;
    line-height: 2.2rem;
}
.y_checkbox2 input + label{
    padding: 0 0 0 2.3rem ;

}
.y_checkbox2 input + label:before{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1rem !important;
}
.y_checkbox2 input + label:after {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1rem !important;
}
.modal1{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1030;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal1_box{
    width: 20rem;
    height: 10rem;
    background-color: #fff;
    padding: 2rem 3.5rem;
    text-align: center;
}
.modal1-body{
    font-family: "Microsoft YaHei";
    font-size: 1rem;
}
.modal1-footer{
    margin-top: 1rem;
}
.modal1-footer .btn{
    margin: 0 0.5rem;
    border-radius: 1rem;
    font-size: 1rem;
    padding:0.2rem 1.2rem;
    height: 1.8rem;
}
.y_button{
    background-color: #eb5614;
    color: #fff;

}
.y_button_bor{
    border:0.05rem solid #eb5614;
    color: #eb5614;
}

/* 搜索 */
.search_bor{
    line-height: 1.2rem;
    margin-top: 0.2rem;
}
.search_bor input{
    background-color: #f2f2f2;
    border-radius: 1.3rem;
    border: 0;
    padding: 0.2rem 0 0.3rem 2.5rem !important;
}
.search_bor input::-webkit-input-placeholder{
    font-size: 0.8rem;
}
.search_bor label{
    opacity: 0.8 !important;
    top:0.1rem !important;
}
.search_bor label img{
    width: 65%;
}
.search_bor .icon{
    top:0.4rem !important;
    right:0.5rem !important;
}
.cart_content3{
    display: flex;
    font-size: 1rem;
    color: #919191;
    padding: 1rem;
    flex-direction:column;
}
.cart_content4{
    display: flex;
    font-size: 1rem;
    color: #919191;
    padding: 1rem;
    flex-direction:column;
    border-top: 0.3rem solid #f6f7f7;
}
.search_title{
    font-size: 1.2rem;
    color: #4f4f4f;
    margin:0.3rem 0.5rem 0 0.5rem;
    font-family: "Microsoft YaHei";
}
.search_title2{
    font-size: 1.2rem;
    color: #4f4f4f;
    margin:0.3rem 0.5rem;
    font-family: "Microsoft YaHei";
    position: relative;
    border-bottom: 0.05rem solid #e4e4e4;
    line-height: 2.5rem;
}
.search_title2 a{
    position: absolute;
    right: 0;
    top:0;
    color: #8e8e8e;
}
.search_record{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin-top: 0.8rem;
}
.search_record a{
    border: 0.05rem solid #4f4f4f;
    border-radius: 1rem;
    padding: 0.2rem 0.6rem;
    margin: 0.5rem;
}
.search_history{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.search_history a{
    border-bottom: 0.05rem solid #e4e4e4;
    padding: 0.2rem 0;
    margin:0 0.5rem;
    line-height: 2rem;
}
.search_empty{
    text-align: center;
    line-height: 2rem;
    margin-top: 0.3rem;
}


/* 产品详情 */
.pro_swiper{
    display: flex;
    padding: 1rem 0 5rem 0;
    flex-direction:column;
}
.pro_swiper .swiper-pagination{
    position: inherit;
    margin-top: 1rem;
}
.pro_swiper .swiper-pagination-bullet{
    background-color: #cacaca;
}
.pro_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ec5614;
}
.pro_text{
    border-top: 0.05rem solid #e4e4e4;
    padding: 1rem 1.5rem;
}
.pro_text04{
    color: #4f4f4f;
    margin-top: 0.3rem;
    font-size: 1.4rem;
    font-family: "Microsoft YaHei";
}
.pro_text05{
    color: #919191;
    font-size: 1rem;
    line-height: 1.6rem;
}
.pro_text06{
    color: #ec5614;
    font-family: "Microsoft YaHei";
    font-size: 1.5rem;
    margin-top: 1rem;
}
.pro_select{
    display: flex;
    flex-direction: row;
    border-top: 0.3rem solid #f6f7f7;
    border-bottom: 0.3rem solid #f6f7f7;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-family: "Microsoft YaHei";
    line-height: 2rem;
    color: #4f4f4f;
}
.pro_select div{
    margin-right: 1rem;
}
.pro_select div:last-child{
    margin-right: 0;
}
.sel_text{
    color: #a2a2a2;
    width: 3rem;
}
.sel_text2{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.sel_text3{
    position: absolute;
    right: 1rem;
}
.sel_text3 i{
    font-size: 2rem;
}
.cart_bottom2{
    padding-left: 0;
}
.cart_icon{
    justify-content: center;
}
.cart_message{
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20rem;
    height: 10rem;
    z-index: 1030;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
}
.cart_message > div{
    margin: 0.5rem 0;
}

.pro_message{
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
}
.pro_m_content{
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    height: 24rem;
    bottom: 0;
    z-index: 1050;
    font-family: "Microsoft YaHei";
}
.pro_con_pic{
    position: absolute;
    left: 2rem;
    bottom: 19rem;
    z-index: 1180;
    background-color: #fff;
    width: 7rem;
    height: 7rem;
    border: 0.05rem solid #c9c9c9;
}
.pro_con_text{
    margin-left: 10rem;
}
.pro_con_text .text_01{
    font-size: 1.4rem;
    color: #ec5614;
    line-height: 2.5rem;
    margin-top: 1rem;
}
.pro_con_text .text_02{
    color: #4f4f4f;
    font-size: 0.8rem;
}
.pro_con_close{
    margin-right: 0.5rem;
    font-size: 1.7rem;
    color: #505050;
}
.pro_con_text2{
    margin: 3rem 2rem;
    font-size: 1.1rem;
    font-family: "Microsoft YaHei UI Light";
}
.pro_con_text2 > div{
    margin-bottom: 2rem;
}
.pro_con_text2 .text_03{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro_con_text2 .text_04{
    border: 0.05rem solid #4f4f4f;
    border-radius: 0.3rem;
    text-align: center;
    padding: 0.5rem 2rem;
    height: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
}
.pro_con_text2 .text_05{
    margin-left: 2rem;
    line-height: 1.5rem;
}
.pro_con_text2 .text_05 a,.pro_con_text2 .text_05 a:hover{
    border: 0.05rem solid #919191;
    text-decoration: none;
    margin: 0;
    color: #505050;
    padding: 0.2rem 0.5rem;
}
.pro_con_text2 .text_05 input{
    border: 0.05rem solid #919191;
    text-decoration: none;
    margin: 0;
    color: #505050;
    padding: 0.2rem 0.5rem;
    text-align: center;
    width: 4rem;
    outline: none;
}
.pro_con_text2 .text_06{
    color: #dedede !important;
}
.pro_con_text2 .text_07{
    border-left: 0 !important;
    border-right: 0 !important;
}