﻿.cursor {
    cursor: pointer !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-not-bold {
    font-weight: normal !important;
}

.text-white {
    color: #fff !important;
}

.text-site {
    color: #D40200 !important;
}

.text-success {
    color: #228B22 !important;
    /*color: #00C78C !important;*/
}

.text-blue {
    color: dodgerblue !important;
}

.text-red {
    color: red !important;
}

.text-yellow {
    color: #FF9914 !important;
}

.text-grey {
    color: #808080 !important;
}

.text-61 {
    color: #616161 !important;
}

.text-91 {
    color: #919191 !important;
}

.text-31 {
    color: #313131 !important;
}

.text-black {
    color: #000 !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}


.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-inblock {
    display: inline-block !important;
}

.display-flex {
    display: flex !important;
}

.display-flex-row {
    display: flex !important;
    flex-direction: row !important;
}

.display-flex-column {
    display: flex !important;
    flex-direction: column !important;
}

.display-flex-align-center {
    align-items: center;
    justify-content:center;
}

.display-flex-align-items-center {
    align-items: center;
}

.display-flex-justify-content-center {
    justify-content: center;
}

.border-site {
    border-color: #D40200 !important;
}

.border-none {
    border: none !important;
}

.border-e4 {
    border: 1px solid #e4e4e4 !important;
}
.border-3c {
    border: 1px solid #ccc !important;
}
.border-color-white {
    border-color: #fff !important;
}

.border-color-site {
    border-color: #D40200 !important;
}

.border-color-blue {
    border-color: dodgerblue !important;
}

.border-color-red {
    border-color: red !important;
}

.border-color-green {
    border-color: #00A846 !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-41 {
    margin-top: 41px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-51 {
    margin-top: 51px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-65 {
    margin-top: 65px !important;
}
.mt-61 {
    margin-top: 61px !important;
}

.t-4 {
    top: 4px !important;
}

.mwidth-b100 {
    max-width: 100% !important;
}

.width-b100 {
    width: 100% !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.font24 {
    font-size: 24px !important;
}

.font26 {
    font-size: 26px !important;
}

.font32 {
    font-size: 32px !important;
}

.bc-site {
    background-color: #D40200 !important;
}

.bc-white {
    background-color: #fff !important;
}

.bc-blue {
    background-color: dodgerblue !important;
}

.bc-red {
    background-color: red !important;
}

.bc-green {
    background-color: #00A846 !important;
}

.bc-e4 {
    background-color: #e4e4e4 !important;
}

.bc-f2 {
    background-color: #f2f2f2 !important;
}

.bc-grey {
    background-color: #808080 !important;
}

.bc-hover {
    background-color: #FFEFE9 !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-indent-0 {
    text-indent: 0 !important;
}

.text-indent-10 {
    text-indent: 10px !important;
}

.cursor {
    cursor: pointer;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.position-sticky-10 {
    position: sticky !important;
    z-index: 10 !important;
}

.list-style-none {
    list-style: none;
}

.height-26 {
    height: 26px !important;
}

.height-26 {
    height: 26px !important;
}

.height-40 {
    height: 40px !important;
}

.line-height-20 {
    line-height: 20px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

.line-height-26 {
    line-height: 26px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.line-height-34 {
    line-height: 34px !important;
}

.line-height-40 {
    line-height: 40px !important;
}

.line-height-52 {
    line-height: 52px !important;
}

.text-upper {
    text-transform: uppercase !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.p-0 {
    padding: 0px !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pw-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.ph-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pw-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ph-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.box-sizing-border {
    box-sizing: border-box !important;
}

.white-space-normal {
    white-space: normal !important;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.webkit-line-1 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webkit-line-2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webkit-line-3 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.choiceActive {
    position: relative;
    margin: 0 auto;
    border-color: #D40200 !important;
    box-shadow: 0px 2px 7px 0px rgba(85, 110, 97, 0.35);
}

    .choiceActive:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        border: 12px solid #D40200;
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .choiceActive:after {
        content: '';
        width: 2px;
        height: 6px;
        position: absolute;
        right: 4px;
        bottom: 3px;
        border: 2px solid #fff;
        border-top-color: transparent;
        border-left-color: transparent;
        transform: rotate(35deg);
    }

.overflow-hidden {
    overflow: hidden !important;
}










input[type=text]:focus {
    border-color: #D40200 !important;
}

textarea:focus {
    border-color: #D40200 !important;
}

li {
    list-style: none;
}

input {
    outline: none;
}

html, body {
    height: auto;
    font-family: 'PingFangSC-Regular';
    /*Microsoft YaHei*/ 
}

* {
    margin: 0;
    padding: 0;
}
