@media screen and (min-width: 960px) and (max-width: 1199px) {
    html{
        font-size:54px !important;
    }
    .join ul+ul {
        margin-left: 2.1rem !important;
    }
    .about p+p{
        margin-left:2.6rem !important;
    }
   
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    html{
        font-size:43.2px !important;
    }
    .join ul+ul {
        margin-left: 1.8rem !important;
    }
    .about p+p{
        margin-left:2.3rem !important;
    }
  
  
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    html{
        font-size:36px !important;
    }
   
}   
@media screen and (min-width:400px) and (max-width:479px){
    html{
        font-size:27px !important;
    }
}
@media screen and (max-width:399px){
    html{
        font-size:27px !important;
    }
    .join ul+ul {
        margin-left: 0.6rem !important;
    }
    .about p+p{
        margin-left:0.9rem !important;
    }
    
}
.my-h3{
    font-size:0.7rem;
    line-height:0.9rem;
    margin-bottom:0.5rem;
}
.my-p{
    font-size:0.4rem;
    line-height:0.74rem;
}
.top{
    width:100%;
    text-align:center;
    padding:2.2rem 0; 
    background:url("../../images/xw/headertop.png") no-repeat;
    background-size:100% 100%;
    color:#fff;
}
.top h1{
    font-size:1rem;
}
.content{
    width:100%;
    text-align: center;
    padding:0.8rem 0.6rem 0;
    background: #fff;
}
.content h3{
    font-weight:bolder;
}
.content-show{
    width:100%;
    text-align: center;
    font-size:0.4rem;
    margin-top:0.6rem;
}
.content img{
    width:100% !important;
    height: auto !important;
}
.content p{
    width:100%;
    text-align: start;
    font-size:0.45rem;
    line-height:0.8rem;
    margin:0.5rem 0;
    margin-left: 0 !important;
    text-indent: 0 !important;
}
.content a{
    color: #38f;
    text-decoration: underline;
}
.go-nav{
    width:100;
    display:flex;
    justify-content: space-between;
    padding:0rem 0.6rem 0.6rem;
    background: #fff;
}
.go-nav div{
    width:25%;
    border:1px solid #f4f4f4;
    padding:0.3rem 0;
    font-size:0.45rem;
    text-align: center;
    border-radius: 4px;
    background:  #048EFD;
}
.go-nav div a{
    color:#fff;
}
.extraLinks{
    display: block;
    font-size: 14px;
}
.extraLinks h3 {
    color: #666;
    margin: 30px 0 15px 15px;
}
.extraLinks .links a {
    line-height: 24px;
    color: #38f;
    text-decoration: none;
}
.extraLinks ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.extraLinks ul {
    display: block;
    /*list-style-type: disc;*/
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}



