/* .button{
    width: 200px;
    height: 90px;
    background-color: cyan;
    font-size: 60px;
    text-align: center;
    background-image: linear-gradient(to bottom right, blue, #6cf);
} */

/* .button:hover{
    border-bottom: 2px solid #66ccff;
} */
/* .button{
    width:100px;
    height:50px;
    margin:auto;
    text-align:center;
    background-color:#1fc8db;
    background-image:linear-gradient(to bottom right,#8baa9d,#1ad7ec,#27b8ec);
    font-size:30px;
    font-weight:500;
    background-size: 100%;
} */
.line1{
    border-left: 30px solid #2597f5;
    border-bottom: 6px solid #076fc5;
    border-top: 6px solid #076fc5;
    box-shadow: 0 0 1px #62676bd8;
    /* border-bottom: 3px solid #2196F3; */
    font-size:66px;
    /* padding-right: 37px; */
    /* border-top-left-radius: 16px; */
    /* border-bottom-left-radius: 16px; */
}
.line2{
    border-left: 6px solid #076fc5;
    border-bottom: 6px solid #076fc5;
    border-top: 6px solid #076fc5;
    box-shadow: 0 0 1px #62676bd8;
    /* border-bottom: 3px solid #2196F3; */
    font-size:66px;
    /* padding-right: 37px; */
    /* border-top-left-radius: 16px;
    border-bottom-left-radius: 16px; */
}
.button{
    border-left:6px solid rgba(110, 108, 108, 0.185);
    border-bottom: 6px solid rgba(110, 108, 108, 0.185);
    border-top: 6px solid rgba(110, 108, 108, 0.185);
    /* border-top-right-radius: 16px;
    border-bottom-right-radius: 16px; */
    /* border-bottom: 3px inset;
    border-right: 3px inset; */
    box-shadow: 0 0 1px #62676bd8;
    
    background-color: #ddffff;
    font-size:66px;
    letter-spacing: 6px;
    /* margin:auto;
    text-align:center; */
    padding-left: 6px;
    padding-right: 70px;
    padding-inline-start: 54px;
    /* font-family: '宋体'; */
}
.move:hover{
    box-shadow: 0 0 5px #62676bd8;
    background-color: #b6e9e9;
    color: rgba(59, 58, 58, 0.39);
}
a{
    text-decoration: none;
    color: #000;
}
.header{
    width: 100%;
    height: 96px;
    background-color: rgba(231, 230, 230, 0.253);
    /* background-color: black; */
    margin: auto;

}
#logo{
    width: 96px;
    height: 96px;
    float: left;
}
.text1{
    float: left;
    text-align: center;
    padding: 15px 0;
    font-size: larger;
}
.footer{
    text-align: center;
}