/**
 * PgwMenu - Version 1.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */


/*css reset*/


/*css #main_con*/

* {
    font-family: "Microsoft YaHei";
    margin: 0 auto;
    padding: 0;
}

img {
    border: 0;
}

dl,
dd {
    margin: 0;
}

.clearfix {
    clear: both;
}
 html, body {
    max-width: 750px;

} 
.main_con {
    max-width: 15rem;
    position: relative;
    background-color: #e12724;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 0.4rem;
  
}
.main_con img{
    width: 100%;
}
.main_con .banner{
    width: 14.66rem;
}
.main_con .content{
    width: 14.32rem;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.return_image{
    height:auto;
	float:right;
	position:absolute;
	top:5%;
	left:0%;
}
.return_image a{
    position: relative;

}
.return_image img{
    width: 1.8rem;
}