/* Add your CSS here */


body{padding:0;}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238C98F2'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;

  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-color: #efefef;
}

a{
	color:#272224;
	font-size:12px;
	text-decoration: none;
	-webkit-transition: 0.2s;
    transition: 0s;
	line-height:27px;
	display:inline-block;
}
a.bold{
	font-weight:bold;
}
a.s14{
	font-size:14px;
}

a:hover, a:active, a:focus{
	text-decoration: none;
	color:#ec1327;
}

/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	/*height: 28px;*/
}
/**/
.h6 {
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑","Microsoft JhengHei",STXihei, "华文细黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
    font-size: 14px;
}
.tp-banner {
    /*max-width:1200px;*/
	margin:0 auto;
	overflow:hidden;
}
.tp-caption.large_bold_white {
    font-size: 60px;
    line-height: 66px;
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑","Microsoft JhengHei",STXihei, "华文细黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
	font-weight:normal;
	width:100%;
	text-align:center;
}
.tp-caption.modern_medium_white{
    font-size: 26px;
    line-height: 36px;
}

.dropdown-menu {
    min-width: 60px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.page-content {
    padding-top: 0px;
    padding-bottom:0px;
	margin:0;
}
.container{
	padding-bottom:0px;
}
.padding-bottom1{
	padding-bottom:56px;
}
.padding-bottom2{
	padding-bottom:90px;
}
.padding-bottom4{
	padding-bottom:140px;
}
.margin-top1{
	margin-top:0;
}
.background-gray{background:#f1f1f1;}

hr.hr-fw{
	margin:0;border-color:#e2e2e2;
}
hr.hr-fw2{
	margin:56px 0 0 0;border-color:#e2e2e2;
}
div.title-top-bordered{
	width:230px;
	border-top:4px solid #000;
	font-size:14px;font-weight:bold;
	line-height:36px;
	padding-bottom:18px;
}
div.title-top-bordered-thanks{
	line-height:24px;
	padding-bottom:24px;
	padding-top:8px;
}
div.title-top-bordered-white{
	border-top:4px solid #fff;
	color:#fff;
}

@media(max-width:767px){
	.padding-bottom2{
		padding-bottom:30px;
	}
	.padding-bottom3{
		padding-bottom:60px;
	}
	.padding-bottom4{
		padding-bottom:60px;
	}
	.banner-section{
		display:none;
	}
	.margin-top1{
		margin-top:16px;
	}
	div.title-top-bordered{
		border-top-color:transparent;
		padding-bottom: 10px;
	}
	.col-xs-4x{
		padding-left: 8px;
		padding-right: 8px;
	}
	.custom-row{
		padding-left: 8px;
		padding-right: 8px;
	}
	.entry.entry__small .excerpt {
		margin-bottom: 36px;text-align:center;
	}
	.entry.entry__small .media-sp {
		margin-bottom: 18px;
	}
}


.alignleft img,
.alignright img,
.alignnone img,
.aligncenter img {
  padding: 0px;
  /*border: 1px solid transparent;*/
  background-color: transparent;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
}
.btn,.btn-default,.btn-primary{
	display:inline-block;
	text-transform: uppercase;
	border-radius: 0;
	font-size:12px;
	line-height:1.0;
	border:3px solid transparent;
	box-shadow: none;
	    text-shadow: none;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑","Microsoft JhengHei",STXihei, "华文细黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
}
.btn-default{font-weight:normal;}
.btn-primary,.btn-primary:hover{
	color:#fff;
	background:#ec1327;
	border:3px solid #ec1327;
}
.btn-black{
	padding:11px 25px;
	background:#272224;border:3px solid #272224;
	color:#fff;
}
.btn-golden{
	padding:11px 25px;
	background:#dfc695;border:3px solid #dfc695;
	color:#fff;
}
.btn-red{
	padding:11px 25px;
	background:#ec1327;border:3px solid #ec1327;
	color:#fff;
}
.btn-red2{
	padding:9px 20px;
	background:#ec1327;border:3px solid #ec1327;
	color:#fff;
}
.btn-black:active, .btn-black:focus, .btn-black:hover,.btn-primary, .btn-primary:active,.btn-primary:hover {
	/*border-color: #dfc695;*/
	color: #dfc695;
	outline: none;
}
.btn-golden:active, .btn-golden:focus, .btn-golden:hover {
	color: #000;
	outline: none;
}
.btn-red:active,.btn-red:hover {
	background:transparent;
	color:#ec1327;
}
.btn-primary2,.btn-primary2:active,.btn-primary2:hover,.btn-primary2:focus{
	color:#fff;background:#ec1327;border-color:#ec1327;
}
@media(max-width:767px){
	.btn-primary2,.btn-default2{
		width:100%;margin:0;padding:10px 0;border:0px solid transparent;text-align:center;
	}
	.btn-black-index{
		width: 108px;
		padding: 0;
		line-height: 2;
	}
}
.entry .entry-thumb > a:before {
  background: #fff;
}
/************ myfooter***************/
.myfooter{

}
a.footer-logo{
  width:77px;height:45px;
  margin:15px 0;
  background-image: url(../images/logo154b.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display:inline-block;
}
@media(max-width:767px){
	a.footer-logo{
	  margin:0 0 30px 0;
	}
}
.myfooter a{
}
a.padding{
	padding-bottom:15px;
}
.padding2{
	padding-top:15px;
}
a.margin{
	margin-bottom:15px;
}
.myfooter a:hover, .myfooter a:active, .myfooter a:focus{
	
}
.myfooter .copyright{
	margin-top:36px;
	padding-top:18px;
	border-top:2px solid #393939;
}
.copyright span{
	display:block;float:left;  
}
.nobreak{
	white-space:nowrap;
	height:22px;line-height:22px;
}
/************ myfooter end ***************/

.project-item .dlink{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(255, 255, 255, 0.9);
	background: #ec1327;
    text-decoration: none;
	/**/
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 38px;
    text-align: center;
    z-index: 2;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.project-item .dlink:hover{
    background: #fff;
}
.project-item .project-img:hover .dlink{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.project-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.project-desc{
	background:#fff;padding:16px 0 0 0;text-align:left;
}
.project-img{cursor:pointer;}
img.border1{border:1px solid #bcbcbc}
.project-feed-filter {
    margin: 0 0 36px -2px;
}
@media(max-width:767px){
	.project-feed-filter{
		margin:0 0 0px 0;
	}
	.project-feed-filter > li {
		width:19%;display: inline-block;padding:0;
	}
}

/***********header***********/
.page-heading {
    background: transparent;
    border:0px solid transparent;
    position: relative;
    text-align: center;
}
.page-heading:before,
.page-heading:after {
  content: "";
  display: block;
  height: 0px;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
}
.page-heading:before {
  top: 0;
}
.page-heading:after {
  bottom: 0;
}
.page-heading.page-heading__image {
    /*background-image: url(/images/headerbgx2.jpg);    background-image: none;
*/
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
	background-color:#e9e9e9;
    position: relative;
}

.page-heading.page-heading__image:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #000;
    opacity: 0.00;
    filter: alpha(opacity=0);
}
.page-heading .header-font-name{
	display:inline-block;
	padding:0 36px;margin:50px auto;line-height:44px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#202020;
	border:3px solid #fff;
}
.page-heading .header-title,.page-heading .header-desc{
	height:145px;
	padding:20px;
	color:#fff;
	font-size:20px;
	line-height:1.5;
	text-align:left;
	background:#000;
	box-shadow: 4px 4px 20px -4px #000;
}

.page-heading .header-title{
	font-size:20px;
	margin-left:-1px;
}
.page-heading .header-desc{
	font-size:12px;
	margin-left:1px;
	line-height:1.7;
}
.header-desc .btn-red{
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.page-heading.page-heading__lg {
  padding: 0 0 0 0;
}


/*2019.10.28 add by wqy*/
.img-left{
	padding:0;
}
.img-right{
	padding:0;
}
.img-left img{
	width:100%;
}
.img-right img{
	width:100%;
}
.page-heading.custom_made_lg {
	padding: 150px 0 !important;
	height:300px;
}
.custom-made-bottom{
	padding-bottom:160px;
}


@media (min-width: 768px) {
  .page-heading.page-heading__lg {
    padding: 80px 0;
  }
  

  /*2019.10.28 add by wqy*/
  .img-left{
	padding-right:15px;
  }
  .img-right{
	padding-left:15px;
  }
}
@media (min-width: 992px) {
  .page-heading.page-heading__lg {
    padding: 145px 0;
  }
  .page-heading.font-heading__lg {
    padding: 250px 0 40px 0;
  }
}
@media (max-width: 767px) {
	/*2019.10.28 add by wqy*/
	.page-heading.custom_made_lg {
		padding: 0px 0 !important;
		height:136px;
	}



	.page-heading .header-title{
		font-size:20px;
		margin-left:0px;
		height:auto;
		padding-bottom:0;
	}
	.page-heading .header-desc{
		font-size:12px;
		margin-left:0px;
		height:auto;
	}
	.header-desc .btn-red{
		position: relative;
		left: 0; 
		bottom: 0; 
		margin: 18px 0 0 0;
		clear:both;
	}
}


/**for font page**/
.fontMainTit{font-weight:bold;color:#000;}
.fontMainTit a{display:inline-block;line-height:38px;padding:0 36px;}
.fontMainTit a.on{background:#000;color:#fff;font-weight:bold;}
.fontMainTit a:hover{background:#e7e7e7;color:#000;}
.fontMainTit a.on:hover{background:#000;color:#fff;}
.fontMainTit a.bold{font-weight:bold;}

#fontList{border:2px solid #000;display:block;}
#fontList div, #fontList a, #fontList a:link, #fontList a:visited{
	line-height:38px;color:#000;font-size:12px;font-weight:bold;display:inline-block;padding:0px 15px;margin-bottom:0px;
}
#fontList a.on, #fontList a.on:link, #fontList a.on:visited{background:#000;color:#fff;}
#fontList a:hover, #fontList a:active{background:#e7e7e7;}

#fontList2{height:32px;margin:6px 0 ;position:relative;clear:both;}
#fontList2 div{position:absolute;display:none;}

#fontList2{padding:0px 0 48px 0;clear:both;}
#fontList2 a, #fontList2 a:link, #fontList2 a:visited{
	line-height:28px;color:#999;font-size:12px;font-weight:normal;display:inline-block;padding:0px 9px;border:1px solid transparent;
}

#fontList2 a.on, #fontList2 a.on:link, #fontList2 a.on:visited{color:#000;border:1px solid #000;}
#fontList2 a:hover, #fontList2 a:active{background:#e7e7e7;color:#333;}
#fontList2 a.on:hover, #fontList2 a.on:active{background:#fff;color:#000;}
.fonts-navigation a{margin-right:-3px;}

#testInput input,#downcode{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius:0px; 
}
#testInput{width:66.66666667%;height:44px;padding-right:15px;}
#ftext{width:80%;height:42px;line-height:40px;text-indent:10px;font-size:18px;font-weight:bold;background:#fff;border:1px solid #ccc;margin:0;padding:0;float:left;}
#fbutton{width: 20%;height: 42px;line-height: 42px;background: #000;color: #fff;font-size: 18px;font-weight: bold;cursor: pointer;border-width: 0px;float: right;box-sizing: border-box;padding: 0;}
#fontshow{width:610px;height:100px;overflow:hidden;margin-top:2px;}
#fontshow img{max-width:100%;}
#fontImgset{}
#fontImgset img{margin-bottom:35px;}
@media(max-width:767px){
	/*2019.10.28 add by wqy*/
	.page-heading .custom_made_name {
		display: inline-block;
		margin: 70px auto !important;
		font-size: 12px  !important;
		opacity: 1 !important;
		padding: 0px 10px !important;
		border: 3px solid #fff !important;
		line-height: 35px  !important;
		color: #fff  !important;
		background: #202020 !important;
	}
	.custom-made-bottom{
		padding-bottom:100px;
	}



	.page-heading .header-font-name {
		display: inline-block;
		padding: 0 16px;
		margin: 50px auto;
		line-height: 30px;
		font-size: 14px;
		font-weight: bold;
		color: #000;
		background: #fff;
		filter:alpha(opacity=0);  
		  -moz-opacity:0;  
		  -khtml-opacity:0;  
		  opacity: 0;  
	}
	.fontMainTit{font-weight:bold;color:#000;padding-bottom:0px;}
	.fontMainTit a{width:23%;display:inline-block;line-height:38px;padding:0 1%;text-align:center;}
	#testInput{width:100%;height:44px;    padding-right: 0;}
	#ftext{width:70%;height:42px;line-height:40px;text-indent:10px;font-size:18px;font-weight:bold;background:#fff;border:1px solid #ccc;margin:0;padding:0;float:left;}
	#fbutton{width:30%;height:42px;line-height:42px;background:#000;color:#fff;font-size:18px;font-weight:bold;cursor:pointer;border-width:0px;float:right;}
	#fontshow{width:100%;height:100px;overflow:hidden;margin-top:2px;}
	#fontshow img{width:100%;max-width:100%;}
}
#fontImgset img{
	max-width:100%;
}
#fontImgset img:nth-child(2), #fontImgset img:nth-child(3) {  
   border:1px solid #aaa;  
} 
.font-detail-desc{padding-left:45px;}
.about-right{padding-left:45px;}
.fontDescTit{line-height:1.1;font-size:14px;font-weight:bold;border-bottom:0px solid #000;margin-bottom:22px;display:inline-block;}
.fontDesc{line-height:22px;font-size:12px;padding-bottom:70px;clear:both;}
.goBuy{padding-bottom:85px;}
#fontDesc .btn-buy{margin-top:6px;}
.wx-img-wrapper {padding-left:0;padding-right:0;}
.wx-img-wrapper img{width:100%;max-width:100%;}
.wx-img-desc{padding:15px 0 50px 0;}
.auth-block{padding:0px 15px 15px 35px ;border:0px solid #ccc;}
#downcode{height:40px;clear:both;margin:20px 0 12px 0;text-align: center;}

.about-right-logo,.about-right-logo-title{width:46%;margin-right:3%;}
.about-right-wx,.about-right-wx-title{width:46%;margin-left:3%;}
.about-right-logo-title,.about-right-wx-title{height:50px;line-height:50px;display:inline-block;margin-bottom:20px;}
.address-title{line-height:20px;display:inline-block;font-weight:bold;padding:0 0 13px 0;}
@media (max-width: 767px){
	.wx-img-wrapper{
		padding: 0 29%;
	}
	.wx-img-desc {
		padding: 15px 0 30px 0;
		text-align: center;
	}
	.mobi-align-center {
		text-align:center;
	}
	.auth-block{padding:0px 15px 15px 0 ;}
	.font-detail-desc{padding-left:15px;}
	.about-right{padding-left:15px;padding-top:20px;}
	#downcode{width:42%;}
	#down,#buy{width:42%;}
	
	#fontDesc .btn-buy {
		margin-top: 12px;
	}
	#fontDesc .btn-down {
		margin-top: 6px;
	}
	.goBuy{padding-bottom:40px;}
	.down-wrapper{padding-bottom:30px;}
}

/*********for types***********/
.grid{}
.imagesGrid{
	width:100%;
	box-sizing:border-box;    
	border-collapse: inherit;
    border-spacing: 15px;
}
.imagesGrid td{
	box-sizing:border-box;
	background-size: cover;
	background-repeat:no-repeat;
}
.imagesGrid img{
	width:100%;
	max-width:100%;
}

@media (max-width:767px){
	.imagesGrid{
		border-spacing: 6px;
	}
	.grid{
		padding:0 9px;
	}
}

/**********auth**************/
#price-wrapper img{
	width:100%;max-width:100%;
}
@media (max-width: 767px) {
	#price-wrapper img{
		margin-bottom: 15px;
	}
}
.price-box{
	background:#ec1327;
	border:4px solid #ec1327;
	color:#fff;
	font-size:14px;
}
.price-box .price{
	font-size:18px;
	line-height:1.5;
	margin-bottom:30px;
}
.price-box .year{
	font-size:12px;
}
.price-box .desc{
	
}
@media (min-width: 768px) {
	.price-box .price{
		font-size:20px;
		line-height:1.5;
		margin-bottom:80px;
	}
}
@media (min-width: 992px) {
	.price-box .price{
		font-size:30px;
		line-height:1.5;
		margin-bottom:120px;
	}
}
/*********about*******************/
.about-media{
/* background: url("/images/slider/about2.jpg") center center transparent;
	background-attachment: fixed;*/
	background:#666;

}
.about-media ul{
	    padding-left: 0;
    margin-bottom: 0;
}
.about-media li{
	list-style: none;line-height:2.0;
}
.about-media a{
	color:#fff;
}
/**************disney******************
#disneyImages .col-md-6,
#disneyImages .col-md-3,
#disneyImages .col-sm-6,
#disneyImages .col-sm-3
{
	padding-left:0;padding-right:0;
}
*/
.col-nopadding{
	padding-left:0;padding-right:0;
}
.col-nopadding .en-title,.col-nopadding a.bold{
	padding-left:15px;
}
.col-nopadding a.bold{
	display:inline-block;
	padding-top:24px;
}
#disneyImages img
{
	width:100%;max-width:100%;
}
#disneyImages  .img-row{
    margin-left: 0;
    margin-right: 0;
	padding-bottom:0;
}
#disneyImages  .img-row div.top-desc{
	padding-bottom:20%;
}

#disneyImages  .img-row a{
	background:transparent;
	transition-duration: 0.2s;
	-moz-transition-duration: 0.2s; /* Firefox 4 */
	-webkit-transition-duration: 0.2s; /* Safari 和 Chrome */
	-o-transition-duration: 0.2s; /* Opera */
	transition-timing-function: linear;
	-moz-transition-timing-function: linear; /* Firefox 4 */
	-webkit-transition-timing-function: linear; /* Safari 和 Chrome */
	-o-transition-timing-function: linear; /* Opera */
}
#disneyImages  .img-row a:hover{
	background:#ededed;color:#000;
}
#disneyImages  .img-row a.first-link{
	font-weight:bold;
}
#disneyImages  .img-row a.first-link:hover{
	background:transparent;color:#ec1327;
}
#disneyImages  .img-row a.width2x{
	display:block;padding-bottom:40%;
}
#disneyImages  .img-row a.width1x{
	display:block;padding-bottom:80%;
}

#disneyImages  .img-row a span{
	display:block;text-indent:12px;
}
#disneyImages  .img-row a span.bold{
	font-weight:bold;padding-top:12px;
}
@media(max-width:767px){
	#disneyImages  .img-row div.top-desc{
		;padding-top:6%;
	}
	#disneyImages  .img-row a.width2x{
		display:block;padding-bottom:20%;
	}
	#disneyImages  .img-row a.width1x{
		display:block;padding-bottom:20%;
	}
}
/**********disneyland****************/
.btn-virtual-wrapper{
	display:block;text-align:center;
	padding:0 0 48px 0;
}
.btn-virtual {
	display:inline-block;
    padding: 11px 25px;
    background: #fff;
    border: 3px solid #000;
    color: #000;
	font-size:14px;font-weight:bold;
	margin:0 auto;
	text-align:center;
}
#landDesc{padding:0 15px 20px 15px;}
#disneyLandImages  .img-row{
    margin-left: 0;
    margin-right: 0;
}
#disneyLandImages img
{
	width:100%;max-width:100%;padding:0px;
}
.land-desc{
	padding:60px 0;
}
#disneyLandImages .no-left-padding{
	padding-left:0;
}
#disneyLandImages .no-right-padding{
	padding-right:0;
}
#disneyLandImages .no-left-right-padding{
	padding-left:0;
	padding-right:0;
}
#disneyLandImages .no-all-padding{
	padding:0;
}
#disneyLandImages .padding-41{
	padding-left:0;
	padding-right:0px;
}
#disneyLandImages .padding-42{
	padding-left: 0px;
}
#disneyLandImages .padding-43{
	padding-right:0px;
}
#disneyLandImages .padding-44{
	padding-left:0px;
	padding-right:0px;
}
@media(max-width:767px){
	.land-desc{
		padding:30px 0;
	}
	.btn-virtual-wrapper {
		padding: 0 0 24px 0;
	}
}
/*********** testimonialsSlider **************/

#testimonialsSlider img{
	width:100%;max-width:100%;
}

.slider-section {
    margin-bottom: 0px !important;
    margin: 0px -100% 70px -100%;
    padding: 0px 100% 20px 100%;
    background: transparent;
    overflow: hidden;
    border-top: 0px solid #e4e4e4;
}
.owl-theme .owl-controls {
    text-align: center;
	margin-top:0;
}
.owl-testi .owl-pagination {
    padding-top: 0;
}
.owl-theme .owl-pagination .owl-page {
    position: relative;
    display: inline-block;
    margin: 0 1px;
	padding:12px 0;
    width: 32px;
    height: 4px;
    cursor: pointer;
}
.owl-theme .owl-pagination .owl-page span {
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	margin:12px 0;
	outline: none;
	border-radius: inherit;
	background-color: #bbb;
	/*background-color: rgba(0,0,0,0.3);*/
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}
.owl-theme .owl-pagination .owl-page.active span {
    background-color: #ec1327;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
.owl-theme .owl-pagination .owl-page span:hover,
.owl-theme .owl-pagination .owl-page span:focus {
	/*background-color: rgba(0,0,0,0.7);*/
	background-color:#555;
}
.owl-theme .owl-pagination .owl-page:hover span,
.owl-theme .owl-pagination .owl-page:focus span {
	/*background-color: rgba(0,0,0,0.7);*/
	background-color:#555;
}
.design-desc{
	line-height:4.0;text-align:left;
}
@media (max-width:767px){
	.owl-theme .owl-pagination .owl-page {
		position: relative;
		display: inline-block;
		margin: 0 1px;
		padding: 12px 0;
		width: 16px;
		height: 4px;
		cursor: pointer;
	}
}
/***********top header****************/
.header .logo img {
    width: 207px;
    height: 130px;
}
.header .logo div {
    width: 207px;
    height: 130px;
    background-image: url(../images/raku-logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
@media (min-width: 992px){
  .fhmm .navbar-collapse .navbar-nav > li {
	padding-top:42px;
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    border: none !important;
		transition-duration: 0.2s;
		-moz-transition-duration: 0.2s; /* Firefox 4 */
		-webkit-transition-duration: 0.2s; /* Safari 和 Chrome */
		-o-transition-duration: 0.2s; /* Opera */
		transition-timing-function: linear;
		-moz-transition-timing-function: linear; /* Firefox 4 */
		-webkit-transition-timing-function: linear; /* Safari 和 Chrome */
		-o-transition-timing-function: linear; /* Opera */
  }
  .page-index .fhmm .navbar-collapse .navbar-nav > li {
	/*padding-top:60px;*/
  }
  .fhmm .navbar-collapse .navbar-nav > li:hover {
		/*padding-bottom: 20px;*/
		padding-bottom: 0;
   }

	/*simba 2016/12/16*/
  .header-main{
		transition-duration: 0.2s;
		-moz-transition-duration: 0.2s; /* Firefox 4 */
		-webkit-transition-duration: 0.2s; /* Safari 和 Chrome */
		-o-transition-duration: 0.2s; /* Opera */
		transition-timing-function: linear;
		-moz-transition-timing-function: linear; /* Firefox 4 */
		-webkit-transition-timing-function: linear; /* Safari 和 Chrome */
		-o-transition-timing-function: linear; /* Opera */
  }
  .header-main:hover{
		/*padding-bottom: 24px;*/
  }
}
@media(max-width:991px){
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.fhmm .navbar-collapse .navbar-nav li a {
		padding: 12px 0 12px 30px;
		display: inline-block;
	}
	.lastchild {
		text-align:right;padding-right: 15px;
	}
	li.lastchild a{
		display:block;padding:12px;
	}
	.fhmm .navbar-collapse .navbar-nav > li:last-child > a.shopping-cart{
		font-size: 14px;
	}
	.fhmm .navbar-collapse .navbar-nav > li:last-child > a.shopping-cart div{
		width: 30px;
		height:30px;
		background-image: url(../images/shopping-cart-white.png);
		background-size: contain;
	}
	.fhmm .navbar-collapse .navbar-nav > li:last-child > a.shopping-cart span{
		width: 26px;
		text-align: center;
		position: absolute;
		font-size: 12px;
		color: #000;
		left: 4px;
		top: 4px;
	}
}

/************Rebuild heading***************/

.img-heading{
	position:relative;
}
.fonts-heading{
	background-color:#000;text-align: center;
}
.toggle-images .pc-img{
	display:inline;max-width:100%;
}
.toggle-images .mobile-img{
	display:none;max-width:100%;
}
@media(max-width:767px){
	.toggle-images .pc-img{
		display:none;
	}
	.toggle-images .mobile-img{
		display:inline;
	}
}
div.layer-wrapper{
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	padding:0;
	transform: translate(0%,0%);
	font-size:0.4em;line-height:1.5em;
	text-align:center;

}
div.layer-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /* margin-right: -0.25em; Adjusts for spacing */
}
div.layer-logo{
  width:100%;
  transform: translate(0,-20%);
  background-image: url(../images/logo_white.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
    font-size: 1.6em;
    line-height: 1.7em;
}
div.layer-wrapper a.black-btn{
	display:inline-block;
	margin-top:1em;
	font-size:0.4em;
	line-height:2em;
	padding:0 1em;
	border:1px solid #fff;
	background:#fff;
	color:#000;
}
/*********for auth header*************/
.header-title-box{
	height:145px;
	padding:0;
	color:#fff;
	font-size:20px;
	line-height:1.5;
	text-align:left;
	background:transparent;
	border:5px solid #fff;
	box-shadow: none;
}
.header-title-box div:nth-child(1){
	height:100%;padding:20px;
	border-right:1px solid #fff;
}
.header-title-box div:nth-child(2){
	height:100%;padding:20px;
	font-size:12px;
}
/*********for fonts header*************/
.header-title-box-white{
	height:145px;max-width:1140px;
	display:inline-block;    
	padding:0;
	color:#000;
	font-size:20px;
	line-height:1.5;
	text-align:left;
	white-space: normal;
	border:0px solid #fff;
	box-shadow: none;
	background-color: #fff;
	background-color: rgba(255,255,255,0.93);
	text-shadow:none;
	display: inline-block;
	vertical-align: middle;
/*
	transform:translate(100px);
	-webkit-transform:translate(100px);
    -moz-transform:translate(100px);
	transition:1s ease all;
	-webkit-transition:1s ease all;
    -moz-transition:1s ease all;
	*/
}
@media(max-width:767px){
	.header-title-box-white{display:none;}
}
.header-title-box-white div:nth-child(1){
	height:100%;padding:20px;
	border-right:1px solid #000;
	font-weight:bold;
}
.header-title-box-white div:nth-child(2){
	height:100%;padding:20px;
	font-size:12px;
}
.header-title-box-white .btn-red{
	color:#fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.header-title-box-white .btn-red:hover{
	color:#ec1327;
}
/*********for media header*************/
.header-title-box-white-border{
	color:#fff;
	border:5px solid #fff;
	box-shadow: none;
	background-color: transparent;
}
.header-title-box-white-border div:nth-child(1){
	border-right:1px solid #fff;
}
/*********for about header*************/
.header-title-box-white-no-border{
	background-color: transparent;
}
.header-title-box-white-no-border div:nth-child(1){
	border-right:0px solid #fff;
}
/*********for types header*************/
.header-title-box-white-transparent-border{
	background-color: transparent;
}
.header-title-box-white-transparent-border div:nth-child(1){
	background-color: rgba(255,255,255,0.93);
	border-right:0px solid #fff;
	margin-left:-1px;
}
.header-title-box-white-transparent-border div:nth-child(2){
	background-color: rgba(255,255,255,0.93);
	border-right:0px solid #fff;
	margin-left:1px;
}
/**************page media*******************/
.media-sp-padding{
	padding-top:0px;
	text-indent:6px;
}
#rmrbInner{padding-top:50px;}
.mediaDiv{
	display:none;
	padding:0 ;
}
.mediaDesc{
	padding-bottom:60px;
}
.mediaDesc2{
	padding-bottom:0px;
}
.mediaBold {
    text-align: left;
    font-weight: bold;
}
.mediaInner{
	padding-top:55px;
	padding-left:35px;
	padding-bottom:60px;
}
@media(max-width:767px){
	#rmrbInner{padding-top:0;}
	.mediaInner{
		padding-top:0;
		padding-left:15px;
	}
	.mediaDesc2{
		padding-bottom:36px;
	}
	.media-sp-padding{
		padding-top:18px;
		text-indent:0;
	}
}

.mediaInner img{
	width:100%;max-width:100%;border:1px solid #ccc;margin-bottom:20px;
}
.mediaSpan{font-size:20px;font-weight:bold;line-height:1.5;padding:40px 0 40px 0;display: inline-block;}
.mediaSpan2{font-size:20px;font-weight:bold;line-height:1.5; padding: 40px 0 10px 0;;display: inline-block;}
.mediaSpan3{font-size:20px;font-weight:bold;line-height:1.5;padding:60px 0 0 0;display: inline-block;}
.mediaTitle{font-size:14px;font-weight:bold;line-height:1.5;padding:0px 0 0px 0;display: inline-block;}

.title-desc{font-size:14px;}
#bonVideo {
    width: 100%;
}
@media(max-width:767px){
	.mediaSpan{font-size:20px;font-weight:bold;line-height:1.5;padding:0px 0 20px 0;display: inline-block;}
}
/******************ext**********************/
.padding0{padding-left:0;padding-right:0;}
/**********for index*************/
@media(max-width:991px){
	.entry.entry__single {
		line-height:0px;
	}
	.entry.entry__small .entry-thumb {
		margin-bottom: 10px;
	}
	.index-bold{
		display:block;padding-bottom: 24px;
	}
	.project-item {
		margin-bottom: 15px;
	}
	.project-desc {
		padding: 6px 0 0 0;
	}
}
@media(max-width:767px){
	.auth-footer-link{
		padding:22px 0 0 0 ;
	}
}

.type-link-for-font{
	font-weight:bold;margin:18px 0px 50px 0px;
}

@media(max-width:767px){
	.type-link-for-font{
		;margin:0 0 20px 0;
	}
}

.bottom-biger{}
@media(max-width:767px){
	.entry.entry__small .media-sp {
		margin-bottom: 18px;
	}
	
	.bottom-biger{font-size:20px;}
}

/************for fonts****************/
@media (max-width: 767px) and (min-width: 320px){
	.project-feed__4cols .project-item, .project-feed__3cols .project-item, .project-feed__2cols .project-item {
		width: 50%;
	}
}
/************for qinquan****************/
#claim-contents{min-height:1024px;padding:0 0 40px 0;}
.notify{
	margin:50px 20px;
	margin: 0 auto 40px auto;
	padding:90px 100px;
	max-width:900px;
	box-shadow: 2px 2px 18px #777;
	background-color:#fff;
	border:1px solid #9a9a9a;
	font-size:16px;
	line-height:1.8;
	position: relative;
}
.notify h2{
	text-align:center;
}
.notify p.contact-block{
	padding-top:64px;
}
.notify p.companey-block{
	position: relative;
	text-align:right;
	padding-top:64px;
}
.companey-block img.mark-img{
	position: absolute;
    bottom: -8px;
    right: -7px;
}
.notify.notify-images{
	padding-top:60px;
}
.notify.notify-images img{
	max-width:100%;
	padding-bottom:30px;
}
.notify a{
    font-size: initial;
    text-decoration: underline;
    text-transform: none;
	color:blue;
}
.download-wrapper{
    margin: 40px auto 30px auto;
    padding: 0;
    max-width: 900px;
    font-size: 16px;
    line-height: 1.8;
	text-align:right;
    position: relative;
}
.download-wrapper .fa{
	font-size:28px;
    line-height: 1.1;
}
.download-wrapper .btn-default{
	background:#000;color:#fff;
	font-size:14px;
	padding:1px 14px;
}

.download-wrapper .btn-default:hover, .download-wrapper .btn-default:active{
	background:#ec1327;color:#fff;border-color:#ec1327;
}


@media(max-width:767px){
	.notify{
		margin: 0 auto 40px auto;
		padding:60px 40px;
	}
	.notify h2{
		margin-bottom:0;
	}
}

/*#################################################*/

a{
    cursor: pointer;
	text-decoration: none;
}
a:hover, a:active, a:focus, a.on{
	color:#dac08d;
}

/**footer**/
.myfooter{
	padding:85px 0 85px 0;
}
.myfooter .f1{ 
    line-height: 42px;
    font-size: 42px;
}
.myfooter .f2{
    padding: 6px 0 6px 0;
}
.myfooter .f2 span{
	font-size:17px;font-weight:bold;
}
.myfooter .f2 span:last-child{
	font-size:10px;
	font-weight:normal;
	padding-left:8px;
}
.myfooter .f3{
    padding: 8px 0 18px 0;
}
.myfooter .f3 ul{
	padding-left: 0;
	padding-bottom:6px;margin-bottom: 0;
}
.myfooter .f3 ul li{
	list-style: none;
	display:inline-block;
	margin-right:24px;
/*	font-weight:bold;*/
}
.myfooter .f3 ul li a{
    font-size: 12px;
    display: block;
    line-height: 24px;
}
.myfooter .f3 ul li:last-child{
	
}
.myfooter .f4{
    font-size: 10px;
}

@media all and (min-width: 992px) {
  /**********begin***********/

	.fhmm .navbar-collapse .navbar-nav > li:last-child {
		/*height:86px;
		line-height:86px;
		position: absolute;
		left: 25%;*/
		margin-left: 50px;
	}
	.fhmm .navbar-collapse .navbar-nav > li:last-child > a {
		/* margin-top: 15px; */
		padding: 0 0 0 20px;
		line-height: 54px;
		border: 0px solid #000;
	}
	.fhmm .navbar-collapse .navbar-nav > li:last-child > a.shopping-cart{
		font-size: 20px;
		font-weight: normal;
	}
	.fhmm .navbar-collapse .navbar-nav > li:last-child > a.shopping-cart div{
		width: 32px;
		height: 32px;
		margin: 11px 0 0 0;
		background: url(../images/shopping-cart.png) no-repeat;
		background-size: contain;
	}
	.fhmm .navbar-collapse .navbar-nav > li:last-child > a.shopping-cart span{
		width: 26px;
		text-align: center;
		position: absolute;
		font-size: 12px;
		color: #ffffff;
		right: 0;
		top: -1px;
		transform: scale(.7);
	}
	.fhmm .navbar-collapse .navbar-nav > li:last-child > a.shopping-cart span:hover{
		color:#dac08d;
	}
	.page-index .fhmm .navbar-collapse .navbar-nav > li:last-child {
		left: 0;
	}
	.page-index  .fhmm .navbar-collapse .navbar-nav > li:last-child > a {
	}
  /**********end***********/

}

/***************detail begin*****************/
.panel-default {
	border-color: #ddd;
}
.page-title{
	padding: 68px 0 30px 0;
	font-size: 20px;
}
.container-padding-top{
	padding-top:30px;
}
.box h3{
	margin-bottom: 20px;
}
.detail-left h3{
	padding-top: 30px;
}
.detail-left ul{
	padding: 40px 0 0 45px;
}
.detail-right ul{
	padding: 422px 0 0 0;
}
ul.smooth{
	padding: 118px 0 0 0;
	position:fixed;
}
.detail-left li, .detail-right li{
	list-style:none;
}
.detail-left li a, .detail-right li a{
	line-height:2;
    font-size: 10px;
}

.detail-left ul.heji{
	text-align:right;
	padding-right:32px;
}


div.slogan-1, div.slogan-2{
	letter-spacing: 6px;
	font-weight: bold;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
	-webkit-writing-mode: vertical-lr;
	*writing-mode: tb-lr;
	box-sizing: content-box !important;
}
div.slogan-1{
	height:110px;
	padding-left: 60px;
	font-size: 14px;
}
div.slogan-2{
	height:160px;
	padding-left: 80px;
	font-size: 16px;
}
div.slogan-1 p, div.slogan-2 p{
	height:260px;
	*display: inline;
	*writing-mode: tb-rl;
}
div.slogan-1 p{
	height:125px;
}


.page-font div.slogan-1{
    padding-top: 373px;
}
.page-font div.slogan-2{
    padding-top: 290px;
}

.page-font-list div.slogan-1{
    padding-top: 564px;
}
.page-font-list div.slogan-2{
    padding-top: 456px;
}

.page-custom div.slogan-1{
    padding-top: 656px;
}
.page-custom div.slogan-2{
    padding-top: 662px;
}
.page-about div.slogan-1{
    padding-top: 323px;
}
.page-about div.slogan-2{
    padding-top: 242px;
}
.page-auth div.slogan-1{
    padding-top: 323px;
}
.page-auth div.slogan-2{
    padding-top: 242px;
}
/*
.page-font div.slogan-1{
    padding-top: 373px;
}
.page-font div.slogan-2{
    padding-top: 290px;
}

.page-font-list div.slogan-1{
    padding-top: 564px;
}
.page-font-list div.slogan-2{
    padding-top: 575px;
}

.page-custom div.slogan-1{
    padding-top: 150px;
}
.page-custom div.slogan-2{
    padding-top: 150px;
}
.page-about div.slogan-1{
    padding-top: 95px;
}
.page-about div.slogan-2{
    padding-top: 540px;
}

*/
/*.detail-left ul:nth-child(4)>li, .detail-left ul:nth-child(5)>li{
}*/


.detail-right{
	padding-top: 68px;
}
.detail-right img{
	width:100%;
}

.page-font .first-row{
	position: relative;
}
.page-font .detail-right img.last{
	padding-top:60px;
}

.detail-right div.img-title-wrapper{
    width: 56%;
	float:right;
	padding:20px 0 60px 0;
}
.page-custom .detail-right div.img-title-wrapper{
	color:#272224;
}

.detail-right .img-title-1, .detail-right .img-title-2{
    text-align: left;
    line-height: 34px;
}

.detail-right .img-title-1{
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #e0c899;
}

.detail-right .img-title-2{
	font-size:12px;
}

.detail-desc-1{
    position: absolute;
    right: 0;
    bottom: 143px;
    padding-left: 45px;
}
.detail-desc-2{
	margin-top:-5px;
    padding-left: 45px;
}

.detail-desc-2.years-auth{
	padding-top:100px;
}

.detail-desc-link{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 45%;
    text-align: right;
}
.detail-desc-link-2{
	text-align:left;
	margin-top:120px;
}
.detail-desc-title{
    font-weight: bold;
    padding-bottom: 20px;
}
.detail-desc-contents{
    line-height: 2;
}

/*for fontList*/


.detail-desc-3{
	height:300px;
	padding: 0px 15px 40px 5px;
}
.detail-right img.list-item-img{
	width:187px;
	width:215px;
}
.detail-right div.img-title-wrapper-2{
    padding: 0 0 5px 0;
    color: #000;
}

.detail-right .img-title-3, .detail-right .img-title-4{
    line-height: 34px;
}

.detail-right .img-title-3{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #e0c899;
}
.detail-right .img-title-3 a{
    font-size: 16px;
    line-height: 28px;
    display: block;
    padding-bottom: 4px;
}

.detail-right .img-title-4{
	font-size:14px;
}

.big-2020{
    text-align: center;
    padding: 93px 64px 0 0;
}
.big-2020 h1{
    font-size: 42px;
    margin-bottom: 0;
}
.big-2020 h6{
	font-size:12px;
}

.float-box {
    padding: 44px 0 0 0;
    position: fixed;
}
.float-box .buy-btn{
	width:200px;
}
.float-box>ul{
    padding: 16px 0 0 0;
    margin-bottom: 5px;
}
.float-box>ul>li{
    list-style: none;
	user-select: none;
}
.float-box label.checked{
    font-weight:bold;
}
.float-box input[type="checkbox"]{
}
/*for about*/

.detail-desc-4{
	padding: 224px 15px 40px 45px;
}
.detail-desc-5{
	padding: 100px 15px 40px 45px;
}
.page-about-logo{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #000;
    color: #dfc694;
    letter-spacing: -1px;
    text-align: center;
}
.about-addr{
	padding-top: 20px;
}
.about-rakufont{
    padding-top: 28px;
    font-size: 19px;
}
ul.media-icon-set{
    padding: 25px 0 0 0;
}
ul.media-icon-set li{
    display: inline-block;
    list-style: none;
    padding-right: 10px;
}
ul.media-icon-set img{
	width:22px;
	margin:7px 0;
    opacity: 0.75;
    transition: 0.3s;
}
ul.media-icon-set img:hover{
    opacity: 0.45;
}
.about-contents-title{
	padding: 122px 0 10px 0;
}
.about-contents-title span:nth-child(1){
	font-size:20px;
	font-weight:bold;
}
.about-contents-title span:nth-child(2){
	/*transform: scale(0.8);
	transform-origin: left;
	display:inline-block;*/
}
.about-contents{
    line-height: 2.1;
}
.about-contents-2{
    line-height: 2.5;
}
.about-contents .title{
    font-size:14px;
	font-weight:bold;
	    padding: 14px 0 0px 0;
	display:inline-block;
}
/***************detail end*****************/


/***************index begin*****************/

.page-index .container{
	
}

.page-index .header .logo{
	--display:none;
}
.page-index .detail-left{
	padding: 0 0 0 15px;
}

.page-index .detail-right img:nth-child(2){
    /*top: 318px;*/
}

.page-index .detail-right {
    padding: 0 15px 0 15px;
}

.page-index .detail-left img{
	width:580px;
}

.page-index .detail-right img{
    position: absolute;
    right: 370px;
    right: 267px;
    width: 310px;
    display: none;
}
.page-index .detail-right .slogan {
    display: block;
    height: 270px;
    padding: 100px 0 0 146px;
    letter-spacing: 6px;
    font-weight: bold;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    box-sizing: content-box !important;
    font-size: 18px;
    font-weight: bold;
}
.page-index .detail-right .slogan p{
    height: 270px;
    *display: inline;
    *writing-mode: tb-rl;
}

.news{
    padding: 40px 0 20px 0;
}

.page-news .news{
    padding: 0;
}

.news-header{
    font-size: 12px;
	font-weight: bold;
    padding-bottom: 16px;
    display: block;
}
.news-row{
    line-height: 25px;
}
.news-date{
    display: inline-block;
    min-width: 100px;
}
.news-link-label{
    display: inline-block;
    min-width: 80px;
}
.news-title{
    display: inline-block;
    padding-bottom: 10px;
}
.news-footer{
    display: block;
    max-width: 395px;
    text-align: right;
    padding-top: 16px;
}

.news-footer a{
    font-weight:bold;
}


.page-index .myfooter .f1 {
	display:none;
}
@media (min-width: 992px){

	.page-index .detail-left a{
		display:block;
		margin: 190px 0 50px 0;
	}
	.page-index .detail-left img {
		width: 500px;
	}
	.page-index .myfooter {
		padding: 50px 0 40px 0;
	}
	/*.page-index{
		height:100%;
		min-height: 1100px;
	}
	.page-index .main{
		top: -60px;
		height:calc(100% - 114px);
		min-height:980px;
	}
	.page-index .page-content{
		height:80%;
		max-height:1290px;
	}
	.page-index .page-content .container, .page-index .page-content .row{
		height:100%;
	}
	.page-index .container {
		min-width: 1600px;
		max-width: 2000px;
		width: 90%;
		padding: 0 100px 0 100px;
	}
	.page-index .detail-left, .page-index .detail-right{
		height:100%;
		min-height: 782px;
	}

	.page-index .detail-left img {
		width: 580px;
		position: absolute;
		left: 15px;
		top: calc(50% - 180px);
	}
	.page-index .detail-right {
		padding: 0 ;
	}*/
}
@media (max-width: 991px){

	.page-index .header .logo{
		display:block;
	}
	.page-index .detail-left{
		padding: 14% 0 0 15px;
	}

	.page-index .detail-left img{
		width:70%;
		max-width: 500px;
	}

	.page-index .detail-right img{
		width:50%;
		display: inline;
	}

	.page-index .detail-right{	
		display: none;
		padding: 20% 0 0 0px;
		text-align:center;
	}
	.news{
		padding-top:50px;
	}
	.news-row{
		padding-bottom:10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.page-index .detail-right img {
		position: absolute;
		right: 370px;
		right: 287px;
		width: 200px;
		display: block;
	}
	.page-index .detail-right .slogan {
		/* top: 176px; */
		right: 65px;
	}
	.page-index .detail-left img {
		width: 500px;
	}
	.detail-right img.list-item-img {
		width: 187px;
	}
}
/***************index end*****************/

/*************** faq *****************/
.faq-wrapper{

}
.faq-wrapper span{
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
}
.faq-wrapper p{
    padding-bottom: 20px;
}
/*************** faq end*****************/

/***************user center*****************/
ul.user-menu{
	padding: 0 40px 0 0;
}
ul.user-menu li{
    background: #272224;
    border-top: 1px solid #3a3134;
    border-bottom: 1px solid #000;
}
ul.user-menu li a{
    display: block;
    padding: 10px 18px;
    color: #fff;
}
ul.user-menu li a:hover{
    color: #dfc695;
}
ul.user-menu li a.on{
    color: #dfc695;
    font-weight: bold;
}
/***************user center end*****************/

/*************** for shopCart *****************/


.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: 512px;
    overflow-y: auto;
}

.modal-content {
    border-radius: 0;
}
#helpModal .modal-body img{
	width:auto;
	max-width:100%;
}
#helpModal .modal-body img.small{
	--width:230px;
}

.shop-cart{

}

.page-shop-cart{
}

.count-of-shop-cart{

}

.table > tbody > tr > td.device-td{
	border-top:0;
    padding: 14px 0 35px 0;
}
.table > tbody > tr > td.device-td-first{
	border-top:0;
    padding: 14px 0 0 0;
}
.table > tbody > tr > td.help-td{
	border-top:0;
    padding: 0 0 35px 0;
}

.device-item{
	padding-bottom:15px;
}
.device-list{
	padding-bottom:5px;
}

.device-list-editable{

}
.device-list-editable .input-device-id{
    display: inline-block;
    float: left;
}
.device-list-editable .btn{
    display: inline-block;
    padding: 7px;
    float: right;
    margin: -32px 0 0 0;
}

.cart-table th{
    text-align: center;
	min-width:60px;
	white-space:nowrap;
}
.cart-table .product-thumb {
}
.cart-table .product-price, .cart-table .product-quantity, .cart-table .product-download, .cart-table .product-years {
	min-width:60px;
    text-align: center;
}
.cart-table .product-quantity, .cart-table .product-subtotal{
	min-width:80px;
}
.cart-table .product-subtotal span{
	min-width:35px;
}
.blank-shop-cart-tr{
	display:none;
}


.table > tbody > tr > td.pay-info{
	padding:45px 0 15px 0;
	font-size:16px;
	line-height:1.8;
}
.table > tbody > tr > td.edit-info{
    padding: 22px 0 0px 0;
    font-size: 12px;
    line-height: 1.8;
}
.quantity .minus:hover, .quantity .plus:hover {
    background: #d0d0d0;
    color: #000;
}
.register-div{

}
.register-div span{
    display: block;
    padding: 20px 0 10px 0;
}
/*************** shopCart end*****************/

/*************** register ****************/
.mobile-table{
	display:none;
    /*display: block;*/
}
.mobile-table td{
    font-size: 10px;
    color: #999;
}
.mobile-table span{
    clear: both;
    display: block;
    font-size: 12px;
    color: #272224;
    line-height: 1.6;
    padding-top: 5px;
}
.personall .tr-corp-info{
	display:none;
}
.box-form{
	display:none;
}
.user-type-selector{
    padding: 100px 0 40px 0;
}
.user-type-selector div{
    padding: 18px 0 0 0;
}
.user-type-selector span{
	font-weight:bold;
	padding-bottom:10px;

}

/*************** register end*****************/


/*************** for auth *****************/
.page-auth .page-title{
	padding-top:0;
}
.page-auth .btn-inline, .page-font .btn-inline{
    margin: 25px 0 25px 0;
	min-width:142px;
}
.auth-table{

}
.auth-table span.selected{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #999;
    display: inline-block;
}
.auth-table tr > th:last-of-type {
    white-space: nowrap;
}
.auth-table tr > td:last-of-type {
    text-align:center;
}

	.auth-table-mobile .table-bordered {
		border-top: 1px solid #272224;
		margin-bottom: 0;
	}
	.auth-table-mobile .table > thead > tr > th {
		background: #272224;
		color: #fff;
		font-weight: bold;
		font-size: 12px !important;
		border: 1px solid #272224;
		padding:9px 14px;
	}
	.auth-table-mobile .title {
		padding-bottom: 0px;
		line-height: 27px;
		display: block;
		font-weight: bold;
		font-size:12px;
	}

	.auth-table-mobile ul  {
		list-style: decimal;
		list-style-type: decimal;
		padding: 0 0 0 12px;
	}

	.auth-table-mobile ul li {
		display: list-item;
		list-style: decimal;
		padding-top:10px;
	}


	.auth-table-mobile ul li.none-style {
		list-style: none;
	}

	.education-desc{
		padding-bottom:20px;
	}
	.education-info{
		padding-bottom:20px;
		font-weight:bold;
	}

/*************** for 404 *****************/

.page-404 h2{
    margin: 120px 0 25px 0;
}
.cookie-box{    
	display:none;
	width: 300px;
    position: fixed;
    bottom: 20px;
    /* left: 0; */
    right: 20px;
    padding: 20px;
    background: rgba(40, 34, 36, 0.9);
    /* border-bottom: 1px solid #ccc; */
    box-shadow: 0px 0px 14px #0000004d;
    z-index: 100;
    color: #fff;
}
.cookie-title{
	font-size:18px;
}
.cookiebar-close{
	margin-top:15px;
}
/*************** for 404 end *****************/

@media (min-width: 992px) and (max-width: 1199px){
	.detail-desc-link{
		margin-bottom: 25%;
	}
}

.br-mobile-show{
	display:none;
}
.br-mobile-hide{
	display:inline;
}

.mobile-show{
	display:none;
}
.mobile-hide{
	display:inherit;
}


@media (max-width: 991px){

	.cookie-box{    
		width: auto;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.br-mobile-show{
		display:inline;
	}
	.br-mobile-hide{
		display:none;
	}

	.mobile-show{
		display:inherit;
	}
	.mobile-hide{
		display:none;
	}

	.fhmm .navbar-collapse {
		margin: 20px 0 0 0;
	}
	.detail-left li, .detail-right li{
		display: inline-block;
		margin-right: 15px;
	}
	.header .logo {
		padding: 31px 0 0 0;
	}
	.header .logo div {
		width: 124px;
		height: 78px;
		width: 144px;
		height: 91px;
	}

	.header .logo img {
		width: 144px;
		height: 91px;
	}

	.page-title {
		padding: 48px 0 30px 0;
		font-size: 20px;
	}
	.page-auth .page-title {
		padding: 48px 0 30px 0;
		font-size: 20px;
	}
	.detail-right{
		padding-top:0;
	}
	.page-custom .detail-right, .page-about .detail-right{
		padding-top:30px;
	}
	.detail-right div.img-title-wrapper {
		padding: 20px 0 0 0;
	}

	.page-custom .detail-right div.img-title-wrapper {
		padding: 20px 0 25px 0;
		width:100%;
	}

	div.slogan-1, div.slogan-2{display:none;}
	.header .logo {
		padding: 15px 0 0 0;
	}

	.page-font .first-row {
		position: relative;
	}

	.detail-desc-link{
		margin-bottom: 15px;
	}
	.detail-desc-link-2 {
		text-align: right;
		margin-top: 30px;
	}
	.detail-desc-1 {
		position: static;
		padding: 15px 15px 40px 15px;
		clear: both;
	}
	.detail-desc-2 {
		margin-top: 30px;
		padding-left: 15px;
	}
	.detail-left ul{
		padding:0;
	}

	.detail-right ul.media-icon-set{
		padding-top:30px;
	}
	ul.media-icon-set img {
		/*width: 33px;
		margin-right: -3px;*/
	}
	.page-about-logo {
		margin: 0 auto;
	}
	.detail-left li, .detail-right li{
	}
	.detail-left li a, .detail-right li a{
		display: inline-block;
		min-width: 125px;
	}
	.detail-left ul.heji{

	}
	div.slogan-1, div.slogan-2{}

	.myfooter {
		padding: 60px 0 100px 0;
	}

	.myfooter .f3 ul li {
		display: inline-block;
		margin-right: 24px;
		line-height: 30px;
	}
	.myfooter .f1 {
		line-height: 28px;
		font-size: 28px;
	}
	/*font list*/
	.big-2020 {
		text-align: center;
		padding: 30px 0 15px 0;
		width: 66.6666%;
	}
	.page-about img.logo-big {
		padding-top:18px;
	}
	.detail-right img.list-item-img {
		width: 66.6666%;
	}
	.detail-desc-3 {
		height: auto;
		padding: 24px 15px 48px 15px;
	}

	.about-contents-title{
		padding-top:40px;
	}
	.about-rakufont {
		display: none;
		padding-top: 40px;
		font-size: 19px;
	}
	.detail-desc-4 {
		padding: 50px 15px 40px 15px
	}
	.detail-desc-5{
		padding: 100px 15px 40px 45px;
	}
	.cart-table tbody .product-thumb {
		padding-left: 14px;
		padding-right: 0;
	}
	/*for auth table*/
	
	/*order & shopCart*/
	.table > tbody > tr > td.device-td {
		border-top: 0;
		padding: 14px 15px 35px 15px;
	}
	.table > tbody > tr > td.pay-info , .table > tbody > tr > td.edit-info {
		padding: 22px 15px 0px 15px;
	}

}
@media (min-width: 768px) and (max-width: 991px) { 

}
@media (max-width: 767px){
	.fhmm .navbar-collapse {
		margin: 20px 0 0 0;
	}
	.detail-left li, .detail-right li{
		display: inline-block;
		margin-right: 15px;
	}
	ul.user-menu{
		margin-right: -15px;
	}
	ul.user-menu li {
		margin-bottom: 15px;
	}
	ul.user-menu li a {
		min-width: 145px;
		text-align: center;
		padding: 7px;
	 }
	ul.user-menu li a.biger {
		width:auto;
	 }

/**/
	.navbar {
		margin-bottom: 0;
	}
}




/*############################################### 992 to 1024 ################################################*/

