﻿body,dd,div,dl,dt,form,html,p,ul{margin:0 auto;padding:0;}
html{background-color:#fff;-webkit-text-size-adjust:none}
body{min-width:320px;max-width: 640px;margin:0 auto;line-height:160%;font-size:20px;font-family:Fixedsys, "微软雅黑";word-wrap:break-word;background:#f8f6e7;}
li,ul{list-style:none}
a{color:#bbb;text-decoration:none}
img{width: 100%;height: auto;display: block;}
div{font-size:18px;}

    /*弹窗部分样式*/
    
    .modal {
    	position: fixed;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	z-index: 1040;
    	overflow: hidden;
    	-webkit-overflow-scrolling: touch;
    	outline: 0;
    	background: rgba(56, 56, 56, 0.45);
    	font-size: 16px;
    	text-align: center;
    }
    
    .modal-sm {
    	width: 90%;
    	margin: 12% auto;
    	max-width: 400px;
    }
    
    .modal-header {
    	min-height: 16.43px;
    	padding: 0px;
    	margin: 0px;
    	position: relative;
    }
    
    .modal-header img {
    	width: 100%;
    	vertical-align: middle
    }
    
    #mydel {
    	position: absolute;
    	width: 32px;
    	height: 32px;
    	line-height: 37px;
    	right: -14px;
    	top: 54%;
    	background: rgb(249, 45, 18);
    	color: #fff;
    	border-radius: 50px;
    	font-family: Arial;
    	font-size: 18px;
    	font-weight: 100;
    	text-align: center;
    }
    
    .modal-content {
    	position: relative;
    	background-color: #fff;
    }
    
    .modal-body {
    	position: relative;
    	padding: 15px;
    }