@media screen and (max-width: 768px) {
html{
    width: 100%;
    height: 100%;
}
body{font-size:12px;
	line-height:22px;
	font-family:arial,tahoma,'Hiragino Sans GB',"Microsoft Yahei","微软雅黑","宋体";
	color:#666;
	    width: 100%;
    height: 100%;
	}
.box{
    width: 100%;
    height: 100%;
	
}

header {
    width: 100%;
    height: 5%;

}
.sub-header{background:#72b6cc;}

    #section {
        width: 100%;
        height: 95%;
    align-items: center;
		
    }
.inip{
	line-height:3rem;
	font-size:2.5rem;
	text-align: center;
	padding-top:10%;
}
 .delete {
                position: fixed;
                top: 10px;
                right: 2rem;
                width: 40px;
                height: 40px;
				z-index:299;
                
            }
.delete img{width:100%;}	

.show-erweima  {
        display: flex;
        flex-direction: column;
        align-items: center;
 
        overflow: scroll;
    }
	
	
 .show-erweima>img {
        width: 100%;
        z-index: 11;
}
	
#divimg{
text-align:center;


}

#loading{
	display: none;
	position:absolute;
	width:150px;
	height:100px;
	z-index:99;
	float:left;
	margin-left:38%;
	top:250px;
	
}




.footer {
text-align:center;
padding:5px 10px; 
width:350px;
border-radius:10px;
position: fixed;
bottom: 1%;
background:#aaa;
left:40%;
width: 15%;
font-size: 1.3rem;
opacity: 0.6;
line-height:4rem;
height:4rem;

  
        }




.footer a{
	color: #3998db;
}


b,
strong {
  font-weight: bold;
}
.sub-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
     height: 5%;
  width: 100%;

  padding: 0.5rem;
 
     line-height: 2.4rem;
    font-size: 1.4rem;
 
  color: #fff;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-header a {
  color: inherit;
}
.sub-header a .sub-caidan.active:before {
  content: '\e63a';
}
.sub-header.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-aslide-wrapper {
  color: #333;
}
.sub-aslide-wrapper .sub-aslide-shadow {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 5%;
  z-index: 999;
}
.sub-aslide-wrapper .sub-aslide-content {
  width: 40%;
  max-width: 400px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 5%;
  bottom: 0;
  overflow-y: auto;
  z-index: 999;

}
.sub-aslide-wrapper .sub-aslide-content a {
  display:block;
  font-size: 1.2rem;
  padding: 0.5rem;
  color: inherit;
  border-bottom: 1px solid #f9f9f9;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
}
.sub-aslide-wrapper .sub-aslide-content img {

height:2.5rem;


}
.sub-aslide-wrapper .sub-aslide-shadow,
.sub-aslide-wrapper .sub-aslide-content {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.sub-aslide-wrapper.active .sub-aslide-shadow,
.sub-aslide-wrapper.active .sub-aslide-content {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.wrapper {
  position: relative;
  min-height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.wrapper-not-footer {
  padding-bottom: 0;
}
.sub-content {
  padding: 0.5rem;
  font-size: 0.6rem;
  padding-bottom: 1.5rem;
  flex: 1;
}
.sub-content img {
  max-width: 100%;
}
.sub-tabbar {
  height: 2rem;
  line-height: 2rem;
  background-color: #E74C3C;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.6rem;
  z-index: 99;
}
.sub-tabbar .sub-return-home {
  width: 30%;
  background-color: #fff;
  display: block;
  height: 100%;
  text-align: center;
  color: inherit;
  line-height: 1.1;
  color: #4e88ff;
  font-size: 0.5rem;
}
.sub-tabbar .sub-return-home i {
  font-size: 0.9rem;
  margin-top: 0.3rem;
  color: inherit;
  display: block;
}
.sub-tabbar .sub-link-baoming {
  text-align: center;
  width: 70%;
  color: #fff;
}
}

@media screen and (min-width: 768px) {
html{
    width: 100%;
    height: 100%;
}
body{font-size:12px;
	line-height:22px;
	font-family:arial,tahoma,'Hiragino Sans GB',"Microsoft Yahei","微软雅黑","宋体";
	color:#666;
	    width: 100%;
    height: 100%;
	}
.box{
    width: 768px;
    height: 100%;
	margin:0 auto;
}



header {
    width: 100%;
    height: 5%;

}
.sub-header{background:#72b6cc;}

    #section {
        width: 100%;
        height: 95%;
        display: flex;
        flex-direction: column;
     
        align-items: center;
		overflow:scroll;
		
    }

.inip{
	line-height:3rem;
	font-size:2.5rem;
	text-align: center;
	padding-top:10%;
}
 .delete {
                position: fixed;
                top: 10px;
                right: 2rem;
                width: 40px;
                height: 40px;
				z-index:299;
                
            }
.delete img{width:100%;}	

.show-erweima  {
        display: flex;
        flex-direction: column;
        align-items: center;
 
        overflow: scroll;
    }
 .show-erweima>img {
        width: 768px;
        z-index: 11;
}	

#divimg{
text-align:center;


}

#loading{
	display: none;
	position:absolute;
	width:150px;
	height:100px;
	z-index:99;
	float:left;
	margin-left:38%;
	top:250px;
	
}

.footer {
text-align:center;
padding:5px 10px; 
width:350px;
border-radius:10px;
position: fixed;
bottom: 1%;
background:#aaa;
left:40%;
width: 15%;
font-size: 1.3rem;
opacity: 0.6;
line-height:4rem;
height:4rem; 
        }




.footer a{
	color: #3998db;
}


b,
strong {
  font-weight: bold;
}
.sub-header {
  position: fixed;

  z-index: 99;
     height: 5%;
  width: 768px;

  padding: 0.5rem;
 
     line-height: 2.4rem;
    font-size: 0.8rem;
 
  color: #fff;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-header a {
  color: inherit;
}
.sub-header a .sub-caidan.active:before {
  content: '\e63a';
}
.sub-header.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-aslide-wrapper {
  color: #333;
}
.sub-aslide-wrapper .sub-aslide-shadow {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 5%;
  z-index: 999;
}
.sub-aslide-wrapper .sub-aslide-content {
  width: 25%;
  max-width: 400px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 5%;
  bottom: 0;
  overflow-y: auto;
  z-index: 999;

}
.sub-aslide-wrapper .sub-aslide-content a {
  display:block;
  font-size: 1.2rem;
  padding: 0.5rem;
  color: inherit;
  border-bottom: 1px solid #f9f9f9;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
}
.sub-aslide-wrapper .sub-aslide-content img {

height:2.5rem;


}
.sub-aslide-wrapper .sub-aslide-shadow,
.sub-aslide-wrapper .sub-aslide-content {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.sub-aslide-wrapper.active .sub-aslide-shadow,
.sub-aslide-wrapper.active .sub-aslide-content {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.wrapper {
  position: relative;
  min-height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.wrapper-not-footer {
  padding-bottom: 0;
}
.sub-content {
  padding: 0.5rem;
  font-size: 0.6rem;
  padding-bottom: 1.5rem;
  flex: 1;
}
.sub-content img {
  max-width: 100%;
}
.sub-tabbar {
  height: 2rem;
  line-height: 2rem;
  background-color: #E74C3C;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.6rem;
  z-index: 99;
}
.sub-tabbar .sub-return-home {
  width: 30%;
  background-color: #fff;
  display: block;
  height: 100%;
  text-align: center;
  color: inherit;
  line-height: 1.1;
  color: #4e88ff;
  font-size: 0.5rem;
}
.sub-tabbar .sub-return-home i {
  font-size: 0.9rem;
  margin-top: 0.3rem;
  color: inherit;
  display: block;
}
.sub-tabbar .sub-link-baoming {
  text-align: center;
  width: 70%;
  color: #fff;
}
}