a {
    text-decoration: none;
}

.banner {
    width: 100%;
    height: 360px;
    position: relative;
}
.crumbs{
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    color: white;
}
.crumbs a{
    color: white;
    text-decoration: none;
}
.banner > img {
    width: 1920px;
}

.bar {
    height: 64px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.bar ul {
    list-style: none;
    display: flex;
}

.bar ul li {
    width: 80px;
    height: 60px;
    margin-right: 60px;
}

.bar ul .bar-active {
    border-bottom: 4px solid #3B83F2;
}

.bar ul li a {
    line-height: 60px;
    font-size: 16px;
    color: #555555;
}

.bar ul .bar-active a {
    color: #111111;
}

.page_form{
    height: 60px;
    display: flex;
    justify-content: left;
    font-size: 14px;
}
.page_form label{
    line-height: 60px;
    margin: 0 15px 0 0px;
}
.inputText{
    width: 200px;
    height: 26px;
    margin-top: 15px;
    margin-right: 15px;
    padding: 2px 10px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #777;
}
.formBtn{
    height: 30px;
    margin:15px 15px 0;
    color: white;
    background-color: #3B83F2;
    border: none;
    padding: 0 20px;
    border-radius: 4px;
    letter-spacing: 2px;
    font-size: 14px;
    cursor: pointer;
}
.page_form input[type=checkbox] {
    visibility: hidden;
}
/* SQUARED FOUR */
.squaredFour {
    width: 20px;
    margin: 20px 30px 20px -25px;
    position: relative;
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    background: #fcfff4;

}

.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #3B83F2;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.supplier-list {
    min-height: 350px;
    background-color: rgb(240, 244, 250);
    border: 1px solid rgb(240, 244, 250);
    padding: 20px 0;
}

.list-item {
    margin: 10px auto;
    height: 184px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #FFFFFF 0%, #F2F7FF 100%);
    border-radius: 10px;
    display: flex;
    padding: 32px;
    box-shadow: 8px 8px 12px 0px #3B5C8F0A;
}

.list-item > img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
}

.list-item-info {
    width: 900px;
    margin-left: 35px;
    border-right: 1px solid #EEEEEE;
}

.list-item-info-head {
    display: flex;
}

.list-item-info-head h3 {
    font-weight: 700;
    font-size: 24px;
}

.list-item-remark {
    height: 24px;
    margin-top: 5px;
    margin-left: 15px;
    border-radius: 4px;
    display: flex;
    background-color: #3B83F214;
}

.list-item-remark-r {
    color: #3B83F2;
    line-height: 24px;
    padding: 0 5px;
}

.list-item-remark-l {
    min-width: 24px;
    height: 24px;
    border-radius: 4px 0 7px 4px;
    background: linear-gradient(#79AEFF, #3B83F2);
}

.list-item-remark-l svg {
    margin-left: 6px;
    margin-top: 5px;
}

.list-item-remark-warn {
    background-color: #FFEEDF
}

.list-item-remark-warn .list-item-remark-l {
    font-weight: 700;
    font-size: 14px;
    color: #B15E2C;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 8px;
}

.list-item-remark-warn .list-item-remark-r {
    color: #B15E2C;
}

.list-item-remark-warn .list-item-remark-l {
    background: linear-gradient(#FEE4CD, #FFBD99);
}

.list-item-score {
    margin-top: 20px;
}

.list-item-score {
    color: #FF5533;
    font-size: 14px;
}
.list-item-score svg{
    position: relative;
    top: 4px;
    margin-right: 6px;
}
.list-item-score span {
    color: #555555;
}
.list-item-labels{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.list-item-label{
    border-radius: 2px;
    background-color: #FF553314;
    color: #FF5533;
    font-size: 12px;
    padding: 3px 6px;
    margin-right: 8px;
    margin-bottom: 3px;
}

.list-item-btn{
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: white;
    text-align: center;
    background-color: #3B83F2;
    border-radius: 4px;
    margin-top: 35px;
    margin-left: 20px;
}
