body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
a:link{text-decoration:none; }  /* 指正常的未被访问过的链接*/

a:visited{text-decoration:none; }/*指已经访问过的链接*/

a:hover{text-decoration:none;}/*指鼠标在链接*/

a:active{text-decoration:none;}/* 指正在点的链接*/ 

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

/* table { border-collapse:collapse; border-spacing:0; } */
@font-face {
    font-family: 'fona';
    src: url(../font/Metric-Regular.ttf);
}

.fona {
    font-family: 'fona';
}

@font-face {
    font-family: 'Metric-Bold';
    src: url(../font/Metric-Bold.ttf);
}

.Metric-Bold {
    font-family: 'Metric-Bold';
}

@font-face {
    font-family: 'Metric-Medium';
    src: url(../font/Metric-Medium.ttf);
}

.Metric-Medium {
    font-family: 'Metric-Medium';
}

@font-face {
    font-family: 'Metric-Light';
    src: url(../font/Metric-Light.ttf);
}

.Metric-Light {
    font-family: 'Metric-Light';
}

@font-face {
    font-family: 'Metric-SemiBold';
    src: url(../font/Metric-SemiBold.ttf);
}

.Metric-SemiBold {
    font-family: 'Metric-SemiBold';
}
@font-face {
    font-family: 'HEEBO-MEDIUM';
    src: url(../font/HEEBO-MEDIUM.ttf);
}

.Metric-SemiBold {
    font-family: 'HEEBO-MEDIUM';
}
.btn-cui {
    width: 100%;
    background: #F0B90B;
    color: #181A20;
    text-align: center;
    line-height: 47px;
    font-family: 'fona';
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 1px;
    border-radius: 8px;
    margin-top: 12px;
}
.flex_be{
    display: flex;
    justify-content: space-between;
}
.flex_sta{
    display: flex;
    justify-content: flex-start;
}
.flex_ar{
    display: flex;
    justify-content: space-around;
}
.flex_rec{
    display:flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.footer {
    /* display: flex; */
    width: 100%;
    height: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.0784313725490196);
    position: fixed;
    bottom: 0px;
    background: #fff;
    z-index: 800;
}

.footer>a {
    position: relative;
    width: 20%;
    height: 80px;
    display: flex;
    flex-direction: column;
    /* flex:1; */
    align-items: center;
    float: left;

}

.footer>a>img {
    width: 26px;
    height: 26px;
    display: block;
    margin-top: 5px;
}

.fobte-text {
    font-family: 'fona';
    font-size: 14px;
    color: #999999;
}

.footer>a>img.cenrter {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -14px;
}

.tes-inde {
    margin-top: 32px;
    color: #242931;
    font-size: 14px;
}

.rnir-het {
    font-size: 14px;
    font-family: 'fona';
    font-weight: 400;
    line-height: 16px;
    color: #545B64;
    margin: 0 auto;
    margin-top: 11px;
}


.content3 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    background: rgba(118, 118, 128, 0.12);
    border-radius: 8px;
    border: 2px solid rgba(118, 118, 128, 0.1);
    height: 48px;
    position: relative;
    overflow: hidden;
}

.content3>div {
    width: 50%;
    position: absolute;
    height: 48px;
    z-index: 200;
    text-align: center;
    line-height: 48px;
    font-size: 15px;
    font-family: 'Metric-Medium';

}

.content3>div:last-child {
    right: 0;
}
.content5 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    background: rgba(118, 118, 128, 0.12);
    border-radius: 8px;
    border: 2px solid rgba(118, 118, 128, 0.1);
    height: 48px;
    position: relative;
    overflow: hidden;
}
.content5>div {
    width: 33.33%;
    position: absolute;
    height: 48px;
    z-index: 200;
    text-align: center;
    line-height: 48px;
    font-size: 15px;
    font-family: 'Metric-Medium';

}
.content5>div:last-child {
    right: 0;
}
.bsyur-widf-bf {
    width: 50%;
    background: #fff;
    height: 43px;
    position: absolute;
    left: 0;
    z-index: 100;
    border-radius: 8px;
}
.bsyur-widf-bfs{
    width: 33.33%;
    background: #fff;
    height: 43px;
    position: absolute;
    left: 0;
    z-index: 100;
    border-radius: 8px;
}

.pseytEAME {
    background: #242931;
    padding: 20px 5%;
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'Metric-Light';
}

.HieiSRI {
    width: 90%;
    margin: 22px auto;
}

.team-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.team-title-right {
    font-size: 23px;
    font-family: 'Metric-SemiBold';
}

.team-title-left>img {
    display: block;
    margin-right: 9px;
}

.team-phargra {
    font-family: 'Metric-Light';
    font-size: 14px;
    color: #242931;
    font-style: italic;
    /* margin-bottom: 15px; */
}

.team-ko-btn {
    height: 47px;
    /* border: 1px solid #CD1125; */
    opacity: 1;
    border-radius: 8px;
    font-size: 19px;
    font-family: 'Metric-SemiBold';
    /* text-align: center; */
    line-height: 47px;
    color: #F0B90B;
    margin-bottom: 15px;
}

.team-left-fu {
    float: left;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-left-fu>img {
    display: block;
    width: 7px;
    height: 12px;
}

.font-wiht-color {
    color: #FFFFFF;
    font-size: 12px;
}

.Team-calar-teme {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.gryl{
    background-color: #000;
    padding-top: 15px;padding-bottom: 15px;
}
.Team-cal-rigt {
    width: auto;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    opacity: 1;
    border-radius: 11px;
    display: flex;
    padding: 9px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Metric-SemiBold';
    align-items: center;
}
.Team-cal-rigts {
    /* width: 140px; */
    height: 40px;
    /* background: rgba(255, 255, 255, 0.08); */
    opacity: 1;
    border-radius: 11px;
    display: flex;
    /* padding: 12px 16px; */
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Metric-Medium';
    align-items: center;
}

.Team-cla-shi {
    margin-left: 15px;
}
.input-group-addon{
    font-size: 13px !important;
}
.Team-cal-rigt>img {
    display: block;
}

.xia-eju {
    margin-left: 10px;
}

.rihetr-lefrt {
    width: 53px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    opacity: 1;
    border-radius: 9px;
    margin-left: 15px;
}

.Team-cal-left {
    display: flex;
    flex-direction: row;
}
.Team-cal-lefts{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border:1px solid #F0B90B;
    border-radius: 5px;
    font-size:17px ;
    color:#F0B90B;
    padding: 5px 20px;
    font-family: 'Metric-Medium';
}

.rihetr-lefrt>img {
    display: block;
}

.mask {
    width: 100%;
    height: 100%;
    background: #242931;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    z-index: 998;
}

.Totas-link {
    width: 86%;
    position: fixed;
    top: 45%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    font-size: 0;
    display: none;
    
}

.Totas-link>img {
    width: 100%;
    height: auto;
    /* position:absolute; */

}

.Tota-link-message {
    background: #FFFFFF;
    border-radius: 0 0 16px 16px;
    padding: 15px 20px;
}

.Tota-guanyuwenzi {
    margin: 20px 5%;
    font-size: 17px;
    color: #242931;
    font-family: 'Metric-Medium';
}

.Totas-btn {
    /* width: 90%; */
    background: #F0B90B;
    height: 47px;
    border-radius: 8px;
    color: #181A20;
    margin: 0 auto;
    font-size: 19px;
    font-family: 'Metric-SemiBold';
    text-align: center;
    line-height: 47px;
}
#copy{
   background: #F0B90B;
   height: 47px;
   border-radius: 8px;
   color: #181A20;
   margin: 0 auto;
   font-size: 19px;
   font-family: 'Metric-SemiBold';
   text-align: center;
   line-height: 47px;
}
.Tota-btnwenzi {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    font-family: 'Metric-SemiBold';
    margin-bottom: 15px;
    color: #455161;

}

.Teaumoi-suirco {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 0;
}

.riOp-teate-oooo {
    color: #000000;
    font-size: 21px;
    font-family: 'Metric-SemiBold';
}

.tetes-ones {
    line-height: 17px;
    color: #000000;
    font-size: 16px;
}

.tetes-twos {
    width: 101px;
    height: 39px;
    border: 1px solid #F0B90B;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
   color:#F0B90B;
   font-size: 15px;
}
.tetes-twos>img{
    display: block;
    margin-left: 5px;
    width: 13px;
}
.topheaderop{
     height: 44px;
     display: flex;
     align-items: center;
     flex-direction: row;
     justify-content: center;
}
.topheaderop-left{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 44px;
}
.topheaderop-left>img{
    display: block;
    width: 7px;
    height: 12px;
}
.topheaderop-center{
    font-size: 18px;
    font-family: 'Metric-Medium';
    color: #000000;
    flex: 1;
    text-align: center;
}
.topheaderop-right{
    width: 50px;
    height: 44px;
}

.Mine-bg{
    height: 8px;
    background-color: #F8F8F8;
}
.cls-ko1, .cls-ko2, .cls-ko3, .cls-ko5 {
    fill: none;
  }

  .cls-ko1, .cls-ko2, .cls-ko3 {
    stroke: #F0B90B;
  }

  .cls-ko2, .cls-ko3 {
    stroke-linecap: round;
  }

  .cls-ko3 {
    stroke-linejoin: round;
  }

  .cls-ko4 {
    stroke: none;
  }
  .notunderline{
      text-decoration: none;
      outline: none;
  }
a:link{text-decoration:none ;}
a:visited {text-decoration:none ;}
a:hover {text-decoration:none ;}
a:active {text-decoration:none ;} 
a{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active{
    text-align: center;
    align-items: center;
    align-self: center;
    justify-content: center;
    vertical-align:inherit !important
}
body{
    background: #FFFFFF;
}
.rio-login-img{
    width: 100%;
}
.form-control[readonly]{
    background-color:none !important;
    opacity: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: none !important;
    opacity: 0;
}
.flex_cen{
    display: flex;
    justify-content: center;
}
.coverhis{
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    background: rgba(25, 25, 25, 0.8);
    z-index: 100;
}

.end{
    font-size: 12px;
    color: #3f3f3f;
    width: 100%;
    text-align: center;
}
.copyrights{
    width: 100%;
    height: 20px;
    font-size: 12px;
    font-family: 'fona';
    text-align: center;
    position: absolute;
    bottom: 14px;
    left: 0px;
    transform: scale(0.8);
    margin: 0px;
}
.copyrights a{
    color: #F0B90B;
}
.green{
    color: #F0B90B;
    margin-left: 5px;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{
    padding: 5px;
    /* text-align: center; */
    /* display: flex; */
    align-items: center;
    align-self: center;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-self: center;
    justify-content: center;
    vertical-align: inherit !important;
}
.margintop_c{
    position: unset !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #F8F8FA !important;
    -webkit-box-shadow: 0 0 0px 1000px #F8F8FA inset !important;
    background-color: #F8F8FA;
    /* background-image: none; */
    transition: background-color 50000s ease-in-out 0s;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #F8F8FA inset !important;
    -webkit-text-fill-color: #242931 !important;
}