.container {
    margin-left: 25px;
}

.main-body {
    display: flex;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal-center {
    display: flex;
    justify-content: center;
}

.child-title {
    font-size: 24px;
    color: #333333;
}

.photo-item {
    margin-left: 30px;
    margin-top: 20px;
    padding-top: 34px;
}

.input-margin {
    margin-left: 28px;
}

.photo-item-2 {
    margin-left: 30px;
    margin-top: 25px;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.contact-area {
    background: white;
    margin-bottom: 50px;
    height: 268px;
}

.input-left {
    height: 50px;
    width: 65px;
    line-height: 50px;
    border: 2px solid #F4F4F4;
    border-radius: 4px 0px 0px 4px;
    text-align: center;
}

.item-text-color {
    color: #333333;
}

.input-right {
    height: 50px;
    width: 273px;
    line-height: 50px;
    border: 2px solid #F4F4F4;
    border-left: 0px !important;
    border-radius: 0px 4px 4px 0px;
    margin-left: 0px;
    padding-left: 12px;
}

.flex {
    display: flex;
}

.phone {
    height: 160px;
    justify-content: space-around;
    align-items: center;
    background: white;
    width: 100%;
    margin-bottom: 20px;
}

.form-group {
    width: 100%;
    display: flex;
}

.phone-item-new {
    width: 100%;
    margin: 0px 20px 0px 0px;
    display: flex;
    flex-direction: column;
}

.form-control {
    width: 100%;
    height: 50px;
    background: rgba(247, 247, 247, 1);
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, 1);
    font-size: 20px;
}

.phone-item-new span {
    width: 138px;
    height: 38px;
    line-height: 38px;
}

.btn {
    width: 146px;
    height: 50px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #ce3939;
    border-radius: 4px;
    padding: 0px;
    font-size: 20px;
    line-height: 50px;
}

.phone-txt {
    width: 100px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.status {
    display: flex;
    justify-content: space-around;
    width: 98%;
}

.list {
    background: transparent;
    width: 390px;
    height: 494px;
    position: absolute;
    overflow-y: scroll;
    z-index: 100;
    margin-top: 20px;
    margin-left: 80px;
}

::-webkit-scrollbar {
    background-color: transparent !important;
}

.info-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 16px 25px 0px 25px;
}

.opt-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
    margin-top: -18px
}

.item {
    height: 102px;
    background: white;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-radius: 4px;
}

.map-control-area {
    width: 18px;
    height: 100px;
    position: absolute;
    z-index: 100;
    background: white;
    border-radius: 0px 4px 4px 0px;
    vertical-align: center;
    margin-top: 207px;
    margin-left: 60px;
}

.map-control-open-area {
    width: 18px;
    height: 100px;
    position: absolute;
    z-index: 100;
    background: white;
    border-radius: 0px 4px 4px 0px;
    vertical-align: center;
    margin-top: 207px;
    margin-left: 60px;
}

.map-control-btn {
    position: absolute;
    z-index: 100;
    background: url("/static/images/map_close_icon.png");
    margin-top: 40px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.map-control-open-btn {
    position: absolute;
    z-index: 100;
    background: url("/static/images/map_open_icon.png");
    margin-top: 40px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.dialog {
    height: 514px;
    width: 900px;
    margin-left: -50px;
    position: relative;
    transform: translateX(-9999px);
}

.map {
    width: 840px;
    height: 514px;
    margin-left: 0px;
}

.status span {
    width: 138px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.watch {
    position: absolute;
    right: 12px;
    top: 79px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.export {
    width: 146px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid rgba(206, 57, 57, 1);
    color: #ce3939;
    position: absolute;
    right: 12px;
    top: 132px;
    background: white;
}

table tbody tr td {
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    color: #333333;
}

table tbody tr {
    background: white;
}

table tbody tr:nth-child(even) {
    background: #F9F9F9;
}

table thead tr {
    height: 40px;
    line-height: 40px;
    background: white;
    color: #999999;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}

.dialog-title {
    display: flex;
    padding: 10px;
    background: white;
    color: rgba(153, 153, 153, 1);
}

.status-btn {
    width: 70px;
    height: 25px;
    line-height: 25px;
    margin-right: 25px;
    font-size: 12px;
    background: #CE3939;
}

.status-done {
    color: #15BC41;
}

.status-aiding {
    color: #EC8401;
}

.status-undo {
    color: #CE3939;
}

.cp-div {
    width: 60px;
    height: 26px;
    background-color: #e54b3b;
    border-radius: 5px;
    color: #fff;
    font-size: 8px;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    margin-top: -40px;
}

.status-sec {
    background: white;
    position: relative;
    padding: 30px 25px;
}

.status-sec-txt {
    font-size: 20px;
    padding: 10px 0px;
}

.status-bk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 682px;
    height: 94px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, 1);
    align-items: center;
}

.back {
    width: 13px;
    height: 15px;
    background: url("/static/images/back-new.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 60px;
    cursor: pointer;
}

.back-text {
    margin-left: 10px;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}

.item-content {
    font-size: 14px;
    color: #999999;
    margin-left: 25px;
}
