#main_visual_other{display:none !important;}
#contents{
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin: 0 auto 50px;
}
.wrap{
	width: auto;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 8px;
	box-sizing: border-box;
	overflow: hidden;
}
.wrap:after{
	content: '';
	clear: both;
	display: block;
}
.bg_wh{
	background-color: #fff;
	padding: 42px 0 35px;
}

.heading{
	background-color: #008d0a;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.heading h2{
	font-size: 15px;
	line-height: 1;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
}
.button{
	display: block;
	margin: 0;
	text-align: center;
}
.button a{
	display: inline-block;
	vertical-align: top;
}
.button a:hover img{
	opacity: 0.8;
}
.button img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

/* phone_visual */
.phone_visual{
	position: relative;
	min-height: 360px;
	background: url(../img/phone/img_phone_visual_bg.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.phone_visual .button{
	background: rgba(0,0,0,.45);
	margin-top: 8px;
	padding: 9px 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.phone_visual h2{
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 45px 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.phone_visual h2 img{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.phone_visual h2 img.event{
	position: absolute;
	top: -10px;
	left: 0;
	margin: 0;
	width: 98px;
	z-index: 0;
}

.phone_visual .row{
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.phone_visual .row:after{
	content: '';
	clear: both;
	display: block;
}
.phone_visual .row .col{
	width: auto;
	box-sizing: border-box;
}
.phone_visual .row .col.left{
	float: left;
	width: 43.5%;
	padding-right: 4px;
}
.phone_visual .row .col.right{
	float: right;
	width: 56.5%;
	padding-left: 4px;
}
.phone_visual .row .col img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.phone_visual .list_item{
	float: left;
	width: 100%;
	margin: -10px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.phone_visual .list_item li{
	float: left;
	width: 25%;
	padding: 0 2px;
	box-sizing: border-box;
	text-align: center;
}
.phone_visual .list_item li img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

/* wow_bane */
.wow_baner{
	background-color: #fff;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wow_baner_box{
	position: relative;
	background-color: #ffca00;
	padding: 6px 6px 6px 96px;
	margin: 0 -8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 94px;
	font-size: 10px;
	line-height: 14px;
	font-weight: 400;
	color: #000;
}
.wow_baner_box .no_material{
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
	max-height: 100%;
	width: 82px;
}
.wow_baner_box .text{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	margin: 2px 0 0;
}
.wow_baner_box p{
	margin: 0;
}
.wow_baner_box .p_txt{
	font-size: 11px;
	line-height: 16px;
	font-weight: 600;
}
.wow_baner_box .p_txt b{
	font-size: 12px;
	font-weight: 900;
}

/* smart_case */
.smart_case{
	background: url(../img/phone/img_smart_case_bg.jpg) top left repeat;
	padding-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.smart_case ul{
	margin: 8px -5px 22px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.smart_case ul li{
	float: left;
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl{
	display: table;
	width: 100%;
	height: 46px;
	overflow: hidden;
}
.tbl .cell{
	display: table-cell;
	vertical-align: middle;
}
.smart_case_img{
	float: left;
	width: 46px;
	height: 46px;
	line-height: 42px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	margin-right: 5px;
	box-sizing: border-box;
}
.smart_case_img img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.smart_case ul li:nth-child(1) .smart_case_img img{
	width: 20px;
	height: auto;
}
.smart_case ul li:nth-child(2) .smart_case_img img{
	width: 31px;
	height: auto;
}
.smart_case ul li:nth-child(3) .smart_case_img img{
	width: 36px;
	height: auto;
}
.smart_case ul li:nth-child(4) .smart_case_img img{
	width: 34px;
	height: auto;
}
.smart_case ul li:nth-child(5) .smart_case_img img{
	width: 27px;
	height: auto;
}
.smart_case ul li:nth-child(6) .smart_case_img img{
	width: 31px;
	height: auto;
}
.smart_case_descr{
	width: 100%;
	font-size: 9px;
	line-height: 14px;
	color: #480000;
	font-weight: 600;
	overflow: hidden;
}

.smart_case_block h3{
	font-size: 14px;
	line-height: 18px;
	font-weight: 800;
	color: #db0303;
	text-align: center;
	margin: 0 0 10px;
	letter-spacing: 1px;
}
.smart_case_block h3 strong{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.smart_case_block h3 strong:before,
.smart_case_block h3 strong:after{
	content: "|";
	font-size: 30px;
	line-height: 1;
	font-weight: 100;
	color: #db0303;
	position: absolute;
	top: 50%;
}
.smart_case_block h3 strong:before{
	left: 5px;
	-webkit-transform: translateY(-50%) rotate(-22deg);
	transform: translateY(-50%) rotate(-22deg);
}
.smart_case_block h3 strong:after{
	right: 5px;
	-webkit-transform: translateY(-50%) rotate(22deg);
	transform: translateY(-50%) rotate(22deg);
}
.smart_case_block ul{
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.smart_case_block ul li{
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	padding: 0;
	margin: 0 -10px;
}
.smart_case_block li img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

/* sec_tool */
.sec_tool{
	background: url(../img/phone/img_sec_tool_bg.jpg) top left repeat;
	padding: 0 0 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sec_tool .img{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 11px 0 21px;
}
.sec_tool .img img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

/* qc */
.qc{
	background: url(../img/phone/img_qc_bg.jpg) top left repeat;
}
.qc .qc_box{
	padding: 12px 0 20px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.qc_box .img{
	float: right;
	margin-left: 14px;
	width: 82px;
	height: 82px;
}
.qc_box .descr{
	overflow: hidden;
	font-size: 10px;
	line-height: 16px;
	font-weight: 600;
	color: #2c2c2c;
}
.qc_box .descr p{
	margin: 0;
}
.qc_box .descr p + p{
	margin-top: 14px;
}
.img-group{
	font-size: 0;
	line-height: 0;
	margin-top: 12px;
}
.img-group img{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
}
.img-group img.img1{
	position: relative;
	margin-right: -5px;
	width: 50%;
	height: auto;
}
.img-group img.img2{
	width: 50%;
	height: auto;
}

/* aside */
aside{
	width: 100%;
	clear: both;
	background-color: #FFF;
}
aside table{
	margin: 0;
	padding: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF2502;
	border-bottom-color: #FF2502;
}
aside table tr{
	font-size: 0;
	line-height: 0;
}
aside table td{
	float: left;
	vertical-align: middle;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D51F02;
	border-left-color: #E52102;
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
aside table td img{
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
}
aside table td a{display: block;}
aside table td a:hover img{
	opacity: .5
}


/* item_detail update */
.phone_category_box{
	background: url(../img/phone/img_phone_category_box_bg.jpg) top left repeat;
}
.category_box{
	display: block;
	width: 100%;
	padding: 14px 0 12px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
}
.category_box h3{
	margin: 0 0 10px 0;
	border-left: 2px solid #e00000;
	background: none;
	padding: 0 0 0 5px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #000;
}
.category_box ul{
	margin: 0 0 20px -5px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.category_box ul:after{
	content:'';
	display:block;
	clear:both;
}
.category_box li{
	width: 50%;
	float: left;
	height: auto;
	margin: 0 0 4px;
	border: 0;
	padding: 0;
	box-sizing: border-box;
	padding-left: 5px;
}
.category_box a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	border: 1px solid #a8a8a8;
	height: 30px;
	width: 100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e2e2e2 100%);
	padding: 2px 2px 2px 32px;
	overflow: hidden;
	position: relative;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #4a4a4a;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.category_box a.active,
.category_box a:hover{
	box-shadow:0 0 1px 1px rgba(0, 0, 0, .3);
}
.category_box a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 29px;
	overflow: hidden;
}
.category_box a.i_n_01:after{background:url(../img/plain/i_n_01.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_02:after{background:url(../img/plain/i_n_02.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_03:after{background:url(../img/plain/i_n_03.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_04:after{background:url(../img/plain/i_n_04.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_05:after{background:url(../img/plain/i_n_05.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_06:after{background:url(../img/plain/i_n_06.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_07:after{background:url(../img/plain/i_n_07.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_08:after{background:url(../img/plain/i_n_08.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_09:after{background:url(../img/plain/i_n_09.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_10:after{background:url(../img/plain/i_n_10.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_11:after{background:url(../img/plain/i_n_11.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_12:after{background:url(../img/plain/i_n_12.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_13:after{background:url(../img/plain/i_n_13.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_14:after{background:url(../img/plain/i_n_14.png) no-repeat 50%; background-size:29px auto;}
.category_box a.i_n_15:after{background:url(../img/plain/i_n_15.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_16:after{background:url(../img/plain/i_n_16.png) no-repeat 50%; background-size:34px auto;}
.category_box a.i_n_17:after{background:url(../img/plain/i_n_17.png) no-repeat 50%; background-size:34px auto;}

.facebook{
	text-align: center;
}