* {
    margin: 0;
    padding: 0;
    font-family: Arial, 'microsoft yaHei', Helvetica, sans-serif;
    box-sizing: border-box;
    word-wrap: break-word; 
    word-break: normal; 
    font-weight: normal;
}
body{
    font-family: Arial, 'microsoft yaHei', Helvetica, sans-serif;
    min-width: 1200px;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: black;
}
ul,
ol,
p {
    margin-bottom: 0px;
}
li {
    list-style: none;
}

input,
button,
select,
textarea{
    outline: none;
}
label{
    margin: 0;
}
i{
    font-style: normal;
}

.clear::after {
    content: '';
    font-size: 0px;
    line-height: 0px;
    display: table;
    clear: both;
}

.flexbox{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}


.flex1{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.line1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.pdtb40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.pdtb50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
.mb50{
    margin-bottom: 50px;
}
.sxjz{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* 缩小bootstrap列表的间距 */
.cancel_list ul{
    margin-left: -10px;
    margin-right: -10px;
}
.cancel_list ul li{
    padding-left: 10px;
    padding-right: 10px;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

input.checkboxs{
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgb(225, 225, 225);
    position: relative;
    margin: 0;
    border-radius: 3px;
}
input.checkboxs:focus{
    outline: none;
}

.swiper-button-next, .swiper-button-prev{
    outline: none;
}



/* 清除input file默认样式 */
    input.upfiles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        border: none;
        color: none;
        -webkit-appearance: none;
        opacity: 0;
    }
    input.upfiles::-webkit-file-upload-button {
        border: none;
        background-color: transparent;
        color: transparent;
        outline: none;
    }
/* 清除input file默认样式 */

/* 分页导航 */
    .page_navs{
        text-align: center;
    }
    .page_navs >a,
    .page_navs ul,
    .page_navs li{
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px;
    }
    .page_navs a{
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 2px solid rgb(238, 238, 238);
        line-height: 40px;
        text-align: center;
        font-size: 18px;
    }
    .page_navs li.active a,.page_navs a:hover{
        background-color: rgb(205, 5, 5);
        color: white;
        border-color: rgb(205, 5, 5);
    }
    
    
/* 分页导航 */


/* 头部样式 */
    header{

    }
    .headerbox{
        position: relative;
        padding-left: 250px;
        padding-right: 210px;
    }
    .logo{
        left: 0;
    }
    .search{
        right: 0;
        border: 1px solid rgb(210, 210, 210);
        background-color: rgb(238, 238, 238);
        border-radius: 32px;
        padding-right: 32px;
    }
    .search input{
        background-color: transparent;
        border:none;
        height: 32px;
        line-height: 32px;
        padding: 0px 10px;
        width: 150px;
    }
    .search button{
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        border-radius: 32px;
        background-color: rgb(208, 0, 0);
        padding: 2px;
        border: none;
        text-align: center;
        line-height: 32px;
    }
    .search button img{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .header_nav{

    }
    .header_nav li{
        display: inline-block;
        margin-right: 30px;
    }
    .header_nav li:last-of-type{
        margin-right: 0;
    }
    .header_nav li a{
        display: inline-block;
        padding: 26px 0;
        border-bottom: 2px solid transparent;
        font-size: 18px;
    }
    .header_nav li.active a,
    .header_nav li a:hover{
        border-bottom: 2px solid rgb(208, 0, 0);
        color: rgb(208, 0, 0);
    }
/* 头部样式 */

/* 底部样式 */
    footer{
        background-color: rgb(27, 27, 27);
        color: white;
        padding-top: 50px;
    }
    .footer_1{}
    .footer_1 >span{
        font-size: 24px;

    }
    .footer_1 ul{
        float: right;
        transform: translateY(6px);
    }
    .footer_1 li{
        display: inline-block;
        font-size: 18px;
        margin-left: 20px;
    }
    .footer_1 li a{
        color: white;
    }
    .footer_2{
        margin-top: 40px;
        color: rgb(201, 201, 201);
        position: relative;
    }
    .footer_2 p{
        font-size: 16px;
        margin-bottom: 16px;
    }
    .footer_2 p:last-of-type{
        margin-bottom: 0;
    }
    .footer_2link{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .footer_2link a{
        display: inline-block;
        margin-left: 30px;
    }
    .footer_3{
        padding: 20px 0px;
        text-align: center;
        color: rgb(201, 201, 201);
        border-top: 1px solid rgb(201, 201, 201);
        margin-top: 40px;
    }

/* 底部样式 */

