
.textbox{
    margin: 40px 0 0 0;
}
.textbox,
.textbox *{
    color: #333333;
    font-size: 22px;
    line-height: 32px;
}







/*手机端*/
@media (max-width: 1600px) {
    .domebox{
        padding: 0 0 0 0;
    }

    .textbox, .textbox * {
        font-size: 20px !important;
        line-height: 30px !important;
    }


}
@media (max-width: 1400px) {
    .domebox{
        padding: 0px 0 0 0;
    }

    .textbox{
        margin: 30px 0 0 0;
    }
    .textbox, .textbox * {
        font-size: 16px !important;
        line-height: 28px !important;
    }

}
@media (max-width: 1000px) {
    .textbox, .textbox * {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .domebox{
        padding: 15px 0 0 0;
    }

    .textbox{
        margin: 10px 0 0 0;
    }
    .textbox, .textbox * {
        max-width: 100%;
        font-size: 13px !important;
        line-height: 24px !important;
    }

      .textbox, .textbox  img{
        width: 100% !important;
        height: auto !important;
    }




}




