@charset "utf-8";


* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    transition: color .3s;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}


li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,
input {
    border: 0;
    outline: none;
}


html {
    font-size: 100px;
}

.wap {
    display: none !important;
}



.w15 {
    width: 15rem;
    max-width: 95%;
    margin: 0 auto;
}

.w16 {
    width: 16rem;
    max-width: 95%;
    margin: 0 auto;
}
.w1680 {
    width: 16.8rem;
    max-width: 95%;
    margin: 0 auto;
}
.w1485 {
    width: 14.85rem;
    max-width: 95%;
    margin: 0 auto;
}

.w14 {
    width: 14rem;
    margin: 0 auto;
    max-width: 95%;
}

.w1440 {
    width: 14.4rem;
    margin: 0 auto;
    max-width: 95%;
}

.w1480 {
    width: 14.8rem;
    margin: 0 auto;
    max-width: 95%;
}



.icon {
    font-size: 0;
}

.icon img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

a:hover .icon img {
    animation: jello 1s linear;
}



 

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1314 {
    max-width: 1314px;
    margin: 0 auto;
}


/* 弹性布局的常用样式预设 */
.flex {
    display: flex;
}

/* 弹性布局-横向对齐方式 */
.flex-jcfs {
    display: flex;
    justify-content: flex-start;
}

.flex-jcct {
    display: flex;
    justify-content: center;
}

.flex-jcfe {
    display: flex;
    justify-content: flex-end;
}

.flex-jcsb {
    display: flex;
    justify-content: space-between;
}

.flex-jcsa {
    display: flex;
    justify-content: space-around;
}

/* 弹性布局-纵向对齐方式 */
.flex-alfs {
    display: flex;
    align-items: flex-start;
}

.flex-alct {
    display: flex;
    align-items: center;
}

.flex-alend {
    display: flex;
    align-items: flex-end;
}

/* 文字进入式下划线 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#9e1416, #9e1416);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

a:hover .titline {
    color: #9e1416;
}