@charset "UTF-8";
/* 颜色变量 */
@import "https://at.alicdn.com/t/font_1880374_c5vyly12ag.css";

body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
figure,
figcaption {
    margin: 0px;
}

ul,
ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

body {
    font: 14px/1.5 "微软雅黑", "宋体", arial;
    width: 100%;
    color: #333;
    overflow-x: hidden;
    background: #f6f6f6;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

/* 清除点击出现虚拟框 */
a {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: 0;
}

a:link,
a:visited {
    text-decoration: none;
}

a img {
    border: none;
}

input,
textarea,
select {
    outline: none;
    font: 12px/1.5 "微软雅黑", "宋体", arial;
}

.mui-bar {
    max-width: 500px;
    margin: 0 auto;
}

/* margin-top */
.margin-0 {
    margin: 0px !important;
}

.padding-0 {
    padding: 0px !important;
}

.margin-5 {
    margin: 5px !important;
}

.padding-5 {
    padding: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.padding-10 {
    padding: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.padding-15 {
    padding: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.padding-20 {
    padding: 20px !important;
}

.margin-25 {
    margin: 25px !important;
}

.padding-25 {
    padding: 25px !important;
}

.margin-30 {
    margin: 30px !important;
}

.padding-30 {
    padding: 30px !important;
}

.margin-35 {
    margin: 35px !important;
}

.padding-35 {
    padding: 35px !important;
}

.margin-40 {
    margin: 40px !important;
}

.padding-40 {
    padding: 40px !important;
}

.margin-45 {
    margin: 45px !important;
}

.padding-45 {
    padding: 45px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.mr-1 {
    margin-right: 1px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.pt-1 {
    padding-top: 1px !important;
}

.pl-1 {
    padding-left: 1px !important;
}

.pr-1 {
    padding-right: 1px !important;
}

.pb-1 {
    padding-bottom: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.pb-2 {
    padding-bottom: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.pt-3 {
    padding-top: 3px !important;
}

.pl-3 {
    padding-left: 3px !important;
}

.pr-3 {
    padding-right: 3px !important;
}

.pb-3 {
    padding-bottom: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

.mr-6 {
    margin-right: 6px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.pt-6 {
    padding-top: 6px !important;
}

.pl-6 {
    padding-left: 6px !important;
}

.pr-6 {
    padding-right: 6px !important;
}

.pb-6 {
    padding-bottom: 6px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.ml-7 {
    margin-left: 7px !important;
}

.mr-7 {
    margin-right: 7px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}

.pt-7 {
    padding-top: 7px !important;
}

.pl-7 {
    padding-left: 7px !important;
}

.pr-7 {
    padding-right: 7px !important;
}

.pb-7 {
    padding-bottom: 7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.mt-9 {
    margin-top: 9px !important;
}

.ml-9 {
    margin-left: 9px !important;
}

.mr-9 {
    margin-right: 9px !important;
}

.mb-9 {
    margin-bottom: 9px !important;
}

.pt-9 {
    padding-top: 9px !important;
}

.pl-9 {
    padding-left: 9px !important;
}

.pr-9 {
    padding-right: 9px !important;
}

.pb-9 {
    padding-bottom: 9px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.mt-11 {
    margin-top: 11px !important;
}

.ml-11 {
    margin-left: 11px !important;
}

.mr-11 {
    margin-right: 11px !important;
}

.mb-11 {
    margin-bottom: 11px !important;
}

.pt-11 {
    padding-top: 11px !important;
}

.pl-11 {
    padding-left: 11px !important;
}

.pr-11 {
    padding-right: 11px !important;
}

.pb-11 {
    padding-bottom: 11px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.pt-12 {
    padding-top: 12px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.mt-13 {
    margin-top: 13px !important;
}

.ml-13 {
    margin-left: 13px !important;
}

.mr-13 {
    margin-right: 13px !important;
}

.mb-13 {
    margin-bottom: 13px !important;
}

.pt-13 {
    padding-top: 13px !important;
}

.pl-13 {
    padding-left: 13px !important;
}

.pr-13 {
    padding-right: 13px !important;
}

.pb-13 {
    padding-bottom: 13px !important;
}

.mt-14 {
    margin-top: 14px !important;
}

.ml-14 {
    margin-left: 14px !important;
}

.mr-14 {
    margin-right: 14px !important;
}

.mb-14 {
    margin-bottom: 14px !important;
}

.pt-14 {
    padding-top: 14px !important;
}

.pl-14 {
    padding-left: 14px !important;
}

.pr-14 {
    padding-right: 14px !important;
}

.pb-14 {
    padding-bottom: 14px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.mt-17 {
    margin-top: 17px !important;
}

.ml-17 {
    margin-left: 17px !important;
}

.mr-17 {
    margin-right: 17px !important;
}

.mb-17 {
    margin-bottom: 17px !important;
}

.pt-17 {
    padding-top: 17px !important;
}

.pl-17 {
    padding-left: 17px !important;
}

.pr-17 {
    padding-right: 17px !important;
}

.pb-17 {
    padding-bottom: 17px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

.ml-18 {
    margin-left: 18px !important;
}

.mr-18 {
    margin-right: 18px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.pt-18 {
    padding-top: 18px !important;
}

.pl-18 {
    padding-left: 18px !important;
}

.pr-18 {
    padding-right: 18px !important;
}

.pb-18 {
    padding-bottom: 18px !important;
}

.mt-19 {
    margin-top: 19px !important;
}

.ml-19 {
    margin-left: 19px !important;
}

.mr-19 {
    margin-right: 19px !important;
}

.mb-19 {
    margin-bottom: 19px !important;
}

.pt-19 {
    padding-top: 19px !important;
}

.pl-19 {
    padding-left: 19px !important;
}

.pr-19 {
    padding-right: 19px !important;
}

.pb-19 {
    padding-bottom: 19px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pl-95 {
    padding-left: 95px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.mt-105 {
    margin-top: 105px !important;
}

.ml-105 {
    margin-left: 105px !important;
}

.mr-105 {
    margin-right: 105px !important;
}

.mb-105 {
    margin-bottom: 105px !important;
}

.pt-105 {
    padding-top: 105px !important;
}

.pl-105 {
    padding-left: 105px !important;
}

.pr-105 {
    padding-right: 105px !important;
}

.pb-105 {
    padding-bottom: 105px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.mr-110 {
    margin-right: 110px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pl-110 {
    padding-left: 110px !important;
}

.pr-110 {
    padding-right: 110px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.mt-115 {
    margin-top: 115px !important;
}

.ml-115 {
    margin-left: 115px !important;
}

.mr-115 {
    margin-right: 115px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.pt-115 {
    padding-top: 115px !important;
}

.pl-115 {
    padding-left: 115px !important;
}

.pr-115 {
    padding-right: 115px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pl-120 {
    padding-left: 120px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.mt-125 {
    margin-top: 125px !important;
}

.ml-125 {
    margin-left: 125px !important;
}

.mr-125 {
    margin-right: 125px !important;
}

.mb-125 {
    margin-bottom: 125px !important;
}

.pt-125 {
    padding-top: 125px !important;
}

.pl-125 {
    padding-left: 125px !important;
}

.pr-125 {
    padding-right: 125px !important;
}

.pb-125 {
    padding-bottom: 125px !important;
}

.mt-130 {
    margin-top: 130px !important;
}

.ml-130 {
    margin-left: 130px !important;
}

.mr-130 {
    margin-right: 130px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pl-130 {
    padding-left: 130px !important;
}

.pr-130 {
    padding-right: 130px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.mt-135 {
    margin-top: 135px !important;
}

.ml-135 {
    margin-left: 135px !important;
}

.mr-135 {
    margin-right: 135px !important;
}

.mb-135 {
    margin-bottom: 135px !important;
}

.pt-135 {
    padding-top: 135px !important;
}

.pl-135 {
    padding-left: 135px !important;
}

.pr-135 {
    padding-right: 135px !important;
}

.pb-135 {
    padding-bottom: 135px !important;
}

.mt-140 {
    margin-top: 140px !important;
}

.ml-140 {
    margin-left: 140px !important;
}

.mr-140 {
    margin-right: 140px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pl-140 {
    padding-left: 140px !important;
}

.pr-140 {
    padding-right: 140px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.mt-145 {
    margin-top: 145px !important;
}

.ml-145 {
    margin-left: 145px !important;
}

.mr-145 {
    margin-right: 145px !important;
}

.mb-145 {
    margin-bottom: 145px !important;
}

.pt-145 {
    padding-top: 145px !important;
}

.pl-145 {
    padding-left: 145px !important;
}

.pr-145 {
    padding-right: 145px !important;
}

.pb-145 {
    padding-bottom: 145px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.ml-150 {
    margin-left: 150px !important;
}

.mr-150 {
    margin-right: 150px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pl-150 {
    padding-left: 150px !important;
}

.pr-150 {
    padding-right: 150px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

/* font-size */
.ft-10 {
    font-size: 10px !important;
}

.ft-11 {
    font-size: 11px !important;
}

.ft-12 {
    font-size: 12px !important;
}

.ft-13 {
    font-size: 13px !important;
}

.ft-14 {
    font-size: 14px !important;
}

.ft-15 {
    font-size: 15px !important;
}

.ft-16 {
    font-size: 16px !important;
}

.ft-17 {
    font-size: 17px !important;
}

.ft-18 {
    font-size: 18px !important;
}

.ft-19 {
    font-size: 19px !important;
}

.ft-20 {
    font-size: 20px !important;
}

.ft-21 {
    font-size: 21px !important;
}

.ft-22 {
    font-size: 22px !important;
}

.ft-23 {
    font-size: 23px !important;
}

.ft-24 {
    font-size: 24px !important;
}

.ft-25 {
    font-size: 25px !important;
}

.ft-26 {
    font-size: 26px !important;
}

.ft-27 {
    font-size: 27px !important;
}

.ft-28 {
    font-size: 28px !important;
}

.ft-29 {
    font-size: 29px !important;
}

.ft-30 {
    font-size: 30px !important;
}

.ft-bold {
    font-weight: bold !important;
}

.ft-normal {
    font-weight: normal !important;
}

.c-yellow {
    color: #f4bc4e !important;
}

.c-cheng {
    color: #f7b844 !important;
}

.c-scheng {
    color: #ff4d4d !important;
}

.c-red {
    color: #ea463c !important;
}

.c-green {
    color: #66b441;
}

.c-33 {
    color: #333 !important;
}

.c-66 {
    color: #666 !important;
}

.c-99 {
    color: #999 !important;
}

.c-ff {
    color: #fff !important;
}

.c-cc {
    color: #ccc;
}

.c-dd {
    color: #ddd;
}

.c-blue {
    color: #479ef8 !important;
}

.c-success {
    color: #68c437;
}

.c-main {
    color: #f4bb4e !important;
}

.yellow {
    color: #ffb50e;
}

.bg-main,
.mui-content {
    background: #f6f6f6 !important;
}

.bg-ff {
    background: #fff !important;
}

.bg-scheng {
    background: #ff4d4d !important;
}

.bg-cheng {
    background: #ef8d38;
}

.bg-huang {
    background: #fefef3;
}

.bg-yellow {
    background: #f4bc4e;
}

.bg-yellow2 {
    background: #f2ad3c;
}

.bg-33 {
    background: #333;
}

.bg-99 {
    background: #999;
}

.bg-dd {
    background: #ddd;
}

.bg-jianbian {
    background-image: linear-gradient(to bottom, #ed616a, #f09583);
}

.bg-main2 {
    background: #f4bb4e !important;
}

.border-bottom-dd {
    border-bottom: 1px solid #ddd;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mui-slider-indicator .mui-indicator {
    background: #eee;
    border: none !important;
    box-shadow: none;
    width: 9px;
    height: 9px;
    margin: 1px 3px;
}

.mui-slider-indicator .mui-indicator.mui-active {
    background: #ffce00;
}

.nav-yellow {
    background: #f4bc4e;
}

.index-ul li {
    padding-left: 30px;
}

.index-ul li:nth-child(1) {
    background: url(../images/i-icon1.png) no-repeat 10px center;
    background-size: 30px;
}

.index-ul li:nth-child(2) {
    background: url(../images/i-icon2.png) no-repeat 10px center;
    background-size: 30px;
}

.index-ul li:nth-child(3) {
    background: url(../images/i-icon3.png) no-repeat 10px center;
    background-size: 30px;
}

.mui-grid-view.mui-grid-9 {
    border: none !important;
}

.mui-grid-view.mui-grid-9 .mui-table-view-cell {
    padding: 5px;
    border-right: none;
    border-bottom: none;
}

.mui-grid-view.mui-grid-9 .mui-table-view-cell:last-child {
    border-right: none !important;
}

.mui-grid-view.mui-grid-9 .mui-table-view-cell>a:not(.mui-btn) {
    padding: 14px 0;
}

.hot-hed {
    background: #fff;
    padding: 0;
    margin-top: -5px;
}

.hot-hed div {
    text-align: center;
    color: #888;
    padding: 5px 0 10px;
    position: relative;
}

.hot-hed div.active {
    font-weight: bold;
    color: #f4bb4e;
}

.border-top-none {
    border-top: none !important;
}

.shop-list {
    background: #fff;
    padding-bottom: 5px;
    border-radius: 0px;
}

.shop-list h5 {
    color: #000;
}

.shop-list img {
    width: 100%;
    border-radius: 5px;
}

.shop-list font {
    padding-left: 5px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
}

.mui-progressbar {
    height: 4px;
    border-radius: 2px;
    background: #ddd;
    margin-top: 5px;
}

.progressbar {
    padding-left: 10px;
    padding-right: 10px;
}

.mui-progressbar span {
    background: #ef8d38;
}

.mui-btn-cy {
    color: #f4bb4e !important;
    background: none;
    border: 1px solid #f4bb4e;
    font-size: 12px;
    border-radius: 50px;
    padding: 3px 5px;
    margin-top: 2px;
}

.nav-fixed {
    top: 49px;
    z-index: 99;
    width: 100%;
}

.cart-btn img {
    width: 33px !important;
    margin-top: 0px;
}

.line-height-sm {
    line-height: 1.5;
}

.i-text {
    line-height: 1.5;
    padding: 3px 5px;
    overflow: hidden;
    text-align: left;
}

.mui-bar-tab .mui-tab-item.mui-active {
    color: #f4bb4e;
}

.mui-bar {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.notice-icon {
    background: url(../images/notice.png) no-repeat 2px center;
    background-size: 20px;
    width: 100%;
}

.animate-box {
    width: 95%;
    margin-left: 10%;
    overflow: hidden;
}

.animate-box .animate {
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    animation: 10s wordsLoop linear infinite normal;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

.m-block {
    display: block;
}

.slide-bg {
    padding: 12px;
}

.slide-bg .mui-slider {
    border-radius: 10px;
}

.border-radius-10 {
    border-radius: 10px;
}

.block {
    display: block;
}

.border-right-ee {
    border-right: 1px solid #eee;
}

.border-top-ee {
    border-top: 1px solid #eee;
}

.s-num {
    position: absolute;
    top: 5px;
    right: 10px;
    border: 1px solid #eee;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
}

/*揭晓*/
.time-dj {
    padding-top: 10px;
    background: url(../images/clock.png) no-repeat left 10px;
    background-size: 20px;
    text-indent: 30px;
    color: #333;
}

.shop-img {
    position: relative;
    max-width: 100px;
    height: 80px;
    float: left;
}

.shop-img .liu {
    position: absolute;
    bottom: 0px;
    right: 8%;
    width: 40px;
}

.xy-img {
    position: relative;
    float: left;
}

.xy-img .xye {
    position: absolute;
    bottom: 0px;
    right: -5px;
    width: 50px;
    z-index: 99;
}

.jiexiao {
    position: relative;
}

.jiexiao img {
    position: absolute;
    top: -25px;
}

.info-slide {
    position: relative;
}

.info-slide .tw-img {
    display: block;
    position: absolute;
    width: 60px;
    height: 40px;
    top: 50%;
    right: 0;
    margin-top: -20px;
}

.info-slide .tw-img img {
    width: 100%;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
}

.info-hed {
    padding-left: 65px;
    padding-right: 10px;
    font-size: 15px;
    color: #333;
}

.info-hed.info-jinxing {
    background: url(../images/jinxing.jpg) no-repeat 10px center;
    background-size: 50px;
}

.info-hed.info-jiexiao {
    background: url(../images/yijiexiao.jpg) no-repeat 10px center;
    background-size: 50px;
}

.info-hed.info-daoji {
    background: url(../images/daojishi.jpg) no-repeat 10px center;
    background-size: 50px;
}

.info-j {
    position: relative;
    border-top: 1px solid #e3e3e3;
}

.info-j h5 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding: 10px 15px;
}

.info-j .up {
    position: absolute;
    left: 27px;
    top: -15px;
    display: block;
    z-index: 1;
    width: 32px;
    height: 17px;
    background: url(../images/arrow-up.png) no-repeat center;
    background-size: 25px;
}

.info-j h6 {
    color: #333;
    line-height: 1.6;
    padding-left: 5px;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 99;
}

.footer-fixed .f-ing,
.footer-fixed .info-cart,
.footer-fixed .canyu {
    display: block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    color: #333;
    font-size: 16px;
}

.footer-fixed .info-cart {
    color: #fff;
}

.footer-fixed .fx {
    color: #666;
    margin-top: -8px;
}

.share-list {
    margin: 8px;
}

.share-list .bg-ff {
    border-radius: 4px;
}

.jiesuan a {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #333;
    border-top: 1px solid #eee;
}

.img-vip {
    position: relative;
    /*    &:after {
      content: '';
      width: 40px;
      height: 50px;
      position: absolute;
      top: -11px;
      right: -15px;
      background: url(../images/vip.png) no-repeat;
      background-size: 25px;
  } */
}

.xingyun-info {
    position: relative;
    border-radius: 10px;
}

.xingyun-info .hdz {
    position: absolute;
    width: 67px;
    top: -2px;
    left: -2px;
    z-index: 9;
}

.xingyun-info .mui-table-view {
    background: #fff;
}

.xingyun-info .mui-table-view:before,
.xingyun-info .mui-table-view:after {
    height: 0;
}

.xingyun-info .xy-num {
    background: #fff;
    padding: 15px 5px;
    margin: 5px;
    margin-bottom: 0;
    border-top: 1px solid #fff;
}

.xingyun-info .xy-num p {
    margin-bottom: 0;
}

.j-info {
    padding: 3px 5px;
    border-radius: 5px;
}

.hot-hed .up,
.hot-hed .down {
    font-size: 14px;
    color: #666;
    position: absolute;
}

.hot-hed .up {
    right: 10px;
    top: 5px;
}

.hot-hed .down {
    right: 10px;
    top: 14px;
}

/*详情-个人页面*/
.info-u-hed {
    position: relative;
}

.info-u-hed .tx {
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 25%;
    width: 100%;
}

.info-u-hed .tx img {
    border: 2px solid #fff;
    border-radius: 60px;
}

.info-text {
    white-space: normal;
    line-height: 1.5;
}

.info-box-bg {
    background: #fdf3f5;
    padding: 5px;
    margin-top: 5px;
}

.has-radio {
    position: relative;
    padding-left: 20px !important;
}

.has-radio .mui-checkbox input {
    position: absolute;
    left: -15px !important;
    top: 30px;
    z-index: 9;
    right: 0 !important;
}

.check-hb a.mui-pull-right {
    margin-top: -36px;
}

.check-hb .check-main {
    height: 280px;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background: #f6f6f6;
}

.check-hb .check-main .list {
    width: 95%;
    margin: 10px auto;
    border: 2px solid #f4bc4e;
    border-left: 13px solid #f4bc4e;
    border-radius: 3px;
    background: #fff;
}

.check-hb .check-main .mui-col-xs-4 {
    border-right: 1px solid #eee;
    margin: 10px 0;
}

.hed-input {
    width: 90% !important;
    height: 30px !important;
    font-size: 14px;
    border: none !important;
    background: #eee url(../images/search.png) no-repeat 10px center !important;
    background-size: 18px !important;
    text-indent: 20px;
}

.qs-box {
    border: 2px solid #ef8d38;
    margin-top: 10px;
    padding: 3px;
    position: relative;
    height: 30px;
    line-height: 26px;
}

.qs-box .jindu {
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
    background: #ef8d38;
    z-index: 1;
}

.qs-box .qs-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.qs-box .qs-content .qs-list {
    width: 20%;
    float: left;
    text-align: center;
    border-right: 1px solid #ddd;
}

.qs-box .qs-content .qs-list:last-child {
    border-right: none;
}

.info-js {
    padding: 15px;
    padding-left: 25px;
    background-size: 25px;
}

.info-js p {
    color: #333;
    padding-left: 20px;
    background-size: 25px;
    border-left: 1px solid #ef8d38;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
}

.info-js p img {
    position: absolute;
    top: 6px;
    left: -6px;
    z-index: 99;
}

.js-top {
    background: #fff;
    position: relative;
    padding-top: 15px;
    padding-bottom: 5px;
}

.js-top p span {
    cursor: pointer;
}

.js-top .js-t1 {
    width: 30%;
    height: 62px;
    border-radius: 5px;
    margin: 0px auto;
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
}

.js-top .js-t1>span {
    display: inline-block;
    margin-top: 14px;
    font-weight: bold;
}

.js-top .js-t2 {
    padding-top: 30px;
    text-align: center;
}

.js-top .js-t2 .j1 {
    width: 80%;
    height: 60px;
    border-radius: 5px;
    margin: 0px auto;
    position: relative;
    padding-top: 12px;

}

.js-top .js-t2 .j1 span {
    position: absolute;
    left: -10px;
    bottom: 22px;
    color: #000;
    font-size: 12px;
}

.js-top .js-t2 .j1 span.lf {
    left: -15px;
}

.cart_btn,
.cart_buy {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f4bb4e;
    border-radius: 50px;
    color: #fff;
    margin-top: 7px;
}

.cart_buy {
    background: #f4ba40;
}

.cz-box {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
}

.cz-box p {
    color: #666;
    margin: 0px;
    position: relative;
}

.cz-box p:nth-child(1) {
    font-size: 18px;
}

.cz-box p:nth-child(2) {
    font-size: 12px;
}

.cz-box span {
    display: block;
    position: absolute;
    top: -10px;
    right: 3px;
    width: 85%;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    text-align: right;
    background: url(../images/cz-bg1.png) no-repeat center;
    background-size: 100%;
}

.cz-box-list {
    margin-bottom: 15px;
    position: relative;
}

.cz-box-list:last-child .active {
    background: none;
}

.cz-box-list .active {
    background: #f4bb4e;
    border: 1px solid #f4bb4e;
}

.cz-box-list .active p {
    color: #fff;
}

.cz-box input {
    margin-bottom: 0;
    height: 24px;
    border: none;
    padding: 0;
    text-align: center;
    background: none;
}

.border-none {
    border: none !important;
}

.user-xieyi p {
    line-height: 2;
    color: #333 !important;
}

.kf-hed {
    width: 100%;
    height: 294px;
    background: #f4bc4e url(../images/geren.jpg) no-repeat center;
    background-size: 100%;
}

.kf-content {
    height: 240px;
    width: 100%;
    background: url(../images/kf-bg.png) no-repeat center;
    background-size: 100%;
}

.kf-btn {
    margin-top: 10px;
    width: 80%;
    height: 35px;
    color: #fff;
    border-radius: 40px;
    border: none;
    background: -webkit-linear-gradient(right, #ff9494, #f93e3e);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff9494, #f93e3e);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff9494, #f93e3e);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff9494, #f93e3e);
    /* 标准的语法 */
}

.user-hed {
    position: relative;
}

.user-hed .user-bg {
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 140px;
}

.user-hed .hed-content {
    position: absolute;
    top: 20px;
    width: 100%;
}

.user-hed .hed-content img {
    border: 2px solid #fff;
    border-radius: 40px;
}

.user-hed .hed-content .user-chong {
    background: #fff;
    color: #ef8d38;
    display: block;
    padding: 5px 10px;
    border-radius: 30px;
    width: 120px;
    margin: 10px auto;
}

.fx-icon,
.kf-icon {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 32px;
    background: url(../images/fx-icon.png) no-repeat 30px center;
    background-size: 30px;
    color: #333;
    border-right: 1px solid #eee;
}

.kf-icon {
    background: url(../images/kf-icon.png) no-repeat 30px center;
    background-size: 30px;
    border-right: none;
}

.u-icon {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
    text-align: center;
}

.u-icon i {
    font-size: 20px !important;
    color: #fff;
}

.u-icon1 {
    background: #ef866d;
}

.u-icon2 {
    background: #6bdcab;
}

.u-icon3 {
    background: #f4b45c;
}

.u-icon4 {
    background: #ed7189;
}

.u-icon5 {
    background: #eb77c5;
}

.u-icon6 {
    background: #75abf8;
}

.u-icon7 {
    background: #ba71ed;
}

.address-list {
    background: #fff;
    background-size: 45px;
    padding: 15px 10px;
}

.address-list p span {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.address-list .mui-text-right a {
    font-size: 14px;
    color: #333;
}

.h-list {
    border: none !important;
    border-left: 13px solid #f9dd56 !important;
    padding: 5px 0;
}

.h-list button {
    color: #333;
    border: 1px solid #f4bc4e;
    background: #fcf9e6;
    border-radius: 10px;
}

.sx-list {
    border-left: 13px solid #ddd !important;
    background: #fff url(../images/shixiao.png) no-repeat 90% center !important;
    background-size: 100px !important;
}

.sx-list .c-scheng {
    color: #999 !important;
}

.sp-gx {
    position: relative;
}

.sp-gx .gongxi {
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 999;
}

.m-btn {
    border: 1px solid #f4bb4e;
    color: #f4bb4e;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    background: none !important;
}

.m-btn2 {
    border: 1px solid #333;
    color: #333;
    margin-right: 5px;
}

.m-btn3 {
    color: #333;
    background: #f9d966;
    margin-right: 10px;
    border: 1px solid #f9d966;
}

.m-btn4 {
    border: 1px solid #ea463c !important;
    margin-right: 10px;
    color: #ea463c !important;
}

.u-hed {
    position: relative;
}

.u-hed .tx {
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 10%;
    width: 100%;
}

.u-hed .tx p {
    color: #fff;
}

.u-hed .tx img.user-tx {
    border: 2px solid #fff;
    border-radius: 60px;
}

.mui-btn-warning {
    border: none;
}

.liu-hed {
    width: 100%;
    height: 84px;
    background: url(../images/liu-bg.jpg) no-repeat center;
    background-size: 100%;
    text-align: center;
}

.liu-hed p:nth-child(1) {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 0px;
}

.liu-hed p:nth-child(2) {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.liu-phone {
    font-size: 20px;
    color: #666;
    border: none !important;
    outline: none;
}

.qb-hed {
    height: 85px;
    background: #f4bb4e;
    text-align: center;
}

.qb-hed h4 {
    padding-top: 20px;
}

.qb-hed p {
    color: #333;
    padding-top: 5px;
}

.jf-tixian {
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 5px;
}

.jf-tixian .icon {
    font-size: 24px;
    color: #6b34ab;
}

.jf-duihuan {
    font-size: 16px;
    color: #333;
    position: relative;
}

.jf-duihuan .icon {
    font-size: 30px;
    color: #ed7239;
}

.border-right-dd {
    border-right: 1px solid #ddd;
}

.dh-list button {
    border-radius: 8px;
    border: 1px solid #ef8d38;
    color: #ef8d38;
}

.fx-btn {
    width: 60%;
    margin-top: 10px;
    border: none;
}

.fx-btn1 {
    background: #17b3ec;
    color: #fff;
}

.fx-btn2 {
    background: #f4bc4e;
    color: #333;
}

.zhifu .mui-table-view:before,
.zhifu .mui-table-view:after,
.money .mui-table-view:before,
.money .mui-table-view:after,
.zhifu .mui-table-view-cell:after {
    display: none;
}

.login-box {
    padding: 10px;
    margin-top: 10px;
}

.login-box input {
    border: none;
    width: 100%;
    outline: none;
    margin: 0;
    margin-top: 2px;
    height: 45px;
    line-height: 50px;
    font-size: 15px;
    border-radius: 50px;
    color: #eb2041;
}

.phone {
    background: #f3f3f3 url(../images/phone.png) no-repeat 20px center !important;
    background-size: 15px !important;
    text-indent: 40px;
}

.yzm {
    background: #f3f3f3 url(../images/yzm.png) no-repeat 20px center !important;
    background-size: 18px !important;
    text-indent: 40px;
}

.password {
    background: #f3f3f3 url(../images/password.png) no-repeat 20px center !important;
    background-size: 18px !important;
    text-indent: 40px;
}

.lg-yzm {
    position: absolute;
    width: 110px;
    text-align: center;
    height: 45px;
    line-height: 35px;
    background: #f4bb4e;
    border-radius: 50px;
    border: none;
    color: #fff;
    right: 0;
    top: 0;
}

.login-btn {
    margin-top: 30px;
}

.wl {
    background: #fff url("../images/wl.png") no-repeat 5% center !important;
    background-size: 27px !important;
}

.qb {
    background: url("../images/qb.png") no-repeat 15px center;
    background-size: 20px;
}

.ye {
    background: url("../images/ye.png") no-repeat 15px center;
    background-size: 20px;
}

.mui-checkbox input[type=checkbox]:checked:before,
.mui-radio input[type=radio]:checked:before {
    color: #ef8d38;
}

.loading-gif {
    width: 100px;
    height: 100px;
    border-radius: 30px;
    text-align: center;
    line-height: 100px;
    background: #fff;
    margin: 30px auto;
    box-shadow: 2px 2px 3px #ddd;
    position: relative;
}

.loading-gif img {
    width: 100px;
    margin-top: -10px;
}

.loading-gif p {
    position: absolute;
    bottom: -25px;
    left: 25px;
}

.m-time {
    padding: 8px;
    border: 1px solid #ef8d38;
    border-radius: 3px;
}

.border-cheng {
    border: 1px solid #f7b844;
}

.border-active {
    background-image: linear-gradient(142deg, #fd9fa3 0%, #fc777e 100%);
    -webkit-box-shadow: 0px 2px 15px 0px rgba(235, 121, 121, 0.616);
    box-shadow: 0px 2px 15px 0px rgba(235, 121, 121, 0.616);
}

.all-num {
    display: block;
    width: 95% ； margin：0 auto;
    border: 1px solid #f4bb4e;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    color: #f4bb4e;
    padding-left: 10px;
    font-size: 18px;
    position: relative;
}

.all-num:after {
    content: "\e67e";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 12px;
    right: 5%;
    color: #CCC;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

#keyboard {
    display: none;
    position: absolute;
    width: 300px;
    left: 10px;
    bottom: 53px;
    opacity: 1;
    border: 1px solid #eee;
    /*     &:after {
    position: absolute;
    color: #F60;
    content: "\e605";
    font-size: 30px;
    bottom: -.2rem;
    left: 30px;

    z-index: 5;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
}

#keyboard ul {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

#keyboard ul li {
    display: block;
    float: left;
    width: calc(100% / 3);
    height: 3rem;
    border-bottom: 1px solid #F2F2F2;
    color: #333;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 3rem;
    background: transparent;
    list-style: none;
    box-sizing: border-box;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#keyboard ul li:not(:nth-child(3n)) {
    border-right: 1px solid #F2F2F2;
}

#keyboard ul li:nth-child(12) {
    background: #F60;
}

#keyboard ul li:active {
    background: #F60;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #fff;
}

.menu-bg {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.menu-content {
    position: absolute;
    bottom: 100px;
    right: 10px;
    z-index: 10000;
}

.menu-content .menu-main {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: #ddd;
}

.menu-content .menu-children {
    position: absolute;
    right: 50px;
    width: 165px;
    height: 60px;
    top: 2px;
}

.menu-content .menu-children .m-item {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    color: #666;
    text-align: center;
    line-height: 50px;
}

.menu-content .menu-children .m-item i {
    color: #666;
}

.border-dd {
    border: 1px solid #ddd;
}

.border-radius-0 {
    border-radius: 0;
}

.cz-btn {
    background: #ea463c !important;
    border-radius: 50px !important;
}

.border-radius-5 {
    border-radius: 5px;
}

.i-img ，.f-img {
    position: relative;
}

.img-biao {
    position: absolute;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    left: 0px;
    top: 5px;
}

.img-biao .img1 {
    width: 50px;
    height: 60px;
    max-height: 60px;
}

.img-biao .img2 {
    width: 50px;
    height: 50px;
    max-height: 50px;
}

.border-red-2 {
    border: 2px solid #ea463c;
}

.tj-text {
    display: inline-block;
    position: relative;
    padding: 12px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 15px;
}

.tj-text s {
    display: inline-block;
    margin-right: .1rem;
    width: 14px;
    height: 14px;
    background: url(../images/intro.png) no-repeat center/auto 14px;
    vertical-align: top;
}

.tj-text:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 2rem;
    height: 1px;
    right: 100%;
    top: 50%;
    background-image: -webkit-linear-gradient(top, #DEDEDE, #DEDEDE);
}

.tj-text:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 2rem;
    height: 1px;
    left: 100%;
    top: 50%;
    background-image: -webkit-linear-gradient(top, #DEDEDE, #DEDEDE);
}

#addAll {
    position: fixed;
    width: 100px;
    height: 50px;
    right: 15px;
    bottom: 65px;
    border-radius: 12px;
    -webkit-animation-fill-mode: forwards;
    z-index: 111;
    padding-top: 7px;
    background: -webkit-linear-gradient(left, #f4bb4e, #fbbe4b);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #f4bb4e, #fbbe4b);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #f4bb4e, #fbbe4b);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #f4bb4e, #fbbe4b);
    /* 标准的语法（必须放在最后） */
}

.b-radius5 {
    border-radius: 5px !important;
}

.login-bg {
    background: url("../images/ln-bg.png") no-repeat top center;
    background-size: 100%;
}

.yzm {
    background: #fff url(../images/yzm.png) no-repeat 10px center;
    background-size: 22px;
}

.jx-list {
    background: #efefef;
    border: 1px solid #ccc;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    color: #bbb;
    box-shadow: 1px 1px 1px #d5d5d5 inset;
    font-size: 18px;
    height: 70px;
    width: 80%;
    padding-top: 14px;
    line-height: 20px;
    margin: 0 auto;
    display: block;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.jx-list span {
    position: absolute;
    background-size: 80px auto;
    width: 29px;
    height: 29px;
    bottom: -6px;
    left: 50%;
    margin-left: -14px;
}

.jx-list2,
.jx-list3,
.jx-list4 {
    background: #f4bb4e;
    color: #fff;
    box-shadow: 1px 1px 1px #f4bb4e inset;
    line-height: 70px;
    padding-top: 0;
    font-size: 32px;
    border: none;
}

.jx-list2 span,
.jx-list3 span,
.jx-list4 span {
    background-size: 75px auto;
    font-size: 12px;
    line-height: 2.5;
    right: 19px;
}

.js-table {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}

.js-table .time {
    padding-top: 10px;
}

.js-table .time>p {
    line-height: 1rem;
}

.z-arrow {
    border: solid #f4bb4e;
    border-width: 1px 1px 0 0;
    width: 4px;
    height: 4px;
    position: absolute;
    left: -2px;
    top: 13px;
    background: #FFFCDA;
    z-index: 20;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    font-size: 0;
    line-height: 0;
}

.jl-a {
    position: absolute;
    z-index: 999;
    right: 10px;
    bottom: 10px;
}

.sc-close {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    font-size: 20px;
    background: #f4bc4e;
    border-radius: 20px;
}

/*bank-list*/
.bank-list,
.bank-list * {
    box-sizing: border-box;
}

.bank-list {
    position: fixed;
    width: 100%;
    max-width: 500px;
    height: auto;
    left: 100%;
    right: 0;
    max-width: 500px;
    margin: 0 auto;
    bottom: 0;
    background: #FFF;
    transition: all .5s;
    overflow: hidden;
    z-index: 111;
    margin: 0 auto;
}

.bank-list.show {
    left: 0;
    box-shadow: 0 0 10px #CCC;
}

.bank-list::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
}

.bank-list li {
    display: block;
    float: left;
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    text-align: center;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #DDD;
    overflow: hidden;
}

.bank:nth-child(4n) {
    border-right: none;
}

.bank-list .bank-logo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}

.bank-list .bank-logo img {
    position: absolute;
    width: 35%;
    height: auto;
    bottom: 0;
    left: calc(65% / 2);
}

.bank-list .bank-name {
    width: 100%;
    height: auto;
    color: #333;
    font-size: .7rem;
}

/*payee-list*/
.payee-list,
.payee-list * {
    box-sizing: border-box;
}

.payee-list {
    position: fixed;
    width: 100%;
    height: auto;
    min-height: 76%;
    bottom: 0;
    left: 100%;
    right: 0;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    background: #f0eff5;
    transition: all .5s;
    overflow: hidden;
    z-index: 1;
}

.payee-list.show {
    left: 0;
    box-shadow: 0 0 10px #CCC;
}

.payee-list dt {
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    text-indent: .5rem;
    line-height: 2.25rem;
    border-bottom: 1px solid #CCC;
}

.payee-exit {
    float: right;
    width: 2rem;
    height: 2rem;
    background: transparent url("../images/payee_exit.png") no-repeat center center/60% auto;
}

.payee-list dd {
    padding: .5rem;
    background: #FFF;
    border-bottom: 1px solid #DDD;
}

.payee-list dd::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
}

.payee-list .bank-logo,
.payee-info {
    float: left;
    height: 2rem;
}

.payee-list .bank-logo {
    padding: 0 .5rem;
}

.payee-list .bank-logo img {
    height: 100%;
    width: auto;
    vertical-align: middle;
}

.payee-info {
    line-height: 1rem;
}

.payee {
    color: #333;
    font-size: 1rem;
}

.payee-number {
    color: #999;
    font-size: .8rem;
}

.skr {
    position: absolute;
    right: 0;
    padding: 0 !important;
    background: url("../images/balance_icon_objects.png") no-repeat 10px center;
    background-size: 30px;
    text-align: right;
    color: #ea463c;
    border-left: 1px solid #eee;
}

.relative {
    position: relative;
}

.fgx {
    display: block;
    height: 30px;
    width: 1px;
    background: #f6f6f6;
    position: absolute;
    left: 50%;
    top: 10px;
}

.card {
    height: 110px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.card h2 {
    color: #eee;
}

.card small {
    color: #eee;
}

.card-1 {
    background: #1a65a3;
}

.card-2 {
    background: #c65055;
}

.card-3 {
    background: #008c77;
}

.hb-bg {
    height: 310px !important;
    width: 240px !important;
    margin-left: -120px !important;
    margin-top: -160px !important;
    background: none !important;
    position: relative;
}

.hb-content {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
}

.liu-bg {
    position: relative;
}

.liu-bg .l-content {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 15px;
}

.liu-bg .l-content h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.liu-bg .l-content h6 {
    color: #666;
    padding-top: 7px;
}

.mui-progressbar span {
    background: #f4bb4e;
    border-radius: 2px;
}

/* xin */
.inline-block {
    display: inline-block;
}

.jx-item {
    display: block;
    width: 124px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.djq {
    display: block;
    width: 100px;
    padding: 5px;
    margin-top: 20px;
    color: #fff;
    background: -webkit-linear-gradient(left, #ff9494, #ff7777);
    background: -o-linear-gradient(right, #ff9494, #ff7777);
    background: -moz-linear-gradient(right, #ff9494, #ff7777);
    background: linear-gradient(right, #ff9494, #ff7777);
    border-radius: 30px;
}

.djq2 {
    background: -webkit-linear-gradient(left, #fdc95f, #fda632);
}

.djq2:hover {
    color: #fff;
}

.hongbao {
    position: relative;
}

.hongbao .hb-info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}

.hongbao .hb-info .hb-btn {
    background: #fff;
    color: #ce7675;
    display: block;
    width: 90px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 15px;
    margin: 0 auto;
}

.jf {
    width: 100%;
    height: 140px;
    background: url("../images/jfbg.png") no-repeat center top;
    background-size: 100%;
}

.daka {
    position: relative;
}

.daka .dk-line {
    position: absolute;
    height: 1px;
    width: 100%;
    border-top: 1px dashed #ccc;
    top: 37%;
}

.daka ul {
    position: relative;
}

.daka ul li {
    width: 13%;
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

.daka ul li.active span {
    color: #fda632;
}

.daka ul li.active h4 {
    background: -webkit-linear-gradient(bottom, #fdc95f, #fda632);
    color: #fff;
}

.daka ul li span {
    font-size: 12px;
    color: #999;
}

.daka ul li h4 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #8f82b1;
    border-radius: 30px;
    color: #a294c7;
    margin: 5px auto;
    font-size: 14px;
}

.n-btn {
    background: #fff !important;
    border: 1px solid #666;
    color: #666 !important;
}

.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 20;
    background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.mui-preview-header {
    height: 44px;
    top: 0;
}

.mui-preview-footer {
    height: 50px;
    bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto 4;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px;
}

.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mui-preview-image.mui-preview-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.mui-preview-image.mui-preview-out {
    background: none;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
    display: none;
}

.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle;
}

.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.mui-preview-loading.mui-active {
    display: block;
}

.mui-preview-loading .mui-spinner-white {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    width: 50px;
}

.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.m-alert2 {
    background: -webkit-linear-gradient(bottom, #fff, #ffdcd4) !important;
}

.m-alert2 .m-close {
    top: 100%;
    left: 50%;
    margin-left: -15px;
}

.m-alert2 .m-close i {
    border-radius: 21px;
    border: 1px solid #fff;
}

.border-bottom-dashed-dd {
    border-bottom: 1px dashed #ddd;
}

.quan-left {
    position: relative;
}

.quan-left .quan-info {
    position: absolute;
    z-index: 2;
    top: 10px;
    width: 100%;
    color: #fff;
}

.quan-left .quan-info .quan-bq {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: #f9d954;
    color: #835932;
    text-align: center;
}

.quan-left .quan-info h3 {
    font-size: 20px！important;
    text-align: center;
    padding-top: 3px;
}

.border-top-dd {
    border-top: 1px solid #ddd;
}

.pl-hidden {
    position: relative;
}

.pl-hidden:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #f6f6f6;
    top: -10px;
    left: 30px;
    z-index: 2;
}

.pl-hidden {
    display: none;
}

.m-4 {
    position: fixed;
    z-index: 9999;
    height: 100% !important;
    width: 100%;
    left: 0px !important;
    top: 0px !important;
    bottom: 0;
    right: 0;
}

.my-time {
    text-align: center;
    font-weight: normal;
    line-height: 12px !important;
    color: #fff;
    top: 20px !important;
    width: 80px !important;
}

.bg-bottom {
    position: absolute;
    bottom: 51px;
    height: 13%;
    left: 0;
    background: url("../images/login_bottom.png") no-repeat center;
}

.bg-c2 {
    background: #fff6ea;
    border-radius: 5px;
}

.jx-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 28px;
    line-height: 27px;
    display: block;
    background: url("../images/jx-bg.png") no-repeat center;
    background-size: 65px;
    z-index: 9;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.box-shadow {
    box-shadow: 0px 1px 5px #e0e0e0;
}

.cz-span {
    position: absolute;
    z-index: 2;
    top: 2px;
    right: 8px;
    font-size: 15px;
    color: #fff;
}

/* quan开始 */
.text-indent-0 {
    text-indent: 0 !important;
}

.buy-btn {
    height: 49px;
    color: #fff;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
}

.twxq {
    background: #fff;
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.twxq font {
    position: relative;
    z-index: 10;
    font-size: 12px;
}

.twxq:after {
    content: '';
    height: 1px;
    width: 120px;
    background: #ddd;
    position: absolute;
    top: 21px;
    left: 50%;
    margin-left: -60px;
}

.gmxz1,
.gmxz2,
.gmxz3,
.gmxz4 {
    padding-left: 40px;
    color: #333;
}

.gmxz1 {
    background: url(../images/gmxz1.png) no-repeat left 4px;
    background-size: 27px;
}

.gmxz2 {
    background: url(../images/gmxz2.png) no-repeat left 4px;
    background-size: 27px;
}

.gmxz3 {
    background: url(../images/gmxz3.png) no-repeat left 4px;
    background-size: 27px;
}

.gmxz4 {
    background: url(../images/gmxz4.png) no-repeat left 4px;
    background-size: 27px;
}

.info-hed {
    position: relative;
}

.info-hed a {
    position: absolute;
    right: 0;
    top: 10px;
}

.info-hed a img {
    width: 55px;
}

.gm-row {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 75%;
}

.mui-yzm {
    position: absolute;
    right: 0;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding-left: 10px;
    bottom: 7px;
}

.user-icon {
    display: block;
    height: 40px;
    line-height: 45px;
    margin: 0 auto;
}

.item-red {
    position: absolute;
    border-radius: 20px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ea463c;
    color: #fff;
    font-size: 12px;
    top: 5px;
    right: 25%;
}

.bg-user {
    background: url(../images/quan-bg.png) no-repeat top center;
    background-size: 100%;
}

.zs {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -15px;
}

.wenhao {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dd-info {
    height: 80px;
    width: 100%;
    margin-top: 15px;
    border-radius: 8px;
}

.dd-info.dfk {
    background: #f7b844;
    background-size: 100%;
}

.dd-info.dfh {
    background: #f7b844;
    background-size: 100%;
}

.dd-info.ywc {
    background: #f7b844;
    background-size: 100%;
}

.dd-info.sh {
    background: #f7b844;
    background-size: 100%;
}

.dd-info.gb {
    background: #f7b844;
    background-size: 100%;
}

.dd-info.ws {
    background: #f7b844;
    background-size: 100%;
}

.btn-grey {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #999;
    border: 1px solid #ddd;
}

.dz-bg {
    background: #fffbf1 url(../images/dz-bg.png) repeat-x bottom left;
    background-size: 65px 2.5px;
    position: relative;
}

.dz-bg:before {
    position: absolute;
    top: 0;
    height: 2px;
    left: 0;
    width: 100%;
    content: '';
    background: #fff url(../images/dz-bg.png) repeat-x top left;
    background-size: 65px 2.5px;
    z-index: 2;
}

.p-hed {
    background: #fff;
    position: relative;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
}

.p-hed:before {
    position: absolute;
    height: 14px;
    width: 4px;
    border-radius: 2px;
    background: #ef8d38;
    content: '';
    left: 15px;
    top: 8px;
}

.yq {
    position: fixed;
    bottom: 4%;
    z-index: 10;
    width: 100%;
}

.guanbi {
    position: absolute;
    right: 5px;
    top: 0px;
}

.border-radius-50 {
    border-radius: 50px !important;
}

.mui-bar-nav.mui-bar .mui-icon {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.bg-jb3 {
    background: -webkit-linear-gradient(left, #f8d68f, #f5bf55);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #f8d68f, #f5bf55);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #f8d68f, #f5bf55);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #f8d68f, #f5bf55);
    /* 标准的语法（必须放在最后） */
}

.bg-jb4 {
    background: -webkit-linear-gradient(left, #ccc, #888888);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #ccc, #888888);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #ccc, #888888);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #ccc, #888888);
    /* 标准的语法（必须放在最后） */
}

.bg-jb5 {
    background: -webkit-linear-gradient(left, #5d5c5c, #424242);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #5d5c5c, #424242);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #5d5c5c, #424242);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #5d5c5c, #424242);
    /* 标准的语法（必须放在最后） */
}

.border-bottom-ee {
    border-bottom: 1px solid #eee;
}

.cj {
    padding: 8px 20px;
    border-radius: 50px;
    color: #fff;
    background: -webkit-linear-gradient(left, #5d5c5c, #424242);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #5d5c5c, #424242);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #5d5c5c, #424242);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #5d5c5c, #424242);
    /* 标准的语法（必须放在最后） */
}

.cj2 {
    padding: 7px 20px;
    background: none;
    border: 1px solid #666;
    color: #333;
}

.jiebang {
    padding: 5px 8px;
    border: 1px solid #f5c25b;
    border-radius: 5px;
    font-size: 12px;
}

.set-yzm {
    background: #ef8d38;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-left: -2px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.position-1 {
    position: absolute;
    width: 80%;
    left: 80px;
    top: 0px;
}

.mui-table-view-chevron .mui-table-view-cell>a:not(.mui-btn) {
    margin-right: -73px;
}

.hed-bg {
    background: #f7b844;
    background-size: 100%;
}

.hed-bg .mui-title {}

.bg-no {
    color: #999 !important;
    background: -webkit-linear-gradient(left, #fbe5b8, #ffda90);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #fbe5b8, #ffda90);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #fbe5b8, #ffda90);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #fbe5b8, #ffda90);
    /* 标准的语法（必须放在最后） */
}

#topPopover {
    position: fixed;
    top: 45px !important;
    right: 6px;
}

#topPopover.mui-popover {
    width: 160px;
    left: auto !important;
    right: 5px;
    border-radius: 5px !important;
}

#topPopover .mui-popover-arrow {
    left: auto;
    right: 6px;
}

#bottomPopover {
    position: fixed;
    bottom: 0;
}

#bottomPopover .mui-popover-arrow {
    display: none;
}

.fapiao-alert {
    position: absolute;
    padding: 20px 15px;
    z-index: 999;
    top: 3px;
    right: 2px;
}

/* 积分商城 */
/*.cj-bg {*/
/*  background: #fff url(../images/cj-hed2.png) no-repeat top center;*/
/*  background-size: 100%; }*/

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active .m-active {
    padding: 5px 10px;
    color: #333;
    border-radius: 50px;
    background: -webkit-linear-gradient(left, #f8d68f, #f5bf55);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #f8d68f, #f5bf55);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #f8d68f, #f5bf55);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #f8d68f, #f5bf55);
    /* 标准的语法（必须放在最后） */
}

.line-height-1 {
    line-height: 1.5;
}

.border-ee {
    border: 1px solid #eee;
}

.arrow-up {
    position: relative;
}

.arrow-up:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -18px;
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px #f6f6f6 solid;
}

.cj-p {
    position: fixed;
    top: 3px;
    right: 3px;
    z-index: 999;
    color: #fff;
}

.mui-badge-outline {
    background: none;
    border: 1px solid #f4bb4e;
}

.cart-all {
    position: fixed;
    bottom: 20px;
    left: 10px;
    width: 96px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: #fff;
    line-height: 1.3;
    z-index: 9;
}

.btn-1 {
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

/*# sourceMappingURL=style.css.map */
.mui-table-view-cell>a:not(.mui-btn).mui-active {
    background-color: transparent;
}

.notice-alert-title {
    background: url('../images/ticket_rule.png');
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
}

.defautl-msg-img {
    height: 30px;
    width: auto;
    border-radius: 5px;
}