header {
    background: #fff;
}

.label {
    padding-top: 0;
}

.m-r-20 {
    margin-right: 20px;
}

.btn {
    border: medium none;
    display: inline-block;
    letter-spacing: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #808080;
    padding: 3px 15px;
}

.btn-primary {
    color: #fff;
}

.btn-primary:hover {
    background-color: #E10000;
    border-color: #E10000;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #E10000;
    border-color: #E10000;
}

.main-content {
    background-color: #f3f3f3;
    margin-bottom: 20px;
}

.main-content .area {
    max-width: 1200px;
    margin: 0 auto;
}

nav {
    padding: 8px 0;
}

nav ul li a {
    color: rgba(44, 44, 44, 0.6);
}

nav ul li.active {
    color: rgba(44, 44, 44, 0.6);
}

.search-bar {
    justify-content: center;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a,
.button {
    transition: all 0.3s ease-out 0s;
}

a {
    color: #2C2C2C;
    text-decoration: none;
}

a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
    color: #2C2C2C;
    margin-top: 0px;
    font-style: normal;
    text-transform: normal;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #7d7d7d;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
}

.header-top-area {
    border-bottom: 1px solid #f0f0f0;
}

.header-top-area .custom-container-two {
    max-width: 1200px;
    height: 39px;
    line-height: 39px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}

.header-search-area {
    max-width: 1200px;
    margin: 0 auto;
}

.menu-nav {
    display: flex;
}

.header-top-left ul li,
.fw-link ul li,
.navbar-wrap ul li,
.copyright-text ul li {
    margin: 3px 0;
}


/* .header-top-left ul li a,
.fw-link ul li a,
.navbar-wrap ul li a,
.copyright-text ul li a {
    color: rgba(44, 44, 44, 0.6);
} */

.header-top-left ul li :hover,
.fw-link ul li :hover,
.navbar-wrap ul li :hover,
.copyright-text ul li :hover {
    color: #55BAC6;
    cursor: pointer;
}

.copyright-text ul li {
    color: #fff;
}

.copyright-text ul li a {
    display: inline-block;
    margin: 0 18px;
    color: #fff;
    font-size: 16px;
}

.header-top-right {
    text-align: right;
}

.header-top-right ul li a {
    color: rgba(44, 44, 44, 0.6);
}

.header-top-right ul li span {
    margin: 0 5px;
}

.header-top-right ul li i {
    font-size: 14px;
    color: #a4a4a4;
}

.header-style-two {
    padding: 20px 0 0;
}

.header-style-two .main-header {
    max-width: 1200px;
    margin: 0 auto;
}

.header-style-two .header-category>a {
    padding: 0 30px 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #55BAC6;
    font-family: "Josefin Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-wrap {
    display: flex;
    flex-grow: 1;
}

.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.navbar-wrap ul li {
    display: block;
    position: relative;
}

.navbar-wrap ul li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2C2C2C;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    display: block;
    z-index: 1;
}

.navbar-wrap ul li>a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    width: 80%;
    bottom: 0;
    margin: 0 auto;
    border-radius: 3px 3px 0 0;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.navbar-wrap ul li a::before {
    margin-left: auto;
    margin-right: 0;
}

.header-search-wrap form input {
    border: none;
    width: 300px;
    padding: 10px 20px;
    height: 46px;
    border: 1px solid #55BAC6;
    margin-right: -5px;
}

.header-search-wrap form .custom-select {
    padding: 10px 42px 10px 16px;
    width: 170px;
    height: 40px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #d5d5d5;
}

.header-search-wrap form button {
    border: none;
    color: #fff;
    height: 46px;
    width: 100px;
}

.header-action>ul {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.header-action>ul li {
    position: relative;
    margin-left: 25px;
}

.header-action>ul li a {
    color: #2d2d2d;
    font-size: 18px;
}

.header-action>ul li a.tool {
    display: inline-block;
    padding: 0 25px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border: 1px solid #ccc;
    position: relative;
}

.header-action>ul li:first-child {
    margin-left: 0;
}

.header-action>ul li.header-shop-cart>a {
    padding-right: 10px;
}

.header-shop-cart .minicart>li:last-child {
    margin-bottom: 0;
}

.header-shop-cart .minicart .checkout-link a {
    color: #fff;
    background-color: #55BAC6;
    display: block;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header-shop-cart .minicart .checkout-link a.red-color {
    background: #222;
    color: #fff;
}

.header-shop-cart .cart-total-price {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
    margin-left: 15px;
    display: inline-block;
}

.header-shop-cart ul.minicart {
    background: #fff;
    opacity: 0;
    padding: 25px;
    position: absolute;
    right: -15px;
    top: 57px;
    transition: all 0.5s ease 0s;
    width: 350px;
    z-index: 9;
    box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
    visibility: hidden;
    transform: translateY(10px);
}

.header-shop-cart ul.minicart::before {
    position: absolute;
    content: "";
    left: 0px;
    top: -40px;
    width: 100%;
    height: 45px;
    display: block;
}

.header-shop-cart:hover ul.minicart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 9;
}

.header-shop-cart .minicart>li {
    display: block;
    margin-bottom: 22px;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
}

.minicart .cart-img img {
    width: 100%;
}

.header-shop-cart .minicart .cart-img {
    width: 34%;
}

.header-shop-cart .minicart .cart-content {
    width: 60%;
    padding-left: 15px;
    text-align: left;
    padding-right: 25px;
}

.cart-content h4 {
    font-family: "Rubik", sans-serif;
    line-height: 1.1;
}

.total-price {
    border-top: 1px solid #473151;
    overflow: hidden;
    padding-top: 25px;
    margin-top: 10px;
}

.total-price span {
    color: #616161;
    font-weight: 500;
}

.header-shop-cart .minicart>li:last-child {
    margin-bottom: 0;
}

.header-shop-cart .minicart .checkout-link a {
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header-shop-cart .minicart .checkout-link a.red-color {
    background: #222;
    color: #fff;
}

.header-category {
    position: relative;
}

.header-category>a {
    display: block;
    padding: 0 72px 0 25px;
    height: 78px;
    line-height: 78px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background: #55BAC6;
}

.header-category>a i:first-child {
    margin-right: 18px;
}

.header-category>a i:last-child {
    margin-left: 15px;
}

.header-search-wrap form button {
    background: #55BAC6;
}

.category-menu {
    position: absolute;
    left: 0;
    box-shadow: 0px 1px 16px 0px rgba(220, 220, 220, 0.22);
    background: #55BAC6;
    width: 300px;
    display: none;
    z-index: 20;
    color: #fff;
    height: 460px;
}

.category-menu li {
    display: block;
    text-align: center;
}

.category-menu>li>a,
.more_slide_open>li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
}

.category-menu>li:hover>a {
    background-color: #fff;
    color: #55BAC6;
}

.slider-content h5 {
    font-size: 56px;
    text-transform: uppercase;
    line-height: 0.9;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.slider-content h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slider-content p {
    line-height: 1.2;
    margin-bottom: 45px;
    color: #3b3b3b;
    font-size: 16px;
}

.mega-menu {
    position: absolute;
    display: flex;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0px 1px 16px 0px rgba(220, 220, 220, 0.47);
    border: 1px solid #ebebeb;
    width: 750px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s linear;
    z-index: 2;
}

.mega-menu>li {
    width: 100%;
}

.mega-menu .dropdown-title {
    font-size: 16px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    color: #2C2C2C;
}

.mega-menu li ul {
    display: flex;
}

.mega-menu li ul li:first-child {
    width: 100px;
}

.mega-menu li ul li {
    margin: 0 10px;
}

.mega-menu li ul:last-child {
    margin-bottom: 0px;
}

.mega-menu ul li {
    margin-bottom: 16px;
}

.mega-menu ul li:last-child {
    margin-bottom: 0px;
}

.mega-menu ul li a {
    font-size: 13px;
    color: #6e6e6e;
    display: inline-block;
}

.mega-menu ul li a:hover {
    padding-left: 5px;
}

.mega-menu ul li.mega-menu-banner a:hover {
    padding-left: 0;
}

.mega-menu-banner img {
    width: 100%;
}

.category-menu>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    min-height: 460px;
}

.host-sale {
    margin: 26px 0;
    padding: 26px 0;
    background: #f3f3f3;
}

.exclusive-item-two {
    border: 1px solid #ececec;
}

.exclusive-item-two:hover {
    box-shadow: 1px 2px 19px 1px rgba(0, 0, 0, 0.12);
}

.exclusive-item-two .exclusive-item-thumb {
    border: none;
    margin-bottom: 0;
    overflow: hidden;
}

.exclusive-item-two .exclusive-item-content {
    padding: 30px 20px 25px;
    position: relative;
    background-color: #fff;
}

.exclusive-item-two .exclusive-item-content div a {
    display: inline-block;
    height: 65px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.exclusive-item-two .exclusive-item-content::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    background: #ececec;
    height: 1px;
}

.exclusive-item-thumb {
    border: 1px solid #ebebeb;
    position: relative;
    margin-bottom: 25px;
}

.exclusive-item-thumb img {
    width: 100%;
    height: 170px;
}

.exclusive-item-thumb .overlay-product-thumb {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s linear;
}

.slider-area {
    width: 100%;
    height: 460px;
    background: rgba(0, 0, 0, 0.4);
}

.carousel-item img {
    width: 100%;
    height: 460px;
}

.carousel-control-prev,
.carousel-control-next {
    border: 0;
}

.exclusive-item-thumb .to-cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    padding: 12px 20px 7px;
    opacity: 0;
}

.exclusive-item-thumb .to-cart i {
    font-size: 12px;
    margin-left: 5px;
}

.exclusive-item-thumb :hover {
    color: #fff;
    opacity: 1;
}

.footer-area {
    background-color: #fff;
    padding: 20px 0;
}

.banner-bottom {
    background-color: #fff;
    padding: 20px 0;
}

.primary-btn {
    padding: 12px 29px;
    background-color: #55BAC6;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF !important;
}

.primary-btn:hover,
.btn-save-red:hover {
    color: #fff;
}

.m-t-20 {
    margin-top: 20px;
}

.font12 {
    font-size: 12px;
}

.btn-del,
.btn-ddxq {
    color: #808080 !important;
}

.btn-dfk {
    color: #55BAC6 !important;
}

.btn-pay {
    border: 1px solid rgba(225, 0, 0, 0.4);
    color: #E10000 !important;
}

.btn-default-red {
    background: #E10000;
    color: #FFFFFF !important;
    margin-left: 13px;
}

.btn-red {
    color: #E10000 !important;
}

.btn-green {
    line-height: 24px;
    background: #55BAC6;
    color: #fff !important;
}

.font-red {
    color: #E10000 !important;
}

.list-group {
    text-align: center;
}

.list-group .list-group-item a {
    display: inline-block;
}

.item-active a {
    color: #55BAC6;
}

.right {
    text-align: right !important;
}

.cart-plus {
    width: 110px;
    position: relative;
    margin-right: 20px;
}

.cart-plus-minus {
    position: relative;
}

.cart-plus-minus input {
    width: 100%;
    padding: 11px 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    border: 2px solid #ebebeb;
}

.qtybutton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    font-size: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    width: 35px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    z-index: 2;
}

.dec.qtybutton {
    font-size: 28px;
}

.inc.qtybutton {
    right: 0px;
    left: auto;
}

.all-category {
    align-items: end;
}

.all-category .category-bg {
    background-color: #55BAC6;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
}

.all-category a {
    display: block;
    color: #fff;
}

.menu-nav {
    margin: 17px 0;
}

.badge-light {
    color: #fff;
    background-color: #E10000;
    border-radius: 10px;
    position: relative;
    top: -10px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.list-group-item:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.h-10 {
    height: 10px;
}

.translate-middle {
    transform: translate(-10%, -50%) !important;
}

.user-index-body {
    padding: 0 20px 0 40px;
    cursor: default;
}

.user-index-body,
.from-submit-div,
.from-submit .form-group label,
.col-10 {
    cursor: default;
}

#open {
    cursor: pointer;
}

.modal-dialog {
    top: 30%;
}

.addmodal {
    max-width: 760px;
}

.red-sign {
    color: #E10000;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.btn-save-red {
    padding: 8px 17px;
    background-color: #E10000;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.btn-setting-default {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #005ea7;
    margin-left: 19px;
}

.bg-white {
    background-color: #fff;
}

.m-20 {
    margin: 20px;
}

.p-d-4 {
    padding: 0 4px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    color: #FFF !important;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    border: 1px solid #dee2e6;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
}

.pagination>li:last-child a,
.pagination>li:last-child span {
    border-radius: 0;
    color: #2C2C2C;
    opacity: 1;
}

.step-page {
    width: 64px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E9E9E9;
    margin: 0 10px;
}

.step-dots .nav-step-item.complete a::after {
    background-color: #55BAC6;
    font-weight: bolder;
    color: #fff !important;
}

.border {
    border: 1px solid rgba(44, 44, 44, 0.2);
}

.b-r-1 {
    border-right: 1px solid rgba(44, 44, 44, 0.2);
}

.b-b-1 {
    border-bottom: 1px solid #D5D5D5;
}

.p-lr-20 {
    padding: 0 20px;
}

.p-l-40 {
    padding: 0 40px;
}

.p-20,
.p-40 {
    padding: 20px;
}

.btn-wh {
    width: 100px;
    height: 32px;
    line-height: 32px;
}

.btn-red-bord {
    border: 1px solid #EE2121;
    font-size: 16px;
    color: #EE2121 !important;
}

.btn-black-bord {
    border: 1px solid #2C2C2C;
    color: #2C2C2C;
    font-size: 16px;
}

.m-tb-10 {
    margin: 10px 0;
}

.m-tb-20 {
    margin: 20px 0;
}

.m-tb-30 {
    margin: 30px 0;
}

.p-tb-10 {
    padding: 10px 0;
}

.p-tb-20 {
    padding: 20px 0;
}

.p-tb-30 {
    padding: 30px 0;
}

.p-b-30 {
    padding-bottom: 30px;
}

.m-l-20 {
    margin-left: 20px;
}

.track-list {
    margin: 20px;
    margin-right: 10px;
    height: 216px;
    padding-left: 5px;
    overflow-y: auto;
    position: relative
}

.track-list li {
    position: relative;
    padding: 9px 0 0 15px;
    line-height: 22px;
    border-left: 1px solid #d9d9d9;
    color: #333
}

.track-list li .date {
    display: inline-block;
    width: 100px;
    color: #333;
    border-radius: 14px;
    font-size: 12px;
    text-align: left
}

.track-list li .time,
.track-list li .txt {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.track-list li .txt {
    max-width: 505px;
    vertical-align: top
}

.track-list li .time {
    width: 50px;
    margin-right: 20px
}

.track-list li.first {
    padding-top: 0
}

.track-list li.first .txt {
    font-weight: 600
}

.track-list-date {
    margin-top: 20px
}

.track-list-date li {
    line-height: 22px;
    font-size: 0
}

.track-list-date li .date {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.track-list-date li .time {
    margin-left: 102px;
    vertical-align: top;
    font-size: 12px
}

.track-list-date li .txt {
    max-width: 468px;
    font-size: 12px
}

.track-list-date li .node-icon {
    top: 15px
}

.track-list-date .first .date {
    border-left-color: #fff
}

.track-list-date .afterdate .time,
.track-list-date .first .time {
    margin-left: 2px
}

.order-track .install-item {
    cursor: pointer;
    height: 52px;
    padding: 10px 20px;
    margin: 0 -20px
}

.order-track .install-item .p-img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 1px solid #efefef;
    _display: inline
}

.order-track .install-item .p-img img {
    width: 50px;
    height: 50px
}

.order-track .install-item .p-name {
    width: 140px;
    height: 44px;
    margin: 0;
    line-height: 22px;
    overflow: hidden;
    color: #999
}

.order-track .install-item-curr {
    background: #f8f8f8
}

.order-track .install-item-curr .p-name {
    color: #333
}

.order-track #install-scrollbar {
    width: 203px;
    height: 216px;
    overflow: hidden
}

.order-track .ui-scrollbar-item3 {
    border: #ccc 1px solid;
    border-radius: 5px;
    background: #ddd
}

.order-track .gis-box {
    position: relative;
    display: none;
    margin: 20px;
    border: 1px solid #eaeaea
}

.order-track .gis-box .gis-arr {
    position: absolute;
    top: -10px;
    left: 90px;
    display: block;
    width: 19px;
    height: 10px;
    /* background: url(//misc.360buyimg.com/user/order/0.0.1/css/i/gis-arr.png) no-repeat; */
    opacity: .5;
    filter: alpha(opacity=50)
}

.track-list li {
    padding: 9px 0 0;
    border-left: none
}

.track-list li .node-icon {
    position: absolute;
    left: 170px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d5d5d5;
}

.track-list li .node-icon .dot {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    margin-top: 16px;
    overflow: hidden;
    background: #D5D5D5;
    border-radius: 50%;
    margin-left: -4px;
}

.track-list li .node-icon .state-icon {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    background: red;
    border-radius: 50%;
    margin-left: -5px;
}

.track-list li .time {
    margin-right: 50px
}

.track-list li .stress-txt {
    font-weight: 600
}

.track-list li.first {
    padding-top: 0
}

.track-list li.first .node-icon .dot {
    background-position: 0 0
}

.track-list li.first .txt {
    font-weight: 400
}

.track-list li.first .node-icon .state-icon {
    top: 0
}

.track-list li.node-to-change .node-icon .dot {
    background-position: -30px 0
}

.track-list li.node-to-change.first .node-icon .dot {
    background-position: 0 0
}

.track-list-date li .node-icon {
    top: 0
}


/* 滚动条样式 */

::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(196, 201, 203, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #C4C9CB;
}

::-webkit-scrollbar-thumb:active {
    background-color: #C4C9CB;
}

.info-text {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #808080;
}

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

.lispot::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #808080;
    border-radius: 50%;
    margin-right: 5px;
}

.dropdown-menu {
    z-index: 9999;
}

.red-font {
    color: #E10000;
}

.asterisk {
    line-height: 46px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.form-textarea {
    resize: none;
}

.btn-sub-red {
    width: 130px;
    line-height: 40px;
    background: #E10000;
    color: #fff;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
}

.btn-canel {
    color: #2C2C2C !important;
}

.bord-b-1 {
    border: 1px solid #D5D5D5;
}

.font-blue {
    color: #005ea7;
}

.lyear-checkbox {
    top: 15px;
    left: 20px;
}

.checkbox-primary input:checked~span::before {
    background-color: #55BAC6;
    border-color: #55BAC6;
}

.hyicon {
    width: 30px;
    height: 40px;
    background: url(/home/img/icon/hybs-icon.png) 0 0 no-repeat;
}

.v1 {
    background-position: -460px 10px;
}

.v2 {
    background-position: -410px 10px;
}

.v3 {
    background-position: -354px 10px;
}

.v4 {
    background-position: -304px 10px;
}

.v5 {
    background-position: -255px 10px;
}

.v6 {
    background-position: -204px 10px;
}

.v7 {
    background-position: -148px 10px;
}

.v8 {
    background-position: -98px 10px;
}

.v9 {
    background-position: -48px 10px;
}

.v10 {
    background-position: 0 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #55BAC6 !important;
    border-color: #55BAC6 !important;
}

.reach-text {
    line-height: 40px !important;
}

.td-caozuo a {
    color: #2C2C2C;
}