html {
    position: relative;
}

body {
    background-color: #F0F0F0;
    /*background-color: #8D8D8D;*/
}

.layui-form-radio {
    margin: 0 !important;
}

li.wc-border-bottom-dashed-black-2:last-child {
    border-bottom: none;
}

li.wc-border-b-solid-white:last-child {
    border-bottom: none;
}

li.wc-border-b-solid-white-3:last-child {
    border-bottom: none;
}

input::placeholder {
    color: rgba(0, 0, 0, .4) !important;
}

    /* -------------------- 个人样式 -------------------- */

/*      flex      */

.wc-flex-grow {
    flex-grow: 1;
}

.wc-flex-shrink {
    flex-shrink: 1 !important;
}

.wc-flex-wrap {
    flex-wrap: wrap;
}

.wc-flex-nowrap {
    flex-wrap: nowrap !important;
}

/* 		position 	 */

.wc-position-sticky {
    position: sticky;
}

.wc-position-fixed {
    position: fixed;
}

/*      高度      */

.wc-h-100per {
    height: 100%;
    max-height: 100%;
}

.wc-h-calc {
    height: calc(100vh - 124px);
    min-height: 59vh;
}

.wc-h-min-12vh {
    height: auto;
    min-height: 12vh;
}

.wc-h-min-15vh {
    height: auto;
    min-height: 15vh;
}

.wc-h-min-20vh {
    height: auto;
    min-height: 20vh;
}

.wc-h-min-35vh {
    height: auto;
    min-height: 35vh;
}

.wc-h-min-45vh {
    height: auto;
    min-height: 45vh;
}

.wc-h-max {
    height: auto;
    max-height: 100%;
}

.wc-h-max-50 {
    height: auto;
    max-height: 50%;
}

.wc-h-max-35vh {
    height: auto;
    max-height: 35vh;
}

.wc-h-max-50vh {
    height: auto;
    max-height: 50vh;
}

/*      宽度        */

.wc-w-20vw {
    width: 20vw;
}

.wc-w-max-30per {
    max-width: 30%;
}

.wc-w-max-40per {
    max-width: 40%;
}

.wc-w-max-50per {
    max-width: 50%;
}

.wc-w-max-60per {
    max-width: 60%;
}

.wc-w-max-70per {
    max-width: 70%;
}

.wc-w-max-80per {
    max-width: 80%;
}

.wc-w-max-90per {
    max-width: 90%;
}

.wc-w-max-100per {
    width: 100%;
    max-width: 100%;
}

.wc-w-min-100px {
    min-width: 100px;
}

.wc-w-min-200px {
    min-width: 200px;
}

.wc-w-min-350px {
    min-width: 350px;
}


/*      背景       */

.wc-bgc-fafafa {
    background-color: #fafafa;
}

.wc-bgc-white-80 {
    background-color: rgba(255, 255, 255, .8);
}

.wc-bgc-white-95 {
    background-color: rgba(255, 255, 255, .95);
}

.wc-bgc-black-05 {
    background-color: rgba(0, 0, 0, .05);
}

.wc-bgc-black-20 {
    background-color: rgba(0, 0, 0, .2);
}

.wc-bgc-black-50 {
    background-color: rgba(0, 0, 0, .5);
}

.wc-bgc-blue {
    background-color: #0ae;
}

.wc-bgc-blue-a1 {
    background-color: rgba(150, 205, 255, .1);
}

.wc-bgc-linear-blue {
    background: linear-gradient(to right bottom, #cdecff, #96cdff);
}

.wc-bgc-linear-blue-re {
    background: linear-gradient(to right bottom, rgba(150, 205, 255, 1), rgba(205, 236, 255, 1));
}

.wc-bgc-linear-blue-a {
    background: linear-gradient(to right bottom, rgba(150, 205, 255, 1), rgba(205, 236, 255, .8));
}

.wc-bgc-change-blue:hover > .wc-bgc-black-20 {
    background-color: #0ae;
}

.wc-bgc-change-white:hover {
    background-color: #fff !important;
}

/*      背景图片    -- 自身需要设定高度、宽度      */

.wc-bgi-responsive,
.wc-bgi-contain {
    background-repeat: no-repeat;
    background-position: center;
}

.wc-bgi-contain {
    background-size: contain;
}

.wc-bgi-responsive {
    background-size: cover;
}

.wc-bgi-3x2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.7% !important;
}

.wc-bgi-2x1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50% !important;
}

.wc-bgi-4x1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 25% !important;
}

/*      边框        */

.wc-border-t-solid-white {
    border-top: 1px solid #ffffff;
}

.wc-border-t-solid-white-3 {
    border-top: 1px solid #fafafa;
}

.wc-border-t-solid-white-3-2px {
    border-top: 2px solid #fafafa;
}

.wc-border-b-solid-white {
    border-bottom: 1px solid #ffffff;
}

.wc-border-b-solid-white-3 {
    border-bottom: 1px solid #fafafa;
}

.wc-border-b-solid-white-3-2px {
    border-bottom: 2px solid #fafafa;
}

.wc-border-l-solid-white-3 {
    border-left: 1px solid #fafafa;
}

.wc-border-l-solid-white-3-2px {
    border-left: 2px solid #fafafa;
}

.wc-border-r-solid-white-3 {
    border-right: 1px solid #fafafa;
}

.wc-border-r-solid-white-3-2px {
    border-right: 2px solid #fafafa;
}

.wc-border-b-solid-black {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.wc-border-bottom-dashed-black-2 {
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
}

.wc-border-b-solid-green {
    border-bottom: 2px solid #0a8;
}

.wc-border-b-solid-blue {
    border-bottom: 1px solid #0ae;
}

.wc-border-b-solid-blue-2px {
    border-bottom: 2px solid #0ae;
}

.wc-border-a-dcdfe6 {
    border: 1px solid #dcdfe6;
}

/*      边框R角      */

.wc-border-all {
    border-radius: 10px;
}

.wc-border-rad-top {
    border-radius: 5px 5px 0 0;
}

.wc-border-rad-bottom {
    border-radius: 0 0 5px 5px;
}

.wc-border-rad-left {
    border-radius: 5px 0 0 5px;
}

.wc-border-rad-right {
    border-radius: 0 5px 5px 0;
}

/*      表单        */

.wc-input-h {
    border: 1px solid rgba(0, 0, 0, .5) !important;
    height: 30px !important;
    border-radius: 5px !important;
}

.wc-input-h:hover {
    border-color: #eee !important;
}

.wc-input-h:focus {
    border: 1px solid #0a8 !important;
}

.wc-input-placeholder::placeholder {
    color: #dfdfdf;
}

.wc-textarea {
    resize: none;
    height: 120px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 5px;
}

.wc-textarea::placeholder {
    color: rgba(0, 0, 0, .3);
    font-size: 14px;
}

/*      动效      */

.wc-flow:hover {
    transform: translate3d(0,-3px,0);
}

/*      阴影        */

.wc-shadow {
    transition: all .2s linear;
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
}

.wc-shadow:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.wc-shadow-top {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
}

.wc-shadow-bottom {
    box-shadow: 0 0 5px 1px rgb(0, 0, 0, .1);
    /*z-index: 1;*/
    position: relative;
}

/*      字体        */

.wc-fw-500 {
    font-weight: 500;
}

.wc-fw-550 {
    font-weight: 550;
}

.wc-fw-800 {
    font-weight: 800;
}

.wc-t-hidden {
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.wc-t-hidden2 {
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.wc-t-hidden3 {
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.wc-t-hidden5 {
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}

.wc-t-change-green:hover,
.wc-t-change-green:hover h3 {
    color: #0a8 !important;
}

.wc-t-change-blue:hover,
.wc-t-change-blue:hover h3,
.wc-t-change-blue:hover > a {
    color: #0ae !important;
}

/*      图片        */

.wc-img-vertical-align-tb {
    vertical-align: text-bottom;
}

.wc-img-vertical-align-b {
    vertical-align: bottom;
}

.wc-img-vertical-align-m {
    vertical-align: middle;
}

.wc-img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wc-img-max {
    height: auto;
    max-height: 35vh;
}

/*      链接        */

.wc-link-green:hover {
    border-bottom: 2px solid #0a8;
}

.wc-link-blue:hover {
    border-bottom: 2px solid #0ae;
}

.wc-link-blue-1px:hover {
    border-bottom: 1px solid #0ae;
}

.wc-link-bg-green:hover,
.wc-link-bg-green:focus {
    background-color: #0a8;
    color: #fff !important;
}

.wc-link-bg-blue:hover,
.wc-link-bg-blue:focus {
    background-color: #0ae;
    color: #fff !important;
}

/*      外边距       */

.wc-mar-none {
    margin: 0 !important;
}

.wc-mar-t2 {
    margin-top: 2px;
}

/*      伪元素       */

.wc-after,
.wc-after-dotted {
    position: relative;
}

.wc-after:after,
.wc-after-dotted:after  {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    box-sizing: border-box;
}

.wc-after:after {
    border-right: 2px solid #fafafa;
}

.wc-before:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    box-sizing: border-box;
    background: linear-gradient(to right bottom, #cdecff, #96cdff);
}

/*      css可视性        */

.wc-v-hidden {
    visibility: hidden;
}

.wc-display-container {}

.wc-display-item {}

.wc-display-point {}

.wc-display-hover {}

.wc-display-none {
    display: none !important;
}

.wc-display-block {
    display: block !important;
}

.wc-display-inline-block {
    display: inline-block !important;
}

.wc-display-flex {
    display: flex !important;
}

/*      透明度       */

.wc-opacity {
    opacity: 0;
}

/*      响应规则        */
.wc-display-hover:hover .wc-display-none {
    display: block !important;
    height: 64px;
}

/*      导航      */

.wc-nav-logo {
    width: 62px;
    max-width: 62px;
    height: auto;
    max-height: 62px;
}

/*      自适应滚动条      */

.wc-overflow-y-auto {
    overflow-y: auto;
}

/*      头像上传预览组件        */

/*  默认150*150px  */
.wc-upload-img-container {
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.wc-upload-img {
    z-index: 2;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}

.wc-preview-img {
    z-index: 1;
    top: 0;
    left: 0;
    width: 148px;
    height: 148px;
}
/*  身份证158*100px  */
.wc-upload-img-container-idC {
    width: 158px;
    height: 100px;
    line-height: 100px;
}

.wc-upload-img-idC {
    z-index: 2;
    top: 0;
    left: 0;
    width: 158px;
    height: 100px;
}

.wc-preview-img-idC {
    z-index: 1;
    top: 0;
    left: 0;
    width: 156px;
    height: 98px;
}