﻿/*weui-patch*/
.weui-article {
    padding: 1em;
    font-size: 1em;
    line-height: 1.8;
}
.weui-dialog__btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #3cc51f;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
	padding:.1em 0;
}
.weui-input,.weui-textarea {
	background-color:#f7f7f7;
	padding:2vw 0;
	text-indent:2vw;
	border-radius:.7vw;
}
.weui-cell {
    padding:.5em;
    font-size:1em;
}
.weui-cell:before {
    left: 2vw;
	right:2vw;
}
.weui-cells {

	margin-top:0;
}

.weui-label {
	width:inherit;
	text-align: center;
  margin-right: .6em;
}
.weui-cells__title {
	background-color:#FFF;
    margin-top:0;
    margin-bottom:0;
    padding-left: 3vw;
    padding-right: 4vw;
	padding-top:.5em;
	padding-bottom:.5em;
    color: #888;
    font-size: 1em;
}
.weui-vcode-btn {
    display: inline-block;
    padding: 0;
    line-height: inherit;
    font-size: 4vw;
    color: #FFF;
}
button.weui-vcode-btn {
	background-color:#3cc51f;
    border: 0;
	padding:1.5VW 2vw;
	border-radius:.8vw;
}
.weui-vcode-btn, .weui-vcode-img {
    margin-left: 5px;
    height: inherit;
}
button.weui-vcode-btn:active {
	color: #FFF;
	background-color:#2c8d17;
}
.weui-dialog__hd {
	padding: .3em 0;
	border-bottom:1px solid #C6C6C6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#c8c8c8));

}
.weui-dialog__title {
	color:#666;
}
.weui-dialog__bd {
    padding:5vw 2vw;
    min-height: inherit;
    font-size: 4.5vw;
    line-height: 1.5;
    color: #555;
}

.weui-textarea-counter { color:#555;}
.weui-textarea-counter span.warning { color:#F00;}
.weui-btn {
	padding:.6em 0;
    box-sizing: border-box;
    font-size: 4.5vw;
    line-height: 1.41176471;
    border-radius: 1vw;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
}

.weui-panel {
    background-color: #fff;
    margin-top: 1em;
    position: relative;
    overflow: hidden;
}
.weui-media-box_appmsg .weui-media-box__hd {
	background-color:#f0f0f0;
	position:absolute;
	top:50%;
	left:1em;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
    width: 4em;
	height: 4em;
	border-radius:2px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;

}
.weui-media-box { padding:1em;}
.weui-media-box_appmsg .weui-media-box__hd img {
	display:none;
}
.weui-media-box_appmsg .weui-media-box__bd {
	margin-left:0em;
}
.weui-media-box__title {
	color:#444;
    font-weight: 400;
    font-size: 4.5vw;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
}
.weui-media-box__desc {
    color: #666;
    font-size: 4vw;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xpage .weui-popup__modal{
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.xpage.weui-popup__container--visible .weui-popup__modal {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.weui-panel__hd:after {left: 0;}

.weui-msg__icon-area {
    margin-bottom: 5vw;
}
.weui-icon_msg.mini {
    font-size: inherit;
}
.weui-msg__title {
    margin-bottom: 2vw;
    font-weight: 400;
    font-size: 5vw;
}
.weui-msg__desc {
	font-size: 4.5vw;
    color: #888;
}
.weui-footer__link {
    display: inline-block;
    vertical-align: top;
    margin: 0 .62em;
    position: relative;
    font-size: 4.5vw;
}
.weui-footer__text {
    padding: 0 .34em;
    font-size: 4vw;
}
.weui-tabbar__item {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 2vw 0 0;
    font-size: 0;
    color: #999;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.weui-badge {
    display: inline-block;
    padding: .15em .4em;
    min-width: 2vw;
    border-radius: 3vw;
    background-color: #e64340;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-size: 3vw;
    vertical-align: middle;
}
.weui-tabbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    z-index: 500;
    bottom: 0;
    width: 100%;
    background-color: #f7f7fa;
}
.weui-tabbar__icon {
    display: inline-block;
    width: 6vw;
    height: 6vw;
}
.weui-tabbar__label {
    text-align: center;
    color: #666;
    font-size: 3.8vw;
    line-height: 1.8;
}
.weui-btn_mini {
    display: inline-block;
    padding: 0 .5em;
    line-height: 2.3;
    font-size: .8em;
}
.weui-grid__icon {
    width: 2.3em;
    height: 2.3em;
    margin: 0 auto;
}
.weui-footer, .weui-grid__label {
    text-align: center;
    font-size: 1em;
	color:#333;
}
.weui-btn_primary:not(.weui-btn_disabled):visited,.weui-btn_primary:not(.weui-btn_disabled):link {
    color: #fff;
}
/*weui-patch end*/

.demos-header {
    padding: 1em 0;
}
.demos-title {
    text-align: center;
    font-size: 1.5em;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}
.weui-actionsheet {
    background-color: #FFF;
	font-size: 1.2em;
}
.weui-actionsheet .weui-actionsheet__title {
    padding: .8em;
    text-align: left;
    font-size: inherit;
    color: inherit;
    background-color: inherit;
    position: relative;
}
.weui-actionsheet .weui-actionsheet__title:after {
	border-top: 1px solid #ddd;
    color: #ddd;
}
.weui-actionsheet__cell:before {
    border-top: 1px solid #ddd;
    color: #ddd;
}
.weui-actionsheet__menu {
    background-color: inherit;
}
.weui-actionsheet__action {
    margin-top: inherit;
    background-color: transparent;
	position:absolute;
	top:0;
	right:0;
}
.weui-actionsheet__action .weui-actionsheet__cell.weui-actionsheet_cancel {
	padding: .8em .5em;
    font-size: inherit;
	overflow:hidden;
	text-indent:-200%;
}
.weui-actionsheet__action .weui-actionsheet__cell.weui-actionsheet_cancel:after {
	content:" ";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:url(../Images/icon_close.png) no-repeat center;
	background-size:45%;

}

.weui-search-bar__box .weui-search-bar__input {
    padding: .2em 0;
    width: 100%;
    height: 1.42857143em;
    border: 0;
    font-size: 1em;
    line-height: 1.42857143em;
    box-sizing: content-box;
    background: transparent;
}
.weui-search-bar__label {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    z-index: 2;
    border-radius: 3px;
    text-align: center;
    color: #9b9b9b;
    background: #fff;
}
.weui-search-bar.weui-search-bar_focusing .weui-search-bar__cancel-btn,.weui-search-bar.weui-search-bar_focusing .weui-search-bar__submit-btn {
      display: block;
  }
.weui-search-bar__cancel-btn,.weui-search-bar__submit-btn {
      display: none;
      margin-left: 1em;
      line-height: 28px;
      color: #09bb07;
      white-space: nowrap;
  }
a.weui-search-bar__cancel-btn { color:#888;}
a.weui-search-bar__submit-btn { color:#09bb07;}

/*form.asp*/
.pgtopbar { background-color:#FFF; position:relative; padding:3vw 0 3vw 15%; margin-bottom:0; border-bottom:1px solid #e8e8e8;}
.pgtopbar a.exit { display:block; position:absolute; left:0; top:0; bottom:0; right:85%; }
.pgtopbar p { text-indent:.5em; border-left:1px solid #e0e0e0;}
.pgtopbar a.exit:before { content:" "; display:block; position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); width:8vw; height:8vw; background:url(../images/back.png) no-repeat; background-size:contain; background-position:center;}
.pgtopbar a.exit:active { background-color:#f0f0f0;}
.pgtopbar a.trnav { position:absolute; top:50%; right:.8em; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); display:inline-block; color:#0C0; font-size:.9em; cursor:pointer; padding:.4em;}



.squi-radio label.weui-cell__bd {margin:0 .2em; background-color:#e0e0e0; overflow:hidden; border-radius:1vw; max-width:25vw;}
.squi-radio label.weui-cell__bd span.checked-bg { position:relative; display:block; text-align:center; padding:2vw 0;}
.squi-radio label.weui-cell__bd span.checked-bg p {}
.squi-radio label.weui-cell__bd span.checked-bg.icon:before { content:" "; display:block; position:absolute; width:25%; height:0; padding-bottom:25%; left:20%; top:50%; transform:translate(0,-50%); background:url(../images/icon_sex.png) no-repeat; background-size:200% auto;}
.squi-radio label.weui-cell__bd span.checked-bg.icon p { padding-left:30%;}
.squi-radio label.weui-cell__bd span.checked-bg.icon.male:before { background-position:0 0;}
.squi-radio label.weui-cell__bd span.checked-bg.icon.female:before { background-position:100% 0;}
.squi-radio label.weui-cell__bd input:checked + span.checked-bg {background-color:#38aff3; color:#FFF;}
.squi-radio label.weui-cell__bd input:checked + span.checked-bg.icon.male:before {background-position:0 100%;}
.squi-radio label.weui-cell__bd input:checked + span.checked-bg.icon.female:before {background-position:100% 100%;}

.cellTitle { padding:.4em .8em; border-bottom:1px solid #ddd;}
.cellTitle span { color:#999;}


.weui-uploader .weui-uploader__file { position:relative;}
.weui-uploader .del {cursor:pointer; display:inline-block; overflow:hidden; background-color:rgba(0,0,0,.6); text-align:center; padding:1vw; position:absolute; bottom:0; right:0;}
.weui-uploader .del div { width:6vw; height:6vw; background:url(../images/icon.png) no-repeat; background-size:500% auto; background-position:75% 50%;}
.weui-uploader .del:active {}

.weui-uploader.bigimg .weui-uploader__bd {margin-right: 0;margin-bottom:4vw;}
.weui-uploader.bigimg .weui-uploader__input-box { width:90vw; height:50vw; margin-right:0;margin-bottom:0;}
.weui-uploader.bigimg .weui-uploader__file {width:90vw; height:50vw; margin-right:0; margin-bottom:0;}

.weui-form-preview {
    position: relative;
    background-color: #fff;
	margin-bottom:10vw;
}
.weui-form-preview__hd {
    position: relative;
    padding: 2vw 4vw;
    text-align: right;
    line-height: 2em;
	background-color:#f9f9f9;
}
.weui-form-preview__label {
    float: left;
    margin-right: 1em;
    min-width: 4em;
    color: #666;
    text-align: justify;
    text-align-last: justify;
}
.weui-form-preview__hd .weui-form-preview__value {
    font-style: normal;
    font-size: 5vw;
}

.weui-form-preview__bd {
    padding: 2vw 4vw;
    font-size: 1em;
    text-align: right;
    color: #333;
    line-height: 2;
}

.weui-form-preview__bd .weui-form-preview__item {
	border-bottom:1px dashed #f0f0f0;
}
.weui-form-preview__bd .weui-form-preview__item:last-child {
	border-bottom:0;
}



.weui-photo-browser-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index:999;
}
.weui-photo-browser-modal.weui-photo-browser-modal-visible {
  opacity: 1;
}
.weui-photo-browser-modal .swiper-container {
  height: 100%;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.weui-photo-browser-modal .swiper-container .swiper-pagination-bullet {
  background: white;
  visibility: hidden;
}
.weui-photo-browser-modal .swiper-container.swiper-container-visible {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.weui-photo-browser-modal .swiper-container.swiper-container-visible .swiper-pagination-bullet {
  visibility: visible;
  -webkit-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.weui-photo-browser-modal .swiper-container .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.weui-photo-browser-modal .photo-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.weui-photo-browser-modal .photo-container img {
  max-width: 100%;
  margin-top: -30px;
}
.weui-photo-browser-modal .caption {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  padding: 0 12px;
  min-height: 3rem;
  font-size: 14px;
  z-index: 10;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  opacity: 0;
}
.weui-photo-browser-modal .caption .caption-item {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}
.weui-photo-browser-modal .caption .caption-item.active {
  display: block;
  opacity: 1;
}
.weui-photo-browser-modal .swiper-container-visible .caption {
  opacity: 1;
}
