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

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

.navigation {
    width: 100%;
    height: 60px;
    background-color: #ff9b06;
}

.condition {
    width: 100%;
    height: 160px;
}

.goodsShow {
    width: 100%;
    min-height: 450px;
    background-color: #F3F5F7;
}

.goodsShow .content {
    margin: 0px auto;
    width: 1200px;
    overflow: auto;
}

.goodsShow .content .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.goodsShow .content .goods .frame {
    position: relative;
    padding: 10px;
    width: 200px;
    height: 240px;
    float: left;
    margin: 15px 0px 15px 12px;
    border-radius: 4px;
    font-size: 12px;
    border: 2px transparent solid;
}

.goodsShow .content .goods .frame:hover {
    position: relative;
    top: -5px;
    border: 2px #cccccc solid;
    cursor: pointer;
}

.goodsShow .content .goods .frame img {
    width: 200px;
    height: 115px;
}

.goodsShow .content .goods .frame .name {
    height: 65px;
    margin-top: 10px;
    font-size: 16px;
}

.goodsShow .content .goods .frame .number {
    font-size: 18px;
    color: #FE6869;
}

.goodsShow .content .goods .frame .originalPrice {
    width: 50%;
    float: left;
    color: #999999;
    margin-top: 10px;
}

.goodsShow .content .goods .frame .currentPrice {
    width: 50%;
    float: left;
    margin-top: 10px;
    text-align: right;
}

.goodsShow .content .goods .frame .currentPrice span,
.goodsShow .content .goods .frame .originalPrice del {
    font-size: 14px;
    color: #FE6869;
}

.goodsShow .content .goods #page {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    text-align: center;
}

.tail {
    width: 100%;
}

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

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

.condition .middle .top {
    width: 100%;
    height: 79px;
    border-bottom: 1px #eeeeee solid;
}

.condition .middle .top p,
.condition .middle .bottom p {
    margin-top: 30px;
    width: 60px;
    float: left;
}

.condition .middle .top span {
    margin: 25px 0px 0px 15px;
    padding: 5px;
    float: left;
    border-radius: 4px;
    border: 1px #ff9b06 solid;
}
.condition .middle .bottom input{
    width: 200px;
    margin-top: 20px;
    margin-left: 15px;
    display: block;
    float: left;
}
.condition .middle .top span:hover{
    background-color: #ff9b06;
    color: #ffffff;
    cursor: pointer;
}

.condition .middle .bottom {
    width: 100%;
    height: 80px;
}

.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;
}
.navigation .navigation-content {
    margin: 0px auto;
    width: 1255px;
    height: 100%;
    background-color: #ff9b06;
}

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



