* {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
em,
i,
span {
    margin: 0px;
    padding: 0px;

}


html {
    width: 100%;
    height: 100%;
    background: white;
}

input,
select,
option,
textarea,
button {
    outline: none;
    border: 0 none;
}

ul,
li {
    list-style: none;
}

img {
    border: 0 none;
}

a {
    text-decoration: none;
    color: #333333;
}

header,
section,
footer,
aside,
nav,
article,
figure {
    margin: 0px;
    padding: 0px;
    display: block;
}

em,
i,
cite,
address,
time,
wbr,
label {
    margin: 0px;
    padding: 0px;
    font-style: normal;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}

body{
    background: white;
}
/*** ━━━━━━神兽出没━━━━━━
 * 　　　┏┓　　　┏┓
 * 　　┏┛┻━━━┛┻┓
 * 　　┃　　　　　　　┃
 * 　　┃　　　━　　　┃
 * 　　┃　┳┛　┗┳　┃
 * 　　┃　　　　　　　┃
 * 　　┃　　　┻　　　┃
 * 　　┃　　　　　　　┃
 * 　　┗━┓　　　┏━┛Code is far away from bug with the animal protecting
 * 　　　　┃　　　┃    神兽保佑,代码无bug
 * 　　　　┃　　　┃
 * 　　　　┃　　　┗━━━┓
 * 　　　　┃　　　　　　　┣┓
 * 　　　　┃　　　　　　　┏┛
 * 　　　　┗┓┓┏━┳┓┏┛
 * 　　　　　┃┫┫　┃┫┫
 * 　　　　　┗┻┛　┗┻┛
 **━━━━━━感觉么么哒━━━━━━*/


.warp {
    width: 100%;
    height: auto;
    text-align: left;
}

.w-1200 {
    width: 1200px;
    height: auto;
    text-align: left;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}



.jcsb {
    justify-content: space-between;
}
.jssa{
    justify-content: space-around;
}
.jcc {
    justify-content: center;
}

.jce {
    justify-content: flex-end;
}

.aic {
    align-items: center;
}

.aie {
    align-items: flex-end;
}


.ver-a-m{
    vertical-align:middle;
}



.ov-hidden {
    overflow: hidden;
}

/*超出省略号*/
.one-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two-ellipsis {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



/*开关*/
.text-tc {
    text-align: center;
}

.text-tr {
    text-align: right;
}

.text-fw {
    font-weight: bold;
}

/* 背景颜色 */

.bg-ff {
    background: white;

}

.bg-f8 {
    background: #F8F8F8;
}


.fc-e1 {
    color: #EE1D23;
}



.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.hand {
    cursor: pointer;
}

.show {
    display: block;
}

.hide {
    display: none;
}



/*浮动*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}


/*清除浮动*/
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}


.mar-top-5 {
    margin-top: 5px;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-15 {
    margin-top: 15px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-25 {
    margin-top: 25px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-35 {
    margin-top: 35px;
}

.mar-top-40 {
    margin-top: 40px;
}

.mar-top-45 {
    margin-top: 45px;
}

.mar-top-50 {
    margin-top: 50px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-60 {
    margin-top: 60px;
}

.mar-bottom-10 {
    margin-bottom: 10px;
}

.mar-bottom-15 {
    margin-bottom: 15px;
}

.mar-bottom-20 {
    margin-bottom: 20px;
}

.mar-bottom-25 {
    margin-bottom: 25px;
}

.mar-bottom-30 {
    margin-bottom: 30px;
}

.mar-left-5 {
    margin-left: 5px;
}

.mar-left-10 {
    margin-left: 10px;
}

.mar-left-15 {
    margin-left: 15px;
}

.mar-left-20 {
    margin-left: 20px;
}

.mar-left-auto {
    margin-left: auto;
}

.mar-left-25 {
    margin-left: 25px;
}

.mar-left-30 {
    margin-left: 30px;
}

.mar-left-35 {
    margin-left: 35px;
}

.mar-left-40 {
    margin-left: 40px;
}

.mar-left-45 {
    margin-left: 45px;
}

.mar-left-50 {
    margin-left: 50px;
}

.mar-left-55 {
    margin-left: 55px;
}

.mar-left-60 {
    margin-left: 60px;
}

.mar-left-65 {
    margin-left: 65px;
}

.mar-right-5 {
    margin-right: 5px;
}

.mar-right-10 {
    margin-right: 10px;
}

.mar-right-15 {
    margin-right: 15px;
}

.mar-right-20 {
    margin-right: 20px;
}

.mar-right-25 {
    margin-right: 25px;
}

.mar-right-30 {
    margin-right: 30px;
}

.mar-right-30 {
    margin-right: 30px;
}

.height-5 {
    width: 100%;
    height: 5px;
    line-height: 5px;
}

.height-10 {
    width: 100%;
    height: 10px;
    line-height: 10px;
}

.height-15 {
    width: 100%;
    height: 10px;
    line-height: 15px;
}

.height-20 {
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.height-25 {
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.height-30 {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.height-35 {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.height-40 {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.height-45 {
    width: 100%;
    height: 45px;
    line-height: 45px;
}

.height-50 {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.height-55 {
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.height-60 {
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.height-65 {
    width: 100%;
    height: 65px;
    line-height: 65px;
}

.height-70 {
    width: 100%;
    height: 70px;
    line-height: 70px;
}


