/* my styles */
/*首页index*/
/*顶部固定*/
 input:-webkit-autofill{


 }
 .xxbmSuccess{ padding: 30px; line-height: 80px;}
.xxbmSuccess i{  color: #1c7430; font-size: 1.3em;padding-right: 10px;}
 input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #fff inset;}
.header-fixed{ position: fixed; top: 0; right: 0; left: 0; z-index: 99;}
/* .page-content{ margin-top: 76px;} */
/*红色提示消息小角标*/
.tipsTap{ position: relative;}
.tipsTap span{ position: absolute;
    right: 10px;
    background: #ff7676;
    padding: 4px 0px;
    border-radius: 50%;
    min-width: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #fff;}
/*登录login*/
.login-page .form-holder .login_background{ background: url( '../images/login-bg.jpg' ) no-repeat; background-size: 100% 100%;}
/*登录页div旋转动画*/
.login_animation{
    -webkit-animation: proRotate 600ms ease-in-out 300ms alternate none 1;
    animation: proRotate 600ms ease-in-out 300ms alternate none 1;
}
@-webkit-keyframes proRotate {
    0%{-webkit-transform:perspective(400px) rotateY(180deg);}
    100%{-webkit-transform:perspective(400px) rotateY(0deg);}
}
@keyframes proRotate {
    0%{transform:perspective(400px) rotateY(180deg);}
    100%{transform:perspective(400px) rotateY(0deg);}
}
.colorRed{ color: #fe0000; font-size: 1.2em;}
button.close{ outline: none;}

/*tables*/
.colorGray{ color: #999;}

/*报名页面*/
.xxbmBtn{ border-radius: 10px;}
.xxbmBtn a{ background: -webkit-linear-gradient(left, #17a2b8 , #14cbe8);
    background: -o-linear-gradient(right, #17a2b8, #14cbe8);
    background: -moz-linear-gradient(right, #17a2b8, #14cbe8);
    background: linear-gradient(to right, #17a2b8 , #14cbe8);
    color: #fff;
    padding: 20px 10px;
    border-radius: 10px }
.xxbmBtn img{ width: 25px;float: right;}
.xylbList{ border: solid 1px #ddd; max-height: 600px; min-height:420px; overflow-y: scroll; padding: 15px;}
.xylbList h5{ margin-bottom: 15px; border-left: solid 5px #17a2b8; padding-left: 5px;}
.xylbList .telNum{ color: #999; font-size: .8em; padding-left: 20px;}
.xxbmSuccess{ padding: 30px; line-height: 80px;}
.xxbmSuccess i{  color: #1c7430; font-size: 1.3em;padding-right: 10px;}

.carInfo p{ font-size: 1rem;}
.carInfo p b{display: inline-block;}