@charset "utf-8";
/* CSS Document */


/* css reset */
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
      margin: 0;
      padding: 0;
	  border: 0px;
}


*{padding:0;margin:0}

/* 清除伪类外边框 */
*:focus{outline: none;}

body {
    min-height: 100%;
    min-width: 320px;
    background-color: #fff;
}

a {
  cursor:pointer;
  color: #333;
}

/* 设置默认字体 */
body,
button, input, select, textarea {
	font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color:#333;
/* [disabled]outline:none; */
}

 *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
/* 重置列表元素 */
ul, ol, li { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; cursor:pointer;}
a:hover { text-decoration:none; color:#ef3838; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}

/*
.gm-head a, .gm-head a:hover{text-decoration: none;} 

.gm-head a:visited { font-size: 12px; color: #ccc; text-decoration: none; } 
*/

.gm-l{float:left;}
.gm-r{float:right;}

.seeMore {
    display: inline-block;
    font-size: 14px;
}

/* 顶部样式 */
.gm-head {position: relative;background-color: #fff;z-index: 2;height:316px;-webkit-box-shadow: 0 2px 9px 1px rgba(0,0,0,.05);-moz-box-shadow: 0 2px 9px 1px rgba(0,0,0,.05);box-shadow: 0 2px 9px 1px rgba(0,0,0,.05);}
.gm-head-top{height: 36px;line-height: 36px;background-color:#333;}
.gm-head-top .gm-r{margin-right:10px;width:auto;}
.gm-head-row {width: 1090px;margin: 0 auto;position: relative;}
.gm-head-item{float: left;position: relative;color: #ccc;font-size:12px;margin-left: 10px;}
.gm-head-item a{color:#ccc;}
.gm-head-row a:visited { font-size: 12px; color: #ccc;  text-decoration:none;} 
.pipe:before {content: '';display: inline-block;margin-right: 10px;height: 16px;border-left: 1px solid #5c5c5c;vertical-align: middle;}
/* logo */
.gm-head-logo{text-align:center;margin:45px auto;}
/* 主导航菜单  */
.gm-tabNav{text-align:center; height:68px;margin-top:80px;}
.gm-tabNav>ul{display:inline-block;padding:0px 0px;margin:0;height:68px;line-height:67px;}

.gm-tabNav>ul>li{float:left;padding:0;font-size:18px; height:68px; position:relative;}

.navCatMenu{margin-left:0px;font-weight: 600;background-color:#C1494A;width:158px;}
.navCatMenu>a{color:#fff;}
.navCatMenu>a>img{
	line-height: 50px;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.navCatMenu ul{font-weight: 500;} 

.gm-tabNav-item {font-size:16px;margin-left:20px;font-weight: 600;text-decoration:none; color:#000000; display:block; width:117px; height:50px; } 

.gm-tabNav-item-on {font-size:16px;margin-left:20px;font-weight: 600; width:120px; }

.gm-tabNav-item-on>a{
	position:relative;
	display:block;
	/*border-bottom: 4px solid #EF3838;color:#EF3838;*/
}
.gm-tabNav-item-on>a:after{
	display:block;
	content:"";
	width:80%;
	height:1px;
	border-bottom:3px solid #EF3838;
	position:absolute;
	bottom:0;
	left:10%;
}
.gm-tabNav-item a{color:#000;}

.gm-tabNav li ul{  box-shadow: 0 5px 9px 1px rgba(0,0,0,.05);background-color: #3D3D3D;position: absolute;width: 100%;z-index: 900;} 

.navMenu ul{display:none;}
@media only screen and (min-width:761px){
	.navMenu:hover ul{display:block!important;}
}
.navMenu-item{ float:none; background-color:#FFF; border-bottom:1px solid #EEE;color:#999;} 

.navMenu-item-on{ float:none; background-color:#FFF; border-bottom:1px solid #EEE;color:#999;} 

.navMenu-item-on>a{color:#EF3838;;}

.cate-item{color:#FFF;border-top: 0.5px solid #5c5c5c;}


.cate-item {
    display: block;
    position: relative;
}

.cate-pop .sub-cate{overflow:hidden;white-space:nowrap}

.cate-item-wrap>.cate-item>img{
	line-height: 50px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.cate-item:after, .cate-item:before {
    position: absolute;
    z-index: 3;
    top: 17px;
    visibility: hidden;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    -o-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
    display: block;
    content: " ";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 8px solid transparent;
}



.cate-item:before {
    right: -1px;
    border-left: 0;
    border-right-color: #f4f4f4;
}

.cate-item:after {
    right: -2px;
    border-left: 0;
    border-right-color: #fff;
}



.cate-item-wrap {
    position: relative;
}

.cate-pop {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 158px;
    width: 351px;
    padding: 29px 0 0 20px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    color: #333;
    line-height: 1;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 8px -4px rgba(0,0,0,.2);
    -moz-box-shadow: 3px 3px 8px -4px rgba(0,0,0,.2);
    box-shadow: 3px 3px 8px -4px rgba(0,0,0,.2);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.cate-item-wrap:hover .cate-item:after,.cate-item-wrap:hover .cate-item:before{
	visibility:visible;
	-webkit-transition:visibility 0s 0s;
	-moz-transition:visibility 0s 0s;
	-o-transition:visibility 0s 0s;
	transition:visibility 0s 0s;
}

.cate-item-wrap:hover .cate-pop{
	display:block;
	-webkit-animation:unfold .3s ease-in-out both;
	-moz-animation:unfold .3s ease-in-out both;
	-o-animation:unfold .3s ease-in-out both;
	animation:unfold .3s ease-in-out both;
}



.cate-pop, .umenu {
    background-color: #fff;
}

.cate-pop .sub-cate {
	margin-left:10px;
	min-width:91px;
	margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    float:left;
    text-align:left;
}

.cate-pop .split {
    display: inline-block;
    margin-right: 3px;
    margin-top: 2px;
    height: 10px;
    width: 0;
    border-left: 1px solid #999;
    vertical-align: top;
}

.gm-index-item{
	border: 1px solid transparent;
}

.gm-index-item:hover {
    border-color: #ff5000;
}

/**.gm-tabNav a:hover{ background-color:#666666; color:#FFFFFF; } **/
/**.gm-tabNav a{ 	text-decoration:none; color:#000000; display:block; width:120px; height:50px; } **/
/*gm-tabNav li ul li a{color:#999;}
gm-tabNav li ul li a:hover{ background-color:#009933; } 
*/


/**首页轮播样式开始**/
.gm-Carousel{width:100%;height:540px;overflow:hidden;}
.slick { width: 100%; margin: 0 auto;}
/**
.slick-prev:before, .slick-next:before { position: absolute; left: 0; top: 1px; color: #D0C4AF;}
.slick-prev { left: 35px;z-index:998;width: 50px;height: 50px;}
.slick-next { right: 35px;z-index:998;}
.slick-dots { bottom: 35px;}
**/

.slick-next:hover, .slick-prev:hover {
    background-color: #B19E7A;
}
.slick-next, .slick-prev {
    position: absolute;
    z-index: 9;
    top: 200px!important;
    width: 50px;
    height: 50px;
    opacity: 80;
    background-color: #D0C4AF;
    border-radius: 500px;
}

/**首页轮播样式结束**/

.img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
}

.gm-cp-fixedtool .gm-fixedtoolGoTop:before {
    content: '';
    position: absolute;
    display: block;
    left: 6px;
    top: 0;
    width: 60px;
    border-bottom: 1px solid #eaeaea;
}

.gm-footer{
    font-size:14px;
    clear: both;
    padding-top: 0;
    height:120px;
    color: #999;
    background-color:#4d4d4d;
    text-align:center;
}

.gm-footer-siteEnsure{
    width:1090px;
    margin:0 auto;
    padding-top:30px;
}

.gm-footer-siteEnsure ul{
    list-style: none;height:51px;
}

.gm-footer-siteEnsure ul li{
    float: left;width: 33.333333%;text-align: center;
}

.gm-footer-siteEnsure ul li div{
    color: #fff;font-size: 18px;line-height: 51px;display: inline-block;vertical-align: middle;
}

.gm-footer-hr {
    height: 1px;
    margin-bottom: 20px;
    background-color: #4f4f4f;
    border: 0;
}

.gm-footer-copy{
    margin-bottom:16px;
}

.floatbar {
    position: relative;
    width: 68px;
    padding-top: 0px;
    border: 1px solid #DDD;
    background: #f8f8f8;
    border-bottom:none;
}

.floatbar .float-bg {
    position: absolute;
    width: 45px;
    height: 37px;
    left: 13px;
    top: 0px;
    z-index: 1;
    
}

.floatbar ul {
    width: 68px;
    background: #928889;
}

.floatbar li.on {
    position: relative;
    width: 70px;
    left: -1px;
    background: #F90;
}

.floatbar li {
    width: 68px;
    height: 28px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    font-size:12px;
}
.floatbar li.active{
	background:#D80B1C;
}

.floatbar li a
{
	color:#FFF;
}

ul li{list-style: none;}




i {
    font-style: normal;
}

.m-product{
	background-color:#FFF;
	height:492px;
	width:355px;
	position: relative;
}

.m-product img{
	width:354px;
	height:354px;
}

.commentSlick {
    width: 1100px;
}

.slickWidth {
    width: 1090px;
    margin:5px auto;
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

.icon-normal-slick-leftRound {
    background-position: 0 -4700px;
    height: 50px;
    width: 50px;
}

.w-icon-normal{
    background-image: url(http://mimg.127.net/hxm/yanxuan-web/p/20150730/style/img/x1/icon-normal-sd6f1ad0c32-b07308c8fc.png);
   	background-repeat: no-repeat;
}

.icon-normal-slick-rightRound {
    background-position: 0 -4880px;
    height: 50px;
    width: 50px;
}

/*模态弹框*/
.modalDivBackground{
	display:block;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background:rgba(0,0,0,.5);
}
.modalDiv{
	display:block;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background:rgba(0,0,0,.5);
}
.modalDiv>div{position:relative;width:100%;height:100%;max-width:1090px;margin:0 auto;}
.modalDiv .modalDivItem{
	position:absolute;
	width:80%;
	max-width:400px;
	height:50vh;
	max-height:400px;
	left:50%;
	top:50%;
	background:#fff;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 10px;
    overflow: hidden;
}
.modalDiv .modalDivItem img{width:100%;height:100%}
.closeModalBtn{
	position: absolute;
    right: 20px;
    top: 40px;
    background: #666;
    color: #c1c1c1;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 27px;
    font-size: 30px;
    text-align: center;
    cursor:pointer;
}

/*商品页面样式*/

.m-crumbs {
    font-size: 13px;
    color: #333;
    line-height: 1;
    margin:0 auto;
    margin-top: 22px;
    margin-bottom: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 2px solid #C1494A;
    padding-left: 10px;
    max-width:1090px;
}

.m-crumbs a:hover {
    text-decoration: underline;
}

.m-crumbs a, .m-crumbs a:hover {
    color: #333;
}

/*商品分类*/
.m-sortBar {margin-top: 50px;font-size: 14px;color: #333;}
.m-sortBar .good-category {padding-bottom: 2px;line-height: 1;}
.m-sortBar .label {float: left;margin-right: 29px;color: #999;}
.m-sortBar .good-category .categoryGroup {float: left;width: 1020px;overflow: hidden;}
.m-sortBar .good-category .categoryItem {float: left;margin-bottom: 20px;margin-right: 40px;}
.m-sortBar .active {color: #b0882f;}
.m-sortBar .sorts {line-height: 60px;}

.m-sortCateBar {margin-top: 30px;font-size: 14px;color: #333;}
.m-sortCateBar .good-category {padding-bottom: 2px;line-height: 1;}
.m-sortCateBar .good-category, .m-sortBar {border-bottom: 1px solid #e8e8e8;overflow: hidden;}
.m-sortCateBar .label {float: left;margin-right: 29px;color: #999;}
.m-sortCateBar .good-category .categoryGroup {float: left;width: 1020px;overflow: hidden;}
.m-sortCateBar .good-category .categoryItem {float: left;margin-bottom: 20px;margin-right: 40px;}
.m-sortCateBar .active {color: #b0882f;}
.m-sortCateBar .sorts {line-height: 60px;}

/*限时倒计时*/
.limitClock{
	position:absolute;
	top:10%;
	left:50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width:80%;
}
.limitClock h2{
	color:#625646;
	font-size:20px;
	font-weight:normal;
}	
.clockDiv{
	overflow:hidden;
	width:100%;
	text-align:center;
	margin-top:10px;
}
.clockDiv>p{display:inline-block;height:40px;line-height:40px;text-align:center;}
.clockDiv>p.numBox{
	width:40px;
	background:#615547;
	color:#F6FFFE;
	font-size:17px;
	border-radius:3px;
}
.clockDiv>p.pointBox{color:#615547;font-weight:bold;}
.limitClock>.morebtn{display:inline-block;margin-top:27px;background:#E86D6F;color:#FDF9F8;padding:0;border-radius:15px;width:110px;height:30px;box-sizing:border-box;line-height:30px;}
.morebtn>a{color:white;};

/*footer*/
.footer{width:100%; background:#4d4d4d;}
.footer .footer-link{line-height:54px; border-bottom:1px solid #3a3a3a; text-align:center;}
.footer .footer-link a{margin-left:66px; color:#fff; font-size:14px;}
.footer .footer-link a:hover{ text-decoration:underline;}
.footer .copyright{background-color:#4d4d4d;line-height:24px; color:#aeaeae; font-size:12px; text-align:center; padding:15px 0; border-top:1px solid #5f5f5f;}
.footer a{color:#aeaeae;}

/*right-fixed*/
.right-fixed{position:fixed; right:0px; bottom:0px;}
.right-fixed li{width:50px; height:50px; background-color:#cacaca; margin-bottom:1px; cursor:pointer; position:relative;}
.right-fixed .app, .right-fixed .weixin, .right-fixed .wap, .right-fixed .phone, .app-logo, .weixin-logo, .phone-logo{background-image:url(../images/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .app:hove, .right-fixed .weixin:hover, .right-fixed .wap:hover,  .right-fixed .phone:hover{background-image:url(../images/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .back-top{background-image:url(../images/tubiao.png); background-repeat:no-repeat;}
.right-fixed .back-top:hover{background-image:url(../images/tubiao.png); background-repeat:no-repeat;}
.right-fixed .app{background-position:-10px -170px;}
.right-fixed .weixin{background-position:-65px -170px;}
.right-fixed .wap{background-position:-120px -170px;}
.right-fixed .phone{ background-position:-175px -170px;}

.right-fixed .back-top{display:none; background-position:-230px -170px;}
.right-fixed .app:hover{background-position:-10px -114px;}
.right-fixed .weixin:hover{background-position:-65px -114px;}
.right-fixed .wap:hover{background-position:-120px -114px;}
.right-fixed .phone:hover{background-position:-175px -114px;}
.right-fixed .back-top:hover{background-position:-230px -114px;}

.app-logo, .weixin-logo, .wap-logo{width:162px;height:162px; display:none; position:absolute; bottom:0; left:-160px; border:1px solid #ccc; box-sizing:border-box;}
.app-logo{height:180px; background-position:-180px -229px;}
.weixin-logo{height:200px; background-position:-10px -229px;}
.phone-logo{width:140px;display:none;position:absolute;bottom:0;left:-140px;;height:50px;background-position:-510px -229px;}

.right-fixed .app:hover .app-logo{display:block;}
.right-fixed .weixin:hover .weixin-logo{display:block;}
.right-fixed .wap:hover .wap-logo{display:block;}
.right-fixed .phone:hover .phone-logo{display:block;}

/*新闻样式结束*/

/*page*/
.page-large{margin:40px 0 20px; text-align:center;}
.page-large a{min-width:34px; height:34px; display:inline-block; border:1px solid #d5d5d5; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:34px; text-align:center; float:left; text-indent:0; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-large a.on{border:1px solid #ef3838; background:#ef3838; color:#fff;}
.page-large a.none{border:none;}
.page-large .Num:hover{border:1px solid #ef3838; color:#ef3838;}
.page-large .on:hover{border:1px solid #ef3838; color:#fff;}

.page-large .prev-page{background:url(../images/small-prev-page.png) center center no-repeat;}
.page-large .next-page{background:url(../images/small-next-page.png) center center no-repeat;}
.page-large .prev-page:hover{border:1px solid #ef3838; background:url(../images/small-prev-page-on.png) center center no-repeat #ef3838;}
.page-large .next-page:hover{border:1px solid #ef3838; background:url(../images/small-next-page-on.png) center center no-repeat #ef3838;}


/*搜索结果页*/
.searchNav{color:#1a1a1a; font-size:16px; line-height:88px; border-bottom:2px solid #e7e7e7;}
.searchNav span{color:#ef3838;}
.searchList{margin-top:6px;}
.searchList .item{border-bottom:1px solid #f0f0f0;height:140px;}
.searchList .item:hover{background-color:#f7f7f7;}
.searchList .item .search-title{color:#333333; font-size:18px; margin-bottom:14px;}
.searchList .item .search-title span{color:#ef3838;}
.searchList .item .search-txt{color:#666666; font-size:14px; line-height:20px; margin-bottom:10px;}
.searchList .item .search-txt span{color:#ef3838;}
.searchList .item .search-date{color:#333333; font-size:12px;}
.searchList .item .search-date em{color:#bababa; margin:0 30px 0 15px;}

.toggleMenu{display:none;}
.qrcode{display:none;}

/*工美资讯点击查看更多*/
.gm_news_more{
	float:right;color:#333333;font-size:14px;margin-right: 5px; position: absolute; bottom:-38px; right:0;
}

/*关于工美点击查看更多*/
.gm_about_more{
	float:right;color:#333333;font-size:14px;margin-right: 5px;
}

#mGoTop{
	display:none;
}

.navMenu_PC{
    display:block;
}
.navMenu_moblie{
    display:none;
}
/*手机端样式*/
 @media only screen and (max-width: 760px){
    .navMenu_PC{
        display:none;
    }
    .navMenu_moblie{
        display:block;
    }
    .gm_news_more{
        bottom:0px;
    }
    
    .footer .copyright {
        background-color: #FFF;
        border-top: 1px solid #CCC;
        padding: 15px 10px;
        color:#000;
    }
    
    .footer .footer-link {
	    line-height: 54px;
	    border-bottom: 0px solid #3a3a3a;
	    text-align: center;
    }
    
    .footer a{
        color:#000;
    }

    .tongji{
	   display:none;
    }
    
    .toggleMenu{display:block;}
    .qrcode{display:block;}

	.toggleMenu{
	    height:55px;
	    width:320px;
	    position: fixed;
	    bottom:0;
	    left:0px;   
	}
	.toggleMenu .t-m-l{
	    background-color: #32323a;
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#32323a), to(#23232b));
	    background-image: -webkit-linear-gradient(top, #32323a, #23232b);
	    background-image: -moz-linear-gradient(top, #32323a, #23232b);
	    background-image: -o-linear-gradient(top, #32323a, #23232b);
	    background-image: -ms-linear-gradient(top, #32323a, #23232b);
	    background-image: linear-gradient(top, #32323a, #23232b);
	    float: left;
	    width:288px;
	    height: 55px;;
	}
	.toggleMenu .t-m-r{
	    background-image: url(../images/SkinsBar3.png);
	    background-size: 32px 889px;
	    height:55px;
	    width:32px;
	    float: left;
	}
	.toggleMenu .h{
	    background-position: 0 -249px;
	    display: none;
	}
	.toggleMenu .s{
	    background-position: 0 -786px;
	    
	}
	.toggleMenu .t-m-l dl{
	    width:25%;float: left;height: 55px;margin:0;padding:0;
	}
	.toggleMenu .t-m-l dl span{
	    background-image: url(../images/SkinsBar3.png);
	    background-size: 32px 889px;
	    display: block;
	    background-repeat: no-repeat;
	    width: 100%;height: 30px;
	}
	.toggleMenu .t-m-l dl dt{
	    display: block;
	    height: 30px;margin:5px 0 0 0;padding:0;
	}
	.toggleMenu .t-m-l dl a{ display: block;color: #ffffff; text-decoration: none;}
	.toggleMenu .t-m-l dl dd{
	    margin:0;padding:0;    font-size: 12px;  text-align: center;
	}
	.toggleMenu .t-m-l dl span.tel{    
	    background-position: 26px -49px;
	    animation-name: telshow;
	    animation-duration: 1.0s;
	    animation-timing-function: linear;
	    animation-iteration-count: infinite;
	    -webkit-animation-name: telshow;
	    -webkit-animation-duration: 1.0s;
	    -webkit-animation-timing-function: linear;
	    -webkit-animation-iteration-count: infinite;
	    -o-animation-name: telshow;
	    -o-animation-duration: 1.0s;
	    -o-animation-timing-function: linear;
	    -o-animation-iteration-count: infinite;
	}
	.toggleMenu .t-m-l dl span.weichat{
	    background-position: 26px -148px;
	}
	.toggleMenu .t-m-l dl span.weibo{
	    background-position: 24px -426px;
	}
	.toggleMenu .t-m-l dl span.talk99{
	    background-position: 23px -197px;
	}
	@keyframes telshow {
	    0% {transform: rotate(0deg)}
	    5% {transform: rotate(-13deg)}
	    10% {transform: rotate(0deg)}
	    15% {transform: rotate(-13deg)}
	    20% {transform: rotate(0deg)}
	    25% {transform: rotate(-13deg)}
	    100% {transform: roate(0deg)}
	}
	@-webkit-keyframes telshow {
	    0% {-webkit-transform: rotate(0deg)}
	    5% {-webkit-transform: rotate(-13deg)}
	    10% {-webkit-transform: rotate(0deg)}
	    15% {-webkit-transform: rotate(-13deg)}
	    20% {-webkit-transform: rotate(0deg)}
	    25% {-webkit-transform: rotate(-13deg)}
	    100% {-webkit-transform: roate(0deg)}
	}
	
	#mGoTop{
	    border: 1px solid #e0e0e0;
	    position: fixed;
	    bottom: 4px;
	    right: 4px;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
	    background-color: #fff;
	    text-align: center;
	    width:40px;
	    height: 40px;
	    cursor: pointer;
	}
	
	#mGoTop img {
	    display: block;
	    width: 20px;
	    height: auto;
	}
 
 }

