html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img {
margin: 0;
padding: 0
}
fieldset,img {
border: 0
}
img {
display: block
}
a{
color: #666;
text-decoration: none
}
address,caption,cite,code,dfn,th,var {
font-style: normal;
font-weight: normal
}
ul,ol {
list-style: none
}
input {
padding-top: 0;
padding-bottom: 0;
font-family: "SimSun","宋体"
}
input::-moz-focus-inner {
border: 0;
padding: 0
}
select,input {
vertical-align: middle
}
select,input,textarea {
font-size: 12px;
margin: 0
}
input[type="text"],input[type="password"],textarea {
outline-style: none;
-webkit-appearance: none
}
textarea {
resize: none
}
table {
border-collapse: collapse
}
/**{*/
/* font-weight: 500;*/
/*}*/
.bold {
font-weight: bold;
}
.bold_4 {
font-weight: 400;
}
.bold_6 {
font-weight: 600;
}
.bold_8 {
font-weight: 800;
}
.font42 {
font-size: 42px;
}
.font40 {
font-size: 40px;
}
.font36 {
font-size: 36px;
}
.font32 {
font-size: 32px;
}
.font30 {
font-size: 30px;
}
.font28 {
font-size: 28px !important;
}
.font26 {
font-size: 26px;
}
.font24 {
font-size: 24px;
}
.font22 {
font-size: 22px;
}
.font21 {
font-size: 21px;
}
.font20 {
font-size: 20px;
}
.font18 {
font-size: 18px;
}
.font16 {
font-size: 16px;
}
.colorb {
color: #bbbbbb;
}
.colorb0 {
color: #b0b0b0;
}
.color9 {
color: #999999;
}
.color6 {
color: #666666;
}
.color3 {
color: #333333;
}
.colorbe {
color: #bebebe;
}
.colorff {
color: #ffffff !important;
}
.colorc2 {
color: #c2c2c2;
}
.color9c {
color: #9c9c9c;
}
.color2a {
color: #2a2a2a;
}
.nborder {
border: none !important; /* 取消边框 */
outline: none !important; /* 取消轮廓线 */
border-color: transparent !important;
}
._fixed {
position: fixed !important;
left: 0;
top: 0;
}
.marginT4{
margin-top: 4px;
}
.marginT8{
margin-top: 8px;
}
.marginT10{
margin-top: 10px !important;
}
.marginT16{
margin-top: 16px;
}
.marginT20{
margin-top: 20px;
}
.marginT24{
margin-top: 24px;
}
.marginT28{
margin-top: 28px;
}
.marginT32{
margin-top:32px !important;
}
.marginT34{
margin-top:34px !important;
}
.marginT40{
margin-top:40px !important;
}
.marginT48{
margin-top:48px !important;
}
.marginB22{
margin-bottom:22px !important;
}
.marginR6{
margin-right: 6px;
}
.marginR8{
margin-right: 8px;
}
.marginR12{
margin-right: 12px;
}
.marginR16{
margin-right: 16px;
}
.marginR20{
margin-right: 20px;
}
.marginR28{
margin-right: 28px;
}
.marginR64{
margin-right: 64px;
}
.margin8{
margin-right: 8px;
margin-left: 8px;
}
.margin28{
margin-right: 28px;
margin-left: 28px;
}
.padding28{
padding-left: 28px;
padding-right: 28px;
}
.padding40{
padding-left: 40px;
padding-right: 40px;
}
.paddingL28{
padding-left:28px !important;
}
.paddingR28{
padding-right:28px !important;
}
.paddingB28{
padding-bottom:28px !important;
}
._line-through{
text-decoration: line-through;
}
.lineH24{
line-height: 24px;
}
.lineH26{
line-height: 26px;
}
.lineH28{
line-height: 28px;
}
.lineH30{
line-height: 30px;
}
.lineH36{
line-height: 36px;
}
.lineH37{
line-height: 37px;
}
.lineH40{
line-height: 40px;
}
.round{
border-radius: 50%;
}
.icon32{
width: 32px;
height: 32px;
}
.icon36{
width: 36px;
height: 36px;
}
.icon28{
width: 28px;
height: 28px;
}
.icon18{
width: 18px;
height: 18px;
}
.colorTheme {
color: #a61111 !important;
}
.colorT {
color: #a61111 !important;
}
.ff {
background: #ffffff !important;
}
.bcTheme {
background: #a61111 !important;
}
.line48{
line-height: 48px;
}
.line45{
line-height: 45px;
}
.line33{
line-height: 33px;
}
// 背景主题色
.flo_l {
float: left;
}
.flo_r {
float: right;
}
.clearfloat {
clear: both;
}
.inline-block {
display: inline-block;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.ellipsis_1 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ellipsis_2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.ellipsis_3 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.bgCover {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.f-fs {
display: flex;
align-items: stretch;
}
.f-fc {
display: flex;
align-items: center;
}
.f-ffs {
display: flex;
align-items: flex-start;
}
.f-fcc {
display: flex;
justify-content: center;
align-items: center;
}
.f-fdc {
flex-direction: column;
}
.f-fbc {
display: flex;
justify-content: space-between;
align-items: center;
}
.f-fac {
display: flex;
justify-content: space-around;
align-items: center;
}
.wrap {
flex-wrap: wrap;
}
.containerV2{
margin: 0 auto;
padding: 0 15px;
width: 1230px;
}
/*:root {*/
/* font-size: 16px; !* 默认字体 *!*/
/*}*/
/*@media screen and (min-width: 1920px) {*/
/* :root {*/
/* font-size: 18px;*/
/* }*/
/*}*/
/*@media screen and (max-width: 1440px) {*/
/* :root {*/
/* font-size: 14px;*/
/* }*/
/*}*/
/*@media screen and (max-width: 750px) {*/
/* :root {*/
/* font-size: 0.70vw;*/
/* }*/
/*}*/