﻿body,h1,h2,h3,h4,h5,h6,p,dl,dd{margin: 0;-webkit-text-size-adjust: 100%;font-family: Helvetica;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
ul,ol {margin: 0;padding: 0;list-style: none;}
img {vertical-align: top;}
a {text-decoration: none;}
textarea,input{margin: 0;padding: 0;}
a,input,button,textarea {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*-webkit-appearance: none;*/outline: none;}
html {-ms-touch-action: none;}
/*登录*/
.login_con{width:220px;margin: 70px auto 0;background: rgba(0,0,0,0.5);height: 100px;border-radius: 10px;padding: 14px;color: #eee;}
.login_con p{height:48px;line-height: 48px;}
.login_con p:nth-of-type(1){border-bottom: 1px solid #3e4854;}
.login_con label{float: left;padding-right: 10px;font-size: 26px;}
.login_con input{border: none;height:48px;background: none;font-family: Helvetica;color: #eee;width:180px;font-size: 16px;}
.login_btn a{display:block;width:248px;background: rgba(0,0,0,0.5);border-radius: 10px;text-align: center;line-height: 50px;color: #eee;margin: 30px auto 0;font-size: 16px;}
.my_weather{width:185px;margin:0 auto}
/*首页*/
.wrap{background: #f1f1f1;  position:absolute;
        top:0px;
        left:0px;
        right:0px;
        bottom:1rem;
        overflow:auto;
        -webkit-overflow-scrolling : touch;}
.logo{text-align: center;height:50px;padding-top: 60px;}
.logo img{width:60%;}
.index_nav{width:100%;}
.index_nav ul{overflow: hidden;}
.index_nav li{float: left;width:33.3%;background-color: #35a1ab;text-align: center;border:1px solid #349ca5;box-sizing: border-box;}
.index_nav img{width:90%}
.index_link{padding:20px;}
.index_link ul{overflow: hidden;width:100%;background:url(../img/not.png) no-repeat 50% 52%;position: relative;height:240px}
.index_link li{position: absolute;}
.index_link li:nth-child(1){left:50%;top:0;margin-left: -20px;}
.index_link li:nth-child(2){right:0;top:40px;}
.index_link li:nth-child(3){left:0;top:40px;}
.index_link li:nth-child(4){right:0;bottom:40px;}
.index_link li:nth-child(5){left:0;bottom:40px;}
.index_link li:nth-child(6){left:50%;bottom:0;margin-left: -20px;}
.index_link li a{display: block;}
.index_link li p{text-align: center;color: #bedbe0;font-size: 14px;}
.index_link img{max-width:40px}
.index_footer{text-align: center;height: 50px;width:100%;line-height: 50px; border-radius: 6px;font-size: 20px;background-color: rgba(190, 219, 224, 0.41);position: absolute;bottom: 5px;left:0}
.index_footer a{color: #fff;}
/*20170711*/
.index_news{height:0.4rem;padding: 0.2rem 0;font-size:0.26rem;line-height: 0.4rem;background:#fff;border-bottom:1px solid #f1f1f1;}
.index_news h2{font-size:0.32rem;font-weight: 700;float:left;color: #000;padding: 0 0.44rem;border-right:1px solid #8ec31f}
.index_news a{float: left;color: #a9a9a9;padding-left:0.44rem;width:60%;white-space:nowrap;overflow: hidden;height:0.4rem;text-overflow: ellipsis}
/*20170424新index*/
.index_icon ul{overflow: hidden;background:#fff; }
.index_icon li{width:33.3%;height:1.96rem;float: left;box-sizing: border-box;border-right:1px solid #fff;border-bottom:1px solid #fff;position:relative}
.index_icon i{height:100%;display: inline-block;vertical-align: middle;}
.index_icon a{display:inline-block;text-align: center;font-size: 0.24rem;vertical-align: middle;padding-top: 10px;min-height: 90px;width:100%;line-height: 0.4rem;color:#142c89}
.index_icon span{font-size: 0.5rem;}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*退房*/
.exit_con{padding-top: 100px;}
.booking,.rightNow{display: block;width:80%;height:50px;text-align: center;margin:0 auto 20px;border-radius: 20px;color: #efecec;line-height: 50px;}
.booking{background: #36D1DC;}
.rightNow{background: #F2994A;}
/*餐饮*/
.food_con #shop_scroller ul{padding-right: 0.1rem;box-sizing: border-box}
.food_con #shop_scroller li{width:33.3%;margin-top: 0.1rem;}
.food_con #shop_scroller li:nth-of-type(odd){padding: 0 0 0 0.1rem}
.food_con #shop_scroller li:nth-of-type(even){padding: 0 0 0 0.1rem}
.food_con .shop_img{background:#fff}
.food_con #shop_scroller h3{color: #333;padding-left:0.1rem }
.food_con #shop_scroller p{padding:0 0.1rem 0.1rem;}
.food_con #shop_scroller a{color: #333;border-color: #fff;width:0.7rem}
/*购物*/
.mask{width:100%;height:100%;background: rgba(0,0,0,0.5);position: absolute;top:0;left:0;z-index: 9;display: none;}
.div_tcc,.notice_tcc{font-size:0.32rem;color: #fefefe;position: absolute;top:50%;left:50%;z-index: 9;width:4rem;height:2rem;margin-left:-2rem;margin-top:-1rem;background: rgba(255,255,255,0.6);text-align: center;border-radius:0.2rem;line-height:1rem;display: none;}
.notice_tcc{line-height:0.5rem;padding:0.2rem}
.notice_tcc a {color:#333;padding:0.2rem}
.div_tcc h3{border-bottom: 0.01rem solid #717171;line-height: 0.98rem;}
.div_tcc span{font-size:0.4rem;}
.div_tcc span.add{padding:0 0.4rem;}
.div_tcc span.minus{padding:0 0.4rem;}
.div_tcc a{color: #fefefe;}
.tcc_yes{display: inline-block;width:50%;border-right:0.01rem solid #717171;box-sizing: border-box;}
.tcc_no{display: inline-block;width:50%}
#shop_wrapper {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom:0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#shop_scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
#shop_scroller ul {width: 100%;}
#shop_scroller li{float: left;width:50%;margin-top: 0.2rem;box-sizing: border-box;font-size: 0.26rem;}
#shop_scroller li:nth-of-type(odd){padding: 0 0.1rem 0 0.2rem}
#shop_scroller li:nth-of-type(even){padding: 0 0.2rem 0 0.1rem}
.shop_img{width:100%;background: #3f3d3d;overflow: hidden;}
#shop_scroller img{width:100%;}
#shop_scroller p{padding:0 0.26rem 0.1rem;overflow: hidden;line-height: 0.44rem}
#shop_scroller h3{line-height: 0.5rem;color: #fff;padding-left:0.26rem }
#shop_scroller span{float: left;color: #ff3535;}
#shop_scroller a{color: #fff;float: right;height:0.44rem;width:0.92rem;box-sizing: border-box;border: 0.01rem solid #fff;border-radius: 0.08rem;text-align: center;}
/*留言板*/
#header,#header2 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.86rem;
  line-height: 0.86rem;
  background: #3f3d3d;
  padding: 0;
  color: #a9a9a9;
  font-size:0.32rem;
  text-align: center;
}
#header .navRoot,#header2 .navRoot{bottom: auto;top:0;height:0.86rem}
.word_more{font-size: 0.3rem}
#word_wrapper,#comment_wrapper{
  position: absolute;
  z-index: 1;
  top: 0.86rem;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  font-size:0.3rem
}
#comment_wrapper .word_list{color: #fff}
#comment_wrapper dt,#comment_wrapper .word_con{background: #142c89}
#comment_wrapper dl.word_left dd:before{border-right-color: #142c89}
.word_list {
	width: 100%;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.msg-system{text-align: center;}
.word_list{padding: 0 10px;box-sizing: border-box;color: #a9a9a9;font-size: 0.26rem;}
.word_list dl{width:100%;padding-top: 0.2rem;overflow: hidden;}
.word_list dt{float: left;width: 0.8rem;height:0.8rem;border-radius: 0.4rem;line-height: 0.8rem;text-align: center;background: #eceee9}
.word_list .word_time{color: #ccc;}
.word_list dd{max-width:5rem;float: left;position: relative;}
.word_con{float: left;border-radius: 0 0.1rem 0.1rem 0.1rem;padding:0.2rem;background: #eceee9;line-height: 0.4rem;font-size: 0.3rem;min-width:0.4rem}
.word_time{float: left;width:100%;line-height:0.4rem }
.word_list dl.word_left dd{margin-left: 0.1rem}
.word_list dl.word_left dd:before{content:"";position: absolute;left: -0.16rem;top: 0;width: 0;height: 0;border-top: solid transparent;border-right: 0.16rem solid #eceee9;border-bottom: 0.1rem solid transparent;}
.word_list dl.word_right{text-align: right;overflow: hidden;color:#fff}
.word_list dl.word_right dt{float: right;background: #142c89;}
.word_list dl.word_right dd{float: right;text-align: left;margin-right: 0.1rem}
.word_list dl.word_right dd:before{content:"";position: absolute;left:auto;right: -0.16rem;top:0;width: 0;height: 0;border-top: solid transparent;border-left: 0.216rem solid #142c89;border-bottom: 0.1rem solid transparent;}
.word_list dl.word_right .word_con{float: right;background: #142c89;border-radius: 0.1rem 0 0.1rem 0.1rem;}
.word_list dl.word_right .word_time{float: right;text-align: right;}
#word_footer{position: absolute;z-index: 2;bottom: 0;left: 0;width: 100%;height: 1.5rem;font-size: 0.3rem;overflow: hidden;box-sizing: border-box;background: #3f3d3d}
.word_menu{height:0.5rem;line-height: 0.5rem;float: left;width:1.24rem;background:#142c89;border-radius: 0.62rem;padding:0.03rem;position: absolute;top:0.2rem;left:0.1rem}
.word_menu li{float: left;width:1rem;text-align: center;background-color: #fff;color: #595757;border-radius: 0.5rem;height:0.5rem;display: none}
.word_menu li.on{display: block}
.word_text{overflow: hidden;}
.area_box{padding:0.1rem 0.1rem 0.1rem 1.4rem ;border-bottom:0.02rem solid #fff;overflow: hidden}
.word_text textarea{width:100%;height:0.7rem;border: none;background-color: #fff;box-sizing: border-box;font-size:0.26rem;padding: 0 0.05rem;line-height: 0.7rem;resize: none;border-radius:0.1rem;float: left;color: #ccc;}
.word_star{float: left;line-height: 0.6rem;color: #fff;padding-left: 0.1rem}
.word_star span{float: left;}
.word_star .star{float: left;}
.word_star span[class^="icon-"]{padding-left: 0.14rem;}
.star_box{float: right;}
.star_box span.on,.word_star span.on{color: #ff5302;}
.word_check,.word_label{float: right;line-height:0.6rem;margin-right:0.12rem;color: #fff}
.word_check{margin-top: 0.2rem;}
.word_send,.word_submit{float: right;width:16%;text-align: center;line-height: 0.6rem;color: #fff;background:none;border:none}
::-webkit-input-placeholder { color: #CCC;} 
:-moz-placeholder {color: #CCC; } 
::-moz-placeholder { color: #CCC; } 
:-ms-input-placeholder { color: #CCC; }
/*室内空气*/
.room_con{font-size: 0.28rem;}
.room_head{padding: 1rem 0;overflow: hidden;}
.room_leaf{float: left;width:50%;}
.room_head .icon-leaf{float: right;width:1.4rem;height:1.4rem;line-height: 1.4rem;font-size: 0.6rem;color:#142c89;border:0.01rem solid #142c89;border-radius:0.7rem;text-align: center;}
.room_head .room_pm{float: left;line-height: 0.7rem;padding-left: 0.4rem;width:50%;box-sizing: border-box;height:1.4rem}
.room_head .room_pm strong{font-size:0.6rem;}
.room_head .room_pm p{color: #3f3d3d;}
.room_state{overflow: hidden;}
.room_state li{float: left;width:50%;box-sizing: border-box;text-align: center;padding: 0.3rem 0;line-height: 0.6rem;}
.room_state li:nth-of-type(1),.room_state li:nth-of-type(2) {border-bottom:1px solid #fff;}
.room_state li:nth-of-type(odd) {border-right:1px solid #fff;}
.room_state h3{color: #3f3d3d;padding-bottom: 0.4rem;}
.room_state span{font-size: 0.8rem;}
.room_state p{font-size: 0.4rem;}
/*场景*/
.th_color{color: #142c89}
.smart_menu{width: 100%;height: 1rem;display: -webkit-box;display: -ms-flexbox;display: flex;background:#f1f1f1;}
.smart_menu .navLinkText{font-size: 0.3rem;}
.smart_menu .navLink{margin-right:1px;background: #fff;color: #333}
.smart_menu .navLink:last-child{margin-right:0}
.smart_menu .navLink.active{background:#8ec31f;color: #fff}
.smart_scene{width:4.32rem;height:3.68rem;background:url(../images/sence_btn.png) no-repeat 50% 100%;background-size:3.22rem 3.22rem;position: relative;overflow: hidden;margin: 0 auto}
.fan{position:absolute;width:1.52rem;height:1.52rem;}
.cn-wrapper a.on {background:none}
.fan p{font-size:0.28rem;color: #3f3d3d;text-align: center;}
.guest{top:0;left:50%;width:2.84rem;height:2.06rem;margin-left:-1.40rem;background:url(../images/sence_guest.png) no-repeat 50% 100%;background-size:2.84rem 1.5rem;}
.relax{bottom:0.06rem;right:0;width:2.06rem;height:1.88rem;background:url(../images/sence_music.png) no-repeat 0 100%;background-size:1.46rem 1.88rem;}
.relax p{text-align: right;line-height:0.3rem;padding-top:0.9rem}
.read{bottom:0.06rem;left:0;width:2.25rem;height:2.2rem;background:url(../images/sence_read.png) no-repeat 100% 100%;background-size:1.66rem 2.36rem;}
.read p{text-align: left;line-height:0.3rem;padding-top:1.2rem}
.sleep{width:1.4rem;height:1.4rem;top:1.4rem;left:50%;margin-left:-0.7rem;background:url(../images/sence_sleep.png) no-repeat 100% 100%;background-size:1.38rem 1.36rem;}
.sleep p{line-height:0.3rem;padding-top:0.78rem }
.curtain ul{overflow: hidden;padding-top: 0.55rem}
.server_curtain ul{padding-top: 0}
.curtain li{float:left;width:50%}
.btn1{padding: 0.06rem 0.08rem 0.06rem 0.06rem;background: #f1f5f5;width:2.5rem;border-radius: 1.25rem;box-shadow:inset 0 1px 2px rgba(0,0,0,0.2),inset 0 -1px 0 rgba(255,255,255,1);margin: 0 auto;position: relative}
.btn2{height:0.74rem;width:2.5rem;background:linear-gradient(to top, #e6e6e6, #fefefe);text-align: center;line-height: 0.74rem;box-shadow:0px 2px 3px #888888;border-radius: 1.25rem;border:1px solid #dadada;font-size: 0.28rem}
.btn2 [class^="icon-"]{font-size:0.5rem;line-height: 0.74rem;width:44%}
.btn2 span{float: left;}
/*空调*/
.ac_left{float: left;width:50%;font-size:1.5rem;color:#818181;line-height: 3.4rem;text-align: center;}
.ac_right{float: left;width:50%;}
.ac_right .smart_menu{background: none;margin-top:0.4rem}
.ac_right .smart_menu .navLinkText{font-size: 0.2rem;}
.ac_right .smart_menu .navLink{margin-right:0;background:none;color: #fff;}
.ac_right .navLinkIco{color: #818181}
.ac_speed{color: #fff;font-size: 0.2rem;text-align: right;margin-top: 1rem;height:0.5rem;vertical-align: bottom}
.css_img_speed {max-height:0.5rem;vertical-align: bottom;padding: 0 0.5rem 0 0.3rem}
.smart_btns{overflow: hidden; font-size:0.28rem;color: #3f3d3d;line-height:0.3rem;padding-top: 0.8rem}
.smart_btns li{overflow: hidden; }
/*.ac_btn{overflow: hidden}
.ac_btn p{padding-top:0.22rem;text-align: center;}
.ac_btn .btn1{width:1rem;height:1rem;border-radius: 0.5rem;float: left;}
.ac_btn .btn1 .btn2{height:1rem;width:1rem;border-radius: 0.5rem;}
.ac_btn .btn1 [class^="icon-"]{font-size: 0.6rem;line-height:1rem;width:100%}
.ac_btn .btn1.temp{width:3rem;position: relative;}
.ac_btn .btn1.temp .btn2{position:absolute;left:0.06rem}
.ac_btn .btn1.temp .btn2:nth-child(1){top:0.06rem}
.ac_btn .btn1.temp .btn2:nth-child(2){left:auto;right:0.06rem}
.smart_ac{width:100%}*/
.ac_btn{float: left;width:30%}
.ac_btn p{padding-top:0.22rem;text-align: center;}
.ac_btn .btn1,.smart_ac .btn1{width:1rem;height:1rem;border-radius: 0.5rem;}
.ac_btn .btn1 .btn2,.smart_ac .btn1 .btn2{height:1rem;width:1rem;border-radius: 0.5rem;}
.ac_btn .btn1 [class^="icon-"],.smart_ac .btn1 [class^="icon-"]{font-size: 0.6rem;line-height:1rem;width:100%}
.ac_btn .btn1.temp{height:2.44rem;position: relative;margin-top: 0.6rem;}
.ac_btn .btn1.temp .btn2{position:absolute;left:0.06rem}
.ac_btn .btn1.temp .btn2:nth-child(1){top:0.06rem}
.ac_btn .btn1.temp .btn2:nth-child(2){bottom:0.06rem}
.smart_ac{float: left;width:69%}
.smart_ac p{text-align: center;padding-top: 0.22rem}
.speed_bg{width:3.26rem;height:3.26rem;background:#e4e9e9;position: relative;margin: 0.6rem auto 0;border-radius:1.63rem}
.speed_auto,.speed_center{position:absolute;top:0.06rem; left:50%;margin-left:-1.15rem;width:2.3rem;height:1.14rem;background:url(../images/speed_auto.png) no-repeat 50% 0;background-size:2.3rem 1.53rem;}
.speed_auto {
}
.speed_center {background:url(../images/speed_center.png) no-repeat 50% 100%;top:auto;bottom:0.06rem;background-size:2.31rem 1.54rem;width:2.31rem}
.speed_hight,.speed_low{position:absolute;height:2.22rem;width:1.1rem;background:url(../images/speed_height.png) no-repeat 100% 50%;background-size:1.53rem 2.22rem;right:0.06rem;top:0.52rem}
.speed_low {background:url(../images/speed_low.png) no-repeat 0 50%;left:0.06rem;background-size:1.54rem 2.25rem;height:2.25rem}
.speed_low.on, .speed_hight.on, .speed_center.on, .speed_auto.on {background:none}
.speed_btn{width:1.4rem;height:1.52rem;background:url(../images/ac_speed.png) no-repeat 50% 50%;background-size:1.4rem 1.52rem;position: absolute;top:50%;left:50%;margin:-0.76rem 0 0 -0.7rem;transition:all 1s;}
/*服务*/
.room_id{width:2.62rem;height:2.04rem;background:url(../images/room_id.png) no-repeat 50% 100%;background-size:2.62rem 2.04rem;padding-top:0.24rem;font-size:0.48rem;line-height:2.04rem;color:#8ec31f;margin: 0 auto; text-align: center;}
.room_text{text-align: center;font-size: 0.32rem;color: #d3d3d3;padding-top:0.3rem;line-height: 0.34rem}
.close_Click {position: relative;margin-top: 0.8rem;}
.close_Click .btn1{width:2.2rem;height:2.2rem;border-radius: 1.1rem;}
.close_Click .btn2{width:2.2rem;height:2.2rem;border-radius: 1.1rem;font-size: 0.3rem;line-height:2.2rem;color: #142c89}
.lock_btn{border-radius: 1.1rem;}
.btn2.on {background:#e6e6e6}
/*底部comon*/
.navRoot {position: fixed;z-index: 50;bottom: 0;left:0;width: 100%;height: 1rem;display: -webkit-box;display: -ms-flexbox;display: flex;background:#3f3d3d;}
.navLink {font-size: 0.4rem;-webkit-box-flex: 1;-ms-flex: auto;flex: auto;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical; -webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  -ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;line-height: 1;color: #a9a9a9;
}
.navLinkIco { display: block;margin-bottom: 0.1rem;}
.navLinkText {display: block;line-height: 1;font-size: 0.2rem;}

/*多媒体*/
.tv_img{width:100%;height:3.4rem}
.tv_img img{width:100%;max-height: 3.4rem}
.tv_btns{overflow: hidden}
.tv_btns li{width:50%;float: left;margin-top:0.3rem}
.tv_btns .tv_four{width:100%}
.tv_box{width:3.24rem;height:3.25rem;background:url(../images/tv_four.png) no-repeat 50% 50%;background-size:3.24rem 3.25rem;margin:0 auto;position: relative}
.tv_box.top{background:url(../images/tv_bg01.png) no-repeat 50% 50%;background-size:3.24rem 3.25rem;}
.tv_box.left{background:url(../images/tv_bg02.png) no-repeat 50% 50%;background-size:3.24rem 3.25rem;}
.tv_box.right{background:url(../images/tv_bg04.png) no-repeat 50% 50%;background-size:3.24rem 3.25rem;}
.tv_box.bottom{background:url(../images/tv_bg05.png) no-repeat 50% 50%;background-size:3.24rem 3.25rem;}
.tv_box.ok{background:url(../images/tv_bg03.png) no-repeat 50% 50%;background-size:3.24rem 3.25rem;}
.tv_box .css_bt{height:1.1rem;width:1.1rem}
#ImageButton2{top:0;left:50%;margin-left:-0.55rem}
#ImageButton4{top:50%;left:0;margin-top:-0.55rem}
#ImageButton5{top:50%;left:50%;margin:-0.55rem 0 0 -0.55rem;z-index: 999}
#ImageButton6{top:50%;right:0;margin-top:-0.55rem;left:auto}
#ImageButton8{bottom:0;left:50%;margin-left:-0.55rem;top:auto}
/*科堡*/
.signal { position:absolute;top:5rem;left:50%;margin-left:-3rem}
.signal .btn1 { width:0.74rem}
.signal .btn2 { width:0.74rem;font-size:0.2rem;}
.signal .btn2 span {width:100%;text-align:center}