* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}
a {
    text-decoration: none;
    color: #333;
    outline: none;
}
dl,
dd,
dt,
ol,
ul,
li {
    list-style: none;
    margin: 0;
}
i {
    font-style: normal;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.ov {
    overflow: hidden;
}
.dis {
    display: block !important;
}
body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    color: #333;
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
}
body::-webkit-scrollbar {
    display: none;
}
img,
a,
span {
    display: inline-block;
}
a:hover,
.active {
    color: #5388F4;
}
.defult-color {
    color: #5388F4;
}
button {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    color: inherit;
    font: inherit;
    outline: none;
    cursor: pointer;
}
input {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    height: 40px;
    line-height: 40px;
    padding: 4px 10px;
}
input:focus {
    border: 1px solid #0A5CFF;
    outline: none;
}
button[type="submit"] {
    background-color: #599FFD;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button[type="submit"]:hover {
    background-color: #3B83F8;
}
input[type=checkbox] {
    cursor: pointer;
}
.ellipsis-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.layui-btn {
    background-color: #3B83F8;
}
.layui-btn-primary {
    background-color: #fff;
}
.layui-breadcrumb {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.layui-breadcrumb a:active,
.layui-breadcrumb a:hover {
    color: #1466FE !important;
}
.layui-input:focus,
.layui-textarea:focus {
    border-color: #3B83F8 !important;
}
.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
    color: #3B83F8;
}
.layui-form-select dl dd.layui-this {
    background-color: #3B83F8 !important;
}
.flex {
    display: flex;
    align-items: center;
}
.flex-sb {
    display: flex;
    justify-content: space-between;
}
.flex-1 {
    flex: 1;
}
.flex-st {
    display: flex;
    justify-content: start;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-content: flex-start;
}
.flex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.app-container {
    padding-top: 70px;
}
.app-container-1200 {
    padding-top: 70px;
    width: 1200px;
    margin: 0 auto;
}
.width1200 {
    width: 1200px;
    margin: 0 auto;
}
.bold {
    font-weight: bold;
}
.model-title {
    font-size: 34px;
    text-align: center;
}
.link {
    color: #0A5CFF;
}
.red {
    color: #FD0000;
}
@media screen and (max-width:1199px) {
    .app-container-1200,
    .width1200 {
        width: 100%;
        overflow: hidden;
    }
    .model-title {
        font-size: 26px;
    }
    .swiper,
    .swiper-wrapper {
        -webkit-overflow-scrolling: touch;
    }
}
