﻿a {
    color: black;
}

a:hover {
    text-decoration: none;
}

.container-fluid {
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

:root {
    /*    --bg-green: rgba(102, 204, 153, 1);*/
    --bg-green: #FE6B36;
    --line-grey: rgb(242, 242, 242);
    --bg-grey: rgb(229, 229, 229);
}

/*自制check复选框*/
.check-qinghui {
    margin: 0;
    display: inline;
    font-weight: 400;
    cursor: pointer;
}

.check-qinghui i {
    cursor: pointer;
    height: 20px;
    width: 20px;
    border: 1px solid rgb(121, 121, 121);
    background: white;
    display: inline-block;
    position: relative;
    margin-right: 6px;
    transform: translateY(3px);
}

.check-qinghui input[type="checkbox"] {
    display: none;
}

.check-qinghui i::after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 15px;
    height: 7px;
    background: 0 0;
    top: 4px;
    left: 2px;
    border: 3px solid #3FBBCF;
    border-top: none;
    border-right: none;
    transition: all 0.1s;
}

.check-qinghui input[type="checkbox"]:checked + i:after {
    opacity: 1;
    transform: rotate(-405deg);
}

.active-color {
    color: rgb(255, 102, 0)
}

.white-card {
    background: white;
    padding: 14px;
}


/*收藏*/
/*ä¹¦ç­¾æ ·å¼*/

.button-content-right {
    float: left;
    width: 180px;
    height: 40px;
    background-color: #B2DE34;
    font-size: small;
    line-height: 40px;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
}

.button-content-right:before {
    content: '';
    width: 0;
    height: 0%;
    border: 15px solid;
    border-color: transparent #58661C transparent transparent;
    border-top: 0;
    left: -16px;
    position: absolute;
    top: 40px;
}

.button-content-right:after {
    content: '';
    width: 40px;
    height: 0%;
    border: 20px solid;
    border-color: transparent transparent transparent #B2DE34;
    position: absolute;
    right: -40px;
    top: 0px;
}

.img-text {
    position: absolute;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 30px;
    background: #000000;
    opacity: 0.55;
    bottom: -55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
