* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '微软雅黑';
}
a:link,a:visited{
    text-decoration:none;  /*超链接无下划线*/
}
/* 红15 #E51624  标题14 #333  导读12 #999
图片 120px*75px */
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
body,.breadcrumb{  
    background: #F8F6F9;
}
@font-face{
    font-family: iconfont;
    src: url(../fontNew/iconfont.eot), url(../fontNew/iconfont.svg), url(../fontNew/iconfont.ttf), url(../fontNew/iconfont.woff);
}
.clear:after{
    display: block;
    content: '';
    clear: both;
}
.iconfont {
    font-family: iconfont;
}
/* daohang */
.navbar {
    background: #E51624;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
}
.navbar ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.navbar li, .navbar a {
    display: block;
    height: 100%;
}
.navbar .nav-link {
    padding: 0;
}
.navbar img {
    display: block;
    height: 100%;
}
.navbar .iconfont {
    display: block;
    font-size: 20px;
    line-height: 48px;
    color: #fff !important;
}
.navbar .dropdown-menu {
    right: 0 !important;
    left: auto;
}
.dropdown-item.active, .dropdown-item:active {
    background: #E51624;
    color: #fff !important;
}
/* 登录注册
 */
 .loginContent {
    height: 100vh;
    padding: 30px;
    width:500px;
    margin: 0 auto;
    background:rgba(255,255,255,1);
}
.loginTitle {
    border-bottom: 1px solid rgba(230,230,230,1);
    padding: 0 20px;
    margin-bottom: 20px;
}
.loginTitle a{
    display: inline-block;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:50px;
    margin-right: 50px;
    cursor: pointer;
}
.loginTitle a.active{
    border-bottom: 4px solid rgba(225,12,32,1);
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid{
    border-color: green;
}
.login form{
    padding: 14px;
}
.login .input-group{
    height: 50px;
}
.loginBtn{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.login .btn-primary,.login .btn-primary:not(:disabled):not(.disabled):active,.adminMain .btn-primary{
    width:150px;
    height:50px;
    background:rgba(225,12,32,1);
    color: #fff;
    border: none; 
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: none;
}
.register{
    text-align: right;
    margin-top: 10px;
}
.forgetPassword .register{
    text-align: center;
}
.login input{
    font-size:14px;
    font-weight:400;
    color:rgba(191,191,191,1);
    line-height:30px;
    /* -webkit-tap-highlight-color: rgba(255, 255, 255, 0); */
    /* outline: none; 
    background-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0,0,0,0); */

}
.login .form-check-label {
    padding-left: 20px;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:22px;
}
.login .form-check-label a{
    color: #2095F2;
}
.login .input-group {
    position: relative;
}
.login .input-group .txCode {
    position: absolute;
    display: block;
    right: 14px;
    top: 2px;
    height:40px;
    cursor: pointer;    
    z-index: 999;
}
.login .input-group .yzm{
    position: absolute;
    right: 14px;
    top: 10px;
    height:30px;
    padding: 0 8px;
    border:1px solid rgba(32,149,242,1);
    text-align: center;
    line-height: 30px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(32,149,242,1);
    cursor: pointer;
    background: none;
    z-index: 99;
}
.formhidden{
    display: none;
}
/* 个人中心 */
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: #E51624;
}
.adminMain {
    display: flex;
    justify-content: space-between;
}
.adminMain .slideLeft{
    width:260px;
    height:800px;
    background:rgba(255,255,255,1);
}
.adminMain .slideLeft h2{
    width:260px;
    height:80px;
    background:rgba(255,255,255,1);
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(102,102,102,1);
    line-height:80px;
    padding-left: 22px;
}
.adminMain .slideLeft h2 span{
    padding-right: 15px;
}
.adminMain .slideLeft .content{
    background:rgba(250,250,250,1);
    padding: 10px 0 10px 46px;
    width: 100%;
}
.adminMain .slideLeft .content a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color: #333;
}
.adminMain .slideLeft .content a.active{
    background:rgba(225,12,32,1);
    color: #fff;
}
.adminMain .adminCon {
    width:920px;
    min-height:800px;
    background:rgba(255,255,255,1);
    padding: 36px 39px;
}
.adminMain .adminCon .adminTitle{
    position: relative;
    font-size:28px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(225,12,32,1);
    line-height:54px;
    padding-left: 30px;
    border-bottom: 1px solid rgba(230,230,230,1);;
}
.adminMain .adminCon .adminTitle::before{
    position: absolute;
    left: 0;
    top: 11px;
    display: block;
    content: '';
    width:10px;
    height:32px;
    background:rgba(225,12,32,1);
}
.adminMain form {
    margin:20px 10px;
    width: 420px;
}
.adminMain input{
    height: 44px;
    margin-bottom: 15px;
}
.adminMain label{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.adminMain .btn-primary {
    margin-top: 20px;
}
/* 我的订单 */
.adminMain .myOrder{
    width: 100%;
    padding: 24px;
    display: flex;
}
.adminMain .myOrder .item {
    width: 50%;
    display: flex;
}
.adminMain .myOrder .item .iconfont {
    width:100px;
    height:100px;
    background:rgba(255,103,10,1);
    border-radius:50%;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 46px;
    margin-right: 27px;
}
.adminMain .myOrder .item.success .iconfont{
    background:rgba(32,149,242,1);
}
.adminMain .myOrder .item h2{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:54px;
}
.adminMain .myOrder .item h2 span{
    color:rgba(255,103,10,1);
}
.adminMain .myOrder .item.success h2 span{
    color:rgba(32,149,242,1);
}
.adminMain .myOrder .item a{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:20px;
}
/* 待支付订单 */
.adminMain .toPaid ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.adminMain .toPaid ul li {
    position: relative;
    margin: 15px;
    width: 100%;
    display: flex;
    border:1px solid rgba(230,230,230,1);
    cursor: pointer;
    transition: .5s;
}
.adminMain .toPaid ul li:hover {
    border-color: rgba(255,103,10,1);
    box-shadow: 0 0 5px #999;
}
.adminMain .toPaid ul li::before{
    position: absolute;
    display: block;
    content: '';
    border: 22px solid rgba(230,230,230,1);
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.adminMain .toPaid ul li::after{
    display: block;
    content: '\e60d';
    position: absolute;
    top: 2px;
    left: 6px;
    font-family: iconfont;
    color: #fff;
    text-align: center;
}
.adminMain .toPaid ul li.active{
    border-color: rgba(255,34,50,1);
}
.adminMain .toPaid ul li.active:before {
    border-color: rgba(255,34,50,1);
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.adminMain .toPaid ul li .img{
    width:194px;
    height:194px;
    overflow: hidden;
}
.adminMain .toPaid ul li .img img{
    display: block;
    width: 100%;
}
.adminMain .toPaid ul li .content {
    padding-top: 15px;
    width: calc(100% - 194px);
    padding: 15px;
}
.adminMain .toPaid ul li .content h3{
    margin-bottom: 15px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:24px;   
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.adminMain .toPaid ul li .content .time{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#999;
    line-height:24px;
}
.adminMain .toPaid ul li .content .price {
    color: rgba(255,34,50,1);
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
}
.adminMain .toPaid ul li .content .icon {
    font-size: 86px;
    position: absolute;
    top: 23px;
    right: 48px;
    color: red;
}
.adminMain .toPaid ul li .content .pay {
    display: block;
    width:120px;
    height:36px;
    margin-top: 15px;
    background:rgba(255,34,50,1);
    border-radius:4px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    float: right;
}
/* 订单详情 */
.adminMain .orderDetails{
    width: 100%
}
.adminMain .orderDetails ul li {
    width: 100%;
    display: flex;
}
.adminMain .orderDetails ul li .img{
    width: 80px;
}
.adminMain .orderDetails ul li .img img{
    display: block;
    width: 100%;
}
.adminMain .orderDetails ul li .content {
    width: calc(100% - 80px);
    margin-left: 20px;
}
.adminMain .orderDetails ul li .content h2 {
    margin-top: 10px;
}
.adminMain .orderDetails ul li .content span{
    margin-left: 30px;
    color: rgba(255,34,50,1);
    font-weight: bold;
    font-style: 20px;
}
.adminMain .orderDetails .details{
    flex-wrap: wrap;    
    flex-direction: inherit;
}
.adminMain .orderDetails .details li{
    width: 50%;
}
.adminMain .orderDetails .card-footer {
    text-align: right;
}
.adminMain .orderDetails .card-footer span {
    color: rgba(255,34,50,1);
    font-weight: bold;
    font-style: 20px;
}
.adminMain .myCart ul li .content .pay{
    background: none;
    border: 1px solid rgba(255,34,50,1);
    color: rgba(255,34,50,1);
}
.adminMain .myCart ul {
    border-bottom: 1px solid rgba(230,230,230,1);
}
.adminMain .myCart .goPay {
    display: block;
    margin: 30px auto;
    width:150px;
    height:46px;
    background:rgba(255,34,50,1);
    border-radius:4px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
}
.adminMain form.buyCar{width: 100%;}
.buyCar .top{width: 100%;height: 40px;line-height: 40px;background-color: #f3f3f3;border: 1px solid #f1f1f1;}
.buyCar .box1{width: 130px;height: 100%;float: left;display: flex;align-items: center;}
.buyCar .box1 input{vertical-align: top;margin: 0 15px;}


.buyCar .middle{
    width: 100%;
}
.buyCar .goods{
    width: 100%;
    height:115px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    margin-bottom: 20px;
}
.buyCar .box1 img{width: 90px;max-height:115px;}
.buyCar .box1 label {
    margin-bottom: 0;
}
.box12{width: calc(100% - 430px);float: left;color: #333;display: flex;flex-wrap: wrap;
align-content: center;align-items: center;height: 100%;padding: 0 20px;}
.buyCar .box4, .buyCar .box5, .buyCar .box6 {
    float: left;
    width: 100px;
    height: 40px;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.buyCar .jingzao{color: #fff;background-color: #e2231a;display: inline-block;width: 28px;height: 15px;line-height: 15px;text-align: center;}
.buyCar .shengxian{color: #02c555;border: 1px solid #02c555;display: inline-block;width: 28px;height: 15px;line-height: 15px;text-align: center;}
.buyCar .box13{width: 230px;float: left;text-indent: 20px;}
.buyCar .box14,.buyCar .box16{
    width: 100px;
    height: 100%;
    line-height: 113px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,34,50,1);
    float: left;
    text-align: center;
    letter-spacing: 0.5px;
}
.buyCar .box14 span, .buyCar .box16 span{
    font-weight: 600;
    font-size: 18px;
}
.buyCar .box15{
    width: 100px;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.buyCar .box15 .minus,.buyCar .box15 .plus{
    width:30px;
    height:30px;
    text-align: center;
    line-height: 28px;
    background:rgba(247,247,247,1);
    border:1px solid rgba(230,230,230,1);
}
.buyCar .box15 .num{
    width:40px;
    height:30px;
    text-align: center;
    line-height: 28px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
}



.buyCar .bottom{width: 100%;height: 50px;border: 1px solid #f0f0f0;line-height: 50px;margin-top: 20px;}
.buyCar .bottom .payBtn {
    float: right;
    width: 160px;
    text-align: center;
    background: #f00;
    color: #fff;
    cursor: pointer;
}
.buyCar .bottom .right{width: 380px;height: 50px;float: right;}
.buyCar .bottom .right .allPrice{width: 280px;height: 40px;margin-top: 5px;float: left;line-height: 40px;}
.buyCar .bottom .right .allPrice .str{margin-right: 38px;}
.bottom .right .allPrice .fontColor1{color: #f00;font-weight: bold;margin: 0 3px;}
.buyCar .bottom .right .allPrice .fontColor2{color: #f00;font-weight: bold;font-size: 16px;}
.buyCar .bottom .right .balance{width: 96px;height: 50px;background-color: #e64346;color: #fff;font-size: 18px;font-weight: bold;line-height: 50px;text-align: center;float: right;cursor: pointer;}

.alert{
    display: inline-block;
    position: fixed;
    top: 30%;
    left: 50%;
    opacity: 0;
    transition: .5s;
    padding: 10px 40px;
}
.container {
    padding: 0;
}
/* 首页 */
.index {
    padding-bottom: 62px;
}
.index .nav-pills {
    background: #fff;
    padding: 10px;
}
.index .tab-pane {
    padding: 10px 2%;
    display: flex;
    flex-wrap: wrap;
}
/* .index .tab-pane ul li:nth-child(2n+1){
    background: #ffffffa3;
    display: flex;
}
.index .tab-pane ul li:nth-child(2n){
    background: #F3F3F3;
    display: flex;
} */
.index .tab-pane .item{
    width: 31%;
    margin:0 1%;
    /* margin-right: 2%; */
    cursor: pointer;
}
.index .tab-pane .img{
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
}
.index .tab-pane .img:nth-child(3n) {
    margin-right: 0;
}
.index .tab-pane .img img{
    display: block;
    width: 100%;
}
.index .tab-pane .item p{
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index .bottomBtn {
    height: 48px;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    background: #fff;
}
.index .tab-pane .img .show {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
}
.index .more {
    text-align: center;
    width: 200px;
    margin: 0 auto;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    /* background: #E51624; */
    color: #E51624;
    border-radius: 4px;
    cursor: pointer;
    display: none;
}
.index .model {
    position: fixed;
    bottom: 60px;
    background: #fff;
    display: none;
}
.index .model.active {
    display: block;
}
.catalogbtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.catalogbtn a {
    width: 100%;
    display: block;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
    text-align: center;
    background: #E51624;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}
.catalogbtn a.disabled {
    background: #333;
    cursor: none;
    display: none;
}
.index .bottomBtn .item {
    width: 50%;
    color: #333;
    line-height: 48px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 20px;
    border-top: 1px solid #eee;
}
.index .bottomBtn .item.cur {
    background: #E51624;
    color: #fff;
    border-top: none;
}
.index .nav {
    position: relative;
    border-bottom:1px solid #ccc;
}
.index .nav .all {
    /* margin-top: 10px; */
    width: 60px;
    line-height: 40px;
    /* height: 40px; */
    text-align: center;
}
.index .nav .all.active {
    color: #e64346;
    font-weight: 600;
}
.wrapper {
    position:relative;
    height: 40px;
    width: calc(100% - 60px);
    overflow: hidden;
    margin:0 auto;
}
.wrapper .scroller {
    position:absolute;
    height: 100%;
}
.wrapper .scroller li {
    float: left;
    width: 60px;
    line-height: 40px;
    text-align: center;
    font-style: none;
    margin: 0 10px;
    height: 40px;
    border-radius: 8px;
}
.wrapper .scroller li.active {
    color: #e64346;
    font-weight: 600;
}
/* 目录 */
.catalog, .detail{
    padding: 15px;
}
.catalog h2 {
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #e64346;
    font-weight: 600;
    letter-spacing: 4px;
}
.catalog .title {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    height: 40px;
    color: #e64346;
    line-height: 40px;
    border-bottom: 2px solid #e64346;
}
.catalog .title::before {
    position: absolute;
    top: 12px;
    left: 5px;
    display: block;
    content: '';
    width: 4px;
    height: 16px;
    background: #e64346;
}
.catalog .content  {
    margin-bottom: 10px;
}
.catalog .content a {
    color: #333;
    font-size: 14px;
    line-height: 28px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.catalog .content a:last-child {
    border-bottom: none;
}
.catalog .content h3 {
    color: #222;
    line-height: 18px;
    font-size: 16px;
    text-align: left;
}
.catalog .content .img img {
    width: 120px;
    height: 75px;
    margin-right: 10px;
}
.catalog .content .con .dec {
    font-size: 12px;
    line-height: 16px;
    color: #999;    
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .3s;
    white-space: pre-wrap;
}
.catalog .content .con .author {
    font-size: 14px;
    color: #999;
}
/* detail */
.detail {
    padding-bottom: 80px;
}
.detail p{
    margin-bottom: 0;
    text-align: justify;
}
.detail .title {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 600;
}
.detail .content img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
/* .detail .content p {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    margin: 5px 0;
} */
.detail .info {
    text-align: right;
    color: #888;
    font-size: 12px;
}
.detail .fabulous {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
}
.detail .fabulous .zan{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #e64346;
    text-align: center;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}
.detail .fabulous .add{
    position: absolute;
    color: #E51624;
    top: -20px;
    font-size: 14px;
    width: 60px;
    text-align: center;
    opacity: 0;
}
.detail .fabulous .add.cur{
    animation: move .6s;
}
@keyframes move {
    form {
        font-size: 14px;
        opacity: 0;
        top: -20px;
    }
    to {
        font-size: 22px;
        font-weight: 600;
        opacity: 1;
        top: -60px;
    }
}
.detail .leftBtn,.detail .rightBtn {
    position: fixed;
    font-size: 30px;
    color: #e64346;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}
.detail .leftBtn {
    left: 3px;
}
.detail .rightBtn {
    right: 3px;
}
.detail .suspension {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 5px 20px;
    display: flex;
    justify-content: space-around;
}
.detail .suspension .logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.detail .suspension .logo img {
    display: block;
    width: 100%;
}
.detail .suspension .font {
    line-height: 50px;
    font-size: 18px;
    color: #666;
    width: calc(100% - 100px);
    text-align: center;
}
.detail .suspension .btn {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    color: #e64346;
    animation: mymove 1s infinite;
}
/* 个人中心 */
.account .card {
    margin: 5px;
}
.account .card_body{
    display: flex;
}
.account .card_body .img {
    width: 30%;
}
.account .card_body .img img {
    display: block;
    width: 100%;
}
.account .card_body .content {
    width: 70%;
    padding-left: 12px;
}
.account .card_body .content .title {
    line-height: 70px;
    font-weight: bold;
    font-size: 20px;
}
.account .card_body .content .order_no {
    line-height: 40px;
    font-size: 14px;
}
.order_no_red {
    color: #e2231a;
    font-weight: 600;
}
.account .none {
    max-width: 50%;
    display: block;
    margin:50px auto;
}
/* 分享详情 */
.showContent {
    padding: 10px;
    min-height: calc(100vh - 48px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.showContent .btn-primary {
    width: 50%;
    margin: 20px auto;
    text-align: center;
    display: block;
    background: #e64346;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.showContent .card {
    width: 80%;
    margin: 0 auto;
}
.showContent .card h4 {
    text-align: center;
    margin: 0;
    line-height: 40px;
    font-size: 16px;
    color: #666;
}
.showContent .card-body {
    padding: 0;
}
/* 支付 */
.paid {
    height: calc(100vh - 48px);
    position: relative;
}
.paid .item {
    height: 48px;
    line-height: 48px;
    color: #666;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #F8F6F9;
}
.paid .item span {
    float: right;
    color: #e2231a;
    display: none;
    font-size: 30px;
}
.paid .item.active span{
    display: block;
}
.paid .btn-primary {
    position: absolute;
    left: 2%;
    bottom: 10px;
    display: block;
    width: 96%;
    height: 40px;
    line-height: 40px;
    background: #e2231a;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #e2231a;
}
.paid a:not([href]):not([tabindex]) {
    color: #fff;
}
/* shouye */
.indexCon {
    padding: 0;
}
.indexCon .card {
    margin-bottom: 10px;
}
.indexCon .card .card-body{
    padding: 0;
}
.indexCon .card .img {
    width: 120px;
    margin-right: 10px;
}
.indexCon .card .img img {
    display: block;
    width: 100%;
}
.indexCon .card .item h3 {
    font-size: 18px;
    color: #333;
    line-height: 36px;
}
.indexCon .card .number {
    line-height: 22px;
    font-size:16px;
    color: #999;
}
.indexCon .card .time {
    line-height: 40px;
    font-size: 14px;
    color: #999;
}
.indexCon .card .item {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #F8F6F9;
}
.indexCon .card .item:last-child {
    border-bottom: none;
}
.indexCon .btn-primary {
    background: #e2231a;
    border: none;
    cursor: pointer;
}
.indexCon .catalog {
    padding: 5px;
}
@keyframes mymove {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
@media (max-width: 780px){
    .loginContent {
        width: 100%;
    }
}
/* .form-control:focus {
    color:#495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
} */