﻿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;
}

.main {
    float: left;
    overflow-y: scroll;
    padding-bottom: 55px;
    -webkit-overflow-scrolling: touch;
}

.box {
    width: 100%;
    background: #fff;
    float: left;
    border-bottom: 1px solid #eee;
    position: relative;
}

.box1 {
    width: 100%;
    height: 50px;
    float: left;
    align-items: center;
    display: inline-flex;
    z-index: 1;
}

.box2 {
    width: 100%;
    height: 30px;
    float: left;
    align-items: center;
    display: inline-flex;
    z-index: 1;
}

.box1_left {
    float: left;
    width: 20%;
    height: 36px;
    align-items: center;
    display: inline-flex;
    padding-left: 20px;
}

.box1_left span {
    color: #666;
    font-size: 14px;
}

.box1_right {
    float: left;
    width: 40%;
    height: 36px;
    align-items: center;
    display: inline-flex;
}

.tel {
    color: #333;
    font-size: 14px;
}

.jianyan {
    width: 44px;
    height: 18px;
    background: #019eae;
    border-radius: 2px;
    justify-content: space-around;
    display: inline-flex;
    align-items: center;
    inline-flex: nowrap;
    margin-left: 20px;
}

.jianyan span {
    color: #fff;
    font-size: 12px;
}

.jianyan1 {
    width: 44px;
    height: 18px;
    background: #ffa714;
    border-radius: 2px;
    justify-content: space-around;
    display: inline-flex;
    align-items: center;
    inline-flex: nowrap;
    margin-left: 20px;
}

.examsImg {
    filter: hue-rotate(204.6deg) saturate(1.2) brightness(1.6);
}

.jianyan1 span {
    color: #fff;
    font-size: 12px;
}

.mingcheng {
    margin-left: 10px;
}

.mingcheng span {
    color: #333;
    font-size: 16px;
}

.ckbg {
    float: right;
    width: 35%;
    height: 30px;
    align-items: center;
    display: inline-flex;
    justify-content: space-around;
    flex-flow: nowrap;
}

.ckbg span {
    padding-left: 50px;
    color: #999;
    font-size: 14px;
}

.ckbgExam {
    float: right;
    width: 35%;
    height: 30px;
    align-items: center;
    display: inline-flex;
    justify-content: space-around;
    flex-flow: nowrap;
}

.ckbgExam span {
    padding-left: 50px;
    color: #999;
    font-size: 14px;
}

.body_title {
    width: 100%;
    height: 46px;
    background: #f9f9f9;
    float: left;
    /*position: fixed;*/
    top: 0;
}

.bottom_left {
    height: 40px;
    float: left;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 20px;
}

.bottom_right {
    /*width: 6%;*/
    height: 40px;
    float: right;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-right: 20px;
}

.ckbgg {
    float: right;
    width: 35%;
    height: 30px;
    align-items: center;
    display: inline-flex;
    /*justify-content: space-around;*/
    justify-content: flex-end;
    flex-flow: nowrap;
}

.ckbgg span {
    padding-left: 50px;
    color: #999;
    font-size: 14px;
}

.top {
    font-size: 14px;
    width: 96%;
    height: 46px;
    float: left;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0px;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 2px 5px #eee;
    vertical-align: top;
    padding-left: 2%;
    padding-right: 2%
}

.name {
    width: 60%;
    height: 46px;
    float: left;
    line-height: 46px;
    margin-left: 2%;
}

.qiehuan {
    height: 46px;
    float: right;
    line-height: 46px;
    margin-right: 2%;
}

.img_all {
    width: 18px;
    height: 18px;
    padding-left: 3px;
    float: left;
    line-height: 32px;
}

.main {
    margin-top: 50px
}

/*提示框*/
.alert_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99999;
    top: 0;
    display: none;
}

.alert_box {
    width: 80%;
    position: absolute;
    top: 30%;
    left: 10%;
    background: #fff;
    border-radius: 6px;
}

.alert_top {
    height: 66px;
    border-bottom: 1px solid #eee;
    padding-top: 12px;
    line-height: 66px;
}

.alert_p {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.alert_neirong {
    width: 90%;
    margin-left: 5%;
}

.alert_bottom {
    border-top: 1px solid #eee;
    height: 50px;
    bottom: 0;
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.alert_this {
    color: #019eae;
    text-align: center;
    font-size: 18px;
}

.img_pic {
    width: 100%;
    height: 100%
}

.reportpic_all {
    float: right;
    width: 35%;
    align-items: flex-end;
    display: inline-flex;
    justify-content: flex-end;
    margin-right: 20px;
}

.img_detail {
    height: 25px;
    width: 25px;
}

.ckbg span {
    padding-left: 0;
}

.ckbg {
    justify-content: flex-end;
    margin-right: 20px;
}