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%;
    background-color: #E9EAED;
}

.content {
    width: 100%;
    height: 709px;
    background-color: #f29351;
}

.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;
}

.content .mid {
    position: relative;
    margin: 0px auto;
    width: 1200px;
    height: 100%;
}

.content .mid .mid-left {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 600px;
    height: 435px;
}

.content .mid .mid-left img {
    position: relative;
    width: 100%;
    height: 100%;
}

.content .mid .mid-left .netClass {
    position: absolute;
    top: 70%;
    left: 21%;
}

.content .mid .mid-left .books {
    position: absolute;
    top: 77.5%;
    left: 21%;
}

.content .mid .mid-left .netClass a,
.content .mid .mid-left .netClass span,
.content .mid .mid-left .books span,
.content .mid .mid-left .books a {
    color: #ffffff !important;
    font-size: 16px;
}

.content .mid .mid-right {
    position: absolute;
    padding: 35px;
    top: 23%;
    right: 0%;
    width: 320px;
    height: 360px;
    background-color: #ffffff;
}

.content .mid .mid-right .mid-title {
    width: 100%;
    height: 30px;
}

.content .mid .mid-right .mid-title .signin {
    font-weight: bold;
    float: left;
    font-size: 20px;
    line-height: 30px;
}

.content .mid .mid-right .mid-title .login {
    float: right;
    font-size: 12px;
    line-height: 35px;
}

.content .mid .mid-right .mid-form .layui-input-inline,
.content .mid .mid-right .mid-form .layui-form-item {
    margin-bottom: 0px;
    width: 100%;
}

.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;
}













