::-webkit-scrollbar { display: none; }
@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Framework7Icons-Regular.eot");
  src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
       url("../fonts/Framework7Icons-Regular.woff") format("woff"),
       url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}
.f7-icons {
    font-family: 'Framework7 Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    text-align: center;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.page{-webkit-transform:none;transform: none;}
img{max-width:100%;}
.page.home,.page.edit,.page.unid {
	background: #fff;
	background-size: 100%
}
ul,li{list-style:none;}
.page.index{background-color:#fff;}
.home-swiper{width:100%;height:48.375vw;background-color:#fff;}
.home-swiper .swiper-slide {
  width: 86%;
  color: #fff;
  -webkit-backface-visibility: hidden;
  font-size: 25px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-color: #fff;
  background-repeat:no-repeat;
  background-position:center center;
}
.icons{background-color:#fefefe; padding:0 15px;height:0;overflow: hidden; border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;}
.icons .swiper-pagination{bottom:5px;}
.icons-swiper{width:100%; padding:20px 0 15px 0;}
.icons-swiper a{display:block;text-align:center;}
.icons-swiper img{width:10vw;height:10vw;max-width:36px;max-height:36px;}
.icons-swiper p{margin:0 auto; color:#333; font-size:12px;}
.index .banner{background-color:#f2f2f2;padding:5px; border-top:1px solid #eee; border-bottom:1px solid #eee;min-height:25vw;line-height:25vw;}
.index .banner a{display:grid;text-align:center;}
.index .banner img{width:100%; max-height:30vw;}
.block.icons{margin:20px 0;text-align:center;}
.infos-swiper{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; padding:10px 0;
  background:url(../img/icon/bulletin.png) 15px center no-repeat #fff;
  background-size:48px;}
.info-swiper{width:100%;height:48px;}
.info-swiper .swiper-wrapper{width:calc(100vw - 90px); margin:0 15px 0 75px;}
.info-swiper .swiper-slide {
	line-height:24px;
	overflow:hidden;
}
.searchbar-visible-button{
    font-size: 17px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #007aff;
    display: block;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0 3px 0 11px;
    width: auto;
}
.item-title.stores{font-weight:480;}
.item-title.stores span{font-size:14px;font-weight:400;}
#swiper_2 a{color:#222;}
.ios .block-title.lastest{font-weight:500;color:#000;font-size:17px;line-height:20px;margin:15px 15px 10px;}
.ios .block-title.lastest a{float:right;color:#aaa; font-size:20px;margin-right:5px;}
.swiper-container-3d .swiper-slide-shadow-right{
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));
background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2),rgba(0,0,0,0));
background-image: linear-gradient(to right,rgba(0,0,0,.2),rgba(0,0,0,0));border-radius:10px;}
.swiper-container-3d .swiper-slide-shadow-left{
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));
background-image: -webkit-linear-gradient(right,rgba(0,0,0,.2),rgba(0,0,0,0));
background-image: linear-gradient(to left,rgba(0,0,0,.2),rgba(0,0,0,0));border-radius:10px;}
.ios .list{margin-top:10px;}
.list.ehead .item-media{ padding:0; margin:15px 10px; width:72px; height:72px; border-radius:50%; background-position:center center; background-size:cover;
  background-repeat:no-repeat;}
.list.ehead .item-text{padding:8px 0;max-height:120px;color: #444;}
.list.ehead .item-text p{font-size:14px;margin:0;height:23px;line-height:23px;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.list.ehead .item-text p span{color: #8e8e93;}
.ebtn img{width:60%;max-width:64px;}
.ebtn p{margin:5px 0;}
.ebtn li{margin-bottom:10px; text-align:center; font-size:14px;}
.ebtn li a{color:#333;}
.list.ebtn ul.block{margin:10px 0;}
.list.ebtn ul:before{display:none;}
.list.ebtn ul ul{padding-left:0;}
.page.home .block-footer,.page.edit .block-footer,.page.unid .block-footer{background:#fff;margin:0;padding:90px 0 15px 0;}
.ios .dialog.dialog-preloader{width:64px;margin-left:-32px;}
.ios .dialog.dialog-preloader .dialog-title{display:none;}
.ios .dialog.dialog-preloader .preloader{margin:0;}
.bg-404{background:url('../img/404bg.png') center 60px no-repeat #fff; background-size:contain; padding-top:300px;text-align: center;}
.page404 a.back{ width:100%; display:block;padding:0;text-align: center;color: #333;line-height: 44px; font-size:17px; font-weight:600;}
.bot {
	position: absolute;
	bottom: -1px;
	width: 0;
	height: 0;
	border-bottom: 25vw solid #fff;
	border-left: 100vw solid transparent;
	z-index: 2
}
.head {
	width: 100%;
	height: 65vw;
	background-size: cover;
	position: relative;
	margin-bottom: 60px;
	background-position: center center;
	background-repeat: no-repeat
}
.vr360{position:relative;}
.vr360 .vr{position:absolute;right:10px;top:10px; width:36px;}
.vr360 .vr img{width:100%;}
.aidtitle {
	position: absolute;
	z-index: 5;
	text-align: center;
	bottom: -40px;
	right: 15px;
	left: 15px;
	font-weight: 700;
	color: #F6E008;
	background-image: -webkit-gradient(linear,1 1,1 bottom,from(rgba(245, 56, 21,1)),to(rgba(246, 224, 8,.4)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.block-table{background-color:#fff;border-collapse: collapse;}
.block-table td{min-width:60px;padding:3px 8px;}
.content-block{min-height:calc(100vh - 147px); position:relative;}
.content-block .block-footer{position:absolute; width:100%; bottom:0;}
div.item-media {width:64px; height:64px;margin:10px 0;padding:0;background-position:center center;background-size:cover;background-repeat:no-repeat; border-radius:5px;}
.list.media-list{margin:15px 0;}
.avatar{margin:0px auto; padding:15px 0;}
.avatar img{width:25vw;height:25vw; border-radius:50%;}
.avatars{padding:15px 0 10px 10px; text-align:center;font-size:14px;}
.avatars img{display:block;width:75%;margin:0 auto;}
.avatars p{margin:8px 0 0 0;}
.block-content{padding:13px 10px;font-size:15px;color:#666;}
.block-content p{margin:0;line-height:170%;font-size:15px;color:#333;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.block-content p span{font-weight:bold;}
.login .page-content{padding-top:50px;}
.login .item-title.item-label{text-align:center;}
.caution{text-align:center;}
.webcam {
	position: absolute;
	bottom: -10px;
	left: 36px;
	width: 72px;
	height: 72px;
	z-index: 5
}
div.lazy {
  background-color: #aaa;
}
.ios .data-table td, .ios .data-table th{padding:0 5px;}
#datatable{min-height: 88px;position: relative;}
#datatable .data-table{background-color: #fff;}
.ios .infinite-scroll-preloader{padding:15px 0 35px 0;margin:0 auto;text-align:center;display: block;color: #aaa;font-size: 14px;}
.webcam img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 4px solid rgba(78,85,100,.3)
}
.media-list .item-title.corrected{color:#777;font-weight:normal;}
.item-title span{color:grey;}
.list .f7-icons.corrected{font-size:15px; width:25px;height:18px;}
.feedback {
	position: absolute;
	bottom: -10px;
	left: 36px;
	width: 72px;
	height: 72px;
	z-index: 5
}

.feedback img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 4px solid rgba(255,255,255,.5)
}
.ios .block-title{margin:25px 15px 10px;}
.arrow_box {
	font-size: 14px;
	position: relative;
	background: rgba(255,255,255,0.8);
	border-radius: 20px;
	padding: 10px 0;
	text-align: center;
	width: 80px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.hide{display:none;}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: rgba(255,255,255,0.8);
	border-width: 10px;
	margin-left: -10px;
}

.fbtip {
	position: absolute;
	bottom: 73px;
	left: 32px;
	z-index: 5;
	-webkit-animation: tips 1s infinite;
}
.hstip {
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 5;
}
.hstip a{
	color:#fff;
	display:block;
	font-size: 14px;
	background: #007AFF;
	border-radius: 20px 0 0 20px;
	padding: 10px 15px 10px 20px;
	text-align: center;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.buttons{
	padding:15px;
}
.ios .block-footer{padding:35px 0 10px 0;margin:0;text-align:center;}
.toolbar.buttons{
	height:auto;
	background:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.toolbar.buttons .button.button-big{
	font-size:15px;
	height:38px;
	line-height:36px;
}
.uploader__input-box {
    float: left;
    position: relative;
    margin-right: 12px;
    margin-bottom: 12px;
    width: 62px;
    height: 62px;
    border: 1px solid #ddd;
    border-radius:4px;
}
.uploader__input-box:before {
    width: 2px;
    height: 32px;
}
.uploader__input-box:after {
    width: 32px;
    height: 2px;
}
.uploader__input-box:before, .uploader__input-box:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ddd;
}
.uploader__file .prev{height: 40px;width:100%;display: block;position: absolute;top: 0;border-radius:  4px 4px 0 0;}
.uploader__file .prev_,.uploader__file .prev.prev_{height: 100%;width:100%;display: block;position: absolute;top: 0;border-radius:  4px;}
.uploader__file .del{height: 24px;line-height: 24px;width:100%; background:rgba(0,0,0,0.6); text-align:center; color:#fff;display: block;position: absolute;bottom: 0;font-size: 14px;border-radius: 0 0 4px 4px;}
.cells_form input, .cells_form textarea, .cells_form label[for] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.uploader__input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ios .list ul ul.uploader__files{padding-left:0;}
.uploader__file {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    width: 64px;
    height: 64px;
    border-radius:4px;
    background: no-repeat center center;
    background-size: cover;
}
.smarts .list .item-title{font-size:14px;white-space: normal;}
.smarts .item-divider{color:#000; font-weight:bold;padding: 10px 15px;background: #f0f0f0;}
.smarts ul li:first-child i{display:none;}
.ios .list .smarts_ .item-after{font-size:14px;flex-shrink: unset;white-space: normal;padding:8px 0;}
@-webkit-keyframes tips {
	0% {
		bottom: 73px;
	}

	50% {
		bottom: 80px;
	}

	100% {
		bottom: 73px;
	}
}
.ios .simple-list li {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 44px;
    height: 44px;
}
.list.simple-list li {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.mores {
    text-align: center;
    padding: 10px 0;
    display: block;
}
.ios .popover .list:first-child li:first-child, .ios .popover .list:first-child li:first-child a, .ios .popover .list:first-child li:first-child>label{border-radius:0;}
.smart-select-popover .popover-inner{border-radius:13px;}
hr{border-bottom:0; border-color:#ddd; border-right:0; border-right:0; border-style:solid;}