

.accountmenu{
    display: none;}


#lib_cart .itemFrom .item_header {
    float: left;
    height: 40px;
    margin-bottom: 10px;
}

#lib_cart .itemFrom .item_select {
    padding-top: 17px;
}

#lib_cart .itemFrom .item_select {
    width: 55px;
}

#lib_cart .itemFrom .item_product {
    margin-left: 20px;
    width: 288px;
}

#lib_cart .itemFrom .item_price {
    width: 80px;
}

#lib_cart .itemFrom .item_quantity {
    width: 130px;
}

#lib_cart .itemFrom .item_operate {
    width: 70px;
}

#lib_cart .itemFrom .tbody {
    clear: both;
}

#lib_cart .itemFrom .prod_select {
    float: left;
    width: 55px;
    z-index: 99;
}

#lib_cart .itemFrom .item {
    overflow: hidden;

    position: relative;
    margin-top: 12px;
}

#lib_cart .itemFrom .item .line {
    position: absolute;
    border-bottom: 1px solid #f0f0f0;
    bottom: 0;
    right: 0;
    left: 20px;
}

#lib_cart .itemFrom .tbody .prod_pic {
    width: 70px;
    float: left;
    padding-right: 10px;
}

#lib_cart .itemFrom .tbody .prod_pic img {
    width: 70px;
    padding-right: 10px;
}

#lib_cart .itemFrom .prod_info_detail {
    padding-right: 10px;
    width: 288px;
    float: left;
    margin-left: 20px;
}

#lib_cart .itemFrom .prod_price {
    padding-right: 10px;
    float: left;
    width: 80px;
}

#lib_cart .itemFrom .prod_quantity {
    float: left;
    width: 130px;
    padding-right: 10px;
}

#lib_cart .prod_operate {
    float: left;
}

#lib_cart .itemFrom .btn_remove {
    margin-left: 20px;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-decoration: none;
    font-size: 14px;
    color: #757575;
    display: inline-block;
    margin-bottom: 10px;
}


.order_list .head {
    height: 45px;
    background: #f8f8f8;
    position: relative;
}

.order_list .row {
    float: left;
    padding: 16px 0;


}

.order_list .row1 {
    width: 380px;
}

.order_list .row2 {
    width: 123px;
    position: absolute;
    left: 380px;
    bottom: 0;
    top: 0;
    text-align: center;
}

.order_list .row3 {
    width:160px;
    padding: 7px 0;
    position: absolute;
    left: 490px;
    text-align: center;

    bottom: 0;
    top: 0;
}

.order_list .row4 {
    width: 120px;
    position: absolute;
    left: 650px;
    top: 0;
    bottom: 0;
}

.order_list .row .user_action_down {
    text-indent: 0;

}

.order_list .item {
    margin-bottom: 12px;
}

.order_list .row .user_action_down li {
    padding: 0 10px;
}

.order_list .mc {
    position: relative;
}

.order_list .mt {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 12px;
    line-height: 28px;
}
.order_list .mt span{
    color: #999999;}
.order_list .pic, .order_list .pic img {
    width: 86px;
    height: 86px;
}

.order_list .mc .row1 {
    position: relative;
    padding: 12px 0px 0 107px;
    border-bottom: 1px solid #e5e5e5;
    width: 273px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.order_list .mc .row1 .desc .name{
    padding-right: 70px;}
.order_list .mc .row2 {
    border-right: 1px solid #e5e5e5;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;

}

.order_list .mc .row3 {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0;


}

.order_list .mc .row4 {
    text-align: center;

    border-bottom: 1px solid #e5e5e5;
}

.order_list .pic {
    float: left;
    margin-left: -106px;
    width: 86px;
    height: 86px;
}

.order_list .list {
    position: relative;
}

.order_list .list .p_price {
    position: absolute;
    right:10px;
    top: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;

}

.order_list .list .p_qty {
    position: absolute;
    right: 10px;
    top: 32px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #8d8d8d;
}

.order_list .pay_now {
    display: block;
    height: 32px;
    margin: 0 7px 10px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background: #e53935;
    border-radius: 3px;
    text-decoration: none;
}

.order_list .mc .list {
    margin-bottom: 10px;
}

.information_product .item .mt{

    background: #f8f8f8;
    text-align: center;
    overflow: hidden;
}
.information_product .item .mt .row{
    width: 25%;
    height: 40px;
    line-height: 40px;
    float: left;

}
.information_product .item .row .prod_pic{
    width: 60px;
    height: 60px;
    float: left;  margin-left: -60px;
    margin-right: 10px;


}
.information_product .item .mc .row dl{
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.information_product .item .row  .prod_info{

    text-align: left;

}
.information_product .item .row  .prod_info .prod_number{
    margin-right: 18px;
    color: #999;
    display: inline-block;
    vertical-align: top;
}
.information_product .item .row .prod_pic img{
    width: 100%;
    height: 100%;
}
.information_product .item .mc{
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    overflow: hidden;
}
.information_product .item .mc .row{
    float: left;
    width:  25%;
    text-align: center;

}
.information_product div.item .mc div.row1 {
    width: 579px;
}
.information_product div.item  div.row1{
    width: 579px;
    text-align: left !important;
}
.information_product div.item  .mt div.row1{
    width: 567px;
    padding-left: 12px;
}
.information_product div.item  div div.row2{
    width: 105px !important;;
}
.information_product div.item  div div.row3{
    width: 127px !important;;
}
.information_product div.item  div div.row4{
    width: 107px !important;
}
#iframePayFrame{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    right: 0;

    z-index: 9;


}
.paypal-button-label-container{
    background: #ffc439;
    width: 300px;
    padding: 12px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 21px;
}
.paypal-button-text{
    width: 300px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
}

.order_menu .row_table{}
.order_menu .row_table .mt {
    border-top: 1px solid #e5e5e5;
    height: 50px;
    line-height: 50px;
    overflow: hidden;

}
.order_menu .row_table .mc {
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}
.order_menu .row_table .mc .row{
    padding-top: 10px;
}
.order_menu .row_table .mc .row dl{
    padding-bottom: 10px;
}
.grand_total>table .totalPrice{
    width: ;
}
.grand_total>table td{
    padding-bottom: 0;
    line-height: 36px;
}
.grand_total_chang_pay>table{
    width: 100%;
}
.order_menu .row_table  .row{
    padding-left: 10px;

    float: left;}
.order_menu .row_table  .row1{
    width: 420px;
}
.order_menu .row_table  .row1 dl h4 {
    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
    padding-right: 12px;
}
.order_menu .row_table .row dl{
    padding-top: 0;
    padding-left: 0;}
.order_menu .row_table  .row2{
    width: 100px;
}
.order_menu .row_table .row3{
    width: 100px;
}
.order_menu .row_table .row4{
    width: 100px;
}
.content_blank {
    padding: 10rem 1rem 3rem;
    text-align: center;
    font-size: .875rem;
    color: #929292;
    background: url(../images/bg_no_product.png) no-repeat center 3rem;
    background-size: 12rem;
}
.layui-layer-loading .layui-layer-content{
    width: 150px;
    display: block;
    text-align: center;
    background-position: center 0;
    padding-top: 30px;
    margin-top: -15px;
}
.layui-layer-loading .layui-layer-content:before{
    content: 'Processing,please wait...';
    font-size: 12px;
}
.layui-layer-dialog .layui-layer-content {
    word-break: break-word !important;
}

div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.bigimg{
    width: 1021px;
    height: 1021px;
    max-width: initial;
    max-height: initial;

}

@media screen and (max-width: 1000px) {
    .list_information {
        float: initial;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .list_summary {
        float: initial;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .list_content:before {
        display: none;
    }

    .product_price_container .button_info .btn_checkout {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
    }

    .product_price_container .button_info .btn_continue {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
    }

    .itemFrom tfoot .button_box {
        float: initial;
        text-align: right;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    #lib_cart .itemFrom .item_product {
        width: 50px !important;
        border: none;
    }

    #lib_cart .itemFrom .btn_remove {
        margin-left: 19px !important;
    }

    #lib_cart .itemFrom .prod_select {
        position: absolute;
        left: 0;
        top: 0;
    }

    #lib_cart .itemFrom .prod_info_detail {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #lib_cart .itemFrom .item .line {
        left: 20px !important;
    }

    .header_content_height {

    }

    #cart_container {
        min-height: auto;
    }

    .itemFrom .prod_info_detail .prod_info{
        padding-bottom: 34px;
    }
    .itemFrom .prod_info_detail .prod_info .prod_name > a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    #lib_cart .itemFrom .item_select {
        width: 40px !important;
    }

    #lib_cart .itemFrom .prod_price {
        position: absolute;
        top: auto;
        left: 128px;
        width: auto !important;
        bottom: 0;

    }

    #lib_cart .itemFrom .prod_quantity {
        position: absolute;
        right: 0;
        top: auto;
        bottom: 10px;
        width: 102px !important;
        padding-right: 0 !important;
    }

    #lib_cart .prod_operate {
        display: none;
    }

    #lib_cart .itemFrom .prod_info_detail {
        padding-left: 0px;
    }

    #lib_cart .itemFrom .item_price, #lib_cart .itemFrom .item_quantity, #lib_cart .itemFrom .item_operate {
        display: none;
    }


    #lib_user_menu {
        display: none;
    }

    #lib_user_main {
        width: 100%;
        float: initial;
    }

    #user_right_menu {
        width: 100%;
    }

    #user_right_menu a {
        width: 50%;
        max-width: 100%;
        text-align: left;
        background-position: 12px center;
        padding: 10px 12px;

        margin-top: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        background-position: center top;
        padding-top: 25px;
        padding-bottom: 0;
    }
    #lib_user_main .user_index .row{
        margin: 8px 0;
    }
    #lib_user_main .user_index .top_title{
        height: 16px;
        line-height: 30px;
    }
    #user_right_menu a span {
        left: 50%;
        top: -9px;
        margin-left: 8px;
    }
    .header .fr{
        padding-top: 0;
    }
    #user_heading .welcome{
        padding-top: 15px;
    }
    #user_heading .welcome, #user_heading .h2 {

        padding-left: 12px !important;
    }

    #user_heading h2 {
        padding-left: 12px !important;
    }


    .message_list {
        display: none;
    }
    .user_index .top_title{
        padding-left: 12px;
        font-size: 16px;
    }

    .order_list {
        position: relative;
        background: #e5e5e5eee;
    }

    .order_list .head {
        background: none !important;
        position: absolute !important;
        right: 12px;
        width: 150px;
        top: -70px;
        z-index: 99;

    }

    .order_list .head .row {
        display: none;
        text-indent: 0;
    }

    .order_list .mc .row {
        text-indent: 0;
    }

    .order_list .head .row3 {
        display: block;
        left: 0;
        top: 0;
        padding: 0;
        top: 25px;

    }


    .order_list .mc {
        position: static !important;
    }

    .order_list .mc div.row3 {
        position: absolute;
        top: 0px;
        right: 0px;
        left: auto;
        position: absolute;
        border-right: 0;
        color: #d60707;
        font-size-adjust: none;
        line-height: 28px;
        padding: 0;
        bottom: auto;
        pointer-events: none;
        text-align: right;
    }

    .order_list .mc div.row3 em {
        margin-top: 7px;
        border-width: .4rem 0 .4rem .4rem;
        border-color: transparent transparent transparent #999;
        border-style: solid;
        float: right;
        display: block;
        position: relative;
        z-index: 10;
        margin-right: 10px;
        margin-left: 6px;
    }

    .order_list .mc div.row3 em i {
        border-width: .4rem 0 .4rem .4rem;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        display: block;
        position: absolute;
        top: -.4rem;
        right: .1rem;
        z-index: 11;
    }

    .order_list .item {
        position: relative;
        padding-bottom: 36px;
        background: #ffffff;
    }

    .order_list .mc div.row1 {

        width: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border-right: 0;

    }

    .order_list .mc div.row1 .desc  .name{
        padding-right: 70px;
        overflow: hidden;

        text-overflow: ellipsis;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 2;
    }
    .order_list .mc .list .p_price{
        top: -3px;
    }
    .order_list  .mc  .list .p_qty{
        top: 20px;
    }
    .order_list .mc div.row2 {
        border-right: 0;
        bottom: 0;
        top: auto;
        padding: 0;
        left: 0;
        right: 0;
        width: auto;
        text-align: right;
        line-height: 36px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10px;
        font-size: 16px;

        position: absolute;

    }

    .order_list .mc div.row4 {
        display: none;
    }

    .order_list .mt span {
        display: none;
    }
    .order_list .mt span:nth-child(2){
        display: inline-block;
    }
    .order_list a.pic {
        margin-left: -96px;
    }
    .order_list .mt a {
        display: block;
        padding-left: 12px;
        color: #999999;

    }
    .order_list .mt a em {
        margin-top: 7px;
        border-width: .4rem 0 .4rem .4rem;
        border-color: transparent transparent transparent #999;
        border-style: solid;
        float: right;
        display: block;
        position: relative;
        z-index: 10;
        margin-right: 10px;
        margin-left: 6px;
    }

    .order_list .mt a em i {
        border-width: .4rem 0 .4rem .4rem;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        display: block;
        position: absolute;
        top: -.4rem;
        right: .1rem;
        z-index: 11;
    }

    div.blank20 {
        display: none;
    }

    div#lib_user {
        padding-top: 0;
    }


    .user_page_pro {
        display: flex;
        flex-wrap: wrap;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .user_page_pro .pro_item {
        width: 50%;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
    }


    #lib_user_address .address_list {

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #lib_user_address .address_list .add_item {
        width: auto;
        display: block;
        border: none;
        background: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0;
        float: initial;
        padding-bottom: 60px;
    }

    #lib_user_address .address_list .add_item div.options {
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        height: 50px;
        border-top: 1px solid #ececec;
    }

    #lib_user_address .address_list .add_item div.user_action_down {
        border: none;
        height: 50px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        line-height: 50px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #lib_user_address .address_list .add_item div.user_action_down > a {

        border: none;
        height: 50px;
        line-height: 50px;
    }


    #lib_user_address .address_list .add_item div.user_action_down > i {

        display: none;
    }

    #lib_user_address .address_list .add_item div.user_action_down ul {
        display: block;
        position: static;
        border: none;
        display: flex;
        width: auto;

    }

    #lib_user_address .address_list .add_item div.user_action_down ul li a {
        height: 50px;
        line-height: 50px;
    }
    #lib_user_address .address_list .add_item div.user_action_down ul li:nth-child(1) a{
        line-height: 20px;
        height: 20px;

        border-left: 1px solid #ececec;
        margin-top: 15px;
        margin-left: 10px;
    }

    .user_action_down li:hover {
        background: none;
    }

    #lib_user_address .address_list .add_item div.user_action_down ul li:nth-child(2) {
        position: absolute;
        left: 0;
        top: 0;
    }


    .user_address_form .rows input_box {

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .user_address_form .form_box div.box {
        width: 100%;
    }

    .user_address_form .form_box div.box:nth-child(1) {

        margin-bottom: 18px;
    }

    .user_address_form .rows .box_input_group {
        display: flex;
    }

    .user_address_form .rows .box_input_group label.input_box {
        width: 100%;
    }

    .user_address_form .rows .chzn-container {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .user_address_form .rows input.input_box_txt, .user_address_form .form_box .box input.input_box_txt, .user_address_form .rows .box_input_group input.input_group {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 42px;
        width: 100%;
    }

    .user_address_form .chzn-container-single div.chzn-drop {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .user_address_form .button {

    }

    .user_address_form .button a.btn_cancel {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        height: 48px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .information_payment .payment_list  .payment_row{
        width: 100%;
    }
    form.user_address_form {
        position: relative;

    }

    .user_address_form .button button.btn_save {
        position: absolute;
        bottom: -40px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 48px;
        line-height: 48px;

    }
    .box_content  .user_address_form .button{
        padding-bottom:40px;
    }
    .box_content  .user_address_form .button button.btn_save{
        bottom: 0;
    }
    #lib_user_address .menu_title {
        display: flex;
    }

    #lib_user_address .menu_title li {
        width: 50%;
        font-size: 12px;

    }

    #lib_user_address .menu_title a {
        padding: 0 5px;
        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap;

    }
    #cart_container .success_container .hd>h3{
        padding-right: 0;
    }
    #lib_user_address {
        position: relative;
        padding-bottom: 60px;
        background: #f4f4f4;
    }

    #lib_user_address .menu_title > li.add {
        position: absolute;
        bottom: 0;
        height: 42px;
        line-height: 42;
        display: block;
        width: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #333333;
        color: #ffffff;
        text-align: center;
        left: 20px;
        right: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #lib_user_address .menu_title > li.add a {
        color: #ffffff;
        background: none;
    }


    #user_setting_container div.setting_box{
        position: relative;
        padding-top: 40px;
    }
    #user_setting_container .setting_box .setting_title{
        position: absolute;
        top: 0;
        padding-left: 12px;
    }
    #user_setting_container  .setting_box .setting_button{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:0 12px;
    }
    #user_setting_container  .setting_box .setting_button .btn_submit{
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #user_setting_container .setting_box  .form_box .box,#user_setting_container .setting_box .input_box{
        width: 100%;
        padding: 0 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #user_setting_container .setting_box  .form_box .box{
        padding: 0;
    }
    #user_setting_container .setting_box  .form_box .box:nth-child(1){
        margin-bottom: 12px;}
    #user_setting_container div.setting_form{
        width: 100%;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #user_setting_container .setting_box .form_box .box .input_box_txt,#user_setting_container  .setting_box .rows .input_box_txt{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 42px;
    }
    .accountmenu{
        display: block !important;
        background: #f6f6f6;
        padding: 0 12px;
        overflow: hidden;
    }
    .accountmenu li{
        border-bottom: 1px solid #e5e5e5;
        line-height: 40px;
        position: relative;

    }
    .accountmenu li i{ position:absolute; right:0; top:12px;}
    .accountmenu li i:after,.accountmenu li i:before{ border:0.5rem solid transparent; border-left:0.5rem solid #f6f6f6; width:0; height:0; position:absolute; top:0; right:0; content:''}
    .accountmenu li i:before { border-left-color:#bbb; right:-2px;}
    .accountmenu li a{
        display: block;}
    .accountmenu li.logout{
        background: #fff;
        text-align: center;
        height: 40px;
        line-height:  40px;
        margin-top: 12px;
        border-radius: 3px;
        border-bottom: none;
        margin-bottom: 20px;
    }

    #customer .customer_header{
        height: 60px;
        padding: 0;
    }
    #customer .customer_header .logo {
        width: 200px;
        height: 60px;
        line-height: 60px;
        left: 90px;
    }
    #customer .customer_header .logo img{
        width: auto;

        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 100%;
        padding: 10px 0;
        box-sizing: border-box;
    }
    #login{
        width: 100%;
        padding-top: 0;
    }
    #login .top_tab .title,#signup .top_tab .title{
        font-size: 28px;
    }
    #login .content .login_box{

        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:0 20px;
    }
    .input_box .input_box_label{

        max-width: 100%;

    }
    #login .top_tab,#signup .top_tab{
        padding:0 20px;
    }
    #customer .info {
        padding-top: 0;
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #customer .info .box{
        border: 0;
        margin: 0;
    }
    #customer .info .home{
        display: none;}
    #login .top_tab .brief{
        display: none;
    }
    #login .signin{
        width: 100%;
    }
    #login .func{
        margin-top: 20px;
    }

    #login .func .creat{
        float:initial;
        text-align: center;

    }
    #customer{
        width: 100%;}
    #login .content .login_box .input_box{
        width: 100%;}
    #login .input_box .input_box_txt{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 42px;
        width: 100%;
    }

    #signup{
        width: 100%;
        padding-top: 0;
    }
    #signup .register{
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

    }
    #signup .register .row{
        width: 100%;
    }
    #signup .register .signup{
        width: 100%;
    }
    #customer{
        padding-bottom: 20px;
        position: relative;
        overflow: hidden;
    }
    #customer .info{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #customer .info .member{
        width: 100%;
        padding: 0;
        text-align: center;
        padding-bottom: 20px;

    }
    #customer .sign_btn{
        display: inline;
        width: auto;
    }
    #customer .info .sign_btn a{
        height: 20px;
        line-height: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 16px;
        background: none;
        color: #333333;
        font-size: 14px;
        display: inline;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }
    #customer .info .member p{
        display: inline;
    }

    #signup .register .lib_txt{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #cart_checkout_container{

    }
    #cart_checkout_container .checkout_container{
        width: 100%;
        padding:  0 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #cart_checkout_container .checkout_container .cart_header .step{
        display: none;
    }
    #cart_checkout_container .information_shipping .list li{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    #cart_checkout_container #addressForm{
        padding: 0;
    }
    #cart_checkout_container .information_address .address_list .item{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: auto;
        margin-bottom: 12px;
    }
    #cart_checkout_container .information_address .address_button{
        position: static;
    }
    #cart_checkout_container  .information_address .box_title{
        height: 40px;
        line-height: 40px;
    }
    #cart_checkout_container .information_address .address_button{

        line-height: 20px;
        margin-bottom: 10px;
    }
    #cart_checkout_container  .information_address .address_button>a{
        margin-left: 0;

    }
    #cart_checkout_container  .information_address .address_button>i{
        margin-right: 20px;
    }
    #cart_checkout_container .information_product .item .mc{
        position: relative;
        padding-bottom: 55px;
    }
    #cart_checkout_container   .information_product div.item div div.row4{
        display: none;
    }
    #cart_checkout_container   .information_product div.item div div.row3{
        position: absolute;

        left: 70px;
        width: 92px !important;
        bottom: 14px;
        display: block;
    }

    #cart_checkout_container .information_product .item .mt{
        display: none;
    }
    #cart_checkout_container .information_product .item .row .prod_info{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #cart_checkout_container .information_product .item .row .prod_info .prod_name{

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        padding-right: 50px;
    }
    #cart_checkout_container .information_product div.item .mc div.row1{
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;


    }
    #cart_checkout_container .information_product div.item div div.row2{
        position: absolute;
        right: 5px;
        bottom: 18px;
        text-align: right;
    }
    .information_product .item .mc .row{

    }
    .order_body .order_summary{
        padding-bottom: 0;
    }
    #cart_checkout_container .order_summary .amount_box{
        width: 100%;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #cart_checkout_container .cart_header .logo a{

        padding: 10px 0;

        width: 100%;

        height: 40px;

        margin: 0 auto;

        display: inline-block;

        /* text-align: center; */

    }
    #cart_checkout_container  .cart_header .logo{
        width: 200px;
        height: 60px;
        line-height: 60px;
        left: 90px;
    }

    #cart_checkout_container .cart_header .logo,#cart_checkout_container .cart_header{
        height: auto;
        overflow: hidden;
        display: block;
        /* margin: 0 auto; */
        float: none;
    }
    #cart_checkout_container .information_customer .input_box{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    #cart_checkout_container .information_customer .input_box .input_box_txt{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 42px;
        box-sizing: border-box;
    }

    .products_detail_box .detail_description .editor_txt *{
        max-width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .products_detail_box .detail_description .editor_txt img,.products_detail_box .detail_description .editor_txt area{
        max-width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #lib_user .order_body h3.title{
        display: none;
    }
    #lib_user .order_body .status_box{
        display: none;
    }
    #lib_user .order_body .user_back{
        background: none;
        padding-left: 0;
    }
    #lib_user .order_base_table{
        width: 100%;
        float: initial;
    }
    #lib_user .grand_total_chang_pay{
        position: absolute;
        bottom: 0;
        width: 100%;
        float: initial;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
        right: 0;
        padding: 0 12px;
    }
    #lib_user .grand_total_chang_pay tbody tr:nth-child(1){
        display: none;
    }
    #lib_user .order_body{
        position: relative;
        padding-bottom: 185px;
        padding-left: 12px;
        padding-right: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    .order_menu .row_table .mc .row1{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .order_menu .row_table .mc{
        position: relative;}
    .order_menu .row_table .mc .row2{
        position: absolute;
        right: 20px;
        text-align: right;
        top: 40px;
    }
    .order_menu .row_table .mc .row3:before{
        content: 'X';
        font-size: 12px;
    }
    .order_menu .row_table .mc .row3{
        position: absolute;
        text-align: right;
        top: 20px;
        right: 20px;
    }
    .order_menu .row_table .mt{
        display: none;}
    .order_menu .row_table .row4{
        display: none;

    }


    .header a.back{
        display: block;
    }

    .ixPart2 .box .img{
        height: 160px;
    }
}

.productNavigation{
    font-size: 16px;
    padding: 12px 12px 22px  12px;
    color: #666666;
}
.productNavigation a{
    color: #666666;
   }
.productNavigation span{
    margin: 0 6px;
}
