.pageBackground {
    background-color: #f7f7f7;
    padding-top: 10px;
    padding-bottom: 50px;
}
.tag {
    display: flex;
    width: 17%;
    justify-content: space-between;
    margin-top: 10px;
}
.tag a{
    display: flex;
    padding: 3% 10%;
    border-radius: 10px;
    font-size: 15px;
    cursor: default;
    transition: all .4s;
}
.tag a:hover{
    transform: scale(1.1);
}
.tag a:hover,.tag a.active{
    background-color: #FFFFFF;
    color: #3268c4;
    font-weight: 700;
}
.tableList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listDetail {
    display: flex;
    width: 48%;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 0px 10px #e1e1e1;
    margin: 10px 0;
    background-color: white;
}
.headpicture {
    width: 380px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-right: 5px;
}
.headpicture img {
    width: 100%;
    border-radius: 50%;
}
.introduce {
}
.introduce b{
    font-size: 18px;
}
.introduce p{
    margin: 0;
    font-size: 16px;
    color: #9a9a9a;
    line-height: 20px;
    margin-top: 3px;
}
.introduce .span{
    margin-top: 30px;
    height: 5px;
    width: 40px;
    border-radius: 3px;
    background: linear-gradient(to right,#98bcf7,#3268c4);
}
@media (max-width: 1250px){
    .rcdwtag {
        width: 25% !important;
    }
    .tag a{
        font-size: 25px !important;
    }
}
@media only screen and (orientation: portrait) and (max-width: 1250px) {
    .rcdwtag {
        width: 50% !important;
    }
}
@media only screen and (orientation: portrait) {

    .container{
        margin-left: 0px;
    }
    .tableList{
        padding:0px 10px;
        display:unset;
        flex-wrap:unset;
    }
    .listDetail{
        width:100%;
    }
    .introduce b{
        font-size: 35px;
    }
    .introduce p{
        font-size: 28px;
        line-height: 40px;
    }
    .headpicture{
        width:100%;
    }
    .interact{
        margin-top:20px;
    }
    .interact img{
        height:45px !important;
    }
    .interact p{
        font-size: 40px !important;
    }

    .tag a{
        font-size: 30px;
    }
    .rcdwtag{
        width:50%;
    }
}
