/* 谷歌 */
html, body{
        background: #172636;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    background-color:transparent;
}
/*  */
input{
    outline: 0;
    color: #fff;
    background:none ;
    border:none;
    -webkit-text-fill-color: #fff;
}
input:-webkit-autofill {
    background-color:transparent;
  transition: background-color 5000s ease-in-out 0s;
    color: #fff !important;
}
:root input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    box-shadow: none;
    /*阴影大小等于input框宽度一半 利用内阴影覆盖原背景色*/
    color: #fff;
    background-color:transparent;
    -webkit-text-fill-color: #fff; /*利用文本填充属性覆盖原有文本颜色*/
}


/* scroll滚动框宽度*/
::-webkit-scrollbar{
    width: 1px;
}

a:hover{
    text-decoration: none;
}


::after,
::before {
    box-sizing: border-box;
}
:root {
  --color-yellow: #f0a70a;
  --color-white: #fff;
  --color-gray: #5d5d6e;
  --color-gray02: #888894;
  --color-gray03: #758696;
  --color-zise: #7358a8;
  --color-blue: #007bff;



}












.all_head {
    background: #172636 !important;
    border: none !important;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 61px;

}

.all_head .logo {
    margin-right: 16px;
}
.all_head .logo img{
    height: 45px;
}

.all_head .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.all_head .items .item {}

.all_head .items .item a {
    border-bottom: 2px solid transparent;
    display: block;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px;
    cursor: pointer;
}
.all_head .items .item.selected a{
    color:var(--color-yellow);
    border-bottom: 2px solid var(--color-yellow);
}

.all_head .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.all_head .right #pop_btn_lan {
    color: #fff;
    display: block;
    position: relative;
}

.all_head .right #pop_btn_lan span {
    user-select: none;
    display: block;
    padding: 8px 16px;
}

.all_head .right .login {margin-right: 10px;}

.all_head .right .login a, .all_head .right .register a {
    display: block;
    min-width: 70px;
    vertical-align: middle;
    text-align: center;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    user-select: none;
    border-radius: 50px;
}

.all_head .right .register {}

.all_head .items .item a:hover {
    color: var(--color-yellow);
    border-bottom: 2px solid var(--color-yellow);
}

.all_head .right #pop_btn_lan:hover {
    color: var(--color-yellow);
    cursor: pointer;
}

.all_head .right #pop_btn_lan span.lan_text::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.all_head .right .login a {
    background-image: linear-gradient(to right, #6d9ef9, #1f5df4);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.all_head .right .register a {
    box-shadow: 0 0 10px 0 #40a2ff;
    border-color: var(--color-gray);
    color: var(--color-gray);
        color: #fff;
}
.all_head .right .register a:hover{
    color:#000;
    background:#fff;
}





#poped_lan {
    position: absolute;
    /* top: 0; */
    right: 0;
    max-width: 280px;
    background: #fff;
    z-index: 1000;
    border-radius: 5px;
    margin-top: 12px;
    border: 1px solid #f2f4f9;
    display: none;
    padding: 10px 16px;
}

#poped_lan span {

    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

#poped_lan span:hover {
    color: var(--color-yellow);
}










.all_head .right #pop_btn_assets {
    color: #fff;
    display: block;
    position: relative;
    margin-right: 15px;
}

.all_head .right #pop_btn_assets .assets_text {
    user-select: none;
    display: block;
    padding: 8px 16px;
}

.all_head .right #pop_btn_assets:hover {
    color: var(--color-yellow);
    cursor: pointer;
}

.all_head .right #pop_btn_assets span.assets_text::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}



#poped_assets {
    position: absolute;
    /* top: 0; */
    right: 0;
    max-width: 280px;
    background: #fff;
    z-index: 1000;
    border-radius: 5px;
    margin-top: 12px;
    border: 1px solid #f2f4f9;
    display: none;
    padding: 10px 16px;
}

#poped_assets a {

    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

#poped_assets a:hover {
    color: var(--color-yellow);
}




.all_head .right #pop_btn_user {
    color: #fff;
    display: block;
    position: relative;
        margin-right: 10px;
}

.all_head .right #pop_btn_user .img_wrap{
    cursor: pointer;
}
.all_head .right #pop_btn_user .img_wrap img {
    height: 30px;
    width: 30px;
}




#poped_user {
    position: absolute;
    /* top: 0; */
    right: 0;

    background: #fff;
    z-index: 1000;
    border-radius: 5px;
    margin-top: 12px;
    border: 1px solid #f2f4f9;
    display: none;
    padding: 20px 0;
    white-space: nowrap;
}



#poped_user .inner {}

#poped_user .img_wrap02 {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 0 20px;
    padding-top: 10px;
}

#poped_user .img_wrap02 img {
    height: 64px;
    width: 64px;
    display: block;
}

#poped_user .verify {
    padding: 0 20px;
}

#poped_user .username {
    color: #797979;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 0 20px;
}

#poped_user .uid {
    color: #797979;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #f2f4f9;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#poped_user .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    padding: 5px 20px;
}

#poped_user .verify .d01 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
}


#poped_user .verify .d02 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: #18214d;
}
#poped_user .verify .d02 a {
    color: #18214d;
}

#poped_user .verify .d03 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: #18214d;
}

#poped_user .username span {}

#poped_user .uid span {}

#poped_user .item img {
    margin-right: 15px;
    height: 13px;
    height: 13px;
}

#poped_user .item a {
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

#poped_user .item a:hover {
    color: var(--color-yellow);
}

#poped_user .verify .d01 span {
    color: #18214d;
    margin-right: 5px;
}

#poped_user .verify .d01 a {
    color: #18214d;
}

#poped_user .verify .d01 a:hover {
    color: var(--color-yellow);
}

#poped_user .verify .d02 a:hover {
    color: var(--color-yellow);
}

















.all_footer {
    background: #172636;
    padding-top: 70px;
}

.all_footer .left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: right;
    border-right: solid 1px #fff;
    width:50%;
    flex: 1;
}

.all_footer .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    width:50%;
    padding: 0 15px;

}

.all_footer .bottom {
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 70px;
}

.all_footer .left .logo {
    padding: 0 15px;
}

.all_footer .left .item {
    padding: 0 15px;
}

.all_footer .left .item span {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    display: block;
}

.all_footer .left .item a {
    color: #c6cbdb;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}

.all_footer .left .item .d01 {}

.all_footer .left .item .d01 span {
    color: #c6cbdb;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
}

.all_footer .right span {
    font-family: "Overpass", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: white;
    /* background: #141e2c; */
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
    padding-left: 8px;
}

.all_footer .bottom span {
    display: block;
    vertical-align: middle;
    text-align: center;
    color: #c6cbdb;
}

.all_footer .left .item a:hover {
    color: #fff;
}
.all_footer .left .item .d01 span.s01::after {content: ":";}
.all_footer .left .item .d01 span.s02 {color: #fff;}

.all_footer .left .logo img {
    width: 160px;
}

.all_footer .inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.all_footer .left .item.item03 {
    padding-right: 50px;
}















.all_new {
    padding-top: 80px;
    background-color: #141e2c;
}

.all_new .d01 {
    text-align: center;
}

.all_new .d01 span {
    margin-bottom: 0 !important;
    font-family: Overpass;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    position: relative;
}

.all_new .d02 {
    text-align: center;
}

.all_new .d02 span {
    background: #4681FB;
    height: 4px;
    width: 50px;
    display: inline-block;
}

.all_new .d03 {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 10px;
}

.all_new .d03 span {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}

.all_new .begin {
    background: #101854 url(/static/images/pictures/bg_index01.jpg) no-repeat center center;
        background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 125px;
    height: 302px;
    overflow: hidden;
}

.all_new .begin .dd01 {
    margin-bottom: 40px;
    text-align: center;
}

.all_new .begin .dd02 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.all_new .begin .dd01 span {
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.all_new .begin .dd02 .a01 {
    background-image: linear-gradient(to right, #2fad66, #9de686);
    color: #fff;
    padding: 6px 12px;
    width: 180px;
    height: 46px;
    text-align: center;
    vertical-align: middle;
    border-radius: 30px;
    line-height: 34px;
    display: inline-block;
    background-color: #28a745;
    font-weight: 400;
    font-size: 16px;
}

.all_new .begin .dd02 .a02 {
    background-image: linear-gradient(to right, #6d9ef9, #1f5df4);
    color: #fff;
    padding: 6px 12px;
    width: 180px;
    height: 46px;
    text-align: center;
    vertical-align: middle;
    border-radius: 30px;
    line-height: 34px;
    display: inline-block;
    background-color: #28a745;
    font-weight: 400;
    font-size: 16px;
}

.all_new .begin .dd02 .or {
    font-weight: 700;
    color: #fff;
    height: 34px;
    width: 34px;
    margin: 0 15px;
    display: block;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid rgba(252,253,255,0.08);
}










.all_download {}

.all_download .inner {
    overflow: hidden;
    height: 600px;
    background: url(/static/images/pictures/bg_index02.png) no-repeat top center;
    background-size: cover;
    color: white;
}

.all_download .scran {
    background: #393947;
    padding: 31px 40px 40px;
    border: 1px solid #9494AC;
    border-radius: 19px;
    margin-top: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: calc(50% - 600px);
}

.all_download .scran .s01 {
    font-size: 32px;
    color: #fff;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.all_download .scran .s02 {
    font-size: 18px;
    font-weight: 400;
}

.all_download .scran .s03 {
    line-height: 28px;
    margin-left: 5px;
}

.all_download .scran .erwei_wrap {
    border-radius: 10px;
    padding: 20px;
    padding-top: 0;
    margin-top: 20px;
}

.all_download .scran .dd01 {
    font-size: 20px;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.all_download .scran .dd01 img {
    width: 28px;
    height: 28px;
}

.all_download .scran .erwei_wrap .erwei {
    height: 200px;
    width: 200px;
    background: red;
}

.all_download .scran_wrap {
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 30px;
}





.all_slide_coins {}

.all_slide_coins .slide_coins {}

.all_slide_coins .textCont {
    padding: 14px 0;
    background: #1e2834;
    color: white;
}

.all_slide_coins .textCont ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
}



.all_slide_coins .textCont li {
    display: block;
    padding: 10px 18px;
    width: 200px;
    height: 73px;
    overflow: hidden;
    border-right: 1px solid #4E4E5D !important;
    min-width: 200px;
    cursor: pointer;
}

.all_slide_coins .textCont li .s01 {font-size: 16px;font-weight: 400;display: block;color: #fff;line-height: 24px;height: 24px;margin-bottom: 8px;text-align: left;}

.all_slide_coins .textCont li .s02 {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #fff;
    line-height: 24px;
    height: 24px;
    margin-bottom: 8px;
    text-align: left;
}

.all_slide_coins .textCont li .s03 {

    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #fff;
    line-height: 24px;
    height: 24px;
    margin-bottom: 8px;
    text-align: left;
}
.all_slide_coins .textCont li .d01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}














.all_youshi {
    width: 100%;

    padding: 70px 0 0;
    background: #141e2c;
    background-size: auto 100%;
    color: white;
    overflow: hidden;
    padding-bottom:80px;
}

.all_youshi .title {
    font-family: Overpass;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin-bottom: 8px;
}

.all_youshi .youshi_wrap {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.all_youshi .slide_youshi {
    width: 1200px;

    position: relative;
}

.all_youshi .textList {
    display: none;
}

.all_youshi ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: left;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.all_youshi ul li {
    margin: 0 35px;
    display: block;
    width: 370px;
    height: 400px;
    position: relative;
}

.all_youshi ul li .d01 {
    padding-top: 30px;
    background: #222e3d;
    width: 330px;
    height: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.all_youshi ul li .d01 img {
    width: 120px;
    height: 120px;
    display: block;
}

.all_youshi ul li .d01 span {
    font-family: Overpass;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    display: block;
    padding: 50px;
}

.all_youshi ul li .d02 {
    display: none;
    position: absolute;
    top: -15px;
    left: -15px;
    width: 360px;
    height: 430px;
    background: #222e3d;
    padding: 30px;
    text-align: left;
    border-radius: 8px;
    overflow: hidden;
}

.all_youshi ul li .d02 img {
    width: 80px;
    height: 80px;
}

.all_youshi ul li .d02 .s01 {
    font-family: Overpass;
    font-size: 22px;
    line-height: 30px;
    color: inherit;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    display: block;
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
    text-align: left;
}

.all_youshi ul li .d02 .s02 {
    /* padding: 80px 0 0 0; */
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-top: 30px;
}

.all_youshi .prev {
    display: block;
    height: 50px;
    width: 50px;

    position: absolute;
    z-index: 10000;
    top: 175px;
    left: -80px;
        background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iYmkgYmktY2hldnJvbi1sZWZ0IiB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSIjOTc5N0E3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4zNTQgMS42NDZhLjUuNSAwIDAgMSAwIC43MDhMNS43MDcgOGw1LjY0NyA1LjY0NmEuNS41IDAgMCAxLS43MDguNzA4bC02LTZhLjUuNSAwIDAgMSAwLS43MDhsNi02YS41LjUgMCAwIDEgLjcwOCAweiIvPg0KPC9zdmc+) center center;
    background-size: 100%;
}

.all_youshi .next {
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 10000;
    top: 175px;
    right: -80px;
    background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCIgd2lkdGg9IjFlbSIgaGVpZ2h0PSIxZW0iIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzk3OTdBNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNC42NDYgMS42NDZhLjUuNSAwIDAgMSAuNzA4IDBsNiA2YS41LjUgMCAwIDEgMCAuNzA4bC02IDZhLjUuNSAwIDAgMS0uNzA4LS43MDhMMTAuMjkzIDggNC42NDYgMi4zNTRhLjUuNSAwIDAgMSAwLS43MDh6Ii8+DQo8L3N2Zz4=) center center;
    background-size: 100%;
}

.all_youshi ul li:hover .d02 {
    display: block;
}
.all_youshi .tabs {
    height: 20px;
}

.all_youshi .tabs ul {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 20px;
}

.all_youshi .tabs ul li {
    height: 20px;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    cursor: pointer;
    margin-right: 10px;
}

.all_youshi .tabs ul li.current {
        opacity: 1;
        background-color:rgba(0, 0, 0, 0.5);
}






#poped-phone {
    position: absolute;
        left: 0;
    top: 50px;
    z-index: 999;
    display: none;
}

#poped-phone .select-inner {
    height: 290px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
    border-radius: 10px;
    width: 250px;
    z-index: 9999;
    position: relative;
        padding: 10px 0;
}

#poped-phone .select-inner span {
    color: #606266;
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    display: block;
    padding: 0 20px;
    cursor: pointer;
    height: 34px;
        text-align: left;
    overflow: hidden;
}

#poped-phone .select-inner span:hover {
    background: #f5f7fa;
}





.all_body {
    position: relative;
}

#show_loading {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

#show_loading .loading_inner {height: 100%;width: 100%;position: relative;}

#show_loading .loading_inner .bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9999999;
}

#show_loading .loading_inner .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: calc(50% - 40px);
    margin-top: 0;
    z-index: 99999999;
}

#show_loading .loading_inner .box img {
    height: 50px;
    width: 50px;
    display: block;
}

#show_loading .loading_inner .box span {
    color: #09B5FE;
    display: block;
    margin-top: 10px;
}

#show_loading .loading_inner .box_wrap {
    position: relative;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: self-start;
    justify-content: center;
}







#show_msg_box {
    position: fixed;
    width: 100%;
    top: 20px;
    display: none;
    z-index: 99999999;
}

#show_msg_box .msg_inner {}

#show_msg_box .msg_inner .box_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#show_msg_box .msg_inner .box_wrap .box {
    background: #F0F9EB;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px 50px;
    border-radius: 10px;
}

#show_msg_box .msg_inner .box_wrap .box img {
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

#show_msg_box .msg_inner .box_wrap .box span {
    color: #67c23a;
    font-size: 16px;
    line-height: 45px;
}

#show_msg_box .msg_inner .box_wrap .box.wrong {
    background: #FEF0F0;
}

#show_msg_box .msg_inner .box_wrap .box.wrong span{
    color: #f56c6c;
}
#show_msg_box .msg_inner .box_wrap .box.right {
    background: #F0F9EB;
}


#show_msg_box .msg_inner .box_wrap .box.right span{
    color: #67c23a;
}

#msg_dict{
    display: none;
    opacity: 0;
    visibility: hidden;
}


.red{
    color: #ff231f !important;
}

.green{
    color: #79d47C !important;
}