/*悬浮关注列表*/
.block-sidebar-item {
    position: relative;
}

.focas {
    position: fixed;
    width: 40px;
    height: 40px;
   /* background-color: #000000;*/
    border-radius: 2px;
    top: 20%;
    right: 0;
    z-index: 50;
}

.icon-car-count {
    position: fixed;
    top: 19%;
    right: 0;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 12px;
    z-index: 51;
}

/*导航图片上的文字*/
.usContent-link {
    width: 100%;
    position: relative;
}
/*.text-overlay {
    position: absolute;
    top:25%;
    left: 17%;
    text-align: center;
    color: #E2491E;
}
.text-overlay div{
    font-family: 微软雅黑;
    font-size: 35px;
    color: #E2491E;
}*/
/*.text-overlay {
    position: absolute;
    top:200px;
    !* left: 17%;*!
    left: 16%; !* 水平居中 *!
   !* transform: translate(-50%, -50%); !* 垂直和水平居中 *!
    text-align: center;*!
    color: white;
    width: 80%;
}
.text-overlay div{
    font-family: 微软雅黑;
    font-size: 35px;
    color: white;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/
.text-overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-family: 微软雅黑;
    font-size: 35px;
    line-height: 45px;
}
.roadmaps{
    color: #E2491E;
    font-family: 微软雅黑;
    font-size: 14px;
}
.roadmaps[href]:hover{
    text-decoration: underline;
    color: #E2491E;
}
.usme{
    color: #333;
    font-family: 微软雅黑;
    font-size: 14px;
}
.usme:hover{
    text-decoration: none;
    color: #333;
}
.roadmap{
  /*  margin-top: -5px;
    height: 50px;
    line-height: 50px;*/
    background-color: #e1e1e1;
    position: relative;
    width: 100%;
    left: 0%;
    margin-top: 10px;
}

/*内容容器-body*/
.usContentContainer{
    background-color: #e1e1e1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.usContent-Content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e1e1e1;
    margin-top: 10px ;
    width: 68%;
    margin-bottom: 2%;
}

/*按钮*/
.usContent-Btn{
    width: 100%;
}
.usContent-button {
    width: 100%;
    display: flex;
}
.usContent-button button {
    width: 10%;
    height: 29px;
    border: 0;
    background-color: #999;
    color: white;
    font-size: 14px;
    font-family: 微软雅黑;
}
.usContent-button button:hover{
   /* background-color: #E2491E;*/
    cursor: pointer;
}
.usContent-button button.active {
    background-color: #E2491E;
    color: #fff;
}
/*按钮下的内容*/
.usContent-Cont{
    background-color: white;
    width: 100%;
}
.usContent-content-class{
    padding: 2%;
}
.AboutUsTitle {
    margin-left: 1%;
    margin-top: 5px !important;
}

/*以下为手机版格式修改*/
@media (max-width: 900px) {
    .usContent-button button{
        width: 25%;
    }
    .usContent-Content{
        width: 100%;
        margin-top: 0;
    }

  /*  .text-overlay{
        top: 16%;
    }
    .text-overlay div {
        font-family: 微软雅黑;
      font-size: 15px;
        color: #E2491E;
    }*/
    .usContent-content-class img{
        width: 80%;
        height: auto;
    }
    .con3 {

        width: 100%;
        height: 300px;

    }

}

@media (max-width: 1249px) {
    .text-overlay div {
        font-family: 微软雅黑;
        font-size: 14px;
        color: white;
    }
}
@media (max-width: 900px) {
    .text-overlay {
      line-height: 15px;
        width: 100%;
    }

    .text-overlay div {
        font-family: 微软雅黑;
        font-size: 14px;
        color: white;
    }
    .AboutUsTitle {
        margin-left: 1%;
        margin-top: 2px !important;
    }
}
.followButton img{
    width: 15px;
    height:15px;
}
/*.AboutUsTitle {
    margin-left: 9%;
}*/
.text-overlay > div {
    display: inline-block;
    white-space: nowrap;
    margin: 0 20px;
    vertical-align: top;
}

.roadmap span{
    font-size: 12px;
}
.usContent-content-class p{
    margin: 0;
}
.usContent-content-class  p a:hover{
    text-decoration: underline !important;
    color: #E2491E !important;
}
.usContent-content-class  p a span:hover{
    color: #E2491E !important;
}
.usContent-content-class  p a span{
    color: #E2491E !important;
}