
body {
    margin: 0;
}
.main{
    min-width: 1200px;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    /* background-color: rgba(32, 135, 244, 1); */
    background-color: rgb(124, 124, 124);
}
.flexrow{
    display: flex;
    flex-direction: row;
}
.flexcolumn{
    display: flex;
    flex-direction: column;
}
.flexlrbet {
    align-items: center;
    justify-content: space-between;
}
.flexsa{
    justify-content: space-around;
}
.flexsb{
    justify-content: space-between;
}
.flexlrcenter{
    justify-content: center;
}
.flexlrc {
    align-items: center;
    justify-content: space-around;
}

.flexlrb {
    align-items: flex-end;
    justify-content: space-around;
}
.flextbc{
    align-items: center;
}
.flextbend {
    align-items: flex-end;
    justify-content: center;
}
.flexcc {
    align-items: center;
    justify-content: center;
}
.flexlrend{
    align-items: center;
    justify-content: flex-end;
}
.flextbstart{
    align-items: flex-start;
    justify-content:center;
}
.flexlrstart{
    align-items: center;
    justify-content: flex-start;
}
.pointer{
    cursor: pointer;
}
.rem6{
    font-size:70px
}
.rem475{
    font-size:48px
}
.rem358{
    font-size:36px
}
.rem25{
    font-size:18px
}
.rem2{
    font-size:20px
}
.rem183{
    font-size:24px
}
.rem175{
    font-size:24px
}
.rem167{
    font-size:16px
}
.rem15{
    font-size:18px
}
.rem142{
    font-size:16px
}
.rem13{
    font-size:16px
}
.rem125{
    font-size:14px
}
.rem11{
    font-size:14px
}
.rem1{
    font-size:14px
}
.fontSize12{
    font-size: 12px;
}
.fontSize10{
    font-size: 10px;
}
.fontSize8{
    font-size: 8px;
}
.fontWeight{
    font-weight: bold;
}
.colorWhite{
    color: #ffffff;
}
.colorBule{
    color: rgba(32, 135, 244, 1);
}
.colorRed{
    color: rgba(255, 0, 0, 1);
}
.colorBlack{
    color: rgba(28, 25, 28, 1);
}
.colorGrey{
    color: rgba(203, 203, 203, 1);
}
.footerGrey{
    color: rgba(153, 153, 153, 1);
}
.headerMenuGrey{
color:rgba(146, 159, 182, 1)
}
.mcolorBlue{
    color: rgba(55, 112, 249, 1);
}
.mcolorGrey{
    color: rgba(102, 102, 102, 1);
}
.mcolorblack{
    color: rgba(82, 90, 98, 1);
}
.mcolorwhite{
    color: rgba(211, 210, 210, 1);
}
.mcolorBlue2{
    color: rgba(105, 172, 255, 1);
}
.bgBule{
    background-color: rgba(32, 135, 244, 1);
}
.bgWhite{
    background-color: rgb(255, 255, 255);
}