/* 团队 */
#tuandui .box {
    height: 4.4rem;
    padding: 3% 6%;
    box-shadow: 0 10px 40px -3px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#tuandui .title {
    margin-bottom:90px;
}
#tuandui .con .box .col:nth-of-type(1) .item .list {
     display: none; 
}
#tuandui .con .box .col:nth-of-type(1) .item .list.on {
    display: block;
}
#tuandui .con  .box .col:nth-of-type(1) .item .list h4 {
    margin-bottom: 0.3rem;
}
#tuandui .con .box .col:nth-of-type(1) .item .list .msg {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
#tuandui .con  .box .col:nth-of-type(1) .item .list .msg > li{
    width: 50%;
}
#tuandui .con .box .col:nth-of-type(1) .item .list .msg > li {
    margin-bottom: 0.2rem;
}
#tuandui .con  .box .col:nth-of-type(1) .item .list .msg > li small {
    color: #9d9d9d;
}
#tuandui .con  .box  .col:nth-of-type(1) .item .list .msg > li:last-child{
    width: 70%;
}
#tuandui .con .box .col:nth-of-type(1) .item .list h4 > small {
    color: #9d9d9d;
    font-weight: normal;
    display: inline-block;
    margin-left: 20px;
}
#tuandui .con .box .col:nth-of-type(1) .item .list .msg > li span {
    display: block;
    margin-top: 5px;
    font-weight: 300;
    line-height: 1.6;
}
#tuandui .con .box .col:nth-of-type(1) {
    width: 60%;
    padding-right: 5%;
}
#tuandui .con .box .col:nth-of-type(1) .pager {
    margin-top: 3vw;
}
#tuandui .con  .box .col:nth-of-type(1) .pager > a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 10px;
    text-align: center;
    background-color: #000;
    opacity: 0.1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    margin: 10px 20px 10px 0;
    display: inline-block;
}
#tuandui .con .box .col:nth-of-type(1) .pager > a.on {
    background-color: #d70c18;
    opacity: 1;
}
#tuandui .con .box .col:nth-of-type(2) {
    width: 40%;
    position: relative;
}
#tuandui .con .box .col:nth-of-type(2) .photo {
    width: 80%;
    position: absolute;
    max-width: 380px;
    padding-bottom: 106%;
    right: 0;
    top: -5vw;
    box-shadow: 0 10px 27px rgb(0 0 0 / 10%);
}
#tuandui .pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
#tuandui .con .box .col:nth-of-type(2) .photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
#tuandui .con .box .col:nth-of-type(2) .photo .pic.on {
    opacity: 1;
}
#tuandui .jj {
    display: block;
    height: 1rem;
}
@media screen and (max-width: 1024px) {
    #tuandui .box {position: relative;}
    #tuandui .con .box .col:nth-of-type(1) {width: 100%}
    #tuandui .con .box .col:nth-of-type(2) {width:unset;position:unset;}
    #tuandui .con .box .col:nth-of-type(2) .photo{width: 35%;height: 100%;top: 0;padding-bottom: 0;}
}
/* 流程 */
#liuchen{padding-top:120px}
#liuchen .bg{background:url('/static/image/join_bg.jpg') left top;margin-top:90px}
#liuchen h2.title{top: -120px;margin:0}
#liuchen ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#liuchen ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: #22af97;
}
#liuchen li:nth-child(3):before, #liuchen li:nth-child(4):before, #liuchen li:nth-child(5):before {
    background: #0796bf;
}
#liuchen li:nth-child(6):before, #liuchen li:nth-child(7):before, #liuchen li:nth-child(8):before {
    background: #6fbf43;
}
 #liuchen ul li {
    width: 24%;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
#liuchen ul li .num {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    font-size: 70px;
}
#liuchen ul li .txt {
    line-height: 150px;
    font-size: 18px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    #liuchen{margin-top: 1.5rem;background-size: cover; background-position: center;padding: 0;}
    #liuchen h2.title{top:-1.2rem}
    #liuchen ul li {width: 49%;margin-bottom: 0.15rem}
    #liuchen ul li .num{font-size:.75rem}
    #liuchen ul li .txt {line-height: 1.5rem;font-size: .4rem}
}
/* 入盟 */
#rumeng{
  background-image: url('/static/image/join_bg2.jpg');
  background-size: 100% auto;
  background-position: top center;
  color: #fff;
  background-color: #0796bf;
  background-repeat: no-repeat;
}
#rumeng input {
    padding: 0;
    margin: 0;
    border: 0;
}
#rumeng input::-webkit-input-placeholder{
  color:#fff;
}
#rumeng .box {
    width: 48.8%;
    margin: 0 .6%;
    float: left;
    background: #1caad3;
    margin-bottom: 12px;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#rumeng .last {
    width: 98.8%;
    height: auto;
}
#rumeng .dates {
    z-index: 9;
    position: relative;
}
#rumeng .sel_wrap {
    height: auto;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
#rumeng .box label {
    float: left;
    font-size: 18px;
    width: 135px;
}
#rumeng .sel_wrap label, #rumeng .last label {
    float: none;
    width: 100%;
}
#rumeng .selbox {
    position: relative;
}
#rumeng .input_txt {
    width: calc(100% - 135px);
    height: 100%;
    line-height: 55px;
    background: none;
    color: #fff;
}
#rumeng  .sel_wrap .sel_txt, #rumeng .last .input_txt {
    height: 50px;
    line-height: 50px;
    background: #0796bf;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 17px;
    cursor: pointer;
    position: relative;
}
#rumeng .last .input_txt {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    text-indent: 20px;
}
#rumeng .btnwrap {
    text-align: center;
    margin-top: 50px;
}
#rumeng .btnwrap input {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background: #1caad3;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 10px;
    margin: 0 3px;
    cursor: pointer;
}
#rumeng .sel_wrap .sel_down {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    background: #0796bf;
    font-size: 14px;
    padding: 10px 0;
    display: none;
}
#rumeng .sel_wrap .sel_down li {
    float: none;
    text-align: left;
    padding-left: 20px;
    line-height: 40px;
    cursor: pointer;
}
#rumeng .btnwrap .input_submit {
    color: #838383;
    background: #fff;
}
#rumeng .clearboth {
    width: 100%;
    height: 0;
    clear: both;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
@media screen and (max-width: 1024px) {
    #rumeng .box {width: 100%;margin-bottom: 0.15rem;height: 0.8rem;line-height: .8rem;padding: 0 0.1rem;float: unset}
    #rumeng .box.sel_wrap{margin-bottom: 1rem}
    #rumeng .sel_wrap .sel_txt, #rumeng .last .input_txt {height: 0.8rem;line-height: .8rem; padding: 0 0.3rem;font-size: .3rem}
    #rumeng .box label{font-size: .3rem;width:auto;padding: 0 0.3rem}
    #rumeng .input_txt {width: auto}
    #rumeng input::-webkit-input-placeholder{font-size:.3rem;}
    #rumeng .btnwrap{margin-top:2.5rem}
    #rumeng .btnwrap input{width: 45%;font-size: .25rem;height: 0.7rem; line-height: .7rem;}
}
/*  */
#recruit{
    background-image: url(/static/image/bg7.jpg);
    background-size: 100%;
    background-position: center 50px;
    background-repeat: no-repeat;
}
#recruit .top-row {
    padding-bottom: 4vw;
}
#recruit .mc {
    color: #d70c18;
}
#recruit .top-row .topic {
    overflow: hidden;
}
#recruit .top-row .topic small {
    display: block;
}
#recruit .top-row .topic h2 {
    line-height: 1.3;
    display: inline-block;
    position: relative;
}
#recruit .top-row .topic h2:after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 110%;
    height: 2px;
    width: 100vw;
    background-color: #d70c18;
}
#recruit .top-row .con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 4vw;
}
#recruit .top-row .con > li {
    width: 45%;
    margin-bottom:.4rem;
}
#recruit .top-row .con > li h3{
    color: #000;
    font-size: .2rem;
    margin-bottom:.2rem;
}
#recruit .mid-row {
    margin-bottom: 5vw;
}
#recruit .btm-row > div {
    position: relative;
}
#recruit .btm-row > div .ma-box {
    position: absolute;
    bottom: 1vw;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#recruit .btm-row > div .ma-box > span {
    text-align: center;
    margin-right: 45px;
}
#recruit .btm-row > div .ma-box > span > small {
    display: block;
    text-align: center;
    font-size: 16px;
}
@media screen and (max-width: 1024px) {
    #recruit .con .btm-row{display:none}
    #recruit .top-row .con > li {
    width: 100%;}
    #recruit .top-row .con > li h3{font-size:.35rem;}
}