/*#contactForm, #contactPostScss{padding:16px 0 0 4px;}
#contactForm .rows{display:block;overflow:hidden;padding-bottom:5px;}
#contactForm .rows .labels{display:block;float:left;width:89px;line-height:19px;}
#contactForm .rows .rt{display:block;float:left;width:365px;max-width:100%;overflow:hidden;padding-left:4px;}
#contactForm .textInput{height:19px;line-height:19px;padding:0 0 0 4px;width:241px;max-width:100%;}
#contactForm #msg{height:81px;overflow:auto;width:358px;max-width:100%;}*/

/* CSS by Aljon*/
#contactForm{
    padding: 0px 20px 20px 0px;
}

#contactForm .textForms{
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #aaa;
    padding: 0 5px;
    line-height: 24px;
}

#contactForm .textForms .textInput{
    height: 15px;
}

#contactForm .telephonecode_wrap {
    border-color: #aaa;
    margin-bottom: 5px;
    width: 100%;
}

#rowFormSubmit{
    padding-right: 70px;
}
#formSubmit{
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    background-color: #d53f40;
    border: 1px solid #d53f40;
    border-radius: 5px;
    font-weight: 500px;
    color: #ffffff;
}

#contactForm .errorMsge, #expiredToken .errorMsge, #unknownError .errorMsge{
    color: #da2128;
    margin-bottom: 5px;
}
#btnFormRefresh{
    width: 70%;
    text-align: center;
    padding: 5px 0px;
    background-color: #d53f40;
    border: 1px solid #d53f40;
    border-radius: 5px;
    font-weight: 500px;
    color: #ffffff;
}

.column_friends{
    clear: both;
    width: 100%;
}
.column_friends > div{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    margin: 20px 0 ;
}
.column_friends > div a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.column_friends > div a img{
    width: 100%;
    object-fit: contain;
    aspect-ratio: 3.6/1
}

@media (max-width:400px){
    /*#contactForm .rows .labels{width:100%;}
    #contactForm .rows .rt{padding-left:0;}*/
}
@media (min-width:401px) and (max-width:767px){
/******最宽767px，不包括小于400px的css放这里********/

}
@media (max-width:767px){
/****** 最宽767px，包括了最宽400px **********/
/****** 屏幕小于400px也将受此处css影响 *******/
    /*#contactForm, #contactPostScss{width:100%;padding-left:10px;padding-right:10px;}
    #contactForm .rows .rt{width:240px;}*/
    .column_friends > div{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:768px) and (max-width:991px){
/****** ipad 竖屏 *****/

}

@media (min-width:992px) and (max-width:1199px){
/****** ipad 横屏 *****/

}

@media (min-width:1200px){

}