body {
    margin: 0;
    font-size: 0.36rem;
    background: #f2f2f2;
    padding-top: 1rem;
}

a {
    text-decoration: none;
    color: black;
}

p {
    margin: 0;
}

.home-nav .iconfont {
    font-size: 0.5rem;
}

.home-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    padding: 0.2rem;
    border-bottom: 2px solid rgb(211, 211, 211);
    background: white;
}

.home-nav p {
    width: 90%;
    text-align: center;
}

.means {
    background: white;
    margin-top: 0.4rem;
}

.means .title {
    border-bottom: 1px solid rgb(211, 211, 211);
    padding: 4%;
    font-weight: bold;
}

.means>div {
    display: flex;
    border-bottom: 1px solid rgb(211, 211, 211);
    padding: 4% 4% 0.1rem;
    flex-Direction: row;
    font-size: 0.3rem;
}

.means>div input {
    flex-Grow: 1;
    padding-left: 0.2rem;
    border: 0;
    outline: none;
}

.means .url p {
    margin-right: 0.2rem;
}

.means .hold {
    padding: 4%;
    text-align: right;
}

.url .iconfont {
    color: gray;
    padding: 0.1rem 0.1rem 0;
}

.means .hold button {
    background: rgb(0, 94, 179);
    color: white;
    border: 0;
    padding: 0.1rem 0.3rem;
    border-radius: 0.2rem;
}

.ticket {
    background: white;
    margin-top: 0.4rem;
    font-size: 0.3rem;
}

.ticket>p {
    padding: 4%;
    border-bottom: 1px solid rgb(211, 211, 211);
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 0.36rem;
}

.ticket>p .add {
    color: rgb(0, 94, 179);
    font-weight: normal;
    font-size: 0.3rem;
}

.ticket .edit {
    display: none;
}

.ticket .write div {
    display: flex;
    flex-Direction: row;
    border-bottom: 1px solid rgb(211, 211, 211);
    padding: 4% 4% 0.1rem;
}

.ticket .write input {
    flex-Grow: 1;
    border: 0;
    outline: none;
}

.ticket .button {
    text-align: right;
    margin: 0.4rem;
}

.ticket .button button {
    background: none;
    border: 1px solid gray;
    padding: 0.1rem 0.3rem;
    border-radius: 0.3rem;
    width: 1.8rem;
}

.ticket .button button:first-child {
    background: rgb(0, 94, 179);
    color: white;
    border: 0;
}

.tabel {
    border: 1px solid rgb(211, 211, 211);
    margin-bottom: 0.4rem;
    /* box-shadow: 0 0 10px gray; */
}

.tabel .top {
    padding: 4%;
    border-bottom: 1px solid rgb(211, 211, 211);
}

.tabel .center {
    padding: 4%;
}

.tabel span {
    font-weight: normal;
}

.tabel p {
    font-weight: bold;
}

.tabel .center p {
    border-bottom: 1px solid rgb(211, 211, 211);
    padding: 0.3rem 0 0.1rem;
}

.tabel .center p:last-child {
    border: 0;
}

.tabel .bottom {
    border-top: 1px solid rgb(211, 211, 211);
    display: flex;
    padding: 4%;
    justify-content: flex-end;
}

.tabel .bottom p {
    margin-left: 0.3rem;
}

.tabel .bottom p:first-child {
    color: #ff5800;
}

.tabel .bottom p:last-child {
    color: rgb(0, 94, 179);
}

.picture {
    background: white;
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
}

.picture>div {
    padding: 4%;
}

.picture .title {
    border-bottom: 1px solid rgb(211, 211, 211);
}

.picture .title p {
    font-weight: bold;
    font-size: 0.36rem;
}

.picture .title span {
    color: gray;
}

.picture .unify p input {
    width: 50%;
}

.picture .unify p {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(211, 211, 211);
    padding-bottom: 0.2rem;
    font-weight: bold;
}

.picture .unify div {
    width: 95%;
    border: 1px solid rgb(211, 211, 211);
    margin-top: 0.2rem;
    padding: 4px;
    text-align: center;
    height: 160px;
}

.picture img {
    height: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
}

.picture .card>p {
    border-bottom: 1px solid rgb(211, 211, 211);
    padding-bottom: 0.2rem;
    font-weight: bold;
}

.picture .card>div {
    margin-top: 0.2rem;
}

.picture .card>div div {
    width: 95%;
    border: 1px solid rgb(211, 211, 211);
    margin-top: 0.2rem;
    padding: 4px;
    text-align: center;
    height: 160px;
}

.picture .btn {
    text-align: center;
}

.picture .btn button {
    background: rgb(0, 94, 179);
    color: white;
    padding: 0.2rem 0.4rem;
    border: 0;
    border-radius: 0.3rem;
    width: 80%;
}


/* 地址弹框 */

.eject {
    position: fixed;
    bottom: -11rem;
    left: 0;
    right: 0;
    height: 10rem;
    background: white;
    box-shadow: 0 0 10px gray;
    font-size: 0.3rem;
}

.eject>p {
    text-align: right;
    padding: 0.2rem;
}

.eject .slect {
    border-top: 1px solid rgb(211, 211, 211);
    border-bottom: 1px solid rgb(211, 211, 211);
    display: flex;
    padding: 4%;
}

.eject .slect .iconfont {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin: 0.08rem 0.1rem 0;
}

.eject .ul {
    padding: 0 4%;
    height: 8rem;
    overflow: auto;
}

.eject .ul .city,
.eject .ul .county,
.icon-one,
.icon-two {
    display: none;
}

.eject .ul li {
    line-height: 0.8rem;
    list-style: none;
}


/* 危化品 */

.chemicals {
    background: white;
    padding: 20px;
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
}

.chemicals .addbtn {
    text-align: right;
    margin-bottom: 10px;
}

.chemicals .addbtn button {
    background: rgb(0, 94, 179);
    color: white;
    border: 0;
    border-radius: 6px;
    width: 100px;
    height: 34px;
}

.chelist {
    border: 1px solid #ccc;
    padding: 10px 10px 0;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
}

.chelist p {
    margin-right: 20px;
    margin-bottom: 10px;
}

.chelist button {
    background: none;
    color: #f43;
    width: 60px;
    height: 24px;
    font-size: 14px;
    border: 0;
}

.chelist p span {
    font-weight: bold;
}

.addche {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.checont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    width: 320px;
    height: 80%vh;
    overflow: auto;
}

.checont .top {
    display: flex;
    align-items: center;
}

.checont .top button {
    background: rgb(0, 94, 179);
    color: white;
    border: 0;
    border-radius: 3px;
    width: 60px;
    height: 30px;
    margin-left: 10px;
}

.checont .top input {
    flex-grow: 1;
    border: 1px solid #ccc;
    text-indent: 1em;
    height: 28px;
}

#all {
    display: none;
}

.checont .wlist {
    margin-top: 0.2rem;
    border: 1px solid #ccc;
    padding: 10px 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.checont .wlist span {
    font-weight: bold;
}

.checont .wlist p {
    margin-right: 20px;
    margin-bottom: 10px;
}

.checont .wlist button {
    background: 0;
    color: rgb(0, 94, 179);
    border: 0;
}

.piclist{
    position: relative;
}

.picture .unify .delpic {
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: relative;
    top: -170px;
}
.picture .unify p a {
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    /*overflow: hidden;*/
    display: inline-block;
    *display: inline;
    *zoom: 1
}
.picture .unify p a:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}
.picture .unify p a input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.picture .unify p span {
    width: 68%;
}