/* 歡迎來到Lucatech item_welcome*/
.item_welcome{
    width: 100%;
    margin: 65px 0;
}

.item_welcome_content{
    width: 80vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_welcome_p{
    width: 90%;
}   

.item_welcome_p h2{
    color: #1a75bb;
    margin-bottom: 25px;
}

.item_welcome_p p{
    line-height: 25px;
    font-size: 18px;
}

.item_welcome_button{
    width: 10%;
    text-align: center;
}

.item_welcome_button button{
    width: 5vw;
    height: 2vw;
    /* border: 2px solid #1a75bb; */
    background-color: #fff;
    border-radius: 2vw;
    transition: .5s;
    font-weight:bold;
}

.item_welcome_button button a{
    color: #1a75bb;
    text-decoration: none;
}

.item_welcome_button button:hover{
    background-color: #1a75bb;
}

.item_welcome_button button:hover a{
    color:#fff;
}

/* 版本尺寸 */
@media screen and (min-width: 1920px){}
@media (min-width:1366px) and (max-width:1920px){
    .item_welcome_button {
        width: 20%;
    }

    .item_welcome_button button {
        width: 100px;
        height: 45px;
    }
}
@media (min-width:1024px) and (max-width:1365px){
    .item_welcome_content {
        display: block;
        /* text-align: center; */
    }

    .item_welcome_p {
        width: 100%;
        margin: 0 auto;
    }
    
    .item_welcome_button {
        margin: 0 auto;
    }

    .item_welcome_button button {
        width: 120px;
        height: 45px;
    }
}
@media (min-width:768px) and (max-width:1023px){
    .item_welcome_button {
        width: 20%;
    }

    .item_welcome_content {
        display: block;
        width: 90vw;
        /* text-align: center; */
    }

    .item_welcome_p {
        width: 100%;
        margin: 0 auto;
    }
    
    .item_welcome_button {
        margin: 0 auto;
    }

    .item_welcome_button button {
        width: 120px;
        height: 45px;
        border-radius: 23px;
    }

    .item_welcome_p h2 {
        font-size: 26px;
    }
}
@media (min-width:414px) and (max-width:767px){
    .item_welcome {
        margin: 40px 0;
    }

    .item_welcome_button {
        width: 100%;
    }

    .item_welcome_content {
        display: block;
        width: 90vw;
        /* text-align: center; */
    }

    .item_welcome_p {
        width: 100%;
        margin: 0 auto;
    }
    
    .item_welcome_button {
        margin: 0 auto;
    }

    .item_welcome_button button {
        width: 80px;
        height: 35px;
        font-size: 16px;
        border-radius: 25px;
    }

    .item_welcome_p h2 {
        font-size: 26px;
    }

    .item_welcome_p p {
        font-size: 16px;
        word-break: break-all;
    }
}
@media (min-width:374px) and (max-width:413px){
    .item_welcome {
        margin: 40px 0;
    }

    .item_welcome_button {
        width: 100%;
    }

    .item_welcome_content {
        display: block;
        width: 90vw;
        /* text-align: center; */
    }

    .item_welcome_p {
        width: 100%;
        margin: 0 auto;
    }
    
    .item_welcome_button {
        margin: 0 auto;
    }

    .item_welcome_button button {
        width: 80px;
        height: 35px;
        font-size: 16px;
        border-radius: 25px;
    }

    .item_welcome_p h2 {
        font-size: 22px;
    }

    .item_welcome_p p {
        font-size: 16px;
        word-break: break-all;
    }
}
@media screen and (max-width: 373px){
    .item_welcome {
        margin: 30px 0;
    }

    .item_welcome_button {
        width: 100%;
    }

    .item_welcome_content {
        display: block;
        width: 90vw;
        /* text-align: center; */
    }

    .item_welcome_p {
        width: 100%;
        margin: 0 auto;
    }
    
    .item_welcome_button {
        margin: 0 auto;
    }

    .item_welcome_button button {
        width: 120px;
        height: 45px;
        border-radius: 23px;
    }

    .item_welcome_p h2 {
        font-size: 20px;
    }

    .item_welcome_p p {
        font-size: 16px;
        word-break: break-all;
    }
}
