@charset "UTF-8";
body {
    margin: 0;
	font-size: 14px;
	color: #333333;
	letter-spacing: .5px;
	background: linear-gradient(180deg, #F0F1FC 0%, #F4F7FB 100%);
	overflow-x: hidden;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: 0 0
}
h1,h2,h3,h4,h5,p{
    margin: 0;
}

a {
    color: inherit;
	text-decoration: none
}
.pace .pace-progress {
    background: #8331A7;
}
.pace .pace-activity {
    border-top-color: #8331A7;
    border-left-color: #8331A7;
}

.wrapper {
	width: 100%;
    min-width: 1200px;
	position: relative
}
.header{
    width: 100%;height: 570px;min-width: 1200px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: cover;
}
.header .top{
    width: 100%;height: auto;border-bottom:1px solid rgba(255,255,255,0.15);box-sizing: border-box;position: fixed;top: 0;z-index: 500;
    box-shadow: 0px 1px 5px 0px rgba(117,117,117,0.1);min-width: 1200px;
}
.header .topbg{
    background: #ffffff;
}
.nav{
    width: 1200px;height: 69px;display: flex;justify-content: space-between;align-items: center;margin: 0 auto;
}
.logo{
    width: 219px;height: 33px;
}

.header .nav ul li{
    float: left;
    position: relative;
}
.nav-link{
    font-size: 15px;width: 104px;text-align: center;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;color: rgba(255,255,255,0.6);
    line-height: 70px;display: block;
}
.nav-link-c{
    color: #333333;
}
.nav-link:hover{
    color: #8331A7;
}
.nav>ul>li>.active:hover{
    color: #ffffff;
}
.nav>ul>li>.active{
    background: linear-gradient(180deg, rgba(146,125,255,0) 0%, rgba(100,71,255,0.44) 100%);
    color: #FFFFFF;
    font-weight: 500;
    font-family: PingFangSC-Medium, PingFang SC;
}
.nav-link-menu .active{
    color: #8331A7;
}

.header .nav-link-menu{
    position: absolute;display: none;background: #ffffff;top:70px;left: -50px;box-shadow: 0px 1px 5px 0px rgba(117,117,117,0.1);
}
.header .nav-link-menu li{
    width: 210px;line-height: 50px;text-align: center;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;font-size: 15px;
}
.header .nav-link-menu li:hover{
    color: #8331A7;
    font-weight: 500;
    font-family: PingFangSC-Medium, PingFang SC;
}
.header .nav-btn{
    width: 120px;
    height: 40px;
    background: #8331A7;
    line-height: 40px;
    color: #fff;
    border-radius: 2px;
    margin: 15px 0 0 20px;display: block;text-align: center;
}

.header .nav-btn:hover,.banner-about .nav-btn:hover,.submit button:hover,.join-info-apply .btn:hover,.dxb-banner .button:hover{
    background: #A94ED1;
}

.banner{
    width: 100%;
    height: 500px;
}

.hy-info{width: 1200px;margin: 0 auto;padding-top: 206px;}

.hy-info h1{
    font-size: 50px;margin: 0;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;line-height: 70px;
}
.hy-info h1 span{
    color: #8331A7;
}
.hy-info p{
    width: 451px;margin-top: 20px;
    height: 100px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}



.banner .info{
    width: 1200px;
    margin: 0 auto;
    display: flex;justify-content: space-between;
}
.banner .info .text{
    width: 417px;margin-top: 115px;
}
.banner .info .text h1{
    font-size: 50px;margin: 0;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;line-height: 70px;
}
.banner .info .text h1 span{
    color: #8331A7;
}
.banner .info .text p{
    font-size: 18px;width: 392px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;margin: 20px 0 0 0;
}
.banner .info .img{
    margin:70px 0 0 0;
}
.card{
    width: 1200px;
    margin: 0 auto;
}
.card .title{
    height: 42px;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    width: 100%;
    text-align: center;
    background: url(/static?q=assets/images/www/hr.png) no-repeat center transparent;margin-top: 40px;
}
.card .desc{
    width: 830px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 26px;margin: 15px auto 25px;
}
.footer{
    width: 100%;height: 310px;margin: 50px auto 0;min-width: 1200px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;background-size: cover;
}
.footer .cards{
    width: 1200px;margin: 0 auto;    display: flex;justify-content: flex-start;
}
.footer a:hover{
    color: rgb(235, 220, 242);
}
.footer .text{
    float: left;
    margin-top: 40px;
}
.footer .text h4{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #D8D8D8;
    line-height: 30px;margin-bottom: 10px;
}
.footer .text p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 30px;
}
.footer .copyright{
    float: left;
    width: 1200px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 75px;border-top: 1px solid #3D3D47;
    text-align: center;
    position: absolute;bottom: 0;
}

.dxb-banner{
    width: 100%;
    height: 500px;
    background: #F4F7FB;
}
.dxb-banner-logo{
    margin-top: 100px;
}
.dxb-banner h1{
    font-size: 60px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 84px;margin-top: 20px;
}
.dxb-banner h1 span{
    color: #8331A7;
}
.dxb-banner .button{
    width: 140px;
    height: 40px;
    background: #9134B9;
    border-radius: 2px;display: block;text-align: center;font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;line-height: 40px;margin-top: 30px;
}
.dxb-card-title{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;text-align: center;margin-top: 40px;
}
.dxb-card-desc{
    width: 828px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 26px;margin: 20px auto;
}
.dxb-item{
    width: 1200px;
    height: 395px;
    background: #FFFFFF;
    border: 1px solid #E6D6EE;margin-top: 30px;
}
.dxb-item-left{
    width: 534px;
    height: 395px;
    background: #FAF7FC;padding-left:41px;box-sizing: border-box;
    float: left;
}
.dxb-item-left h2{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 42px;padding-left: 50px;margin: 130px 0 40px;
    background-repeat:no-repeat;background-position:left;
}

.dxb-item-left p{
    width: 445px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}

.dxb-item-right{
    width: 666px;text-align: center;height: 395px;display: flex;align-items: center;justify-content: center;
    float: left;box-sizing: border-box;
}
.dxb-sycj{
    width: 100%;height: auto;display: inline-block;margin-top: 50px;
}
.dxb-sycj li{
    width: 380px;float: left;
    height: 189px;
    background: #FAF7FC;
    border: 1px solid rgba(130,49,167,0.2);display: flex;align-items: center;justify-content: center;box-sizing: border-box;
}
.dxb-sycj-mt{
    margin-top: 30px;
}
.dxb-sycj-mr{
    margin-right: 30px;
}
.dxb-zs{
    width: 100%;
    height: 638px;
}
.dxb-zs-zs1{
    margin-top: 38px;text-align: center;
}
.dxb-zs-zs2{
    text-align: center;
    margin-top: 34px;
}
.dxb-info{
    width: 1200px;height: 52px;margin: 0 auto;padding-top: 377px;
}
.dxb-info a{
    width: 182px;
    height: 52px;
    background: #9B37C7;cursor: pointer;
    box-shadow: 0px 10px 40px 0px rgba(0,34,82,0.4);
    border-radius: 3px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;display: block;
    line-height: 52px;text-align: center;
    text-shadow: 0px 10px 40px rgba(0,34,82,0.4);
}
.dxb-info a:hover{
    background: #A94ED1;
}
.hxnl-info{
    width: 1200px;padding: 220px 80px 0 0;margin: 0 auto;
    height: 130px;text-align: right;box-sizing: border-box;
}
.hxnl-info h1{
    font-size: 46px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 65px;
}
.hxnl-info h1 span{
    color: #8331A7;
}
.index-info{
    width: 1200px;margin: 0 auto;padding-top: 191px;
}
.index-info h1{
    font-size: 60px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 84px;
}
.index-info p{
    font-size: 20px;margin-top: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.index-info a{
    width: 154px;
    height: 44px;
    background: #9134B9;
    border-radius: 2px;
    font-size: 17px;margin-top: 65px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;display: block;line-height: 44px;
}
.index-info a:hover{
    background: #A94ED1;
}
.index-total{
    width: 100%;height: 270px;background: #ffffff;
}
.index-total-list{
    width: 1200px;margin: 0 auto;
    height: 270px;
}
.index-total-item{
    width: 200px;float: left;
    height: auto;
    text-align: center;padding-top: 59px;
}
.index-total-item-img{
    width:100%;height: 81px;align-items: center;display: flex;justify-content: center;
}
.index-total-item h3{
    font-size: 17px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 38px;
}
.index-total-item .num{
    font-size: 33px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
}
.index-total-item .fh{
    font-size: 26px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
}

.index-total-item p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.index-hx{
    width: 100%;
    height: 1310px;
    background: #F4F7FB;
}
.index-hx h1{
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 56px;text-align: center;padding-top: 60px;
}
.index-hx h1 span{
    color:#8331A7;
}
.index-hx p{
    font-size: 16px;padding-top: 30px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;text-align: center;
    line-height: 22px;
}
.index-hx-bd{
    width: 1200px;height: 1000px;
}
.index-hx a{
    width: 140px;
    height: 40px;
    border: 1px solid #8331A7;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;line-height: 40px;
    color: #8331A7;display: block;text-align: center;margin: 0 auto;
}
.index-hx a:hover{
    background: rgba(145,52,185,0.1);
}
.index-sjfw{
    width: 100%;
    height: 650px;
    background: #ffffff;
}
.index-sjfw h1{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 42px;text-align: center;padding: 60px 0 50px 0;
}
.index-sjfw-body{
    width: 1200px;;display: flex;justify-content: space-between;
}
.index-sjfw-overlay{
    position: relative;width: 590px;height: 410px;
}
.index-sjfw-text{
    width: 100%;height: 100%;position: absolute;top:0;display: none;padding: 30px;box-sizing: border-box;
    /* background: rgba(191,132,217,0.56); */
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(10px);
}
.index-sjfw-text .t1{
    font-size: 34px;margin-top: 70px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
}
.index-sjfw-text .t1 span{
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 1;font-size: 28px;
}
.index-sjfw-text .t2{
    font-size: 15px;margin-top: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
}
.index-sjfw-text .t3{
    margin-top: 70px;display: flex;justify-content: space-between;width: 520px;align-items: center;
}
.index-sjfw-text .t3 a{
    width: 140px;
    height: 40px;
    border: 1px solid #FFFFFF;box-sizing: border-box;font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;display: block;
    line-height: 40px;text-align: center;
}
.index-sjfw-text .t3 a:hover{
    background: rgba(255,255,255,0.1);
}

.index-cgjc{
    width: 100%;height: 1060px;
}
.index-cgjc h1{
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 56px;text-align: center;padding-top: 60px;
}
.index-cgjc h1 span{
    color:#8331A7;
}
.index-cgjc .info{
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;margin: 30px 0;
}
.index-cgjc a{
    width: 140px;
    height: 40px;
    border: 1px solid #8331A7;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;line-height: 40px;
    color: #8331A7;display: block;text-align: center;margin: 0 auto;
}
.index-cgjc a:hover{
    background: rgba(145,52,185,0.1);
}
.index-cgjc .index-cgjc-img{
    text-align: center;margin-top: 15px;
}
.index-zzzz h1{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 42px;padding: 40px 0;text-align: center;
}
.index-zzrz{
    width: 1200px;height: 380px;position: relative;
}
.index-zzrz-box{
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.index-zzrz-box .item{
    width: 283px;height: 378px;background: #F4F7FB;border-radius: 5px;float: left;margin-right: 10px;
    position: relative;display: flex;align-items: center;
}
.swiper-slide{
    background: #F4F7FB;border-radius: 5px;display: flex;
    align-items: center;
    width: 283px;height: 378px;
}
.swiper-slide p{
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #252525 90%);
    opacity: 0.3;text-align: left;
    font-size: 20px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 400;box-sizing: border-box;padding-left: 20px;
    color: #FFFFFF;
    text-shadow: 0px 2px 11px rgba(0,0,0,0.35);
    line-height: 60px;position: absolute;bottom: 0;
}
.swiper-button-nexts{
    width: 60px;
    height: 60px;
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;display: none;
    background: url(/static?q=assets/images/www/swiper-button-next.png) no-repeat center transparent !important;
}
.swiper-button-prevs{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 10px;
    right: auto;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;display: none;
    background: url(/static?q=assets/images/www/swiper-button-prev.png) no-repeat center transparent !important;
}
.index-hzhb p{
    display: flex;justify-content: space-between;
}
.index-join{
    width: 100%;height: 400px;
    margin-top: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;background-size: cover;
}
.index-join h1{
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;padding-top: 99px;padding-bottom: 20px;
    line-height: 50px;text-align: left;
}
.index-join p{
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
}
.index-join .letgo{
    margin-top: 54px;width: 540px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-join a{
    width: 140px;
height: 40px;
border: 1px solid #FFFFFF;
font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;display: block;
line-height: 40px;text-align: center;
}
.index-join a:hover{
    background: rgba(255,255,255,0.1);
}

.dxb-hl{
    text-align: center;margin-top: 45px;
}
.hongyin-bg{
    background: url(/static?q=assets/images/www/hy-bg.png) no-repeat center transparent !important;
}
.dxb-bg{
    background: url(/static?q=assets/images/www/dxb-bg.png) no-repeat center transparent !important;
}
.open-bg{
    background: url(/static?q=assets/images/www/open-bg.png) no-repeat center transparent !important;
}
.hxnl-bg{
    background: url(/static?q=assets/images/www/hxnl-bg.png) no-repeat center transparent !important;
}
.index-bg{
    height: 560px !important;
    background: url(/static?q=assets/images/www/index-bg.png) no-repeat center transparent !important;
}
.banner-mt{
    margin-top: 30px !important;
}
.text-align{
    text-align: center;
}
.mt-25{
    margin-top: 25px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.pt-45{
    padding-top:45px !important;
}
.mt-90{
    margin-top: 90px !important;
}
.hy-zsqd{
    display: flex;justify-content: space-between;width: 922px;margin: 0 auto;margin-top: 40px;
}
.hy-gystjsxt-title{
    font-size: 24px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 33px;width: 100%;text-align: center;margin-top: 53px;margin-bottom: 45px;
}

.white-bg{
    background: #ffffff;
}
.about-info{
    font-size: 55px;font-family: PingFangSC-Medium, PingFang SC;text-align: center;font-weight: 500;color: #FFFFFF;line-height: 77px;padding-top: 276px;
}
.join-info{
    font-size: 55px;
    font-family: PingFangSC-Medium, PingFang SC;
    text-align: left;width: 1200px;margin: 0 auto;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 77px;
    padding-top: 226px;
}

.about-desc{
    width: 100%;height: 445px;background: url(/static?q=assets/images/www/about-com-bg.png) no-repeat center;display: inline-block;background-color: #ffffff;
}
.card-bg{
    background: #ffffff;width: 100%;height: auto;
}
.about-desc-h1{
    padding-top: 50px;
    text-align: center;font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 42px;
}
.about-desc p{
    width: 1072px;
    /* height: 49px; */
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 26px;margin: 0 auto;
}
.about-desc-bodder{
    width: 100%;
    height: 6px;margin: 0 auto;
}
.about-desc-bodder hr{
    width: 62px;height: 6px;background: #8331A7;
}
.about-desc1{
    padding-top: 23px;
}
.about-desc2{
    padding: 20px 0;
}
.about-contract{
    width: 100%;height: 535px;background: url(/static?q=assets/images/www/about-lxwm.png) no-repeat center transparent;
}
.about-contract-map{
    float: left;width: 567px;height: 341px;
}
.about-contract-info{
    margin-left: 70px;width: 500px;float: left;padding-top: 20px;
}
.about-contract-info p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    padding-left: 30px;
}
.join-bg{
    background: url(/static?q=assets/images/www/join-banner-bg.png) no-repeat center transparent;
}
.banner-about .info h2 {
    font-size: 55px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 77px;margin-top: 155px;
}
.join-title{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 42px;text-align: center;padding:43px 0 10px;
}
.join-zp{
    width: 1200px;
    max-height: 600px;
    margin: 20px 0;display:inline-block;
}
.join-zp .ml-20{
    margin-left: 20px;
}
.join-zp li{
    width: 590px;height: 100px;margin-bottom: 20px;
    background: #FFFFFF;float: left;
    border-radius: 5px;
    border: 1px solid rgba(151,151,151,0.15);
    padding: 25px 19px 20px 20px;box-sizing: border-box;
}
.join-zp li p{
    line-height: 26px;
}
.join-zp .titles{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}
.join-zp .dates{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;float: right;
}
.join-zp .salary{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF5643;
    line-height: 22px;margin-right: 5px;
}
.join-zp .tag{
    background: #F5F5F5;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;margin: 0 5px;padding: 2px 8px;box-sizing: border-box;
}
.join-zp li:hover{
    box-shadow: 0px 2px 50px 0px rgba(0,0,0,0.1);
    border-radius: 5px;cursor: pointer;
    border: 1px solid rgba(130,49,167,0.15);
}
.join-zp li:hover .title{
    color: #8231A7;
}
.join-gsfw{
    width: 100%;height: 700px;background: #F4F7FB;
}
.join-gsfw-title{
    padding-top: 50px;font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;text-align: center;
    line-height: 42px;
}
.join-gsfw .slide{
    width: 1200px;height: 500px;margin: 50px auto 0 auto;
}
.join-no{
    text-align: center;margin-bottom: 260px;
}
.join-no h3{
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
}
.roundabout-holder{list-style:none;width:735px;height:428px;margin:0px auto;}
.roundabout-moveable-item{height:428px;width:665px;cursor:pointer;}
.roundabout-moveable-item img{height:100%;width:100%;border-radius: 10px;}


.roundabout li{margin:0}
.roundabout li p{
    position: relative;
}
.roundabout-holder span{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-shadow: 0px 2px 50px rgba(0,0,0,0.2);position: absolute;bottom: 20px;left:20px
}
.slide-bottom{
    text-align: center;margin-top: 45px;
}
.slide-bottom span{
    width: 16px;
    height: 16px;
    background: #D8D8D8;margin: 0 5px;display: inline-block;border-radius: 16px;cursor: pointer;
}
.slide-bottom .active{
    background: #9134B9;
}
.gsfl{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 42px;text-align: center;padding-top: 50px;
}
.gsfl-tag{
    width: 1200px;height: 250px;
}
.gsfl-tag span{
    width: 153px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.1);
    border-radius: 23px;
    font-size: 22px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333 !important;text-align: center;line-height: 45px;
}
.gsfl-img{
    width: 1200px;height: 285px;display: flex;justify-content: space-between;margin-bottom: 90px;
}
.gsfl-img-item{
    width: 283px;height: 283px;align-items: center;text-align: center;display: flex;background: #F4F7FB;
}
.gsfl-img-item img{
    max-width: 100%;max-height: 100%;
}
.join-info-title{
    width: 1200px;height: 33px;line-height: 33px;padding-top: 30px;
}
.join-info-title .zw{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.join-info-title .xz{
    font-size: 26px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #FF5643;padding-left: 20px;
}
.join-info-title .date{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #DBD8E4;float: right;
}
.join-info-tabtn{
    color: #DBD8E4;width: 500px;float: left;
}
.join-info-tabtn .tag{
    margin-top: 20px;
}
.join-info-tabtn .tag span{
    padding: 2px 10px;text-align: center;background: #4E3E7C;
}
.join-info-tabtn .addr{
    background: url(/static?q=assets/images/www/join-info-addr.png) no-repeat left transparent;padding-left: 15px;margin-top: 20px;
}
.join-info-apply{
    width: 260px;
    height: auto;
    float:right;padding-top:20px;
}
.join-info-apply .btn{
    width: 260px;
    height: 50px;
    background: #8331A7;
    border-radius: 2px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;display: flex;align-items: center;justify-content: center;
    line-height: 50px;text-align: center;
}
.join-info-apply .btn i{
    width: 30px;height: 50px;
    background: url(/static?q=assets/images/www/join-apply-btn.png) no-repeat center transparent;
    display: inline-block;
}
.card2{
    width: 1200px;height: auto;margin: 0 auto;background: #FFFFFF;box-sizing: border-box;
    border-radius: 5px;padding: 30px;margin-top: 20px;
}
.card2 h1{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;padding-bottom: 20px;
}
.card2 p{
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
}
.card3{
    width: 1200px;height: auto;margin: 0 auto;background: #FFFFFF;
    border-radius: 5px;padding: 30px 70px;margin-top: 30px;box-sizing: border-box;
}
.card3 h5{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;padding-bottom: 10px;
}
.upload{
    width: 100%;height: auto;display: flex;justify-content: space-between;
}
.upload .select{
    width: 500px;
}
.upload .select .up{
    width: 500px;
    height: 90px;
    border: 1px dashed #BBBBBB;text-align: center;line-height: 90px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;cursor: pointer;
    color: #666666;
}
.upload .select .up:hover{
    border-color: #CCAADA;
    background: #F8F3FA;
    color: #8331A7;
}
.upload .select .up .icon{
    font-size: 30px;
}
.warn{
    color: red;
}

.upload .select .desc{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 45px;
}

.upload .preview{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 140px;
}
.upload .preview .pcon{
    width: 50px;height: 50px;
}
.upload .preview .title{
    font-size: 21px;width: 160px;text-overflow: ellipsis;
    overflow: hidden;white-space: nowrap;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
}
.upload .wait {
    display: inline-block;
    width:16px;
    height: 16px;
    vertical-align: text-bottom;
    border: 2px solid #8331A7;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}
@keyframes spinner-border {
    100%{
        transform: rotate(360deg);
    }
}
.modal{
    width: 430px;
    height: 280px;
    background: #FFFFFF;
    box-shadow: 0px 2px 50px 0px rgba(0,0,0,0.1);
    border-radius: 2px;
    position: absolute;
    top:28%;left:40%;display: none;
}
.modal-title{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    display: flex;justify-content: center;align-items: center;margin-top: 40px;
}
.modal-body{
    font-size: 15px;width: 270px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;text-align: center;
    color: #333333;margin: 20px auto 0 auto;
    line-height: 21px;display: flex;
}
.modal-btn{
    width: 100%;display: flex;justify-content: center;margin-top: 40px;
}
.modal-btn span{
    width: 180px;
    height: 40px;
    background: #8331A7;
    border-radius: 2px;display: block;text-align: center;line-height: 40px;font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;cursor: pointer;
    font-weight: 400;
    color: #FFFFFF;
}
.modal-close{
    width: 100%;text-align: center;margin-top: 15px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
}


.applyrow{
    width: 1060px;display: flex;justify-content: space-between;
}
.applyrow .input{
    width: 462px;position: relative;
}
.applyrow .input .clear{
    width: 23px;height: 23px;cursor: pointer;
    position: absolute;top:47px;right: -25px;display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;background-size: cover;
}
.applyrow .input .sendcode{
    width: 80px;position: absolute;top:47px;right: -25px;
    height: 21px;text-align: right;cursor: pointer;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8331A7;
    line-height: 21px;
}
.applyrow label{
    width: 100%;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;display: block;line-height: 35px;
}
.applyrow label span{
    color: #FF7B6C;
}
.applyrow input::-webkit-input-placeholder { color:#999999; }
.applyrow input:-moz-placeholder { color:#999999; }
.applyrow input{
    width: 500px;
    height: 45px;
    background: #F6F6F6;
    border-radius: 5px;box-sizing: border-box;
    padding-left: 15px;border: 1px solid #F6F6F6;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;outline:none;
}
.applyrow input:focus{
    border-color: rgba(131,49,167,0.7);
}
.applyrow .valid{
    color: red;position: absolute;
}
.submit{
    margin-top: 50px;margin-bottom: 68px;
}
.submit button{
    width: 180px;
    height: 40px;
    background: #8331A7;
    border-radius: 2px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;border: none;cursor: pointer;
}

.fcup-button{
	display: inline-block;
	font-size:18px;
	color:#fff !important;
	text-decoration: none !important;
	padding:10px 40px;
	line-height:1;
	overflow: hidden;
	position:relative;
	box-shadow:0 1px 1px #ccc;
	border-radius:2px;
	background-color: #009688;
	background-image:-webkit-linear-gradient(top, #009688, #009688);
	background-image:-moz-linear-gradient(top, #009688, #009688);
	background-image:linear-gradient(top, #009688, #009688);
}

.fcup-button .tz-bar{
	background-color:#51b7e6;
	height:3px;
	bottom:0;
	left:0;
	width:0;
	position:absolute;
	z-index:1;

	border-radius:0 0 2px 2px;

	-webkit-transition: width 0.5s, height 0.5s;
	-moz-transition: width 0.5s, height 0.5s;
	transition: width 0.5s, height 0.5s;
}


.fcup-button.in-fcup,.fcup-button.finished{
	color:transparent !important;
}

.fcup-button.in-fcup:after,.fcup-button.finished:after{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	padding-top: inherit;
	color: #fff !important;
	left: 0;
}

.fcup-button.in-fcup:after{
	content:attr(data-loading);
}

.fcup-button.finished:after{
	content:attr(data-finished);
}

.fcup-button .tz-bar.background-horizontal{
	height:100%;
	border-radius:2px;
}

.fcup-button .tz-bar.background-vertical{
	height:0;
	top:0;
	width:100%;
	border-radius:2px;
}
