@charset "UTF-8";
/**
 * 官网首页
 * Created by co-lizhongjun001 on 2020/4/9.
 */

/* common */
* {
    padding: 0;
    margin: 0;
}

body {
    min-width: 1200px;
    font-family: Microsoft YaHei, sans-serif;
    line-height: 1;
}

a {
    color: #333;
}

img {
    vertical-align: middle;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.icon-home {
    background-image: url("../../images/index/icon_home.png");
}

.icon-about-us {
    background-image: url("../../images/index/icon_about_us.png");
}

.icon-news {
    background-image: url("../../images/index/icon_news.png");
}

.icon-shop {
    background-image: url("../../images/index/icon_shop.png");
}

.icon-server {
    background-image: url("../../images/index/icon_server.png");
}

.icon-party-building {
    background-image: url("../../images/index/icon_party_building.png");
}

.icon-HR {
    background-image: url("../../images/index/icon_HR.png");
}

.icon-notice {
    background-image: url("../../images/index/icon_notice.png");
}

.icon-published {
    background-image: url("../../images/index/icon_published.png");
}

.icon-nav-li {
    width: 8px;
    height: 14px;
    background-image: url("../../images/index/icon_nav_arrow.png");
}

.icon-circle {
    width: 8px;
    height: 8px;
    background-image: url("../../images/index/icon_circle.png");
}

.icon-checkbox {
    background-image: url("../../images/index/icon_checkbox.jpg");
}

.icon-checkbox.active {
    background-image: url("../../images/index/icon_checkbox_checked.jpg");
}

.icon-new {
    position: absolute;
    right: 0;
    width: 30px;
    height: 16px;
    background-image: url("../../images/index/icon_new.png");
}

.icon-select-slide {
    width: 100%;
    height: 54px;
    margin-top: -20px;
    background: url("../../images/index/icon_ply_query_select.png") no-repeat center center;
    cursor: pointer;
}

.icon-select-slide.active {
    margin-top: 0;
    background: url("../../images/index/icon_ply_query_up.png") no-repeat center center;
}

.icon-select-slide-vhl.active {
    margin-top: -20px;
}

.icon-gt {
    letter-spacing: -3px;
}

.icon-news-1 {
    display: inline-block;
    width: 22px;
    height: 25px;
    background: url("../../images/index/icons.png") -25px 0 no-repeat;
    vertical-align: middle;
}

.icon-camera {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../../images/index/icons.png") -75px 0 no-repeat;
    vertical-align: middle;
}

.icon-book {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../../images/index/icons.png") -49px 0 no-repeat;
    vertical-align: middle;
}

.icon-file {
    display: inline-block;
    width: 22px;
    height: 26px;
    background: url("../../images/index/icons.png") -2px 0 no-repeat;
    vertical-align: middle;
}

/* common/ */

/* header */
.header {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background-color: #FFF;
}

.header-content {
    width: 1175px;
    margin: auto;
}

.logo {
    display: inline-block;
    line-height: 91px;
}

.logo img {
    width: 235px;
}

.sign {
    float: right;
    overflow: hidden;
    margin-top: 50px;
    line-height: normal;
}

.sign a {
    color: #E43838;
    font-size: 15px;
}

.login {
    display: inline-block;
    border-right: 1px solid red;
    padding: 0 15px 0 15px;
    line-height: 14px;
    cursor: pointer;
}

.register {
    padding: 0 12px;
}

/* header/ */

/* nav */
.header-nav {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    background-image: url("../../images/index/bg_nav.png");
    background-size: contain;
}

.nav-container {
    width: 1200px;
    margin: auto;
}

.header-nav .nav-menu {
    display: table-cell;
    position: relative;
    width: 138px;
    text-align: center;
    cursor: pointer;
}

.header-nav .nav-menu:before {
    content: '';
    position: absolute;
    top: 19px;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #DEE2F0;
}

.header-nav .nav-menu:first-child:before {
    content: none;
}

.header-nav .nav-menu.index {
    width: 85px;
}

.header-nav .nav-menu:hover {
    background-color: #1B4C98;
}

.header-nav .menu-name {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #FFF;
    font-size: 17px;
    line-height: 50px;
    text-decoration: none;
}

/* 二级菜单 */
.sub-menu-list {
    display: none;
    position: relative;
    z-index: 99;
    background: #FFF;
    box-shadow: 0 0 10px rgba(49, 63, 78, .3);
    list-style-type: none;
    cursor: auto;
}

.sub-menu-list:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 25px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /*border-bottom: 10px solid #000;*/
}

.sub-menu-list:after {
    position: absolute;
    z-index: 99;
    content: '';
    top: -8px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
}

.sub-menu-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s;
}

.sub-menu-list li:hover {
    padding-left: 20px;
    background-color: #F2F7FF;
}

.sub-menu-list li:hover span {
    color: #1B4C98;
    font-weight: bold;
}

.sub-menu-list li:last-child {
    padding-bottom: 15px;
}

.sub-menu-list li:first-child {
    padding-top: 15px;
}

.sub-menu-list li a {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    text-decoration: none;
}

.sub-menu-list li span {
    vertical-align: middle;
    margin-left: 10px;
}

.sub-menu-list .new-flag {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #F6811D;
}

/* 二级以下菜单 */
.sub-menu-list .sub-menu-list {
    position: absolute;
    top: 0;
    width: 190px;
    right: -190px;
    background-color: #F2F7FF;
    box-shadow: 5px 5px 10px rgba(49, 63, 78, .1);
}

.sub-menu-list .sub-menu-list:before {
    content: none;
}

.sub-menu-list .sub-menu-list:after {
    content: none;
}

.sub-menu-list .sub-menu-list li:hover {
    padding-left: 0;
}

.sub-menu-list .sub-menu-list a {
    box-sizing: border-box;
    border-right: 1px solid #DDD;
}

.sub-menu-list .sub-menu-list a.active {
    border-right: none;
    color: #1B4C98;
    font-weight: bold;
}

/* 车险菜单 */
.vhl-menu {
    position: absolute;
    top: 0;
    width: 301px;
    padding: 20px;
    background-color: #F2F7FF;
    box-shadow: 5px 5px 10px rgba(49, 63, 78, .1);
}

.vhl-menu-title {
    margin-top: 10px;
    font-size: 16px;
    color: #1B4C98;
}

.vhl-menu-desc {
    margin-top: 29px;
    white-space: normal;
    text-align: left;
    font-size: 14px;
    color: #333333;
}

.vhl-menu-footer {
    overflow: hidden;
    margin-top: 14px;
}

.sub-menu-list li .vhl-menu-btn {
    float: right;
    width: 108px;
    height: 40px;
    margin-top: 44px;
    line-height: 2.2;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    background-image: url(../../images/index/btn_vhl_apply.jpg);
    user-select: none;
}

/* nav/ */

/* banner */
.banner-container {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.banner-carousel {
    position: relative;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}

.banner-carousel .carousel-indicators li {
    width: 10px;
    height: 11px;
    margin: 0 15px 0 0;
    background: #B3B3B3;
    /*background: transparent url("../../images/index/icon_banner_indicator.png") no-repeat center center !important;*/
    border: none;
}

.banner-carousel .carousel-indicators .active {
    /*background: transparent url("../../images/index/icon_banner_indicator_active.png") no-repeat center center !important;*/
}

.banner-carousel .carousel-indicators .active {
    /*background-color: #00B6F7;*/
    background-color: #3B66A8;
}

/* banner/ */

/* main */
.main {
    width: 100%;
    min-width: 1200px;
    background-color: #F2F2F2;
    overflow: hidden;
}

.main-wrap {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url("../../images/index/bg_main.png") 100% 100% no-repeat;
}

.main-container {
    position: relative;
    width: 1200px;
    margin: auto;
    padding-bottom: 20px;
    overflow: hidden;
}

.main-container .item {
    overflow: hidden;
    margin-top: 20px;
    background-color: #FFF;
}

.item-header {
    margin-top: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item-header li:first-child {
    width: 20px;
    height: 20px;
}

.item-header > li.active {
    border-top: 5px solid #F98712;
    border-image: linear-gradient(to right, #F83700, #FACB22) 1;
}

.item-header > li.active > a {
    padding: 3px 8px;
    margin: 0;
    border-radius: 0;
    line-height: 1;
}

.item-title {
    vertical-align: middle;
    vertical-align: -3px \0;
    padding-left: 5px;
    color: #333;
    font-weight: bold;
    font-family: SimHei, Arial, sans-serif;
    font-size: 17px;
}

_:-ms-lang(x), .item-title {
    vertical-align: -3px;
}

.item-body {
    padding: 0 20px 20px;
    overflow: hidden;
}

/* 锦泰新闻 */
.item-news {
    width: 780px;
    position: relative;
}

.item-news .item-header {
    width: 370px;
}

.news-carousel {
    width: 390px;
    padding-left: 20px;
}

.news-carousel .carousel-indicators {
    width: auto;
    right: 0;
    bottom: 55px;
    left: auto;
    margin: 0;
}

.news-carousel .carousel-indicators li {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    background-color: rgba(0, 0, 0, .5);
    background-color: #3D3D3D \9;
    border: none;
    border-radius: 0;
    color: #CCC;
    font-size: 12px;
    text-indent: 0;
    text-align: center;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.news-carousel .carousel-indicators .active {
    background-color: #F6811D;
    color: #FFF;
}

.news-carousel .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 13px 15px;
    text-shadow: none;
    background: rgba(0, 0, 0, .5);
    background-color: #3D3D3D \9;
}

.carousel-caption .news-title {
    display: block;
    color: #FFF;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.carousel-caption .news-title:hover {
    text-decoration: none;
}

.news-carousel img {
    max-width: 520px !important;
    height: 328px !important;
    margin-left: -75px;
}

.news-list {
    width: 350px;
}

.news-list-more {
    width: 60px;
    height: 26px;
    position: absolute;
    top: 28px;
    right: 20px;
    border: 1px solid #1154A3;
    border-radius: 5px;
    color: #1154A3;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.news-list-more:hover {
    color: #1154A3;
    text-decoration: none;
}

.item-list-content {
    list-style-type: none;
    margin-bottom: 0;
}

.item-list-content li {
    height: 16px;
    margin-top: 20px;
}

.item-list-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 239px;
    padding-right: 30px;
    margin-left: 4px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-list-title a {
    color: #333;
    text-decoration: none;
}

.item-list-title a:hover {
    color: #4082E9;
}

.item-list-date {
    color: #999;
    font-size: 14px;
    line-height: 1.35;
}

/* 媒体视角 */
.item-media {
    width: 400px;
    position: relative;
}

/* 党群工作 */
.party-masses {
    clear: both;
    width: 390px;
    height: 320px;
}

.party-masses .item-body {
    height: 100%;
    position: relative;
    padding: 0;
    background: #FFF;
    margin: 0 20px;
    line-height: 320px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.party-masses-img {
    margin-left: -22%;
}

.party-btn {
    position: absolute;
    right: 20px;
    bottom: 40px;
    padding: 7px 28px;
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
    font-size: 14px;
    color: #FFF;
    line-height: 1.2;
}

.party-btnn {
    position: relative;
    bottom: 40px;
    padding: 7px 28px;
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
    font-size: 14px;
    color: #FFF;
    line-height: 1.2;
    width: 120px;
    float: right;
    margin-right: 20px;
}

/* 电子刊物 */
.item-e-books {
    width: 370px;
    height: 320px;
    margin-left: 20px;
}

.e-books-content {
    color: #333;
    font-size: 12px;
    text-align: center;
}

.e-books-logo {
    width: 100%;
}

.e-books-logo img {
    width: 100%;
    margin-top: 15px;
}

.e-books-title-body {
    display: inline-block;
    margin: 16px 0;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.e-books-title {
    margin: 3px auto;
    color: #1154A3;
}

.e-books-title .line {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 2px;
    margin: auto 13px;
    background-color: #1154A3;
}

.e-books-content .browse-btn {
    display: block;
    width: 112px;
    height: 30px;
    margin: 10px auto;
    background-color: #F6811D;
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
    line-height: 29px;
    text-decoration: none;
    user-select: none;
}

.e-books-content .browse-btn:hover {
    opacity: .8;
}

/* 车险报价 */
.item-vhl-quote {
    width: 400px;
    height: 140px;
}

.item-form-title {
    height: 40px;
    background-color: #1B4C98;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.item-form {
    padding: 30px 30px 0;
}

.vhl-quote-form {
    display: none;
}

.item-form-body {
    position: absolute;
    z-index: 9;
    width: 400px;
    background: #FFF;
}

.item-form-body.open {
    box-shadow: 2px 0 5px rgba(105, 105, 105, .2);
}

.vhl-quote-body {
    z-index: 10;
}

.vhl-quote-form .control-label {
    width: 21%;
    height: 36px;
    text-align: left;
    line-height: 36px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.vhl-quote-form .form-control {
    display: inline;
    width: 77%;
    padding: 6px 33px 6px 10px;
    height: 36px;
    font-size: 14px;
}

.district-dropdown {
    display: inline;
    padding: 8px 0;
}

.jt-search-list {
    width: 262px !important;
}

.district-list {
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.form-control.icon-arrow-down {
    background: url("../../images/index/icon_arrow_down.png") no-repeat 96% center;
}

.new-car-group {
    margin: -9px 0 19px 0;
}

.new-car-group .icon-checkbox {
    margin: 0 2px 0 76px;
}

.new-car-group label {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin-bottom: 0;
    vertical-align: middle;
}

.control-label.sms-label {
    letter-spacing: 8px;
}

.form-control.plate-num {
    text-transform: uppercase;
}

.form-control.sms-code {
    width: 54.4%;
}

.btn-send-sms {
    float: right;
    width: 70px;
    height: 36px;
    margin-top: 1px;
    background-color: #F6811D;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    user-select: none;
}

.btn-send-sms:hover {
    opacity: .8;
}

.btn-send-sms.disabled {
    color: #B1B1B1;
    background-color: #E8E8E8;
    cursor: not-allowed;
}

.item-form-btn {
    width: 296px;
    height: 56px;
    margin: 30px auto auto auto;
    background: url("../../images/index/btn_quote.png");
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    user-select: none;
}

.item-form-btn:hover {
    opacity: .8;
}

.form-footer {
    overflow: hidden;
    padding: 0 30px;
    margin: 25px 0;
}

.form-footer a {
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

.form-footer a:hover {
    color: #4082E9;
}

.vhl-dialog {
    width: 1200px;
    top: 50%;
    margin: -118px auto auto auto;
}

.vhl-modal-content {
    width: 300px;
    right: 50px;
}

.vhl-modal-content .modal-header {
    padding: 10px 20px;
    border-bottom: none;
}

.vhl-close {
    font-size: 25px;
    opacity: 1;
    font-weight: normal;
}

.sms-modal-body {
    padding: 0 15px 34px 15px;
}

.sms-title {
    font-size: 16px;
    text-align: center;
}

.sms-form-group {
    margin: 30px 5px 30px 0;
    text-align: center;
}

.sms-form-group .img-code {
    vertical-align: middle;
    width: 136px;
    height: 36px;
    margin-right: 4px;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    text-indent: 10px;
}

.send-sms-btn {
    width: 254px;
    height: 56px;
    margin: auto;
    background: url("../../images/index/btn_send_sms.jpg");
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    user-select: none;
}

.send-sms-btn:hover {
    opacity: .8;
}

.msg-modal-body {
    padding: 0 20px 43px 20px;
}

.msg-content {
    font-size: 16px;
    text-align: center;
}

/* 保单查询 */
.item-ply-query {
    width: 400px;
    height: 159px;
}

.query-form-content {
    overflow: hidden;
    height: 0;
    margin-top: 20px;
    transition: 0.2s;
}

.form-group.mb0 {
    margin-bottom: 0;
}

.query-form-content.open {
    height: auto;
    overflow: visible;
}

.ply-query-form {
    padding-bottom: 0;
}

.ply-query-form .form-group {
    margin-bottom: 20px;
}

.ply-query-form .control-label {
    vertical-align: middle;
    width: 80px;
    text-align: center;
    line-height: 1;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.ply-query-form .form-control {
    display: inline;
    vertical-align: middle;
    width: 255px;
    padding: 6px 33px 6px 10px;
    height: 36px;
}

.control-label + .insure-type {
    display: inline;
    vertical-align: middle;
}

.insure-type .dropdown-menu {
    z-index: 9;
    top: auto;
    width: 100%;
}

.person-type-group .icon-checkbox {
    margin-left: 11px;
}

.person-type-group span {
    vertical-align: middle;
    margin-left: 4px;
}

.person-type-group .app {
    margin-right: 45px;
}

.query-ply-btn {
    margin-bottom: -10px;
}

/* 产品列表 */
.item-product-list {
    width: 1200px;
}

.product-body {
    overflow: hidden;
}

.product-list-row {
    margin-top: 20px;
    overflow: hidden;
}

.product-list-row .product {
    width: 275px;
    margin-left: 20px;
    text-align: center;
}

.product-list-row .product:first-child {
    margin-left: 0;
}

.product-img {
    display: block;
    overflow: hidden;
    height: 205px;
    border: 1px solid #DDD;
}

.product-img img {
    transition: transform .5s ease-in;
}

.product-img img:hover {
    transform: scale(1.1, 1.1);
}

.product-name {
    width: 275px;
    margin: 19px auto auto auto;
    background-color: #FFF;
    color: #333;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-desc {
    height: 36px;
    margin-top: 8px;
    color: #999;
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
}

.btn-product-desc {
    display: block;
    width: 106px;
    height: 46px;
    margin: 12px auto auto auto;
    background: url("../../images/index/btn_product_detail.png");
    color: #FFF;
    text-align: center;
    line-height: 41px;
    cursor: pointer;
    user-select: none;
}

.btn-product-desc:hover {
    color: #FFF;
    text-decoration: none;
    opacity: .8;
}

/* main/ */

/* footer list */
.footer-list {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background-color: #FFF;
}

.footer-wrap {
    overflow: hidden;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url("../../images/index/bg_nav_footer.png");
}

.footer-nav {
    width: 800px;
    margin: 20px auto;
}

.footer-nav .nav-menu {
    display: table-cell;
    width: 1%;
    list-style-type: none;
    text-align: center;
}

.footer-nav .nav-menu-title {
    margin-top: 0;
    color: #1B4C95;
    font-size: 16px;
}

.footer-nav .menu-name {
    color: #333;
    font-size: 13px;
}

.footer-nav li {
    margin-top: 19px;
}

.hotline {
    width: 400px;
}

.icon-hotline img {
    width: 75px;
    margin: 73px 0 0 110px;
}

.hotline-detail {
    width: 190px;
}

.hotline-title {
    color: #333;
    font-size: 16px;
}

.hotline-title.customer {
    margin-top: 50px;
}

.hotline-number {
    margin-top: 7px;
    color: #4082E9;
    font-size: 20px;
    font-weight: bold;
}

.hotline-title.apply {
    margin-top: 22px;
}

/* footer list/ */

/* links */
.footer-links {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background-color: #1B4C98;
}

.footer-links-body {
    width: 1200px;
    margin: 20px auto 23px auto;
    color: #FFF !important;
}

.footer-links-body hr {
    margin-top: 10px;
    border-color: #8FA2C2;
}

.footer-links-title {
    font-size: 16px;
    text-indent: 7px;
    font-weight: bold;
}

.footer-links-content {
    margin: 15px 43px;
    line-height: 2.2;
}

.footer-links-content a, .footer-links-content a:visited {
    font-size: 13px;
    color: #FFF;
    margin: auto 0.15%;
}

/* links */

/* copyright */
.copyright {
    width: 100%;
    min-width: 1200px;
    background: #F2F2F2;
}

.copyright-body {
    width: 1200px;
    height: 91px;
    margin: auto;
}

.copyright-logo, .copyright-content, .copyright-ip {
    display: inline-block;
    vertical-align: middle;
}

.copyright-logo {
    width: 290px;
    height: 100%;
    background: url("../../images/index_logo.png") no-repeat 0 20px;
}

.copyright-content {
    width: 739px;
    color: #333;
    font-size: 12px;
    line-height: 2;
}

.copyright-ip {
    font-size: 12px;
}

/* copyright/ */

/* 表单提示气泡重写 */
#validateRemind {
    z-index: 9999 !important;
    border: 0 !important;
    /* border: 1px solid rgb(247, 206, 57) \9  !important; */
    color: #FFF !important;
    /* color: rgb(51, 51, 51) \9  !important; */
    background-color: rgba(0, 0, 0, 0.6) !important;
    /* background-color: rgb(255, 255, 224) \9  !important; */
    background-color: rgb(0, 0, 0) \9 !important;
    filter: alpha(opacity=60);
    border-radius: 5px !important;
    font-size: 13px !important;
    line-height: 1.12;
}

#validateRemind before {
    border-color: transparent !important;
}

#validateRemind after {
    border-color: rgba(0, 0, 0, 0.6) transparent transparent !important;
    border-color: rgb(0, 0, 0) !important \9;
}

.carTipInfo {
	position: absolute;
	margin-top: -12px;
    margin-left: 30px;
}

/* 表单提示气泡重写/ */