body,.breadcrumb{  
    background: #F8F6F9;
}

/* 商城列表 */
.shopping {
    padding:50px 0;
}
.shopingImg img{
    display: block;
    width: 100%;
}
.shopping .shoptitle {
    position: relative;
    border-bottom: 1px solid rgba(230,230,230,1);
    text-align: center;
}
.shopping .shoptitle:after{
    position: absolute;
    display: block;
    content: '';
    width:42px;
    height:4px;
    background:rgba(255,34,50,1);
    bottom: 0;
    left: 50%;
    margin-left: -21px;
}
.shopping .shoptitle h2{
    font-size:32px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:40px;
}
.shopping .shoptitle h3{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:40px;
}
.shopping .shoppingList li {
    padding: 14px;
}
.shopping .shoppingList li a{
    display: block;
    height: 350px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    transition: .5s;
    cursor: pointer;
}
.shopping .shoppingList li a:hover {
    border: 1px solid #FF2232;
}
.shopping .shoppingList li .p-img {
    height:230px;
    width: 100%;
    border-bottom:1px solid rgba(230,230,230,1);
    padding:30px 0;
    overflow: hidden;
}
.shopping .shoppingList li .p-img img{
    display: block;
    width: 172px;
    margin: 0 auto;
}
.shopping .shoppingList li .p-con {
    padding: 14px;
}
.shopping .shoppingList li .p-con p {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 48px;
}
.shopping .shoppingList li .p-con h2{
    margin-top: 10px;
    font-size:18px;
    font-weight:400;
    color:rgba(255,34,50,1);
    line-height:30px;
    font-weight: 600;
}
.shopping .shoppingList li .p-con h2 span {
    display: block;
    float: right;
    width:30px;
    height:30px;
    background:rgba(255,34,50,1);
    border-radius:50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
}
.shopping .more {
    margin: 20px auto;
    width:140px;
    height:36px;
    border:1px solid rgba(255,34,50,1);
    border-radius:4px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,34,50,1);
    line-height:34px;
    text-align: center;
    cursor: pointer;
    transition: .5s;
}
.shopping .nomore {
    margin-top: 20px;
    text-align: center;
}
.shopping .more:hover {
    background: rgba(255,34,50,1);
    color: #fff;
}
/* 商城详情 */
.showShopping .info {
    background: #fff;
    padding: 15px 0;
    margin: 0;
    margin-bottom: 20px;
}
.showShopping .info .thumb .img{
    padding: 30px 55px;
    border:1px solid rgba(230,230,230,1);
    max-height: 370px;
}
.showShopping .info .thumb .img img{
    display: block;
    width: 100%;
    max-height: 326px;
}
.showShopping .info .thumb ul {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.showShopping .info .thumb ul li{
    width:55px;
    height:55px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    padding:6px 11px;
    cursor: pointer;
}
.showShopping .info .thumb ul li img{
    display: block;
    width: 100%;
}
.showShopping .info .infoCon h2{
    font-size:28px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:48px;
    font-weight: 600;
    margin: 10px 0;
}
.showShopping .standards{
    background:rgba(250,250,250,1);
    padding: 20px;
}
.showShopping .standards .item{
    width: 100%;
    height: 38px;
    /* margin: 10px 0; */
}
.showShopping .standards i {
    font-style: normal;
}
.showShopping .standards span{
    display: inline-block;
    width: 64px;
    text-align-last: justify; font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(191,191,191,1);
    line-height:38px;
    margin-right: 20px;
}
.showShopping .standards form{
    display: inline-block;
    width: 150px;
} 
.showShopping .standards .form-control{
    text-align: center;
    font-weight: 600;
}
.input-group-prepend {
    cursor: pointer;
}
.showShopping .price {
    padding: 0 20px;
    margin-top: 15px;
}
.showShopping .price h3{
    float: left;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,34,50,1);
    line-height: 44px;
    margin-bottom: 0;
}
.showShopping .price .y-price {
    float: left;
    line-height: 44px;
    color: #666;
    font-size: 14px;
    margin-left: 20px;
    text-decoration: line-through;
    font-style: italic;
}
.showShopping .price .gwcAdd{
    display: block;
    float: right;
    margin: 0;
    width:160px;
    height:44px;
    background:rgba(255,34,50,1);
    color: #fff;
    border-radius:4px;
    line-height: 44px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.showShopping .price .gwcAdd span{
    font-size: 22px;
    margin-right: 15px;
    line-height: 44px;
}
.shoppingDetails {
    background:rgba(255,255,255,1);
    padding: 14px;
}
.shoppingDetails .title {
    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);
}
.shoppingDetails .title::before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width:10px;
    height:32px;
    background:rgba(225,12,32,1);
}
.shoppingDetails .content h2{
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: 600;
}
.shoppingDetails .content {
    padding: 14px;
    white-space: pre-line;
    font-size: 18px;
    line-height: 36px;
    word-wrap: break-word;
}
.shoppingDetails .content h3{
    font-size: 18px;
    line-height: 32px;
    color: #333;
    font-weight: 600;
}
.shoppingDetails .content p{
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

/* 登录注册
 */
 .loginContent {
    margin: 105px auto;
    padding: 30px;
    width:500px;
    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: 60px;
    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; 
    line-height: 40px;
}
.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;
}
.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: #E10C20;
}
.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 .btn{
    /* text-align: right; */
    float: right;
    color: #fff;
    display: none;
    cursor: pointer;
}
.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;
}
@media (max-width: 780px){
    .loginContent {
        width: 100%;
        margin: 30px auto;
        
    }
}
@media (min-width: 768px){
    .container {
        min-width: 1200px;
    }
}

@media (min-width: 576px){
    .container {
        min-width: 1200px;
    }
}