* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    border: none;
    outline: none;
}

.member_title {
    background: #4e9ee2;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    color: #fff;
    font-size: 18px;
    z-index: 1;
}

.go_back {
    width: 96%;
    height: 30px;
    display: flex;
    background: #f00;
    color: #fff;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.result_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.list_goods {
    width: 96%;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.list_goodsx {
    width: 96%;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.photos {
    padding-top: 68%;
    height: 0;
    overflow: hidden;
}

.goods_itemx {
    width: 49%;
    display: flex;
    flex-direction: column;
}

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

.list_goods a {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    float: left;
    padding-bottom: 20px;
}

.checkcode_wrap {
    display: flex;
    justify-content: space-between;
    
    height: 40px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.mem_realname {
    width: 100%;
    padding-left: 12px;
    
    border-radius: 6px;
    box-sizing: border-box;
    padding-right: 12px;
    position: relative;
    z-index: 1;
}

.mem_realname2 {
    width: 25%;
    padding-left: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
    padding-right: 12px;
}

.mem_realname3 {
    width: 45%;
    padding-left: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
    padding-right: 12px;
    margin-left: 10px;
}

.mem_submit {
    width: 30%;
    margin-left: 10px;
    float: right;
    font-size: 12px;
    height: 32px;
    background: #3dae38;
    border-radius: 16px;
    right: 4px;
    top:4px;
    position: absolute;
    max-width: 100px;
    color: #fff;
    z-index: 2;
}

.list_itemx_left {
    display: flex;
    flex: 1;
    align-items: center;
}

.list_itemx_r {
    width: 80px;
    margin-left: 10px;
}

.shadow {
    -webkit-box-shadow: 0px 3px 21px 1px #f1f1f1;
    -moz-box-shadow: 0px 3px 21px 1px #f1f1f1;
    -ms-box-shadow: 0px 3px 21px 1px #f1f1f1;
    -o-box-shadow: 0px 3px 21px 1px #f1f1f1;
    box-shadow: 0px 3px 21px 1px #f1f1f1;
}

.list_goods a img {
    width: 100%;
    display: block;
}

.list_goods a:nth-of-type(2n+1) {
    margin-right: 2%;
}

.list_goods a:nth-of-type(2n) {
    margin-right: 0;
}

.mem_tel {
    box-sizing: border-box;
}

.goods_name {
    line-height: 28px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    
    padding-top: 3%;
}

.goods_namex {
    line-height: 28px;
    font-size: 16px;
    color: #666;
}

.spec_left {
    float: left;
    line-height: 20px;
}

.spec_right {
    float: left;
    line-height: 20px;
    padding-left: 10px;
}

.spec_wrap {
    line-height: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.front_page_wrap2 {
    margin-top: 30px;
}

.front_page_wrap2 a,
.front_page_wrap2 span {
    padding: 10px;
    background: #ddd;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 12px;
    color: #333;
}

.front_page_wrap2 span.this_class {
    background: #4e9ee2;
    color: #fff;
}

.front_page_wrap2>:last-child {
    margin-right: 0;
}

.prev_page_a {
    width: 100%;
    height: 100%;
    background: #f00;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 6px;
}

.next_page_a {
    width: 100%;
    height: 100%;
    background: #000;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 6px;
}

.prev_page_a2 {
    width: 48%;
    height: 100%;
    background: #f00;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
    float: left;
    border-radius: 6px;
}

.next_page_a2 {
    width: 48%;
    height: 100%;
    background: #000;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
    float: right;
    border-radius: 6px;
}

.f_gap {
    height: 70px;
}

#footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #4e9ee2;
    color: #fff;
    font-size: 18px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    align-items: center;
}

#footer a {
    width: 33%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*detail*/

.bottom_navs {
    height: 40px;
    width: 96%;
    border-radius: 6px;
    margin: 30px auto;
    display: flex;
}

.bottom_navs a,
.bottom_navs span {
    display: block;
    height: 40px;
    width: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    float: left;
    border-right: 1px solid #34942f;
    box-sizing: border-box;
    max-width: 100px;
    background: #3dae38;
}

.spec_nr {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.specandsize_title {
    height: 40px;
    background: #f00;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.specandsize_title span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    height: 40px;
    align-items: center;
    display: flex;
    padding-left: 12px;
    box-sizing: border-box;
}

.specandsize_title span:nth-child(1) {
    width: 70%;
    border-right: 1px solid #fff;
}

.specandsize_title span:nth-child(2) {
    width: 30%;
}

.specandsizeitem {
    line-height: 24px;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #fff;
    background: #f1f1f1;
}

.specandsizeitem span {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    align-items: center;
    display: flex;
    padding-left: 12px;
    box-sizing: border-box;
}

.specandsizeitem span:nth-child(1) {
    width: 70%;
    border-right: 1px solid #fff;
}

.specandsizeitem span:nth-child(2) {
    width: 30%;
}

.spec_wraps {
    width: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    display: none;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1000;
    height: 100%;
    top: 0;
    left: 0;
}

.spec_titles {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.spec_list_wraps {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
}

.list_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.code_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.code_img img {
    width: 220px;
    height: 220px;
    display: block;
}

#num {
    background: #fff;
    width: 200px;
    height: 30px;
    border: 1px solid #999;
    color: #666;
    font-size: 14px;
    border-radius: 30px;
    padding-left: 12px;
}

.spec_list_wraps li {
    padding: 6px 12px;
    margin-right: 12px;
    font-size: 14px;
    color: #fff;
    float: left;
    display: inline;
    margin-bottom: 6px;
    background: #000;
    color: #fff;
    border-radius: 6px;
}

.spec_list_wraps li.li_actives {
    color: #333;
    background: #FFD62A;
}

.btn_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

#queding {
    width: 80px;
    height: 30px;
    border: none;
    background: #3dae38;
    border-radius: 6px;
    color: #fff;
}

#cancel {
    width: 80px;
    height: 30px;
    border: none;
    background: #3dae38;
    border-radius: 6px;
    color: #fff;
}

.yanse_add_btn {
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: #f00;
    text-align: center;
    margin-top: 20px;
}

.chicun_add {
    line-height: 24px;
    font-size: 14px;
    color: #f00;
}

.mask_yanse {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    z-index: 1001;
    height: 100%;
}

.container {
    width: 96%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.detail_goods_title {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
}

.detail_goods_desc {
    line-height: 24px;
    color: #999;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#small_pic {
    display: block;
    width: 100%;
}

#input_yanse {
    width: 80%;
    height: 30px;
    line-height: 32px;
    border: 1px solid #fff;
    padding-left: 10px;
    border-radius: 6px;
    font-size: 14px;
    margin: 10px auto;
    display: block;
}

.mask_yanse_wraps {
    padding-top: 20px;
}

#input_jiage {
    width: 80%;
    height: 30px;
    line-height: 32px;
    border: 1px solid #fff;
    padding-left: 10px;
    border-radius: 6px;
    font-size: 14px;
    margin: 10px auto;
    display: block;
}

.input_jifen {
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #f00;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.btn_wrapss {
    display: flex;
    width: 80%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
}

.btn_confirm {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #f00;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
}

.btn_cancel {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
}


/*购物车*/

.goods_item_wrap {
    display: flex;
    width: 96%;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.cart_item_checkbox_wrap2 {
    width: 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.goods_item_right {
    flex: 1;
    flex-direction: column;
    margin-left: 20px;
}

.goods_item_img {
    width: 60px;
    display: flex;
    justify-content: center;
}

.bottom_fixed_nav {
    height: 40px;
    display: flex;
    width: 96%;
    margin: 0 auto;
    margin-top: 20px;
}

.bottom_dingdan_info {
    width: 50%;
    background: #f1f1f1;
    height: 40px;
    align-items: center;
    font-size: 14px;
    padding-left: 12px;
    box-sizing: border-box;
    display: flex;
}

.clear_cart {
    width: 25%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    background: #f00;
}

.bottom_dingdan_btn {
    width: 25%;
    background: #3dae38;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.jia_jian_wrap {
    display: flex;
    width: 110px;
    align-items: center;
    justify-content: center;
}

.goods_item_jia_btn,
.goods_item_jian_btn {
    width: 25px;
    height: 30px;
    background: #ddd;
    color: #333;
    display: flex;
    font-size: 14px;
    color: #333;
    align-items: center;
    justify-content: center;
}

.goods_item_num {
    width: 50px;
    height: 30px;
    font-size: 14px;
    color: #333;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_brand_checkbox2 {
    width: 20px;
    height: 20px;
    background: #3dae38;
    border-radius: 20px;
}

.cart_brand_checkbox2.nable {
    background: #ddd;
}

.goods_item_right_title {
   
    line-height: 16px;
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

.goods_item_right_color,
.goods_item_right_price {
    color: #999;
    line-height: 17px;
    font-size: 12px;
    height: 17px;
}


/*订单确认*/

.shouhuoren_title_wrap {
    display: flex;
    height: 50px;
    align-items: center;
}

.shouhuoren_info_left {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.shouhuoren_info_right {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.shouhuoren_info_right a {
    height: 30px;
    width: 80px;
    border-radius: 6px;
    background: #f00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.address_item_wrap {
    width: 100%;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    background: #f1f1f1;
    box-sizing: border-box;
}

.address_item_wrap.address_active {
    background: #FFD62A;
    color: #333;
}

.beizhu_wrap textarea {
    width: 100%;
    height: 92px;
    border: 1px solid #ddd;
    line-height: 24px;
    padding: 10px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border-radius: 6px;
}

.goods_item_wrap2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.goods_item_right2 {
    margin-left: 10px;
    flex: 14px;
}

.makeorderbtn {
    height: 40px;
    background: #f00;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*会员中心*/

.mycenter_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.mycenter_ul li {
    height: 40px;
    display: flex;
    padding-left: 20px;
    align-items: center;
    width: 80%;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #4e9ee2;
    justify-content: center;
}

.mycenter_ul li a {
    font-size: 16px;
    color: #666;
    color: #fff;
}


/*分页*/

.front_page_wrap2 {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.list_item {
    border-radius: 6px;
    padding: 2%;
    margin-bottom: 14px;
}

.list_itemx {
    border-radius: 6px;
    padding: 2%;
    margin-bottom: 14px;
    line-height: 24px;
    font-size: 16px;
    color: #999;
    width: 96%;
}

.goods_titles {
    line-height: 30px;
    font-size: 18px;
    color: #666;
    width: 96%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}

.list_itemx_img {
    width: 100%;
    display: block;
}

.list_itemx_img>img {
    width: 100%;
    display: block;
}

.list_item_img {
    display: flex;
    align-items: center;
    width: 100%;
}

.list_item_img img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 30px;
}

.list_item_img span {
    margin-left: 20px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.goods_itemx {
    width: 49%;
}

.list_item_title {
    height: 40px;
    display: flex;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    align-items: center;
}

.list_item_bot {
    line-height: 24px;
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cancel_order {
    width: 80px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    background: #f00;
}

.operation_btn {
    display: flex;
}

.operation_btn a {
    width: 80px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    background: #3dae38;
    margin-right: 10px;
}


/*地址列表*/

.address_ul {
    width: 96%;
    margin: 0 auto;
}

.address_ul li {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 10px;
}

.li_tops {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.li_tops span {
    font-size: 14px;
}

.click_edit {
    color: #fff;
    background: #333;
    height: 30px;
    width: 80px;
    border-radius: 6px;
    display: block;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.li_bottoms {
    line-height: 24px;
    font-size: 12px;
    color: #666;
}

.add_btn {
    width: 96%;
    height: 40px;
    border-radius: 6px;
    background: #3dae38;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 30px;
    text-align: center;
}

.add_btn a {
    font-size: 14px;
    color: #fff;
}

.moren {
    color: #3dae38;
    font-weight: bold;
}