.join-search { width: 800px; margin: -28px auto 0; height: 56px; display: flex; align-items: center; background-color: #fff; border-radius: 56px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04); position: relative; z-index: 2; padding-left: 26px; justify-content: space-between; }
.join-search .icon { margin-right: 10px; }
.join-search .ipt { border: none; height: 100%; flex: 1; padding-right: 10px; }
.join-search .ipt::placeholder { font-size: 14px; color: #ccc; }
.join-search .btn { width: 156px; background-color: #3470ff; border-radius: 0 56px 56px 0; height: 56px; line-height: 56px; text-align: center; color: #fff; }
.join-search .btn:hover { opacity: .9; }

.join { display: flex; margin-top: 40px; width: 1200px; margin-bottom: 100px; }
.join-left { width: 315px; border-right: 1px solid #eef1f1; padding-right: 40px; }
.join-left .top { font-size: 14px; border-bottom: 1px solid #eef1f1; display: flex; justify-content: space-between; padding-bottom: 10px; }
.join-left .top .clear { color: #3470ff; }
.join-left .list { margin-top: 25px; }
.join-left .tit { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.join-left .cont li { line-height: 38px; font-size: 14px; }
.join-left .cont label { cursor: pointer; }
.join-left .cont input { vertical-align: -2px; margin-right: 10px; }
.join-right { padding-left: 20px; flex: 1; }
.join-right .title { font-size: 30px; font-weight: bold; color: #000; margin-left: 20px; margin-bottom: 20px; }
.join-right .list { display: block; padding: 20px; border-radius: 8px; }
.join-right .list:hover { box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04); }
.join-right .list.hide { display: none; }
.join-right .tit { font-size: 18px; font-weight: bold; color: #000; }
.join-right .sub { color: #666; margin: 5px 0 15px; }
.join-right .info { color: #999; font-size: 14px; line-height: 1.4; }
