
@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

.body, .wrap, .box_w {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.body {
    background: #fbfbfb;
}

.wrap {
    min-height: 100%;
    background: #f3f3f3;
}

.box_w {
    background: #fff;
}

.pdb60 {
    padding-bottom: 60px;
}

.pdb110 {
    padding-bottom: 110px;
}


#f1 {
    position: relative;
    display: block;
    width: 95%;
    height: 30px;
    background: #e1e1e3;
    border-radius: 5px;
    margin: 10px 2.5%;
    float: left;
}

#f2 {
    position: relative;
    display: block;
    width: 75%;
    height: 30px;
    background: #e1e1e3;
    border-radius: 5px;
    margin: 10px 2.5%;
    float: left;
}

#search {
    position: relative;
    display: block;
    width: 70%;
    height: 30px;
    background: rgba(0, 0, 0, 0);
    padding-left: 35px;
    text-align: left;
    font-size: 16px;
}

#sub {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: 10px;
    background-color: #e1e1e3;
    background-image: url("../img/sub.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    cursor: pointer;
}

#delete {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 90%;
    display: none;
    background-color: #e1e1e3;
    background-image: url("../img/delete.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
    cursor: pointer;
}

#cancel {
    position: relative;
    display: none;
    width: 17%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    margin: 10px 2.5% 10px 0;
    float: right;
    text-align: center;
    color: #419AE5;
    font-size: 16px;
}

#searchbtn {
    position: relative;
    display: none;
    width: 17%;
    height: 30px;
    line-height: 30px;
    background: #419AE5;
    border-radius: 5px;
    margin: 10px 2.5% 10px 0;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 16px;
}


.box_swipe {
    overflow: hidden;
    position: relative;
}

.box_swipe ul {
    -webkit-padding-start: 0px;
}

.box_swipe > ul > li > a, .box_swipe > ul > li > a > img {
    width: 100%;
    overflow: hidden;
}

.box_swipe > ol {
    height: 20px;
    position: relative;
    z-index: 10;
    margin-top: -25px;
    text-align: center;
    padding-left: 6px;
}

.box_swipe > ol > li {
    display: inline-block;
    margin: 5px 2px;
    width: 6px;
    height: 6px;
    background-color: #757575;
    opacity: 0.6;
    border-radius: 8px;
}

.box_swipe > ol > li.on {
    background-color: #ffffff;
    opacity: 1;
}


.shopping_cart {
    display: block;
    position: fixed;
    bottom: 66px;
    right: 2%;
    width: 50px;
    height: 50px;
    background-image: url("../img/shopping_cart.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    z-index: 99;
}

.shopping_num {
    display: block;
    position: relative;
    background: #ca0000;
    width: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    margin-top: 7px;
    margin-left: 24px;
    text-align: center;
}

.shopping_num1 {
    display: block;
    position: relative;
    background: url("../img/shopping_num1.png") no-repeat center / 16px 16px #ca0000;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 100%;
    margin-top: 7px;
    margin-left: 24px;
}


.bottombar {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    z-index: 9;
}

.bottombar a {
    display: block;
    width: 25%;
    height: 50px;
    float: left;
    padding: 2px 0 0;
    background: #eee;
}

.bottombar a:active {
    background: #e5e5e5;
}

.bottombar a i {
    display: block;
    width: 80%;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    margin: 0 auto;
}

.i_bar01 {
    background-image: url("../img/icon01.png");
}

.i_bar02 {
    background-image: url("../img/icon02.png");
}

.i_bar03 {
    background-image: url("../img/icon03.png");
}

.i_bar04 {
    background-image: url("../img/icon04.png");
}

.bottombar a:active i.i_bar01 {
    background-image: url("../img/i_bar01a.png");
}

.bottombar a:active i.i_bar02 {
    background-image: url("../img/i_bar02a.png");
}

.bottombar a:active i.i_bar03 {
    background-image: url("../img/i_bar03a.png");
}

.bottombar a:active i.i_bar04 {
    background-image: url("../img/i_bar04a.png");
}

.bottombar a span {
    display: block;
    height: 16px;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.bottombar a:active span {
    color: #ff8500;
}


.mshop_wrap {
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
}

.ul_list, .ul_list01 {
    overflow: hidden;
    position: relative;
    margin: 3% 0% 0%;
}

.ul_list li {
    position: relative;
    float: left;
    width: 46%;
    margin: 0% 0% 3% 2.6%;
}

.ul_list li a {
    overflow: hidden;
    display: block;
    border: 1px solid #dddddd;
    background: #fff;
    box-sizing: border-box;
}

.ul_list li a img {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.ul_list li a .pd_w {
    display: block;
    padding: 0 3.4% 6%;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}

.ul_list li a h2 {
    line-height: 1.1em;
    height: 30px;
    overflow: hidden;
    color: #333;
    padding-top: 2.5%;
    padding-bottom: 2%;
    font-size: 14px;
    font-weight: normal;
}

.ul_list li a p {
    display: block;
    height: 1rem;
    line-height: 1rem;
    padding-top: 1.5%;
}

.ul_list01 li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 3%;
}

.ul_list01 li a {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    box-sizing: border-box;
}

.ul_list01 li a img {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.ul_list01 li a .pd_w {
    display: block;
    padding: 0 3.4% 3%;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}

.ul_list01 li a h2 {
    line-height: 1.1em;
    height: 30px;
    overflow: hidden;
    color: #333;
    padding-top: 2.5%;
    padding-bottom: 2%;
    font-size: 14px;
    font-weight: normal;
}

.ul_list01 li a p {
    display: block;
    height: 2rem;
    line-height: 2rem;
}

.price_sale {
    color: #ff3344;
    font-size: 14px;
}

.price_o {
    color: #989898;
    font-size: 14px;
    text-decoration: line-through;
}

.buy {
    color: #999;
    font-size: 12px;
    float: right;
}

.ul_list li a h2, .ul_list li a p, .ul_list01 li a h2, .ul_list01 li a p {
    word-wrap: word-breadk;
    word-break: break-all;
}

.ul_list li a i, .ul_list01 li a i {
    position: absolute;
    top: 0;
    right: 3%;
    width: 30px;
    height: 30px;
    background: url("../img/p_lable01.png") no-repeat top right / 30px;
    z-index: 6;
}

.ul_list-1 {
    overflow: hidden;
    position: relative;
    margin: 0;
}

.ul_list-1 li {
    position: relative;
    float: left;
    width: 100%;
    margin: 12px 0 0 0;
}

.ul_list-1 li a {
    overflow: hidden;
    display: block;
    background: #fff;
    box-sizing: border-box;
}

.ul_list-1 li a img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.ul_list-1 li a .pd_w {
    display: block;
    padding: 0 3.4% 6%;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}

.ul_list-1 li a h2 {
    line-height: 1.5;
    color: #333;
    padding-top: 2.5%;
    padding-bottom: 2%;
    font-size: 16px;
    font-weight: normal;
}

.ul_list-1 li a p {
    display: block;
    height: 1rem;
    line-height: 1rem;
    padding-top: 1.5%;
}

.ul_list-1 li a del {
    font-size: 12px;
    color: #989898;
}

.ul_list-1 li a h2, .ul_list-1 li a p {
    word-wrap: word-breadk;
    word-break: break-all;
}

.ul_list-1 li a i {
    position: absolute;
    top: 0;
    right: 3%;
    width: 30px;
    height: 30px;
    background: url("../img/p_lable01.png") no-repeat top right / 30px;
    z-index: 6;
}

.ul_list-2 {
    overflow: hidden;
    position: relative;
    margin: 0;
    background: #fff;
}

.ul_list-2 li {
    position: relative;
    float: left;
    height: 80px;
    width: 95%;
    padding: 8px 2.5%;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
}

.ul_list-2-1 li a {
    overflow: hidden;
    display: block;
    background: #fff;
    box-sizing: border-box;
}

.ul_list-2 li a img {
    display: block;
    height: 80px;
    width: 30%;
    float: left;
    overflow: hidden;
}

.ul_list-2 li a .pd_w {
    position: relative;
    display: block;
    height: 80px;
    width: 70%;
    float: left;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}

.ul_list-2 li a h2 {
    line-height: 1.5;
    color: #333;
    padding-left: 2.5%;
    font-size: 16px;
    font-weight: normal;
}

.ul_list-2 li a p {
    position: absolute;
    left: 0;
    bottom: 1px;
    display: block;
    height: 1rem;
    width: 96%;
    line-height: 1rem;
    padding-left: 2.5%;
    margin-top: 9px;
}

.ul_list-2 li a del {
    font-size: 12px;
    color: #989898;
}

.ul_list-2 li a h2, .ul_list-2 li a p {
    word-wrap: word-breadk;
    word-break: break-all;
}

.ul_list-2 li a i {
    position: absolute;
    top: 0;
    right: 3%;
    width: 30px;
    height: 30px;
    background: url("../img/p_lable01.png") no-repeat top right / 30px;
    z-index: 6;
}

.ul_list-3 {
    overflow: hidden;
    position: relative;
    width: 50%;
    float: left;
    margin: 3% 0% 0%;
}

.ul_list-3a li {
    position: relative;
    float: left;
    width: 95%;
    margin: 0% 2% 10px 3%;
}

.ul_list-3b li {
    position: relative;
    float: left;
    width: 95%;
    margin: 0% 3% 10px 2%;
}

.ul_list-3 li a {
    overflow: hidden;
    display: block;
    background: #fff;
    box-sizing: border-box;
}

.ul_list-3 li a img {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.ul_list-3 li a .pd_w {
    display: block;
    padding: 5% 3%;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}

.ul_list-3 li a h2 {
    line-height: 1.5;
    color: #333;
    text-align: center;
    padding-top: 2.5%;
    padding-bottom: 2%;
    font-size: 15px;
    font-weight: normal;
}

.ul_list-3 li a p {
    display: block;
    height: 1rem;
    line-height: 1rem;
    text-align: center
}

.ul_list-3 li a h2, .ul_list li a p {
    word-wrap: word-breadk;
    word-break: break-all;
}

.ul_list-3 li a i {
    position: absolute;
    top: 0;
    right: 3%;
    width: 30px;
    height: 30px;
    background: url("../img/p_lable01.png") no-repeat top right / 30px;
    z-index: 6;
}


.u-menu {
    display: none;
    z-index: 100;
    *zoom: 1;
    *width: 100px;
    margin: 9px 0 0;
    overflow: hidden;
    line-height: 1.5;
    font-size: 15px;
    background: #fff;
}

.u-menu li {
    border-top: 1px solid #d0d0d0;
    *vertical-align: top;
}

.u-menu li a {
    display: block;
    *zoom: 1;
    font-size: 15px;
    padding: 9px 22px 8px;
    margin: -1px 0;
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
    *vertical-align: top;
    word-wrap: normal;
    white-space: nowrap;
    _white-space: normal;
    text-overflow: ellipsis;
    color: #333;
    background: url("../img/arrow_r.png") no-repeat 94.5% center;
    background-size: auto 40%;
}

.u-menu li a.z-show {
    color: #333;
    background: url("../img/arrow3.png") no-repeat 95% center;
    background-size: auto 28%;
}

.u-submenu {
    display: none;
    z-index: 100;
    *zoom: 1;
    *width: 100px;
    margin: 0;
    overflow: hidden;
    line-height: 1.5;
    font-size: 14px;
    background: #fff;
}

.u-submenu li {
    border-top: 1px solid #d0d0d0;
    *vertical-align: top;
}

.u-submenu li a {
    display: block;
    *zoom: 1;
    font-size: 14px;
    padding: 9px 29px 8px;
    margin: -1px 0;
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
    *vertical-align: top;
    word-wrap: normal;
    white-space: nowrap;
    _white-space: normal;
    text-overflow: ellipsis;
    color: #707070;
    background-color: #f3f3f3
}

.u-submenu li a:hover {
    color: #707070;
}


.u-menu-show {
    display: block;
}


.order {
    width: 100%;
    margin: 10px auto;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.order a {
    color: #333;
}

.order_xx {
    background: #fff;
    color: #969696;
    font-size: 14px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding-left: 2%;
}

.tips {
    width: 94%;
    margin: 2% 3%;
    color: #969696;
    font-size: 12px;
    text-align: center;
}

.order_content {
    padding: 2.8% 0;
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    color: #333;
    overflow: hidden;
}

.order_content2 {
    padding: 2.8%;
    color: #333;
    overflow: hidden;
}

.order_content .zan {
    color: #cecece;
    font-size: 16px;
    padding-left: 1%;
}

.p_title {
    width: 100%;
    height: 40px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.p_title span {
    width: 60%;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}

.span_r {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.order_ul {
    display: block;
    width: 100%;
}

.order_ul li {
    display: block;
    width: 100%;
    margin: 2% 0%;
}

.ul_l, .ul_r {
    display: inline-block;
    width: 50%;
}

.ul_r {
    text-align: right;
}

.r_title {
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 2%;
}

.r_title img {
    float: right;
}

.r_title span {
    display: inline-block;
    text-align: right;
    font-size: 14px;
    color: #808080;
}

.p_sjxx {
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0%;
}

.p_sjxx img {
    float: right;
    vertical-align: middle;
    margin-top: -30px;
}

.p_sjxx p {
}

.p_sjxx p.fill_msg {
    font-size: 1rem;
}

.yf_price {
    border-top: 1px solid #eaeaea;
    text-align: left;
    padding-top: 3%;
    position: relative;
}

.p_mid {
    text-align: left;
    padding: 10px 0;
    overflow: hidden;
}

.p_mid01 {
    text-align: left;
    padding: 10px 0 0;
    overflow: hidden;
}

.p_mid02 {
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    position: relative;
}

.p_mid02 .prize {
    color: #F34;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    vertical-align: bottom;
}

.p_mid02 .num {
    float: right;
    font-size: 12px;
    color: #969696;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 2px;
}

.yf_s {
    float: left;
    padding-top: 3.5%;
    color: #969696;
    font-size: 14px;
    vertical-align: bottom;
    display: block;
}

.yfjh_s {
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.select_01 {
    width: 8%;
    display: inline-block;
    float: left;
    vertical-align: middle;
    padding-top: 5%;
    padding-left: 0.15%;
}


.select_01 img {
    max-width: 20px;
    width: 70%;
}

.product_s {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    margin-right: 4%;
}

.pj_btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    color: #666;
    cursor: pointer;
}


.main_new {
    display: block;
    padding: 3% 7%;
    margin: 0 auto;
    overflow: hidden;
    width: 86%;
    word-break: break-all;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.main_new img {
    width: 100%;
}

.product_name {
    font-size: 18px;
    padding: 2% 0%;
}

.product_xx {
    font-size: 14px;
    padding: 0%;
}

.product_buy {
    display: block;
    padding: 2% 0 4% 0;
    width: 100%;
    line-height: 1.5;
    overflow: hidden;
}

.product_price {
    display: block;
    width: 100%;
    color: #8f8f8f;
    line-height: 1.5;
}


.price_now {
    display: inline-block;
    line-height: 1.5;
    color: #ff3344;
    font-size: 18px;
}


.price_no {
    display: inline-block;
    line-height: 1.5;
    padding-left: 10px;
    text-decoration: line-through;
}


.yq_num {
    display: inline-block;
    line-height: 1.5;
    vertical-align: bottom;
}



.product_t {
    display: block;
    width: 86%;
    background: #f3f3f3;
    padding: 1% 7% 0;
    font-size: 14px;
    line-height: 3em;
    color: #b0b0b0;
}


.select-all {
    display: block;
    width: 86%;
    padding: 3% 7% 5%;
    margin: 0 auto 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.product_color {
    display: block;
    float: left;
    width: 100%;
}

.product_color span {
    display: inline-block;
    float: left;
    width: 16%;
    font-size: 1.1em;
}

.product_color ul {
    display: inline-block;
    float: left;
    list-style: none;
    width: 84%;
    margin-bottom: 4%;
}

.product_color ul li {
    display: block;
    float: left;
    width: 40%;
    margin-right: 5%;
    margin-bottom: 4%;
    border: 2px solid #edeeef;
    background: #fff;
    font-size: 1.1em;
    color: #333;
    text-align: center;
    padding: 5% 0%;
}

.product_color ul .select {
    border: 2px solid #ff3344;
    background: url("../img/coner_bg.png") no-repeat right bottom #fff;
}


.product_color ul .none {
    border: 2px solid #edeeef;
    color: #999;
    background: #edeeef;
}


.product_color ul .mis {
    border: 1px solid #efefef;
    color: #ccc;
    font-size: 20px;
}

.top_tips {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 1% 0;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px auto 0;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.guss_tips {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f3f3f3;
    margin: 15px auto 0;
    font-size: 15px;
    color: #999;
    text-indent: 5%;
}

.product_bar {
    display: block;
    width: 86%;
    padding: 4% 7%;
    background-image: url("../img/arrow_r.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #333;
}

.shoplogo_table {
}

.shoplogo_W {
    display: block;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}

.shoplogo_W img {
    display: block;
    width: 52px;
    height: 52px;
    margin: 2px 0 0 2px;
}

.goinbtn {
    width: 50%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
}

.goinbtn i {
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url("../img/i_bar01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    background-color: #fff;
    position: relative;
    top: 4px;
    cursor: pointer;
}


.groupbtn {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    height: 64px;
    background-color: #eee;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    z-index: 998;
}

.groupbtn a {
    display: block;
    width: 25%;
    height: 44px;
    margin: 10px 0 0;
    background: #eee;
}

.groupbtn a:nth-child(1) {
    width: 14.5%;
    float: left;
}

.groupbtn a:nth-child(2) {
    width: 34%;
    line-height: 44px;
    float: left;
    background-color: #ff9900;
    color: #fff;
    text-align: center;
}

.groupbtn a:nth-child(2):active {
    background-color: #ff6600;
}

.groupbtn a:nth-child(3) {
    width: 14.5%;
    float: right;
}

.groupbtn a:nth-child(4) {
    width: 34%;
    line-height: 44px;
    float: right;
    background-color: #cc0001;
    color: #fff;
    text-align: center;
}

.groupbtn a:nth-child(4):active {
    background-color: #a50000;
}

.groupbtn a.collection i {
    display: block;
    width: 100%;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.groupbtn a.collection i.not {
    background-image: url("../img/i_collectionb.png");
}

.groupbtn a.collection i.have {
    background-image: url("../img/i_collectionb_s.png");
}

.groupbtn a.collection span {
    display: block;
    width: 80%;
    height: 18px;
    line-height: 18px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.groupbtn a.shoppingcart span {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    background-image: url("../img/shopping_cart.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    margin: 0 auto;
}

.groupbtn a.shoppingcart i.shoppingnum {
    position: absolute;
    top: 3px;
    left: 23px;
    display: block;
    position: relative;
    background: #ca0000;
    width: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-style: normal;
}

.groupbtn a.shoppingcart i.shoppingnum1 {
    position: absolute;
    top: 3px;
    left: 23px;
    display: block;
    position: relative;
    background-image: url("../img/shopping_num1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-color: #ca0000;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 100%;
}

.product_color table {
    display: inline-table;
    width: 48%;
    border: 1px solid #ccc;
    background: #fff;
}

.product_color table td {
    text-align: center;
}

.product_color .sy, .product_color .xg {
    display: inline-block;
    width: 26%;
    font-size: 1em;
    text-indent: 6px;
}


.product_color .xg {
    padding-top: 4px;
    text-indent: 0px;
}

.product_color .js {
    font-size: 1.8em;
    color: #333;
}


.product_color .input_p {
    width: 100%;;
    height: 40px;
    font-size: 1.2em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
}

.product_color table td label {
    float: left;
    height: 40px;
    overflow: hidden;
}

.sj_list {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5%;
}

.sj_list li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 2%;
    color: #737373;
}

.sj_list li .p_l {
    display: inline-block;
    width: 28%;
    vertical-align: top;
}

.sj_list li .p_r {
    display: inline-block;
    width: 72%;
}

.p1 {
    display: block;
    width: 100%;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #3a3a3a;
    padding-bottom: 5%;
}


.jlpj {
    width: 94%;
    padding: 3%;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    font-size: 1rem;
}

.pjbackbtn_w {
    position: fixed;
    bottom: 50px;
    min-width: 320px;
    max-width: 640px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: #f3f3f3;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}

.pjbackbtn {
    width: 40%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.pjbackbtn:active {
    background-color: #f7f7f7;
}

.ckpj {
    width: 94%;
    padding: 3%;
    border-bottom: 1px solid #ddd;
}

.ckpj dt {
    height: 30px;
    line-height: 30px;
    color: #323232;
    font-size: 16px;
}

.startbg {
    display: block;
    float: right;
    width: 120px;
    height: 24px;
    background-image: url("../img/startb_w.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px 19px;
}

.startbg span {
    display: block;
    width: 20%;
    height: 24px;
    background-image: url("../img/startb_c.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 120px 19px;
}

.ckpj dd p {
    line-height: 1.5;
    color: #656565;
    font-size: 13px;
    word-break: break-all;
}

.ckpj dd p.reply {
    padding-top: 10px;
}

.ckpj dd span {
    display: block;
    line-height: 1.5;
    font-size: 13px;
    color: #999;
}

.fillinpj {
    float: left;
    width: 94%;
    padding: 3%;
    border-bottom: 1px solid #ddd;
}

.fillinpj dt {
    width: 100%;
    float: left;
    color: #323232;
    font-size: 16px;
}

.fillinpj dt img {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 8px;
    border: 1px solid #eaeaea;
}

.fillinpj dt p {
    float: left;
    width: 75%;
    font-size: 14px;
}

.fillinpj dt p span {
    display: block;
    padding-top: 5px;
}

.fillinpj dd {
    width: 100%;
    float: left;
    padding: 3% 0;
}

.fillinpj table {
    margin-bottom: 3%;
}

.fillinpj table td {
    vertical-align: middle;
}

.startb {
    display: block;
    width: 166px;
    height: 26px;
}

.startb span {
    display: block;
    float: left;
    width: 18.5%;
    margin-right: 1.5%;
    height: 26px;
    background-image: url("../img/startb_w.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 166px 26px;
}

.startb span.z-sel {
    background-image: url("../img/startb_c.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 166px 26px;
}

.rating {
    display: block;
    width: 50px;
    height: 28px;
    line-height: 28px;
    border: 2px solid #999;
    font-size: 14px;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.leave_meg {
    display: block;
    width: 100%;
    background: #f7f7f7;
    min-height: 60px;
    font-size: 14px;
    border: 1px solid #ddd;
}

dl:last-child {
    border-bottom: 0 !important;
}


.groupbtn_pj {
    position: fixed;
    bottom: 50px;
    display: block;
    width: 100%;
    height: 44px;
    margin: 0 auto;
    z-index: 7;
    background-color: #494949;
}

.groupbtn_pj a {
    display: block;
    width: 25%;
    height: 44px;
    background: #eee;
}

.groupbtn_pj a:nth-child(1) {
    width: 42%;
    line-height: 44px;
    float: left;
    background-color: #ff9900;
    color: #fff;
    text-align: center;
}

.groupbtn_pj a:nth-child(3) {
    width: 42%;
    line-height: 44px;
    float: left;
    background-color: #cc0001;
    color: #fff;
    text-align: center;
}

.groupbtn_pj a:nth-child(2) {
    width: 16%;
    float: right;
    background-color: #494949;
}

.groupbtn_pj a.shoppingcart span {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    background-image: url("../img/shopping_cartw.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    margin: 0 auto;
}

.groupbtn_pj a.shoppingcart i.shoppingnum {
    position: absolute;
    top: 3px;
    left: 23px;
    display: block;
    position: relative;
    background: #ca0000;
    width: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-style: normal;
}

.groupbtn_pj a.shoppingcart i.shoppingnum1 {
    position: absolute;
    top: 3px;
    left: 23px;
    display: block;
    position: relative;
    background-image: url("../img/shopping_num1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-color: #ca0000;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 100%;
}


.order_p {
    float: left;
    width: 75%;
    font-size: 14px;
    height: 100%;
}

.order_p3 {
    float: left;
    width: 100%;
    font-size: 14px;
}

.order_p3 .p3 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    vertical-align: bottom;
}

.order_p p {
    line-height: 1.3;
    padding-bottom: 0%;
}

.order_p .p2 {
    line-height: 150%;
    padding-bottom: 0.8%;
}

.order_p .span01 {
    color: #FF3344;
    font-weight: bold;
    font-size: 16px;
    display: block;
    display: inline-block;
    vertical-align: bottom;
}

.order_p .prize {
    float: right;
    font-size: 12px;
    color: #969696;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 2px;
}

.order_p .span02 {
    float: right;
    font-size: 12px;
    color: #969696;
    display: inline-block;
    vertical-align: bottom;
}

.r_price {
    text-align: right;
    font-size: 14px;
    line-height: 22px;
}

.l_price {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}

.l_price .tip_number {
    display: inline-block;
    width: 18px;
    height: 19px;
}

/
.l_price .span_number {
    width: 20px;
    height: 22px;
    font-size: 12px;
    color: #fff;
    margin-left: -16px;
    vertical-align: top;
}

.l_price .span_number {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #eb2100;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    margin-left: 2px;
    margin-top: -6px;
    vertical-align: middle;
    text-align: center;
}

.l_price .tip_number span {
    font-size: 12px;
    color: #fff;
    padding-left: 2px;
}

.l_price img {
    float: right;
    vertical-align: middle;
    margin-top: 5px;
}

.order_tips {
    display: block;
    background: #feeb9c;
    border: 1px solid #f8d763;
    padding: 3% 3% 3% 5%;
}


.order_tips p {
    display: block;
    color: #130502;
    font-size: 1em;
    text-align: center;
    line-height: 1.4em;
}

.order_tips span {
    color: #7fd000;
    font-size: 1.4em;
    font-weight: bold;
}

.line-top {
    border-top: 1px solid #eaeaea;
    width: 100%;
    padding-top: 2%;
}


.payment_w {
    background: #fff;
    color: #333;
    margin: 10px auto;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.payment_success {
    width: 77.5%;
    margin: 5% auto;
}

.payment_success td {
    vertical-align: middle;
    font-size: 18px;
}

.payment_success td img {
    display: block;
}

.payment_tips {
    display: block;
    width: 93.75%;
    margin: 0 auto;
    border-top: 2px dotted #e4e4e4;
    padding: 3% 0% 4%;
    color: #000;
    overflow: hidden;
    text-align: center;
}

.payment_tips span {
}


.order_m {
    float: left;
    display: block;
    width: 100%;
    height: 70px;
    border-top: 1px solid #dddddb;
    border-bottom: 1px solid #dddddb;
    margin-bottom: 3%;
}

.order_m a {
    float: left;
    position: relative;
    display: block;
    width: 20%;
    height: 70px;
    background: #fff;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}

.order_m a:active {
    background: #F7F7F7;
}

.order_m a i {
    display: block;
    width: 100%;
    height: 24px;
    margin: 12px 0 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.order_m a i.i01 {
    background-image: url("../img/icon01.png");
}

.order_m a i.i02 {
    background-image: url("../img/icon02.png");
}

.order_m a i.i03 {
    background-image: url("../img/icon03.png");
}

.order_m a i.i04 {
    background-image: url("../img/icon04.png");
}

.order_m a i.i05 {
    background-image: url("../img/icon05.png");
}

.order_m a span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #666;
    font-size: 12px;
}

.order_m a b {
    display: none;
    position: absolute;
    top: 10px;
    right: 20%;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #CC0000;
}

.order_m a:last-child {
    border-right: 0 !important;
}

.order_m_list {
    float: left;
    display: block;
    width: 100%;
    border-top: 1px solid #dddddb;
    margin: 0 auto;
}

.order_m_list p {
    float: left;
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dddddb;
    background-image: url("../img/arrow_r.png");
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 10px 15px;
    background-color: #fff;
    margin: 0 auto;
}

.order_m_list p span {
    display: block;
    width: 83%;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 10px 5%;
    padding: 0 0 0 12px;
    color: #333;
    font-size: 16px;
}

.order_m_list p:nth-child(1) span {
    border-left: 4px solid #00c4a8;
}

.order_m_list p:nth-child(2) span {
    border-left: 4px solid #cc0001;
}

.order_m_list p:nth-child(3) span {
    border-left: 4px solid #4299e6;
}

.order_m_list p:nth-child(4) span {
    border-left: 4px solid #ff8500;
}

.order_m_list p:nth-child(5) span {
    border-left: 4px solid #CC66FF;
}

.order_m_list p:active {
    background-color: #F7F7F7;
}


.goodslist_bar {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    height: 40px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    z-index: 19;
}

.goodslist_bar a {
    float: left;
    position: relative;
    display: block;
    width: 25%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color: #333;
    background: #fff;
}

.goodslist_bar a:active {
    background: #F7F7F7;
}

.goodslist_bar a i {
    position: relative;
    top: -2px;
    margin-left: 2px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 5px;
    width: 10px;
    height: 5px;
}

.goodslist_bar a i.priceup {
    background-image: url("../img/arrow_up.png");
}

.goodslist_bar a i.pricedown {
    background-image: url("../img/arrow_down.png");
}

#price {
    position: fixed;
    top: 41px;
    display: block;
    width: 94%;
    min-width: 300px;
    max-width: 600px;
    height: 40px;
    padding: 10px 3% 0;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    background: #fff;
    z-index: 11;
}

#price table td {
    height: 30px;
    padding: 0 2px;
}

#price table td:last-child {
    padding: 0;
}

.inp {
    display: block;
    height: 30px;
    line-height: 20px !important;
    border: 1px solid #ddd;
    width: 98%;
    padding-left: 4px;
    box-sizing: border-box;
}

.sxbtn {
    display: block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: #419AE5;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.i_delete {
    display: block;
    width: 26px;
    height: 30px;
    background-image: url("../img/delete.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 20px;
    cursor: pointer;
}


.redpay {
    color: #FF3344;
    font-weight: bold;
    font-size: 16px;
    display: block;
    display: inline-block;
    vertical-align: bottom;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.p3 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    vertical-align: bottom;
}

.bgfoot {
    padding-bottom: 60px;
}

.cancel {
    background: #ededed !important;
}

.p_mid03 {
    text-align: left;
    padding: 3% 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.msg-tle {
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 2%;
}

.p_mid04 {
    text-align: left;
    padding: 3% 0;
    overflow: hidden;
    position: relative;
}

.cash {
    display: block;
    float: left;
    width: 100%;
    line-height: 1.5;
}

.cash span {
    color: #F00;
    font-size: 1rem;
    font-weight: bold;
    float: right;
}

.cash1 {
    display: block;
    font-size: 1rem;
    float: left;
    margin-top: 2%;
    padding-top: 7px;
    width: 100%;
    line-height: 2;
    border-top: 1px solid #ddd;
}

.cash1 span {
    color: #F00;
    font-size: 1rem;
    font-weight: bold;
    float: right;
}

.greybg {
    width: 94%;
    margin: 3% auto;
}

.datebg {
    display: block;
    background: #feeb9c;
    border: 1px solid #f6d56c;
    padding: 3%;
    font-size: 1rem;
}

.green {
    color: #97c400;
    font-size: 1.2rem;
}

.chose {
    border: 1px solid #ddd !important;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 99;
}

.select_02 {
    display: block;
    float: left;
    vertical-align: middle;
    margin-right: 3%;
    text-align: center;
}


.select_02 img {
    max-width: 20px;
    width: 70%;
    margin-top: 90%;
}

.order_p3 {
    float: left;
    width: 100%;
    font-size: 14px;
}

.clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clr {
    zoom: 1;
}

.chosemsg {
    display: block;
    float: left;
    width: 80px;
    margin: 0 2%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.chosebtn {
    display: block;
    float: left;
    padding: 3% 5%;
    text-align: center;
    font-size: 1.4rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #333;
}

.chosebtn1 {
    display: block;
    float: right;
    padding: 3% 5%;
    text-align: center;
    font-size: 1.4rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #333;
}

.msginput {
    display: block;
    float: left;
    width: 30px;
    border: none;
    width: 25px;
    text-align: center;
    line-height: 2;
    background-color: rgba(255, 255, 255, 0);
}

.msginput input[type=text] {
    background-color: rgba(255, 255, 255, 0) !important;
}

.choseft {
    padding: 2% 1%;
    font-size: 0.9rem;
}

.allcash {
    display: block;
    float: right;
    margin-right: 10%;
}

.allcash span {
    color: #F00;
    font-size: 1.3rem;
    font-weight: bold;
}

.cashbox {
    display: block;
    width: 100%;
}

.vshop_wrap {
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    min-height: px;
    position: relative;
}

.product {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    margin-top: -24px;
}

.product p {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1em;
}

.product span {
    display: block;
    width: 100%;
    padding-bottom: 4%;
    font-size: 1em;
}

.sj_l {
    display: inline-block;
    width: 70%;
}


.sj_r {
    display: inline-block;
    width: 16%;
    border-left: 1px solid #999;
    padding: 1% 1% 0% 5%;
}

.sj_r img {
    display: block;
    width: 80%;
    border: 0 none;
}

.color999 {
    color: #999;
    line-height: 1.5em;
}

.color000 {
    color: #000;
    line-height: 1.5em;
}

.mg-top-20 {
    margin-top: -20px;
}

.mg-top-10 {
    margin-top: -10px;
}

.mg-top-5 {
    margin-top: -5px;
}

.mg-top-0 {
    margin-top: 0px;
}

.mg-top-10 + {
    margin-top: 10px;
}

.mg-bt-0 {
    margin-bottom: 0;
}

.mg-left-0 {
    margin-left: 0;
}

.mg-right-0 {
    margin-right: 0;
}

.pd-top-10 {
    padding-top: 10px;
}

.pd-top-0 {
    padding-top: 0px;
}

.pd-top-2 {
    padding-top: 2px;
}

.pd-left-2 {
    padding-left: 2%;
}

.pd-bottom-15 {
    padding-bottom: 15px;
}

.pd-bottom-3 {
    padding-bottom: 3%;
}

.pd-bottom-0 {
    padding-bottom: 0%;
}

.w-100 {
    width: 100%;
}

.line-d-top {
    display: block;
    border-top: 2px dotted #cfcfcf;
}

.auction_table {
    width: 100%;
}

.auction_table tr {
    color: #303030;
    cursor: pointer;
}

.auction_table .tr_now {
    color: #ff7100;
}

.auction_table td {
    border-right: 1px solid #ccc;
    padding: 2% 1%;
    cursor: pointer;
}

.auction_table .no-border {
    border-right: 0 none;
}

.leading, .out, .deal, .failure {
    color: #fff;
    padding: 0 3px;
}

.leading {
    background: #339933;
}

.out {
    background: #333;
}

.deal {
    background: #cc0000;
}

.failure {
    background: #989898;
}

.f_wrap {
    max-width: 640px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bg_fff {
    background: #fff;
}

.bg_f3f3f3 {
    background: #f3f3f3;
}

.border_b {
    border-bottom: 1px solid #dcdcdc;
}

.border_b_no {
    border-bottom: 0 none;
}

.no-border {
    border: 0 none;
}

.auction_p {
    display: block;
    text-align: center;
    line-height: 1.6em;
}

.text_a_l {
    text-align: left;
}

.text_a_c {
    text-align: center;
}

.text_a_r {
    text-align: right;
}

.nextp {
    background: url("../img/arrow1.png") no-repeat 96% 50% #fff;
    background-size: 10px auto;
}

.zf {
    background: url("../img/arrow2.png") no-repeat 96% 50% #fff;
    background-size: 15px auto;
}

.input_sh {
    display: block;
    width: 90%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 6%;
    color: #333;
    overflow: hidden;
    background: none;
}

.select_zf {
    display: block;
    width: 96%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 2.5%;
    color: #333;
    overflow: hidden;
    background: none;
    font-size: 1rem;
}


.tips_pic {
    background: url("../img/tips.png") no-repeat 1% 30% #feeb9c;
    background-size: 14px auto;
}

.order_tips .auction_p {
    display: inline-block;
    text-align: left;
}

.checkbox_z {
    width: 16px;
    height: 16px;
    background: url("../img/checkboxbg.png") no-repeat;
    background-size: 16px 16px;
    border: 0;
}




.font_b {
    font-weight: bold;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.font_red {
    color: #ff3344;
}

.font14 {
    font-size: 14px;
}

.font18 {
    font-size: 18px;
}

.font24 {
    font-size: 24px;
}


input[type=button] {
    height: 42px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    border-radius: 10px;
    border: 0 none;
    cursor: pointer;
}

.bottom-menu {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: rgba(241, 241, 241, 1.0);
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #fff;
    box-shadow: 1px #fff;
    bottom: 43px;
    position: fixed;
    height: 60px;
    line-height: 23px;
    z-index: 9;
}

.bottom-menu1 {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: rgba(241, 241, 241, 1.0);
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #fff;
    box-shadow: 1px #fff;
    bottom: 0;
    position: fixed;
    height: 60px;
    line-height: 23px;
    z-index: 9;
}

.yesbtn, .yesbtn_wx {
    width: 32%;
    display: inline-block;
    margin-left: 4px;
}

.yesbtn {
    background: #cc0001;
}

.yesbtn_wx {
    background: #999;
}

.add_p {
    width: 32%;
    display: inline-block;
    background: #ff9900;
    margin-left: 4px;
}

.add_p_wx {
    width: 32%;
    display: inline-block;
    background: #999;
    margin-left: 4px;
}

.nobtn {
    width: 20%;
    display: inline-block;
    border: 0 none;
}

.nobtn img {
    width: 100%;
    border-radius: 10px;
    height: 42px;
}

.backbtn {
    width: 20%;
    height: 40px;
    display: inline-block;
    margin-left: 5px;
    display: inline-block;
    background: url("../img/06_back2.png") no-repeat center #c1c1c1;
    background-size: 26px auto;
}

.a_name {
    margin: 10px auto;
    width: 94%;
    max-width: 600px;
    padding-left: 10%;
    position: relative;
}


.btn_w {
    width: 93.75%;
    margin: 3% auto;
    overflow: hidden;
}

.redbtn {
    background: #cc0000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.redbtn:active {
    background-color: #ff6600;
}

.orangebtn {
    background: #ff9900;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.orangebtn:active {
    background-color: #a50000;
}

.whitebtn {
    background: #fff;
    color: #5d5d5d;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.whitebtn:active {
    background-color: #eaeaea;
}

.greybtn {
    background: #c1c1c1;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.blackbtn {
    background: #666;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.order_btn {
    background: #cc0000;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    height: 50px;
    line-height: 50px;
}


.order_btn_2 {
    background: #ffa614;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    height: 50px;
    line-height: 50px;
}


.orangebg {
    width: 94%;
    margin: 3%;
    border: 2px solid #f60;
}

.w47w {
    display: block;
    width: 47%;
}

.w100w {
    display: block;
    width: 100%;
}

.input_ad {
    color: #333;
    font-size: 1.2em;
    height: 20px;
    line-height: 20px;
    padding: 2.8%;
}




.com_box {
    max-width: 640px;
    margin: 10px auto;
    width: 100%;
    overflow: hidden;
}

.address_list {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
    background-color: #fff;
}

.address_list dt {
    width: 16%;
    float: left;
    height: 96px;
}

.address_list dt a {
    display: block;
    width: 98%;
    height: 42px;
    margin: 0 auto;
}

.address_list dt a.del_address {
    width: 70%;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    text-align: center;
    margin: 9px auto 0;
}

.address_list dt a.edit_address {
    background-image: url("../img/edit_ico.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.address_list dd {
    width: 84%;
    float: left;
    min-height: 96px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
}

.address_list dd p {
    width: 95%;
    overflow: hidden;
}

.address_list dd .address_tit {
    height: 30px;
    padding: 6px 0 4px;
    line-height: 30px;
    border-bottom: 2px solid #E6E6E6;
}

.address_tit span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    float: left;
}

.address_tit i {
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: right;
    background-color: #ff9900;
    width: 70px;
    text-align: center;
    display: none;
}

.address_list dd .address_con {
    padding-top: 6px;
    line-height: 1.2em;
    padding-bottom: 7px;
    color: #666;
}

.address_list dl.sel_now {
    border: 2px solid #FAB449;
}

.address_list dd.sel_now .address_tit i {
    display: block;
}

.address {
    border-top: 1px solid #e5e5e5;
}

.address li {
    background: #fff;
    color: #969696;
    font-size: 14px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.address li span {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    padding: 0 0 0 6%;
    width: 90%;
    font-size: 14px;
}


.share_goods {
    border-top: 1px solid #e5e5e5;
}

.share_goods li {
    background: #fff;
    color: #969696;
    font-size: 14px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.share_goods li span {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    padding: 0 0 0 3%;
    width: 94%;
    font-size: 1rem;
}

.input_sh01 {
    color: #333;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 3%;
    width: 94%;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
}


.order_zt1 {
    position: relative;
    display: block;
    width: 93.75%;
    color: #666;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: -10px auto 18px;
}

.order_zt1 i {
    position: relative;
    top: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/order_zt.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 14px 14px;
}

.order_zt {
    position: relative;
    display: block;
    width: 93.75%;
    color: #666;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: -8px auto 15px;
}

.order_zt b {
    padding: 0 4px;
}


.shoppingbox {
    position: relative;
    display: block;
    border-top: 1px solid #e5e5e5;
    color: #333;
}

.shoppingbox li {
    position: relative;
    padding: 10px 0 10px 8%;
    width: 92%;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
}

.shoppingbox li.cancel {
    background: #ededed !important;
}

.p_mid00 {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    position: relative;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.order_p00 {
    float: left;
    width: 73%;
    font-size: 14px;
    height: 100%;
}

.deletebtn {
    position: absolute;
    bottom: 10px;
    right: 3%;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
}

.deletebtn:active {
    background-color: #f7f7f7;
}

.checkimg1, .checkimg2 {
    position: absolute;
    left: 1%;
    top: 18px;
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.checkimg1 {
    background-image: url("../img/checkbox_on.png");
}

.checkimg2 {
    background-image: url("../img/checkbox_off.png");
}

.shoppingbar {
    position: fixed;
    bottom: 51px;
    display: block;
    width: 100%;
    height: 44px;
    margin: 0 auto;
    z-index: 12;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.shoppingbar a {
    display: block;
    height: 44px;
    background: #fff;
}

.shoppingbar a:nth-child(1) {
    width: 18%;
    line-height: 44px;
    float: left;
    text-align: center;
    color: #333;
    position: relative;
}

.shoppingbar a:nth-child(1) i {
    position: absolute;
    top: 11px;
}

.shoppingbar a:nth-child(1) span {
    position: absolute;
    left: 26px;
    font-size: 10px;
}

.shoppingbar a:nth-child(3) {
    width: 45%;
    float: left;
    color: #333;
    text-align: right;
    padding-right: 3%;
}

.shoppingbar a:nth-child(2) {
    width: 34%;
    line-height: 44px;
    float: right;
    background-color: #cc0001;
    color: #fff;
    text-align: center;
}

.shoppingbar a:nth-child(3) p {
    display: block;
    height: 18px;
    line-height: 18px;
    margin-top: 8px;
    font-size: 14px;
}

.shoppingbar a:nth-child(3) p.yf {
    height: 12px;
    line-height: 12px;
    font-size: 10px;
    margin-top: 0 !important;
}

.ul_list01 li .price_sale, .ul_list-1 li .price_sale {
    color: #ff3344;
    font-size: 20px;
}


.buy2 {
    display: block;
    color: #999;
    font-size: 12px;
    text-align: center;
}




.m-layer, .m-layer .lymask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-layer {
    display: none;
    position: fixed;
    _position: absolute;
    z-index: 999;
}

.m-layer .lymask {
    position: absolute;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-layer .lytable {
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.m-layer .lytd {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.m-layer .lywrap {
    position: relative;
    width: 90%;
    min-width: 290px;
    max-width: 580px;
    margin: 0 auto;
    border: 0;
}

.m-layer .lytt {
    position: relative;
    padding: 10px;
    height: 20px;
    margin: 0 0 -1px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    background: #666;
}

.m-layer .lytt h2 {
    float: left;
    font-size: 16px;
    color: #fff;
}

.m-layer .lyclose {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #666;
    border-radius: 30px;
    text-align: center;
    font-family: arial;
    font-size: 30px;
    _font-size: 22px;
    cursor: pointer;
}

.m-layer .lyclose:hover {
    color: #aaa;
}

.m-layer .lyct {
    padding: 20px;
    background: #fff;
    height: 240px;
    overflow-y: auto;
}

.m-layer .lybt {
    background: #fff;
    height: 20px;
}


.m-layer-show {
    display: block;
}


.bottombar01 {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    z-index: 9;
}

.bottombar01 a {
    display: block;
    width: 25%;
    height: 50px;
    float: left;
    padding: 2px 0 0;
    background: #eee;
}

.bottombar01 a:active {
    background: #e5e5e5;
}

.bottombar01 a i {
    display: block;
    width: 80%;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    margin: 0 auto;
}

.bottombar01 a i.i_bar01 {
    background-image: url("../img/i_bar01.png");
}

.bottombar01 a i.i_bar02 {
    background-image: url("../img/i_bar02.png");
}

.bottombar01 a i.i_bar03 {
    background-image: url("../img/i_bar03.png");
}

.bottombar01 a i.i_bar04 {
    background-image: url("../img/i_bar04.png");
}

.bottombar01 a:active i.i_bar01 {
    background-image: url("../img/i_bar01a.png");
}

.bottombar01 a:active i.i_bar02 {
    background-image: url("../img/i_bar02a.png");
}

.bottombar01 a:active i.i_bar03 {
    background-image: url("../img/i_bar03a.png");
}

.bottombar01 a:active i.i_bar04 {
    background-image: url("../img/i_bar04a.png");
}

.bottombar01 a span {
    display: block;
    height: 16px;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.bottombar01 a:active span {
    color: #ff8500;
}


.bottombar02 {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    z-index: 9;
}

.bottombar02 a {
    display: block;
    width: 25%;
    height: 50px;
    float: left;
    padding: 2px 0 0;
    background: #FF6600;
}

.bottombar02 a:active {
    background: #FF791F;
}

.bottombar02 a i {
    display: block;
    width: 80%;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    margin: 0 auto;
}

.bottombar02 a i.i_bar01 {
    background-image: url("../img/i_bar01w.png");
}

.bottombar02 a i.i_bar02 {
    background-image: url("../img/i_bar02w.png");
}

.bottombar02 a i.i_bar03 {
    background-image: url("../img/i_bar03w.png");
}

.bottombar02 a i.i_bar04 {
    background-image: url("../img/i_bar04w.png");
}

.bottombar02 a:active i.i_bar01 {
    background-image: url("../img/i_bar01w.png");
}

.bottombar02 a:active i.i_bar02 {
    background-image: url("../img/i_bar02w.png");
}

.bottombar02 a:active i.i_bar03 {
    background-image: url("../img/i_bar03w.png");
}

.bottombar02 a:active i.i_bar04 {
    background-image: url("../img/i_bar04w.png");
}

.bottombar02 a span {
    display: block;
    height: 16px;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.bottombar02 a:active span {
    color: #fff;
}


.bottombar03 {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    z-index: 9;
}

.bottombar03 a {
    display: block;
    width: 25%;
    height: 50px;
    float: left;
    padding: 4px 0 0;
    background: #fff;
}

.bottombar03 a:active {
    background: #f2f2f2;
}

.bottombar03 a i {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    margin: 0 auto;
}

.bottombar03 a i.i_bar01 {
    background-image: url("../img/i_bar01w.png");
    background-color: #FF791F;
}

.bottombar03 a i.i_bar02 {
    background-image: url("../img/i_bar02w.png");
    background-color: #419AE5;
}

.bottombar03 a i.i_bar03 {
    background-image: url("../img/i_bar03w.png");
    background-color: #68AA00;
}

.bottombar03 a i.i_bar04 {
    background-image: url("../img/i_bar04w.png");
    background-color: #FFB600;
}

.bottombar03 a:active i.i_bar01 {
    background-image: url("../img/i_bar01w.png");
}

.bottombar03 a:active i.i_bar02 {
    background-image: url("../img/i_bar02w.png");
}

.bottombar03 a:active i.i_bar03 {
    background-image: url("../img/i_bar03w.png");
}

.bottombar03 a:active i.i_bar04 {
    background-image: url("../img/i_bar04w.png");
}

.bottombar03 a span {
    display: block;
    height: 16px;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding-top: 1px;
}

.bottombar03 a:active span {
    color: #666;
}


.bottombar04 {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    z-index: 9;
}

.bottombar04 a {
    display: block;
    width: 25%;
    height: 50px;
    float: left;
    padding: 4px 0 0;
    background: #fff;
}

.bottombar04 a:active {
    background: #f2f2f2;
}

.bottombar04 a i {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    margin: 0 auto;
}

.bottombar04 a i.i_bar01 {
    background-image: url("../img/i_bar01w.png");
    background-color: #FF791F;
}

.bottombar04 a i.i_bar02 {
    background-image: url("../img/i_bar02w.png");
    background-color: #419AE5;
}

.bottombar04 a i.i_bar03 {
    background-image: url("../img/i_bar03w.png");
    background-color: #68AA00;
}

.bottombar04 a i.i_bar04 {
    background-image: url("../img/i_bar04w.png");
    background-color: #FFB600;
}

.bottombar04 a:active i.i_bar01 {
    background-image: url("../img/i_bar01w.png");
}

.bottombar04 a:active i.i_bar02 {
    background-image: url("../img/i_bar02w.png");
}

.bottombar04 a:active i.i_bar03 {
    background-image: url("../img/i_bar03w.png");
}

.bottombar04 a:active i.i_bar04 {
    background-image: url("../img/i_bar04w.png");
}

.bottombar04 a span {
    display: block;
    height: 16px;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.bottombar04 a:active span {
    color: #666;
}


.bottombar05 {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    z-index: 9;
}

.bottombar05 a {
    display: block;
    width: 25%;
    height: 50px;
    float: left;
    padding: 4px 0 0;
    background-color: #fff;
}

.bottombar05 a:active {
    background-color: #fff;
}

.bottombar05 a i {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-color: #fff;
    border: 1px solid #FF791F;
    margin: 0 auto;
}

.bottombar05 a:active i {
    background-color: #FF791F;
    border: 1px solid #FF791F;
}

.bottombar05 a i.i_bar01 {
    background-image: url("../img/i_bar01a.png");
}

.bottombar05 a i.i_bar02 {
    background-image: url("../img/i_bar02a.png");
}

.bottombar05 a i.i_bar03 {
    background-image: url("../img/i_bar03a.png");
}

.bottombar05 a i.i_bar04 {
    background-image: url("../img/i_bar04a.png");
}

.bottombar05 a:active i.i_bar01 {
    background-image: url("../img/i_bar01w.png");
}

.bottombar05 a:active i.i_bar02 {
    background-image: url("../img/i_bar02w.png");
}

.bottombar05 a:active i.i_bar03 {
    background-image: url("../img/i_bar03w.png");
}

.bottombar05 a:active i.i_bar04 {
    background-image: url("../img/i_bar04w.png");
}

.bottombar05 a span {
    display: block;
    height: 16px;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.bottombar05 a:active span {
    color: #666;
}


.ul_list li i, .ul_list01 i, .ul_list-1 i, .ul_list-3 i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    font-style: normal;
    color: #fff;
    font-size: 9px;
    text-align: center;
}

.ul_list li i.p_lable05, .ul_list01 li i.p_lable05, .ul_list-1 li i.p_lable05, .ul_list-3 li i.p_lable05 {
    width: 30px;
    height: 40px;
    line-height: 20px;
    background-image: url("../img/p_lable01.png");
    background-size: 30px 28px;
    background-position: right top;
    margin-right: 5px;
}

.ul_list li i.p_lable01, .ul_list01 li i.p_lable01, .ul_list-1 li i.p_lable01, .ul_list-3 li i.p_lable01 {
    background-color: #CC0000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.ul_list li i.p_lable02, .ul_list01 li i.p_lable02, .ul_list-1 li i.p_lable02, .ul_list-3 li i.p_lable02 {
    background-color: #CC0000;
    width: 30px;
    height: 18px;
    line-height: 18px;
    border-radius: 8px;
    margin-top: 5px;
    margin-right: 5px;
}

.ul_list li i.p_lable06, .ul_list01 li i.p_lable06, .ul_list-1 li i.p_lable06, .ul_list-3 li i.p_lable06 {
    background-color: #CC0000;
    width: 30px;
    height: 18px;
    line-height: 18px;
    margin-top: 5px;
    margin-right: 5px;
}

.ul_list li i.p_lable04, .ul_list01 li i.p_lable04, .ul_list-1 li i.p_lable04, .ul_list-3 li i.p_lable04 {
    background-image: url("../img/p_lable05.png");
    background-size: 100% 100%;
    line-height: 28px;
    position: absolute;
    top: -6px;
    right: -6px;
    background-position: top right;
    transform: rotate(45deg);
    -ms-transform: rotate45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.ul_list li i.p_lable03, .ul_list01 li i.p_lable03, .ul_list-1 li i.p_lable03, .ul_list-3 li i.p_lable03 {
    background-image: url("../img/p_lable06.png");
    background-size: 100% 100%;
    line-height: 28px;
    position: absolute;
    top: -6px;
    right: -6px;
    background-position: top right;
    transform: rotate(45deg);
    -ms-transform: rotate45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.ul_list-2 i {
    position: absolute;
    top: 8px;
    left: 90px;
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    font-style: normal;
    color: #fff;
    font-size: 9px;
    text-align: center;
}

.ul_list-2 li i.p_lable05 {
    width: 30px;
    height: 40px;
    line-height: 20px;
    background-image: url("../img/p_lable01.png");
    background-size: 30px 28px;
    background-position: right top;
    margin-right: 5px;
}

.ul_list-2 li i.p_lable01 {
    background-color: #CC0000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.ul_list-2 li i.p_lable02 {
    background-color: #CC0000;
    width: 30px;
    height: 18px;
    line-height: 18px;
    border-radius: 8px;
    margin-top: 5px;
    margin-right: 5px;
}

.ul_list-2 li i.p_lable06 {
    background-color: #CC0000;
    width: 30px;
    height: 18px;
    line-height: 18px;
    margin-top: 5px;
    margin-right: 5px;
}

.ul_list-2 li i.p_lable04 {
    background-image: url("../img/p_lable05.png");
    background-size: 100% 100%;
    line-height: 28px;
    position: absolute;
    top: 1px;
    right: -6px;
    background-position: top right;
    transform: rotate(45deg);
    -ms-transform: rotate45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.ul_list-2 li i.p_lable03 {
    background-image: url("../img/p_lable06.png");
    background-size: 100% 100%;
    line-height: 28px;
    position: absolute;
    top: 1px;
    right: -6px;
    background-position: top right;
    transform: rotate(45deg);
    -ms-transform: rotate45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


.loading {
    color: #666;
    font-size: 12px;
    cursor: pointer;
    display: block;
    line-height: 3;
    text-align: center;
}

.ul_list-2 li {
    display: block;
    height: 80px;
    position: relative;
    padding: 8px 10px;
    float: none;
    width: auto;
}

.ul_list-2 li a {
}

.ul_list-2 li a img {
    position: absolute;
    top: 8px;
    display: block;
    height: 80px;
    width: 115px;
    overflow: hidden;
    float: none;
}

.ul_list-2 li a .pd_w {
    display: block;
    font-size: 14px;
    height: 80px;
    line-height: 1.5;
    position: relative;
    text-align: left;
    float: none;
    padding-left: 115px;
    width: auto;
}

.ul_list-2 li a h2 {
    width: 97.5%;
}

.ul_list-2 li a p {
    position: relative;
}

.msginput input[type=text] {
    width: 30px;
    text-align: center;
}


.shoplogo_table .shopname {
    width: 200px;
    height: 28px;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.product_s {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    margin-right: 4%;
    background-image: url("../img/product01.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 145.46% 100%;
}


.product_s img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 320px) {
    .ul_list li a img {
        height: 100px;
    }

    .m-layer .lyct {
        height: 240px;
    }

    .box_swipe > ul > li > a, .box_swipe > ul > li > a > img {
        height: 180px;
    }
}

@media screen and (min-width: 320px) {
    .ul_list li a img {
        height: 100px;
    }

    .m-layer .lyct {
        height: 240px;
    }

    .box_swipe > ul > li > a, .box_swipe > ul > li > a > img {
        height: 180px;
    }
}

@media screen and (min-width: 350px) {
    .ul_list li a img {
        height: 109px;
    }

    .m-layer .lyct {
        height: 300px;
    }

    .box_swipe > ul > li > a, .box_swipe > ul > li > a > img {
        height: 197px;
    }
}

@media screen and (min-width: 360px) {
    .ul_list li a img {
        height: 113px;
    }

    .m-layer .lyct {
        height: 300px;
    }

    .box_swipe > ul > li > a, .box_swipe > ul > li > a > img {
        height: 203px;
    }
}

@media screen and (min-width: 400px) {
    .ul_list li a img {
        height: 124px;
    }

    .m-layer .lyct {
        height: 300px;
    }

    .box_swipe > ul > li > a, .box_swipe > ul > li > a > img {
        height: 225px;
    }
}

@media screen and (min-width: 450px) {
    .ul_list li a img {
        height: 141px;
    }

    .m-layer .lyct {
        height: 300px;
    }

    .box_swipe > ul > li > a, .box_swipe > ul > li > a > img {
        height: 253px;
    }
}

@media screen and (min-width: 480px) {
    .ul_list li a img {
        height: 150px;
    }

    .m-layer .lyct {
        height: 300px;
    }

    .box_swipe > ul > li > a, .box_swipe > ul > li > a > img {
        height: 270px;
    }
}

@media screen and (min-width: 540px) {
    .ul_list li a img {
        height: 169px;
    }

    .m-layer .lyct {
        height: 300px;
    }

    .box_swipe > ul > li > a, .box_swipe > ul > li > a > img {
        height: 304px;
    }
}

@media screen and (min-width: 600px) {
    .ul_list li a img {
        height: 188px;
    }

    .m-layer .lyct {
        height: 300px;
    }

    .box_swipe > ul > li > a, .box_swipe > ul > li > a > img {
        height: 338px;
    }
}

@media screen and (min-width: 640px) {
    .ul_list li a img {
        height: 200px;
    }

    .m-layer .lyct {
        height: 300px;
    }

    .box_swipe > ul > li > a, .box_swipe > ul > li > a > img {
        height: 360px;
    }
}

.b-cicle {
    background: #ca0000 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 10px;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    right: 20%;
    top: 10px;
    width: 16px;
}	