@charset "utf-8";

/* CSS Document */

body {
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}

body,
div,
form,
p,
span,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

ul,
ol,
li {
    list-style: none;
}

img,
a img {
    border: 0 none;
}

a {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
button {
    vertical-align: middle;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.isdis {
    display: block;
}

.undis {
    display: none;
}

.clear {
    clear: both;
}

*:focus {
    outline: none;
}

.buttonbj {
    background: -webkit-linear-gradient(left, #ffe713, #ffbb00);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ffe713, #ffbb00);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ffe713, #ffbb00);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ffe713, #ffbb00);
    /* 标准的语法 */
}

.buttonbjclose {
    background: -webkit-linear-gradient(left, #42deff, #2d9dff);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #42deff, #2d9dff);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #42deff, #2d9dff);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #42deff, #2d9dff);
    /* 标准的语法 */
}


/**上下线条**/

.line {
    position: relative;
}

.line:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.line:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}


/**上线条**/

.linetop {
    position: relative;
}

.linetop:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
}


/**下线条**/

.linebottom {
    position: relative;
}

.linebottom:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}


/**右线条**/

.lineright {
    position: relative;
}

.lineright:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-right: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}


/**下线右15像素**/

.line_fifteen {
    position: relative;
}

.line_fifteen:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 15px;
}


/**整行居中显示**/

.public {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.public_bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.publicy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

div {
    box-sizing: border-box;
}

.van-uploader__upload,.van-uploader__preview-image{
    width:64px !important;
    height:64px !important;
}
.omegaReport .van-uploader__upload,.van-uploader__preview-image{
    width:100px !important;
    height:100px !important;
    background:#fff;
    border-radius: 14px;
}
.omegaReport .van-uploader__preview-delete-icon{
    top: 1px;
    right: 1px;
}
.omegaReport .van-uploader__preview-delete {
    width: 20px;
    height: 18px;
    background-color: rgba(255,255,255,.7);
    border-radius: 0 14px 0 14px;
}
.photo_card{
    margin-bottom:-10px;
}
.hichatbg  .van-uploader__upload{
    background-color: #f7f4f3 !important;
    border-radius: 2px !important;
    margin:0 12px !important;
  }
  .hichatbg  .van-uploader__preview{
    margin:0 12px !important;
  }
  .hichatbg  .van-uploader__preview-image{
    border-radius: 2px !important;
  }
  .hichatbg  .van-uploader__upload-icon{
    color:#262023 !important;
  }
  .hichatbg  .van-uploader__preview-delete{
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: #fb442d !important;
    top:-8px !important;
    right: -8px !important;
  }
  
  .hichatbg .van-uploader__preview-delete-icon{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    top: -3px;
    right: -3px;
  }
