#page{
	width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif, "Microsoft YaHei"
}
.welcome{
	width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
	background-image: url('./images/login_bg.jpg')
}
.welcome__buttons{
    height: 400px;
    padding-top: 20%;
    margin: 0 auto;
}
.welcome__buttons-card{
	background: transparent;
    margin:0 auto;
    width: 400px;
}
.welcome__buttons-button{
	border: 2px solid;
    display: block;
    width: 250px;
    height: 50px;
    margin: 10px auto;
}
.welcome__buttons-button>span{
	font-size: 18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    height: 32px;
    width: 100%;
}

@media screen and (max-width: 600px){

    .welcome__buttons{
        padding-top: 40%;
    }

    .welcome__buttons-button{
        border: 2px solid;
        display: block;
        width: 180px;
        height: 40px;
        margin: 5px auto;
    }
    .welcome__buttons-button>span{
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .welcome__buttons-card {
        background: transparent;
        width: 250px;
        margin: 0 auto;
    }
}

.welcome-tourist {
	text-align: center;
    bottom: 80px;
    position: absolute;
    width: 150px;
    margin-left: calc(50% - 75px);
	cursor: pointer;
}

.welcome-tourist-title {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 4px;
}

.welcome-tourist-img {
    display: block;
    margin: 0 auto;
}
.welcome-tourist-visit-title {
	text-align: center;
}

.welcome-tourist-visit-line {
	border: 1px solid #FFFFFF;
	width: 19.6%;
	height: 2px;
	display: inline-block;
	margin-bottom: 4px;
}

.welcome-tourist-visit-name {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin: 0px 16px;
	display: inline-block;
}

.welcome-tourist-visit-apps {
	margin-top: 8px;
}

.welcome-tourist-visit-appgroup {
	border-radius: 4px;
    background: rgba(255,255,255,0.68);
    width: 448px;
    margin: 32px auto;
}
.welcome-tourist-visit-group {
	background: rgba(255,255,255,0.52);
	height: 56px;
	padding: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #13152D;
}

.welcome-tourist-app-item {
	    width: 112px;
    height: 98px;
    /* margin: 8px 0px 8px 10.5px; */
    cursor: pointer;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 12px 5px 8px;
    border-radius: 8px;
}

.welcome-tourist-app-item-img {
	border-radius: 24px;
    width: 48px;
    height: 48px;
}

.welcome-tourist-app-item-title {
	padding-top: 8px;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}