*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
	font-family: 'Microsoft Yahei';
    color: #555;
    background-color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 1.42857143;
}
img {
    vertical-align: middle;
    border: 0;
}
a{
	color: #e5007f;
	text-decoration: none;
}
a{background:0 0}
a:active,a:hover{outline:0}
input，textarea{outline:none};
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
li{list-style: none;}
.cl{clear: both;}

#wrap{
    max-width: 640px;
	width:100%;
	height: 100%;
	padding: 2%;
	margin:0 auto;

}

header#title{
    width:100%;
    height:100px;
    background-color: #e5007f;
    border-radius: 4px;
    color: #FFF;
    position: relative;
    display: table;
    border:none;
    outline: none;
}

header#title img{
    max-width: 100%;
    display: block;
}
.content{
    margin-top: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.content:last-child{
    border:none;
}

.center{
    margin:0 auto;
    vertical-align:middle;
    display:table-cell;
    text-align: center;
}

.center a{
    border:1px solid #eee;
    border-radius: 3px;
    padding:6px 20px;
    height: 32px;
    margin:0 auto;
    font-size: 14px;
    color: #FFF
}

.text{
    padding: 3% 0;
    font-size: 14px;
    line-height: 22px;
}
.text p{
    text-indent: 10px;
}
.h-title{
    height: 29px;
    overflow: hidden;
}
.h-title span,.h-title span::after{background-color: #e5007f;}
.h-title span{
    color: #fefefe;
    font-weight: normal;
    font-size: 16px;
    display: block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.h-title span::after{
    content: "";
    width: 100px;
    height: 10px;
    display: block;
    float: right;
    position: absolute;
    right: -62px;
    top: -26px;
    transform: rotateZ(-70deg);
    z-index: 1;
}

#dateTree{
    width: 100%;
    height: auto;
    padding-left: 10px;
    margin-top: 2%;
}

#dateTree li{
    border-left: 1px solid #f6f6f6;
    list-style: none;
    padding-left: 25px;
    line-height: 20px;
    padding-bottom: 20px;
}

#dateTree li strong{
    display: block;
    position: relative;
}

#dateTree li strong::before{
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #e5007f;
    display: block;
    border-radius: 50%;
    position: absolute;
    left:-29px;
    top:50%;
    margin-top: -4px;
    background-color: #FFF;
}

#dateTree li small{
    display: block;
    color: #aaa;

}
#login-ui{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0px;
    left: 0px;
    background-color: rgba(0,0,0,0.2);
    z-index: 3;
    display: none;
}
#login{
    width: 300px;
    height: 0px;
    box-shadow: 0px 0px 5px #f1f1f1;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 20px;
    overflow: hidden;
    z-index: 4
}
#login header{
    background-color: #e5007f;
    padding: 0px 10px;
    color: #FFF;
    height: 26px;
    line-height: 26px;
    position: relative;
}
#login header em{
    display: block;
    float: right;
    font-style:normal;
    font-weight: bold;
    width: 50px;
    text-align: right;
}

#triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #e5007f;
    position: absolute;
    right: 14%;
    top:0px;
    z-index: 5;
    display: none
}

.grid{
    width: 100%;
    padding: 10px;
}

.grid label{
    width: 20%;
    color: #999;
    display: block;
    float: left;
}

.grid input[type='text'],.grid input[type='password']{
    width: 80%;
    border:1px solid #ccc;
    padding: 3px
}

.grid input[type='submit']{
    width: 100%;
    border:1px solid #ccc;
    background-color: #fff;
    color: #e5007f;
    padding: 3px 0px;
    margin-bottom: 10px;
}

#htitle{
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #e5007f;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
}

#form{
    line-height: 30px;
    padding: 10px;
}
#form input[type='text']{
    padding: 3px 0px;
    display: inline-block;
    width: 200px;
}
.btn{
    
    border:none;
    background-color: #e5007f;
    color: #fff;
    padding: 3px 10px;
}

#about{
    margin-top: 20px;
    line-height: 24px;
    padding: 10px;
    text-indent: 1rem;
}

#icoNav{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

#icoNav li{
    width: 33%;
    float: left;
    padding: 0px 2%;
    text-align: center;
}
#icoNav li img{
    max-width: 100%;
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#login-btn{
    border:1px solid #ccc;
    background-color: #e5007f;
    color:#FFF;
    display: block;
    margin:0 auto;
    width: 100px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    margin-bottom: 10px;
}


#footer{
    text-align: center;
}

#footer small{
    display: block;
}

#footer #tel{
    background-color: #e5007f;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 26px;
    line-height: 26px;
}