/*
    * @time Tue Jan 31 2023 15:58:19 GMT+0800 (中国标准时间)
    */
@charset "utf-8";

.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica,
        Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体',
        'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: 0;
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
    color: #b71125 !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe,
img {
    border: 0;
}

img {
    vertical-align: top;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}

.part {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

i {
    font-style: normal;
}

.domMobile {
    display: none;
}

.domPc {
    display: block;
}

@media screen and (max-width: 1200px) {
    .part {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .domMobile {
        display: block;
    }

    .domPc {
        display: none;
    }
}