* {
    /*transition: all ease-in-out .4s;*/
}

.iconfont {
    line-height: 1;
}

/*      挂载      */

.wc-hyper-jump {}


/*      容器       */

.wc-cont{
    width: 1280px;
    margin: 0 auto;
}
.mobile-display-block,
.mobile-display-flex {
    display: none !important;
}

@media (max-width: 1400px) {
    .wc-cont{
        width: 1280px;
    }
}
@media (max-width: 1280px) {
    .wc-cont{
        width: 1200px;
    }
}
@media (max-width: 1024px) {
    .wc-cont{
        width: 960px;
    }
}
@media (max-width: 768px) {
    .wc-cont{
        width: 95%;
    }
    .mobile-display-none {
        display: none !important;
    }
    .mobile-display-flex {
        display: flex !important;
    }
    .mobile-display-block {
        display: block !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 !important;
}

.wc-position-fixed {
    position: fixed !important;
}

/*      高度      */

.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-min-65vh {
    height: auto;
    min-height: 65vh;
}

.wc-h-min-85vh {
    height: auto;
    min-height: 85vh;
}

.wc-h-min-95vh {
    height: auto;
    min-height: 95vh;
}

.wc-h-min-100vh {
    height: auto;
    min-height: 100vh;
}

.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-01 {
    background-color: rgba(255, 255, 255, .01);
}

.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-black-60 {
    background-color: rgba(0, 0, 0, .6);
}

.wc-bgc-black-80 {
    background-color: rgba(0, 0, 0, .8);
}
.wc-bgc-blue {
    background-color: rgba(0, 149, 205);
}

.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 {
    background-color: rgba(0, 149, 205);
}

.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-1x1 {
    padding-bottom: 100%;
}

.wc-bgi-3x2 {
    padding-bottom: 66.7%;
}

.wc-bgi-3x4 {
    padding-bottom: 133.3%;
}

.wc-bgi-2x1 {
    padding-bottom: 50%;
}

.wc-bgi-4x1 {
    padding-bottom: 25%;
}

.wc-bgi-4x3 {
    padding-bottom: 75%;
}

.wc-bgi-1x1,
.wc-bgi-2x1,
.wc-bgi-3x2,
.wc-bgi-3x4,
.wc-bgi-4x1,
.wc-bgi-4x3 {
    position: relative;
    width: 100%;
    height: 0;
}

/*      边框        */

.wc-border-th-solid-black {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    border-top: 1px solid #dddddd;
    z-index: -1;
}

.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-t-solid-black {
    border-top: 1px solid #ededed;
}

.wc-border-t-solid-black-1 {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.wc-border-t-solid-black-2 {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.wc-border-t-solid-black-3 {
    border-top: 1px solid rgba(0, 0, 0, .3);
}

.wc-border-b-solid-white {
    border-bottom: 1px solid #ffffff;
}

.wc-border-b-solid-white-3 {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.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 #ededed;
}

.wc-border-b-solid-black-1 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.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-tsy-t-1:hover {
    transform: translateY(-1px);
}

.wc-tsy-t-2:hover {
    transform: translateY(-2px);
}

.wc-tsy-t-5:hover {
    transform: translateY(-5px);
}

.hover-img-bigger:hover div.ery-bg-img {
    transform: scale(1.1);
}

.hover-img-bigger,
.hover-img-bigger i,
.hover-box-shadow {
    transition: all .6s ease-in-out;
}

.hover-img-bigger:hover i {
    transform: scale(1.3);
}

.hover-img-box {
    overflow: hidden;
    position: relative;
}


.hover-box-shadow:hover {
    border-color: transparent !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
    margin-top: -1px;
}

.hover-border-black-01-05 {
    border: 1px solid rgba(0, 0, 0, .2);
}

.hover-border-black-01-05:hover {
    border: 1px solid rgba(0, 0, 0, .4);
}

.hover-border-black-01-05:hover .hover-border-black-01-05 {
    border: 1px solid rgba(0, 0, 0, .4);
}

.hover-box-shadow:hover .hover-border-linear,
.hover-border-black-01-05:hover .hover-border-linear {
    margin-right: 0 !important;
    transition: margin-right .5s linear .1s;
}

.wc-text-opacity-0-1 {
    animation: text-linear-opacity 2s ease-in-out 1s;
    animation-fill-mode: forwards;
}

@keyframes text-linear-opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*      阴影        */

.wc-shadow {
    transition: all .2s linear;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .03);
}

.wc-shadow-deep {
    transition: all .4s linear;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.wc-shadow:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.wc-shadow-deep:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .4);
}

.wc-shadow-top {
    box-shadow: 0 -1px 10px 5px rgba(0, 0, 0, .05);
}

.wc-shadow-bottom {
    box-shadow: 0 1px 10px 5px rgba(0, 0, 0, .2);
}

.wc-shadow-always {
    box-shadow: 0 1px 10px 5px rgba(0, 0, 0, .03);
}

/*      字体        */

.wc-fw-500 {
    font-weight: 500;
}

.wc-fw-550 {
    font-weight: 550;
}

.wc-fw-700 {
    font-weight: 700;
}

.wc-fw-800 {
    font-weight: 800;
}

.wc-t-hidden,
.wc-t-hidden2,
.wc-t-hidden3,
.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:1;
}

.wc-t-hidden2 {
    -webkit-line-clamp:2;
}

.wc-t-hidden3 {
    -webkit-line-clamp:3;
}

.wc-t-hidden5 {
    -webkit-line-clamp:5;
}

.wc-t-change-green:hover,
.wc-t-change-green:hover h3 {
    color: #0a8 !important;
}

.wc-t-change-red:hover {
    color: #e31613 !important;
}

.wc-t-change-blue:hover,
.wc-t-change-blue:hover h3,
.wc-t-change-blue:hover > a {
    color: #0ae !important;
}

.wc-text-black {
    color: #000;
}

/*      图片        */

.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;
    width: 100%;
    object-fit: contain;
}

/*      链接        */

.wc-link-green:hover {
    border-bottom: 2px solid #0a8;
}

.wc-link-gold:hover {
    border-bottom: 2px solid #d0b372;
}

.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);*/
    background-color: #d0b372;
}

/*      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;
}

/*      导航      */

.wc-nav-logo {
    width: 62px;
    max-width: 62px;
    height: auto;
    max-height: 62px;
}

/*      自适应滚动条      */

.wc-overflow-y-auto {
    overflow-y: auto;
}