.header_box {
    width: 100vw;
    height: 50px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #f3f3f3;
}

.header_box a {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    background-image: url(../static/imgs/navBack.png);
}

.header_box .header_title {
    line-height: 49px;
    text-align: center;
    font-size: 12px;
}

.main_box {
    width: 100vw;
    height: calc(100vh - 111px);
    box-sizing: border-box;
    padding:0px 20px 0;
    position: relative;
    overflow-y: auto;
}

.main_box2 {
    width: 100vw;
    height: calc(100vh - 50px);
    box-sizing: border-box;
    padding: 0px 20px 0;
    position: relative;
    overflow-y: auto;
}

.main_box3 {
    width: 100vw;
    height: calc(100vh - 50px);
    box-sizing: border-box;
    position: relative;
    background-color: #f8f8f8;
    overflow-y: auto;
}

.record_box {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 20px;
    background-color: #fff;
    margin-bottom: 10px;
}

.record_item {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.record_item span:first-child {
    display: block;
    width: 80px;
}

.record_item span:last-child {
    display: block;
    flex: 1;
}

.record_item:last-child {
    border: none;
}

.record_item_img {
    justify-content: space-between;
}

.item_img {
    width: 48%;
}

.item_img img {
    width: 100%;
}

.main_box .layui-input-block {
    margin-left: 100px;
}

.main_box .layui-form-item {
    border-bottom: 1px solid #f3f3f3;
}

.main_box .main_submit {
    border: none;
}

.main_box .layui-form-label {
    padding-left: 0;
    padding-right: 0;
    /* font-size: 12px; */
    width: 100px;
    text-align: left;
}

.main_box .layui-input,
.main_box .layui-select,
.main_box .layui-textarea {
    border: none;
}

.my_msg {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.my_msg img {
    width: 50px;
    height: 50px;
}

#name {
    margin: 0 20px;
}

.fgx {
    width: 100vw;
    height: 10px;
    background-color: #f8f8f8;
    position: absolute;
    left: 0;
    top: 90px;
}

.navItem {
    padding-top: 30px;
}

.navItem a {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
}

.navItem a span i {
    padding-right: 5px;
}

.footer_box {
    width: 100vw;
    height: 60px;
    border-top: 1px solid #f3f3f3;
}

.footer_box .active {
    color: #1296db;
}

.footer_item {
    display: block;
    width: 100%;
    height: 60px;
    padding: 8px 0;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    color: #515151;
}

.footer_item img {
    width: 26px;
    height: 26px;
}

.tips {
    text-align: center;
    color: #9c9c9c;
    padding: 30px 0;
    font-size: 12px;
}

.layui-btn {
    margin-top: 20px;
}

#picker,#picker2 {
    border: none;
    height: 38px;
    line-height: 1.3;
    padding-left: 5px;
}

.defile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.defile span:nth-child(1) {
    display: block;
    width: 80%;
    white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
}

/* #1296db 515151 */

@media screen and (max-width: 450px) {
    .main_box .layui-form-item {
        margin-bottom: 0px;
        padding: 5px 0 3px;
    }

    .main_box .layui-form-item .layui-input-inline {
        margin: 0 0 0px 100px;
    }
}