body {
    background: #f5f5f5;
}

.body {
    max-width: 640px;
    margin: auto;
    min-height: 100%;
    position: relative;
    font-size: 12px;
    padding-bottom: 20px;
}

.ul_list {
    overflow: hidden;
    position: relative;
}

.ul_list li {
    width: 50%;
    float: left;
}

.ul_list a {
    display: block;
    background: #fff;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 -15px;
    overflow: hidden;
    border: 1px solid #EFEFEF;
}

.ul_list li:nth-child(2n) a {
    border-left: 0;
}

.page_content {
    padding: 10px 8px;
}

header {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E7E7E7;
    color: #3c3e4d;
    font-size: 16px;
    background: #fff;
    text-align: center;
    padding: 0 2.5%;
}

header .refund {
    float: left;
}

.btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 12px;
    border: 1px solid #EFEFEF;
    background: #fff;
    border-radius: 6px;
}

.btn_o {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 12px;
    border: 1px solid #ca5405;
    background: #ff6600;
    border-radius: 6px;
    color: #fff;
}

.btn_ok {
    display: inline-block;
    width: 40%;
    height: 34px;
    line-height: 34px;
    float: right;
    background: #6ac53c;
    border: 1px solid #4b9a23;
    border-radius: 6px;
    text-align: center;
    color: #fff;
}

.btn_cancel {
    display: inline-block;
    width: 40%;
    height: 34px;
    line-height: 34px;
    float: left;
    background: #fff;
    border: 1px solid #dbdde1;
    border-radius: 6px;
    text-align: center;
}

.btn_submit {
    display: block;
    width: 100%;
    margin-top: 6px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #29bf29;
    border: 1px solid #55aa2a;
    border-radius: 0;
}

.btn_submit:disabled {
    background: #ccc !important;
    border: 1px solid #ccc !important;
}

.btn_submit.disabled {
    background: #ccc !important;
    border: 1px solid #ccc !important;
}

/*form*/
form label {
    display: block;
    line-height: 30px;
}

form input, form textarea {
    display: block;
    border: 1px solid #EFEFEF;
    width: 100%;
    padding-left: 5px;
}

form input {
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    box-sizing: border-box
}

.hide {
    display: none;
}

hr.div {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 8px 0;
}

.mask_cart_bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    display: none;
}

#mask_cart_content{
    width: 80%;
    height: 80%;
    position: fixed;
    top: 10%;
    left: 10%;
    z-index:220;
    background:#fff;
    border-radius: 5px;
    display: none;
    background: #FEFDDF;
}
#mask_cart_content .dialog_name{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
#mask_cart_content .dialog_name .dialog_close{
    width: 24px;
    height: 24px;
    float: right;
    display: block;
}
#mask_cart_content .loading{
    margin-top: 45%;
    margin-left: 45%;
}


::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

body::-webkit-scrollbar-track-piece {
    background-color: white;
}

::-webkit-scrollbar-track-piece:no-button {}

::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: white;
}

::-webkit-scrollbar-thumb:active {
    background-color: white;
}

::-webkit-scrollbar-button:vertical { width: 0px; }
::-webkit-scrollbar-button:horizontal { width: 0px; }
::-webkit-scrollbar-button:vertical:start:decrement { background-color: white; }
::-webkit-scrollbar-button:vertical:end:increment { background-color: white; }
::-webkit-scrollbar-button:horizontal:start:decrement { background-color: white; }
::-webkit-scrollbar-button:horizontal:end:increment { background-color: white; }

