#container {
    width: 100%;
    min-width: 1013px;
    margin: 0 auto;
    position: relative;
}
.content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 279px;
    z-index: 10;
}
.banner-container {
    width: 100%;
    position: relative;
}
.banner-container .pc-banner {
    width: 100%;
    height: auto;
    display: block;
}
.banner-container .pc-logo {
    width: 633px;
    height: 220px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 42px;
}
.join-process-container{
    width: 1013px;
    height: 264px;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 0px rgba(207,207,207,0.5);
    border-radius: 8px;
    margin: 0 auto;
}
.join-process-container .top-card{
    width: 100%;
    background: #FFFFFF;
}
.join-process-container .process-title{
    padding: 25px 0 22px 0;
    font-size: 21px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.join-process-container .process-icon{
    background: url('../images/pc-process-icon.png') no-repeat top left;
    background-size: 100% 100%;
    width: 527px;
    height: 87px;
    margin: 0 auto;
}
.join-process-container .bottom-card{
    width: 572px;
    height: 46px;
    background: rgba(216,216,216,0.2);
    border-radius: 23px;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 0 25px;
    box-sizing: border-box;
}
.join-process-container .import-content{
    color: #999999;
    display: flex;
    justify-content: center;
}
.join-process-container .import-content::before{
    content: "*";
    display: block;
    color: #FF5252;
    font-size: 13px;
}
.btn-download {
    width: 52px;
    height: 25px;
    background: #008BFF;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-container{
    width: 1013px;
    height: 302px;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 0px rgba(207,207,207,0.5);
    border-radius: 8px;
    margin: 13px auto 25px;
    padding: 24px 0 32px;
    box-sizing: border-box;
}
.search-container .search-bar{
    width: 571px;
    height: 42px;
    background: rgba(0,139,255,0.1);
    border-radius: .4rem ;
    border: 1px solid #008BFF;
    display: flex;
    align-items: center;
    padding-left: 24px;
    box-sizing: border-box;
    margin: 0 auto;
}
.search-icon{
    width: 19px;
    height: 19px;
    background: url('../images/search-icon.png') no-repeat top left;
    background-size: 100% 100%;
    margin-right: 7px;
    flex-shrink: 0;
}
#search-input{
    outline: none;
    border: none;
    flex: 1;
    height: 42px;
    line-height: 42px;
    background: transparent;
    font-size: 15px;
    display: block;
    width: 467px;
}
#search-input::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}
.handle-search{
    width: 104px;
    height: 42px;
    background: #008BFF;
    border-radius: 0 21px 21px 0;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
}
.contact-us{
    margin: auto;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    padding-bottom: 60px;
}

.wordCloud{
    width:100%;
    height:auto;
    /* height:100%; */
}
.word-container{
    width: 362px;
    overflow: hidden;
    margin: 21px auto 0;
} 
.wordCloud span{
    display: inline-block;
    margin-right:.3rem;
    margin-left:.3rem;
    margin-top:.3rem;
}

.tagBall {
    width: 362px;
    height: 183px;
    position: relative;
    background-color:#fff;
    /* background: url("https://img-qn.51miz.com/preview/photo/00/01/54/81/P-1548127-5951CE79.jpg")  no-repeat center; */
    background-size: 100% 100%;
}

.tag {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    will-change: transform;
}
.words-img {
    width: 362px;
    height: auto;
    display: block;
}
form {
    display: block;
}
a {
    text-decoration: none;
    color: #fff;
    display: block;
}
/* .tag:hover {
    border: 1px solid #666;
} */