﻿*{
    margin: 0;
    padding: 0;
}
html{
    width: 100vw;
    height: 100vh;
    background-image: url("./images/bg.jpg");
    background-size: cover;
}

/* 提示信息 */
.info{
    width: 220px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    user-select: none;
}
.v-enter,
.v-leave-to{
    opacity: 0;
    top: -20px;
}
.v-enter-active,
.v-leave-active{
    transition: all 0.4s ease-in-out;
}

[cloak]{
    display: none;
}


/* 中间搜索框 */
.searchBox{
    width: 60%;
    min-width: 400px;
    height: 30vh;
    margin: 10vh auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.adBox{
    width: 90%;
    min-width: 60%;
    margin: 0vh auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.string{
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Monoton";
}
.string > p{
    user-select: none;
}

.result{
	margin-top: 15px;
	color: rgba(255, 0, 0, 0.6);
	font-size: 18px;
}
.inputBox{
    width: 60%;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0 15px;
    border-radius: 20px;
}
.inputBox > input{
    background: none;
    border: none;
    outline: none;
    padding: 0 10px 0 0;
    flex: 1;
    height: 44px;
    color: #242323;
    font-size: 16px;
}
.inputBox > input::placeholder{
    color: #242323;
    font-size: 16px;
}
.inputBox > img{
    width: 1.3rem;
    height: 1.3rem;
}
.inputBox > img:hover{
    cursor: pointer;
}

.col-ad {
    width: 100%;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
	display: flex;
}
.Box {
    border: solid 1px #dddddd;
    background-color: rgba(255, 255, 255, 0.8);
    width: 90%;
    overflow: hidden;
	margin: auto; 
	margin-bottom: 8px; 
	border-radius: 4px;
	box-sizing: border-box;
	position:relative;
	text-align:center;
}

.Box:hover {
    border: solid 1px #d9534f;
	box-shadow: 0 26px 40px -24px #d9534f;
}
a {
    color: #373d41;
    cursor: pointer;
	text-decoration: none;
}
img{
	border:0;
	width: auto;  
    height: auto;  
    max-width: 100%;  
    max-height: 100%;  }
li{list-style:none;}
a{text-decoration:none;color: #444;}
.num {
    right: 12px;
    bottom: 8px;
    position: absolute;
    background: none;
    border: 0px;
}
.num a {
    float: left;
    color: #0e5c88;
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    font-family: Arial;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    margin: 3px 1px;
    border: 1px solid #174398;
    background-color: #fff;
}

.tab-cont {
    height: 100%;
    list-style: none;
}