.home{height: 100vh;width: 100%;background: url('../images/chaxun_bg.png')no-repeat;background-size: 100% 100%;
display: flex;flex-direction: column;align-items: center;box-sizing: border-box;padding: 25vh 0 30px 0;justify-content: space-between;}
.home .top-box{width: 100%;display: flex;flex-direction: column;align-items: center;}
.home .top-box .page-title{color: #fff;display: flex;flex-direction: column;align-items: center;font-weight: 600;}
.home .top-box .page-title span:first-child{font-size: 38px;letter-spacing: 5px;}
.home .top-box .page-title span:nth-child(2){font-size: 16px;margin-top: 5px;}
.home .top-box .search-box{margin-top: 80px;width: 50%;display: flex;flex-direction: column;}
.home .top-box .search-box .s-box{width: 100%;height: 75px;background: #fff;display: flex;align-items: center;box-sizing: border-box;padding: 0 20px;}
.home .top-box .search-box .s-box input{outline: none;flex: 1;height: inherit;border: none;font-size: 22px;letter-spacing: 5px;color: #333;}
.home .top-box .search-box .s-box input::-webkit-input-placeholder{color: #999999;}
.home .top-box .search-box .s-box img{width: 39px;height: 40px;display: block;margin-left: 20px;}
.home .top-box .search-box .notice{margin-top: 20px;font-size: 20px;color: rgba(255, 255, 255, 0.8);}
.home .copyright{    color: #525e9c;;font-size: 15px;text-align: center;}
.home .copyright a{    color: #525e9c;}

