body{
	margin: 0;
	padding: 0;
    background: #f1f1f1;
	width: 100%;
	height: 100%;
	
	font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
	line-height: 26px;
}
ul, li{ list-style-type:none;}
.mt-10{margin-top:10px !important;}
.mt-20{margin-top:20px !important;}
.center{text-align:center !important;}
.yellow{	background: #fff;}
.red{	background: #fff;}
.gray{	background: #EEEEEE;}
.notificate{	color: #f00;font-weight:bold;font-style: italic;clear: both;}
.note{font-size: 14px;clear:both;}
.note font{color:#3598db;font-weight:bold;}
.left{float:left !important;}
.right{float:right !important;}
.left{float:left !important;}

header{
	color: #fff;
    overflow: hidden;
    font-size: 45px;
    font-family: DBHelvethaicaXRegular;
    width: 100%;
    margin: auto;
    background: url(http://www.siamphone.com/images/bestofyear/bg_bestofyear.png) center top no-repeat; 
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd0000+0,cc0000+53,aa0000+100 */
background: #dd0000; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #dd0000 0%, #cc0000 53%, #aa0000 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #dd0000 0%,#cc0000 53%,#aa0000 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #eb4f40 0%,#cc0000 53%,#aa0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0000', endColorstr='#aa0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
header .header_inner{
    width: 1200px;
    margin: 0 auto;
}
header .logo{
    width: 100%;
    text-align: center;
	margin: 50px auto 0;
}
header .logo img{
	width:350px;
	height:auto;
}
header h1{
	font-size: 120px;
    /* text-transform: uppercase; */
    text-align: center;
    line-height: 150px;
    font-family: 'Roboto';
    font-family: 'Pacifico', cursive;
    color: #ffffff;
    padding: 0px 0;
    margin: 50px 0 120px 0;
    font-weight: 100;
    letter-spacing: 0;
  /*   text-shadow: 0 0 5px #8b0101; */
}
header h1 span{
    display: block;
  /*   color: #ffe37a; */
    text-shadow: none;
    font-size: 200px;
}
header h2{
    font-weight: 100;
    font-size: 29px;
    text-align: center;
    margin: 10px 0 20px;
    color: rgba(255, 255, 255, 0.8);
}

footer{
	background: #353535;
	display: block;
	color: #fff;
	padding: 20px 0;
	font-size: 12px;
	text-align: left;
	width: 100%;
	text-align:center;
}
footer .footer_inner{
	width: 940px;
	padding: 0 20px;
	overflow: hidden;
	margin: 0 auto;
}
footer p{
	margin:0;
}
footer .first{
	width: 75%;
	float:left;
	font-size: 14px;
	padding: 5px 0 0 0;
}
footer .last{
	width: 25%;
	float:right;
	text-align: right;
}	
footer .last img{
	vertical-align: bottom;
	margin: 0 0 3px 0;
}
h3{
    background: url(http://www.siamphone.com/images/bestofyear/label_head.png) no-repeat -500px;
    text-align: left;
    font-size: 4.5em;
    font-weight: 100;
    font-family: DBHelvethaicaXRegular;
    line-height: 35px;
    margin-bottom: 0;
    clear: both;
    position: relative;
    z-index: 9999;
    padding: 20px 0 15px;
    text-indent: 0;
    color: #fff;
}
h3 font{
    width: 1200px;
    margin: 0 auto;
    display: block;
}
h3 font span{
    font-size: 26px;
    color: rgba(0, 0, 0, 0.9);
    margin-left: 10px;
}
nav{
    width: 100%;
	margin: 70px 0;
	overflow: hidden;
    clear: both;
	/* background: url(https://cdn3.iconfinder.com/data/icons/virtual-notebook/16/button_shape_line-128.png) center; */
}
nav ul{
    padding: 0;
    width: 1200px;
    margin: auto;
}
nav ul li{
    float: left;
    width: 16.8%;
    text-align: center;
    margin: 0 0 0 4%;
	position:relative;
}
nav ul li:after{
	content:'';
	background: ;
	background-size: 20px;
    position: absolute;
    z-index: 10;
    top: 67px;
    right: -19%;
    width: 20px;
    height: 20px;
}
nav ul li a{
    background: #fff;
    width: 100%;
	display: block;
    padding: 60px 0;
    font-family: 'Roboto';
    font-size: 27px;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
	font-weight: 300;
	position:relative;
}
nav ul li a:after{
	content: '';
    background: rgba(255,255,255,0.1);
    z-index: 1;
    right: 0;
    top: 0;
    width: 120%;
    height: 120%;
    position: absolute;
    margin: 48px -10px 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-57deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-57deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-57deg);
    transform-origin: 0 0;
    transform: rotate(-57deg);
	
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
nav ul li:hover a:after{
	content: '';
    transform: rotate(0deg);
    margin: 0;
}
nav ul li:first-child{margin:0;}
nav ul li a#smartphone{background: #eb4f40;}
nav ul li a#tablet{background: #45b26f;}
nav ul li a#news{background: #2ebce4;}
nav ul li a#review{background: #f8a720;}
nav ul li a#video{ background: #4057a7;}
#content{
    clear: both;
    overflow: hidden;
}
.sticky {
	position: fixed;
	width: 98%;
	left: 0;
	top: 0;
	z-index: 100;
	height: 50px;
	padding: 10px 30px;
}
.cover{
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
}
.cover img{
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.block {
/* 	text-align: center; */
	padding: 0 0;
	/* overflow: hidden; */
}
.block h1{
	text-align: center;
	font-family: 'Sukhumvit';
	display: initial;
	line-height: 50px;
	font-size: 1.8em;
	color: #000;
	padding-top: 50px;
}
.block_content {
    margin: -30px auto;
    background: #fff;
    padding-top: 30px;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 0 10px #ddd;
}
.block_content p {
	text-align:left;

	font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
	line-height: 26px;
}
.block_content p:first-child {
	margin-top: 30px;
}

.block_content h2{
	text-align: left;
    font-size: 4.5em;
    font-weight: 100;
    font-family: DBHelvethaicaXRegular;
    line-height: 50px;
    /* border-bottom: 2px solid rgb(255, 255, 255); */
    margin-bottom: 0;
    background: #195fad;
    background: #cc0000;
    clear: both;
    padding: 25px 0;
    text-indent: 25px;
    color: #fff;
}
.block_content h2 span{

}
.block_content h2:before{

}
.block_third_image ul{
	padding:0 ;
	overflow:hidden;
}
.block_third_image li{
/*	width: 21.8%;
	float: left;
	padding: 1% 1%;
	background: #f1f1f1;
	border: 1px solid #DDD;
	margin: 0.5% 0.5%; */
	
}
img.thumbImg{
	padding: 5% 5%;
	background: #FFFFFF;
	border: 1px solid #ECE7C4;
	width: 87%;
}
.indent30{
	text-indent: 30px;
}


.number{
    font-family: 'Roboto';
    font-size: 120px;
    position: absolute;
    color: #c00;
    font-weight: bold;
    right: 3%;
	top:5%;
    line-height: 88px;
}
.numberLeft{right:auto;left:3%;}
.view{
    font-family: 'Roboto';
    font-size: 80px;
    position: absolute;
    color: #000;
    font-weight: bold;
    right: 3%;
    top: 28%;
    font-weight: 300;
}
.view font{
    margin-right: 10px;
    color: #ababab;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.view font i{
    display: block;
    font-size: 40px;
    position: absolute;
    top: -18px;
}
.viewLeft{
	right:auto;
	left:3%;
}
.block_content p.reviewName{
	font-size: 45px;
    font-weight: 100;
    font-family: DBHelvethaicaXRegular;
    line-height: 45px;
    position: absolute;
	top: 33%;
	right: 2.5%;
    text-align: right;
    width: 31%;
    height: 220px;
    overflow: hidden;
}
.block_content p.reviewName a{
    color: #353535;
    text-decoration: none;
}
.block_content p.reviewNameLeft{
    right: auto;
    left: 3%;
    text-align: left;
}
.linkMore{
    display: block;
    width: 31%;
    position: absolute;
    bottom: 10px;
    background: #71AABE;
    color: #fff;
	z-index:10;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
	right: 2.5%;
    margin: 0 0 2% 3%;
}
.linkMoreLeft{ 
	right: auto;
    margin: 0 3% 2%;
}

/* Smartphone */
h3.headPhone{
background: url(http://www.siamphone.com/images/bestofyear/head_phone.png) no-repeat -500px;margin:0;
}
h3.headTablet{
background: url(http://www.siamphone.com/images/bestofyear/head_tablet.png) no-repeat -500px;
}
h3.headNews{
background: url(http://www.siamphone.com/images/bestofyear/head_news.png) no-repeat -500px;
}
h3.headReview{
background: url(http://www.siamphone.com/images/bestofyear/head_review.png) no-repeat -500px;
}
h3.headVideo{
background: url(http://www.siamphone.com/images/bestofyear/head_video.png) no-repeat -500px;
}
.phone {
	margin-bottom:0;
/*     padding: 30px 0 50px;
    border-bottom: 1px solid #ababab; */
	padding-bottom:50px;
}

.phone .number{
    position: relative;
    text-align: center;
    right: auto;
    font-size: 100px;
	color:#EB4F40;
	z-index: 2;
}
.phone .numberPhoneFirst{
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin: 70px auto 30px;
    font-size: 150px;
}
.phone .view{
    position: relative;
    top: auto;
    font-size: 60px;
    right: auto;
    text-align: center;
    line-height: 110px;
	color: #EB4F40;
}
.phone .viewPhoneFrist{
    position: relative;
    width: 100%;
    text-align: center;
    right: auto;
    line-height: 150px;
	font-size:80px;
}
.phone a.name{
    font-family: 'DBHelvethaicaXRegular';
    font-size: 55px;
    color: #000000;
    text-decoration: none;
    display: block;
    margin: 0 0 0;
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    width: 94%;
    padding: 0 10px;
    min-height: 100px;
	z-index:10;
}
.phone a.namePhoneFirst{
	position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin: 70px auto 30px;
    width: 90%;
    color: #000;
    font-size: 100px;
	font-weight: 100;
}
.phone a.nameLeft{
	text-align:left;
	right:auto;
	left:3%;
}
.phone .view font i{
    display: inline-block;
    font-size: 40px;
    position: absolute;
    top: 25px;
}
.phone .viewPhoneFrist font i{
    display: inline-block;
    font-size: 40px;
    position: absolute;
    top: 50px;
}
.phone .linkMore{
    position: relative;
    text-align: center;
    margin: auto;
    background: #c53123;
    right: auto;
    padding: 8px 0;
}
.phone .linkMoreFirst{
    position: relative;
    margin: auto;
    right: auto;
    width: 20%;
	padding:15px 0;
}
.phone .bigImgFirst{
	width: 99%;
    text-align: center;
    margin: auto;
/*     border: 5px solid #bbb; */
    padding: 30px 0;
}
.phone .bigImg img{
    z-index: 9;
    position: relative;
}
.phone:after{
	content:"";
	border:5px solid #bbb;
	position:absolute;
	height:70%;
    width: 97%;
    left: 0;
    bottom: 0;
}
.phone:first-child:after{
	width: 97%;
    height: 55%;
    margin: 0 1%;
}

/* TABLET*/
.tablet{}
h2.headTablet{background:#45B26F;}
.tablet .number{color: #45B26F;}
.tablet .view{color: #45B26F;}
.tablet .linkMore{background:#2E7C4F;}
.bigImg{
	width: 90%;
    text-align: center;
    margin: auto;
/*     border: 5px solid #000000; */
    padding: 30px 0;
}
.subImg{
    width: 20%;
    float: left;
	display:none;
}
.subImg img{
    width: auto;
    height: 120px;
    margin: 5px 0;
}
/*** NEWS ***/
.news{
	padding:0;
}
h2.headNews{background:#2EBCE4;}
.news .number{color:#2EBCE4;}
.news .view{
/*     font-size: 50px;
    right: 3%;
    top: 47%; */
	right:0;
}
.news .view font i {
    font-size: 31px;
    top: -9px;
    left: 4px;
}
br{clear:both;}
.news img{width:100%;}
.news p{
	position: relative;
    margin: 136px 10px 0 15px;
    font-family: DBHelvethaicaXRegular;
    font-size: 30px;
    text-decoration: none;
}
.news p a{
	text-decoration: none;
    color: #000;
}
.news .linkMore{
    display: block;
    width: 22%;
    position: absolute;
    bottom: 0;
    background: #b4b4b4;
    color: #fff;
    text-align: center;
    padding: 0;
    text-decoration: none;
    right: 3.5%;
    margin: 0px 0 0 0;
    font-size: 13px;
}


h2.headNews{background:#2EBCE4;}
.block_content p {
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    line-height: 26px;
}
.news p {
    position: relative;
    margin: 136px 10px 0 15px;
    font-family: DBHelvethaicaXRegular;
    font-size: 30px;
    text-decoration: none;
}
.number{
    font-family: 'Roboto';
    font-size: 120px;
    position: absolute;
    color: #c00;
    font-weight: bold;
    right: 3%;
	top:5%;
    line-height: 88px;
}
.news .number{color:#2EBCE4;}

font.view {
    margin-right: 10px;
    color: #ababab;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
	position:relative;
	right: 0;
    top: -45%;
}
font.view i {
    display: block;
    font-size: 40px;
   position: absolute;
    top: -42px;
}
.news_topten{
	overflow:hidden;
	position:relative;
	clear:both;
	min-height: 200px;
	margin:0 0 0 0;
}
.news_topten h1{
	margin: 20px 0 20px;
}
.news_topten .block_topten{
	width: 600px;
	float:left;
	position:relative;
	margin: 0 15px 0 0;
	margin: 0 0 0 0;
	padding-top:0;
	/* padding-bottom:10px; */
	overflow:visible !important;
	    background: rgba(0, 0, 0, 0.6);
}
.news_topten .block_topten:before {
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.news_topten .block_topten img{width:100%;height:auto;}
.news_topten .block_topten h4 {
    position: absolute;
    bottom: 20px;
    right: 3%;
    margin: 0;
    z-index: 9;
    display: block;
    text-align: right;
    padding: 5px 0px 0 0px;
    border-radius: 0;
    width: 48%;
    font-family: 'Roboto';
    font-size: 70px;
    color: #fff;
    font-weight: 300;
}
.news_topten .block_topten h4 span{
    top: -224%;
    right: -1%;
}
.news_topten .block_topten h4 i{
	font-size: 40px;
}
.news_topten .block_topten p {
	margin: 0;
    position: absolute;
    bottom: 0;
    display: block;
    width: 45%;
    padding: 0 52% 4% 3%;
    z-index: 8;
    text-align: left;
	
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.news_topten .block_topten p a {
	font-size: 30px;
    line-height: 27px;
    color: #fff;
    font-weight: 300;
    font-family: 'DBHelvethaicaXRegular';
}
/** Review **/
.review{
	background:#E7E4D3;
	background:#fdfdfd;
	margin-bottom:0 !important;
}

h2.headReview{background:#F8A720;}
.review .number{color:#F8A720;}
.review .linkMore{background:#ffc565;}
.review .view{color:#F8A720;}
/*Video*/
.video{}
.video:after{
    content: "";
    border: 5px solid #bbb;
    border-top: 0;
    height: 60%;
    width: 97.3%;
    position: absolute;
    bottom: 0;
	z-index:0;
}
.video:first-child:after{
	content:none;
}
.video .number{
    color: #4057A7;
	height: 90px;
    right: 0;
    top: 0;
}
.video:first-child .number{
    position: relative;
    text-align: center;
    font-size: 150px;
}
.video .name{
    font-size: 45px;
    font-weight: 100;
    font-family: DBHelvethaicaXRegular;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 90%;
    height: 125px;
    overflow: hidden;
    display: block;
    color: #252525;
    margin: 30px 0 40px;
    text-decoration: none;
    padding: 0 5%;
}
.video:first-child .name{
    height: 88px;
    margin: 60px 0 0;
}
.video .view{
	position:relative;
	text-align:center;
	right:auto;
    color: #5570ce;
}
.video .view font i{display:inline-block;}
.video img{

}	
.video .videoImg{
	width: 100%;
    overflow: hidden;
    margin: 88px 0 0 0;
	position:relative;
	z-index:2;
}
.video .videoImg img{
    width: 100%;
    height: auto;
    margin: -9.5% 0;
}
.video .linkMore{
	display: block;
    width: 31%;
    bottom: 10px;
    color: #fff;
    z-index: 10;
    text-decoration: none;
    position: relative;
    text-align: center;
    margin: 40px auto 0;
    background: #4057A7;
    right: auto;
    padding: 8px 0;
}
.photoTop{
/* 	text-align:center; */
}
.photoTop img{

}
ul.nav_blue li {
    background: url(http://www.siamphone.com/images/nav_blue_dot.gif) no-repeat scroll 2px 8px transparent;
    list-style: none outside none;
    padding: 0 0 0 15px;
}

.menu{
	font-family: DBHelvethaicaXRegular;
    font-size: 30px;
    margin: 90px 0;
    text-align: center;
}
.menu ul{
    overflow: hidden;
    padding: 0;
}
.menu ul li{
    float: left;
    margin: 0 2% 0 0;
    width: 18.4%;
    background: #ebebeb;
}
.menu ul li:last-child{margin:0;}
.menu ul li a{
	display: block;
    padding: 25px 0;
    text-decoration: none;
    color: #000;
}
.updateLast{
margin: 50px auto;
    text-align: center;
    font-size: 12px;
}
 .newyear{
 text-align: center;
    font-size: 150px;
    font-family: DBHelvethaicaXRegular;
    line-height: 100px;
    padding: 15% 0;
    color: #cc0000;
    font-weight: bold;
    letter-spacing: 7px;
 }
 .newyear p{margin:10px 0;}
 .newyear p.eng{
	font-size: 73px;
    font-family: 'Roboto';
    font-weight: 100;
    letter-spacing: 0;
}
#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 999;
}
#back-to-top a {
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-to-top span {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background: #b00000 url(http://www.siamphone.com/images/icon_scr_red.png) no-repeat center center;
    background-size: 48px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.8;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

header{margin:0;}
   header .header_inner{width:100%;}
   header h1{
	font-size: 2.2em;
    line-height: 1.2em;
    margin: 2% 0 15%;
   }
   header h1 span{font-size:1.2em;}
   header h1 span{padding: 0 5%;line-height: 1.2em;}
   header h2{padding: 0 5%;}
   
   nav{margin:0;}
   nav ul{width: 100%;}
   nav ul li{width: 20%;margin:0;}
   nav ul li:first-child {margin: 0;}
   nav ul li a{padding: 20px 0; border-radius: 0;font-size: 1.25em;}
   nav ul li a:after{content:none;}
   nav ul li:hover a:after{content:none;}
   
   h3{padding: 20px 5% 15px;line-height: 40px;}
   h3.headPhone{background: #eb4f40;margin: 0;}
   h3.headTablet{background: #45b26f;}
	h3.headNews{background: #2ebce4;}
	h3.headReview{background: #f8a720;}
	h3.headVideo{ background: #4057a7;}
	h3 font{width: 100%;}
	h3 font span{display:block;margin-left: 0;}
	
	.view{line-height:80px;}
	.linkMore{width:40%;}
	 .phone:after{width:98%;}
	.phone:first-child:after{width:97%;height: 87%;}
	
	.phone .bigImgFirst{width:100%;padding:0;}

	.bigImgFirst img{display:none;}
	.bigImgFirst img:first-child{display:block;margin:auto;}
	.phone .bigImg img{width:200px;}
	.bigImgFirst img:first-child{width:280px;}
	
	.phone a.name{min-height:80px;font-size: 40px;line-height: 40px;}
	.phone a.namePhoneFirst{min-height: auto;margin: 30px auto 30px;font-size:70px;}
	.phone .view{font-size:42px;}
	.phone .viewPhoneFrist{font-size: 60px}
	.phone .linkMore{padding:11px 0;width:50%;}
	.phone .linkMoreFirst{width:40%;}
	.phone .number{font-size:110px;}
	.phone .numberPhoneFirst{font-size:150px;}
	 .phone .view font {position:relative;}
	 .phone .view font i{ font-size: 25px;top: -24px;left: 15%;}

	.tablet a.namePhoneFirst{line-height:70px;}
	.tablet:first-child:after{height:45%;}
	
	.news_topten .block_topten{width:50%;}
	.news_topten .block_topten p{width: 94%;padding: 0 3% 4% 3%;}

	.news_topten .block_topten h4{
		width: 75%;
		font-size: 70px;
		right: 3%;
		bottom: 10%
	}
	.news_topten .block_topten h4 span{top:-120%;}
	.news .view{top: -45%;}
	.news_topten .block_topten h4 i {
		font-size: 45px;
		top: -45px;
		left: -5%;
	}

	.review{background:#fff;}
	.review .number {
		top: 2%;
		right: 0;
	}
	.review img{width: 100%;height: auto;}
	.review .view{
	    position: relative;
		padding: 20px 10px 0;
		right: 0;
		font-size: 70px;
		text-align: center;
		line-height: 60px;
	    clear: both;
		color: #F8A720;
	}
	.review .view font{position:relative;}
	.review .view font i{
		line-height: 65px;
		top: -53px;
		right: auto;
		left: 0%;
	}

	.block_content p.reviewName{
	    width: 94%;
		position: relative;
		margin: 5px 0 40px;
		text-align: center;
		right: 0;
	    padding: 0 3%;
		height: 150px;
	}
	.block_content p.reviewNameLeft{left:auto;}
	.review .linkMore {
		position: relative;
		margin: 0 auto 15%;
		padding: 11px 0;
	}
	.numberLeft{left:auto;}
	.viewLeft{left:auto;}
	
	.video:after{width:97%;border:0;}
	.video .name{
	    height: auto;
		margin: 15px auto 10px;
		font-size: 40px;
		line-height: 32px;
		height: 100px;
	}
	.video .number{
		width: 100%;
		position: relative;
		text-align: center;
		margin: 0;
	    line-height: 10px;
		height: 47px;
		z-index: 9;
		font-size: 110px;
	}
	.video:first-child .number {
		position: relative;
		text-align: center;
		font-size: 120px;
		line-height: 80px;
		height: 80px;
	}
	.video .view{font-size: 50px;}
	.video .view font {position:relative;}
	.video .view font i { top: -32px;left: 7%;font-size: 30px;}
	.video .linkMore{margin: 20px auto 50px;width:50%;}
	

	.video:first-child .name {
		height: auto;
		margin: 30px auto 0;
	}
	.video .videoImg{margin:0;}
	.video p:first-child.videoImg{margin:0;}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  header{margin:0;}
   header .header_inner{width:100%;}
   header h1{
	font-size: 2.2em;
    line-height: 1.2em;
    margin: 2% 0 15%;
   }
   header h1 span{font-size:1.2em;}
   header h1 span{padding: 0 5%;line-height: 1.2em;}
   header h2{padding: 0 5%;}
   
   nav{margin:0;}
   nav ul{width: 100%;}
   nav ul li{width: 20%;margin:0;}
   nav ul li:first-child {margin: 0;}
   nav ul li a{padding: 20px 0; border-radius: 0;font-size: 1.25em;}
   nav ul li a:after{content:none;}
   nav ul li:hover a:after{content:none;}
   
   h3{padding: 20px 5% 15px;line-height: 40px;}
   h3.headPhone{background: #eb4f40;margin: 0;}
   h3.headTablet{background: #45b26f;}
	h3.headNews{background: #2ebce4;}
	h3.headReview{background: #f8a720;}
	h3.headVideo{ background: #4057a7;}
	h3 font{width: 100%;}
	h3 font span{display:block;margin-left: 0;}
	
	.view{line-height:80px;}
	.linkMore{width:40%;}
	 .phone:after{width:98%;}
	.phone:first-child:after{width:96%;height: 87%;}
	
	.phone .bigImgFirst{width:100%;padding:0;}

	.bigImgFirst img{display:none;}
	.bigImgFirst img:first-child{display:block;margin:auto;}
	.phone .bigImg img{width:280px;}
	
	.phone a.name{min-height:auto;}
	.phone a.namePhoneFirst{min-height: auto;margin: 30px auto 30px;font-size:70px;}
	.phone .view{font-size:55px;}
	.phone .viewPhoneFrist{font-size: 60px}
	.phone .linkMore{padding:11px 0;}
	.phone .linkMoreFirst{width:40%;}
	.phone .number{font-size:120px;}

	.tablet a.namePhoneFirst{line-height:70px;}
	.tablet:first-child:after{height:45%;}
	
	.news_topten .block_topten{width:100%;}
	.news_topten .block_topten p{width: 94%;padding: 0 3% 4% 3%;}

	.news_topten .block_topten h4{
		width: 75%;
		font-size: 70px;
		right: 2%;
		top: 52%;
		bottom: auto;
	}
	.news_topten .block_topten h4 span{top:-120%;}
	.news .view{top: -45%;}
	.news_topten .block_topten h4 i {
		font-size: 45px;
		top: -45px;
		left: -5%;
	}

	.review{background:#fff;}
	.review .number {
		top: 2%;
		right: 0;
	}
	.review img{width: 100%;height: auto;}
	.review .view{
	    position: relative;
		padding: 20px 10px 0;
		right: 0;
		font-size: 70px;
		text-align: center;
		line-height: 60px;
	    clear: both;
	}
	.review .view font{position:relative;}
	.review .view font i{
		line-height: 65px;
		top: -53px;
		right: auto;
		left: 0%;
	}

	.block_content p.reviewName{
	    width: 94%;
		position: relative;
		margin: 5px 0 40px;
		text-align: center;
		right: 0;
	    padding: 0 3%;
	}
	.block_content p.reviewNameLeft{left:auto;}
	.review .linkMore {
		position: relative;
		margin: 0 auto 15%;
		padding: 11px 0;
	}
	.numberLeft{left:auto;}
	.viewLeft{left:auto;}
	
	.video:after{width:97%;border:0;}
	.video .name{
	    height: auto;
		margin: 15px auto 10px;
		
	}
	.video .number{
		width: 100%;
		position: relative;
		text-align: center;
		margin: 0;
	    line-height: 10px;
		height: 47px;
		z-index: 9;
	}
	.video:first-child .number {
		position: relative;
		text-align: center;
		font-size: 120px;
		line-height: 80px;
		height: 80px;
	}
	.video .view{font-size: 65px;}
	.video .view font i {top: 10px;}
	.video .linkMore{margin: 20px auto 50px;}
	

	.video:first-child .name {
		height: auto;
		margin: 30px auto 0;
	}
	.video .videoImg{margin:0;}
	.video p:first-child.videoImg{margin:0;}
}
@media only screen and (max-width: 480px) and (min-width: 100px){
   body{ /* background: #b1fdff; */}
   .block_content{/* padding-bottom:20px; */}
   
   header{margin:0;}
   header .header_inner{width:100%;}
   header .logo img{width:90%;}
   header h1{
       font-size: 1.1em;
		line-height: 1.5em;
		margin: 10% 0 15%;
   }
   header h1 span{font-size:1.2em;}
   header h1 span{padding: 0 5%;line-height: 1.2em;}
   header h2{padding: 0 5%;}
   
   nav{margin: 2% 0 2%;}
   nav ul{width: 100%;}
   nav ul li{width: 100%;margin: 1% 0;}
   nav ul li:first-child {margin: 1% 0;}
   nav ul li a{padding: 20px 0; border-radius: 0;}
   nav ul li a:after{content:none;}
   nav ul li:hover a:after{content:none;}
   
   h3{padding: 20px 5% 15px;line-height: 40px;}
   h3.headPhone{background: #eb4f40;margin: 0;}
   h3.headTablet{background: #45b26f;}
	h3.headNews{background: #2ebce4;}
	h3.headReview{background: #f8a720;}
	h3.headVideo{ background: #4057a7;}
	h3 font{width: 100%;}
	h3 font span{display:block;margin-left: 0;}
	
	.view{line-height:80px;}
	.linkMore{width:40%;}
	 .phone:after{  /*  height: 88%; */}
	.phone:first-child:after{width:95%;height: 87%;}
	
	.phone .bigImgFirst{width:100%;padding:0;}

	.bigImgFirst img{display:none;}
	.bigImgFirst img:first-child{display:block;margin:auto;}
	.phone .bigImg img{width:70%;}
	
	.phone a.name{min-height:auto;}
	.phone a.namePhoneFirst{min-height: auto;margin: 30px auto 30px;font-size:70px;}
	.phone .view{font-size:55px;}
	.phone .viewPhoneFrist{font-size: 60px}
	.phone .linkMore{padding:11px 0;}
	.phone .linkMoreFirst{width:40%;}
	

	.tablet a.namePhoneFirst{line-height:70px;}
	.tablet:first-child:after{height:45%;}
	
	.news_topten .block_topten{width:100%;}
	.news_topten .block_topten p{width: 94%;padding: 0 3% 4% 3%;}

	.news_topten .block_topten h4{
		width: 70%;
		font-size: 40px;
		right: 2%;
		top: auto;
		bottom: 20%;
	}
	.news_topten .block_topten h4 span{top:-100%; right:2%;}
	.news .view{top: -45%;}
	.news_topten .block_topten h4 i {
		font-size: 25px;
		top: -21px;
		left: 20%;
	}

	.review{background:#fff;}
	.review .number {
		top: 2%;
		right: 0;
	}
	.review img{width: 100%;height: auto;}
	.review .view{
	    position: relative;
		padding: 20px 10px 0;
		right: 0;
		font-size: 70px;
		text-align: center;
		line-height: 60px;
	    clear: both;
	}
	.review .view font{position:relative;}
	.review .view font i{
		line-height: 65px;
		top: -53px;
		right: auto;
		left: 0%;
	}

	.block_content p.reviewName{
	    width: 94%;
		position: relative;
		margin: 5px 0 40px;
		text-align: center;
		right: 0;
	    padding: 0 3%;
	}
	.block_content p.reviewNameLeft{left:auto;}
	.review .linkMore {
		position: relative;
		margin: 0 auto 15%;
		padding: 11px 0;
	}
	.numberLeft{left:auto;}
	.viewLeft{left:auto;}
	
	.video:after{width:97%;border:0;}
	.video .name{
	    height: auto;
		margin: 15px auto 10px;
		
	}
	.video .number{
		width: 100%;
		position: relative;
		text-align: center;
		margin: 0;
	    line-height: 10px;
		height: 47px;
		z-index: 9;
	}
	.video:first-child .number {
		position: relative;
		text-align: center;
		font-size: 120px;
		line-height: 80px;
		height: 80px;
	}
	.video .view{font-size: 65px;}
	.video .view font i {top: 10px;}
	.video .linkMore{margin: 20px auto 50px;}
	

	.video:first-child .name {
		height: auto;
		margin: 30px auto 0;
	}
	.video .videoImg{margin:0;}
	.video p:first-child.videoImg{margin:0;}
}