/*banner部分样式*/
.banner{
    background:url("../assets/img/banner.jpg")no-repeat center;
    background-size: cover;
    width:100%;
    height:350px;
    margin-bottom:20px;
}
.banner .login-con{
    width: 320px;
    height: 350px;
    background: #FFFFFF22;
    float:right;
    padding:0 30px;
}
.banner .login-con .login-btn{
    width:100%;
    height:44px;
    background: #B91425;
    border-radius: 20px;
    font-size: 14px;
}
.banner .login-con .forget{
    font-weight: 400;
    color: #B91425;
    line-height: 30px;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
}
.banner .login-con .login-title{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    margin-top:40px;
    margin-bottom:29px;
    text-align: center;
}
.banner .login-con .input-group{
    margin-bottom:10px;
    height:38px;
}
.banner .login-con .input-group .code-con{
    height:38px;
    width:120px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.banner .login-con .input-group .code-btn{
    width:106px;height:38px;background: #B91425;font-size: 12px;color: #FFFFFF;float:right
}
.banner .login-con .input-group .input-group-addon{
    background-color:#ffffff;
    box-shadow: 0 0 0 transparent;
    padding-right:0;
    border:0px;
}
.banner .login-con .input-group .form-control{
    border:0px;
    height:38px;
}

/*卡片样式*/
.cart{
    width:calc(50% - 20px);
    margin-right:20px;
    margin-bottom:20px;
    float:left;
    height:350px;
    overflow: hidden;
}
.cart .table{
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.hide-none{
    display: block;
}
.one{
    width: 30%
}
.two{
    width: 20%
}
.three{
    width: 17.5%
}
.four{
    width: 15%
}
.cart .table .table-header{
    background: #ECECEC44;

    box-shadow: 0 0 0 transparent !important;
}
.cart .table .table-header li{
    font-weight: bold;
}
.cart .table .table-con{
    padding:0 15px;
    background:#ffffff;
}
.cart .table .table-padding{
    height:300px;
    padding:20px;
    box-sizing: border-box;
}
.cart .table .table-con .bg-img{
    background:url("../assets/img/img1.jpg")no-repeat center;
    width:100%;
    height:100%;
    background-size: cover;
    position: relative;
}
.cart .table .table-con .bg-img1{
    background:url("../assets/img/img2.jpg")no-repeat center !important;
}
.cart .table .table-con .bg-img2{
    background:url("../assets/img/img3.jpg")no-repeat center !important;
}
.cart .table .table-con .bg-img .absolute-con{
    width: 348px;
    height: 143px;
    background: #49494933;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding:20px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin:auto;
}
.cart .table .table-con .bg-img .absolute-con .button{
    width: 116px;
    height: 44px;
    background: #B91425;
    border-radius: 4px;
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    bottom:-22px;
}
ul{
    overflow: hidden;
}
ul li {
    list-style-type: none;
}
.cart .table ul:first-child li{
    padding:0 15px;
    float:left;
    height:50px;
}
.cart .table ul{
    box-shadow:0 1px 0 #D5D5D5;
    margin-bottom:0;
    padding-left:0 !important;
}
.cart .table .table-con ul li:first-child{
    padding-left:0px !important;
}
.cart .table .table-con ul li:last-child{
    text-align: center;
}
.cart .table .table-con ul .brown{
    color:#B91425;
    cursor: pointer;
}
.cart .table .table-con ul li {
    padding-left:15px !important;
}
.cart .table ul li{
    padding:0 15px;
    height:50px;
    float: left;
    line-height: 50px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.middle{
    margin-right:-20px;
    overflow: hidden;
}
.cart-title{
    padding:0 20px;
    line-height: 50px;
    height:50px;
    background: #ECECEC;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-title .border-btm{
    width: max-content;
    border-bottom:3px solid #333;
    font-size: 16px;
    font-weight: bold;
    color: #481869;
    height:100%;
}
.cart-title .more{
    font-size: 14px;
    font-weight: 400;
    color: #B91425;
    cursor: pointer;
}
.cart .border{
    position: relative;
    margin-left:13px;
    overflow: initial !important;
}
.cart .border::after{
    content:'';
    width:5px;
    position:absolute;
    background: #B91425;
    top:23px;
    left:-13px;
    height: 5px;
    border-radius: 5px;
}
.flex-center-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*首页表单图标样式*/
.input-icon{
    width: 12px;
    height: 14px;
}
