@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/* 去除iPhone中默认的input样式 */

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    -webkit-appearance: none;
    resize: none;
}


/* 取消链接高亮  */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* 图片自适应 */

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}


/* 初始化 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font: normal 14px/1.5 Tahoma, "Lucida Grande", Verdana, "Microsoft Yahei", STXihei, hei;
}

em,
i {
    font-style: normal;
}

strong {
    font-weight: normal;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: '微软雅黑', Microsoft YaHei, Tahoma, Arial, sans-serif;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: "微软雅黑";
}

img {
    border: none;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-family: "微软雅黑";
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*组件css修改 picker*/

.toolbar .picker-button {
    color: rgb(46, 143, 255);
}

.weui-picker-modal .picker-items-col.picker-items-col-center {
    margin: 0 40px;
}

.load {
    margin: 0.879rem auto!important;
}

.weui-loadmore {
    margin: 0!important;
    color: #666;
    width: 100%;
}


/*switch*/

.weui-switch-cp__input:checked~.weui-switch-cp__box,
.weui-switch:checked {
    background-color: #2e8fff;
    border-color: #2e8fff;
}

.weui-switch,
.weui-switch-cp__box {
    height: 1.125rem;
    width: 2.25rem;
}

.weui-switch-cp__box:before,
.weui-switch:before {
    height: 1.037rem;
    width: 2.162rem;
}

.weui-switch-cp__box:after,
.weui-switch:after {
    height: 0.985rem;
    width: 0.985rem
}

.weui-switch-cp__input:checked~.weui-switch-cp__box:after,
.weui-switch:checked:after {
    -webkit-transform: translateX(1.125rem);
    transform: translateX(1.125rem);
}

.weui-cell_switch {
    padding: 0;
}

.toolbar,
.toolbar .title {
    font-size: .8rem;
}


/*datatimepick*/

.date_btn_box {
    display: flex!important;
    justify-content: space-between;
}

.date_btn_box div {
    font-weight: normal;
    font-size: 0.703rem;
    color: rgb(46, 143, 255);
}

.date_btn_box div.lcalendar_cancel {
    color: #666;
}

.gearDate .date_btn_box::after {
    display: none!important;
}

.gearDate .date_btn_box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.ym_roll>div:nth-child(1) .date_grid>div {
    right: 2em;
}

.ym_roll>div:nth-child(2) .date_grid>div {
    right: 2em;
}

.gearDate .tooth {
    font-weight: normal;
}

.gearDate .date_grid {}

.gearDate .ym_roll>div .gear,
.time_roll>div .gear {
    text-indent: 0;
}

.gearDate .date_grid>div {
    font-weight: normal;
}

.weui-picker-container .weui-cell__bd {
    flex: 2;
}


/**/

.weui-cell {
    padding: 12px 15px;
}

.weui-cells .weui-cell__ft {
    font-size: 0.70rem;
}

.weui-swiped-btn {
    padding: 10px 1.1rem;
}

.weui-dialog__hd {
    padding: .6rem 1.6rem .5rem;
}

.weui-dialog__bd {
    font-size: 0.75rem;

}

.weui-dialog__ft .weui-dialog__btn {
    font-size: 0.80rem;
}

.weui-dialog__ft .weui-dialog__btn:first-child {
    color: #666;
}
.weui-prompt-input{
   height: 1.6rem;
   font-size: 0.66rem;
   width: 90%;
   border-radius: 0;
}
.weui-dialog__ft .weui-dialog__btn:last-child {
   
    color: #2e8fff
}

.weui-toast {
    /* min-height: 7.1em; */
}

.weui-cells_checkbox .weui-icon-checked::before {
    font-size: 0.75rem;
}

/**/
.swiper-container-horizontal>.swiper-scrollbar{
    top: 0;
}


.swiper-scrollbar-drag{
    background: rgba(46, 143, 255,.5);
}

.weui-cells_checkbox .weui-check:checked + .weui-icon-checked::before{
    color: #2e8fff;
}
/**/
.weui-uploader__file,.weui-uploader__input-box{
    width: 3.9rem;
    height: 3.9rem;
    margin: 0;

}
.weui-uploader__file{
    margin:0 0.61rem 0.61rem 0;
    border: 1px solid #d9d9d9;
}

.uploadfile-view .weui-cell{
    padding: 0.61rem;
    
}
.size-pice-total .weui-count .weui-count__increase{
    text-align: center;
}


.weui-toptips{
    z-index: 9999;
    
}
.weui-grids::after{
    display: none;
}

