ul, ol {
    list-style: none outside none;
}
li {
  list-style: none;
}
.am-icon-xl:before {
  font-size: 400%;
  vertical-align: -22%;
}
.am-with-topbar-fixed-top {
  padding-top: 80px !important;
}
.am-popover{
  background:#D1D1D1 !important;
  border:1px solid #D1D1D1 !important;
}
.am-popover-inner{
  background:#D1D1D1 !important;
}
.am-popover-caret{
  border-bottom: 8px solid #D1D1D1 !important;
}
header {
  margin-bottom: 0 !important;
  border: none !important;
}
header .tr-login-topbar {
  height: 30px;
  line-height: 30px;
  background-color: #000;
}
header .tr-login-topbar,header .tr-login-topbar a {
  color: #fff;
}
header .tr-topbar {
  background-color: #3b3d3d;
}
header .tr-nav {
  margin-top: .4rem;
}
header .tr-nav > .am-dropdown .am-dropdown-content {
  margin-top: 0;
  background-color: #6e6e6e;
  min-width: 100px;
  left:-32%;
}
header .tr-nav > .am-dropdown .am-dropdown-content:before{
  left:40px;
}
header .tr-nav > .am-dropdown .am-dropdown-content:after{
  border-bottom-color:#6e6e6e;
  left:40px;
}
header .tr-nav > .am-dropdown .am-dropdown-content li{
  width:100%;
}
header .tr-nav > .am-dropdown .am-dropdown-content li:hover {
  background-color: #4e4e4e;
}
header .tr-nav > .am-dropdown .am-dropdown-content li a{
  font-size: 1.4rem;
}
header .tr-nav > .am-dropdown:hover .am-dropdown-content{
  display: block;
}
header .tr-nav li {
  margin-top: 0;
  float: left;
}
header .tr-nav li,header .tr-nav li a{
  color:#fff;
}
header .tr-nav li.am-active a,header .tr-nav li.am-active a:hover{
  background: none;
}
header .tr-nav li a:hover,header .tr-nav li a:visited,header .tr-nav li a:active,header .tr-nav li a:link {
  color:#ccc;
  background: none;
}
header .tr-topbar-form {
  margin-top: 10px;
}
header .tr-form-icon {
  position: relative;
}
header .tr-form-icon [class*=am-icon-] {
  position: absolute;
  right: 1em;
  top: 50%;
  display: block;
  margin-top: -.5em;
  line-height: 1;
  z-index: 2;
}
header .tr-search {
  padding:.4rem;
  border-radius: 10px;
  background-color: #000;
  border: none;
  color: #fff;
}
header .tr-search:focus {
  background-color: #000;
}
header .tr-topbar-form .am-icon-search{
  color:#fff;
}
.tr-slider {
  height: auto;
  position: relative;
}
.tr-slider .am-control-nav {
  bottom:15px;
}
.tr-slider .am-control-nav li a{
  height: 14px;
  width: 14px;
  background: none;
  box-shadow: none;
  -webkit-box-shadow:none;
  border: 1px solid rgba(0,0,0,.5);
}
.tr-slider .am-control-nav li a:hover {
  background-color: #fff;
}
.tr-slider .am-control-nav li a.am-active {
  background-color: rgba(0,0,0,.5);
}
.tr-slider .tr-slider-title {
  position: absolute;
  top:0;
  width:100%;
  left:18px;
  height:120px;
  background-color:#fff;
  opacity: 0.6;
  z-index: 99;
}
.tr-slider .tr-slider-title li {
  display: none;
}
.tr-slider .tr-slider-title h1,.tr-banner h1{
  font-size: 200%;
}
.tr-slider2 {
    -moz-box-shadow:0 8px 8px #ccc;              
    -webkit-box-shadow:0 8px 8px #ccc;           
    box-shadow:0 8px 8px #ccc; 
}
.tr-slider2-bottom {
    z-index: -1;
}
.tr-slider2-bottom img {
    width:100%;
}
.tr-slider2-top {
  position: absolute;
  top:0;
  z-index: 999;
  width: 100%;
}
.tr-main-container {
  padding: 10px 0;
  min-height: 320px;
}

#home .am-icon-xl {
  color:#999;
}
#home h2 {
  font-size: 192%;
  font-weight: normal;
  margin-top:0;
}

footer {
  color:#666;
}
.footer2 {
  background-color: #e9eaeb;
}
.footer2 hr{
  border-color: #666;
}
footer .tr-telemail {
}
footer .tr-telemail h2 {
  margin-bottom: 0;
  font-weight: normal;
}
.footer1 .tr-footer-nav h5{
  font-weight: normal;
}
.footer1 .tr-links h6 {
  font-weight: normal;
}
.footer1 .tr-links li {
  float:left;
}
.footer1 .tr-links a {
  padding: 0 10px;
  color:#c6c2b9;
}
.footer1 .tr-links a:hover {
  padding: 0 10px;
  color:#666;
}

#tr-gotop a{
  display: block;
  background-color: #f5f5f5;
  border-radius: 1000px;
  height:26px;
  width: 26px;
}

.tr-banner {
  background: #2a76c1 url(../images/banner-bg.png) left top repeat;
  overflow-y: hidden;
  padding: 30px 0;
  color:#fff;
}

.tr-docs {
  counter-reset:header3;
}
.tr-docs h3 {
  counter-increment:header3;
  counter-reset:header4;
} 
.tr-docs h4 {
  counter-increment:header4;
} 
.tr-docs h3:before {
  content:counter(header3) ". ";
}
.tr-docs h4:before {
  content:counter(header3) "." counter(header4) " ";
}
.tr-article-list h3 {
  border-left: 3px solid #59736e;
  padding: 0 1em;
  font-size: 1.2em;
}
.tr-article-list h4 {
  padding:0;
  margin:.5em 0;
  font-size: 1.05em;
  color:#59736e;
}

.tr-nav-doc-header {
  border-left: 3px solid #59736e;
  padding: 0 .8em;
  margin-top: .4em;
  margin-bottom: .4em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 90%;
  color: #555;
}
.tr-nav-doc-children { 
  margin-top: 0;
}
.tr-nav-doc-children a {
  color: #777;
  -webkit-transition: .15s;
  transition: .15s;
  font-size: 85%;
  padding:.4em 1em;
  cursor: pointer;
  display: block;
}
.tr-nav-doc-children a:hover,.tr-nav-doc-children .am-active {
  background-color: #eee;
}
.tr-panel .am-panel-bd {
  padding: 0.5rem;
}
.tr-panel .am-panel-bd ul {
  padding:0;
  margin:0;
}
.tr-panel .am-panel-bd a {
  display: block;
  font-size: 0.98em;
}
.tr-panel {
  border-color: #999;
}
.tr-panel .am-panel-hd {
  background-color: #4e4e4e;
  border-color: #999;
}
.tr-panel a {
  color:#333;
}

.tr-cloud-login {
  position: relative;
  min-height:580px;
  background-image: url(../images/cloud-login-bg.jpg);
  background-position: center;
}
.tr-cloud-login-form {
  height: auto;
  width: 360px;
  position: absolute;
  z-index: 2;
  top:50%;
  margin-top: -210px;
  left: 50%;
  margin-left: -180px;
  background-color: #fff;
}
.tr-cloud-login-form [class*=am-u-] {
  padding: 0;
}
.tr-cloud-login-form,.tr-cloud-login-form a {
  color:#bdbdbd;
}
.tr-cloud-login-form label {
  font-weight: normal;
}
.tr-cloud-login-form #register {
  background-color: #666;
  border-color: #666;
  color:#fff;
}
.tr-cloud-login-form #register:hover {
  background-color: #444;
  border-color: #444;
}


.am-container-collapse {
  padding-left: 0;
  padding-right: 0;
}
.tr-yunpan {
  height: 520px;
  background-color:#1aa1ff;
}
.tr-yunpan-bg-container {
  position: relative;
  z-index: 1;
}
.tr-yunpan-bg-slider {
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  box-shadow:none;
  -webkit-box-shadow:none;
}
.tr-yunpan-bg-slider .am-control-nav {
  display: none;
}
.tr-yunpan-container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.tr-yunpan-container h2,.tr-yunpan-container h3,.tr-yunpan-container h4,.am-modal {
  color:#575757 !important;
  font-weight: normal !important;
}
.tr-yunpan-container,.tr-yunpan-container a {
  color:#bdbdbd;
}
.tr-yunpan-container label {
  font-weight: normal;
}
.tr-yunpan-container .am-input-group-label i,#yunpan-forgotpassword-modal .am-input-group-label i{
  width:16px !important;
}
.tr-yunpan-mutidevice {
  background-color: #E9EAEB;
}
.tr-yunpan-mutidevice a {
  color:#3a3e46;
}
.tr-yunpan-mutidevice a:hover{
  color:#2a3e46;
}
#vld-tooltip {
  position: absolute;
  z-index: 1111;
  padding: 5px 10px;
  background: #d7342e;
  min-width: 150px;
  color: #fff;
  transition: all 0.15s;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  display: none;
}
#vld-tooltip:before {
  position: absolute;
  top: 40%;
  left: 0;
  width: 0;
  height: 0;
  margin-left: -8px;
  content: "";
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent #d7342e;
  border-style: none inset solid;
}
.tr-yunpan-login-container {
  height: auto;
  background-color: #fff;
}
.tr-yunpan-login-container .tr-yunpan-btn-block-container {
  padding:0;
}
.tr-yunpan-login-container .tr-yunpan-btn-block {
  background-color: #adadad;
  border-color: #adadad;
  color:#fff;
}
.tr-yunpan-login-container .tr-yunpan-btn-block:hover,.tr-yunpan-login-container .tr-yunpan-btn-block:visited {
  background-color: #a1a1a1;
  border-color: #a1a1a1;
}
.tr-yunpan-login-container .checkbox label {
  color:#bdbdbd !important;
}
.tr-yunpan-register-container {
  height: auto;
  background-color: #fff;
}
.tr-yunpan-changepassword-container {
  height: auto;
  background-color: #fff;
}
.tr-yunpan-error-container {
  height: auto;
}
.tr-yunpan-error-container .am-text-danger {
  color:#dd514c !important;
}
.amz-hero-intro .amz-hero-headings {
    color: #fff;
    padding: 10px;
}
::-webkit-scrollbar{width:0px;}