﻿
body {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}
.header {
    height: 116px;
}
.header-top {
    height: 36px;
    line-height: 36px;
    color: #666;
    font-size: 12px;
    width: 1000px;
    margin: 0 auto;
}
.header-top .right {
    height: 18px;
    line-height: 18px;
    float: right;
    padding-left: 25px;
    background: url(../images/icons.png) no-repeat -105px -34px;
    margin-top: 9px;
}
.header-bottom {
    height: 80px;
    background: #618c7a;
}
.logo {
    display: block;
    width: 1000px;
    height: 80px;
    background: url(../images/logo.png) no-repeat left center;
    margin: 0 auto;
}

/*内容区*/
.content {
    width: 800px;
    margin: 20px auto;
}
h1{
     text-align:center;
    }
ul {
    width: 758px;
    list-style: none;
    display:inline-block;
    border:1px solid #ccc;
    padding:20px;
}
li {
    height: 35px;
    line-height: 35px;
}
li.separate-title{
     border-bottom:3px solid #618c7a;
     text-align:center;
     color:#618c7a;
     font-weight:bold;
     margin-bottom:5px;
     margin-left:-20px;
     margin-right:-20px;
    }
li .left {
    display: inline-block;
    width: 150px;
    text-align: right;
    padding-right: 10px;
    font-size: 15px;
    float:left;
    font-family:微软雅黑;
    color:#666;
}
li .left em {
    color: Red;
}
li .right input, li .right select {
    width: 570px;
    height: 30px;
    padding: 2px 5px;
    font-size: 15px;
    font-family:微软雅黑;
    color:#666;
}
 li .right select.province{
      width:187px;
      float:left;
      margin-right:5px;
     }
.button {
    width: 350px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 20px;
}

.button a {
    display: block;
    color: #fff;
    background: #64c854;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;
}
.button a:hover {
    background: #64d855;
}

/*遮罩*/
.mask {
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
}
.mask img {
    position: fixed;
    left: 45%;
    top: 45%;
    margin: 0 auto;
    z-index: 10001;
}