<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600&amp;family=Noto+Serif+TC:wght@600;700;900&amp;family=Oswald:wght@400;500;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300&amp;family=PT+Sans&amp;display=swap');
.eng-font {
	font-family: 'Oswald', "Arial Narrow", sans-serif;
	padding: 0 5px;
}
.type-font {
	font-family: 'PT Sans', 'Noto Sans SC', sans-serif;
}
.body-home-rwd {
	color: #363636;
}
img {
	width: 100%;
	border: none;
}
a {
	color: #363636;
}
.sign-size{
	font-size: 20px;
	padding: 0 5px;
}
.cfont-red {
	color: #ff3636;
	font-weight: bold;
}
.en-font { font-family: 'Oswald', sans-serif; }
/*head Start*/
.head {
    width: 100%;
	padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.head-inner {
	position: relative;
    max-width: 100%;
    background-color: rgba(0,0,0,0.65);
    margin: 0 auto;
    padding: 5px 20px;
}
.logo {
	max-width: 240px;
	float: left;
	margin-left: 30px;
}
.logo img {
	width: 100%;
	border: none;
}
.logo-mobile {
	display: none;
}
.logo-mobile img {
	width: 100%;
	border: none;
}
.desktop-menu {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	top: 28px;
	right: 60px;
	letter-spacing: 3px;
}
.desktop-menu ul {
}
.desktop-menu ul li {
	display: inline-block;
}
.desktop-menu ul li a {
	color: #ffffff;
	border-right: #ffffff 1px solid;
	padding: 0 15px;
}
.desktop-menu ul li:last-child a {
	border-right: none;
}
/*head End*/
/*mainbanner Start*/
.mainbanner {
}
/*mainbanner End*/
/*main-box1 Start*/
.main-box1 {
	background-color: #fff;
}
.main-box1-inner {
	position: relative;
	max-width: 1920px;
    margin: 0 auto;
    padding: 60px;
	z-index: 9;
	
}
.main-box1-title {
	font-size: 80px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
}
.main-box1-subtitle {
	font-size: 56px;
	text-align: center;
}
.fix-box {
	padding-top: 28px;
}
.fix-box ul {
}
.fix-box ul li {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 24%;
	margin: 0.5%;
	float: left;
	padding-bottom: 24%;
}
.fix-box-bg1 {
	background-image: url("../images/service_item01.jpg");
	background-image: image-set(
		"../images/service_item01.webp" type("image/webp"),
		"../images/service_item01.jpg" type("image/jpeg")
	);
}
.fix-box-bg2 {
	background-image: url("../images/service_item02.jpg");
	background-image: image-set(
		"../images/service_item02.webp" type("image/webp"),
		"../images/service_item02.jpg" type("image/jpeg")
	);
}
.fix-box-bg3 {
	background-image: url("../images/service_item03.jpg");
	background-image: image-set(
		"../images/service_item03.webp" type("image/webp"),
		"../images/service_item03.jpg" type("image/jpeg")
	);
}
.fix-box-bg4 {
	background-image: url("../images/service_item04.jpg");
	background-image: image-set(
		"../images/service_item04.webp" type("image/webp"),
		"../images/service_item04.jpg" type("image/jpeg")
	);
}
.fix-box-bg5 {
	background-image: url("../images/service_item05.jpg");
	background-image: image-set(
		"../images/service_item05.webp" type("image/webp"),
		"../images/service_item05.jpg" type("image/jpeg")
	);
}
.fix-box-bg6 {
	background-image: url("../images/service_item06.jpg");
	background-image: image-set(
		"../images/service_item06.webp" type("image/webp"),
		"../images/service_item06.jpg" type("image/jpeg")
	);
}
.fix-box-bg7 {
	background-image: url("../images/service_item07.jpg");
	background-image: image-set(
		"../images/service_item07.webp" type("image/webp"),
		"../images/service_item07.jpg" type("image/jpeg")
	);
}
.fix-box-bg8 {
	background-image: url("../images/service_item08.jpg");
	background-image: image-set(
		"../images/service_item08.webp" type("image/webp"),
		"../images/service_item08.jpg" type("image/jpeg")
	);
}
.fix-box-text {
	background-color: rgba(0,0,0,0.65);
    position: absolute;
    width: 100%;
    padding: 8px 16px;
    bottom: 0;
    color: #fff;
}
.fix-box-t1 {
	text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
	padding: 8px 0;
}
.fix-box-t2 {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
/*main-box1 End*/
/*main-box2 Start*/
.main-box2 {
	background-color: #cccccc;
}
.main-box2-inner {
	position: relative;
	max-width: 1920px;
    margin: 0 auto;
    padding: 60px;
	z-index: 9;
	
}
.main-box2-title {
	font-size: 80px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
}
.main-box2-subtitle {
	font-size: 56px;
	text-align: center;
}
.m2-box {
	padding: 50px 30px;
}
/*main-box2 End*/
/*main-box3 Start*/
.main-box3 {
	background-color: #fff;
}
.main-box3-inner {
	position: relative;
	max-width: 1920px;
    margin: 0 auto;
    padding: 60px;
	z-index: 9;
	
}
.main-box3-title {
	font-size: 80px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
}
.main-box3-subtitle {
	font-size: 56px;
	text-align: center;
}
.m3-box {
	padding: 50px 30px;
}
.m3-box ul {
}
.m3-box ul li {
	width: 32.3333%;
	margin: 0.5%;
	float: left;
}
/*main-box3 End*/
/*main-box4 Start*/
.main-box4 {
	background-color: #fff;
}
.main-box4-inner {
	position: relative;
    margin: 0 auto;
	height: 600px;
	padding: 10px 0px 60px 0px;
	z-index: 9;
	
}
/*main-box4 End*/
/*main-box5 Start*/
.main-box5 {
	background-color: #fff;
}
.main-box5-page {
	background-color: #efefef;
}
.main-box5-inner {
	position: relative;
    margin: 0 auto;
	padding: 30px 0px 60px 0px;
	z-index: 9;
	
}
.m5-box {
}
.m5-box-t1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
}
.m5-box-t2 {
	text-align: center;
	font-size: 20px;
	padding: 2px 0px;
}
.m5-sns {
	text-align: center;
}
.m5-sns-item {
	display: inline-block;
	margin: 20px 5px;
}
.m5-sns-item a {
	display: block;
	max-width: 64px;
}
.m5-sns-item a img {
	width: 100%;
	border: none;
}
/*main-box5 End*/
/*about Start*/
.box-about {
}
.box-about-inner {
	position: relative;
	margin:  0 auto;
	max-width: 1680px;
	padding: 120px 0px 60px 0px;
}
.box-about-t1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
}
.box-about-t2 {
	text-align: center;
	font-size: 20px;
	padding: 2px 0;
}
.box-about-line {
	max-width: 200px;
	height: 5px;
	background-color: #363636;
	margin: 0 auto;
	display: block;
}
.box-about-con {
	padding: 30px 0 60px 0;
	font-size: 22px;
	line-height: 36px;
}
.box-about-con-photo {
	width: 100%;
}
.box-about-con-photo img {
	width: 100%;
	border: none;
}
.box-about-con-text {
	padding: 20px;
}
.box-about-con-text p {
	padding-bottom: 20px;
}
.box-about-con img {
	width: 100%;
	border: none;
}
.box-about-con-left {
	width: 65%;
    float: left;
    margin-right: 30px;
}
.box-about-con-left img {
	width: 100%;
	border: none;
}
.box-about-con-right {
	font-size: 22px;
	line-height: 36px;
	padding-top: 50px;
	padding-right: 20px;
}
.box-about-con-right p {
	padding-bottom: 20px;
}
/*about End*/
/*subbanner Start*/
.subbanner {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
}
.subbanner-fix {
	background-image: url("../images/subbanner-fix.jpg");
	background-image: image-set("../images/subbanner-fix.webp" type("image/webp"),"../images/subbanner-fix.jpg" type("image/jpeg"));
}
.subbanner-collection {
	background-image: url("../images/subbanner-collection.jpg");
	background-image: image-set("../images/subbanner-collection.webp" type("image/webp"),"../images/subbanner-collection.jpg" type("image/jpeg"));
	background-position: left top!important;
}
.subbanner-repair {
	background-image: url("../images/subbanner-repair.jpg");
	background-image: image-set("../images/subbanner-repair.webp" type("image/webp"),"../images/subbanner-repair.jpg" type("image/jpeg"));
}
.subbanner-contact {
	background-image: url("../images/subbanner-contact.jpg");
	background-image: image-set("../images/subbanner-contact.webp" type("image/webp"),"../images/subbanner-contact.jpg" type("image/jpeg"));
}
.subbanner-brands {
	background-image: url("../images/subbanner-brands.jpg");
	background-image: image-set("../images/subbanner-brands.webp" type("image/webp"),"../images/subbanner-brands.jpg" type("image/jpeg"));
}
/*subbanner End*/
/*fix Start*/
.box-fix {
}
.box-fix-inner {
	position: relative;
	margin:  0 auto;
	max-width: 1680px;
	padding: 60px 0px;
}
.box-fix-t1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
}
.box-fix-t2 {
	text-align: center;
	font-size: 20px;
	padding: 2px 0;
}
.box-fix-line {
	max-width: 200px;
	height: 5px;
	background-color: #363636;
	margin: 0 auto;
	display: block;
}
.box-fix-item {
	max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}
.box-fix-item ul {
	text-align: center;
}
.box-fix-item ul li {
	display: inline-block;
}
.box-fix-item ul li a {
	display: block;
	text-align: center;
}
.box-fix-item ul li a p {
	display: block;
}
.box-fix-item ul li a img {
	max-width: 90px;
	width: 100%;
	border: none;
}

.fix-table-iphone {
	margin: 0 auto;
	max-width: 1000px;
}
.fix-table-macbook {
	margin: 0 auto;
	max-width: 1280px;
}
/*fix End*/
/*repair Start*/
.box-repair {
}
.box-repair-inner {
	position: relative;
	margin:  0 auto;
	max-width: 1680px;
	padding: 60px 0px;
}
.box-repair-t1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
}
.box-repair-t2 {
	text-align: center;
	font-size: 20px;
	padding: 2px 0;
}
.box-repair-line {
	max-width: 200px;
	height: 5px;
	background-color: #363636;
	margin: 0 auto;
	display: block;
}
.box-repair-case {
	padding: 30px 0 60px 0;
}
.box-repair-case ul {
}
.box-repair-case ul li {
	width: 23%;
	margin: 0 1% 60px 1%;
    position: relative;
	float: left;
}
.box-repair-case ul li a {
	display: block;
}
.repair-photo {
	margin: 0 0 15px 0;
    position: relative;
}
.repair-img {
	width: 100%;
	aspect-ratio: 1/1;
}
.repair-title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
	height: 30px;
	overflow: hidden;
}
.repair-content {
	font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    height: 72px;
    margin: 0 0 5px 0;
    overflow: hidden;
}
.repair-more-btn {
	display: inline-block;
    text-align: center;
    float: right;
}
.repair-more-btn a {
	text-align: center;
    color: #ff6600;
    padding: 0px 8px 4px 8px;
    font-size: 15px;
	font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px #ff6600 solid;
}
.repair-detail {
	padding: 0px 40px;
}
.repair-detail-photo {
	position: relative;
}
.detail-photo {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.detail-img {
}
.detail-img-ex {
	font-size: 16px;
    color: #666666;
    padding: 5px 20px 5px 20px;
}
.repair-detail-content {
	font-size: 16px;
    font-weight: normal;
    line-height: 28px;
	text-align: left;
	padding: 0 10px;
}
.repair-detail-content h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}
.repair-detail-content p {
	padding-bottom: 15px;
}
.repair-detail-btn {
	margin: 20px 0;
}
.repair-detail-btn a {
	background-color: #666666;
    text-align: center;
    width: 300px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
	letter-spacing: 3px;
}
.repair-detail-content ul{
	margin-left: 20px;
}
.repair-detail-content ul li {
	width: 100%;
	margin: 0;
	float: left;
	padding: 5px 0px;
	list-style-type: decimal;
}
.bold-font {
	font-weight: bold;
}
/*repair End*/
/*collection Start*/
.box-collection {
}
.box-collection-inner {
	position: relative;
	margin:  0 auto;
	max-width: 1680px;
	padding: 60px 0px;
}
.box-collection-t1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
}
.box-collection-t2 {
	text-align: center;
	font-size: 20px;
	padding: 2px 0;
}
.box-collection-line {
	max-width: 200px;
	height: 5px;
	background-color: #363636;
	margin: 0 auto;
	display: block;
}
.box-collection-col-frame {
	padding: 30px 0px;
}
.box-collection-col{
	position: relative;
}
.col-photo {
	width: 50%;
	float: left;
}
.col-photo img {
	width: 100%;
	border: none;
}
.col-intro {
	position: relative;
	width: 50%;
	float: left;
	padding: 200px 20px 20px 20px;
}

.col-photo2 {
	width: 50%;
	float: right;
}
.col-photo2 img {
	width: 100%;
	border: none;
}
.col-intro2 {
	position: relative;
	width: 50%;
	float: right;
	padding: 200px 20px 20px 20px;
}
.col-intro-inner {
}
.col-intro-inner h1 {
	color: #363636;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}
.col-intro-inner-ex {
	color: #666666;
	font-size: 20px;
	text-align: center;
}

.col-intro-inner-ex p {
	padding: 5px 0;
}

/*collection End*/
/*brands Start*/
.box-brands {
}
.box-brands-inner {
	position: relative;
	margin:  0 auto;
	max-width: 1680px;
	padding: 60px 0px;
}
.box-brands-t1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
}
.box-brands-t2 {
	text-align: center;
	font-size: 20px;
	padding: 2px 0;
}
.box-brands-line {
	max-width: 200px;
	height: 5px;
	background-color: #363636;
	margin: 0 auto;
	display: block;
}
.box-brands-col-frame {
	padding: 30px 0px;
}
.brands-col-xl {
	width: 100%;
	padding: 5px;
}
.brands-col-l {
	width: 50%;
	float: left;
	padding: 5px;
}
.brands-col-m {
	width: 33.3334%;
	float: left;
	padding: 5px;
}
.brands-col-s {
	width: 25%;
	float: left;
	padding: 5px;
}
.brands-col-xl img, .brands-col-l img, .brands-col-m img, .brands-col-s img {
	width: 100%;
	border: none;
}

/*brands End*/
/*contact Start*/
.box-contact {
}
.box-contact-inner {
    position: relative;
	margin:  0 auto;
	max-width: 1280px;
	padding: 120px 0px 60px 0px;
}
.box-contact-t1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
}
.box-contact-t2 {
	text-align: center;
	font-size: 20px;
	padding: 2px 0;
}
.box-contact-line {
	max-width: 200px;
	height: 5px;
	background-color: #363636;
	margin: 0 auto;
	display: block;
}
.box-contact-con {
	padding-top: 30px;
}
.box-contact-con p {
	line-height: 1.8em;
    float: left;
	padding: 5px 10px 20px 10px;
	text-align: center;
    width: 100%;
}
.cform-con {
    float: left;
    width: 100%;
}
.cform-con ul {
}
.cform-con ul li {
    float: left;
    width: 49%;
    margin-top: 0;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 10px;
}
.cform-con ul li:nth-child(5), .cform-con ul li:nth-child(6) {
    width: 99%;
}
.cform-con ul li.cc input {
    border: solid 1px #c5c3b6;
    padding: 0px 0px 0px 9px;
    color: #6b6b6b;
    text-align: left;
    background: rgba(255,255,255,1.0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFFFFFFF);
    height: 40px;
    width: 100%;
    letter-spacing: 1px;
    font-size: 16px;
	border-radius: 2px;
}
.ccbox {
    border: solid 1px #c5c3b6;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 9px;
    padding-bottom: 0px;
    color: #6b6b6b;
    text-align: left;
    background: rgba(255,255,255,1.0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFFFFFFF);
    height: 40px;
}
.ccbox input[type="radio"] {
    margin-right: 5px;
    margin-left: 10px;
}
.cform-con ul li.cc select {
    background-size: 24px auto;
    border: solid 1px #c5c3b6;
    padding: 0px 0px 0px 9px;
    text-align: left;
    height: 40px;
    width: 100%;
    letter-spacing: 1px;
    font-size: 16px;
	border-radius: 2px;
}
.cform-con ul li.cc textarea {
    border: solid 1px #c5c3b6;
    padding: 9px 0px 0px 9px;
    color: #6b6b6b;
    text-align: left;
    background: rgba(255,255,255,1.0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFFFFFFF);
    height: 200px;
    width: 100%;
    letter-spacing: 0.2em;
    font-size: 16px;
	border-radius: 2px;
}
.btn-box {
}
.btn-box input {
    background-color: #000;
    border-radius: 5px;
    border-style: none;
    color: #ffffff;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
    width: 49%;
    height: 40px;
    letter-spacing: 10px;
    margin-top: 0;
    margin-right: 0.5%;
    margin-left: 0.5%;
    float: left;
	border-radius: 2px;
}
.btn-box input[type="reset"] {
    background-color: #8f8f8f;
}
/*contact End*/
/*grid-row-wrapper Start*/
.grid-row-wrapper {
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
	padding: 20px;
}
.intro {
	background-image: url("../images/brands/ma/patternbg.jpg");
}
.intro-inner {
	max-width: 1200px;
	margin: 30px auto;
	display: block;
}
.intro-inner h1 {
	color: #222222;
	text-align: center;
	font-size: 36px;
	margin: 0;
	padding: 15px;
}
.intro-inner h2 {
	padding: 10px 30px;
	background-color: #222222;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
	height: 48px;
	border-radius: 24px;
	font-size: 20px;
	letter-spacing: 2px;
}
.intro-inner h3 {
	color: #555555;
	text-align: center;
	font-size: 20px;
    letter-spacing: 2px;
	line-height: 30px;
}
.intro-inner-video {
	max-width: 960px;
	margin: 20px auto 40px auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}
/*grid-row-wrapper End*/
/*issue Start*/
.issue {
	background-color: #fff;
}
.issue-inner {
	max-width: 1200px;
	margin: 30px auto;
	display: block;
}
.issue-inner h1 {
	color: #222222;
	text-align: center;
	font-size: 36px;
	margin: 0;
	padding: 15px;
}
.issue-wrapper {
}
.issue-item {
	padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.issue-item.odd {
	color: #333333;
}
.issue-item.even {
	color: #990000;
}
/*issue End*/
/*description Start*/
.description {
	background-color: #efefef;
}
.description-inner {
	max-width: 1200px;
	margin: 30px auto;
	display: block;
}
.description-inner h1 {
	color: #222222;
	text-align: center;
	font-size: 36px;
	margin: 0;
	padding: 15px;
}
.note {
	background-color: #990000;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 5px 15px;
    border-radius: 8px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: 6px;
}
.description-wrapper {
}
.description-wrapper p {
	line-height: 36px;
	padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.description-wrapper img {
	width: 100%;
	float: right;
	padding: 10px;
	max-width: 600px;
	border: none;
	display: inline-block;
}

/*description End*/
/*matough-col Start*/
.matough-col {
}
.matough-col &gt; ul {
}
.matough-col &gt; ul &gt; li {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1300px;
}
.matough-col-inner {
	max-width: 1680px;
	margin: 0 auto;
}
.matough-col-inner2 {
	width: 100%;
	display: block;
}
.matough-b1 {
	float: right;
	display: block;
	padding: 10px;
	max-width: 720px;
	margin-top: 10%;
}
.matough-b1 h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	color: #222222;
}
.matough-b1 h2 {
	font-size: 20px;
	margin: 0;
	padding: 5px 0;
	line-height: 36px;
}
.matough-img {
	margin: 10px 0;
}
.matough-img &gt; ul {
}
.matough-img &gt; ul &gt; li {
	width: 50%;
	float: left;
	display: inline-block;
	padding-right: 10px;
}
.matough-img &gt; ul &gt; li img {
	width: 100%;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.matough-b2 {
	float: left;
	display: block;
	padding: 10px;
	max-width: 720px;
	margin-top: 25%;
}
.matough-b2 h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	color: #222222;
}
.matough-b2 h2 {
	font-size: 20px;
	margin: 0;
	padding: 5px 0;
	line-height: 36px;
}
.matough-b3 {
	float: left;
	display: block;
	padding: 10px;
	max-width: 800px;
	margin-top: 10%;
	color: #fff;
}
.matough-b3 h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	color: #fff;
}
.matough-b3 h2 {
	font-size: 20px;
	margin: 0;
	padding: 5px 0;
	line-height: 36px;
}
.matough-b4 {
	float: right;
	display: block;
	padding: 10px;
	max-width: 720px;
	margin-top: 10%;
	color: #fff;
}
.matough-b4 h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	color: #fff;
}
.matough-b4 h2 {
	font-size: 20px;
	margin: 0;
	padding: 5px 0;
	line-height: 36px;
}
.cfont-w {
	color: #fff!important;
}
.matough-col &gt; ul &gt; li:nth-child(1) {
	background-image: url("../images/brands/ma/ma_pressure_bg.jpg");
}
.matough-col &gt; ul &gt; li:nth-child(2) {
	background-image: url("../images/brands/ma/ma_fricition_bg.jpg");
}
.matough-col &gt; ul &gt; li:nth-child(3) {
	background-image: url("../images/brands/ma/ma_falling_bg.jpg");
}
.matough-col &gt; ul &gt; li:nth-child(4) {
	background-image: url("../images/brands/ma/ma_water_bg.jpg");
}
.matough-col &gt; ul &gt; li:nth-child(5) {
	background-color: #efefef;
	height: auto;
    padding-bottom: 50px;
}
.matough-col &gt; ul &gt; li:nth-child(6) {
	background-image: url("../images/brands/ma/ma_flat.jpg");
	height: 1550px;
}
.matough-col &gt; ul &gt; li:nth-child(7) {
	background-color: #222222;
	height: auto;
	padding-bottom: 30px;
}
.matough-col &gt; ul &gt; li:nth-child(8) {
	background-color: #666666;
	height: auto;
	padding-bottom: 50px;
}
.matough-col &gt; ul &gt; li:nth-child(9) {
	background-image: url("../images/brands/ma/ma_light_bg.jpg");
}
.matough-col &gt; ul &gt; li:nth-child(10) {
	background-color: #ffffff;
	height: auto;
	padding-bottom: 50px;
}
.matough-b5 {
	background-color: #666666;
    width: 100%;
    display: block;
    height: 500px;
    z-index: 2;
}
.matough-b5-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.matough-b5-inner h1 {
	font-size: 50px;
	font-weight: bold;
	margin: 0;
	padding: 70px 0px 30px 0px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.matough-b5-inner h2 {
	border: 2px solid #fff;
    padding: 5px 20px;
    height: 50px;
    border-radius: 25px;
    line-height: 40px;
    max-width: 400px;
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 2px;
}

.matough-b6 {
	background-color: #dadada;
    width: 90%;
    display: block;
	margin: -230px auto 0px auto;
	border-radius: 8px;
    z-index: 3;
}
.matough-b6-inner {
	width: 100%;
	margin: 0 auto;
}
.matough-b6-inner h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 50px 0px 10px 0px;
	color: #222;
	text-align: center;
}
.matough-b6-inner h2 {
	font-size: 60px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0px 30px 0px;
    color: #222;
    text-align: center;
}
.matough-b6-inner &gt; ul {
	padding: 0px 50px;
}
.matough-b6-inner &gt; ul &gt; li {
	width: 33.3333%;
	float: left;
	display: inline-block;
}
.matough-b6-inner &gt; ul &gt; li img {
	width: 100%;
	border: none;
}
.matough-b7 {
	position: absolute;
    display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
}
.matough-b7-inner {
}
.matough-b7-inner h1 {
	font-size: 50px;
	font-weight: bold;
	margin: 0;
	padding: 70px 0px 30px 0px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.matough-b7-inner h2 {
	background-color: #efefef;
    padding: 5px 20px;
    height: 50px;
    border-radius: 25px;
    line-height: 40px;
    max-width: 400px;
    font-size: 24px;
    color: #222;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 2px;
}
.matough-b8 {
	padding: 30px 0px 10px 0px;
}
.matough-b8-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.matough-b8-inner &gt; ul {
	padding: 0px 10px;
}
.matough-b8-inner &gt; ul &gt; li {
	width: 20%;
	float: left;
	display: inline-block;
	padding: 0 10px;
}
.feature-icon {
	width: 100%;
	max-width: 130px;
	margin: 0 auto;
	display: block;
}
.feature-icon img {
	width: 100%;
	border: none;
}
.feature-h1 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 2px;
    text-align: center;
	letter-spacing: 2px;
}
.feature-h2 {
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
    text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
}
.matough-b9 {
}
.matough-b9-inner {
	width: 100%;
	padding: 20px;
}
.matough-b9-inner &gt; ul {
}
.matough-b9-inner &gt; ul &gt; li {
	max-width: 1480px;
	margin: 0 auto;
	display: block;
	padding: 20px 0px;
}
.point-c1 {
	width: 40%;
	float: left;
	display: inline-block;
	padding: 20px;
	margin-top: 50px;
}
.point-c1 h1 {
	background-color: #ffffff;
    color: #666666;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 200px;
    padding: 5px 20px;
    text-align: center;
    height: 50px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 25px;
}
.point-c1 h2 {
	color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}
.point-c1 p {
	color: #ffffff;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
}
.point-c2 {
	width: 60%;
	float: left;
	display: inline-block;
}
.point-c2 img {
	width: 100%;
	border: none;
	border-radius: 8px;
}
.point-c3 {
	width: 40%;
	float: right;
	display: inline-block;
	padding: 20px;
}
.point-c3 h1 {
	background-color: #ffffff;
    color: #666666;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 200px;
    padding: 5px 20px;
    text-align: center;
    height: 50px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 25px;
}
.point-c3 h2 {
	color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}
.point-c3 p {
	color: #ffffff;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
}
.point-c4 {
	width: 60%;
	float: right;
	display: inline-block;
}
.point-c4 img {
	width: 100%;
	border: none;
	border-radius: 8px;
}
.matough-b10 {
}
.matough-b10-inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.matough-b10-inner h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 50px 0px 10px 0px;
	color: #222;
	text-align: center;
}
.matough-b10-inner img {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	border: none;
}
/*matough-col End*/
@media only screen and (max-width: 1920px){
	.main-box1-inner, .main-box2-inner, .main-box3-inner, .main-box5-inner {
		max-width: 1520px;

	}
	.fix-box-t1 {
		font-size: 24px;
	}
	.fix-box-t2 {
		font-size: 18px;
	}
	.box-about-inner {
		max-width: 1520px;
	}
	.subbanner {
		height: 600px;
	}
	.matough-col &gt; ul &gt; li {
		background-size: 1920px auto;
		height: 1000px;
	}
}

@media only screen and (max-width: 1830px){
}

@media only screen and (max-width: 1740px){
	.main-box1-title, .main-box2-title, .main-box3-title {
		font-size: 72px;
	}
	.main-box1-subtitle, .main-box2-subtitle, .main-box3-subtitle {
		font-size: 45px;
	}
}

@media only screen and (max-width: 1520px){
	.main-box1-inner, .main-box2-inner, .main-box3-inner, .main-box5-inner {
		max-width: 1200px;
		padding: 30px 60px;

	}
	.fix-box-text {
		padding: 10px;
	}
	.fix-box-t1 {
		font-size: 18px;
	}
	.fix-box-t2 {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
	}
	.box-about-inner, .box-contact-inner {
		max-width: 1200px;
	}
	.box-about-t1 {
		font-size: 30px;
	}
	.box-about-t2 {
		font-size: 18px;
	}
	.box-about-con, .box-about-con-right {
		font-size: 18px;
		line-height: 30px;
	}
	.subbanner {
		height: 480px;
	}
}

@media only screen and (max-width: 1440px){
	.matough-b1, .matough-b4 {
		margin-right: 40px;
	}
	.matough-b2, .matough-b3 {
		margin-left: 40px;
	}
}

@media only screen and (max-width: 1366px){
	.main-box1-title, .main-box2-title, .main-box3-title {
		font-size: 56px;
	}
	.main-box1-subtitle, .main-box2-subtitle, .main-box3-subtitle {
		font-size: 36px;
	}
	.m2-box, .m3-box {
		padding: 30px 30px;
	}
	.matough-col &gt; ul &gt; li {
		background-size: 1680px auto;
    	height: 875px;
	}
	.matough-col &gt; ul &gt; li:nth-child(6) {
		height: 1355px;
	}
	.matough-b1 {
		max-width: 540px;
	}
	.matough-b3 {
		max-width: 640px;
	}
	.matough-b4 {
		max-width: 540px;
	}
}

@media only screen and (max-width: 1280px){	
	.logo {
		max-width: 200px;
		margin-left: 10px;
	}
	.desktop-menu {
		font-size: 16px;
		font-weight: bold;
		top: 22px;
		right: 20px;
		letter-spacing: 1px;
	}
	.fix-box-t1 {
		font-size: 16px;
	}
	.fix-box-t2 {
		font-size: 15px;
		line-height: 20px;
		height: 60px;
	}
	.main-box4-inner {
		height: 450px;
	}
	.subbanner {
		height: 400px;
	}
	.col-intro, .col-intro2 {
		padding-top: 150px;
	}
	.box-contact-inner {
		max-width: 900px;
	}
	.matough-col &gt; ul &gt; li {
		background-size: 1480px auto;
    	height: 770px;
	}
	.matough-col &gt; ul &gt; li:nth-child(6) {
		height: 1195px;
	}
}

@media only screen and (max-width: 1100px){
}

@media only screen and (max-width: 1024px){
	.head {
		position: fixed;
		border-bottom: 1px solid #ccc;
	}
	.head-inner {
		background-color: rgba(255,255,255,1.0);
		padding: 5px 10px;
	}
	.logo {
		display: none;
	}
	.desktop-menu {
		display: none;
	}
	.logo-mobile {
		display: block;
		max-width: 200px;
	}
	.mainbanner {
		margin-top: 65px;
	}
	.m5-box-t1 {
		font-size: 28px;
	}
	.m5-box-t2 {
		font-size: 16px;
	}
	.m5-sns-item {
		margin: 10px 3px;
	}
	.m5-sns-item a {
		max-width: 32px;
	}
	.box-about-con-right {
		padding-top: 20px;
	}
	.subbanner {
		margin-top: 70px;
		height: 320px;
	}
	.col-intro, .col-intro2 {
		padding-top: 100px;
	}
	.col-intro-inner h1 {
		font-size: 24px;
	}
	.col-intro-inner-ex {
		font-size: 18px;
	}
	.col-intro-inner-ex p {
		padding: 2px 0px;
	}
	.box-contact-inner {
		max-width: 750px;
		padding: 120px 20px 60px 20px;
	}
	.box-repair-case ul li {
		width: 31.3333%;
	}
	.matough-col &gt; ul &gt; li {
		background-size: 1310px auto;
    	height: 680px;
	}
	.matough-col &gt; ul &gt; li:nth-child(6) {
		height: 1050px;
	}
	.description-wrapper img {
		max-width: 480px;
	}
	.matough-b1 {
		max-width: 480px;
		margin-right: 20px;
	}
	.matough-b2 {
		max-width: 580px;
		margin-left: 20px;
	}
	.matough-b3 {
		max-width: 580px;
		margin-left: 20px;
	}
	.matough-b4 {
		max-width: 480px;
		margin-right: 20px;
	}
	.feature-icon {
		max-width: 80px;
	}
	.feature-h1, .feature-h2 {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.matough-b7-inner h1 {
		font-size: 42px;
	}
}

@media only screen and (max-width: 920px){
	.fix-box ul li {
		width: 49%;
		padding-bottom: 49%;
	}
	.main-box1-title, .main-box2-title, .main-box3-title {
		font-size: 48px;
	}
	.main-box1-subtitle, .main-box2-subtitle, .main-box3-subtitle {
		font-size: 30px;
	}
	.m2-box, .m3-box {
		padding: 16px 12px;
	}
	.box-about-con {
		padding-bottom: 0px;
	}
	.box-about-con-left {
		width: 100%;
		float: none;
	}
	.box-about-con-right {
		width: 100%;
		float: none;
		padding: 20px 20px 0px 20px;
	}
	.col-intro, .col-intro2 {
		padding-top: 60px;
	}
	.repair-detail {
		padding: 0 10px;
	}
	.box-fix-t1{
		font-size: 28px;
	}
}
@media only screen and (max-width: 780px){
	.subbanner {
		height: 250px;
	}
	.col-intro, .col-intro2 {
		padding: 20px 5px;
	}
	.col-intro-inner h1 {
		font-size: 20px;
	}
	.col-intro-inner-ex {
		font-size: 16px;
	}
	.cform-con ul li {
		width: 100%;
		float: none;
	}
	.cform-con ul li:nth-child(5), .cform-con ul li:nth-child(6) {
		width: 100%;
	}
	.box-repair-case ul li {
		width: 48%;
	}
	.point-c1, .point-c2, .point-c3, .point-c4 {
		width: 100%;
		float: none;
		display: block;
		padding: 20px;
	}
	.point-c1 {
		margin-top: 0px;
	}
	.matough-col-inner {
		width: 100%;
		background-color: #ccc;
	}
	.bg555 {
		background-color: #555;
	}
	.bg666 {
		background-color: #666;
	}
	.bg222 {
		background-color: #222;
	}
	.bg-clear {
		background-color: transparent;
	}
	.matough-b1, .matough-b2, .matough-b3, .matough-b4 {
		float: none;
		margin: 0 auto;
		padding: 30px 20px 10px 20px;
	}
	.matough-col &gt; ul &gt; li {
		background-position: center bottom;
		height: 900px;
	}
	.matough-col &gt; ul &gt; li:nth-child(1) {
		background-image: url(../images/brands/ma/ma_pressure_bg.jpg);
		background-position: left bottom;
		background-size: 1100px auto;
	}
	.matough-col &gt; ul &gt; li:nth-child(2) {
		background-image: url(../images/brands/ma/ma_fricition_bg.jpg);
		background-position: right bottom;
		background-size: 1100px auto;
	}
	.matough-col &gt; ul &gt; li:nth-child(3) {
		background-image: url(../images/brands/ma/ma_falling_bg.jpg);
		background-position: right bottom;
		background-size: 890px auto;
		height: 650px;
	}
	.matough-col &gt; ul &gt; li:nth-child(4) {
		background-image: url(../images/brands/ma/ma_water_bg.jpg);
		background-position: left bottom;
		background-size: 1100px auto;
	}
	.matough-col &gt; ul &gt; li:nth-child(6) {
		background-position: center top;
		background-size: 800px auto;
		height: 640px;
	}
	.matough-col &gt; ul &gt; li:nth-child(9) {
		background-image: url(../images/brands/ma/ma_light_bg.jpg);
		background-position: right bottom;
		background-size: 1100px auto;
		height: 740px;
	}
	.matough-col &gt; ul &gt; li:nth-child(10) {
		padding-bottom: 0;
	}
	.matough-b7 {
		position: relative;
		top: inherit;
		left: inherit;
		transform: none;
	}
	.matough-b7-inner {
		padding-top: 250px;
	}
	.matough-b7-inner h1 {
		font-size: 36px;
		padding: 70px 0px 10px 0px;
	}
	.matough-b8-inner &gt; ul &gt; li {
		padding: 0 5px;
	}
	.feature-h1, .feature-h2 {
		font-size: 16px;
		letter-spacing: 0px;
	}
}

@media only screen and (max-width: 640px){
	.main-box1-inner, .main-box2-inner, .main-box3-inner, .main-box5-inner {
		padding: 30px;
	}
	.main-box1-title, .main-box2-title, .main-box3-title {
		font-size: 36px;
	}
	.main-box1-subtitle, .main-box2-subtitle, .main-box3-subtitle {
		font-size: 24px;
	}
	.main-box4-inner {
		height: 360px;
	}
	.box-about-con, .box-about-con-right {
		font-size: 16px;
		line-height: 24px;
	}
	.subbanner {
		height: 200px;
	}
	.box-collection-col-frame {
		padding: 30px 40px;
	}
	.col-photo, .col-photo2 {
		width: 100%;
		float: none;
		display: block;
	}
	.col-intro, .col-intro2 {
		width: 100%;
		float: none;
		display: block;
		padding: 5px 5px 20px 5px;
	}
	.detail-photo {
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 500px;
	}
	.description-wrapper img {
		float: none;
		display: block;
	}
	.description-inner h1, .matough-b1 h1, .matough-b2 h1, .matough-b3 h1, .matough-b4 h1, .matough-b6-inner h1 {
		font-size: 30px;
	}
	.description-wrapper p, .matough-b1 h2, .matough-b2 h2, .matough-b3 h2, .matough-b4 h2 {
		font-size: 16px;
		line-height: 28px;
	}
	.matough-col &gt; ul &gt; li:nth-child(3) {
		height: 620px;
	}
	.matough-b5-inner h1, .matough-b6-inner h2 {
		font-size: 36px;
	}
	.matough-b5-inner h2 {
		font-size: 20px;
		letter-spacing: 1px;
		max-width: 300px;
	}
	.matough-b6 {
		margin-top: -250px;
	}
	.matough-b6-inner &gt; ul {
		padding: 0px 20px;
	}
	.matough-b6-inner &gt; ul &gt; li {
		width: 100%;
		float: none;
		display: block;
		padding-bottom: 30px;
	}
	.matough-col &gt; ul &gt; li:nth-child(6) {
		background-position: center top;
		background-size: 640px auto;
		height: 510px;
	}
	.matough-b7-inner {
		padding-top: 100px;
	}
	.matough-b7-inner h1 {
		font-size: 28px;
	}
	.matough-b7-inner h2 {
		font-size: 18px;
		letter-spacing: 1px;
		max-width: 300px;
		height: 36px;
		line-height: 26px;
	}
	.matough-b8-inner &gt; ul &gt; li {
		width: 100%;
		float: none;
		display: block;
		padding: 5px 0px;
	}
	.feature-icon {
		float: left;
    	display: inline-block;
	}
	.feature-h1 {
		padding-top: 20px;
	}
	.feature-h1, .feature-h2 {
		text-align: left;
		padding-left: 90px;
	}
	.point-c1 p, .point-c3 p {
		font-size: 16px;
		line-height: 28px;
	}
	.matough-b9-inner {
		padding: 20px 10px;
	}
	.matough-col &gt; ul &gt; li:nth-child(9) {
		background-size: 980px auto;
		height: 670px;
	}
}

@media only screen and (max-width: 580px){
	.box-repair-case{
		padding: 30px 10px;
	}
	.box-repair-case ul li {
		width: 98%;
	}
	.matough-col &gt; ul &gt; li:nth-child(6) {
		background-position: center top;
		background-size: 540px auto;
		height: 430px;
	}
}
@media only screen and (max-width: 480px){
	.main-box1-inner, .main-box3-inner, .main-box5-inner {
		padding: 28px 12px;		
	}
	.fix-box {
		padding: 16px 12px;
		margin: 0 auto;
	}
	/*.fix-box ul li {
		width: 100%;
		padding-bottom: 100%;
	}*/
	.fix-box-text {
        padding: 2px;
    }
	.fix-box-t2 {
		display: none;
	}
	.main-box1-title, .main-box2-title, .main-box3-title {
		font-size: 32px;
	}
	.main-box1-subtitle, .main-box2-subtitle, .main-box3-subtitle {
		font-size: 20px;
	}
	.note {
		display: inline-block;
		margin: 10px auto 0px auto;
	}
	.issue-item {
		font-size: 16px;
	}
	.intro-inner h3 {
		font-size: 18px;
	}
	.matough-col &gt; ul &gt; li:nth-child(1) {
		background-size: 760px auto;
		height: 700px;
	}
	.matough-col &gt; ul &gt; li:nth-child(2) {
		background-size: 760px auto;
		height: 700px;
	}
	.matough-col &gt; ul &gt; li:nth-child(3) {
		background-size: 480px auto;
		height: 410px;
	}
	.matough-col &gt; ul &gt; li:nth-child(4) {
		background-size: 760px auto;
		height: 700px;
	}
	.matough-col &gt; ul &gt; li:nth-child(6) {
		background-size: 480px auto;
		height: 380px;
	}
	.matough-col &gt; ul &gt; li:nth-child(9) {
		background-size: 840px auto;
		height: 600px;
	}
	.matough-col &gt; ul &gt; li:nth-child(10) {
		padding-bottom: 0;
	}
	.matough-b5-inner h1 {
		font-size: 28px;
		padding-bottom: 10px;
	}
	.matough-b6-inner h1 {
		font-size: 20px;
	}
	.matough-b6-inner h2 {
		font-size: 28px;
	}
	.matough-b6 {
		margin-top: -300px;
	}
	.matough-b9-inner &gt; ul &gt; li {
		padding: 5px 0px;
	}
}
@media only screen and (max-width: 375px){
	.description-inner h1, .matough-b1 h1, .matough-b2 h1, .matough-b3 h1, .matough-b4 h1, .matough-b6-inner h1 {
		font-size: 24px;
	}
	.matough-b1, .matough-b2, .matough-b3, .matough-b4 {
		padding: 20px 10px 10px 10px;
	}
	.matough-col &gt; ul &gt; li:nth-child(1) {
		background-size: 600px auto;
		height: 590px;
	}
	.matough-col &gt; ul &gt; li:nth-child(2) {
		background-size: 600px auto;
		height: 590px;
	}
	.matough-col &gt; ul &gt; li:nth-child(3) {
		background-size: 420px auto;
		height: 360px;
	}
	.matough-col &gt; ul &gt; li:nth-child(4) {
		background-size: 600px auto;
		height: 700px;
	}
	.matough-col &gt; ul &gt; li:nth-child(6) {
		background-size: 390px auto;
		height: 310px;
	}
	.matough-b7-inner h1 {
		font-size: 24px;
	}
	.matough-col &gt; ul &gt; li:nth-child(9) {
		background-size: 600px auto;
		height: 450px;
	}
}

@media only screen and (max-width: 320px){
	.description-inner h1, .matough-b1 h1, .matough-b2 h1, .matough-b3 h1, .matough-b4 h1, .matough-b6-inner h1 {
		font-size: 20px;
	}
	.matough-col &gt; ul &gt; li:nth-child(3) {
		background-size: 360px auto;
		height: 350px;
	}
}</pre></body></html>