/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
  	padding: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

html, body {
  	font-size: 100%;
  	font-family: 微軟正黑體, Roboto, "Varela Round", sans-serif;
}

a {
    color: #2fa0ec;
    text-decoration: none;
    outline: none;
}

input, button {
  	outline: none;
  	border: none;
}
.cont {
	width:100%;
	min-height:100vh;
	background: #FFEB3B;  
	position: relative;
}

.cont:after {
    content: "";
    display: table;
    width: 100%;
    height: calc(100% - 0%);
    background-image: url(../images/logo-bg.svg);
    background-size: 85%;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.3;
}
.demo {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/logo-bg.svg);
    background-size: 85%;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.login {
	    width: 90%;
	    margin: auto;
	    overflow: hidden;
	   
	    padding: 5%;
	    height: 90%;
	    left: 50%;
	    top: 50%;
	  
	    /* background-color: #fffffe; */
	    border-radius: 1rem;
}

.login_check {
	width:80%;
	margin:10% auto;
	text-align: center;
}
.login_form {
  	width:100%;
  	margin:auto;
  	text-align: center;
  	padding: 5% 10% 10%;
  	background-color: #fff;
  	border-radius: 1rem;
}

.login_row {
	font-size:1rem;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid rgb(96 96 96 / 20%);
}
.login_row i {
	color: #6e6e6e;
	padding-right:10px;
}
.login_input {
	display: inline-block;
    width: calc(100% - 50px);
    height: 100%;
    background: transparent;
    color: #000;
}
.login_select {
    display: inline-block;
    width: calc(100% - 50px);
    display: inline-block;
    width: calc(100% - 50px);
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.login_submit {
	width: 100%;
    margin: 1rem 0 0;
    color: rgb(50 49 49);
    background: #ffeb3b;
    font-size: 1.5em;
    border-radius: 3rem;
    cursor: pointer;
    padding: 10px;
    overflow: hidden;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}

.app_user {
  	margin-bottom: 20px;
}
.app_logo {
  	max-width: 100%;
  	max-height: 100%;
}
.app_name {
  	font-size: 1.5rem;
  	color: #fff;
  	font-weight: normal;
}
.app_hello {
  	font-size: 1.2rem;
	line-height:3rem;
  	color: #FFF;
  	font-weight: normal;
}


.app_tops {
  	height: 4rem;
	padding: 1rem 0 0;
  	text-align: center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#000;
	z-index:100;
}

.app_user_notif {
	position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    line-height: 1.8rem;
    text-align: center;
    background: #be2626;
    color: #fff;
    font-size: 0.8rem;
}

.app_menu {
	position: absolute;
	top: 1rem;
	left: 1rem;
	cursor: pointer;
	color: #fff;
	font-size: 1rem;
	line-height:3rem;
}
.app_refresh {
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
	color: #fff;
	font-size: 1rem;
	line-height:3rem;
}
.app_menu a,
.app_refresh a{
	color:#fff;
	font-size: 1.8rem;
}

.content {
	padding-top:4rem;
	min-height:100vh;
}
.by{
	background: #fff;
}


.intermediate {}
.intermediate > h3 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
    margin: 0 0 10px;
}
.intermediate > .desc {
    padding: 20px;
    color: #666;
    border-radius: 15px;
    margin: 10px 20px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
    border: 2px solid #666;
    background-color: #fff;
}
.errortext {
	padding: 20px;
    color: #666;
    border-radius: 15px;
    margin: 30px 20px;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 30px;
    border: 2px solid #666;
    background-color: #fff;
	text-align:center;
}

.albums {}
.albums-content {
	width:100%;
	padding: 1rem;
	position:relative;
	overflow:hidden;
	border-bottom: 1px solid #e0e4e9;
}
.albums-content .text {
	float:left;
	width:calc(100% - 100px);
}
.albums-content .text2 {
	width:100%;
}
.albums-content .image-box {
	float:right;
	width:90px;
	padding: 5px;
	position:relative;
}
.albums-content .image-box .image {
	width: 80px;
    height: 80px;
	margin: auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.albums-content .image-box .image img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.albums-content .region{
    padding: 10px 10px;
    background: #00BCD4;
    font-size: 1.2rem;
    color: #fff;
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    text-align: center;
}
.albums-content .date{
	margin-bottom:10px;
	font-size:0.8rem;
	color:#999;
}
.albums-content h3 {
    margin-bottom: 10px;
	font-weight:normal;
}
.albums-content a {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	font-size:0;
}

.share-icon {
	padding: 1rem 0;
}
.share-icon > div {
	font-size: 0;
    margin-right: 5px;
    float: left;
}
.word {
	padding: 1rem;
}
.word img {
	height:auto !important;
    max-width:100% !important;
}
.Article {
	padding:1rem;
}
.Article .Text {
	border-bottom: solid 1px #ccc;
}
.Article .Title{
	margin:10px 0;
	font-size:1.8rem;
}
.Article .Date{
	margin-bottom:10px;
	font-size:0.8rem;
	color:#999;
}


/*-----------------------------------------------------------------------------*/
.article-image{
}
.article-box{
	float:left;
	width:50%;
}
.article-inbox {
	position: relative;
	padding: 5px;
}
.article-box .image{
	width: 100%;
    height: 0px;
	padding-bottom:100%;
	margin: auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.article-box .image-text{
	padding:5px;
}
.article-box .image-text h3{
	font-weight:normal;
	font-size:16px;
	text-align:center;
	line-height:20px;
	height:40px;
	overflow:hidden;
}
.article-box a.more{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	font-size:0;
}

/*-----------------------------------------------------------------------------*/

.mainqtd {
}
.mainqtd .qtd{
	padding:10px 25px;
}
.mainqtd .qtd:nth-child(odd) {
	background-color: #F6F7FA;
}
.mainqtd .qtd .title {
	padding: 5px 0px;
    color: #2e89f1;
	font-size:1rem;
}
.mainqtd .qtd .title span{
	margin-right:10px;
}
.mainqtd .qtd .title span.imp{
	font-size:0.6rem;
	color:#F00;
}
.mainqtd .qtd .ands {
	padding: 5px 0px 5px 30px;
	position:relative;
}
.mainqtd .qtd .ands label{
	font-weight:normal;
	font-size:1rem;
	margin-right:15px;
	display: inline-block;
}
.mainqtd .qtd .ands input {
	margin-right:5px;
}
.mainqtd .qtd .ands input[type="text"] {
    height: 30px;
    padding: 4px 12px;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mainqtd .qtd .ands label.error {
	display: none;
    color: #FF0000;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    padding: 4px 8px;
    margin: 2px;
    position: absolute;
    right: 0px;
    bottom: 5px;
    z-index: 50;	
}
.qtdinput {
	padding:10px 0;
	text-align:center;
}


/*-----------------------------------------------------------------------------*/
.msg-outbox{
	padding:1rem;
}
.msg-box{
	border: 1px solid #ddd;
    border-radius: 4px;
	padding:1rem;
}
.msg-list-S {
	position:relative;
}
.msg-img-S::before{
    content: "";
	position:absolute;
	top:0;
	left:-2px;
	width:20px;
	height:20px;
	background-image:url(/images/1.png);
	background-repeat: no-repeat;
}
.msg-img-S{
	background-color: #E4E8EB;
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
}
.msg-text-S{
}
.msg-rd-S{
	margin-top:10px;
	font-size: 12px;
    color: #aaa;
}
.msg-cd-S{
	font-size: 12px;
    text-align: right;
    color: #aaa;
}
.pnsword {
	padding:15px 0;
}
.pnsword img {
	height:auto !important;
	max-width:100% !important;
}





/*------------------------------------------------------*/
.contactbook {
}
.contactbook > div {
	padding:15px;
}
.contactbook h3{
	margin-top: 0;
}
.contactbook .title{
	padding:5px;
	font-size:1.2rem;
}
.contactbook .desc,
.contactbook .descfiles{
	padding:5px 15px;
	font-size:1rem;
	border: 1px #ccc solid;
	border-style: dashed;
}
.contactbook .descfiles > a {
	display:inline-block;
	margin-right:15px;
	margin-bottom:10px;
	padding:3px 15px;
	border:1px solid #0078FF;
	color:#FFF;
	background-color:#0078FF;
}

.contactbook .medicinetable td {
	padding:5px;
}

.contactbook_botton {
	text-align:right;
	padding:10px 0;
}

.calendar_more{
	width:100%;
	min-height: calc(100vh - 3rem);
	background-color:rgba(0,0,0,0.75);
	display:none;
}
.calendar_box {
	width:100%;
	padding:1rem;
}
.calendar_des {
	width:100%;
	text-align:center;
	font-size: 1rem;
	line-height:2rem;
	color:#fff;
}


.calendar-group {
	width:100%;
    background: #fff;
    padding: 3%;
	overflow: hidden;
	border-radius: 5px;
}
.calendar-group h3 {
    color: #000;
    text-align: center;
	padding: 10px;
	margin:0px;
    width: 100%;
	overflow: hidden;
    background-color: #e9e5e3;
}
.calendar-group h3 span{
	padding:0 15px;
}
.calendar-group h3 a{
	color:#000;
}
.calendar-group h3 a:hover{
	color:#F00;
}
.calendar-group .calendar{}
.calendar-group .calendar .dayrows{
	float:left;
	width:calc(100% / 7);
	padding:3px;
	text-align:center;
	font-size:1rem;
	color:#000;
	border-radius: 10px;
}
.calendar-group .calendar > div:first-child {
	color:#F00;
}
.calendar-group .calendar > div:last-child {
	color: #090;
}
.calendar-group .calendar .dayrows{
	padding:0;
}
.calendar-group .calendar .dayrows > div{
	font-size:0.8rem;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color: #000;
}
.calendar-group .calendar .dayrows > div a{
	font-size:13px;
	padding:0 5px;
}
.calendar-group .calendar .dayrows.activity{
	background-color: rgba(102,204,204,1);
}
.calendar-group .calendar .dayrows.activity > div a{
    color: #FFFFFF;
}


/*------------------------------------------------------*/
#msg-error {
	width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);	
}
.msg-content{
    width: 260px;
    border-radius: 5px;
    z-index: 9999;
    position: absolute;
    left: 50%;
    top: 50%;
	margin-left: -130px;
    margin-top: -71px;
	/*transform: translate(-50%, -50%);*/
	color: #a94442;
    border: 1px solid #a94442;
}
.msg-box {
	padding: 10px;
    margin: 5px;
	background-color: #f2dede;
}
.msg-text {
    font-size: 16px;
    padding: 10px 0;
    overflow: hidden;
}
.msg-buttom {
	text-align: right;	
}


/*------------------------------------------------------*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-title {
    font-size: 1rem;
    color: #111;
	margin-top: 0;
    margin-bottom: 0;
}
.panel-btns a {
    margin-left: 8px;
    float: right;
    color: #000;
    display: inline-block;
    font-weight: bold;
    opacity: 0.4;
    font-size: 1rem;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.panel-btns a.minimize {
    font-size: 1rem;
}

.panel-body {
    padding: 1rem;
}

/*------------------------------------------------------*/
.transfer-box {
	height: calc(100vh - 3rem);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.transfer-box > div {
	width: 80%;
}
.transfer-str {
	width: 100%;
    margin: 2rem auto;
    padding: 8px;
    text-align: center;
    border-radius: 50px;
}
.transfer-str > div {
    display:block;
	padding: 1.5rem;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #000;
    border-style: dashed;
	color:#fff;
	text-shadow:
		1px 0px 1px #000,
		-1px 0px 1px #000,
		0px 1px 1px #000,
		0px -1px 1px #000;
}
.transfer-str > div a {
	font-size:24px;
	color:#fff;
}

.transfer-str:nth-child(1){background-color: #a6cef1;}
.transfer-str:nth-child(2){background-color: #79c4ca; margin-top:2rem;}
.transfer-str:nth-child(3){background-color: #e8d8b5; margin-top:2rem;}

.transfer-str:nth-child(1) > div a{border-color: #5181AA;}
.transfer-str:nth-child(2) > div a{border-color: #3A979E;}
.transfer-str:nth-child(3) > div a{border-color: #B99340;}
.transfer-str.act {
	background-color: #999;
	border-color: #AAA;
}


/*------------------------------------------------------*/
.video-play iframe{
	width:100%;
	height:75vw;
}
.video {
	margin-left:-6px;
	margin-right:-6px;
	overflow:hidden;
}
.video .videobox {
	float:left;
	width:33.33333%;
	padding:6px;
	position: relative;
}
.video .videop{
	width:100%;
	overflow:hidden;
}
.video .videop img {
	width:100%;
}
.video .videotitle{
	margin:5px;
	text-align:center;
	font-size:14px;
	line-height:18px;
	height:36px;
	overflow:hidden;
}
.video .more {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}



/*------------------------------------------------------*/
.fixbody {
	overflow: hidden; 
}
.overlay { 
	background: #000; 
	width: 100%; 
	height: 100%; 
	overflow: hidden; 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 99;
	-webkit-transition: all 300ms ease-in 0s;
			transition: all 300ms ease-in 0s;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform: translate3d(100%, 0px, 0px); 
			transform: translate3d(100%, 0px, 0px);
}
.overlay.in { 
	-webkit-transform: translate3d(0px, 0px, 0px); 
			transform: translate3d(0px, 0px, 0px);
}

/*------------------------------------------------------*/
.msg_box {
	padding:1rem;
	text-align:center;
	color:#F00;
}

 

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: auto;
}
.mulbox {
	font-size:0px;
}
.mulbox > div{
	padding-bottom:3px;
}
.mulbox label {
	display:inline-block;
	font-size:14px;
}
.mulbox .form-control-inline {
	width: calc(100% - 70px);
	display:inline-block;
}


.quotes{
	clear:both;
	width:100%;
	padding:20px 0;
	text-align:center;
	overflow:hidden;
}
.quotes #pageline a {
    border: 1px solid #096;
    display: inline-block;
    color: #096;
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
}


.pagination {
    display: inline-block;
    padding-left: 0;
	margin: 10px 0;
    border-radius: 4px;
}
.pagination > li {
  	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #337ab7;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #23527c;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


.dwbottom {
	display: block;
    margin: 10px auto;
    text-align: center;
    width: 200px;
}

@media (max-width: 767px) {
  	html, body {
    	font-size: 100%;
  	}
}
@media (min-width: 768px) {	
	.video .videobox {
		width:25%;
	}
	.article-box{
		float:left;
		width:25%;
	}
}
@media screen and (orientation: portrait) {
	/*竖屏 css*/
}
@media screen and (orientation: landscape) {
	 /*横屏 css*/
}
