/* reset */
@font-face
{
    font-family: defaultFont;
    src: url(../font/BlenderPro-Book.otf);
}

@font-face
{
    font-family: defaultBoldFont;
    src: url(../font/BlenderPro-Bold.otf);
    font-weight: bold;
}


html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
    font-weight: normal;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}
html,body{
    width:100%;
    height:100%;
    font-family:Avenir,PingFangSC;
    /* font-display: auto; */
    font-size: 1vw;
    @media screen and (max-width: 1200px){
        font-size: 12px;
    }

}
@media screen and (max-width: 1640px) and (min-width:750px) {
    html,body{
        font-size:18px;
    }
}

@media screen and (max-width: 750px) {
    html,body{
       /* font-size:12px; */ 
       font-size: 1vw;
    }
}

html, body {height:100%;margin: 0;}
body{
    /* overflow-x: hidden; */
}

header, footer, section, article, aside, nav, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table td{padding:0 10px;}

caption, th {
    text-align: left;
    font-weight: normal;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

img {
    display: block;
    border: 0;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    outline: 0;
}

a, a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, html {
    min-height: 100%;
    background-color: #fff;
}

img {
    display: block;
    border: 0;
}

span, a, img, input, button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;

}

:focus {
    -moz-outline-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline:none!important;
}



a {
    text-decoration: none;
    color: black;
}

input[type="button"], input[type="submit"], input[type="reset"],input[type="email"],textarea {
    -webkit-appearance: none;
    border-radius: 0; 
}



.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide{
    display: none;
}

.show{
    display: block;
}

.text-active-box{
    position: relative;
    display: flex;
    overflow: hidden;
    padding:0 25px;
    padding-bottom:16px;
}
/* .text-active-box::after,.text-active-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #C63127;
    opacity: 1;
    transform: translate3d(-104%,0,0);
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
} */
/* .text-active-box::after{
    top: 0;
    left: 0;
    z-index:1;
} */
.text-active-box::before{
    display:none;
    top: 0;
    left: 0;
    z-index:3;
}
.header-center ul li>.explorernav:hover .hover-box:after{
    /* transform: translate3d(0,0,0)!important; */
}
.active-text-item{
    position:relative;
    z-index:2;
    display:block;
    width:100%;
    height:100%;
}
/* .text-active-box::after{
    width: 110%;
    top: calc(100% - 3px);
    height: 3px;
} */
/* .text-active-box::after{
    bottom: 0;
} */
.citem-children{
    display: none;
    transition: all 0.3s;
}
.citem-children.block{
    display:block;
}

.swipe > div{
    display:flex;
}
.hidden-index{
    visibility: hidden
}

/* @media(max-width:1920px){
    body{
        zoom:1;
    }
    .tronpg{
        zoom:1;
    }
}@media(max-width:1466px){
    body{
        zoom:calc(1446 / 1920);
    }
    .tronpg{
        zoom:calc(1920 / 1446);
    }
}
@media(max-width:1024px){
    body{
        zoom:calc(1024 / 1920);
    }
    .tronpg{
        zoom:calc(1920 / 1446);
    }
}

@media(max-width:750px){
    .tronpg{
        zoom:1;
    }
} */
/*@media(max-width:750px){
    body{
        zoom:0.5;
    }
}*/
@media(max-width:750px){
    body{
        zoom:1;
    }
    .banner .inner .content .leader_description p{
        padding:3px 0;
    }
}

.footer{
    width:100%;
    background:#0d0d0d;
    position:relative;
    z-index:99;
}


/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
    position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
    display: none !important;
}
.Select input::-ms-clear {
    display: none !important;
}
.Select input::-ms-reveal {
    display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* .Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none;
    opacity: 0.35;
}
.Select.is-disabled > .Select-control {
    background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
    box-shadow: none;
}
/* .Select.is-open > .Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9;
} */
.Select.is-open > .Select-control .Select-arrow {
    
    /* border-color: transparent transparent #999;
    border-width: 0 5px 5px; */
    transform: rotate(180deg);
}
.Select.is-searchable.is-open > .Select-control {
    cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
    cursor: text;
}
.Select.is-focused > .Select-control {
    /* background: #fff; */
}
.Select.is-focused:not(.is-open) > .Select-control {
   /*border-color: #007eff;*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);*/
    /* background: #fff; */
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
    padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
    font-family: Avenir-Book;
    font-size: 16px;
    color: #FFFFFF;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
    /*color: #007eff;*/
    outline: none;
    text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
    background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
    opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
    border-top-color: #666;
}
.Select.Select--rtl {
    direction: rtl;
    text-align: right;
} 
.Select-control {
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 30px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
/* .Select-control .Select-input:focus {
    outline: none;
    background: #fff;
} */
.Select-placeholder,
.Select--single > .Select-control .Select-value {
    bottom: 0;
    color: #aaa;
    left: 0;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 16px;
    border: 1px solid rgba(171, 171, 171, 0.4);
}
.Select-input {
    height: 28px;
    width: 0!important;
    /* padding-left: 10px;
    padding-right: 10px; */
    /* vertical-align: middle; */
}
.Select-input > input {
    width: 100%;
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 13px;
    /* For IE 8 compatibility */
    padding: 8px 0 12px;
    /* For IE 8 compatibility */
    -webkit-appearance: none;
}
.is-focused .Select-input > input {
    cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
    opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
    outline: none;
}
.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 16px;
}
.Select-loading {
    -webkit-animation: Select-animation-spin 400ms infinite linear;
    -o-animation: Select-animation-spin 400ms infinite linear;
    animation: Select-animation-spin 400ms infinite linear;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    /* border-radius: 50%; */
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn 200ms;
    -o-animation: Select-animation-fadeIn 200ms;
    animation: Select-animation-fadeIn 200ms;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px;
}
.Select-clear-zone:hover {
    color: #D0021B;
}
.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}
.Select--multi .Select-clear-zone {
    width: 17px;
}
.Select-arrow-zone:nth-child(2),.Select-multi-value-wrapper:nth-child(2) {
    cursor: pointer;
    display: table-cell;
    position: relative;
    /* text-align: center; */
    vertical-align: middle;
    width: 25px;
    padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
    padding-right: 0;
    padding-left: 5px;
}
.Select-arrow {
    /* border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px; */
    display: inline-block;
    width:9px;
    height:6px;
    position: relative;
    margin-top:12px;
    background:url(../images/header/dropdown.svg) no-repeat 100% 100%;
}
/* .Select-control > *:last-child {
    padding-right: 5px;
    padding-top: 5px;
} */
.Select--multi .Select-multi-value-wrapper {
    display: inline-block;
}
.Select .Select-aria-only {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes Select-animation-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-top: -1px;
   /*// max-height: auto;*/
    position: absolute;
    left: 0;
    top: 120%;
    width: 150%;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}
.Select-menu {
    /*max-height: auto;*/
    overflow-y: auto;
}
.Select-option {
    box-sizing: border-box;
    background-color: #fff;
    color: #666666;
    cursor: pointer;
    display: block;
    padding: 8px 10px;
}
.Select-option:hover{
    color:#C63127;
}
.Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
    background-color: #f5faff;
    /* Fallback color for IE 8 */
    background-color: rgba(0, 126, 255, 0.04);
    color: #e60815;
}
.Select-option.is-focused {
    /*background-color: #ebf5ff;*/
    /*!* Fallback color for IE 8 *!*/
    /*background-color: rgba(0, 126, 255, 0.08);*/
    /*color: #333;*/
}
.Select-option.is-disabled {
    color: #cccccc;
    cursor: default;
}
.Select-noresults {
    box-sizing: border-box;
    color: #999999;
    cursor: default;
    display: block;
    padding: 8px 10px;
}
.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0;
}
.Select--multi.Select--rtl .Select-input {
    margin-left: 0;
    margin-right: 10px;
}
.Select--multi.has-value .Select-input {
    margin-left: 5px;
}
.Select--multi .Select-value {
    background-color: #ebf5ff;
    /* Fallback color for IE 8 */
    background-color: rgba(0, 126, 255, 0.08);
    /*border-radius: 2px;*/
    border: 1px solid #c2e0ff;
    /* Fallback color for IE 8 */
    border: 1px solid rgba(0, 126, 255, 0.24);
    color: #007eff;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.4;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle;
}
.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px;
}
.Select--multi a.Select-value-label {
    color: #007eff;
    cursor: pointer;
    text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
    text-decoration: underline;
}
.Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c2e0ff;
    /* Fallback color for IE 8 */
    border-right: 1px solid rgba(0, 126, 255, 0.24);
    padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
    background-color: #d8eafd;
    /* Fallback color for IE 8 */
    background-color: rgba(0, 113, 230, 0.08);
    color: #0071e6;
}
.Select--multi .Select-value-icon:active {
    background-color: #c2e0ff;
    /* Fallback color for IE 8 */
    background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
    margin-left: 0;
    margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
    border-right: none;
    border-left: 1px solid #c2e0ff;
    /* Fallback color for IE 8 */
    border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
    background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
    to {
        transform: rotate(1turn);
    }
}
@-webkit-keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn);
    }
}

.pagination{
    float: right;
    margin: 50px 0;
}
.pagination>li{
    margin-right: 10px;
    display: inline-block;
}
.pagination>li.next{
    margin-right: 20px;
}
.pagination .active a{
    background: #b92a22;
    border-color: #b92a22;
}
.pagination li a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    color: #b92a22;
}
.pagination .active a:hover,.pagination .active a:focus{
    background: #e60815;
    border-color: #e60815;
}
.pagination li a:hover{
    color: #b92a22;
}
.pagination .break-me a{
    border: none;
}
.pagination .break-me a:hover{
    background: #fff;
}

  .tron-android:before,
  .tron-download3:before,
  .tron-file-text2:before,
  .tron-github:before,
  .tron-link:before {
    color: #d61719!important;
  }
  .tron-down:before {
      /* color: #000!important; */
      color:#fff!important;
  }

  .section-header-2 {
    background: #FFFFFF;
    box-shadow: 0 2px 40px 0 rgba(184,184,184,0.16);
    transition: all 0.5s;
  }
  .section-header-2 .active-text-item{
      color: #151515!important;
  }

  .section-header-2 .explorernav:hover  .active-text-item{
    color:#C63127!important;
  }

  
  .section-header-2 .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label{
    color: #151515;
  }
  .section-header-2 .tron-down:before{
      background:url(../images/header/dropdown1.svg) no-repeat 100% 100%;
  }


.Chart .swiper-container {
    width: 100%;
    padding-bottom:50px;
}
.Chart .swiper-pagination-bullet{
    width:40px;
    height:4px;
    border-radius:0;
}
.Chart .swiper-pagination-bullet-active{
    background:#666;
}



.tron-ecology-wrap .swiper-pagination-custom > div{
    display: flex;
    justify-content: space-around;
    width: 1140px;
    margin: 0 auto;
    background: #FAFAFA;
}

.tron-ecology-wrap .ecology-swiper-container .swiper-pagination .swiper-pagination-bullet{ 
    display: flex;
    align-items: center;
    width: 2.34375rem;
    height: 2.34375rem;
    background: transparent;
    opacity:0.6;
}

.tron-ecology-wrap .ecology-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: transparent;
    opacity:1;
}

.tron-ecology-wrap .ecology-swiper-container .swiper-pagination .swiper-pagination-bullet img{
    /* max-width: 100%;
    max-height: 100%; */
    height:100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.tron-ecology-wrap .ecology-swiper-container .swiper-pagination .swiper-pagination-bullet-active img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}


.tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet{ 
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 calc(100rem*(30/1920));
    min-width: calc(100rem*(166/1920));
    height: auto;
    background: transparent;
    opacity: 1;
    transition: all .3s;
    top: 0;
}

.tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet > a {
    width: 6.51041667rem;
    height: 6.51041667rem;
    background: url('../../static/images/index/page-normal.svg') no-repeat;
    background-size: contain;
    background-position-x: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet > p{
    font-family: Avenir-Book;
    font-size:0.88916667rem;
    color: #151515;
    /* margin-top: 1.14583333rem; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
}

.tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet:hover, 
.tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    position: relative;
    top: -30px;
}

.tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet img{ 
    /* width:calc(100rem*(70/1920)); */
    margin:0 auto;
    max-width:50%;
}

.tron-partners-wrap .partners-swiper-container .swiper-pagination.swiper-pagination-custom .swiperPag{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 59.375rem;
}

.tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-customs{ 
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 .5rem;
    width: auto;
    height: auto;
    background: transparent;
    opacity: 1;
    transition: all .3s;
    top: 0;
}

.tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-customs > div {
    width: 6.51041667rem;
    height: 6.51041667rem;
    background: url('../../static/images/index/page-normal.svg') no-repeat;
    background-size: contain;
    background-position-x: center;
}

.tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-customs > p{
    font-family: Avenir-Book;
    font-size: 0.72916667rem;
    color: #151515;
    margin-top: 1.14583333rem;
}

.tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-customs:hover{
    position: relative;
    top: -25px;
}

.tron-partners-wrap .partners-swiper-container .swiper-pagination-wrap .swiper-button-prev,.tron-partners-wrap .partners-swiper-container .swiper-pagination-wrap .swiper-button-next{
    position: static;
    
}

/* .tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: transparent;
}

.tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet img{
    max-width: 100%;
    max-height: 100%;
} */

.about .swiper-container .swiper-slide{
        text-align: center;
        font-size: 18px;
        background: #fff;
  
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width:20%;
      
}

.about .swiper-container-about .swiper-scrollbar-drag{
    background:#C63127;
    height:8px;
}
.about .swiper-button-next, .about .swiper-button-prev{
    width:46px;
    height:46px;
    background:#C63127;
}
.about .swiper-button-next:after, .about .swiper-button-prev:after{
    font-size:5px;
    color:#fff;
}
.about .swiper-container-horizontal > .swiper-scrollbar{
    bottom: -8px;
    width:100%;
    left:0
}

/* .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    bottom: 0;
    top:100%;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#D15A53;
    bottom:0;
} */

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#C63127!important;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
   bottom:0!important;
   top:99%;
}



.resources-box .pagination{
    margin:20px 0;
    padding-right:calc(100rem*(130/1920));
    position: relative;
}
.resources-box .pagination li{
    height:calc(100rem*(40/1920));
    line-height:calc(100rem*(40/1920));
}
.resources-box .pagination li.previous,.resources-box .pagination li.next{
    width:calc(100rem*(40/1920));
    height:calc(100rem*(40/1920));
    background: #FFFFFF;
    text-align: center;
    position: absolute;
    border:1px solid #E6E9EB;
}
.resources-box .pagination li.previous:not(.disabled):hover,.resources-box .pagination li.next:not(.disabled):hover{
    box-shadow: 0 6px 10px 0 rgba(21,21,21,0.15);
    border: none;
}
.resources-box .pagination>li>a:focus, .pagination>li>a:hover,.resources-box .pagination>li>span:focus,.resources-box .pagination>li>span:hover{
    background-color:transparent
}
.resources-box .pagination li.previous{
    right:calc(100rem*(60/1920));
    background:url('../images/community/left-red.svg') no-repeat;
    background-position: center;
}
.resources-box .pagination li.next{
    right:0;
    background:url('../images/community/right-red.svg') no-repeat;
    background-position: center;
}
.resources-box .pagination li.previous.disabled{
    background:url('../images/community/left-grey.svg') no-repeat;
    background-position: center;
}
.resources-box .pagination li.next.disabled{
    background:url('../images/community/right-grey.svg') no-repeat;
    background-position: center;
}

.resources-box .pagination li.previous a,.resources-box .pagination li.next a{
    /* padding:0 calc(100rem*(10/1920)); */
    color:#C63127;
    text-align: center;
    width: 100%;
    margin:0;
}
.resources-box .pagination li.disabled{
    border: 1px solid #E6E9EB;
    box-shadow: none;
}
.resources-box .pagination li.disabled a{
    color:#9999;

}
.resources-box .pagination li a{
    width:auto;
    height:auto;
    opacity: 0.5;
    font-family: Avenir-Medium;
    font-size: 18px;
    color: #999999;
    border:none;
    height:calc(100rem*(40/1920));
    line-height:calc(100rem*(40/1920));
}

.resources-box .pagination .active a{
    background:none;
    color: #151515;
}
a:focus{
    outline:none;
}

/* .tooltip-div:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    top: -23%;
    left: 15px;
} */

.Chart .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  background:rgba(153, 153, 153, 1);
  margin:0 12px;
}
.Chart .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet..swiper-pagination-bullet-active{
    background:#666;
  }

.Chart .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:40px;
}
.job-item table{
    width:100%;
}
.job-item .ar table,.job-item .fa table{
    margin-right:1px;
}
.job-item table td{
    border: 1px solid #E6E9EB;
    height:40px;
}
.bug .how a{
   color: #151515;
   text-decoration: underline!important;
}
@media screen and (max-width:750px){
    .tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet img{
        width:calc(100rem * (70/750));
      }
      .tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet > p{
        font-size:calc(100rem * (20/750))!important;
      }
    .tron-ecology-wrap .ecology-swiper-container .swiper-pagination .swiper-pagination-bullet{
        width:calc(100rem * (40/750));
        height:calc(100rem * (40/750));
        margin: calc(100rem * (40/750)) calc(100rem * (50/750));
      }
      .Chart .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
            width:calc(100rem * (40/750));
            height:calc(100rem * (4/750));
            margin:0 calc(100rem * (8/750))!important;
      }
      .resources-box .pagination li.previous, .resources-box .pagination li.next{
        width:calc(100rem * (47/750));
        height:calc(100rem * (47/750));
        line-height:calc(100rem * (47/750));
        border:1px solid #E6E9EB;
      }
      .resources-box .pagination li a{
          height:calc(100rem * (47/750));
          line-height:calc(100rem * (47/750));
          font-size:calc(100rem * (22/750));
      }
      .resources-box .pagination li{
        height:calc(100rem * (47/750));
        line-height:calc(100rem * (47/750));
        text-align: center;
      }
      .resources-box .pagination li.previous a, .resources-box .pagination li.next a{
          width:calc(100rem * (47/750));
          text-align: center;

      }
      .pagination li.previous a img, .pagination li.next a img{
        margin: 0 auto!important;
        display: inline-block!important;
      }
      .tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet > div{
          width:calc(100rem * (86/750));
          height:calc(100rem * (97.5/750));
      }
      .tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet{
        /* margin:0 2rem; */
        width:calc(100rem * (150/750));
        /* min-width:calc(100rem * (150/750)); */
    }

      .swiper-button-next::after, .swiper-button-prev::after{
        font-size:calc(100rem * (20/750));
        color:#151515;
    }
    .tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet:hover{
        top: 0;
    } 
    .tron-partners-wrap .partners-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        position: relative;
        top: calc(100rem * (-15/750));
    }
    .swiper-button-next, .swiper-button-prev{
        margin-top:0;
    }
    .resources-box .pagination{
        padding-right:calc(100rem * (180/750));
    }
    .resources-box .pagination li.previous{
        margin-right: 0;
        right: calc(100rem*(97/750));
    }

    .resources-box .pagination li.next{
        margin-right: 0;
        right: calc(100rem*(20/750));
    }

    .resources-box .pagination li.previous, .resources-box .pagination li.previous.disabled, .resources-box .pagination li.next.disabled, .resources-box .pagination li.next{
        background-size: 50% 50%;
    }

    .Chart .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:10px;
    }

    .faq .show-detail img{
        width:100%;
    }


}

@media (min-width: 750px){
    #__next{
        min-width:1340px;
        overflow-x: scroll;
    }
}


.pagination>li>a, .pagination>li>span{
    background-color:inherit;
}