@charset "utf-8";
/* CSS Document */
html, body {  
    width: 100%;
    height: 100%;
}
body{ width:100%; background:#fff; padding:0; margin:0;}
.content{ width: 100%; overflow: hidden; font:1em "Microsoft YaHei", "SimSun"; background:#fff; margin:0 auto; max-width:720px; min-width:320px; color:#000;}
.main{ width:100%; height:100%;}
.main img{ padding:0 ; margin:0 ; width:100%; height:100%; display:block;}
.message{ width:100%; height:100%; position:relative; background:#c74200;}
.message .tit{ height:40px; line-height:40px; font-size:22px; margin:0 auto 12px; width:50%; text-align:center; color:#FFF;}
.message ul{ width:80%; background:#fff; display:block; border-radius:6px; margin:0 auto 20px;}
.message ul li{height:40px; line-height:40px; padding-left:10px; border-bottom:1px dotted #979797; list-style-type:none; width:90%;}
.message ul li span{ padding:0 6px;}
.wx_box{ width:100%; height:100%; padding-bottom:16px;}
.wx_text{ width:60%; float:left;}
.wx_text p{ color:#0f0f0f; line-height:1.8em; padding-left:12%;}
.wx_text a{ color:#d44f26; text-decoration:underline;}
.wx_img{ width:30%; float:left; padding:14px 0 0 6%;}
.turn{ width:100%; position:relative;}
.turn .btn{ border:none; width:100%;  display:block; cursor:pointer;}
.turn img{ width:100%;}
