@font-face {
    font-family: 'futianB';
    src: url('../../fonts/FotonType-Bold.woff2');
}
@font-face {
    font-family: 'futianL';
    src:url('../../fonts/FotonType-Light.woff2');
}
@font-face {
    font-family: 'futianM';
    src:url('../../fonts/FotonType-Medium.woff2');
}
*{
    font-family: "futianL";
    padding: 0;
    margin: 0;
    color: #101010;
}
body{
    background-color: #fafafa;
}
a{
    text-decoration: none;
}

.search{
    width: 80%;
    margin-left: 10%;
    margin-top: 60px;
    min-height: 200px;
}
.search .title{
    font-size: 32px;
    font-family: "futianM";
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 30px;
}
.search-input{
    width: 70%;
    height: 56px;
    border-radius: 23px;
    margin: 0 auto;
    position: relative;
}
.search-input input{
    width: calc(97% - 75px);
    padding-left: 3%;
    padding-right: 70px;
    height: 56px;
    font-size: 16px;
    font-family: "futianM";
    border: solid 1px #ccc;
    background-color: #f6f6f6;
    border-radius: 28px;
    outline: none;
}
.search-input img{
    width: 30px;
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
}
.list{
    width: 60%;
    margin-left: 20%;
    /*margin-top: 90px;*/
}
.list div{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.list div a{
    display: inline-block;
    width: 100%;
}
.list div p{
    font-family: "futianM";
    font-size: 20px;
    margin-bottom: 10px;
}
.list div span{
    font-size: 14px;
}





.foot{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 200px;
}
.link{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.link a{
    margin: 0 20px;
}
.multimedia{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.multimedia div{
    margin: 0 25px;
}
.multimedia div span{
    font-size: 14px;
    display: block;
    margin-top: 8px;
}
.info{
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 10px;
}


@media screen and (min-width: 1200px) and (max-width: 1400px){



}

@media screen and (min-width: 1024px) and (max-width: 1200px){
.search{
    width: 90%;
    margin-left: 5%;
    margin-top: 60px;
}
.search .title{
    font-size: 32px;
    font-family: "futianM";
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 30px;
}
.search-input{
    width: 80%;
    height: 56px;
    border-radius: 23px;
    margin: 0 auto;
    position: relative;
}
.search-input input{
    width: calc(97% - 75px);
    padding-left: 3%;
    padding-right: 70px;
    height: 56px;
    font-size: 16px;
    font-family: "futianM";
    border: solid 1px #ccc;
    background-color: #f6f6f6;
    border-radius: 28px;
    outline: none;
}
.search-input img{
    width: 30px;
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
}
.list{
    width: 80%;
    margin-left: 10%;
    margin-top: 90px;
}
.list div{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.list div p{
    font-family: "futianM";
    font-size: 20px;
    margin-bottom: 10px;
}
.list div span{
    font-size: 14px;
}

}
@media screen and (min-width: 768px) and (max-width: 1024px){

.search{
    width: 90%;
    margin-left: 5%;
    margin-top: 60px;
}
.search .title{
    font-size: 32px;
    font-family: "futianM";
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 30px;
}
.search-input{
    width: 80%;
    height: 56px;
    border-radius: 23px;
    margin: 0 auto;
    position: relative;
}
.search-input input{
    width: calc(97% - 75px);
    padding-left: 3%;
    padding-right: 70px;
    height: 56px;
    font-size: 16px;
    font-family: "futianM";
    border: solid 1px #ccc;
    background-color: #f6f6f6;
    border-radius: 28px;
    outline: none;
}
.search-input img{
    width: 30px;
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer;
}
.list{
    width: 80%;
    margin-left: 10%;
    margin-top: 90px;
}
.list div{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.list div p{
    font-family: "futianM";
    font-size: 20px;
    margin-bottom: 10px;
}
.list div span{
    font-size: 14px;
}
.foot{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 100px;
}


}



@media screen and (max-width: 768px){

.search{
    width: 90%;
    margin-left: 5%;
    margin-top: 40px;
}
.search .title{
    font-size: 28px;
    font-family: "futianM";
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.search-input{
    width: 100%;
    height: 45px;
    border-radius: 23px;
    margin: 0 auto;
    position: relative;
}
.search-input input{
    width: calc(97% - 75px);
    padding-left: 3%;
    padding-right: 70px;
    height: 45px;
    font-size: 16px;
    font-family: "futianM";
    border: solid 1px #ccc;
    background-color: #f6f6f6;
    border-radius: 28px;
    outline: none;
}
.search-input img{
    width: 30px;
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
}
.list{
    width: 90%;
    margin-left: 5%;
    margin-top: 50px;
}
.list div{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.list div p{
    font-family: "futianM";
    font-size: 16px;
    margin-bottom: 5px;
}
.list div span{
    font-size: 14px;
}
   
    .foot{
        width: 100%;
        background-color: #f0f0f0;
        margin-top: 100px;
    }
    .link{
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    .link a{
        margin: 0 20px;
        font-size: 12px;
    }
    .multimedia{
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    .multimedia div{
        margin: 0 2%;
        width: 23%;
    }
    .multimedia div img{
        width: 100%;
    }
    .multimedia div span{
        font-size: 0.5rem;
        display: block;
        margin-top: 8px;
    }
    .info{
        font-size: 0.5rem;
        margin-top: 30px;
        text-align: center;
        padding-bottom: 20px;
    }
}