@charset "utf-8";
body {
    padding: 0;
    background: #0E397A;
    overflow-x: hidden;
    margin: auto;
}
@font-face {
    font-family: 'iconfont';  /* project id 1681852 */
    src: url('//at.alicdn.com/t/font_1681852_iu2iqorgfsk.eot');
    src: url('//at.alicdn.com/t/font_1681852_iu2iqorgfsk.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1681852_iu2iqorgfsk.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1681852_iu2iqorgfsk.woff') format('woff'),
    url('//at.alicdn.com/t/font_1681852_iu2iqorgfsk.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1681852_iu2iqorgfsk.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
.container {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    font-size: 0;
    width: 1200px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p ,ul ,li{
    margin: 0;
    padding: 0;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

.row {
    margin: 0;
    flex-wrap: inherit;
    font-size: 0;
    box-sizing: border-box;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
    display: inline-block !important;
    font-size: 14px;
    vertical-align: middle;
    box-sizing: border-box;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.vertical-align-top {
    vertical-align: top;
}

.col-1 {
    width: 4.16666667%;
}

.col-2 {
    width: 8.33333333%;
}

.col-3 {
    width: 12.5%;
}

.col-4 {
    width: 16.66666667%;
}

.col-5 {
    width: 20.83333333%;
}

.col-6 {
    width: 25%;
}

.col-7 {
    width: 29.16666667%;
}

.col-8 {
    width: 33.33333333%;
}

.col-9 {
    width: 37.5%;
}

.col-10 {
    width: 41.66666667%;
}

.col-11 {
    width: 45.83333333%;
}

.col-12 {
    width: 50%;
}

.col-13 {
    width: 54.16666667%;
}

.col-14 {
    width: 58.33333333%;
}

.col-15 {
    width: 62.5%;
}

.col-16 {
    width: 66.66666667%;
}

.col-17 {
    width: 70.83333333%;
}

.col-18 {
    width: 75%;
}

.col-19 {
    width: 79.16666667%;
}

.col-20 {
    width: 83.33333333%;
}

.col-21 {
    width: 87.5%;
}

.col-22 {
    width: 91.66666667%;
}

.col-23 {
    width: 95.83333333%;
}

.col-24 {
    width: 100%;
}

button::after {
    display: none;
}


.size0 {
    font-size: 0 !important;
}

.size1 {
    font-size: 12px !important;
    line-height: 18px !important;
}

.size2 {
    font-size: 14px !important;
    line-height: 20px !important;
}

.size3 {
    font-size: 16px !important;
    line-height: 22px !important;
}

.size4 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.size5 {
    font-size: 20px !important;
    line-height: 32px !important;
}

.size6 {
    font-size: 24px !important;
    line-height: 30px !important;
}

.bold {
    font-weight: bold;
}

.color-main {
    color: #CE3C31 !important;
}

.color-lesser {
    color: #349aff !important;
}

.color-link {
    color: #4a76a2 !important;
}

.color-black {
    color: #262626 !important;
}

.color-ash {
    color: #8c8c8c !important;
}

.color-white {
    color: #fff !important;
}

.bg-f9 {
    background-color: #f9f9f9;
}

.bg-white {
    background-color: #fff;
}

.bg-main {
    background-color: #f3ca00;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #e6e6e6
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-top: 1px solid #e6e6e6
}

.flex-grow-shrink {
    flex-grow: 0;
    flex-shrink: 0;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 4px !important;
}

.mt-1 {
    margin-top: 4px !important;
}

.mr-1 {
    margin-right: 4px !important;
}

.mb-1 {
    margin-bottom: 4px !important;
}

.ml-1 {
    margin-left: 4px !important;
}

.m-2 {
    margin: 8px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mr-2 {
    margin-right: 8px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

.ml-2 {
    margin-left: 8px !important;
}

.m-3 {
    margin: 12px !important;
}

.mt-3 {
    margin-top: 12px !important;
}

.mr-3 {
    margin-right: 12px !important;
}

.mb-3 {
    margin-bottom: 12px !important;
}

.ml-3 {
    margin-left: 12px !important;
}

.m-4 {
    margin: 16px !important;
}

.mt-4 {
    margin-top: 16px !important;
}

.mr-4 {
    margin-right: 16px !important;
}

.mb-4 {
    margin-bottom: 16px !important;
}

.ml-4 {
    margin-left: 16px !important;
}

.m-5 {
    margin: 20px !important;
}

.mt-5 {
    margin-top: 20px !important;
}

.mr-5 {
    margin-right: 20px !important;
}

.mb-5 {
    margin-bottom: 20px !important;
}

.ml-5 {
    margin-left: 20px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 4px !important;
}

.pt-1 {
    padding-top: 4px !important;
}

.pr-1 {
    padding-right: 4px !important;
}

.pb-1 {
    padding-bottom: 4px !important;
}

.pl-1 {
    padding-left: 4px !important;
}

.p-2 {
    padding: 8px !important;
}

.pt-2 {
    padding-top: 8px !important;
}

.pr-2 {
    padding-right: 8px !important;
}

.pb-2 {
    padding-bottom: 8px !important;
}

.pl-2 {
    padding-left: 8px !important;
}

.p-3 {
    padding: 12px !important;
}

.pt-3 {
    padding-top: 12px !important;
}

.pr-3 {
    padding-right: 12px !important;
}

.pb-3 {
    padding-bottom: 12px !important;
}

.pl-3 {
    padding-left: 12px !important;
}

.p-4 {
    padding: 16px !important;
}

.pt-4 {
    padding-top: 16px !important;
}

.pr-4 {
    padding-right: 16px !important;
}

.pb-4 {
    padding-bottom: 16px !important;
}

.pl-4 {
    padding-left: 16px !important;
}

.p-5 {
    padding: 20px !important;
}

.pt-5 {
    padding-top: 20px !important;
}

.pr-5 {
    padding-right: 20px !important;
}

.pb-5 {
    padding-bottom: 20px !important;
}

.pl-5 {
    padding-left: 20px !important;
}

a:hover {
    color: #1060bb !important;
    cursor: pointer;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-ellipsis-2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.text-ellipsis-3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.align-items-center {
    align-items: center;
}

.division {
    height: 8px;
    background: #f9f9f9;
    width: 100%;
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

input {
    outline-offset: 0;
    outline: none;
}

:root {
    --swiper-theme-color: #007aff;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-100 {
    height: 100% !important;
}

.border {
    border: 2px solid #a5a5a5 !important
}

.border-top {
    border-top: 2px solid #a5a5a5 !important
}

.border-right {
    border-right: 2px solid #a5a5a5 !important
}

.border-bottom {
    border-bottom: 2px solid #a5a5a5 !important
}

.border-left {
    border-left: 2px solid #a5a5a5 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
.justify-content-center{
    justify-content: center;
}
.justify-content-right{
    justify-content: flex-end;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
.search {
    display: flex;
    padding: 6px 12px;
    margin: 12px;
    background: #fff;
    border-radius: 4px;
    align-items: center;
    border: 1px solid #e6e6e6;
}
.search i{
    font-size: 20px;
    color: #8c8c8c;
}
.search input{
    border: none;
    margin-left: 12px;
    font-size: 14px;
    width: 100%;
}
.search input:focus + .a{
    display: block;
}
.search .a{
    display: none;
    color: #c9c9c9;
    font-size: 14px;
}
