/*自定义的样式*/
@media (max-width: 768px) {
    .my-max-pr-md-0{
        padding-right: 0;
    }
    .my-max-pl-md-0{
        padding-left: 0;
    }
    .my-max-pt-md-1{
        padding-top: .15rem !important;
    }

}
@media (min-width: 768px) {
    .my-min-pr-md-0{
        padding-right: 0 !important;
    }
    .my-min-pl-md-1{
        padding-left: .15rem !important;
    }

}
.my-pt-1 {
    padding-top: .15rem;
}
.my-pb-1 {
    padding-bottom: .15rem;
}
.my-pr-1 {
    padding-right: .15rem;
}
.my-pl-1 {
    padding-left: .15rem !important;
}


/*设置全局的font-size方便rem在不同环境下做计算*/
html {
    font-size : 100px;
}
@media only screen and (min-width: 401px){
    html {
        font-size: 100px !important;
    }
}
@media only screen and (min-width: 576px){
    html {
        font-size: 100px !important;
    }
}
@media only screen and (min-width: 720px){
    html {
        font-size: 100px !important;
    }
}
@media only screen and (min-width: 960px){
    html {
        font-size: 100px !important;
    }
}
@media only screen and (min-width: 1140px){
    html {
        font-size: 100px !important;
    }
}
a {
    cursor: default;
    text-decoration: none !important;
    color: black;
}


/*导航非激活*/
.unactive {
    border-bottom: #FFFFFF solid .03rem;
}
/*导般激活样式*/
.navActive {
    border-bottom: red solid .03rem;
}
/* 语言菜单的移入效果*/
.language_menu:hover  {
    background: #D6D6D5 !important;
}
.language_txt:hover{
    color: red !important;
}

#toUp{
    display: none;
    position: fixed;
    z-index: 99999;
    bottom: .3rem;
    right: .3rem;
}
#register{
    display: none;
    position: fixed ;
    z-index: 99999;
    right: .2rem;
}
/* 注册*/
.register-item{
    width: .7rem;
    height: .7rem;
    background: #F7F7F7
}
.register-item:hover{
    background: #DCDDDD;
}


 .contentType table,.contentType th,.contentType td{
     border-bottom: #F8F8F8 solid 2px;
     padding-left: .2rem;
     width: 1.2rem;
     font-size: .14rem;
     height: .3rem;
     background: #F2F2F2;
 }
.contentType table:hover,.contentType th:hover,.contentType td:hover{
    background: #DFDFDF;
}

.acursor:hover{
    cursor:pointer;
    color: #53728B !important;
}

.wrapper{
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background:#202020;
}
.content{
    display: inline-block;
    font-size: .13rem;
    padding: 0.1rem;
    padding-bottom: 0 !important;
    color: white;
}
.wrapper-list div{
    background: #303030;
}

