body, html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #333;
}

.logo {
    width: 100%;
    height: 80px;
}

.tail {
    width: 100%;
    min-width: 1200px;
    height: 180px;
}

.center {
    width: 100%;
    min-width: 1200px;
    height: 680px;
    background-color: #E9EAED;
}

.center .mid-center {
    position: relative;
    top: 7%;
    margin: 0px auto;
    width: 900px;
    height: 590px;
    border-radius: 20px;
    background-color: #ffffff;
}

.center .mid-center .mid-left,
.center .mid-center .mid-right {
    width: 50%;
    height: 100%;
    float: left;
}

.center .mid-center .mid-left .left-title {
    height: 50px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}

.center .mid-center .mid-left .left-mid {
    margin: 0px auto;
    width: 90%;
    height: 100%;
}

.center .mid-center .line {
    position: absolute;
    top: 3%;
    left: 52%;
    width: 1px;
    height: 94%;
    background-color: #dddddd;
}

.center .mid-center .round {
    position: absolute;
    top: 19%;
    left: 49.8%;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 44px;
    background-color: #fff;
    border: 1px #ccc solid;
    text-align: center;
}

.center .mid-center .mid-right .toLogo {
    height: 150px;
    text-align: center;
    font-size: 18px;
    line-height: 150px;
}

.center .mid-center .mid-right #mid-right-fieldset {
    width: 85%;
    margin-left: 10%;
    text-align: center;
    border-top: 1px #e2e2e2 dotted;
}

.center .mid-center .mid-right .QRcode {
    margin: 25px auto;
    width: 235px;
    height: 135px;
    text-align: center;
}

.center .mid-center .mid-right .QRcode img {
    width: 100%;
    margin-bottom: 30px;
}

.logo .logo-content {
    margin: 0px auto;
    width: 1200px;
    height: 100%;
}

.logo .logo-content .logo-content-left {
    width: 700px;
    height: 100%;
    float: left;
    background-color: #fff;
}

.logo .logo-content .logo-content-left div {
    height: 100%;
    line-height: 80px;
    float: left;
}

.logo .logo-content .logo-content-right {
    height: 100%;
    float: right;
}

.logo .logo-content .logo-content-right button {
    margin-top: 40px;
}

.logo .logo-content .logo-content-right .login,
.logo .logo-content .logo-content-right .register {
    width: 100px;
    float: right;
    text-align: center;
    color: #ffffff;
    border: 1px #cccccc solid;
}

.logo .logo-content .logo-content-left img {
    max-width: 220px;
    max-height: 60px;
}

.logo .logo-content .logo-content-left span {
    margin-top: 28px;
    font-size: 20px;
    float: left;
}

.logo .logo-content .logo-content-left .line {
    width: 1px;
    height: 50%;
    margin: 20px 20px;
    float: left;
    background-color: #cccccc;
}

.tail .up {
    width: 100%;
    height: 60px;
    border-bottom: 1px #cccccc solid;
}

.tail .up .upContent,
.tail .down .downContent {
    margin: 0px auto;
    width: 600px;
    text-align: center;
}

.tail .up .upContent span {
    line-height: 60px;
}

.tail .down .downContent p {
    padding: 20px;
}

.tail .down .downContent img {
    margin-bottom: 9px;
}
.contact{
    background: url("/Public/Home/img/agentIndex/mp1.png");
    background-size: contain;
    color: #ffffff;
    display: none;
    width: 800px;
    height: 500px;
    font-family: sans-serif;
}
.contact .contact-ewm{
    position: relative;
    width: 145px;
    top: 35%;
    left: 20%;
    float: left;
}
.contact .contact-ewm img{
    width: 100%;
}

.contact p{
    position: relative;
    line-height: 25px;
    font-size: 14px;
    float: right;
    width: 51%;
    top: 16%;
    right: 5%;
}
.contact .website_name{
    height: 40px;
    top: 15.5%;
    font-size: 32px;
}
