﻿* {
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

html,
body {
    font-size: 16px;
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    outline: none;
}

    button:hover {
        cursor: pointer;
    }

fieldset,
img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
    background: none;
}

ul,
ol {
    list-style: none;
}

*:focus {
    outline: none;
}

.font-12 {
    font-size: 12px;
}

/* 公共page-container*/
.page-container {
    width: 1200px;
    margin: 0 auto 125px;
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    min-height: 630px;
}
/* 公共page-foot*/
.page-foot {
    width: 100%;
    background-color: #131616;
    text-align: center;
    display: flex;
    flex-direction: column;
}

    .page-foot .logo {
        min-height: 180px;
        border-bottom: 1px solid #262626;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

        .page-foot .logo img {
            margin: 0 50px;
            height: 50px;
        }

    .page-foot .content {
        font-size: 12px;
        color: #6b6b6b;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .page-foot .content p {
            margin-top: 12px;
        }

[v-cloak] {
    display: none;
}

div.home-style {
    /*width: 620px;*/
    padding-bottom: 0;
    box-sizing: border-box;
}

    div.home-style .el-message-box__header {
        display: none;
    }

    div.home-style .el-message-box__content {
        padding: 0;
        text-align: center;
    }

    div.home-style .el-message-box__btns {
        padding: 12px 30px;
        display: flex;
        justify-content: center;
    }

    div.home-style .el-button--small {
        padding: 15px 35px;
        width: 200px;
        font-size: 16px;
        border-color: #409EFF;
    }

.page-basic {
    background-image: url(/img/benchmark-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-position-y:80px;
    background-size:100% 597px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    height: inherit;
}

.page-container h1 {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    background-color: transparent;
}

/*导航条样式*/
.inquiry-list::-webkit-scrollbar,
.city_lists::-webkit-scrollbar,
.areaInfo-right .info::-webkit-scrollbar,
.dialog-class .more .senior-dialog::-webkit-scrollbar,
.dialog-class .more .attach-dialog::-webkit-scrollbar,
.record-dialog .el-dialog__body::-webkit-scrollbar,
.templateWrap .content::-webkit-scrollbar {
    width: 11px;
    height: 8px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.inquiry-list::-webkit-scrollbar-thumb,
.city_lists::-webkit-scrollbar-thumb,
.areaInfo-right .info::-webkit-scrollbar-thumb,
.dialog-class .more .senior-dialog::-webkit-scrollbar-thumb,
.dialog-class .more .attach-dialog::-webkit-scrollbar-thumb,
.record-dialog .el-dialog__body::-webkit-scrollbar-thumb,
.templateWrap .content::-webkit-scrollbar-thumb {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

    .inquiry-list::-webkit-scrollbar-thumb:hover,
    .city_lists::-webkit-scrollbar-thumb:hover,
    .areaInfo-right .info::-webkit-scrollbar-thumb:hover,
    .inquiry-list::-webkit-scrollbar-thumb:active,
    .city_lists::-webkit-scrollbar-thumb:active,
    .areaInfo-right .info::-webkit-scrollbar-thumb:active,
    .dialog-class .more .senior-dialog::-webkit-scrollbar-thumb:active,
    .dialog-class .more .attach-dialog::-webkit-scrollbar-thumb:active,
    .record-dialog .el-dialog__body::-webkit-scrollbar-thumb:active,
    .templateWrap .content::-webkit-scrollbar-thumb:active {
        border-right: 1px solid #efefef;
        border-left: 1px solid #efefef;
    }

.inquiry-list::-webkit-scrollbar-track,
.city_lists::-webkit-scrollbar-track,
.areaInfo-right .info::-webkit-scrollbar-track,
.dialog-class .more .senior-dialog::-webkit-scrollbar-track,
.dialog-class .more .attach-dialog::-webkit-scrollbar-track,
.record-dialog .el-dialog__body::-webkit-scrollbar-track,
.templateWrap .content::-webkit-scrollbar-track {
    background-color: #efefef;
}

    .inquiry-list::-webkit-scrollbar-track:hover,
    .city_lists::-webkit-scrollbar-track:hover,
    .areaInfo-right .info::-webkit-scrollbar-track:hover,
    .dialog-class .more .senior-dialog::-webkit-scrollbar-track:hover,
    .dialog-class .more .attach-dialog::-webkit-scrollbar-track:hover,
    .record-dialog .el-dialog__body::-webkit-scrollbar-track:hover,
    .templateWrap .content::-webkit-scrollbar-track:hover {
        background-color: #efefef;
    }

span.colorBlue {
    color: #3a62eb;
}

.el-button--primary,
.el-button--primary:hover,
.el-button--primary:active,
.el-button--primary:focus {
    background-color: #3a62eb !important;
    border-color: #3a62eb !important;
}

body {
    padding-right: 0 !important;
}
    body.el-popup-parent--hidden {
        padding-right: 0 !important;
        overflow-y: auto;
    }
    body._slider {
        padding-right: 17px !important;
        overflow: hidden;
    }

div.uploadStyle div.el-message-box__title span {
    color: #3262eb;
    border-bottom: 2px solid #3a62eb;
}

div.upload-btn-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.uploadStyle div.el-dialog {
    width: 1000px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
}

div.uploadStyle .el-dialog__body div.upload-container {
    /*height: 620px;*/
    box-sizing: border-box;
    padding: 20px;
}

div.uploadStyle .el-dialog__headerbtn {
    top: -17px;
    right: -17px;
}

    div.uploadStyle .el-dialog__headerbtn .el-dialog__close {
        width: 34px;
        height: 34px;
        line-height: 34px;
        border-radius: 50%;
        background-color: #3a62eb;
        font-size: 26px;
        border: 1px solid #fff;
        color: #fff !important;
    }

.upload-container span.tip {
    border-bottom: 2px solid #3262eb;
    color: #3a62eb;
    font-size: 16px;
}

.upload-container .btnBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .upload-container .btnBox .danger {
        color: #f00;
    }

.upload-container .confirmBox {
    text-align: right;
}

button.innerbtn {
    position: absolute;
    top: 41px;
    right: 132px;
}

.upload-container .uploadBox {
    min-height: 200px;
    padding-top: 20px;
}

.upload-container .el-dialog__header {
    padding: 0 !important;
}

.upload-container .el-dialog__body {
    padding: 0 !important;
}

.upload-container .upload-img {
    width: 150px;
    height: 150px;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border: 1px solid #999;
    border-radius: 5px;
    position: relative;
    margin: 0 20px 20px 0;
}

    .upload-container .upload-img img {
        width: 100%;
    }

.upload-container .upload-list {
    display: flex;
    /*flex-wrap: wrap;*/
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 152px;
    height: 152px;
    box-sizing:border-box;
}

    .upload-container .upload-list img {
        width: 120px;
        height: 120px;
        border-radius: 5px;
    }
    .upload-container .upload-list span{
        font-size:12px;
        text-align:center;
        flex:1;
        display:flex;
        align-items:center;
        padding: 0 16px;
    }
    .upload-container .uploadRow {
        flex-wrap: wrap;
    }

.upload-container img.delete {
    position: absolute;
    right: -5px;
    top: -15px;
    width: 30px;
    height: 30px;
}

.upload-container .uploadBox > div ul.el-upload-list {
    display: flex;
    flex-wrap: wrap;
    max-height: 340px;
    overflow-y:auto;
}

    .upload-container .uploadBox > div ul.el-upload-list li {
        width: 150px;
        height: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 10px 0 0 0;
        margin: 0 20px 20px 0;
    }

        .upload-container .uploadBox > div ul.el-upload-list li .el-upload-list__item-thumbnail {
            width: 100px;
            height: 100px;
            margin-left: 0;
        }

        .upload-container .uploadBox > div ul.el-upload-list li .el-upload-list__item-name {
            line-height: 25px;
            margin-right: 0;
            margin-top: 0;
            width:150px;
            font-size:12px;
            text-align:center;
            padding: 0 3px;
            box-sizing:border-box;
        }

            .upload-container .uploadBox > div ul.el-upload-list li .el-upload-list__item-name i.el-icon-document {
                display: none;
            }
        .upload-container .uploadBox > div ul.el-upload-list li.is-success i.el-icon-close{
            display:none;
        }
        .upload-container .uploadBox > div ul.el-upload-list li.is-success .el-upload-list__item-status-label {
            display: block;
        }
div.previewStyle div.el-dialog {
    width: 400px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
}

div.previewStyle img {
    width: 500px;
    vertical-align: middle;
}

div.previewStyle .el-dialog__headerbtn {
    display: none;
}
div.enlargeStyle .el-dialog div.el-dialog__body {
    max-height: 500px;
    text-align: center;
}
div.enlargeStyle .el-dialog div.el-dialog__body img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
button.pc-upload {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
}

button.phone-upload {
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
    margin-left: 0 !important;
}

div.uploadPhoneStyle div.el-dialog {
    width: 300px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
}

    div.uploadPhoneStyle div.el-dialog .el-dialog__headerbtn {
        top: -20px;
        right: -20px
    }

div.el-date-picker {
    width: 260px;
}

div.el-date-picker__header {
    margin: 2px 12px;
}

div.el-picker-panel {
    margin-bottom: 0;
    line-height: 25px;
}

div.el-date-picker div.el-picker-panel__content {
    margin: 0;
    width: 260px;
}

li.el-dropdown-menu__item {
    padding: 0 5px;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #3262eb;
    color: #FFF;
}

/* 去除input[type=number]浏览器默认的icon显示 */
/*chrome*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*firefox*/
input[type="number"] {
    -moz-appearance: textfield;
    box-shadow: none !important; /*如果表单控件具有required属性，那么当这个控件失效时会自动被Firefox加上红色的边框*/
}

.inquiry-container.empty .tip {
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    font-size: 14px;
    overflow: auto;
    background-color: #fff;
    border-top: 1px solid #DCDFE6;
    text-align:center;
}
.inquiry-container.empty .btn {
    padding: 15px 0;
    background: #f0f4f7;
    border-top: 1px solid #DCDFE6;
    text-align: center;
}

.inquiry-container.empty .btn .el-button{
    background-color:#3a62eb;
    color:#fff;
}

/*自定义v-lodaing指令,隐藏element默认的loading图案*/
.el-loading-spinner .circular {
    display: none;
}
.el-loading-spinner i.el-icon-loading{
    color:#fff;
}
.el-loading-spinner p.el-loading-text {
    color: #fff;
}
.el-table__empty-block {
/*    border-bottom: 1px solid #EBEEF5;*/
}
.el-table__empty-text{
    width:100%;
}
    .el-table__empty-text p {
        width: 100%;
        border-bottom: 1px solid #EBEEF5;
    }
.el-table::before {
    height: 0;
}