body {
    height: 100%;
    min-width: 1300px;
}
.container {
    width: 1300px;
}
a, a:hover{
    text-decoration: none;
    cursor: pointer;
}
.link {
    color: #ff3d49;
    cursor: pointer;
}
.link:hover {
    color: #ff767e;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.float-left {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.float-left:after {
    content: '';
    display: block;
    clear: both;
}

ul.float-left > li {
    float: left;
}

.btn {
    height: 44px;
    min-width: 100px;
    border-radius: 0;
    outline: none !important;
}
.btn.btn-primary {
    background: #ff3d49;
    border: #ff3d49;
    color: #fff;
}
.btn.btn-primary:hover {
    background: #ff767e;
}
.btn-sm {
    height: 38px;
}
.form-control {
    height: 44px;
    border-radius: 0px;
}
.form-control-sm {
    height: 38px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #ff3d49;
}
.form-control.btn-form-control {
    line-height: 30px;
    cursor: pointer;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-group.icon-group .iconfont {
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 24px;
    color: #ff3d49;
}
.form-group.icon-group .form-control {
    padding-left: 40px;
}
.form-group .control-label {
    line-height: 44px;
    padding-top: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.form-group .control-label.control-label-sm {
    height: 38px;
    line-height: 38px;
}
.form-inline .form-group {
    margin-right: 20px;
}
.form-inline .form-group .control-label {
    min-width: 80px;
}
.error .form-control {
    border-color: #ff1d1d;
}
.error .error-info {
    color: #ff1d1d;
    font-size: 12px;
    position: absolute;
    left: 0px;
    bottom: -18px;
    display: none;
}
.error .form-input-layout .error-info {
    left: 15px;
}
.error .error-info {
    display: block;
}
.text-group {
    position: relative;
}
.text-group .text {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 120px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 44px;
    text-align: right;
}
.text-group .form-control {
    padding-right: 130px;
}
.arrow-right {

}
.arrow-right .arrow {
    width: 0;
    height: 0;
    border-top: 6px solid #666;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 20px;
    right: 24px;
    transform: rotate(0deg);
    transition: .5s linear;
}
.arrow-right .arrow.active {
    transform: rotate(180deg);
    transition: .5s linear;
}
.arrow-right .form-control {
    padding-right: 30px;
}
.input-col-2>div{
    padding: 0px;
}
.input-col-2>div:first-of-type {
    padding-right: 5px;
}
.input-col-2>div:last-of-type {
    padding-left: 5px;
}

/*  */
.form-box {
    background: #fff;
    padding: 60px;
    border-radius: 10px;
}
.form-box .box-title {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}
.form-box .form-group .form-label {
    width: 120px;
    color: #666;
}
.form-box .form-group .form-input-layout {
    width: 440px;
}
.form-box .form-group .form-input-layout .read-text {
    line-height: 44px;
    font-size: 16px;
    color: #333;
}
.form-box .form-group .required::after {
    content: '*';
    display: inline-block;
    color: #ff1d1d;
    font-size: 16px;
    position: absolute;
    top: 14px;
    right: 0px;
}

/* breadcrumb */
.breadcrumb {
    background: none;
    padding: 10px 0;
    margin-bottom: 10px;
}
.breadcrumb > li.active {
    color: #ff3d49;
}
.breadcrumb > li a {
    color: #333;
}
.breadcrumb > li a:hover {
    color: #ff3d49;
    text-decoration: none;
}

/* scroll top */
.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: 10px;
    display: block;
    border-radius: 10px;
    border: none;
    background: #ff3d49;
    outline: none;
    opacity: .6;
    transition: .3s linear;
}
.scroll-top > i {
    font-size: 20px;
    color: #fff;
     left: 30%;
        position: absolute;
        line-height: 50px;
}
.scroll-top:hover {
    opacity: 1;
    transition: .3s linear;
}
/* header-navbar */
.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    background: rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,0);
    transition: all .5s;
    min-width: 1300px;
}
@media (max-width: 1300px) {
    .header {
        position: absolute;
    }
}
.header .navbar {
    border: none;
    margin: 0px;
}
.header .navbar .logo {
    width: 180px;
    padding: 12px 0px;
    float: left;
    margin-right: 20px;
}
.header .navbar .logo img {
    width: 100%;
    display: block;
}
.header .navbar .logo img.logo-red {
    display: none;
}
.header .navbar .nav-link {
    float: left;
}
.header .navbar .nav-link li{
    margin: 0 10px;
    float: left;
}
.header .navbar .nav-link li::after,
.header .navbar .login-link li::after {
    content: '';
    display: block;
    clear: both;
}
.header .navbar .nav-link li a,
.header .navbar .login-link li a{
    font-size: 15px;
    color: #fff;
    padding: 20px 5px;
}
.header .navbar .nav-link li a .iconfont {
    margin-right: 4px;
}
.header .navbar .nav-link li a:hover,
.header .navbar .nav-link li.active a{
    background: none;
    color: #ff3d49;
    border-bottom: solid 2px #ff3d49;
}
.header .navbar .login-link {
    float: right;
}
.header .navbar .login-link li {
    float: left;
}
.header .navbar .login-link .phone{
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-right: 10px;
    color: #ff3d49;
}
.header .navbar .login-link span {
    padding: 20px 10px;
    display: inline-block;
    color: #fff;
}
.header .navbar .login-link span .iconfont {
    font-size: 14px;
}
.header .navbar .login-link .phone span {
    padding: 19px 20px;
    display: block;
    color: #ff3d49;
}
.header .navbar .login-link .phone::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #ff3d49;
    display: block;
    position: absolute;
    top: 20px;
    right: 0px;
}
.header .navbar .login-link li a {
    color: #fff;
    font-size: 14px;
    padding: 20px 10px;
}
.header.red-header {
    background: rgba(255,61,73, 1);
}
.header.red-header .navbar .nav-link li a, 
.header.red-header .navbar .login-link li a {
    color: #eee;
}
.header.red-header .navbar .nav-link li a:hover, 
.header.red-header .navbar .nav-link li.active a {
    color: #fff;
    border-bottom: solid 2px #fff;
}
.header.red-header .navbar .login-link span,
.header.red-header .navbar .login-link li a:hover {
    color: #fff;
}
.header.red-header .navbar .login-link .phone::after {
    background: #fff;
}

.header .navbar .login-link li a:hover,
.header.white-header .navbar .login-link li a:hover {
    color: #ff3d49;
    background: none;
}
.header.white-header {
    background: rgba(255,255,255, 1);
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    transition: all .5s;
}
.header.white-header .navbar .logo img.logo-white {
    display: none;
}
.header.white-header .navbar .logo img.logo-red {
    display: block;
}

.header.white-header .navbar .nav-link li a,
.header.white-header .navbar .login-link li a {
    color: #333;
}
.header.white-header .navbar .login-link span {
    color: #ff3d49;
}
.header.white-header .navbar .login-link .phone::after {
    background: #ff3d49;
}
.header.white-header .navbar .nav-link li a:hover,
.header.white-header .navbar .nav-link li.active a {
    color: #ff3d49;
    border-bottom: solid 2px #ff3d49;
}
/* pic-back */
.pic-back {
    background-color: #eee;
    background-image: url(../images/1.jpg);;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    height: 500px; 
}
.pic-back::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.61);
}

.home {
    background-image: url(../images/1.jpg);
    height: 500px; 
}
.list-page {
    background-image: url(../images/2.jpg);
    height: 300px; 
}
.about-page {
    background-image: url(../images/3.jpg);
    height: 300px; 
}
.auction-page {
    background-image: url(../images/6.jpg);
    background-position: center top;
    height: 500px; 
}
.user-center-page {
    /* background-image: url(../images/3.jpg);
    height: 300px;  */
}

.native {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.native .text-info {
    font-size: 16px;
    color: #555;
    line-height: 1.8em;
}
.text-info p{
    text-indent:2em;
}
.text-info label {
    text-indent: 2em;
    font-size: 16px;
}
.text-info label::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #ff3d49;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 4px;
}
.bg-gray {
    background: #f0f3f7;
}
.native .icon-bg {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 500px;
    line-height: 500px;
    transform: translate(20%, 0px);
    opacity: .04;
}
.pic-bg {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../images/cta-bg.jpg") center center;
    background-size: cover;
    background-attachment: fixed;
}
.pic-bg_1 {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../images/5.jpg") center center;
    background-size: cover;
    background-attachment: fixed;
}
.pic-bg_2 {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../images/4.jpg") center center;
    background-size: cover;
    background-attachment: fixed;
}
.col-5 .col-xs-3 {
    width: 20%;
}
.col-5 .col-xs-3 .description {
    min-height: 120px;
}
.services .icon-box {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    text-align: center;
}
.services .icon-box::before {
    content: '';
    position: absolute;
    background: #fdeff2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.4s;
    z-index: -1;
}
.services .icon-box:hover::before {
    background: #ff3d49;
    top: 0;
    border-radius: 0px;
}
.services .icon {
    margin-bottom: 15px;
}
.services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #ff3d49;
    transition: all 0.3s ease-in-out;
}
.services .title {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}
.services .description {
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    color: #333;
}
.services .icon-box:hover .icon i,
.services .icon-box:hover .title, 
.services .icon-box:hover .description {
    color: #fff;
}
  
.model-title {
    text-align: center;
    margin-bottom: 60px;
}
.model-title .title {
    display: block;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 300;
    display: block;
    text-align: center;
}
.model-title .title-desc {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    display: block;
}
.model-title.white-title .title,
.model-title.white-title .title-desc {
    color: #fff;
}

/* flow-diagram */
.flow-diagram {
    margin-top: 60px;
}
.flow-diagram .step{
    width: 15.5%;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, .04); */
    /* background: #fff; */
    transform: scale(1);
    transition: .3s;
    border-radius: 6px;
    position: relative;
    margin-right: 1.4%;
    float: left;
}
.flow-diagram .step:last-of-type {
    margin-right: 0;
}
.flow-diagram .step::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 5px solid #ff3d49;
    border-bottom: 6px solid transparent;
}
.flow-diagram .step:last-of-type::before {
    content: none;
}
.flow-diagram .step::after {
    content: '';
    display: block;
    clear: both;
}
.flow-diagram .step .iconfont {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    margin: 0 auto 20px;
    color: #ff3d49;
    border-radius: 200px;
    transform: scale(1);
    transition: .5s linear;
}
.flow-diagram .step .title {
    font-size: 16px;
    color: #888;
    display: block;
}
.flow-diagram .step .num {
    font-size: 12px;
    color: #888;
    display: block;
    width: 30px;
    height: 30px;
    padding-right: 5px;
    line-height: 24px;
    background: rgba(206, 13, 13, .2);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 30px 0;
    transition: .3s linear;
}
/* hover */
.flow-diagram .step:hover {
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, .2); */
}
.flow-diagram .step:hover .iconfont {
    color: #fff;
    background: #ff3d49;
    transform: scale(1.1);
    transition: .2s linear;
}
.flow-diagram .step:hover .num {
    color: #fff;
    background: rgba(206, 13, 13, 1);
    transition: .3s linear;
}



/* footer */
.footer {
    background: #111;
    padding-top: 40px;
    color: #aaa;
}
.footer .logo {
    width: 160px;
    float: left;
}
.footer .logo img {
    width: 100%;
    margin: auto;
    display: block;
    padding: 10px;
    border-radius: 6px;
}
.footer .phone {
    float: left;
    padding: 14px 0px;
    font-size: 14px;
}
.footer .phone p {
    margin: 0px;
}
.codes {
    float: left;
}
.codes::after {
    content: '';
    display: block;
    clear: both;
}
.codes.app {
    margin-right: 60px;
}
.codes.weixin {

}
.codes .code {
    width:80px;
    height:80px;
    margin-right: 10px;
    float: left;
}   
.codes .text {
    float:left;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
.codes .text > b {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}
/*  */
.footer .quick-entry {
}
.footer .phone label,
.footer .quick-entry label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer .quick-entry a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #aaa;
}
.footer .copyright {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    border-top: solid 1px #444;
}
.footer .copyright p {
    margin: 0px;
}
.footer-top {
    padding: 30px 0;
}
.footer-top .xhjj {
    width: 50%;
    display: block;
    margin: auto;
}

.banner-info {
    position: absolute;
    top: 34%;
    left: 50%;
    min-width: 630px;
    z-index: 1;
    text-align: center;
    transform: translate(-50%, 0);
}
.banner-info p {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 50px;
}
.banner-info .big-text {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
}
/*-- bth-hover --*/ 
.wthree-btn {
    position: relative;
    display: inline-block; 
    overflow: hidden;
    border: 1px solid #fff;
    padding: .7em 1.5em;
    color: #fff;
    z-index: 9;
    font-size: 1.1em;
    outline: none;
    letter-spacing: 1px;
    font-weight: 400;
    background-color:transparent;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}   
.wthree-btn.btn-6 span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background-color: #ff3d49;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.wthree-btn.btn-6:hover,.wthree-btn.btn-6:focus {
    color: #fff;
    text-decoration: none;
}
.wthree-btn.btn-6:hover span {
	width: 225%;
	height: 562.5px;
}
.wthree-btn.btn-6:active {
	background-color: #ff3d49;
} 
/*-- //bth-hover --*/ 

.input-group {
    top: 60%;
}
.input-group .search-input{
    background: none;
    border: solid 1px #fff;
    border-right: 0px;
    height: 46px;
    vertical-align: middle;
    outline: none;
    color: #fff;
    padding: 6px 10px;
    width: 400px;
}
.input-group .search-input:active {
    box-shadow: none;
}
.input-group .wthree-btn {
    vertical-align: middle;
    cursor: pointer;
    height: 46px;
}


.cation-middle {
    margin: 20px 0 10px;
    line-height: 48px;
    background: #f8f8f8;
    padding: 10px 20px 10px 30px;
    font-size: 14px;
}

.cation-list {
    overflow: hidden;
    margin: 0px;
}

.cation-list dt {
    float: left;
    width: 64px;
    font-weight: 400;
    line-height: 48px;
    position: relative;
    color: #888;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cation-list dt:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 22px;
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cation-list dd {
    border-bottom: 1px dotted #e0e0e0;
    margin-left: 64px;
    overflow: hidden;
}

.cation-list dd a {
    color: #8d8d91;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    float: left;
    border-right: 1px solid #e0e0e0;
    padding: 0 18px;
    margin: 17px 0;
}

.cation-list dd a.on, .cation-list a:hover {
    color: #ff3d49;
    text-decoration: none;
}

.cation-list dd a:last-child {
    border-right: 0 none;
}

.cation-list:last-of-type dd {
    border-bottom: 0 none;
}

.filter-btn-group {
    margin-bottom: 20px;
}
.filter-btn-group .btn {
    border-radius: 0px !important;
}
.filter-btn-group .btn-default {
    outline: none;
    background: none !important;
    padding: 10px 20px;
}
.filter-btn-group .btn-default:active,
.filter-btn-group .btn-default:focus {
    outline: none;
    box-shadow: none;
    background: none !important;
}
.filter-btn-group .btn-default:hover {
    background: none !important;
    color: #ff3d49;
    border-color: #ff3d49;
}
.filter-btn-group .btn-default.active {
    box-shadow: none;
    color: #ff3d49;
    border-color: #ff3d49;
}
.tip {
    position: absolute;
    left: 20px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #ff3d49;
    z-index: 1;
    border-radius: 4px 4px 0 0;
}
.tip::before {
    content: '';
    display: block;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #ff3d49;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

/* logo-list */
.logo-list {
    margin: 50px 0 80px 0;
}
.logo-list .logo {
    max-width: 200px;
}
.logo-list > li {
    width: 20%;
    margin: 20px 0 25px 0;
}
.logo-list .logo {
    width: 100%;
    max-width: 200px;
    margin: auto;
    cursor: pointer;
}

/* car-box */
.ommodity-list .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.car-box {
    position: relative;
    margin-bottom: 20px;
    /* transform: translateY(0px); */
    transition: .3s linear;
    display: block;
    padding: 10px;
}
.car-box::after {
    content: '';
    display: block;
    clear: both;
}
.car-box:hover {
    cursor: pointer;
    /* transform: translateY(-4px); */
    transition: .3s linear;
    text-decoration: none;
    box-shadow: 0px 10px 20px rgba(0,0,0,.12);
}
.car-box .car-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.car-box .car-img img {
    width: 100%;
    display: block;
}
.car-box .car-img .time{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    background: rgba(255, 61, 73, .5);
    padding: 4px 0;
    color: #fff;
    font-size: 12px;
}
.car-box .car-info {
    padding-top: 10px;
}
.car-box .car-info .car-name {
    font-size: 14px;
    color: #111;
    font-weight: 400;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-bottom: 0px;
}
.car-box .car-info .attribute {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-align: right;
}
.car-box .car-info .attribute .attribute-label {
    float: left;
    text-align: left;
}
.car-box .car-info .attribute-info {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.car-box .car-info .attribute-info i {
    display: inline-block;
    margin: 0 3px;
}
.car-box .car-info .car-price {
    margin-top: 10px;
}
.car-box .car-info .car-price::after {
    content: '';
    display: block;
    clear: both;
}
.car-box .car-info .car-price .price{
    font-size: 26px;
    color: #F9712C;
    float: left;
    line-height: 22px;
}
.car-box .car-info .car-price .price .unit {
    font-size: 14px;
}
.car-box .car-info .car-price .num {
    float: right;
    background: #ff3d49;
    padding: 2px 6px;
    color: #fff;
    font-size: 12px;
}
.car-box .car-info .car-price .num i {
    font-style: normal;
}

.car-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
    display: block;
}
.car-title::before {
    content: '';
    width: 2px;
    height: 24px;
    background: #ff3d49;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(4px);
}
/* .car-content */
.car-content {
    margin-bottom: 20px;
}
.car-content .car-info {
    padding: 15px;
    border: solid 1px #eee;
}
.car-content .car-info .car-name {
    font-weight: 400;
}
.car-content .car-info .attribute {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 29px;
    text-align: right;
}
.car-content .car-info .attribute .attribute-label {
    float: left;
    text-align: left;
    color: #999;
}
/*  */
.operation-box {

}
.operation-box .car-name {
    display: block;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    color: #333;
    margin: 0px;
    margin-bottom: 10px;
}
.operation-box .data-num {
    padding: 20px 10px 10px 90px;
    height: 70px;
    position: relative;
    background: rgba(255, 61, 73, .8);
    margin-bottom: 10px;
}
.operation-box .data-num::after {
    content: '';
    display: block;
    clear: both;
}
.operation-box .data-num .title {
    width: 70px;
    height: 70px;
    background: #ff3d49;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px 14px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.operation-box .data-num .num {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #fff;
    line-height: 26px;
}
.operation-box .data-num .num > i {
    font-style: normal;
}
.operation-box .data-num .num > i.iconfont {
    font-size: 20px;
    vertical-align: sub;
}
.operation-box .data-show-box {
    color: #fff;
    display: block;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.operation-box .data-show-box .text-group {
    display: inline-block;
}
.operation-box .data-show-box span > i {
    font-size: 20px;
    vertical-align: sub;
}
.operation-box .data-show-box .date-tiem-span {
    background: #000;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 6px;
    min-width: 32px;
    text-align: center;
}
.operation-box .data-num.over {
    background: #ccc;
}
.operation-box .data-num.over .title {
    background: #999;
}

.operation-box .car-price {
    font-size: 24px;
    color: #F9712C;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
}
.operation-box .car-price .title {
    font-size: 14px;
    color: #999;
}
.operation-box .car-price .bubble {
    font-size: 12px;
}

.auction-box .auction-notice {
    display: block;
    background: #eee;
    padding: 6px 10px;
}
.auction-intro {
    padding: 10px;
    height: 150px;
    overflow-y: scroll;
    border: solid 1px #eee;
}
.auction-intro p {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.operation-box .price-info {
    height: 54px;
    background: #f8f8f8;
    padding: 16px 0;
    line-height: 22px;
    position: relative;
}
.operation-box .price-info .info-item {
    padding-left: 20px;
    font-size: 14px;
    color: #686868;
    float: left;
    display: block;
    padding-right: 18px;
}
.operation-box .price-info .info-item > em {
    font-style: normal;
    margin-right: 6px;
    vertical-align: middle;
}
.operation-box .price-info .info-item > b {
    color: #F9712C;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}
.operation-box .btns {
    margin: 20px 0;
}
.operation-box .btns::after {
    content: '';
    display: block;
    clear: both;
}
.operation-box .btns .btn {
    width: 23.5%;
    margin-right: 2%;
    background: none;
    display: block;
    float: left;
    font-size: 16px;
    border: solid 1px #ff3d49;
    color: #ff3d49;
    border-radius: 0px;
    padding: 10px 12px;
    outline: none;
}
.operation-box .btns .btn:last-of-type {
    margin-right: 0;
}
.operation-box .btns .btn:hover {
    color: #fff;
}
/* .operation-box .btns .btn > i {
    font-size: 20px;
} */

/* .car-detail */
.car-detail {
    margin-bottom: 20px;
}
.car-detail .car-info {
    padding: 10px 0;
    border: solid 1px #eee;
}
.car-detail .car-info::after {
    content: '';
    display: block;
    clear: both;
}
.car-detail .car-info > li {
    width: 33.33%;
    float: left;
    padding: 0 20px;
}
.car-detail .car-info .attribute {
    font-size: 14px;
    color: #333;
    height: 50px;
    line-height: 50px;
    text-align: right;
    display: block;
    padding: 0px 15px;
    border-bottom: solid 1px #eee;
}
.car-detail .car-info .attribute .attribute-label {
    color: #999;
    float: left;
    text-align: left;
}
.car-detail .car-info.yu-1 > li:nth-last-child(1) .attribute,
.car-detail .car-info.yu-2 > li:nth-last-child(1) .attribute,
.car-detail .car-info.yu-3 > li:nth-last-child(1) .attribute {
    border-bottom: none;
}
.car-detail .car-info.yu-2 > li:nth-last-child(2) .attribute, 
.car-detail .car-info.yu-3 > li:nth-last-child(2) .attribute {
    border-bottom: none;
}
.car-detail .car-info.yu-3 > li:nth-last-child(3) .attribute {
    border-bottom: none;
}
/* car-imgs */
.car-imgs {
    margin-bottom: 40px;
}
.car-imgs .img-box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
}
.car-imgs .img-box > img {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1);
    transition: .5s linear;
}
.car-imgs .img-box:hover > img {
    transform: scale(1.1);
    transition: .5s linear;
}
.car-imgs .img-box .description {
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    margin: 0px;
    padding: 8px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

/* slider box */
.relative{position:relative;width:100%;}
.slide-box{max-width:470px;margin:0 auto;}
.maxwidth{width:470px;margin:0 auto;}
.maxwidth::after {
    content: '';
    display: block;
    clear: both;
}
.big-img{height:300px; position: relative;}
.big-img > img {
    width: 100%;
    height: 100%;
    display: block;
}
.big-img .num {
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    margin: 0px;
    padding: 8px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.pre-btn,.next-btn,.imgs-list{height:60px;line-height:60px;float:left;font-size:22px;}
.pre-btn,.next-btn{width:15px;display:block; text-decoration: none; cursor: pointer; margin-top: 5px;}
.pre-btn{margin-right:5px;}
.next-btn{margin-left:5px;}
.pre-btn:hover,
.next-btn:hover{text-decoration: none; color: #ff3d49;}
.imgs-list{width:430px;overflow:hidden; margin: 10px 0;}
.imgs-list .item{float:left;padding:0 4px;}
.imgs-list .item .img{cursor:pointer;width:78px;height:60px;background: #fff; border: solid 2px transparent;}
.imgs-list .item .img img{width:100%;height:100%; display: block;}
.imgs-list .item .active{border: solid 2px #ff3d49;}

.modal {}
.modal .close-btn {
    width: 30px;
    height: 30px;
    color: #fff;
    background: #ff3d49;
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    opacity: 1;
    z-index: 1;
    border-radius: 20px;
    outline: none;
}
.modal .close-btn > span {
    display: block;
    margin-top: -5px;
}
.modal .modal-header {
    background: #ff3d49;
    border-radius: 4px 4px 0 0;
}
.modal .modal-header .modal-title {
    font-size: 14px;
    color: #fff;
}
.modal .modal-body .form-box {
    padding: 0px;
}


/* login modal */
.login {
    background-image: url(../images/1.jpg);
    height: 800px; 
}
.sketch {
    color: #fff;
    position: absolute;
    left: 13%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
}
.sketch label {
    font-size: 20px;
    position: relative;
    font-weight: 200;
    padding: 10px 0 15px;
}
.sketch label::before {
    content: '';
    width: 60px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.sketch h4 {
    font-size: 32px;
    line-height: 50px;
}
.login-box {
    width: 700px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: solid 4px #ff3d49;
    background: rgba(255,255,255, .9);
}
.login-box .box-head {
    background: #ff3d49;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 12px;
}
.login-box .box-title{
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}
.login-box .box-body {
    padding: 36px 25px 20px;
}
.login-box .box-body .login-form-box {
    width: 400px;
    margin: auto;
}
.login-box .btn {
    color: #ff3d49;
    border: solid 1px #ff3d49;
    border-radius: 0px;
    outline: none;
}
.login-box .btn:active {
    outline: none;
}
.login-box .right-group::after {
    content: '';
    display: block;
    clear: both;
}
.login-box .right-group .form-control {
    width: 280px;
    float: left;
}
.login-box .right-group .float-right{
    float: right;
    height: 44px;
    width: 100px;
}
/* success-box */
.success-box {
    height: 466px;
    padding: 60px 0;
}
.success-box .iconfont {
    font-size: 80px;
    margin: auto;
    display: block;
    text-align: center;
    color: #ff3d49;
}
.success-box h3 {
    font-weight: 300;
    color: #ff3d49;
    text-align: center;
    margin-bottom: 60px;
}
.login-box.password {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-box.password .success-box {
    height: 365px;
}

.checkbox {
    margin: 0px;
    display: inline-block;
}
.checkbox a {
    color: #ff3d49;
    text-decoration: none;
}
.checkbox a:hover {
    color: #ff3d49;
}
.login-box .forget-password {
    color: #9ca3a6;
    display: inline-block; 
    width: 100%; 
    text-align: right;
    margin-bottom: 10px;
}
.login-box .forget-password:hover {
    text-decoration: none;
    color: #ff3d49;
}
.login-box .other-login {
    text-align: center;
    margin-top: 20px;
}
.login-box .other-login .info {
    display: block;
    color: #9ca3a6;
    position: relative;
}
.login-box .other-login .info.line::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
    border-bottom: solid 1px #eee;
    z-index: 0;
}
.login-box .other-login .info.line::before {
    z-index: 1;
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #fff;
    margin-left: -10px;
}
.login-box .other-login .info span {
    position: relative;
    z-index: 2;
}
.login-box .other-login a{
    color: #ff3d49;
}
.login-box .other-login a:hover {
    text-decoration: none;
}  
.login-box .other-login .wx-login {
    width: 32px;
    height: 32px;
    background: #00bd61;
    border-radius: 20px;
    display: block;
    margin: 10px auto;
    cursor: pointer;
    padding: 5px;
}
.login-box .other-login .wx-login img {
    width: 100%;
}

.new-modal {
    
}
.new-modal .modal-dialog {
    width: 1000px;
}
.new-modal .modal-header {
    background: #ff3d49;
    padding: 10px 15px;
}
.new-modal .modal-header .modal-title {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.new-modal .content-box {
    max-height: 600px;
    overflow-y: scroll;
    padding: 10px;
}
.new-modal .content-box p {
    font-size: 13px;
    line-height: 24px;
    color: #333;
}


.circle-time {
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-block;
    margin-left: 12px;
}
.circle-time::after {
    clear: both;
    content: '';
    display: block;
}
.circle-time .game_time {
	width: 80px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
}
/* time scroll*/
.circle-time .pie {
	width: 80px;
	height: 80px;
	background-color: blue;
	border-radius: 80px;
	position: absolute;
}

.circle-time .pie1 {
	clip: rect(0px,80px,80px,40px);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	background-color: #000;
}

.circle-time .pie2 {
	clip: rect(0px,40px,80px,0px);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	background-color: #000;
}

.circle-time .hold {
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 1;
}

.circle-time .bg {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	position: absolute;
	background-color: #aaa;
}

.circle-time .remaining {
    color: #fff;
    font-size: 16px;
	width: 74px;
	height: 74px;
	margin: 3px 0 0 3px;
	background-color: #ff3d49;
	border-radius: 74px;
	position: absolute;
	z-index: 1;
	text-align: center;
	line-height: 74px;
}
.no-data {
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 500px;
}
.no-data::after {
    content: '';
    display: block;
    clear: both;
}
.no-data .info {
    width: 300px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ccc;
}
.no-data .info .iconfont {
    display: block;
    font-size: 60px;
    color: #ddd;
}
.no-data .info span {
    display: block;
    font-size: 12px;
}

/*  */
.sidebar-wrapper {
    position: fixed;
    top: 50%;
    right: 30px;
    width: 64px;
    transform: translate(0, -50%);
    z-index: 10;
}
.sidebar-wrapper li {
    padding: 15px 12px;
    cursor: pointer;
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sidebar-wrapper li:hover,
.sidebar-wrapper li.active {
    background: #ff3d49;
}
.sidebar-wrapper li:first-of-type:hover {
    border-radius: 0px 32px 0 0;
}
.sidebar-wrapper li:first-of-type {
    border-radius: 32px 32px 0 0;
    padding-top: 20px;
}
.sidebar-wrapper li:last-of-type {
    border-radius: 0 0 32px 32px;
    padding-bottom: 20px;
}
.sidebar-wrapper li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: 40px;
    height: 1px;
    background: rgba(255,255,255, .2)
}
.sidebar-wrapper li:first-of-type::after {
    content: none;
}
.sidebar-wrapper li>.iconfont {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}
.sidebar-wrapper li .sidebar-rcode-wrapper {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
}
.sidebar-wrapper li:hover .sidebar-rcode-wrapper {
    display: block;
}
.sidebar-wrapper li .sidebar-rcode {
    padding: 10px;
    background-color: #ff3d49;
    border-radius: 4px 0 4px 4px;
}
.sidebar-wrapper li .sidebar-rcode img {
    width: 150px;
    height: 150px;
}
.sidebar-wrapper li .sidebar-rcode span {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
}
.sidebar-wrapper li .sidebar-phone-wrapper {
    display: none;
    position: absolute;
    top: 0px;
    right: 100%;
    height: 100%;
    z-index: 1;
}
.sidebar-wrapper li:hover .sidebar-phone-wrapper {
    display: block;
}
.sidebar-wrapper li .sidebar-phone {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    height: 100%;
    padding: 22px;
    white-space: nowrap;
    border-radius: 4px 0 0 4px;
    background-color: #ff3d49;
}
.sidebar-feedback-wrapper {
    display: none;
    position: absolute;
    top: -184px;
    right: 64px;
    padding-right: 30px;
}
.sidebar-wrapper li .sidebar-feedback {
    width: 280px;
    padding: 15px;
    cursor: default;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 9px 27px rgba(137, 139, 138, .14);
}
.sidebar-wrapper li .sidebar-feedback .sfb-title {
    color: #282828;
    font-size: 16px;
    line-height: 16px;
    position: relative;
}
.sidebar-wrapper li .sidebar-feedback .sfb-title .iconfont {
    position: absolute;
    top: 50%;
    right: 0;
    color: #323232;
    font-size: 16px;
    line-height: 14px;
    margin-top: -8px;
    text-align: center;
    cursor: pointer;
  }
  .sidebar-wrapper li .sidebar-feedback .form-control {
    outline: none;
    box-shadow: none;
    border: none;
    margin-top: 10px;
    font-size: 12px;
    background-color: #F2F1F7;
  }
  .sidebar-wrapper li .sidebar-feedback .form-control:focus {
    box-shadow: none;
  }
  .sidebar-wrapper li .sidebar-feedback textarea.form-control {
    height: 120px;
    border: none;
    margin-top: 10px;
    font-size: 12px;
    padding: 12px 6px;
    resize: none;
    background-color: #F2F1F7;
  }
  .sidebar-wrapper li .sidebar-feedback .sfb-info {
    color: #969595;
    font-size: 12px;
    margin-top: 10px;
  }
  .sidebar-wrapper li .sidebar-feedback .sfb-submit {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 45px;
    background-color: #ff3d49;
    border-radius: 4px;
    margin-top: 20px;
    outline: none;
    border: none;
  }


/* carousel */
.carousel {}
.carousel-control .iconfont{
    position: absolute;
    top: 50%;
    left: 40px;
    right: auto;
    transform: translate(0px, -50%);
    font-size: 60px;
}
.carousel-control.right .iconfont{
    right: 40px;
    left: auto;
}
.carousel-indicators {
    bottom: 0 !important;
}
.question-list {

}
.question-list .panel {
    border: none;
    box-shadow: none;
}
.question-list .panel-heading {
    border: none;
    background: #f0f3f7;
    padding: 0px;
    cursor: pointer;
}
.question-list .panel-heading .panel-title {
    font-weight: 400;
}
.question-list .panel-heading .panel-title>a {
    padding: 20px;
    display: block;
    text-decoration: none;
}
.question-list .panel-body {
    border: none !important;
    position: relative;
    padding-left: 50px;
}
.question-list .panel-body .da {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 16px;
    color: #ff3d49;
}
.question-list .panel-body p {
    font-size: 16px;
    color: #555;
    line-height: 32px;
}

.card-box {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
}
.card-box .box-head {

}
.card-box .box-head .title {
    margin: 0px;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.card-box .box-head .title::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 16px;
    border-radius: 2px;
    background: #ff3d49;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
.card-box .box-head .state {
    float: right;
    margin-top: 4px;
}
.state.normal {
    color: #24a4ff;
}
.state.abnormal {
    color: #ff1d1d;
}
.card-box .box-body {

}
.account .account-item{
    margin: 20px 0;
}
.account .account-item .title {
    font-size: 14px;
    color: #8b93a7;
    display: block;
    font-weight: 400;
}
.account .account-item .money {
    font-size: 20px;
    display: block;
    color: #ff3d49;
}
.account .account-item .money.big-text {
    font-size: 32px;
    color: #333;
}
.menu-list {
    padding: 20px 0 !important;
}
.menu-list li {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
}
.menu-list li:nth-child(2n) {
    padding-right: 0px;
    padding-left: 10px;
}
.menu-list .menu-item {
    display: block;
    width: 100%;
    background: none;
    border: solid 1px transparent;
    padding: 8px;
    text-align: center;
    border-radius: 4px;
    background: #eee;
    color: #666;
}
.menu-list .menu-item:hover,
.menu-list .menu-item.active {
    border: solid 1px #ff3d49;
    background: #ff3d49;
    color: #fff;
}

.card-content-box {
    min-height: 600px;
    padding: 0px;
}
.card-content-box .box-head {
    border-bottom: solid 1px #eee;
    padding: 15px 20px;
}
.card-content-box .box-body {
    padding: 20px;
}
.card-content-box .box-body .form-box {
    padding: 0px;
    background: none;
}
.card-content-box .box-body .item-title {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
}
.table-box {}
.table-box .table {

}
.table-box .table th,
.table-box .table td {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 12px 4px;
}
.table-box .table th {
    color: #888;
}
.table-box .table td {
    cursor: pointer;
}
.table-box .bank-item {
    font-weight: 400;
    color: #333;
    margin: 0px;
}
.table-box .table .btn-primary {
    height: 26px;
    min-width: 60px;
    font-size: 14px;
    padding: 2px;
    border-radius: 4px;
    margin-top: -13px;
    margin-bottom: -10px;
}
.table-box .table .pic-link {

}
.table-box .table .pic-link img {
    width: 40px;
    height: 28px;
    display: inline-block;
    margin-right: 10px;
    margin-top: -12px;
    margin-bottom: -10px;
}
.pagination {
    margin: auto;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #ff3d49;
    border-color: #ff3d49;
}
.pagination > li > a, 
.pagination > li > span {
    color: #ff3d49;
}
.pagination > li > a:hover, 
.pagination > li > span:hover {
    background: #ff3d49;
    color: #fff;
    border-color: #ff3d49;
}
.layout-box {
    margin-bottom: 15px;
}
.bank-list {
    max-height: 80px;
    overflow-y: auto;
}
.bank-list .bank-item {
    font-weight: 400;
    margin-bottom: 0px;
    padding: 10px;
    cursor: pointer;
    display: block;
}
.bank-list .bank-item .radio {
    margin-right: 10px;
    display: inline-block;
}
.bank-list .bank-item span,
.money-box .bank-item span {
    color: #333;
}
.bank-list .bank-item span.title,
.money-box .bank-item span.title {
    color: #666;
}
.bank-list .bank-item span.info,
.money-box .bank-item span.info {
    margin-right: 20px;
}
.money-box {}
.money-box .form-group {
    margin-bottom: 10px;
}
.money-box .form-group .form-control {
    width: 240px;
    margin-right: 10px;
    display: inline-block;
}
.money-box .form-group .dx {
    color: #ff3d49;
}
.money-box .price,
.money-box .bank-item  {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.money-box .price span {
    color: #ff3d49;
}

.vip {
    position: relative;
    display: inline-block;
    width: 80px;
}
.vip img {
    width: 100%;
    margin-top: -5px;
}
.vip .level {
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 4px;
    top: 0px;
    font-style: italic;
    font-weight: bold;
    width: 20px;
    height: 18px;
    text-align: left;
    line-height: 15px;
}
.new-tabs {
    border-bottom: none;
}
.nav-tabs.new-tabs > li > a {
    color: #333;
    /*border-radius: 4px;*/
    border: none;
    min-width: 140px;
    text-align: center;
}
.nav-tabs.new-tabs > li > a:hover, 
.nav-tabs.new-tabs > li > a:focus {
    background: #eee;
    border: none;
    /* margin: 0px; */
}
.nav-tabs.new-tabs > li.active > a, 
.nav-tabs.new-tabs > li.active > a:hover, 
.nav-tabs.new-tabs > li.active > a:focus {
    background: #ff3d49;
    color: #fff;
    border: none;
}
.nav-tabs.new-tabs > li > a .bubble {
    padding: 2px 10px;
    background: #ff3d49;
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    font-size: 12px;
}
.nav-tabs.new-tabs > li.active > a .bubble, 
.nav-tabs.new-tabs > li.active > a:hover .bubble, 
.nav-tabs.new-tabs > li.active > a:focus .bubble {
    background: #fff;
    color: #ff3d49;
}
.pay-modal {

}
.pay-modal .modal-dialog {
    width: 800px;
}
.pay-modal .car-content {
    margin-left: -15px;
    margin-bottom: 0px;
}
.pay-modal .car-content .car-info {
    padding: 10px;
}
.pay-modal .pic {
    width: 100%;
}
.pay-modal .car-detail {
    margin: 0px;
}
.pay-modal .car-detail .attribute {
    width: 50%;
    float: left;
    padding-right: 10px;
    line-height: 26px;
}
.pay-modal .car-detail .attribute:nth-of-type(2n) {
    padding-left: 10px;
    padding-right: 0px;
}
.pay-modal .car-detail::after {
    content: '';
    display: block;
    clear: both;
}
.pay-modal .operation-box {
    margin: 20px 0;
}
.pay-modal .operation-box .total {
    float: right;
    margin-top: -4px;
}
.pay-modal .operation-box .total > b {
    font-size: 24px;
    color: #ff3d49;
}
.pay-modal .btn-pay .btn{
    margin-left: 20px;
}
.car-type-box {
    display: none;
    width: 230px;
    height: 450px;
    position: absolute;
    background: #fff;
    border: 1px solid #ff3d49;
    z-index: 1000;
}
.car-type-box .title {
    color:#ff3d49;
    text-align:center;
    font-size: 14px;
    padding: 6px;
}
.car-type-box .anchor {
    float: left;
    width: 16px;
    height: auto;
    margin-left: 10px;
}
.car-type-box .anchor .scrollto {
    cursor: pointer;
    font-size: 12px;
    background: #eee;
    color: #666;
    border: 1px solid #fff;
    float: left;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
}
.car-type-box .anchor .scrollto:hover {
    color: #333;
}
.car-type-box .option-list {
    padding-left: 4px;
    width: 200px;
    float: left;
    height: 414px;
    overflow-x: hidden;
    margin-top: 1px;
    padding-right: 10px;
}
.car-type-box .option-list .option-title {
    background-color:#ddd;
    padding: 2px;
    text-align:center;
}
.car-type-box .option-list .option-item {
    font-size: 12px;
    line-height: 24px;
    padding: 4px 6px;
    cursor: pointer;
}
.car-type-box .option-list .option-item:hover,
.car-type-box .option-list .option-item.active {
    background: #ff3d49;
    color: #fff;
}
.car-type-box .option-list .option-item .img {
    width: 20px;
    margin-right: 10px;
}
.car-type-box.car-type-info {

}
.car-type-box.car-type-info .option-list{
    width: 100%;
    padding: 0 10px;
}
.car-type-box.car-type-info .option-list .option-title {

}
.car-type-box.car-type-info .option-list .option-item {

}
.login-box .form-group .errpr-info {
    color: #ff1d1d;
    font-size: 12px;
    position: absolute;
    left: 0px;
    bottom: -18px;
    display: none;
}
.login-box .form-group.error .errpr-info {
    display: block;
}
.all-state-box {
    margin: 20px 0;
}
.all-state-box .state-item {
    padding: 10px 0;
    border: solid 1px #eee;
    
}
.all-state-box .state-item .state-mes {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}
.all-state-box .state-item .state-mes .img{
    width: 85px;
    height: 85px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.all-state-box .state-item .state-mes .text{
    font-size: 18px;
    color: #333;
    vertical-align: middle;
    font-weight: 300;
}
.all-state-box .state-item .state-mes .text .price {
    color: #ff1d1d;
}
.all-state-box .state-item .btn {
    display: block;
    margin: 10px auto 0;
}