body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
	font-family: Tahoma,Arial,"Microsoft JhengHei";
	/*overflow-x: hidden;
  position: relative;
  width: 100%;
  font-size:14px;
  background-color:#fff;
  font-family:"思源黑体";
  margin:0px;*/

}
a { text-decoration:none;}
/*
a:visited{
  color:#000;
}
a:link{
	color:#000;
}*/
  
.container{
	width:100%;
	margin:0 auto;
}
.devicelist{
	width: 100%;
    padding: 10px;
    box-sizing: border-box;
	color:#666;
}
.devicelisgbg{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:stretch;
	overflow:hidden;
	position: absolute; 
	z-index:-1;
	top:0;
}
.devicelisgbg img {
	max-width:120%; 
	opacity: 0.1;
}
.devicelist .empty{
	display: flex;
    margin-top: 40%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align:center;
	
}
.devicelist .empty img{
	margin-bottom: 10px;
    width: 150px;
	margin-left:15px;
}
.devicelist .empty .text{
	display:flex;
	justify-content:center;
	align-items:center; 
	flex-direction:column;
}
.devicelist .empty .text .title{
	font-weight:bold;
}
.devicelist .empty .text .desc{
	color:#ccc;
}
.devicelist .deviceitem{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(56, 47, 37, 0.1);
    padding: 15px 0;
    box-sizing: border-box;
	font-size:14px;
}
.devicelist .deviceitem .left{
	display: flex;
    align-items: center;
}
.devicelist .deviceitem .left .name{
	margin-left:10px;
}
.devicelist .deviceitem .left img{
	width:20px;
	height:20px;
}
.devicelist .deviceitem .right img{
	width:20px;
	height:20px;
	opacity: 0.5;
}
.container .addnewdevice{
	position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 40px;
	flex-direction:column;
	align-items:center;
}
.container .addnewdevice img{
	width:30px;
	height:30px;
}
.container .addnewdevice .text{
	font-size:12px;
	margin-top:5px;
	color:#666;
}
.container .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
	border-top:1px solid #f2f2f2;
}
.container .head .left{
	display:flex;
	width:18%;
	justify-content:space-between;
	align-items:center;
}
.container .head .left img{
	width:20px;
	height:20px;
}
.container .head .right{
	display:flex;
	width:15%;
	justify-content:space-between;
	align-items:center;
}
.container .head .right .reset img{
	width:20px;
	height:20px;
}
.container .head .right .shutdown img{
	width:20px;
	height:20px;
}

.adddevicename{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
	background-color:#fff;
}

.adddevicename .title{
	font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 5px 0px;
}
.adddevicename .desc{
	color: #ccc;
}
.adddevicename .input .devicename{
	text-align: center;
    font-size: 18px;
    color: #000;
    height: 50px;
    border-bottom: 1px solid #eee;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-top: 10%;
}
.adddevicename .input .outputratecontainer{
	display: flex;
	justify-content: center;
	align-items: baseline;
	width: 90%;
	border-bottom: 1px solid #eee;
}
.adddevicename .input .outputratecontainer .outputrate{
	width: 80%;
	text-align: center;
	font-size: 18px;
	color: #000;
	height: 50px;
	border-bottom: 0px solid #eee;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10%;
}
.adddevicename .submitbtn{
	border-radius: 5px;
    width: 80%;
    height: 40px;
    background-color: #43CD80;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 30%;
}
.adddevicename .submitbtn .text{
	margin-left:5px;
}
.tipspanel{
	position: absolute;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}
.tipspanel .tipscontainer{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}
.tipspanel .tipscontainer .tipshead{
	display: flex;
	height: 100px;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 5px;
}
.tipspanel .tipscontainer .tipsmid{
	display: flex;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-direction: column;
	color: #fff;
}
.tipspanel .tipscontainer .tipsmid .imgdiv{
	text-align: center;
	margin-top:-20px;
}
.tipspanel .tipscontainer .tipsmid .imgdiv img{
	width: 80%;
	margin-top: 20%;
}
.tipspanel .tipscontainer .tipsbottom{
	margin-bottom: 20%;
}
.tipspanel .tipscontainer .tipsbottom .imgdiv{
	text-align: center;
}
.tipspanel .tipscontainer .tipsbottom img{
	width: 60%;
}

.devicedetail{
	width:100%;
	margin:0 auto;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	height:100%;
}
.devicedetail .devicedetailbg{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:stretch;
	overflow:hidden;
	position: absolute; 
	z-index:-1;
	top:0;
}
.devicedetail .devicedetailbg img {
	max-width:120%; 
	opacity: 0.4;
}
.devicedetail .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
}
.devicedetail .head .left{
	display:flex;
	width:33.33%;
	justify-content:flex-start;
	align-items:center;
	color:#666;
	font-weight: bold;
}
.devicedetail .head .left img{
	width:20px;
	height:20px;
	opacity: 1;
	margin-right: 5px;
}
.devicedetail .head .mid{
	display:flex;
	width:33.33%;
	justify-content:center;
	align-items:center;
}
.devicedetail .head .right{
	display:flex;
	width:33.33%;
	justify-content:flex-end;
	align-items:center;
}
.devicedetail .head .right .openshutdown{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(238,238,238,0.3);
    font-size: 12px;
    color: #666;
    box-shadow: 1px 1px 5px rgba(181,170,170,0.5);
}
.devicedetail .head .right .openshutdown img{
	width:20px; 
	height:20px;
}
.devicedetail .head .right .reset{
	margin-right:20px;
}
.devicedetail .head .right .reset img{
	width:20px;
	height:20px;
}
.devicedetail .head .right .shutdown img{
	width:20px;
	height:20px;
}
.devicedetail .head .right .deviceerror img{
	width:20px;
	height:20px;
	margin-right: 10px;
}
.devicedetail .tempselect{
	height: 58%;
	/*margin-top:10%;
	max-height:50%;
	
	 */
	/*overflow: hidden;*/
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .tempnum{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .tempnum .left{
	width:33.33%
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .tempnum .mid{
	position: relative;
	width: 33.33%;
	height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .tempnum .mid .mid-top{
	z-index: 99;
	width: 100%;
	position: absolute;
	height: 100%;
	border: 0px solid #000;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .tempnum .mid .mid-bottom{
	display: flex;
	width: 100%;
	position: absolute;
	height: 100%;
	border: 0px solid #000;
	justify-content: center;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .tempnum .mid .mid-bottom .mid-bottom-content{
	width: 100%;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .tempnum .mid .mid-bottom .mid-bottom-content .desc{
	display: flex;
	text-align: center;
	color: #666;
	align-items: center;
	font-size: 14px;
	justify-content: center;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .tempnum .mid .mid-bottom .mid-bottom-content .desc img{
	width: 25px;
	height:25px;
	margin-right:5px;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .tempnum .right{
	width:33.33%;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	font-size:20px;
	font-weight:bold;
	color:rgba(212, 48, 48, 0.6);
	margin-top: 50px;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp{
	display:flex;
	justify-content:space-around;
	align-items:center;
    z-index: 999;
	margin-top:10px;
} 
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail{
	display:flex;
	align-items:center;
	color:#666;
	font-size:18px;
	width: 100%;
	justify-content: center;
	margin-top:20px;
	position: relative;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail .setheattempinput{
	display: flex;
	width: 100%;
	background-color: rgba(0,0,0,0);
	border: 0;
	font-size: 18px;
	font-weight: bold;
	color: rgba(1,1,1,0);
	justify-content: center;
	align-items: center;
	height: 50px;
	position: absolute;
	z-index: 9999;
	height: 1px;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail .settedheattemppanel{
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10%;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail .settedheattemppanel .settedheattemp{
	font-weight: bold;
	font-size: 20px;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail .settedheattemppanel .unit{
	font-size: 14px;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail .settedheattemppanel img{
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail .settedshowertemppanel{
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	font-size: 16px;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail .settedshowertemppanel img{
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail .settedshowertemppanel .settedshowertemp{
	font-weight: bold;
    font-size: 20px;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail .settedshowertemppanel .unit{
	font-size: 14px;
}
.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail img{
	width:35px;
	height:35px;
	margin-right:5px;
}
.devicedetail .set{
	/*bottom: 10%;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;*/
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 10%;
}
.devicedetail .set .setitem{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: rgba(238,238,238,0.3);
	font-size: 12px;
	color:#666;
	box-shadow: 1px 1px 5px rgba(181,170,170,0.5);
}
.devicedetail .set .setitem .seticon img{ 
	width:25px; 
	height:25px;
} 
.closebg{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: rgba(1,1,1,0.8);
    display: flex;

	flex-direction:column;
}
.closebg img{
	width:30px;
	height:30px;
}
.closebg .closepanel{
	box-sizing: border-box;
	padding: 0px 15px 20px 10px;
	width: 100%;
	height: 100px;
	border-radius: 50%;
	background-color: rgba(238,238,238,0);
	box-shadow: 1px 1px 5px rgba(181,170,170,0);
	display: flex;
	justify-content: space-between;

}
.closebg .closepanel .backto{
	display: flex;
	align-items: center;
	color:#fff;
	justify-content: center;
	flex-direction: column;
	font-size: 12px;
}
.closebg .closepanel .open{
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
.closebg .closepanel .open img{
	width:30px;
	height:30px;
	margin-top:-15px;
}
.closebg .desc{
	width: 100%;
	color: #fff;
	margin-top: 35%;
	font-weight: bold;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.closebg .desc .officon{
	width:80px;
	height:80px;
}
.closebg .run{
	font-size: 12px;
	position: absolute;
	margin-bottom: 80px;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.errorbg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: rgba(1,1,1,0.7);
	display: flex;

	flex-direction:column;
}
.errorbg img{
	width:15px;
	height:15px;
}
.errorbg .errorpanel{
	box-sizing: border-box;
	padding: 14px 11px 20px 10px;
	width: 100%;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(238,238,238,0);
	box-shadow: 1px 1px 5px rgba(181,170,170,0);
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;

}
.errorbg .errorpanel .errorfeedback{
	width: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 35px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 1px 1px 5px rgba(181, 170, 170, 0.5);
}
.errorbg .errorpanel .backto{
	display: flex;
	align-items: center;
	color:#fff;
}
.errorbg .desc{
	width: 100%;
	color: #fff;
	margin-top: 40%;
	font-weight: bold;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.errorbg .desc .errorofficon{
	width:80px;
	height:80px;
	margin-bottom: 20px;
	opacity: 0.9;
}
.errorbg .set{
	bottom: 10%;
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.errorbg .set .setitem {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255,1);
	font-size: 12px;
	color: #666;
	box-shadow: 1px 1px 5px rgba(181, 170, 170, 0.5);
}


.isotabg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: rgba(1,1,1,0.7);
	display: flex;

	flex-direction:column;
}
.isotabg img{
	width:20px;
	height:20px;
}
.isotabg .isotapanel{
	box-sizing: border-box;
	padding: 20px 20px 20px 10px;
	width: 100%;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(238,238,238,0);
	box-shadow: 1px 1px 5px rgba(181,170,170,0);
	display: flex;
	justify-content: space-between;

}
.isotabg .isotapanel .backto{
	display: flex;
	align-items: center;
	color:#fff;
}
.isotabg .desc{
	width: 100%;
	color: #fff;
	margin-top: 50%;
	font-weight: bold;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.isotabg .desc .isotaicon{
	width:80px;
	height:80px;
	margin-bottom: 20px;
	margin-top:40px;
	opacity: 0.9;
}





.tempctrl {
	height: 100%;
	width: 100%;
    margin: 0 auto;
	background-color:#f2f2f2;
}
.tempctrl .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
	background-color:#fff;
	border-top:1px solid #f2f2f2;
}
.tempctrl .head .left{
	display: flex;
    width: 33.33%;
    justify-content: space-between;
    align-items: center;
}
.tempctrl .head .left img{
	width:20px;
	height:20px;
}
.tempctrl .head .mid{
	text-align: center;
    width: 33.33%;
}
.tempctrl .head .right{
	text-align: right;
    width: 33.33%;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
}
.tempctrl .head .right img{
	width:20px;
	height:20px;
}
.tempctrl .isopen{
	background-color:#fff;
	width:100%;
	padding:10px;
	box-sizing: border-box;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:5%;
	font-size:16px;
}

.tempctrl .tempctrllist{
	border-top: 1px solid #eee;
    width: 100%;
    margin: 0 auto;
    /*padding: 10px 0;*/
    box-sizing: border-box;
    background-color: #fff;
}
.tempctrl .tempctrllist .title{
	font-weight: bold;
    margin-bottom: 10px;
	
}
.tempctrl .tempctrllist .empty{
	display: flex;
    justify-content: center;
	color:#ccc;
	font-size:14px;
	padding:20px;
}
.tempctrl .tempctrllist .list{
	padding: 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	border-bottom: 10px solid #f2f2f2;
}
.tempctrl .tempctrllist .list .repeatday{
	border-bottom: 1px solid #eee;
	padding: 2px 0;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.tempctrl .tempctrllist .list .repeatday .more {
	width: 20%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: 40px;
}

.tempctrl .tempctrllist .list .repeatday img{
	width: 15px;
	height:15px;
}
.tempctrl .tempctrllist .list .timetemp{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
	box-sizing: border-box;
}
.tempctrl .desc{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #b1b0b0;
	margin-top: 40px;
	margin-bottom:40px;
	font-weight: normal;
	font-size: 14px;
	flex-direction: column;
}

.addtempctrl {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background-color:#f2f2f2;
}
.addtempctrl .head{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px 10px;
	background-color:#fff;
	border-top:1px solid #f2f2f2;
}
.addtempctrl .head .left{
	display: flex;
	width: 33.33%;
	justify-content: space-between;
	align-items: center;
}
.addtempctrl .head .left img{
	width:20px;
	height:20px;
}
.addtempctrl .head .mid{
	text-align: center;
	width: 33.33%;
}
.addtempctrl .head .right{
	width: 33.33%;
	align-items: center;
	display: flex;
	flex-direction: row-reverse;;
}
.addtempctrl .head .right img{
	width:20px;
	height:20px;
}
.addtempctrl .repeat{
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}
.addtempctrl .repeat .title{
	font-weight:bold;
	margin-bottom:10px;
}
.addtempctrl .repeat .day{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.addtempctrl .timetemp{
	box-sizing: border-box;
	padding: 10px 10px 0px 10px;
	width: 100%;
}
.addtempctrl .timetemp .title{
	box-sizing: border-box;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}
.addtempctrl .timetemp .title img{
	width:20px;
	height:20px;
}
.addtempctrl .timetemp .title .left .desc{
	font-size:12px;
	color:#000;
}
.addtempctrl .chosen{
	width:100%;
	display:flex;
	padding:10px;
	box-sizing:border-box;
	-webkit-flex-flow: row wrap;
}
.addtempctrl .chosen .item{
	/*
	width: 30%;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin:5px 5px 10px 5px;
	flex-direction: column;
	border-radius:5px;
	background-color:#fff;*/
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5px 0;
	border-radius: 5px;
	background-color: #fff;
	font-weight: bold;

}
.addtempctrl .chosen .item .temp{
	color: #d43030;
}
.addtempctrl .chosen .item img{
	width: 1rem;
	height: 1rem;
	margin-left: 4.5rem;
	margin-top: 0rem;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.setting {
	height: 100%;
	width: 100%;
    margin: 0 auto;
	background-color:#f2f2f2;
}
.setting .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 13px 10px;
	background-color:#fff;
	border-top:1px solid #f2f2f2;
}
.setting .head .left{
	display:flex;
	width:18%;
	justify-content:space-between;
	align-items:center;
}
.setting .head .left img{
	width:20px;
	height:20px;
}
.setting .head .right{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.setting .head .right img{
	width:20px;
	height:20px;
}
.setting .deviceinfo{
	margin-top: -20px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding-bottom: 20px;
}
.setting .deviceinfo .iconbg{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #43CD80;
    display: flex;
    justify-content: center;
    align-items: center;
}
.setting .deviceinfo .iconbg img{
	width:60px;
	height:60px;
}
.setting .deviceinfo .devicename{
	font-weight: bold;
	display:flex;
	justify-content:center;
	align-items:center;
}
.setting .deviceinfo .devicename img{
	width:20px;
	height:20px;
}
.setting .deviceinfo .devicemacno{
	font-size: 12px;
    color: #b2b2b2;
}
.setting .settinglist{
	width:100%;
	background-color:#fff;
	padding:10px;
	box-sizing:border-box;
	margin-top: 15px;
	font-size:14px;
}
.setting .settinglist .settingitem:last-child{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-bottom:0px solid #eee;
	padding:10px 0;
	box-sizing:border-box;
}
.setting .settinglist .settingitem{
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
	border-bottom:1px solid #eee;
	padding:10px 0;
	box-sizing:border-box;
}
.setting .settinglist .settingitem .left{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.setting .settinglist .settingitem .left img{
	width:20px;
	height:20px;
	margin-right:5px;
}

.setting .settinglist .settingitem .right img{
	width:20px;
	height:20px;
	opacity:0.3;
}
.setting .unbind{
	width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.setting .unbind .btn{
	width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d43030;
    color: #fff;
    border-radius: 5px;
}
.setting .unbind .btn i{
	margin-right:5px;
}
.editname{ 
	width:100%;
	margin:0 auto;
	background-color:#fff;
	height:100%;
}
.editname .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px; 
	background-color:#fff;
	border-bottom: 1px solid #eee;
	border-top:1px solid #f2f2f2;
}
.editname .head .left{ 
	display: flex;
    width: 18%;
    justify-content: space-between;
    align-items: center;
}
.editname .head .right{
	display:flex; 
	justify-content:space-between;
	align-items:center;
}
.editname .head .right img{
	width:20px;
	height:20px;
}
.editname .head .left img{
	width:20px;
	height:20px;
}
.editname .adddevicename .submitbtn{
	border-radius: 5px;
    width: 80%;
    height: 40px;
    background-color: #43CD80;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 30%;
}
.usedgas {
	height: 100%;
	width: 100%;
    margin: 0 auto;
}
.usedgas .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
	border-top:1px solid #f2f2f2;
}
.usedgas .head .left{
	display: flex;
    width: 33.33%;
    justify-content: space-between;
    align-items: center;
}
.usedgas .head .left img{
	width:20px;
	height:20px;
}
.usedgas .head .mid{
	text-align: center;
    width: 33.33%;
}
.usedgas .head .right{
    width: 33.33%;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;;
}
.usedgas .head .right img{
	width:20px;
	height:20px;
}
.usedgas .usedgasbg{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:stretch;
	overflow:hidden;
	position: absolute; 
	z-index:-1;
	top:0;
}
.usedgas .usedgasbg img {
	max-width:120%; 
	opacity: 0.2;
}
.usedgas .middle{
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30%;
}
.usedgas .middle .title{
	font-size: 18px;
}
.usedgas .middle .usedamount{
	display: flex;
    justify-content: space-around;
    width: 100%;
}
.usedgas .middle .usedamount .left{
	width: 33.33%;
}
.usedgas .middle .usedamount .midnum{
	display: flex;
    width: 33.33%;
    font-size: 50px;
    font-weight: bold;
    justify-content: center;
}
.usedgas .middle .usedamount .right{
	width: 33.33%;
    display: flex; 
    flex-direction: column;
    justify-content: center;
}
.usedgas .middle .usedamount .right .unit{
	margin-top: 25px;
	margin-left:20px;
}
.usedgas .bottom{
	width: 100%;
    display: flex;
    position: absolute;
    bottom: 20px;
    font-size: 12px;
    color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.usedgas .bottom img{
	width:30px;
	height:30px;
	opacity: 0.4;
}



.usedgaschart {
	height: 100%;
	width: 100%;
    margin: 0 auto;
}
.usedgaschart .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
	border-top:1px solid #f2f2f2;
	/*border-bottom:1px solid #cecece;*/
}
.usedgaschart .head .left{
	display: flex;
    width: 33.33%;
    justify-content: space-between;
    align-items: center;
}
.usedgaschart .head .left img{
	width:20px;
	height:20px;
}
.usedgaschart .head .mid{
	text-align: center;
    width: 33.33%;
}
.usedgaschart .head .right{
    width: 33.33%;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;;
}
.usedgaschart .head .right img{
	width:20px;
	height:20px;
}
.usedgaschart .chart{
	padding:10px;
	width:100%;
	height:100%;
	box-sizing:border-box;
	margin-top:-40px;
	z-index:-1;
}
.usedgasmonitor {
	height: 100%;
	width: 100%;
    margin: 0 auto;
	background-color:#fff;
	/*增加的*/
	display: flex;
	flex-direction: column;
}
.usedgasmonitor .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
	border-bottom:1px solid #eee;
	position: fixed;
	border-top:1px solid #f2f2f2;
}
.usedgasmonitor .head .left{
	display: flex;
    width: 33.33%;
    justify-content: space-between;
    align-items: center;
}
.usedgasmonitor .head .left img{
	width:20px;
	height:20px;
}
.usedgasmonitor .head .mid{
	text-align: center;
    width: 33.33%;
}
.usedgasmonitor .head .right{
    width: 33.33%;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;;
}
.usedgasmonitor .head .right img{
	width:20px;
	height:20px;
}

.usedgasmonitor .addoutputrate{
	padding: 20px;
	margin-top: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
.usedgasmonitor .addoutputrate .middleinput{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.usedgasmonitor .addoutputrate .middleinput .title{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 5px 0px;
}
.usedgasmonitor .addoutputrate .middleinput .desc{
	font-size: 14px;
	color: #ccc;
}
.usedgasmonitor .addoutputrate .middleinput .outputrate{
	text-align: center;
	font-size: 18px;
	color: #000;
	height: 50px;
	border-bottom: 1px solid #eee;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10%;
}
.usedgasmonitor .addoutputrate .middleinput .btn{
	margin-top: 30%;
	background-color: #43CD80;
	height: 40px;
	width: 100%;
	border: 0px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
}
.usedgasmonitor .addoutputrate .middleinput .btn i{
	margin-right: 5px;
}
.usedgasmonitor .addoutputrate .middleinput .edit{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #ccc;
	font-size: 14px;
}
.usedgasmonitor .usedgas{
	padding: 20px;
	margin-top: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
.usedgasmonitor .usedgas .middleinput{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.usedgasmonitor .usedgas .middleinput .title{
	font-size: 18px;
	color: #000;
	margin: 5px 0px;
}
.usedgasmonitor .usedgas .middleinput .desc{
	font-size: 14px;
	color: #ccc;
}
.usedgasmonitor .usedgas .middleinput .usedgasamount{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.usedgasmonitor .usedgas .middleinput .usedgasamount .left{
	width: 33.33%;
}
.usedgasmonitor .usedgas .middleinput .usedgasamount .midnum{
	display: flex;
	width: 33.33%;
	font-size: 50px;
	font-weight: bold;
	justify-content: center;
}
.usedgasmonitor .usedgas .middleinput .usedgasamount .right{
	width: 33.33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 20px;
}
.usedgasmonitor .usedgas .middleinput .usedgasamount .right .unit{
	margin-top: 25px;
}
.usedgasmonitor .usedgas .middleinput .outputrate{
	text-align: center;
	font-size: 18px;
	color: #000;
	height: 50px;
	border-bottom: 1px solid #eee;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10%;
}
.usedgasmonitor .usedgas .middleinput .btn{
	margin-top: 37.5%;
	background-color: #d43030;
	height: 40px;
	width: 100%;
	border: 0px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
}
.usedgasmonitor .usedgas .middleinput .btn i{
	margin-right: 5px;
}
.usedgasmonitor .usedgas .middleinput .edit{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #ccc;
	font-size: 14px;
}
.usedgasmonitor .list{
	width:100%;
	/*margin-top: 10px;*/
	box-sizing:border-box;
	font-size:14px;
	position: absolute;
	margin-top: 46px;
}
.usedgasmonitor .list .empty{
	display: flex;
    justify-content: center;
    color: #ccc;
	margin-top:20%;
}

.addusedgasmonitor {
	height: 100%;
	width: 100%;
    margin: 0 auto;
	background-color:#fff;
}
.addusedgasmonitor .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
	border-bottom:1px solid #eee;
	border-top:1px solid #f2f2f2;
}
.addusedgasmonitor .head .left{
	display: flex;
    width: 33.33%;
    justify-content: space-between;
    align-items: center;
}
.addusedgasmonitor .head .left img{
	width:20px;
	height:20px;
}
.addusedgasmonitor .head .mid{
	text-align: center;
    width: 33.33%;
}
.addusedgasmonitor .head .right{
    width: 33.33%;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;;
}
.addusedgasmonitor .head .right img{
	width:20px;
	height:20px;
}
.addusedgasmonitor .middleinput{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}
.addusedgasmonitor .middleinput .title{
	font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 5px 0px;
}
.addusedgasmonitor .middleinput .addmonitor .inputperiod .period{
	text-align: center;
    font-size: 18px;
    color: #000;
    height: 50px;
    border-bottom: 1px solid #eee;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-top: 10%;
}
.addusedgasmonitor .middleinput .addmonitor .desc{
	font-size: 14px;
    text-align: center;
    color: #ccc;
    margin-top: 5px;
}
.addusedgasmonitor .bottom{
	display: flex;
    justify-content: center;
    margin-top:30%;
}
.addusedgasmonitor .bottom .circle{
	background-color: #43CD80;
    height: 80px;
    width: 80px;
    border: 0px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
	font-size:14px;
}

.usedgasmonitordetail {
	height: 100%;
	width: 100%;
    margin: 0 auto;
	background-color:#ffffff;
}
.usedgasmonitordetail .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
	background-color:#fff;
	border-bottom:1px solid #eee;
	border-top:1px solid #f2f2f2;
}
.usedgasmonitordetail .head .left{
	display:flex;
	width:33.33%;
	justify-content:space-between;
	align-items:center;
}
.usedgasmonitordetail .head .left img{
	width:20px;
	height:20px;
}
.addusedgasmonitor .head .mid{
	text-align: center;
    width: 33.33%;
}
.usedgasmonitordetail .head .right{
	display:flex;
	justify-content:space-between;
	align-items:center;
	 width: 33.33%;
}
.usedgasmonitordetail .head .right img{
	width:20px;
	height:20px;
}
.usedgasmonitordetail .detail{
	display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 10%;
}
.usedgasmonitordetail .detail .period{
	display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    width: 100%;
    align-items: center;
}
.usedgasmonitordetail .detail .period .title{
	font-size: 18px;
    font-weight: bold;
}
.usedgasmonitordetail .detail .period .day{
	display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-direction: row;
}
.usedgasmonitordetail .detail .period .day .mid{
	font-size: 80px;
    text-align: center;
    font-weight: bold;
}
.usedgasmonitordetail .detail .period .day .mid .unit{
	font-size: 14px;
}
.usedgasmonitordetail .detail .period .beginday{
	color: #666;
    font-size: 14px;
}
.usedgasmonitordetail .detail .period .endday{
	color: #666;
    font-size: 14px;
}
.usedgasmonitordetail .detail .usedgasamount{
	display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 40px;
}
.usedgasmonitordetail .detail .usedgasamount .title{
	font-size: 18px;
    font-weight: bold;
}
.usedgasmonitordetail .detail .usedgasamount .amount{
	display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    flex-direction: row;
}

.usedgasmonitordetail .detail .usedgasamount .amount .monitoring{
	margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.usedgasmonitordetail .detail .usedgasamount .amount .monitoring .desc{
	color:#666;
}
.usedgasmonitordetail .detail .usedgasamount .amount .left{
	width: 33.33%;
}
.usedgasmonitordetail .detail .usedgasamount .amount .mid{
	width:100%;
	font-size:80px;
	text-align: center;
	font-weight:bold;
}
.usedgasmonitordetail .detail .usedgasamount .amount .mid .unit{
	font-size:14px;
}
.usedgasmonitordetail .detail .usedgasamount .amount .left{
	width: 33.33%;
}

.authorize {
	height: 100%;
	width: 100%;
    margin: 0 auto;
	background-color:#fff;
}
.authorize .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
	border-bottom:1px solid #eee;
	border-top:1px solid #f2f2f2;
}
.authorize .head .left{
	display: flex;
    width: 33.33%;
    justify-content: space-between;
    align-items: center;
}
.authorize .head .left img{
	width:20px;
	height:20px;
}
.authorize .head .mid{
	text-align: center;
    width: 33.33%;
}
.authorize .head .right{
    width: 33.33%;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;;
}
.authorize .head .right img{
	width:20px;
	height:20px;
}
.authorize .qrcode{
	display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
	margin-top:20%;
}
.authorize .qrcode img{
	width:200px;
	height:200px;
}
.authorize .qrcode .text{
	margin-top:10px;
	font-weight:bold;
}

.authorize .share{
	position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.authorize .share .sharebtn{
	width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #43CD80;
    color: #fff;
    border-radius: 5px;
}
.sharebg{
	top: 0px;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(1,1,1,0.8);
	display:none;
}
.sharebg .sharetext{
	/*display: flex;
    justify-content: center;
    width: 100%;*/
}
.sharebg .sharetext img{
	width:100%;
}
.sharebg .close{
	display:flex;
	width:100%;
	justify-content:center;
	margin-top:70%;
	flex-direction:column;
	color:#fff;
	align-items: center;
}
.sharebg .close img{ 
	width:20px;
	height:20px;
}
.sharebg .close .text{
	font-size:12px;
	margin-top:10px;
}

.needauthorize {
	height: 100%;
	width: 100%;
    margin: 0 auto;
}
.needauthorize .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
	border-bottom:1px solid #eee;
	border-top:1px solid #f2f2f2;
}
.needauthorize .head .left{
	display: flex;
    width: 33.33%;
    justify-content: space-between;
    align-items: center;
}
.needauthorize .head .left img{
	width:20px;
	height:20px;
}
.needauthorize .head .mid{
	text-align: center;
    width: 33.33%;
}
.needauthorize .head .right{
    width: 33.33%;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;;
}
.needauthorize .head .right img{
	width:20px;
	height:20px;
}
.needauthorize .tip{
	display:flex;
	width:100%;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	margin-top:30%;
}
.needauthorize .tip .tippanel{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.needauthorize .tip .tippanel .out{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: absolute;
}
.needauthorize .tip .tippanel .in{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: absolute;
	z-index: 99;
}
.needauthorize .tip .tippanel img{
	width:120px;
	height:120px;
}
.needauthorize .tip .title{
	color:#000;
	font-weight:bold;
}
.needauthorize .tip .desc{
	color:#ccc;
/*	margin-top:20px;*/
	
}

.authorizelist {
	height: 100%;
	width: 100%;
    margin: 0 auto;
	background-color:#fff;
}
.authorizelist .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
	border-bottom:1px solid #eee;
	position: fixed;
	border-top:1px solid #f2f2f2;
}
.authorizelist .head .left{
	display: flex;
    width: 33.33%;
    justify-content: space-between;
    align-items: center;
}
.authorizelist .head .left img{
	width:20px;
	height:20px;
}
.authorizelist .head .mid{
	text-align: center;
    width: 33.33%;
}
.authorizelist .head .right{
    width: 33.33%;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;;
}
.authorizelist .head .right .shareauth{
	background-color: #43CD80;
	width: 35px;
	height: 15px;
	border: 0px solid #666;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	padding: 4px;
	color: #fff;
	font-size: 13px;
}
.authorizelist .head .right img{
	width:20px;
	height:20px;
}
.authorizelist .list{
	width:100%;
	/*margin-top: 10px;*/
	box-sizing:border-box;
	font-size:14px;
	position: absolute;
	margin-top: 46px;
}
.authorizelist .list .empty{
	display: flex;
    justify-content: center;
    color: #ccc;
	margin-top:20%;
}

.feedback {
	height: 100%;
	width: 100%;
    margin: 0 auto;
	background-color:#fff;
}
.feedback .head{
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px;
	border-bottom:1px solid #eee;
	border-top:1px solid #f2f2f2;
}
.feedback .head .left{
	display: flex;
    width: 33.33%;
    justify-content: space-between;
    align-items: center;
}
.feedback .head .left img{
	width:20px;
	height:20px;
}
.feedback .head .mid{
	text-align: center;
    width: 33.33%;
}
.feedback .head .right{
    width: 33.33%;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;;
}
.feedback .head .right img{
	width:20px;
	height:20px;
}
.feedback .feedbackpanel{
	display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    flex-direction: column;
	border-bottom:0px solid #eee;
	/*margin-bottom:20px;*/
}
.feedback .feedbackpanel .title{
	font-weight: bold;
	margin:10px 0px;
}
.feedback .feedbackpanel .feedbackinput{
	width: 100%;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}
.feedback .feedbackpanel .feedbackphoneinput{
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
}
.feedback .feedbackpanel .submitbtn{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #43CD80;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    margin-top: 20px;
}
.feedback .feedbacklist{
	display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.feedback .feedbacklist .title{
	font-weight: bold;
}
.feedback .feedbacklist .feedbackitem{
	display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 10px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	font-size:14px;
}
.feedback .feedbacklist .feedbackitem .me{
	display: flex;
    /*align-items: center;*/
}
.feedback .feedbacklist .feedbackitem .me .role{
	display: flex;
    width: 17%;
    justify-content: space-between;
	font-weight:bold;
}
.feedback .feedbacklist .feedbackitem .me .question{
	padding-left: 10px;
    font-size: 14px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
}
.feedback .feedbacklist .feedbackitem .me .question .content{
	text-align: justify;
    width: 90%;
    font-size: 14px;
}
.feedback .feedbacklist .feedbackitem .me .question .time{
	text-align: right;
    flex-wrap: wrap;
    color: #ccc;
    font-size: 12px; 
    display: flex;
    justify-content: flex-end;
    width: 30%;
}
.feedback .feedbacklist .feedbackitem .vigas{
	display: flex;
    /*align-items: center;*/
	color:#d43030;
	margin-top:10px;
}
.feedback .feedbacklist .feedbackitem .vigas .role{
	display: flex;
    font-weight: bold;
    width: 17%;
    justify-content: space-between;
}
.feedback .feedbacklist .feedbackitem .vigas .answer{
	font-size: 14px;
	padding-left: 10px;
	box-sizing: border-box;
	width:100%;
}
.error{
	margin-top: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.error .icon img{
	width:100px;
	height:100px;
	margin-bottom:10px;
}
.error .tips{
	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.error .tips .title{
	font-weight:bold;
}
.error .tips .desc{
	text-align: center;
	color:#ccc;
}
.errorhead{
	width:100%;
	display:flex;
	justify-content: left;
	height:50px;
	padding:10px;
	box-sizing: border-box;
	align-items: center;
	border-top:1px solid #f2f2f2;
}
.errorhead .left{
	display: flex;
	align-items: center;
}
.errorhead .left img{
	width:20px;
	height:20px;
}
@media screen and (max-height: 640px) {
	.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail .settedheattemppanel{
		margin-top:3%;
	}
	.devicedetail .tempselect .swiper-container .swiper-wrapper .swiper-slide .temppanel .curtemp .detail .settedshowertemppanel{
		margin-top:3%;
	}
}
/*
@media screen (min-width:320px)and (max-width: 375px) { 
	.swiper-container {
	    height: 250px;
	    width: 100%; 
	}

}
@media screen (min-width:376px)and (max-width: 414px) { 
	.swiper-container {
	    height: 270px;
	    width: 100%;
	}

}
@media screen and (min-width:768px) {  
	.swiper-container {
	    height: 400px;
	    width: 100%; 
	}
}
*/