@charset 'UTF-8';
html {
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
	position:relative;
}
html, body {
	padding: 0;
	margin: 0 auto;
	width: 640px;
	position: relative;
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}
.AjaxLoading {
	height: 50px; 
	background: url(images/ajax-loader.gif) no-repeat center;
}
a, body, button, input, select, textarea {
    font-family: 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft JhengHei', 微軟正黑體, sans-serif;
    font-size: 25px;
    line-height: 40px;
    outline: 0px;
	text-decoration: none;
}
form {
	padding: 0;
	margin: 0;	
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #faffbd inset !important;
}
button { 
	cursor: pointer;
	border: 0 none;
	padding: 0;
	margin: 0;
	display: inline-block;
	background: none;
}
article, aside, footer, header, hgroup, main, nav, section { display: block; }
.fontSize20 {
    font-size: 20px;
}
.MLayout .ui-dialog {
	width: 100%;
	box-sizing: border-box;
}
.MLayout .ui-dialog .ui-dialog-title {
	font-size: 30px;
}
.MLayout .ui-dialog .ui-dialog-content {
	font-size: 25px;
	line-height: 1.3;
}
.MLayout .ui-dialog .ui-dialog-buttonpane {
	text-align: right;
}
.MLayout .ui-dialog .ui-dialog-buttonpane button {
	font-size: 30px;
	padding: 15px 20px;
}
.MLayout .ui-dialog .ui-dialog-titlebar-close {
	display: none;
}
.MLayout .pagechange {
	margin: 0 10px 20px;
	text-align: right;
}
.MLayout .pagechange a {
	display: inline-block;
	border: thin #CCC solid;
	margin: 0 10px 10px 0;
	width: 55px;
	text-align: center;
	padding: 5px 0;
	color: #333;
}
.MLayout .pagechange a:hover, .MLayout .pagechange a.pagein {
	background: #CCC;
	color: #FFF;
}
.FRight { float: right; } .FLeft { float: left; }
.TRight { text-align: right !important; } .TLeft { text-align: left !important; } .TCenter { text-align: center !important; }
.FloatList, .FloatList li { margin: 0; padding: 0; list-style: none; } .FloatList li { float: left; }
.CleanList, .CleanList li { margin: 0; padding: 0; list-style: none; }
.BTNClean { margin: 0; padding: 0; background: none; border: 0 none; }
.MPClean { margin: 0; padding: 0; }
.red { color: #dc4935 !important; }
.blue { color: #004986 !important; }
.orange { color: #eb6100 !important; }
.nowrap { white-space: nowrap !important; }
.FormBTN {
    display: inline-block;
    width: 200px;
    height: 70px;
    margin: 0;
    border: 0 none;
    line-height: 70px;
    border-radius: 8px;
    font-size: 30px;
    background: #3977aa;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}
.FormBTN.Red {
    background: #dc4935;
    color: #FFF !important;
}
.FormBTN.Green {
    background: #228B22;
    color: #FFF !important;
}
.Grid {
    box-sizing: border-box;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    margin-bottom: 45px;
}
.Grid thead th {
    background: #f5f5f5;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #FFF;
    color: #666;
	line-height: 60px;
	padding: 3px 3px 3px 5px;
}
.Grid tbody td, .Grid tfoot td {
    color: #666666;
	padding: 3px 3px 3px 5px;
    vertical-align: top;
    border-bottom: 1px solid #EEE;
}
#page_content {
	padding: 0 20px 40px;
}
#LoginTBBlock {
	padding: 0 0 40px;
}
#Eyebrow {
    top: 0;
    position: fixed;
    z-index: 10;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 640px;
    height: 90px;
    overflow: hidden;
}
.MList #Eyebrow {
    height: 161px;
}
#Eyebrow .shadow {
    width: 640px;
    height: 70px;
    border-bottom: 1px solid #DDD;
    background: #FFF;
}
.MList #Eyebrow .shadow {
    height: 141px;
}
#Eyebrow.Scrolling .shadow {
    box-shadow: 0 0 20px rgba(57, 119, 171, 0.6);
}
#Eyebrow #header_ci {
	width: 160px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -80px;
	display: block;
    background: no-repeat left center;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
	background-image: url(/up/HEAD_CI/CI.png);
}
#Eyebrow .Eyebrow_btn {
	width: 70px;
	height: 70px;
	font-size: 30px;
}
#vision_menu, #vision_menu .MMenuSUB, #header_search, .SlidePlane {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: -640px;
	background: #FFF;
	overflow: auto;
	width: 640px;
	height: 100vh;
}
#header_search, .SlidePlane.RightPlane {
	right: -640px;
	left: auto;
}
#vision_menu h4, #vision_menu ul, #vision_menu li, 
#header_search h4, #header_search ul, #header_search li,
.SlidePlane h4, .SlidePlane ul, .SlidePlane li,
#LoginTB ul, #LoginTB li
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	line-height: 70px;
}
#vision_menu h4, #header_search h4, .SlidePlane h4 {
	border-bottom: 1px dashed #BBB;
    padding: 0 0 0 25px;
    background: #EEE;
}
#vision_menu li, #header_search li, .SlidePlane li, #LoginTB li {
	border-bottom: 1px dashed #BBB;
	position: relative;
}
#vision_menu li span.half {
	display: inline-block;
	box-sizing: border-box;
	width: 320px;
    padding: 0 0 0 25px;
}
#vision_menu li span.half:nth-child(2n) {
	border-left: 1px dashed #BBB;
}
#vision_menu li span div {
	display: block;
	line-height: 70px;
	color: #555;
}
#header_search #search_type, #header_search #search_type optgroup, #header_search #search_type option, 
#header_search #search_key, #header_search #search_btn, 
.SlidePlane .WildForm, #LoginTB .WildForm, .FormRow .WildForm, #roll_paper
{
	display: block;
	margin: 10px 25px;
	width: 590px;
	height: 70px;
	color: #555;
	background-color: white;
	border: thin solid blue;
	border-radius: 4px;
	padding: 15px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#header_search li.searchcolbox {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 10px 25px;
  width: 590px;
  height: 70px;
}
#header_search li.searchcolbox label {
  flex: 0 0 106px;
  line-height: 40px;
	display: block;
	height: 70px;
	color: #555;
	background-color: white;
	border-radius: 4px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#header_search li.searchcolbox input {
  flex: 0 0 485px; 
	display: block;
	height: 70px;
	color: #555;
	background-color: white;
	border: thin solid blue;
	border-radius: 4px;
	padding: 15px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#roll_paper {
    margin: 10px 0;
    text-align: right;
    text-align-last: right;
    padding-right: 93px;
}
#roll_paper option {
    height: 50px;
    text-align: right;
    text-align-last: right;
}
.FormRow.Important .WildForm {
	border-color: red;
	padding-left: 107px;
}
.FormRow .Math {
	margin: 0 25px 10px;
	border-bottom: thin solid blue;
	line-height: 70px;
	color: blue;
	text-align: right;
}
.FormRow .Math.Neg {
	border-color: red;
	color: red;
}
.RowTopic {
	margin: 25px 25px 0;
	font-weight: bold;
	font-size: 27px;
}
.RowTopic.TotalRow {
	margin: 0 auto 0;
	padding: 25px 0 0;
	width: 590px;
	background: #EAEAEA;
}
.FormRow.TotalRow {
	margin: 0 auto 0;
	width: 590px;
	background: #EAEAEA;
}
.FormRow.TotalRow .Math {
	border-bottom: 0 none;
	font-size: 35px;
	font-weight: bold;
	color: #004986;
	text-decoration: underline;
	text-decoration-style: double;
}
.FormRow {
	position: relative;
}
.MG2060 {
	margin: 20px 0 60px;
}
.FormNote {
	padding: 15px 25px;
}
.FormNote ul, .FormNote ol {
	margin: 0;
}
.FormNote.Alert {
	background: red;
    color: #FFF;
}
.FormRow.Important:after {
	content: '必填';
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 80px;
	background: #FFF;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: thin solid red;
	line-height: 66px;
	top: 2px;
	left: 26px;
}
#header_search #search_type, .SlidePlane select.WildForm, .FormRow select.WildForm {
	padding-right: 70px;
}
#header_search #search_type_icon, .SlidePlane select.WildForm + .select_icon, .FormRow .WildForm + .select_icon, #roll_paper + .select_icon {
	position: absolute;
	display: block;
	width: 70px;
	height: 68px;
	line-height: 68px;
	text-align: center;
    background: #DDD;
    color: #666;
    font-size: 30px;
	top: 1px;
	right: 26px;
	pointer-events: none;
	border-radius: 4px;
}
#header_search #search_btn, .SlidePlane button.SendBTN, #LoginTB button.SendBTN {
	background: #3977aa;
	color: #FFF;
}
#header_search #search_btn .fa, .SlidePlane button.SendBTN .fa, #LoginTB button.SendBTN .fa {
	padding-right: 10px;
}
#LoginTB button.SendBTN .fa {
	display: inline-block;
	text-align: center;
	width: 30px;
}
button.WildForm.BlueBTN {
    background: #3977ab;
	border-color: #275B87;
    color: #FFF !important;
}
button.WildForm.RedBTN {
    background: #dc4935;
	border-color: #C8402E;
    color: #FFF !important;
}
#LoginTB button#ForgetPWBTN, #LoginTB button#NewMemberBTN {
	background: #53bfcd;
	border-color: silver;
}
#vision_menu li span .fa {
	display: block;
	float: right;
	cursor: pointer;
	width: 70px;
	text-align: center;
    background: #DDD;
    color: #FFF;
    line-height: 70px;
    font-size: 30px;
}
#vision_menu li span .fa.fa-caret-left {
	float: left;
	background: #FFF;
	color: #555;
}
#vision_menu .Note, #LoginTB .Note, #LoginTB .Alert {
    padding: 15px 25px 60px;
	color: #555;
	line-height: 40px;
}
#LoginTB .Note, #LoginTB .Alert {
    padding: 15px 25px;
}
#LoginTB .Alert {
	background: red;
	color: #FFF;
}
#MMenuCloseBTN, #PPSearchCloseBTN, .SlidePlane .SlidePlaneCloseBTN {
    font-size: 30px;
	display: block;
	width: 70px;
	height: 70px;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
}
#breadcrumbs {
	top: 70px;
    position: fixed;
    z-index: 10;
	width: 100%;
	left: 0;
	height: 70px;
	border-top: 1px dashed #BBB;
	background: #EEE;
	overflow: hidden;
}
#breadcrumbs h2 {
	line-height: 70px;
	display: block;
	width: 640px;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	margin: 0 auto 0;
}
#breadcrumbs h2 .keyword {
	display: inline-block;
	max-width: 470px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#breadcrumbs h2 .keyword.long {
	max-width: 580px;
}
#breadcrumbs h2 button {
	display: inline-block;
	width: 70px;
	height: 70px;
	overflow: hidden;
	float: left;
	font-weight: normal;
	line-height: 30px;
}
#breadcrumbs h2 button .fa {
	line-height: 35px;
	font-size: 30px;
}
#page {
	position: relative;
	padding: 90px 0 150px;
}
.MList #page {
	padding: 141px 0 150px;
}
#footer {
	bottom: 0;
    position: fixed;
    z-index: 10;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 640px;
    height: 150px;
    overflow: hidden;
    background: #3977ab;
	text-align: center;
}
#footer button {
	display: inline-block;
	box-sizing: border-box;
	width: 90px;
	height: 90px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	font-size: 25px;
	position: relative;
}
#footer button .fa {
	font-size: 40px;
	line-height: 60px;
}
#vision_slate {
	width: 640px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
#vision_slate {
	width: 640px;
	height: 350px;
    overflow: hidden;
    position: relative;
}
#vision_slate .ScrollBox {
    width: 9999px;
    height: 350px;
}
#vision_slate a {
    display: block;
	width: 640px;
	height: 350px;
    background: no-repeat center;
    background-size: cover;
    float: left;
}
#vision_slate .dot_show {
	display: none;
}
#vision_slate button {
	padding: 0;
    border: 0 none;
    display: block;
    background: rgba(87,132,169,0.5);
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #FFF;
    font-size: 50px;
    top: 140px;
    position: absolute;
}
#vision_slate button.prev {
    left: 0;
}
#vision_slate button.next {
    right: 0;
}
#vision_banner {
    width: 640px;
	height: 167px;
	position: relative;
	margin-top: 20px;
    overflow: hidden;
}
#vision_banner a {
    display: block;
    width: 310px;
    height: 167px;
    background: no-repeat center;
    background-size: cover;
    float: left;
}
#vision_banner a:last-child {
    margin-left: 20px;
}
.section_part {
    width: 640px;
    border-top: 1px dashed #BBB;
    background: #FFF no-repeat top center;
    min-height: 50px;
	margin-top: 20px;
}
.section_part, #POPLogin .DecoBox {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA9QAAABSCAYAAAC11ZzcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU4M0U4RTk5RURBMjExRTVCREUyOTFBRjQ5M0I3MDg1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU4M0U4RTlBRURBMjExRTVCREUyOTFBRjQ5M0I3MDg1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTgzRThFOTdFREEyMTFFNUJERTI5MUFGNDkzQjcwODUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTgzRThFOThFREEyMTFFNUJERTI5MUFGNDkzQjcwODUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4dYuWaAAAIdElEQVR42uzd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);
}
.section_part h3, #POPLogin h3, .POPMsg h3 {
    line-height: 45px;
    font-size: 30px;
    font-weight: bold;
    color: #555;
	padding: 15px 10px;
}
.section_part .ScrollBox h4 {
    line-height: 45px;
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 30px;
    background: #3870be;
    color: #FFF;
}
.section_part .ScrollBox h4 form {
	display: none;
}
.linkmore {
    display: inline-block;
    line-height: 22px;
    color: #FFF;
    float: right;
    font-size: 20px;
    padding: 0 12px;
    border-radius: 11px;
    background: #BBB;
    cursor: pointer;
}
.section_part h3 .linkmore {
    line-height: 35px;
    font-size: 20px;
    border-radius: 17.5px;
    padding: 0 30px;
    margin: 5px 20px 0 0;
}
.section_part h3 .fa, #POPLogin h3 .fa, .POPMsg h3 .fa {
    padding-right: 10px;
    color: #4d85b4;
    line-height: 50px;
    font-size: 20px;
}
.section_part:after {
  clear : left;
  content : ' ';
  display : block;
  height : 0;
  overflow : hidden;
}
#vision_chart .ScrollBox {
	padding: 0 10px;
}
#vision_chart .chart_box {
    display: block;
    width: 300px;
    float: left;
	margin: 10px 0;
}
#vision_chart .chart_box:nth-child(2n) {
    margin-left: 20px;
}
#vision_chart .chart_box a {
    color: #555;
    font-size: 24px;
    line-height: 35px;
    display: block;
	position: relative;
}
#vision_chart .chart_img {
    width: 300px;
    height: 300px;
    background: center no-repeat;
    background-size: cover;
}
#vision_chart h4 {
    line-height: 46px;
    background: #4d85b4;
    padding: 0 22px;
    color: #FFF;
    font-size: 25px;
    font-weight: normal;
    white-space: nowrap;
}
#vision_chart h4 .fa {
    line-height: 24px;
    font-size: 30px;
    padding-right: 7px;
}
#vision_chart .chart_article, #vision_chart .chart_artist {
    white-space: nowrap;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#vision_chart .chart_artist {
    color: #3977ab;
}
#presend_star a {
    font-size: 25px;
    line-height: 40px;
	color: #555;
}
.item_img {
    background-size: cover;
    background-position: center;
	box-sizing: border-box;
	border: 1px solid #BBB;
}
#presend_star .item_img {
	width: 640px;
	height: 445px;
    background-position: center top;
}
#presend_star .item_artist {
	padding: 0 10px 10px;
    color: #3977ab;
}
#presend_star .item_article {
	padding: 0 10px;
}
#presend_star .item_content, #presend_star .item_more {
	display: none;
}
.baseitem .item_block, .shopitem .item_block {
    border: 1px solid rgb(221, 221, 221);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
    background: #FFF;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
	margin-bottom: 10px;
}
.baseitem .item_block a, .shopitem .item_block a {
    position: relative;
    box-sizing: border-box;
	display: block;
	font-size: 25px;
	min-height: 151px;
}
.baseitem .item_block:after, .shopitem .item_block:after {
  clear : left;
  content : ' ';
  display : block;
  height : 0;
  overflow : hidden;
}
.baseitem .item_block .item_img, .shopitem .item_block .item_img {
	width: 150px;
	height: 150px;
	float: left;
}
.item_block .item_artist {
    color: #3977ab;
}
.item_block .item_article {
    color: #555;
}
.baseitem .item_block .item_artist, .baseitem .item_block .item_article, .baseitem .item_block .item_spec, 
.shopitem .item_block .item_artist, .shopitem .item_block .item_article, .shopitem .item_block .item_spec
{
	margin-left: 160px;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
}
.baseitem .item_block .item_article, .shopitem .item_block .item_article {
	margin-top: 5px;
}
.baseitem .item_block .item_about, .shopitem .item_block .item_about, .shopitem .item_block .item_no {
	display: none;
}
.item_block .item_spec {
    line-height: 30px;
    padding: 0 11px;
    border-radius: 15px;
    color: #FFF;
    background: #5784a9;
    float: right;
    margin-top: 5px;
    font-size: 20px;
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.baseitem .item_block .item_spec, .shopitem .item_block .item_spec {
	position: absolute;
	top: 122px;
	right: 0;
	max-width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shopitem .item_block .item_place {
	line-height: 28px;
	position: absolute;
	top: 122px;
	left: 160px;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #555;
}
.shopitem .item_block .item_publish {
	padding-top: 5px;
	clear: both;
	line-height: 40px;
	color: #4c84b3;
}
.shopitem .item_block .item_publish:before {
    content: "發行日 ";
}
.shopitem .item_block .item_shop {
	clear: both;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}
.shopitem .item_block .item_shop .item_price {
	float: right;
	font-weight: bold;
    color: #dc4a36;
}
.shopitem .item_block .item_shop button {
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #AAA;
	font-size: 33px;
}
.shopitem .item_block .item_shop button.cart {
    display: none;
    margin-left: 10px;
}
.shopitem .item_block .item_shop button:hover, .shopitem .item_block .item_shop button.Activity {
    color: #f49000;
}
#list_preorder .OutBox > button {
	display: none;
}
#list_load_more {
	width: 600px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 18px;
	color: #3977ab;
	font-weight: bold;
	font-size: 25px;
	background: #d7e7f5;
	display: block;
	margin: 20px auto 50px;
	cursor: pointer;
	border: 1px solid #3977ab;
}
#Loading, #POPLoading {
	clear: both;
	display: none;
	margin: 20px auto 50px;
	height: 36px;	
}
#POPLoading {
	position: fixed;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -18px;
	display: block;
}
#Loading div, #POPLoading div {
	margin: 0 auto 0;
    position:relative;
    width:30px;
    height:30px;
    background:#eeca36;
    border-radius:50px;
    animation: ball 1.5s infinite linear;
}
#Loading div:after, #POPLoading div:after {
    position:absolute;
    width:40px;
    height:40px;
	border-width: 5px;
	border-style: solid;
    border-top-color: #9b59b6;
    border-bottom-color: #9b59b6;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius:50px;
    content:'';
    top:-10px;
    left:-10px;
    animation: disc 1.5s infinite linear;
}
@keyframes ball {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);background:#f7ef1e;}
    100% {transform: rotate(360deg);}
}
@keyframes disc {
    0% {border-top-color:#9b59b6;border-bottom-color:#9b59b6;}
    50% {border-top-color:#3498db;border-bottom-color:#3498db;}
    100% {border-top-color:#9b59b6;border-bottom-color:5#9b59b6;}
}
#ShopCount {
    color: #FFF;
    background: red;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    font-size: 20px;
	position: absolute;
    top: 2px;
    right: 0;
}
#article_vision {
	position: relative;
    font-size: 25px;
    color: #555;
    line-height: 38px;
}
#article_vision .special_tag {
	margin: 0 10px 10px;
}
#article_vision .special_tag:after {
	content: '';
	display: block;
	clear: both;
}
#article_vision .special_tag .stag {
    box-sizing: border-box;
    height: 42px;
    padding: 0 20px;
    border: 2px solid #666;
    float: left;
    border-radius: 21px;
    margin: 0 0 10px 10px;
}
#article_vision .special_tag .stag.pre {
    color: #dc4a36;
    border-color: #dc4a36;
}
#article_vision .special_tag .stag.new {
    color: #4d85b4;
    border-color: #4d85b4;
}
#article_vision .special_tag .stag:first-child {
    margin-left: 0;
}
#article_img {
	position: relative;
	margin-bottom: 20px;
}
#article_img .Scroll {
	white-space: nowrap;
	height: 640px;
	width: 640px;
	overflow: hidden;
}
#article_img .Scroll .item_img {
	width: 640px;
	height: 640px;
	display: inline-block;
}
#article_img > button {
	padding: 0;
    border: 0 none;
    display: block;
    background: rgba(87,132,169,0.6);
    width: 60px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    color: #FFF;
    font-size: 50px;
    top: 275px;
    position: absolute;
}
#article_img > button.MGIMGLeftBTN {
    left: 0;
}
#article_img > button.MGIMGRightBTN {
    right: 0;
}
#article_info {
	margin: 0 10px;
	font-size: 30px;
	line-height: 40px;
	color: #555;
}
#article_info > div {
	margin-bottom: 10px;
}
#article_info .article_name {
	font-size: 36px;
	line-height: 48px;
}
#article_info .artist_name {
    color: #3977ab;
}
#article_info .article_price {
    margin: 19px 0;
    border-top: 2px dashed #BBB;
    border-bottom: 2px dashed #BBB;
    padding: 15px 0 5px;
    color: #dc4a36;
    vertical-align: text-bottom;
    line-height: 45px;
    text-align: right;
    font-size: 22px;
}
#article_info .article_price b {
    font-size: 45px;
    padding: 0 10px;
}
#article_info .shopcar_num > div {
	display: inline-block;
	line-height: 70px;
	position: relative;
}
#article_info .shopcar_num .topic {
	vertical-align: top;
}
#shopcar_num, #shopcar_num option {
	height: 70px;
	width: 435px;
    display: block;
    margin: 10px 25p 10px 0px;
    color: #555;
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    padding: 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#shopcar_num + .fa {
	position: absolute;
    display: block;
    width: 70px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background: #DDD;
    color: #FFF;
    font-size: 30px;
    top: 1px;
    right: 1px;
    pointer-events: none;
    border-radius: 4px;
}
#article_info .shopcar_num .cart_warn {
    color: #dc4a36;
}
#article_info .shopcar_btn_row {
    margin: 20px 0;
    line-height: 70px;
}
#article_info .shopcar_btn_row button {
    width: 200px;
    margin-right: 10px;
    height: 70px;
	font-size: 30px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}
#article_info #BuyNow {
    background: #dc4a36;
    color: #FFF;
}
#article_info #AddSCart {
    background: #3977ab;
    color: #FFF;
}
#article_info .shopcar_btn_row button:last-child {
    margin-right: 0;
}
#article_info #Likeit {
    border: 1px solid #BBB;
}
#article_info .shopcar_payenable {
	margin: 0 0 20px 0;
}
#MGMenu {
	height: 70px;
	overflow: hidden;
}
#MGMenu ul {
	height: 70px;
	overflow: hidden;
	background: #EEE;
	display: flex;
}
#MGMenu ul li {
	font-size: 25px;
	line-height: 68px;
	box-sizing: border-box;
	height: 70px;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	flex: 1 1 128px;
	color: #999;
}
#MGMenu ul li.Activity {
	font-size: 30px;
	font-weight: bold;
	border-top: 3px solid #f49000;
	line-height: 66px;
	color: #f49000;
	background: #FFF;
	border-bottom: 1px solid #FFF;
}
#MGPlane {
	padding-bottom: 60px;
	color: #555;
}
#MGPlane a {
	color: #6192bc;
}
#MGPlane figure {
  margin: 0;
  padding: 0;
  width: auto !important;
  height: auto !important;
}
#MGPlane > div {
	padding: 10px;
	display: none;
	width: 620px;
	overflow: auto;
}
#MGPlane > div.Activity {
	display: block;
}
.info_row {
	margin: 0 10px 5px 0;
	padding-bottom: 5px;
}
#MGPlane .info_row {
	border-bottom: 1px dashed #BBB;
}
.info_row > div {
	display: inline-block;
}
.info_row .contect {
	padding-left: 10px;
}
.info_row .split {
    padding: 0 5px;
}
#MGPlane #MGP_PRE {
	padding-right: 20px;
	width: 610px;
}
#MGPlane h4 {
    box-sizing: border-box;
    width: 620px;
    line-height: 60px;
    font-size: 30px;
    padding: 0 20px;
    background: #EEE;
    clear: right;
    margin-bottom: 1px;
}
#MGPlane h5 {
    box-sizing: border-box;
    width: 620px;
    line-height: 60px;
    font-size: 28px;
    padding: 0 20px;
    background: #ebf5ff;
    clear: right;
    margin-bottom: 1px;
	color: #3977ab;
}
#MGP_TRACK .TrackBox .Grid {
    border-collapse: collapse;
    border-color: transparent;
}
#MGP_TRACK .TrackBox .Grid thead th {
    background: #ebf5ff;
    color: #3977ab;
    padding: 0 15px;
    text-align: center;
}
#MGP_TRACK .TrackBox .Grid tbody td {
    padding: 5px 15px;
    border-bottom: 1px solid #BBB;
}
#MGP_TRACK .TrackBox .Grid tbody > tr > td:first-child {
    text-align: center;
    color: #AAA;
	width: 40px;
}
#list_goodsshow .ScrollBox > table {
    width: 640px;
    box-sizing: border-box;
    border-spacing: 0;
    border-collapse: separate;
}
#list_goodsshow .ScrollBox > table {
    width: 640px;
    box-sizing: border-box;
    border-spacing: 0;
    border-collapse: separate;
}
#list_goodsshow .ScrollBox > table thead th {
    line-height: 45px;
    white-space: nowrap;
    border-right: 2px solid #FFF;
    padding: 10px 20px;
    font-size: 30px;
    background: #3870be;
    color: #FFF;
}
#list_goodsshow .ScrollBox > table td {
    vertical-align: top;
    color: #4c84b3;
    padding: 10px 20px;
}
#list_goodsshow .ScrollBox > table td.item_publish, #list_goodsshow .ScrollBox > table tr:not(.item_row) td {
    border-bottom: 1px solid rgb(221, 221, 221);
}
#list_goodsshow .ScrollBox > table td.item_place, #list_goodsshow .ScrollBox > table td.item_no, #list_goodsshow .ScrollBox > table td.item_publish {
    white-space: nowrap;
}
#list_goodsshow .ScrollBox > table td a {
    display: block;
    font-weight: bold;
}
#list_goodsshow .ScrollBox > table td a.item_artist {
    color: #3977ab;
}
#list_goodsshow .ScrollBox > table td a.item_article {
    color: #555;
}
#list_goodsshow .ScrollBox > table td .item_spec {
    padding: 0 20px;
    border-radius: 20px;
    color: #FFF;
    background: #5784a9;
    float: left;
    white-space: nowrap;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#list_goodsshow .ScrollBox > table td .item_place {
    float: right;
    white-space: nowrap;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#list_goodsshow .ScrollBox > table td .item_shop {
    clear: both;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
}
#list_goodsshow .ScrollBox > table td .item_shop button {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #AAA;
    font-size: 33px;
}
#list_goodsshow .ScrollBox > table td .item_shop button.cart {
    display: none;
    margin-left: 10px;
}
#list_goodsshow .ScrollBox > table td .item_shop .item_price {
    float: right;
    font-weight: bold;
    color: #dc4a36;
}
#list_goodsshow #TagBar a {
    color: #3977ab;
    font-size: 28px;
	white-space: nowrap;
    display: inline-block;
	line-height: 60px;
}
#list_goodsshow #TagBar a .fa {
    padding: 0 3px 0 19px;
    font-size: 26px;
    color: #888;
}
#StoreMenu a {
    color: #3977ab;
    box-sizing: border-box;
    line-height: 70px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
	margin-left: 5px;
    position: relative;
}
#StoreMenu a .fa-hashtag {
    padding: 0 0 0 19px;
    color: #888;
}
.GMap {
	width: 600px;
	height: 600px;
	background: center no-repeat;
	background-size: cover;
	display: block;
}
.LocationInfo .info_block {
	font-size: 30px;
	line-height: 45px;
	margin-top: 10px;
}
.LocationInfo .info_block:after {
	content: '';
	display: block;
	clear: both;
}
.LocationInfo .info_block .item_topic {
    color: #404040;
    font-weight: 400;
	float: left;
	display: block;
	width: 180px;
}
.LocationInfo .info_block .item_link, .LocationInfo .info_block .item_link a {
    color: #3977ab;
    overflow: auto;
    font-weight: 400;
	display: block;
	font-size: 30px;
	line-height: 45px;
}
.LocationInfo .info_block .item_link a {
	text-decoration: underline;
}
.LocationInfo .info_block .item_topic .fa {
	display: inline-block;
    width: 25px;
    text-align: center;
    margin-right: 10px;
}
#FAQPage .FAQBox {
    margin: 0 0 10px 0;
}
#FAQPage .FAQBox h3 {
	line-height: 45px;
	padding: 15px 10px;
	border-bottom: 1px dotted #BBB;
}
#FAQPage .FAQBox {
    margin: 0 0 10px 0;
}
#FAQPage .Answer {
    display: none;
    padding: 0 20px 10px;
}
#FAQPage .FAQBox.Activity .Answer {
    display: block;
}
#breadcrumbs.FAQPageHead .fa-question-circle {
    padding-right: 15px;
    color: #4d85b4;
} 
#FBList li a {
    display: block;
    width: 130px;
    height: 70px;
    overflow: hidden;
    background: no-repeat center;
    background-size: cover;
    margin: 10px;
}
.MemberBlock ul {
	padding: 0 20px 40px;
}
.MemberBlock ul li a {
    color: #3977ab;
    overflow: auto;
    font-weight: 400;
    display: inline-block;
    font-size: 30px;
    line-height: 45px;
	text-decoration: underline;
	vertical-align: middle;
}
.MemberBlock ul li .fa {
    display: inline-block;
    width: 25px;
    text-align: center;
    margin-right: 10px;
	line-height: 45px;
	vertical-align: middle;
}
#search_order {
	line-height: 70px;
}
#search_order button {
	display: inline-block;
	width: 70px;
	text-align: center;
	line-height: 70px;
}
#OrderIDX .Grid {
	padding: 10px;
}
#OrderIDX .Grid th, #OrderIDX .Grid td {
	padding: 6px 6px 6px 10px;
}
#OrderIDX .Grid tbody tr td.bgred {
	background: rgb(254,176,189);	
}
#OrderIDX .Grid tbody tr:not(.POPROW):hover td.bgred {
	background: rgba(254,176,189, 0.5);	
}
#OrderIDX .Grid tbody tr td.bgred button.FormBTN.fit {
	box-sizing: border-box;
	border: 1px solid #FFF;
}
#OrderIDX .Grid .num {
	text-align: right;
}
#OrderIDX #shoppage .Grid th, #OrderIDX #shoppage .Grid td {
	padding: 10px;
}
#PayDetail tfoot tr td:last-child {
    text-align: right;
}
.nowrap {
	white-space: nowrap;
}
.MemberGrid h5 {
    margin: 0;
    list-style: none;
    display: block;
    line-height: 70px;
    padding: 0 0 0 25px;
    background: #ecf4f8;
	font-size: 25px;
	color: #333;
	border-bottom: 1px dashed #BBB;
}
.MemberGrid .Grid tr th, .MemberGrid .Grid tr td {
	padding: 0 20px;
}
.MemberGrid .Grid .Bold {
	font-weight: bold;
	text-decoration: underline;
	font-size: 27px;
	color: blue;
}
.FormRow #member_sex, .FormRow #member_oversea, .FormRow #post_sex {
	margin: 10px 25px;
	height: 70px;
	display: flex;
}
.FormRow #member_sex .ui-widget.ui-button, .FormRow #member_oversea .ui-widget.ui-button, .FormRow #post_sex .ui-widget.ui-button {
	font-size: 25px;
	line-height: 50px;
	padding: 10px 40px;
	flex: 1 1 200px;
}
#WTBlock {
	display: inline-block;
	position: relative;
}
#WTSelect {
	display: block;
    margin: 10px 25px;
    width: 190px;
    height: 70px;
    color: #555;
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    padding: 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#WTSelect + .fa-caret-down {
	position: absolute;
    display: block;
    width: 70px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background: #DDD;
    color: #666;
    font-size: 30px;
    top: 1px;
    right: 26px;
    pointer-events: none;
    border-radius: 4px;
	padding-right: 0;
	margin-top: 10px;
}
#AuthList_root .AuthList_Group ul li {
	display: block;
    box-sizing: border-box;
    line-height: 24px;
    margin: 0 0 5px 15px;
}
#AuthList_root .AuthList_Group ul li:before, #TrackList_root li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin-left: -15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 27px;
    width: 15px;
    content: "\f0da";
    text-align: center;
}
#AuthList_root .AuthList_Group ul li a {
    color: #3977ab;
    display: block;
}
#AuthList_root .AuthList_Group ul li a b {
    color: #dc4935;
}
#ClassicTrack, #SearchMore {
    padding: 0 10px;
}
#TrackList_root li {
    display: block;
    box-sizing: border-box;
    line-height: 24px;
    margin: 0 0 5px 15px;
}
#TrackList_root li a {
    display: block;
    color: #666;
}
#TrackList_root li a b.cname {
    color: #3977ab;
}
#shoppage {
	position: relative;
	padding: 141px 0 150px;
}
#breadcrumbs.ShopWF ul {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
#breadcrumbs.ShopWF ul li {
	flex: 1 0 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 71px;
}
#breadcrumbs.ShopWF ul li span, #breadcrumbs.ShopWF ul li a {
	display: block;
	text-align: center;
	line-height: 35px;
}
#breadcrumbs.ShopWF ul li.Activity {
	background: red;
}
#breadcrumbs.ShopWF ul li.Activity span, #breadcrumbs.ShopWF ul li.Activity a {
	color: #FFF;
	font-weight: bold;
}
#shoppage p {
	margin: 0;
}
#shoppage .Grid tr th, #shoppage .Grid tr td {
	padding: 0 20px;
}
#shoppage .Grid .Bold {
	font-weight: bold;
	text-decoration: underline;
	font-size: 27px;
	color: blue;
}
#ShopcarNoteBlock {
	margin-bottom: 20px;
}
#ShopPageNote {
	padding: 0 10px;
}
.ButtonCol {
	display: flex;
	padding: 0 10px;
	justify-content: space-between;
}
#PlaceSelect {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	padding-left: 10px;
}
#PlaceSelect .OverSeaBlock {
	flex: 1 0 1px;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 10px 0 0;
	background: #dddddd;
	color: #FFF;
	font-weight: bold;
	padding: 12px 8px;
}
#PlaceSelect .OverSeaBlock.Activity {
	background: #88abda;
}
#PlaceSelect .OverSeaBlock .item_topic {
	font-size: 40px;
	padding-bottom: 10px;
    text-align: center;
}
#PayNote {
	margin: 0 10px;
    padding: 6px 12px;
    color: #666;
    background: #f5f5f5;
}
#PayNote p {
	margin: 0 10px 25px;
}
#PayType {
    margin: 11px 11px 0 11px;
    padding-bottom: 35px;
}
#PayType label {
    display: block;
    font-size: 25px;
    line-height: 1.5;
    padding: 17px 0;
    color: #666666;
    font-weight: bold;
    cursor: pointer;
}
#PayType label:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    line-height: 1.5;
    width: 26px;
    content: "";
    text-align: center;
	margin-right: 5px;
}
#PayType label.PayOK:before {
    content: "\f111";
    color: #8c97cb;
}
#PayType label.PayERR:before {
    content: "\f057";
    color: #dc4935;
}
#PayType input[type="radio"] {
    display: none;
}
#PayType input[type="radio"]:checked + label {
    background: #88abda;
	color: #FFF;
}
#PayType input[type="radio"]:checked + label.PayOK:before {
    content: "\f058";
	color: #FFF;
}
#INVData input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0 10px 0 0; 
  font: inherit;
  color: #3977ab;
  width: 1em;
  height: 1em;
  border: 0.15em solid #3977ab;
  border-radius: 50%; 
  display: grid;
  place-content: center;
  float: left;
}
#INVData input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #3977ab;  
  background-color: #3977ab;
}
#INVData input[type="radio"]:checked::before {
  transform: scale(0.8);
}
#INVData input[type="radio"]:focus {
  outline: max(2px, 0.15em) solid #3977ab;
  outline-offset: max(2px, 0.15em);
}
#PayType label .errmsg {
    background: #dc4935;
    color: #FFF;
    padding: 0 3px;
}
#PayQuick .tip {
    background: #dc4935;
    color: #FFF;
    padding: 0 3px;
}
#point_use, #LPDNO {
    display: inline-block;
    margin: 0 0 10px;
    width: 230px;
    height: 70px;
    color: red;
    background-color: white;
    border: thin solid red;
	text-align: right;
    border-radius: 4px;
    padding: 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.FormBTN.mini {
    width: auto;
    white-space: nowrap;
    padding: 0 10px;
    height: 70px;
    line-height: 70px;
    border-radius: 0px;
}
#ShopcarBlock .FormPart {
	margin: 0 auto 0;
	width: 590px;
}
#cdown {
    text-align: center;
    margin: 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 20px 0;
    font-size: 30px;
}



#POPCover {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 99;
}
#POPCover.Light {
    background: rgba(0,0,0,0.5);
}
#POPWindow {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#POPWindow.NewPOP {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);
}
#POPWindow.NewPOP h3 {
    margin: 0;
    padding: 15px 60px 10px 30px;
    font-size: 23px;
    line-height: 1.5;
    background: #3977ab;
    color: #FFF;
}
#POPWindow.NewPOP .Alert h3 {
    background: #B83400;
}
#POPWindow #POPClose {
    border: 0 none;
    background: none center no-repeat;
    cursor: pointer;
    width: 41px;
    height: 40px;
    position: absolute;
    background-image: url(/img/popclose.png);
    left: 50%;
    margin-left: 249px;
    top: 10px;
}
#POPContent {
    position: absolute;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    overflow-y: auto;
}
#POPContent .Deco {
	height: 100%;
	padding: 15px;
	box-sizing: border-box;
	max-height: 700px;
    overflow: scroll;
}
#POPContent .Deco.Alert {
	background: #B83400;
	position: relative;
}
#POPWindow.NewPOP #POPContent {
    color: #333 !important;
}
#POPLogin, .POPMsg {
	position: fixed;
	top: 65px;
	box-sizing: border-box;
	width: 100%;
    z-index: 100;
}
#POPLogin .DecoBox, .POPMsg  .DecoBox {
	width: 608px;
	margin: 0 auto 0;
    background: #FFF no-repeat top center;
    min-height: 50px;
	border: 1px solid #DDD;
}
#POPLogin button.POPClose, .POPMsg button.POPClose {
    display: block;
    float: right;
    box-sizing: border-box;
    border: 1px solid #5482a8;
    text-align: center;
    padding: 0;
    width: 26px;
    height: 26px;
    margin-top: 7px;
    line-height: 24px;
	margin: 12px 20px 0 0;
	background: #88abda;
	border-top-color: #aec8ec;
	border-left-color: #aec8ec;
}
#POPLogin button.POPClose .fa, .POPMsg button.POPClose .fa {
    padding-right: 0;
    line-height: 24px;
	color: #FFF;
}

#POPLogin .FormRow {
	margin: 9px 0;
}
#POPLogin .FormRow * {
	box-sizing: border-box;
}
.POPMsg #POPAlert {
	padding: 0 40px 30px 40px;
}
.POPMsg #POPAlert .topic {
	line-height: 25px;
	font-size: 16px;
	color: #eb6100;
	font-weight: bold;
}
.POPMsg #POPAlert .content {
	line-height: 1.5;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	padding-left: 20px;
}
.POPMsg #POPAlert .ButtonList {
	padding-top: 30px;
}
#POPLogin .FormRow .title {
	display: inline-block;
	width: 84px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #3977ab;
}
#POPLogin .FormRow input {
	display: inline-block;
	width: 300px;
	height: 30px;
	line-height: 24px;
	padding: 2px;
	border: 1px solid #d3d6db;
}
#POPLogin .FormRow input:focus {
	background: #faffbd;
}
#POPLogin .FormRow button:focus {
	opacity: 0.8;
}
#POPLogin .FormRow .FormBTN {
	float: right;
	display: inline-block;
	padding: 0 20px;
	height: 28px;
	margin: 0;
	border: 0 none;
	line-height: 28px;
	border-radius: 3px;
	font-size: 14px;
	background: #53bfcd;
	color: #FFF;
	text-decoration: none;
}
#POPLogin .FormRow .FormSubmit {
	display: inline-block;
	width: 130px;
	height: 44px;
	margin: 0;
	border: 0 none;
	line-height: 44px;
	border-radius: 5px;
	font-size: 18px;
	background: #3977aa;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#POPLogin .FormRow .FormNote {
	font-size: 13px;
	color: #eb6100;
	line-height: 19px;
	padding-bottom: 30px;
	font-weight: bold;
}
#LinkBack {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px;
	color: #FFF;
	font-size: 25px;	
}
#POPContent{
    line-height: 32px;
    font-size: 18px;
    color: #9e9e9e;
}
#POPContent .Deco.Alert {
    color: #fff;
}
#POPContent h3, #POPContent p {
    margin: 0 0 15px 0;
}
#POPContent h3 {
    line-height: 40px;
    font-size: 25px;
    color: #ffffff;
    font-weight: normal;
}
#Mtype {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3px;
    border-top: 1px dashed #BBB;
    border-bottom: 1px solid #AAA;
    padding-top: 20px;
    padding: 20px 20px 0;
}
#Mtype li {
    display: block;
    position: relative;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    font-weight: bold;
    color: #555;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #AAA;
    border-bottom: 0px none;
    min-height: 50px;
    padding: 15px 10px;
    cursor: pointer;
}
#Mtype li.Activity {
    background: #FFF no-repeat top center;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA9QAAABSCAYAAAC11ZzcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU4M0U4RTk5RURBMjExRTVCREUyOTFBRjQ5M0I3MDg1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU4M0U4RTlBRURBMjExRTVCREUyOTFBRjQ5M0I3MDg1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTgzRThFOTdFREEyMTFFNUJERTI5MUFGNDkzQjcwODUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTgzRThFOThFREEyMTFFNUJERTI5MUFGNDkzQjcwODUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4dYuWaAAAIdElEQVR42uzd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);
}
#Mtype li.Activity:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: #FFF;
    bottom: -1px;
    left: 0;
}
.MData_block {
    margin: 20px;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.MData_block.Activity {
    display: grid;
}
.MData_block a {
    color: #555;
    font-size: 24px;
    line-height: 35px;
    display: block;
    position: relative;
}
.MData_block .chart_img {
    width: 100%;
    padding-bottom: 100%;
    background: no-repeat center;
    background-size: cover;
}
.MData_block h4 {
    line-height: 46px;
    background: #4d85b4;
    padding: 0 22px;
    color: #FFF;
    font-size: 25px;
    font-weight: normal;
    white-space: nowrap;
}
.MData_block .chart_article, .MData_block .chart_artist {
    padding: 0 10px;
}
.MData_block .chart_artist {
    color: #3977ab;
}
#UniNote {
    border: 2px solid darkred;
    background: red;
    color: wheat;
    font-weight: bolder;
    padding: 10px 15px;
}
#UniNote:empty {
  display: none;
}