@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');

body {
	   text-align: center;
    background-image: url("images/Untitled-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2rem;
    height: 100vh;
    font-family: 'Montserrat', sans-serif;
}

#root {
    width: 600px;
    height: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    #root {
        width: 95%;
    }
  }
.neirong{
	color: #ffffff;
   
    font-size: 22px;
}
span {

    font-weight: 600;
    font-size: 14px;
}


.title {
	color: #000000;
    font-weight: 600;
    font-size: 30px;
}
.logo {
	
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo img {
	 border-radius: 50%;
    width: 100px;
    height: 100px;
}

.logo span {
    font-weight: 600;
    margin-top: 20px;
	
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.button-area a {
    text-decoration: none;
    background-color: #F7F7F7;

    padding: 7px;
    box-sizing: border-box;
    width: 100%;
    display: inline-flex;
    align-items: center;
    color: #333333;
    border: 3px solid #F7F7F7;
    transition: 0.3s;
    margin-bottom: 14px;
	   border-radius: 20px;
}
.con .sou ul li {
 padding: 20px ;

    width: 300px;
    margin: 10px 10px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    background: #eee;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-indent: 30px;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
}

.button-area a:hover {
    background-color: transparent;
    color: #F7F7F7;
}

.button-area a img {
	 border-radius: 50%;
    width: 50px;
    height: 50px;
}

.button-area a span {
    width: 100%;
	
    text-align: center;
}