html {
    scroll-behavior: smooth;
}
body {
    background-color: #fff;
    letter-spacing: -0.5px;
    margin: 0px;
}
body *{
    font-family: iransans_light;
}
h1,h2,h3, .h1 , .h2 , .h3{
    font-family: iransans_bold;
    color:#2c384e;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 40px;
}
h4,h5,h6, .h4 , .h5 , .h6{
    font-family: iransans_medium;
    color:#2c384e;
    font-weight: 600;
    line-height: 35px;
}
a{
    text-decoration: none;
}
p{
    font-weight: 600;
    color: #222;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 40px;
}

p.note1{
    line-height: 27px;
    color:#666;
    font-size:17px;
}
star{
    color:red;
}
.my-control{
    border-radius: 10px;
}
.text-gray{
    color:#bbb;
}

.box1{
    padding: 20px;
}
.box2{
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 10px;
    background-color: #fff;
}
.box2-active{
    border: 2px solid #73cbb3;
}
.box2-deactive{
    border: 2px solid #6c757d;
}
.clan-box{
    height: 100%;
    border-radius: 7px;
    background-color: #fff;
}

.clan-box .header img{
    border-radius: 7px 7px 0 0;
}
.clan-box .body{
    padding-top: 20px;
    height: 80px;
}

.clan-box .footer{
    height: 90px;
    background-color: #f3f3f3;
    border-radius: 0 0 7px 7px;
    padding: 30px 10px;
    text-align: center;
}

.site-logo{
    font-size: 23px;
    font-weight: bolder;
    color:#2c384e;
}

.border-right{
    border-right: 1px solid #f1f1f1;
}
.border-left{
    border-left: 1px solid #f1f1f1;
}

.block-btn{
    box-shadow: none;
    font-size: 16px;
    border-radius: 10px;
    margin-left: 10px;
}
.circle-btn{
 border-radius: 100%;
 border:2px solid #567;
 padding: 10px;
 width: 40px;
 height: 40px;
}

.circle-btn:hover{
 border:3px solid #aaa;
 background-color: #6c757d;
}

.high-block{
    background-color:#fff7df;
}
#footer ul {
padding-right: 0px;
}
#footer ul li {
 list-style-type: none;
}
#footer ul li a{

    font-size: 17px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
}

.pure-block{
    background-color: #fff;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    width: 1000px;
}
.pure-block .content{
   padding: 40px;
}
.pure-block img{
    border-radius: 10px 0 0 10px;
}
.pure-block , .pure-block img{
    height: 530px;
}
@media (max-width: 1100px) {
    .pure-block{
        width: 850px;
    }
}

@media (max-width: 768px) {
    .container{
        padding: 20px 20px;
    }
    .content-block{
        padding: 20px 20px;
    }
    .pure-block{
        width: 90%;
        margin: auto 50px;
    }
    .pure-block .content{
        padding: 10px;
    }
    .clan-logo{
        height: 100px;
    }
}

@media (max-width: 992px) {

}

.nameDiv{
    position: relative;
    font-size: 15px;
}
.nameDiv img{
    width: 130px;
    height: 150px;
}
.nameToast{
    position: absolute;
    top  : 0px;
    right: 0px;
    display: none;
    background: rgba(255,255,255,0.7);
    border: 1px solid #eee;
    font-size: 15px;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: right;
}

.user-box-small{
    margin-bottom: 5px;
    padding: 0 0 0 10px;
}
.user-box-small img {
    width: 40px;
    height: 40px;
}
.user-box-small i {
   margin: 10px;
}


.user-box .opBtn {
    position: relative;
    margin: 0 3px;
    margin-top:10px;
}
.user-box .opBtn {
 font-size: 30px;
}

.user-box .opBtn:hover  {
    font-size: 40px;
    transition: .3s 0s;
    color:#2c384e;
    margin-top: 5px;
}

.clan-logo{
    height: 150px;
    width: 100%;
}