﻿@media (max-width:760px) {
    .website {
        width: 100%;
    }

    .website_bt {
        width: 97%;
        margin: 0 auto;
        height: 140px;
    }

    .website_bt ul li {
        width: 46.5%;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
        float: left;
        margin-left: 10px;
        margin-bottom: 10px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .now {
        background: #d4d4d4;
        color: #333;
        border-color: #8c8c8c;
    }

    .wsbt {
        background: #4461a0;
        color: #fff;
    }

    .website_text {
        width: 95%;
        border: 1px solid #ddd;
        margin: 0 auto;
        border-radius: 5px;
    }

    .website_text h5 {
        padding-left: 10px;
        margin-top: 20px;
        font-size: 20px;
    }

    .website_text h6 {
        padding-left: 10px;
        margin: 0px;
        font-size: 16px;
    }

    .website_text p {
        padding-left: 10px;
        margin: 0px;
        font-size: 14px;
    }

    #text2 {
        display: none
    }

    #text3 {
        display: none
    }

    #text4 {
        display: none
    }

    #text5 {
        display: none
    }

    #text6 {
        display: none
    }

    .btn {
        display: block;
        margin-bottom: 20px;
        margin: 20px auto;
        width: 260px;
        height: 50px;
        border-radius: 28px;
        background: #FFF;
        box-shadow: 3px 5px 16px rgba(52, 121, 242, 0.28);
        transition: all .3s ease;
        padding: 0;
        text-align: left;
    }

    .btn span {
        margin-left: 54px;
        font-size: 19px;
        line-height: 50px;
        color: #377DFF;
        font-family: "Microsoft JhengHei";
        transition: all .3s ease;
    }

    .btn:hover span {
        margin-left: 60px;
    }

    .btn img {
        float: right;
        margin-top: 6px;
        margin-right: 12px;
    }

}