/*common*/
body {
    color: #313131;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
}

.text-main {
    color: #ce7937;
}

.text-red {
    color: #910303;
}

.text-price {
    color: #ff3108;
}

.text-white {
    color: #ffffff;
}

.text-16 {
    font-size: 16px !important;
}

a {
    color: #313131;
}

a:hover {
    color: #ce7937;
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: none;
}

.p-20 {
    padding: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.border {
    border: #eee solid 1px;
}

.border-right {
    border-right: #eee solid 1px;
}

.border-main {
    border: #ce7937 solid 1px !important;
}

.border-right-dashed {
    border-right: #eee dashed 1px;
}

.border-bottom-dashed {
    border-bottom: #eee dashed 1px;
}

.container {
    width: 1200px !important;
    padding-left: 0;
    padding-right: 0;
}

.bg-gray {
    background-color: #f5f5f5;
}

.btn-main {
    background-color: #c1985a;
    color: #ffffff;
}

.btn-main:hover {
    color: #fff3cd;
}

.btn-common {
    background-color: #f0895c;
    color: #ffffff;
    padding: 4px 30px;
    border-radius: 2px;
}

.btn-common:hover {
    color: #fff3cd;
}

.btn-common-outline {
    border: solid 1px #f0895c;
    padding: 4px 30px;
    border-radius: 2px;
}

.btn-common-lg {
    padding: 6px 20px;
}

.btn-common-outline:hover {
    color: #f0895c;
}

.form-control-inline {
    display: inline-block;
    width: auto;
}

.form-control-main {
    height: 30px;

}

.form-control {
    border-radius: 0px;
}

.form-group label {
    font-weight: normal;
}

.section-title {
    font-size: 22px;
    margin: 15px 0;
}

/*top-bar*/
.top-bar {
    height: 32px;
    line-height: 32px;
    color: #898989;
    font-size: 14px;
}

.top-bar a,
.top-bar .btn-link {
    color: #898989;
}

.top-bar .top-bar-link {
    color: #ce7937;
}

.top-bar-dropdown {
    display: inline-block;
}

/*header*/
.header {
    height: 50px;
    line-height: 50px;
}

.header-logo {
    height: 50px;
    float: left;
}

.header-tel {
    height: 50px;
    float: right;
}

.header-main {
    height: 50px;
    margin-left: 180px;
    margin-right: 148px;
}

.header-nav {
    display: table;
    width: 100%;
}

.header-nav-item {
    display: table-cell;
    text-align: center;
    width: 16.666667%;
    font-size: 18px;
}

.header-nav-item {
    background: url(images/header-nav-divider.png) no-repeat 0 center;
}

.header-nav-item:first-child,
.home .header-nav-item {
    background: #ffffff;
}

.header-nav-item.active {
    color: #ce7937;
}

/*carousel*/
.section-carousel {
    width: 100%;
    height: 600px;
    text-align: center;
}

.slider-container {
    position: absolute;
    height: 600px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    z-index: 110;
}

.slider-side {
    width: 240px;
    height: 600px;
    float: left;
}

.slider-side-menu {
    height: 330px;
}

.slider-side-menu-item {
    text-align: left;
    height: 110px;
    padding: 28px 38px 0 18px;
    cursor: pointer;
    background: url(images/slider-side-bg-1.png) no-repeat center;
}

.slider-side-menu-item:hover {
    background: url(images/slider-side-bg-2.png) no-repeat center;
}

.slider-side-menu-item .title {
    font-size: 18px;
    color: #ffffff;
}

.slider-side-menu-item .desc {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}

/*.slider-side-menu-item.item-1 {*/
/*background: url(images/slider-side-bg-1.png) no-repeat center;*/
/*}*/

/*.slider-side-menu-item.item-2 {*/
/*background: url(images/slider-side-bg-2.png) no-repeat center;*/
/*}*/

/*.slider-side-menu-item.item-3 {*/
/*background: url(images/slider-side-bg-3.png) no-repeat center;*/
/*}*/

.slider-side-price {
    height: 160px;
    padding: 28px;
    background: url(images/slider-side-bg-4.png) no-repeat center;
}

.slider-side-price .title {
    color: #ffffff;
    text-align: left;
    font-size: 18px;
}

.slider-side-price .input {
    background: transparent;
    border: #fff solid 1px;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    width: 100%;
}

.slider-side-price .btn {
    width: 100% !important;
    padding: 5px 12px;
}

.slider-side-search {
    height: 110px;
    background: url(images/slider-side-bg-5.png) no-repeat center;
    padding: 36px 28px;
}

.slider-side-search .btn {
    width: 100%;
    padding: 8px 12px;
}

.slider-container .btn-main {
    background-color: #ce7937 !important;
}

.slider-content {
    width: 960px;
    height: 330px;
    background-color: #ffffff;
    float: left;
    display: none;
}

.slider-content-item {
    width: 20%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.slider-content-item h6 {
    margin-top: 50px;
}

.slider-content-item .btn {
    margin-top: 30px;
    padding: 8px 30px;
}

.carousel {
    z-index: 100;
}

.carousel .item {
    height: 600px;
    background: url() no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
}

/*section-2*/
.section-2 {
    height: 200px;
}

.section-2 a {
    color: #ffffff;
}

.section-2-cate {
    width: 240px;
    height: 200px;
    float: left;
}

.section-2-cate-item {
    width: 80px;
    height: 100px;
    float: left;
    text-align: center;
    color: #ffffff;
}

.section-2-cate-item a{
    display: block;
    width: 80px;
    height: 100px;
    padding-top: 65px;
}

.section-2-cate-item a:hover{
    color: #fbeb88;
}

.section-2-cate-item .image {
    height: 45px;
    margin-top: 20px;
}

.section-2-cate-item img {
    min-width: 32px;
}

.section-2-cate-item.car {
    background: url(images/icon-car-bg.png) no-repeat center;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
}

.section-2-cate-item.car a{
    background: url(images/home-tool-car.png) no-repeat center 20px;
}

.section-2-cate-item.car:hover a{
    background: url(images/home-tool-car-active.png) no-repeat center 20px;
}

.section-2-cate-item.map {
    background: url(images/icon-map-bg.png) no-repeat center;
    border-right: #fff solid 1px;
    border-bottom: #fff solid 1px;
}

.section-2-cate-item.map a{
    background: url(images/home-tool-map.png) no-repeat center 20px;
}

.section-2-cate-item.map:hover a{
    background: url(images/home-tool-map-active.png) no-repeat center 20px;
}

.section-2-cate-item.bill {
    background: url(images/icon-bill-bg.png) no-repeat center;
    border-bottom: #fff solid 1px;
}

.section-2-cate-item.bill a{
    background: url(images/home-tool-bill.png) no-repeat center 20px;
}

.section-2-cate-item.bill:hover a{
    background: url(images/home-tool-bill-active.png) no-repeat center 20px;
}

.section-2-cate-item.rule {
    background: url(images/icon-rule-bg.png) no-repeat center;
    border-right: #fff solid 1px;
}

.section-2-cate-item.rule a{
    background: url(images/home-tool-rule.png) no-repeat center 20px;
}

.section-2-cate-item.rule:hover a{
    background: url(images/home-tool-rule-active.png) no-repeat center 20px;
}

.section-2-cate-item.validate {
    background: url(images/icon-validate-bg.png) no-repeat center;
    border-right: #fff solid 1px;
}

.section-2-cate-item.validate a{
    background: url(images/home-tool-validate.png) no-repeat center 20px;
}

.section-2-cate-item.validate:hover a{
    background: url(images/home-tool-validate-active.png) no-repeat center 20px;
}

.section-2-cate-item.download {
    background: url(images/icon-download-bg.png) no-repeat center;
}

.section-2-cate-item.download a{
    background: url(images/home-tool-download.png) no-repeat center 20px;
}

.section-2-cate-item.download:hover a{
    background: url(images/home-tool-download-active.png) no-repeat center 20px;
}


.section-2-main {
    width: 760px;
    height: 200px;
    margin: 0 20px;
    float: left;
}

.section-2-main-item {
    width: 370px;
    height: 200px;
}

.section-2-main .btn:hover{
    color: #fbeb88;
}

.section-2-main-item.item-1 {
    float: left;
    background: url(images/hot-car-bg.png) no-repeat center;
}

.section-2-main-item.item-2 {
    float: right;
    background: url(images/hot-business-bg.png) no-repeat center;
}

.section-2-main-item-content {
    text-align: center;
    width: 160px;
}

.section-2-main-item-content h5 {
    font-size: 18px;
    margin-top: 40px;
}

.section-2-main-item-content .icon {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    background-color: #e53935;
    color: #ffffff;
    display: inline-block;
    padding: 0 15px;
    margin-top: -1px;
}

.section-2-qrcode {
    width: 160px;
    height: 200px;
    float: left;
    background: url(images/wechat-qrcode-bg.png) no-repeat center;
}

.section-2-qrcode img {
    width: 120px;
    margin-top: 20px;
}

.section-2-qrcode h4 {
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}

/*section-3*/
.section-3-logo {
    width: 210px;
    height: 300px;
}

.section-3-main {
    width: 970px;
    height: 300px;
    margin-left: 20px;
}

.section-3-card {
    height: 180px;
}

.section-3-card-item {
    width: 310px;
    height: 100%;
    margin-right: 20px;
    float: left;
    padding-top: 40px;
    padding-left: 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.section-3-card-item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.section-3-card-item.last {
    margin-right: 0;
}

.section-3-card-item.item-1 {
    background: url(images/section-3-card-bg-1.png) no-repeat center;
}

.section-3-card-item.item-2 {
    background: url(images/section-3-card-bg-2.png) no-repeat center;
}

.section-3-card-item.item-3 {
    background: url(images/section-3-card-bg-3.png) no-repeat center;
}

.section-3-banner {
    height: 100px;
    margin-top: 20px;
}

.section-3-banner-item {
    width: 475px;
    height: 100px;
    float: left;
    padding-top: 10px;
    padding-left: 36px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.section-3-banner-item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.section-3-banner-item.first {
    margin-right: 20px;
}

.section-3-banner-item.item-1 {
    background: url(images/section-3-banner-bg-1.png) no-repeat center;
}

.section-3-banner-item.item-2 {
    background: url(images/section-3-banner-bg-2.png) no-repeat center;
}

/*section-4*/
.section-4 {
    height: 300px;
}

.section-4-logo {
    width: 210px;
    height: 300px;
}

.section-4-main {
    width: 970px;
    height: 300px;
    margin-left: 20px;
}

.section-4-card {
    height: 300px;
}

.section-4-card-item {
    width: 310px;
    height: 100%;
    margin-right: 20px;
    float: left;
}

.section-4-card-item a:hover{
    color: #e53935;
}

.section-4-card-item.last {
    margin-right: 0;
}

/*section-5*/
.section-5 {
    background-color: #ffffff;
}

.section-5-main {
    width: 870px;
    height: 100%;
    float: left;
    border-right: #eee solid 1px;
    padding: 0 12px;
}

.section-5-side {
    width: 330px;
    height: 100%;
    float: left;
    padding: 0 12px;
}

.section-5-title {
    border-bottom: #eee dashed 1px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.section-5-list {
    padding-left: 16px;
}

.section-5-list li {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.section-5-step {
    padding: 22px;
}

.section-5-step-item {
    float: left;
    width: 100px;
    text-align: center;
}

.section-5-step-arrow {
    float: left;
    width: 75px;
    text-align: center;
}

.section-5-step-title {
    font-size: 16px;
    color: #ce7937;
    height: 40px;
    line-height: 40px;
}

.section-5-step-desc {
    font-size: 12px;
}

/*hover-section*/

.hover-qrcode-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 180px;
    left: 50%;
    margin-left: 620px;
    z-index: 300;
}

.hover-qrcode-icon-inner {
    width: 60px;
    height: 60px;
    display: block;
    background: url("images/hover-qrcode-icon.png") no-repeat center;
}

.hover-back-to-top {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    left: 50%;
    margin-left: 620px;
    z-index: 300;
}

.hover-back-to-top-inner {
    width: 60px;
    height: 60px;
    display: block;
    background: url("images/back-to-top.png") no-repeat center;
}

.hover-back-to-top-inner:hover {
    background: url("images/back-to-top-hover.png") no-repeat center;
}

.hover-qrcode {
    position: fixed;
    bottom: 180px;
    left: 50%;
    margin-left: 440px;
    width: 180px;
    height: 210px;
    background-color: #f6d73e;
    overflow: hidden;
    text-align: center;
    padding: 15px;
    z-index: 300;
}

.hover-qrcode img {
    width: 150px;
    height: 150px;
}

.hover-qrcode .title {
    font-size: 16px;
    margin-top: 12px;
}

/*main layout*/
.main {
    border-top: #c49b5d solid 2px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sidebar {
    width: 240px;
    float: left;
}

.sidebar-list-title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.sidebar-list-item {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background-color: #ffffff;
    border-bottom: #eee solid 1px;
}

.sidebar-list-item.active {
    background-color: #dcc39e;
}

.sidebar-list-group.active .sidebar-list-item {
    background-color: #dcc39e;
}

.sidebar-list-group.active .sidebar-list-item.sub {
    background-color: #fdf5e8;
}

.sidebar-list-group.active .sidebar-list-item.sub.active {
    background-color: #f4e1c6;
}

.sidebar-list-item.sub.active a {
    color: #ce7937;
}

.sidebar-list-item.sub {
    font-size: 14px;
    background-color: #fdf5e8;
}

.sidebar-list-group .sidebar-list-item.sub {
    display: none;
}

.sidebar-list-group.active .sidebar-list-item.sub {
    display: block;
}

.sidebar-list-icon {
    display: inline-block;
    text-align: center;
    width: 50px;
    margin-left: 30px;
}

.content {
    float: left;
    width: 940px;
    margin-left: 20px;
}

.breadcrumb {
    margin-bottom: 10px;
    padding-left: 0;
}

.breadcrumb .active {
    color: #ce7937;
}

.lead-title {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    padding-left: 20px;
    border-bottom: #c49b5d solid 2px;
    background-color: #ffffff;
}

.sub-title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 30px;
    background: url("images/sub-title-bg.png") no-repeat 20px center;
    background-color: #ffffff;
}

.sub-title.dot {
    padding-left: 10px;
    background: url("images/sub-title-bg-dot.png") no-repeat 0 center;
}

.sub-title h5 {
    font-size: 18px;
}

.article {
    margin-top: 10px;
    background-color: #ffffff;
    padding: 20px;
}

.sidebar-block {
    width: 240px;
    height: 340px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 30px;
    color: #ffffff;
}

.sidebar-block h4 {

}

/*product*/

.product-sidebar-title {
    background: url("images/product-side-title.png") no-repeat 0 0;
}

.product-item {
    height: 300px;
    border-top: solid 2px #c49b5d;
}

.product-item-image {
    float: left;
    width: 280px;
    padding: 20px;
    height: 300px;
}

.product-item-content {
    float: left;
    width: 420px;
    padding-right: 126px;
}

.product-item-content h4 {
    font-size: 24px;
    margin-top: 46px;
}

.product-item-view {
    width: 240px;
    height: 300px;
    background-color: #efe9d9;
    color: #c49b5d;
    float: left;
    text-align: center;
    position: relative;
}

.product-item-view .arrow {
    background: url("images/product-item-arrow.png") no-repeat 0 0;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -13px;
    top: 50%;
    margin-top: -13px;
}

.product-item-view h3 {
    font-size: 24px;
    margin-top: 70px;
}

.product-item-view .btn {
    margin-top: 66px;
    background-color: #f0895c;
    padding-left: 30px;
    padding-right: 30px;
}

.product-item-view h3 span {
    font-size: 36px;
}

.product-item-content .dl-horizontal dt {
    width: 70px;
    font-weight: normal;
}

.product-item-content .dl-horizontal {
    margin-bottom: 10px;
}

.product-item-content .dl-horizontal dd {
    margin-left: 70px;
}

/*service*/

.service-sidebar-title {
    background: url("images/service-side-title-bg.png") no-repeat 0 0;
}

.service-tab {
    height: 40px;
    border-bottom: #eee solid 1px;
}

.service-tab-item {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.service-tab-item.active {
    background-color: #f0895c;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*login*/
.login-title {
    border-bottom: #ce7937 solid 2px;
}

/*customer service*/
.cs-sidebar-title {
    background: url("images/cs-side-title-bg.png") no-repeat 0 0;
}

.help-list-item {
    margin-bottom: 10px;
}

.help-list-item-title {
    background: url("images/cs-icon-question.png") no-repeat 0 center;
    padding-left: 30px;
    background-color: #fafafa;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.help-list-item-content {
    background: url("images/cs-icon-answer.png") no-repeat 0 10px;
    padding: 6px 10px 10px 30px;
    background-color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    border-bottom: #eee dashed 1px;
}

/*paginate*/
.paginate {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.paginate-item {
    display: inline-block;
    margin: 0 5px;
}

.paginate-text {
    color: #aaaaaa;
}

.paginate-action {
    color: #333333;
}

.paginate-page {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #aaaaaa;
    text-align: center;
}

.paginate-page.active {
    border-color: #dcc39e;
    background-color: #dcc39e;
    color: #ffffff;
}

.cs-buy-item {
    background-color: #fcf3c5;
}

.cs-buy-item em {
    font-weight: 900;
    display: block;
    float: left;
}

.cs-buy-item span {
    display: block;
    float: left;
}

/*me*/
.me-sidebar-title {
    background: url("images/me-side-title-bg.png") no-repeat 0 0;
}

/*has error*/
.has-error .control-label {
    color: inherit;
}

.has-error .help-block {
    color: #f03b04;
}

.has-error .form-control {
    border-color: #f03b04;
    background-color: #fff5f1;
}

/*info*/
.info-sidebar-title {
    background: url("images/info-side-title-bg.png") no-repeat 0 0;
}

.info-honor-title {
    background: url("images/info-honor-title-bg.png") no-repeat 0 0;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    color: #ffffff;
}

.info-honor-content {
    padding: 20px 0;
}

.info-honor-content li {
    list-style: none;
}

/*info service*/
.info-service-label {
    width: 140px;
    height: 120px;
    background: url("images/info-service-bg.png") no-repeat 0 0;
    color: #fffc00;
    text-align: center;
    font-size: 18px;
    padding-top: 35px;
}

.info-service-content {
    width: 700px;
    height: 120px;
    background-color: #eeeeee;
}

.info-event-timeline-item {
    font-size: 18px;
    cursor: pointer;
}

.info-event-timeline-item.active {
    font-size: 24px;
    color: #f0895c;
}

.info-event-list {
    display: none;
}

.info-event-list.active {
    display: block;
}

.info-event-list-item {
    background: url("images/info-event-dot.png") no-repeat 0 7px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.info-intro-list-item {
    border-bottom: 1px dashed #eeeeee;
    margin-top: 5px;
}

.info-intro-list-item-title {
    background: url("images/info-event-dot.png") no-repeat 10px center;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
}

.info-intro-list-item-content {
    display: none;
    padding: 0 20px 20px;
}

.info-intro-list-item.active .info-intro-list-item-title,
.info-intro-list-item.active .info-intro-list-item-content {
    background-color: #fffaf3;
}

.info-intro-list-item.active .info-intro-list-item-content {
    display: block;
}

/*special*/
.special-box.with-border {
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
}

.special-table {
    width: 100%;
    max-width: 100%;
}

.special-table td {
    vertical-align: middle !important;
}

.special-table thead td {
    font-size: 26px;
    background-color: #ffd614;
}

.special-table tbody td {
    font-size: 28px;
}

.special-table tbody td.bg-dark {
    background-color: #f1ddc7;
}

.special-table tbody td.bg-light {
    background-color: #fff3e5;
}

.special-table.min-height tbody td {
    height: 80px;
}

.special-box .special-content {
    font-size: 30px;
    padding: 20px;
    background-color: #fef6ed;
}

/*site map*/
.site-sidebar-title {
    background: url("images/site-side-title-bg.png") no-repeat 0 0;
}
.site-map{
    margin-top: 10px;
    margin-bottom: 30px;
}

.site-map-title{
    font-size: 18px;
    height: 32px;
    line-height:32px;
    border-left: solid 4px #f0895c;
    padding-left: 16px;
    color: #f0895c;
}

.site-map-list{
    margin-top: 10px;
}

.site-map-list-item{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 100px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 600;
    background: url("images/site-map-dot.png") no-repeat 0 center;
}

.site-map-title.item-1{
    border-color: #f0895c;
    color: #f0895c;
}

.site-map-title.item-2{
    border-color: #acd598;
    color: #acd598;
}

.site-map-title.item-3{
    border-color: #facd89;
    color: #facd89;
}

.site-map-title.item-4{
    border-color: #00b7ee;
    color: #00b7ee;
}

.site-map-title.item-5{
    border-color: #88abda;
    color: #88abda;
}

.site-map-title.item-6{
    border-color: #25a680;
    color: #25a680;
}

.site-map-title.item-7{
    border-color: #c488da;
    color: #c488da;
}


/*footer*/
.footer-nav-item {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}


.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 3px !important;
}

.mt-1,
.my-1 {
    margin-top: 3px !important;
}

.mr-1,
.mx-1 {
    margin-right: 3px !important;
}

.mb-1,
.my-1 {
    margin-bottom: 3px !important;
}

.ml-1,
.mx-1 {
    margin-left: 3px !important;
}

.m-2 {
    margin: 5px !important;
}

.mt-2,
.my-2 {
    margin-top: 5px !important;
}

.mr-2,
.mx-2 {
    margin-right: 5px !important;
}

.mb-2,
.my-2 {
    margin-bottom: 5px !important;
}

.ml-2,
.mx-2 {
    margin-left: 5px !important;
}

.m-3 {
    margin: 10px !important;
}

.mt-3,
.my-3 {
    margin-top: 10px !important;
}

.mr-3,
.mx-3 {
    margin-right: 10px !important;
}

.mb-3,
.my-3 {
    margin-bottom: 10px !important;
}

.ml-3,
.mx-3 {
    margin-left: 10px !important;
}

.m-4 {
    margin: 15px !important;
}

.mt-4,
.my-4 {
    margin-top: 15px !important;
}

.mr-4,
.mx-4 {
    margin-right: 15px !important;
}

.mb-4,
.my-4 {
    margin-bottom: 15px !important;
}

.ml-4,
.mx-4 {
    margin-left: 15px !important;
}

.m-5 {
    margin: 30px !important;
}

.mt-5,
.my-5 {
    margin-top: 30px !important;
}

.mr-5,
.mx-5 {
    margin-right: 30px !important;
}

.mb-5,
.my-5 {
    margin-bottom: 30px !important;
}

.ml-5,
.mx-5 {
    margin-left: 30px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 3px !important;
}

.pt-1,
.py-1 {
    padding-top: 3px !important;
}

.pr-1,
.px-1 {
    padding-right: 3px !important;
}

.pb-1,
.py-1 {
    padding-bottom: 3px !important;
}

.pl-1,
.px-1 {
    padding-left: 3px !important;
}

.p-2 {
    padding: 5px !important;
}

.pt-2,
.py-2 {
    padding-top: 5px !important;
}

.pr-2,
.px-2 {
    padding-right: 5px !important;
}

.pb-2,
.py-2 {
    padding-bottom: 5px !important;
}

.pl-2,
.px-2 {
    padding-left: 5px !important;
}

.p-3 {
    padding: 10px !important;
}

.pt-3,
.py-3 {
    padding-top: 10px !important;
}

.pr-3,
.px-3 {
    padding-right: 10px !important;
}

.pb-3,
.py-3 {
    padding-bottom: 10px !important;
}

.pl-3,
.px-3 {
    padding-left: 10px !important;
}

.p-4 {
    padding: 15px !important;
}

.pt-4,
.py-4 {
    padding-top: 15px !important;
}

.pr-4,
.px-4 {
    padding-right: 15px !important;
}

.pb-4,
.py-4 {
    padding-bottom: 15px !important;
}

.pl-4,
.px-4 {
    padding-left: 15px !important;
}

.p-5 {
    padding: 30px !important;
}

.pt-5,
.py-5 {
    padding-top: 30px !important;
}

.pr-5,
.px-5 {
    padding-right: 30px !important;
}

.pb-5,
.py-5 {
    padding-bottom: 30px !important;
}

.pl-5,
.px-5 {
    padding-left: 30px !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.d-table{
    display: table;
    width: 100%;
}

.d-table-cell{
    display: table-cell;
}

.w-100{
    width: 100%;
}

.mw-100{
    max-width: 100%;
}

.text-12{
    font-size: 12px;
}

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

.d-inline-block{
    display: inline-block;
}

.text-normal{
    font-weight: normal !important;
}