 html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; -webkit-overflow-scrolling: touch;  }
	body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0; -webkit-overflow-scrolling: touch; font-size: 1.6rem; line-height: 1.5; background: #f8f8f8; }

	.H-display-none-important { display: none !important; }
	.H-position-relative { position: relative; }
	.H-display-block { display: block; }
	.H-overflow-hidden { overflow: hidden; }
	.H-outline-none { outline-width: 0; }
	.H-line-height-0 { line-height: 0; }
	.H-line-height-normal { line-height: normal; }
	.H-theme-background-color-white { background-color: white; }
	
	.H-float-left { float: left; }
	.H-float-right { float: right; }
	.H-float-none { float: none; }
	.H-clear-both { clear: both; }
	
	.H-box-sizing-border-box { box-sizing: border-box; -webkit-box-sizing: border-box; }
	.H-box-sizing-content-box { box-sizing: content-box; -webkit-box-sizing: content-box; }
	
	.H-horizontal-center { display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; display: box; box-orient: horizontal; box-pack: center; }
	.H-horizontal-left { display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: start; display: box; box-orient: horizontal; box-pack: start; }
	.H-horizontal-right { display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: end; display: box; box-orient: horizontal; box-pack: end; }
	.H-flexbox-vertical { display: box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-flex-flow: column; flex-flow: column; height: 100%; -webkit-flex-direction: column; flex-direction: column; box-sizing: border-box; -webkit-box-sizing: border-box; }
	.H-flexbox-horizontal { display: box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-flex-flow: row; flex-flow: row; width: 100%; -webkit-flex-direction: row; flex-direction: row; box-sizing: border-box; -webkit-box-sizing: border-box; }	
	.H-flex-flow-row-nowrap { flex-direction: row; flex-wrap: nowrap; -webkit-flex-direction: row; -webkit-flex-wrap: nowrap; }
	.H-flex-item { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; box-sizing: border-box; -webkit-box-sizing: border-box; }
	.H-horizontal-center { display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; display: box; box-orient: horizontal; box-pack: center; }	
	.H-center-all { display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; -webkit-box-align: center; display: box; box-orient: horizontal; box-pack: center; box-align: center; }
	.H-border-radius-3{ border-radius: 3px; -webkit-border-radius: 3px; }
	.H-border-radius-5-top-both { border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; }
	.H-border-radius-5 { border-radius: 5px; -webkit-border-radius: 5px; }
	.H-border-radius-5-after:after { border-radius: 5px; -webkit-border-radius: 5px; }
	.H-border-radius-15 { border-radius: 15px; -webkit-border-radius: 15px; }
	.H-border-radius-15-after:after { border-radius: 15px; -webkit-border-radius: 15px; }
	.H-border-radius-circle { border-radius: 50%; -webkit-border-radius: 50%; }
	.H-border-radius-circle-after:after { border-radius: 50%; -webkit-border-radius: 50%; }
	
	.H-margin-5 { margin: 5px;}
	.H-margin-10 { margin: 10px;}
	.H-margin-horizontal-both-15 { margin-left: 15px; margin-right: 15px; }
	.H-margin-horizontal-both-10 { margin-left: 10px; margin-right: 10px; }
	.H-margin-horizontal-both-5 { margin-left: 5px; margin-right: 5px; }
	.H-margin-horizontal-both-7 { margin-left: 7px; margin-right: 7px; }
	.H-margin-vertical-both-10 { margin-top: 10px; margin-bottom: 10px; }
	.H-margin-horizontal-left-5 { margin-left: 5px; }
	.H-margin-horizontal-left-10{ margin-left: 10px; }
	.H-margin-vertical-bottom-10 { margin-bottom: 10px; }
	.H-margin-vertical-top-10 { margin-top: 10px; }
	.H-padding-3 { padding: 3px; }
	.H-padding-5 { padding: 5px; }
	.H-padding-10 { padding: 10px; }
	.H-padding-horizontal-both-5 { padding-left: 5px; padding-right: 5px; }
	.H-padding-horizontal-both-10 { padding-left: 10px; padding-right: 10px; }
	.H-padding-horizontal-both-15 { padding-left: 15px; padding-right: 15px; }
	.H-padding-horizontal-both-20 { padding-left: 20px; padding-right: 20px; }
	.H-padding-vertical-both-5 { padding-top: 5px;padding-bottom: 5px; }
	.H-padding-vertical-both-10 { padding-top: 10px;padding-bottom: 10px; }
	.H-padding-vertical-both-20 { padding-top: 20px;padding-bottom: 20px; }
	.H-padding-vertical-top-5 { padding-top: 5px; }
	.H-padding-vertical-top-10 { padding-top: 10px; }
	
	.H-padding-vertical-bottom-5 { padding-bottom: 5px; }
	.H-padding-vertical-bottom-10 { padding-bottom: 10px; }
	.H-padding-horizontal-left-5 {padding-left: 5px;}
	.H-padding-horizontal-right-5 {padding-right:5px;}
	.H-padding-horizontal-left-10 {padding-left: 10px;}
	.H-padding-horizontal-right-10 {padding-right:10px;}
	
	.H-outline-none { outline-width: 0; }
	.H-border-none { border-width: 0; outline-width: 0; }
	
	.H-theme-background-color-transparent { background-color: rgba(0,0,0,0); }
	
	
	.H-width-100-percent { width: 100%; }
	.H-height-100-percent { height: 100%; }

	.H-font-size-10 { font-size: 1rem; }
	.H-font-size-11 { font-size: 1.1rem; }
	.H-font-size-12 { font-size: 1.2rem; }
	.H-font-size-13 { font-size: 1.3rem; }
	.H-font-size-14 { font-size: 1.4rem; }
	.H-font-size-15 { font-size: 1.5rem; }
	.H-font-size-16 { font-size: 1.6rem; }
	.H-font-size-18 { font-size: 1.8rem; }
	.H-font-size-20 { font-size: 2rem; }
	.H-font-size-22 { font-size: 2.2rem; }
	.H-font-size-24 { font-size: 2.4rem; }
	.H-font-size-26 { font-size: 2.6rem; }
	
	.H-font-weight-bold { font-weight: bold; }
	.H-font-weight-normal { font-weight: normal; }
	.H-font-weight-500 { font-weight: 500; }
	.H-font-weight-600 { font-weight: 600; }

	/* ÎÄ±¾¶ÔÆë */
	.H-text-align-center { text-align: center; }
	.H-text-align-left { text-align: left; }
	.H-text-align-right { text-align: right; }

	.H-text-show-row-1, .H-text-show-row-2, .H-text-show-row-3, .H-text-show-row-4, .H-text-show-row-5 { overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; word-wrap: break-word; white-space: normal !important; -webkit-box-orient: vertical; }
	.H-text-show-row-1 { line-clamp: 1; -webkit-line-clamp: 1; }
	.H-text-show-row-2 { line-clamp: 2; -webkit-line-clamp: 2; }
	.H-text-show-row-3 { line-clamp: 3; -webkit-line-clamp: 3; }
	.H-text-show-row-4 { line-clamp: 4; -webkit-line-clamp: 4; }
	.H-text-show-row-5 { line-clamp: 5; -webkit-line-clamp: 5; }
	
	.H-touch-active { }
	.H-touch-active:active { background: #f4f4f4; }
	
	
	/*ÇÐ»»»¬¿é*/
	.H-switch { -webkit-touch-callout: none; cursor: pointer; overflow: hidden; width: 46px; height: 26px; border: 1px solid #dddddd; box-shadow: #dfdfdf 0 0 0 0 inset; border-radius: 13px; background-clip: content-box; -webkit-appearance: none; -webkit-user-select: none; outline: none; transition: border cubic-bezier(0, 0, 0, 1) 0.2s, box-shadow cubic-bezier(0, 0, 0, 1) 0.2s; -webkit-transition: border cubic-bezier(0, 0, 0, 1) 0.2s, box-shadow cubic-bezier(0, 0, 0, 1) 0.2s; }
	.H-switch:before { width: 24px; height: 24px; position: absolute; top: 0; left: 0; border-radius: 13px; -webkit-border-radius: 13px; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); content: ''; transition: left 0.2s; -webkit-transition: left 0.2s; text-transform: uppercase; }
	.H-switch:checked { transition: border ease 0.2s, box-shadow ease 0.2s, background-color ease 0.6s; -webkit-transition: border ease 0.2s, box-shadow ease 0.2s, background-color ease 0.6s; }
	.H-switch:checked:before { left: 20px; transition: left 0.2s; -webkit-transition: left 0.2s; }
	.H-switch.theme-font-green:checked { border-color: rgba(27, 196, 125); box-shadow: rgba(27, 196, 125) 0 0 0 26px inset; background-color: rgba(27, 196, 125); }
	
	.H-checkbox, .H-radio { cursor: pointer; -webkit-touch-callout: none; width: 22px; height: 22px; text-align: center; line-height: 22px; border: 1px solid #dddddd; box-shadow: #dfdfdf 0 0 0 0 inset; background-clip: content-box; -webkit-appearance: none; -webkit-user-select: none; outline: none; transition: border cubic-bezier(0, 0, 0, 1) 0.2s, box-shadow cubic-bezier(0, 0, 0, 1) 0.2s; -webkit-transition: border cubic-bezier(0, 0, 0, 1) 0.2s, box-shadow cubic-bezier(0, 0, 0, 1) 0.2s; background: transparent; }
	.H-checkbox.H-theme-background-color-white, .H-radio.H-theme-background-color-white { background: white; }
	.H-checkbox:checked, .H-radio:checked { transition: border ease 0.2s, box-shadow ease 0.2s, background-color ease 0.6s; -webkit-touch-callout: none; -webkit-transition: border ease 0.2s, box-shadow ease 0.2s, background-color ease 0.6s; }
	.H-checkbox:checked:before, .H-radio:checked:before { width: 22px; height: 22px; line-height: 22px; content: '\2713'; -webkit-touch-callout: none; }
	.H-checkbox.H-checkbox-fill.H-theme-font-color9:checked, .H-radio.H-radio-fill.H-theme-font-color9:checked { color: #fff; border-color: #5cb85c; box-shadow: #5cb85c 0 0 0 26px inset; background-color: #5cb85c; }
	
	.H-theme-background-color6 { background-color: #337ab7; }
	.H-theme-background-color6-click:active { background-color: #266dab; }
	
	.H-text-show-row-1, .H-text-show-row-2, .H-text-show-row-3, .H-text-show-row-4, .H-text-show-row-5 { overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; word-wrap: break-word; white-space: normal !important; -webkit-box-orient: vertical; }
	.H-text-show-row-1 { line-clamp: 1; -webkit-line-clamp: 1; }
	.H-text-show-row-2 { line-clamp: 2; -webkit-line-clamp: 2; }
	.H-text-show-row-3 { line-clamp: 3; -webkit-line-clamp: 3; }
	.H-text-show-row-4 { line-clamp: 4; -webkit-line-clamp: 4; }
	.H-text-show-row-5 { line-clamp: 5; -webkit-line-clamp: 5; }
	
	
	body{
		height:100%;
		width:100%;
		margin: 0;
		padding: 0;
		background-color:rgba(233,233,234);
	}
	
	.page-main-title{
		font-size:45px;
	}
	
	.is-link-button{
	
	  -webkit-user-drag: none;
	  user-select: none;
	  -moz-user-select: none;
	  -webkit-user-select: none;
	  -ms-user-select: none;
	  text-decoration:none;
	}
	.editor-header {
	 	margin:0 auto;position:fixed;top:0;
	    top: 0;
	    width: 100%;
	    border-bottom: 1px solid rgba(233, 233, 234);
	    /*
	    border-style: solid;
	    border-bottom-width: 1px;    
	    border-bottom-color: rgba(233, 233, 234);*/
	    background-color: #ffffff;
	    padding-left: 32px;
	    padding-right: 32px;
	    padding-bottom: 8px;
	    padding-top: 8px;
	    /*padding-top:calc(5px + env(safe-area-inset-top));]*/
	    z-index:100;
	}
	
	.head-separator {
		flex-shrink: 0;
	    width: 1px;
	    margin-left: 4px;
	    margin-right: 4px;
	    height: 40px;
	    background-color: rgba(233, 233, 234);
	}
	
	
	.is-button-backgreen-hover{
		color:#ffffff;
		cursor: pointer;
		
		font-size: 14px;font-weight: 600;text-align: center;
		background-color:rgba(27, 196, 125);
	}
	.is-button-backgreen-hover:hover{
		background-color:rgba(24, 179, 113);
	}
	
	.no-select-drag {
	  -webkit-user-drag: none;
  	  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          user-drag: none;
	}
	
@media screen and (max-width: 840px) {
		  .mobile-none {
		    display: none;
		  }
		  .page-none{
		   display: block;
		  }
		  .page-main-title{
				font-size:20px;
		  }
		 
}
	