﻿body {
    margin: 0;
    padding: 0;
}

html,
body {
    float: left;
    width: 100%;
    background: #fff;
}

ul,
ol,
li,
div {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.yiyuan_box {
    width: 94%;
    float: left;
    margin-top: 20px;
    margin-left: 3%;
    border: 1px solid #eee;
    border-radius: 8px;
}

.di {
    width: 94%;
    margin-left: 3%;
    float: left;
    margin-bottom: 12px;
    position: relative;
}

.left {
    width: 66%;
    float: left;
}

.top {
    width: 100%;
    float: left;
}

.dongbei {
    float: left;
    margin-right: 10px;
    width: 100%;
}

.dongbei span {
    color: #333;
    font-size: 16px;
}

.sanji {
    float: left;
}

.sanji span {
    color: #c8ae87;
    font-size: 14px;
}

.bottom {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.tel {
    width: 100%;
    float: left;
}

.tel span {
    color: #666;
    font-size: 12px;
}

.right {
    width: 38%;
    float: right;
}

.yuyue {
    width: 28%;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #019eae;
    justify-content: space-around;
    flex-flow: nowrap;
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: 16px;
    right: 0;
}

.yuyue span {
    color: #019eae;
}

.fadepage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    display: none;
}

.indexpagetishi {
    width: 80%;
    height: 160px;
    background-color: #fff;
    margin-top: 40%;
    border-radius: 4px;
    position: relative;
    margin-left: 10%;
}

.tishihead {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.tishimessage {
    text-align: left;
    padding-left: 10%;
    font-size: 16px;
    line-height: 50px;
}

.tishifoot {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eee;
}

.queren {
    width: 100%;
    height: 40px;
    border: 0;
    background-color: #fff;
    font-size: 16px;
    color: #049fb1;
    border-radius: 4px;
    -webkit-appearance: none;
}

.quxiao {
    width: 49%;
    height: 40px;
    border: 0;
    border-left: 1px solid #eee;
    background-color: #fff;
    font-size: 16px;
    border-radius: 4px;
    -webkit-appearance: none;
}

.yuyue {
    z-index: 2;
    top: 6px;
}

.beijing {
    width: 100%;
    float: left;
    height: 90px;
    overflow: hidden;
}

.beijing img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 90px;
}