.main_team {
    overflow: hidden;
}

.add_team {
    width: 142px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #3630c2, #9069dd);
    cursor: pointer;
    border-radius: 40px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-top: 30px;
}

.addbox {
    width: 100%;
}

.addbox .additem {
    overflow: hidden;
    border-top: 1px solid #e7e8ec;
    border-bottom: 1px solid #e7e8ec;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding-bottom: 30px;
}

.sclow {
    position: absolute;
    right: 38%;
    top: -20px;
    cursor: pointer;
}

.addbox .additem:first-child {
    margin-top: 30px;
}

.main_team .childerns {
    width: 100%;
    margin-top: 58px;
    position: relative;
    padding-bottom: 40px;
}

.main_team .childerns::after {
    content: '';
    width: 6px;
    height: 100%;
    z-index: 99;
    background: #a448de;
    position: absolute;
    left: 142px;
    top: 0;
    border-radius: 40px;
}

.main_team .childerns ul {
    overflow: hidden;
    width: 100%;
}

.main_team .childerns ul li {
    position: relative;
    display: flex;
    margin-top: 40px;
}

.main_team .childerns ul li p {
    width: 190px;
    font-size: 23px;
    color: #fff;
}

.main_team .childerns ul li span {
    width: 1009px;
    font-size: 19px;
    color: #fff;
}

.main_team .childerns ul li img {
    position: absolute;
    z-index: 9999;
    left: 131px;
    top: 0;
}

.header {
    width: 100%;
    height: 79px;
    background: #fff;
}

.header .m {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .m .land {
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.users {
    display: flex;
    align-items: center;
    display: none;
    position: relative;
    height: 100%;
}

.users > p {
    font-size: 16px;
    margin-left: 15px;
    cursor: pointer;
    color: #000000;
}

.users > p:hover {
    color: #000;
    font-weight: bold;
}

.users > a {
    font-size: 16px;
    margin-left: 15px;
    cursor: pointer;
    color: #000000;
}

.users > a:hover {
    color: #000;
    font-weight: bold;
}

.users:hover ul {
    display: block;
}

.users ul {
    width: 206px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 79px;
    z-index: 99999;
    display: none;
}

.users ul li {
    width: 100%;
    height: 56px;
    transition: all .2s;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.users ul li:last-child {
    border: none;
}

.users ul li:hover {
    background: linear-gradient(to right, #7e88e6, #9f73e2);
}

.users ul li:hover a {
    color: #fff;
}

.users ul li a {
    font-size: 14px;
    color: #000000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .m .land div {
    overflow: hidden;
    width: 100px;
    height: 36px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #1c1c1c;
    background: #fff;
}

.header .m .land div a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .m .land div.on {
    background: #d0d1d9;
}

.header .m .land div.on a {
    font-weight: 100;
    color: #fff;
}

.header .m .left {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .m .left img {
    display: block;
    margin-left: 55px;
    width: 133px;
}

.header .m .left > ul {
    height: 100%;
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.header .m .left > ul li {
    font-size: 16px;
    color: #616065;
    font-weight: bold;
}

.header .m .left > ul li:hover a {
    color: #000000;
}

.header .m .left > ul li a {
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    padding: 0 15px;
    color: #616065;
}

.header .m .left > ul li:hover a {
    color: #5053e2;
    font-weight: bold;
}

.header .m .left > ul li.on a {
    color: #5053e2;
    font-weight: bold;
}

.banner {
    overflow: hidden;
    width: 100%;
    height: 539px;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center center;
}

.banner .m {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.banner .m .slide {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.banner .m .slide .video {
    width: 143px;
    border: 1px solid #fff;
    margin-left: 25px;
    height: 48px;
    border-radius: 10px;
}

.banner .m .slide .video a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.banner .m .slide .video a img {
    display: block;
    margin-right: 5px;
}

.banner .m .slide .video a p {
    font-size: 20px;
    color: #fff;
}

.banner .m .slide .news {
    overflow: hidden;
    width: 985px;
    height: 48px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.banner .m .slide .news p {
    font-size: 16px;
    color: #1c1c1c;
    width: 100px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
}

.banner .m .slide .news .slides {
    overflow: hidden;
    height: 100%;
    width: 864px;
}

.banner .m .slide .news .slides .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .m .slide .news .slides .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.banner .m .slide .news .slides .swiper-slide {
    width: 100%;
    height: 100%;
}

.banner .m .slide .news .slides .item {
    height: 100%;
    width: 100%;
}

.banner .m .slide .news .slides .item a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.banner .m .slide .news .slides .item span {
    font-size: 16px;
    color: #1c1c1c;
    display: block;
    width: 725px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner .m .slide .news .slides .item em {
    font-size: 16px;
    font-weight: bold;
    color: #302cc0;
}

.null {
    height: 1.4rem;
    display: none;
}

.banner .m .grow {
    overflow: hidden;
    padding-left: 50px;
    width: 615px;
    margin-top: 156px;
}

.banner .m .grow h2 {
    font-weight: bold;
    font-size: 41px;
    color: #fff;
    line-height: 1;
}

.banner .m .grow p {
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    margin-top: 15px;
}

.banner .m .grow .submit {
    width: 240px;
    height: 56px;
    margin-top: 26px;
    border-radius: 40px;
    background: linear-gradient(to right, #3d55e3, #a548de);
}

.banner .m .grow .submit a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #fff;
}

.main_box {
    overflow: hidden;
    width: 100%;
    background-color: #302cc0;
    background-image: url(../images/bg_06.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 112px;
}

.main_box .navbar {
    overflow: hidden;
    width: 100%;
    height: 76px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    margin: 0 auto;
}

.main_box .navbar ul {
    overflow: hidden;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_box .navbar ul li {
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}

.main_box .navbar ul li.on {
    background-color: #fff;
}

.main_box .navbar ul li.on a {
    color: #5053e2;
    padding: 0 60px;
}

.main_box .navbar ul li a {
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    padding: 0 25px;
    align-items: center;
    justify-content: center;
}

.menus,
.showbox {
    display: none;
}

.main_box .from_box {
    overflow: hidden;
    width: 1200px;
    border-radius: 25px 25px 25px 25px;
    margin: 0 auto;
    margin-top: 58px;
}

.main_box .from_box .title {
    overflow: hidden;
    height: 72px;
    background: linear-gradient(to right, #7b8ae6, #9f74e2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 38px;
}

.main_box .from_box .title div {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.main_box .from_box .title div img {
    display: block;
    margin-right: 14px;
}

.main_box .from_box .title div p {
    font-size: 20px;
    color: #fff;
}

.main_box .from_box .title span {
    display: block;
    font-size: 16px;
    color: #fff;
}

.main_box .from_box .box {
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.main_box .from_box .box .button_grow {
    overflow: hidden;
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center;
    padding-left: 36px;
}

.main_box .from_box .box .button_grow div {
    width: 142px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #3630c2, #9069dd);
    cursor: pointer;
    border-radius: 40px;
    margin-right: 40px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
}

.main_box .from_box .box .label {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e8ec;
}

.main_box .from_box .box .label .item {
    display: flex;
    margin-top: 30px;
    position: relative;
    padding-left: 35px;
}

.main_box .from_box .box .label .item .add {
    overflow: hidden;
    width: 320px;
    height: 230px;
    border-radius: 6px;
    background: #f2f2f2;
    border: 1px solid #d0d1d9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_box .from_box .box .label .item .add .show {
    overflow: hidden;
}

.main_box .from_box .box .label .item .add .show img {
    display: block;
    margin: 0 auto;
    margin-bottom: 14px;
}

.main_box .from_box .box .label .item .add .show p {
    font-size: 14px;
    color: #d0d1d9;
    line-height: 23px;
}

.main_box .from_box .box .label .item > p {
    font-size: 16px;
    width: 135px;
    line-height: 40px;
    font-weight: bold;
    display: flex;
    height: 40px;
    align-items: center;
    color: #000000;
}

.main_box .from_box .box .label .item > p span {
    color: #7b8ae6;
    font-size: 22px;
    margin-left: 5px;
    line-height: 1;
}

.main_box .from_box .box .label .item em {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #8f8f8f;
    margin-left: 12px;
}

.main_box .from_box .box .label .item .changes {
    overflow: hidden;
    width: 520px;
}

.main_box .from_box .box .label .item .changes .sumtt {
    width: 124px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #cecece;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.main_box .from_box .box .label .item .changes .desspan {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    color: #8f8f8f;
}

.main_box .from_box .box .label .item .changes .deo {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #f55454;
}

.main_box .from_box .box .label .item .changes.ons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_box .from_box .box .label .item .changes select {
    width: 324px;
    height: 40px;
    outline: none;
    font-size: 16px;
    color: #000;
    padding-left: 13px;
    border-radius: 6px;
    background: #f2f2f2;
    border: 1px solid #d9dae1;
}

.main_box .from_box .box .label .item .changes .rdeos {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.main_box .from_box .box .label .item .changes .rdeos li {
    overflow: hidden;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 33px;
}

.main_box .from_box .box .label .item .changes .rdeos li:last-child {
    margin-right: 0;
}

.main_box .from_box .box .label .item .changes .rdeos li span {
    font-size: 16px;
    color: #000000;
    margin-left: 8px;
    font-weight: bold;
}

.from_box .box h2 {
    font-size: 24px;
    color: #4055e3;
    padding-left: 35px;
    margin-top: 35px;
}

.main_box .from_box .box .label .item .changes .main_textares {
    width: 100%;
    height: 118px;
    border-radius: 6px;
    background: #f2f2f2;
    border: 1px solid #d9dae1;
    position: relative;
    font-size: 12px;
}

.main_box .from_box .box .label .item .changes .main_textares textarea {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 13px;
    color: #000;
    box-sizing: border-box;
    resize: none;
    background: none;
}

.main_box .from_box .box .label .item .changes .main_textares textarea::placeholder {
    color: #D0D1D9;
}

.main_box .from_box .box .label .item .changes .main_textares span {
    display: block;
    font-size: 15px;
    color: #d0d1d9;
    position: absolute;
    line-height: 40px;
    right: 16px;
    bottom: 0;
}

.main_box .from_box .box .label .item .changes .main_inp {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    background: #f2f2f2;
    border: 1px solid #d9dae1;
    position: relative;
    font-size: 12px;
}

.main_box .from_box .box .label .item .changes .main_inp input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000;
    padding-left: 13px;
    background: none;
}

.main_box .from_box .box .label .item .changes .main_inp input::placeholder {
    color: #D0D1D9;
}

.main_box .from_box .box .label .item .changes .main_inp span {
    display: block;
    font-size: 15px;
    color: #d0d1d9;
    position: absolute;
    line-height: 40px;
    right: 16px;
    bottom: 0;
}

.main_box .from_box .box .label .item .add .show h5 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 6px;
    color: #000000;
}

.footer {
    overflow: hidden;
    width: 100%;
    background: #100f1f;
    padding: 50px 0;
}

.footer .m {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.main_fades {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_fades .box {
    width: 300px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.main_fades .box .t {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
    padding: 0 5%;
}

.main_fades .box .t p {
    font-size: 13px;
    color: #333;
}

.main_fades .box .t img {
    display: block;
    cursor: pointer;
    width: 20px;
}

.main_fades .box .child {
    overflow: hidden;
    width: 100%;
    padding: 20px;
    background: #fff;
}

.main_fades .box .child img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.main_fades .box .child p {
    font-size: 13px;
    color: #333;
    text-align: center;
    line-height: 30px;
}

.main_fades .box .child .grow {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.main_fades .box .child .grow div {
    width: 88px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    margin: 0 15px;
    border: 1px solid #eee;
}

.main_fades .box .child .grow div.on {
    background: #1E9FFF;
    border: none;
    color: #fff;
}

.footer .m .code {
    overflow: hidden;
    display: flex;
}

.footer .m .code div {
    overflow: hidden;
    margin-left: 44px;
    width: 136px;
}

.footer .m .code div img {
    display: block;
    margin: 0 auto;
}

.footer .m .code div p {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    margin-top: 15px;
}

.footer .m .fl {
    overflow: hidden;
    display: flex;
}

.footer .m .fl .contact {
    overflow: hidden;
}

.footer .m .fl .contact p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.footer .m .fl .contact div {
    overflow: hidden;
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.footer .m .fl .contact div img {
    display: block;
}

.footer .m .fl .contact div span {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-left: 12px;
}

.footer .m .fl ul {
    overflow: hidden;
    margin-left: 60px;
}

.footer .m .fl ul li {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.footer .m .fl ul li a {
    color: #fff;
}

.main_title {
    overflow: hidden;
}

.main_title div {
    width: 338px;
    height: 94px;
    background-image: url(../images/index_03.png);
    background-size: 100% 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 6px;
    color: #fff;
}

.main_title span {
    display: block;
    font-size: 29px;
    color: #7b8ae6;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.main_gz {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 58px 0 0 0;
}

.main_gz .box {
    width: 100%;
    background: #fff;
    position: relative;
    height: 367px;
    margin-top: 105px;
    padding-top: 98px;
}

.main_gz .box ul {
    overflow: hidden;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: -68px;
}

.main_gz .box ul li {
    width: 225px;
    height: 105px;
    margin-right: 16px;
    display: flex;
    cursor: pointer;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    background: #d0d1d9;
    font-size: 30px;
    color: #616065;
}

.main_gz .box ul li.on {
    background: linear-gradient(to right, #3a2ec2, #a147dd);
    color: #fff;
}

.main_gz .box .child {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-left: 60px;
}

.main_gz .box .child .itema.hide {
    display: none;
}

.main_gz .box .child img {
    display: block;
    float: left;
    width: 320px;
}

.main_gz .box .child .infos {
    overflow: hidden;
    margin-left: 33px;
    float: left;
    width: 760px;
}

.main_gz .box .child .infos p {
    font-size: 24px;
    color: #3c2dc2;
    margin-bottom: 10px;
}

.main_gz .box .child .infos span {
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 33px;
}

.main_gz .box .child .infos div {
    width: 180px;
    height: 58px;
    margin-top: 20px;
    background: linear-gradient(to right, #3a2ec2, #a147dd);
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.main_gz .box .child .infos div a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
}

.main_submit {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 75px 0 0 0;
}

.main_submit .box {
    overflow: hidden;
    background: #fff;
    border-radius: 70px 0 0 0;
    margin-top: 35px;
    position: relative;
    padding: 20px 0 48px 31px;
}

.main_submit .box .addpics {
    width: 364px;
    position: absolute;
    background-image: url(../images/xpps_03.jpg);
    height: 276px;
    right: 45px;
    top: 46px;
}

.main_submit .box .addpics img {
    display: block;
    width: 100%;
}

.main_submit .box .addpics .buttongrow {
    position: absolute;
    left: 0;
    bottom: -80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main_submit .box .addpics .buttongrow div {
    width: 175px;
    height: 52px;
    background: linear-gradient(to right, #4732c6, #9949de);
    border-radius: 6px;
}

.main_submit .box .addpics div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
}

.main_submit .box .item {
    overflow: hidden;
    margin-top: 28px;
}

.main_submit .box .item .t {
    overflow: hidden;
    width: 220px;
    height: 30px;
    margin-bottom: 12px;
    position: relative;
}

.main_submit .box .item .t::after {
    content: '';
    width: 160px;
    height: 9px;
    background: #a448de;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main_submit .box .item .t p {
    font-size: 24px;
    color: #3c2dc2;
    position: absolute;
    z-index: 99999;
    left: 30px;
    top: 0;
}

.main_submit .box .item span {
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    padding-left: 30px;
}

.main_team {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 58px 0 0 0;
}

.main_team .box {
    overflow: hidden;
    margin-top: 60px;
    width: 100%;
    height: 336px;
    background-image: url(../images/index_29.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.main_team .box .item {
    overflow: hidden;
    width: 175px;
    float: left;
}

.main_team .box .item img {
    display: block;
}

.main_team .box .item p {
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

.main_team .box .item span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.main_team .box .item1 {
    margin-left: 197px;
    margin-top: 150px;
}

.main_team .box .item2 {
    margin-left: 110px;
    margin-top: 170px;
}

.main_team .box .item3 {
    margin-left: 111px;
    margin-top: 92px;
}

.main_team .box .item4 {
    margin-left: 96px;
    margin-top: 150px;
    width: 140px;
}

.main_jiangjin {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 58px 0 0 0;
}

.main_jiangjin .box {
    overflow: hidden;
    width: 100%;
    padding: 54px 56px 65px 56px;
    background: #f2f2f3;
    margin-top: 48px;
}

.main_jiangjin .box .titlpic {
    display: block;
    margin: 0 auto;
}

.main_jiangjin .box .grow {
    overflow: hidden;
    margin-top: 35px;
}

.main_jiangjin .box .grow .item {
    overflow: hidden;
    display: flex;
}

.main_jiangjin .box .grow .item div {
    overflow: hidden;
    width: 10px;
    height: 10px;
    background: #312cc0;
    margin-top: 11px;
}

.main_jiangjin .box .grow .item p {
    font-size: 20px;
    color: #000000;
    width: 1000px;
    margin-left: 15px;
    line-height: 35px;
}

.main_jiangjin .box ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.main_jiangjin .box ul li {
    overflow: hidden;
    width: 530px;
    height: 301px;
    display: flex;
    align-items: center;
    position: relative;
}

.main_jiangjin .box ul li .fl {
    width: 89px;
    height: 301px;
    padding-right: 21px;
    padding: 0 32px 0 22px;
    background: linear-gradient(#9e72e1, #3b2fc2);
    font-size: 30px;
    font-weight: bold;
    line-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.main_jiangjin .box ul li .fr {
    width: 463px;
    height: 292px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.main_jiangjin .box ul li .fr img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.main_jiangjin .box ul li .fr p {
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #a073e2;
    line-height: 1;
}

.main_jiangjin .box ul li .fr span {
    display: block;
    font-weight: bold;
    font-size: 30px;
    color: #a073e2;
    text-align: center;
}

.main_contestintro {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 58px 0 0 0;
}

.main_contestintro ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.main_contestintro ul li {
    width: 50%;
}

.main_contestintro ul li:first-child .f::after {
    content: '';
    width: 2px;
    height: 136px;
    background: #9e9ce1;
    position: absolute;
    right: 0;
    top: 0;
}

.main_contestintro ul li .t {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 36px;
    font-size: 30px;
    background: linear-gradient(to right, #392ec2, #9344da);
    box-shadow: 0 0 20px #624bcf;
    color: #fff;
    border-radius: 15px;
}

.main_contestintro ul li .f {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0 30px;
}

.main_contestintro ul li .f p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.main_jianjie {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 58px 0 0 0;
}

.main_jianjie .grows {
    overflow: hidden;
    padding: 35px 0 52px 0;
    width: 880px;
    margin: 0 auto;
}

.main_jianjie .grows p {
    text-align: left;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
}

.main_jianjie ul {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_jianjie ul li {
    width: 380px;
    height: 260px;
    border-radius: 30px 0 0 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #fff;
    padding: 30px 35px 0 27px;
}

.main_jianjie ul li:first-child {
    background-image: url(../images/bgicon_151.png);
}

.main_jianjie ul li:nth-child(2) {
    background-image: url(../images/bgicon_152.png);
}

.main_jianjie ul li:nth-child(3) {
    background-image: url(../images/bgicon_09.png);
}

.main_jianjie ul li .title {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.main_jianjie ul li .title img {
    display: block;
    margin-right: 8px;
}

.main_jianjie ul li .title p {
    font-size: 20px;
    color: #302cc0;
}

.main_jianjie ul li .font {
    overflow: hidden;
    padding: 15px 0 0 30px;
}

.main_jianjie ul li .font p {
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    font-weight: bold;
}

.landcontent {
    overflow: hidden;
    width: 100%;
    min-height: calc(100vh - 79px);
    background: linear-gradient(to top right, #3e55e3, #9a49df);
}

.landcontent .box {
    width: 845px;
    margin: 0 auto;
    background: #fff;
    margin-top: 95px;
}

.landcontent .box h2 {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(to right, #3e55e3, #9a49df);
}

.landcontent .box .button_grows {
    width: 100%;
    height: 84px;
    background: #f4f4f4;
}

.landcontent .box .button_grows .mm {
    width: 340px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.landcontent .box .button_grows .mm div {
    width: 110px;
    margin-right: 18px;
    height: 45px;
    font-size: 14px;
    color: #fff;
    align-items: center;
    background: linear-gradient(to right, #3e55e3, #9a49df);
    cursor: pointer;
    border-radius: 6px;
    justify-content: center;
    transition: all .2s;
    display: flex;
}

.landcontent .box .button_grows .mm div a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
}

.landcontent .box .form {
    width: 100%;
    background: #fff;
    padding: 23px 252px 17px 252px;
}

.landcontent .box .form.regs {
    padding: 33px 221px 35px 221px;
}

.landcontent .box .form h3 {
    font-size: 24px;
    color: #000000;
    text-align: center;
}

.landcontent .box .form .rosd {
    overflow: hidden;
    margin-top: 23px;
    margin-bottom: 8px;
}

.landcontent .box .form .rosd ul {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landcontent .box .form .rosd ul li {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    cursor: pointer;
}

.landcontent .box .form .rosd ul li div {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    margin-right: 8px;
    background-size: 100% 100%;
    background-image: url(../images/check.png);
}

.landcontent .box .form .rosd ul li p {
    font-size: 18px;
    color: #000000;
}

.landcontent .box .form .rosd ul li.on div {
    background-image: url(../images/checks.png);
}

.landcontent .box .form .rem {
    display: block;
    font-size: 14px;
    color: #4e53e2;
    margin: 0 auto;
    margin-top: 8px;
    width: 340px;
    font-weight: bold;
}

.landcontent .box .form .xy {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
}

.landcontent .box .form .xy div {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    border: 1px solid #dddde3;
    border-radius: 2px;
    justify-content: center;
}

.landcontent .box .form .xy div img {
    display: block;
    width: 100%;
    height: 100%;
}

.landcontent .box .form .xy p {
    font-size: 14px;
    color: #aaabb9;
    margin-left: 8px;
}

.landcontent .box .form .xy p a {
    color: #4e53e2;
}

.hide {
    display: none;
}

.landcontent .box .form .next {
    width: 340px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
    transition: all .3s;
    background: linear-gradient(to right, #3e55e3, #9a49df);
    cursor: pointer;
    margin-bottom: 60px;
}

.landcontent .box .form .next:hover a {
    color: #fff;
}

.landcontent .box .form .next a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landcontent .box .form .qxa {
    padding: 22px 0 0 0;
    position: relative;
}

.landcontent .box .form .qxa h4 {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.landcontent .box .form .qxa .ad {
    overflow: hidden;
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.landcontent .box .form .qxa .ad div {
    width: 114px;
    height: 35px;
    background: #e2e2e7;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    border-radius: 3px;
}

.landcontent .box .form .qxa .ad input {
    width: 235px;
    height: 35px;
    background: #f4f4f4;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    font-weight: 100;
    color: #000000;
    margin-left: 9px;
    padding-left: 18px;
    font-weight: bold;
}

.landcontent .box .form .qxa ul {
    overflow: hidden;
}

.landcontent .box .form .qxa ul li {
    display: inline-flex;
    padding: 0 14px;
    border-radius: 3px;
    position: relative;
    margin-right: 10px;
    float: left;
    background: #e2e2e7;
    margin-top: 18px;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.landcontent .box .form .qxa ul li p {
    font-size: 14px;
    color: #616065;
}

.landcontent .box .form .qxa ul li img {
    display: block;
    margin-left: 13px;
    cursor: pointer;
}

.landcontent .box .form .qxa span {
    display: block;
    font-size: 12px;
    color: #aaabb9;
    line-height: 18px;
    padding: 18px 0;
}

.landcontent .box .form .qxa .prevs {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    padding: 0 33px;
    border-radius: 3px;
    font-size: 14px;
    height: 45px;
    background: #f4f4f4;
    color: #aaabb9;
    cursor: pointer;
}

.landcontent .box .form .qxa .prevs:hover {
    background: linear-gradient(to right, #3e55e3, #9a49df);
    color: #fff;
}

.landcontent .box .form .qxa .prevs:hover a {
    color: #fff;
}

.landcontent .box .form .textares {
    width: 100%;
    background: #f4f4f4;
    position: relative;
    border: 1px solid #dadae0;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 18px;
    height: 104px;
}

.landcontent .box .form .textares textarea {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    color: #aaabb9;
    padding: 12px;
    box-sizing: border-box;
    resize: none;
}

.landcontent .box .form .textares textarea::placeholder {
    color: #aaabb9;
}

.landcontent .box .form .updatapic {
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #dadae0;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 18px;
    padding: 20px 0 18px 0;
}

.landcontent .box .form .updatapic > img {
    display: block;
    margin: 0 auto;
}

.landcontent .box .form .updatapic p {
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
}

.landcontent .box .form .updatapic span {
    display: block;
    font-size: 14px;
    color: #d0d1d9;
    width: 185px;
    margin: 0 auto;
    line-height: 22px;
}

.landcontent .box .form .label {
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #dadae0;
    border-radius: 5px;
    height: 45px;
    margin: 0 auto;
    position: relative;
    margin-top: 18px;
    display: flex;
    align-items: center;
}

.landcontent .box .form .label .codes {
    width: 98px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #fff;
    background: #aaabb9;
}

.phomes {
    width: 200px;
    height: 40px;
    position: absolute;
    right: -217px;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.phomes.on {
    position: static;
    margin-left: 20px;
}

.phomes div {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phomes div .tips {
    display: block;
    margin-right: 8px;
}

.phomes div .san {
    width: 10px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.phomes div p {
    font-size: 14px;
    font-weight: bold;
    color: #616065;
}

.landcontent .box .form .label .mob {
    overflow: hidden;
    width: 75px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landcontent .box .form .label .mob p {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.landcontent .box .form .label .mob img {
    display: block;
    width: 10px;
    margin-left: 13px;
}

.landcontent .box .form .label input {
    width: 250px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    background: none;
    color: #aaabb9;
    padding-left: 13px;
}

.landcontent .box .form .label input::placeholder {
    color: #aaabb9;
}

.main_zuopin {
    overflow: hidden;
    background: #f8f8f8;
    padding: 32px 35px 60px 35px;
}

.main_zuopin .ytous {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    background: linear-gradient(to right, #3e55e3, #9a49df);
    font-size: 20px;
    color: #fff;
    height: 38px;
    margin-top: 26px;
}

.main_zuopin .showfade {
    overflow: hidden;
}

.main_zuopin .showfade ul {
    overflow: hidden;
}

.main_zuopin .showfade ul li {
    overflow: hidden;
    width: 373px;
    float: left;
    margin-right: 4px;
    margin-top: 18px;
    background: #fff;
    padding-top: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.main_zuopin .showfade ul li .logow {
    width: 150px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-bottom: 40px;
    height: 150px;
}

.main_zuopin .showfade ul li .logow img {
    display: block;
    width: 100%;
    height: 100%;
}

.main_zuopin .showfade ul li:nth-child(3n) {
    margin-right: 0;
}

.main_zuopin .showfade ul li.ons p {
    margin-bottom: 10px;
    #height: auto;
}

.main_zuopin .showfade ul li .gos {
    overflow: hidden;
    padding-left: 27px;
    margin-top: 10px;
    height: 132px;
}

.main_zuopin .showfade ul li .gos em {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #8f8f8f;
    line-height: 22px;
}

.main_zuopin .showfade ul li .loos {
    overflow: hidden;
    display: flex;
    align-items: center;
    position: absolute;
    left: 12px;
    top: 10px;
}

.main_zuopin .showfade ul li i {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
    color: #000000;
}

.main_zuopin .showfade ul li .team {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_zuopin .showfade ul li .team em {
    font-size: 14px;
    color: #616065;
    margin-left: 15px;
}

.main_zuopin .showfade ul li .loos img {
    display: block;
    margin-right: 4px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}

.main_zuopin .showfade ul li .nums {
    width: 68px;
    height: 30px;
    position: absolute;
    right: 0;
    background: linear-gradient(to right, #3e55e3, #9a49df);
    top: 6px;
    border-radius: 40px 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.main_zuopin .showfade ul li p {
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 24px;
    width: 250px;
    margin: 0 auto;
    height: 40px;
    margin-bottom: 20px;
}

.landcontent .box .form .label .tipa {
    font-size: 12px;
    color: red;
    display: block;
    width: 200px;
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    display: none;
    padding: 0 10px;
    right: -230px;
}

.fontgrow {
    height: 80px;
}

.main_zuopin .showfade ul li .line {
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 8px;
    color: #352cc1;
    justify-content: center;
}

.main_zuopin .showfade ul li .line span {
    font-size: 14px;
    font-weight: bold;
    color: #352cc1;
}

.main_zuopin .showfade ul li .line em {
    font-size: 14px;
    color: #352cc1;
    font-weight: bold;
    margin: 0 10px;
}

.main_zuopin .showfade ul li .ll {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 18px;
}

.main_zuopin .showfade ul li .ll span {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.main_zuopin .showfade ul li .buttons {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    justify-content: center;
}

.main_zuopin .showfade ul li .buttons div {
    overflow: hidden;
    width: 140px;
    background: linear-gradient(to right, #3e55e3, #9a49df);
    height: 45px;
    border-radius: 5px;
    margin: 0 10px;
}

.main_zuopin .showfade ul li .buttons div a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 100%;
}

.main_zuopin .tita {
    overflow: hidden;
}

.main_zuopin .tita span {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin-top: 25px;
}

.main_zuopin .tita .asea {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_zuopin .tita .asea ul {
    overflow: hidden;
    width: 320px;
    height: 42px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    display: flex;
    align-items: center;
}

.main_zuopin .tita .asea ul li {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    color: #616065;
}

.main_zuopin .tita .asea ul li.on {
    background: linear-gradient(to right, #5053e2, #a248de);
}

.main_zuopin .tita .asea ul li.on a {
    color: #fff;
}

.main_zuopin .tita .asea ul li a {
    font-size: 18px;
    color: #616065;
}

.main_zuopin .tita .asea p {
    font-size: 24px;
    color: #5053e2;
}

.main_zuopin .tita .asea .searcha {
    width: 323px;
    height: 42px;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
}

.main_zuopin .tita .asea .searcha input {
    width: 255px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #d0d1d9;
    padding-left: 30px;
}

.main_zuopin .tita .asea .searcha input::placeholder {
    color: #d0d1d9;
}

.main_zuopin .tita .asea .searcha div {
    width: 58px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #3e55e3, #9a49df);
    cursor: pointer;
}

.main_zuopin .tita .asea .searcha div img {
    display: block;
}

.mains_page {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.mains_page .fl {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mains_page .fl p {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
    transition: all .2s;
    font-weight: bold;
    margin: 0 5px;
}

.mains_page .fl p.on {
    background: #352cc1;
    color: #fff;
}

.mains_page .fl p:hover {
    background: #352cc1;
    color: #fff;
}

.mains_page .fl img {
    display: block;
    cursor: pointer;
    margin: 0 24px;
}

.mains_page span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.fongwa {
    overflow: hidden;
    margin-top: 20px;
}

.fongwa .t {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.fongwa .t div {
    width: 8px;
    height: 8px;
    background: #f55454;
    margin-right: 6px;
}

.fongwa .t p {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.fongwa span {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 23px;
}

.des_banner {
    overflow: hidden;
    width: 100%;
    height: 420px;
    background-image: url(../images/tzbanner_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.des_banner .m {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.des_banner .m p {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}

.des_banner .m span {
    display: block;
    font-size: 28px;
    color: #fff;
}

.main_tongzhi {
    overflow: hidden;
    width: 100%;
    background: #f3f3f3;
    padding: 45px 0 125px 0;
}

.main_tongzhi .m {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 50px;
}

.main_tongzhi .m ul {
    padding: 0 20px;
    overflow: hidden;
}

.main_tongzhi .m ul li {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

.main_tongzhi .m ul li a {
    display: flex;
    align-items: center;
    padding: 36px 0;
    box-sizing: border-box;
}

.main_tongzhi .m ul li a .fr {
    overflow: hidden;
    width: 865px;
    margin-left: 30px;
}

.main_tongzhi .m ul li a .fr p {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000000;
}

.main_tongzhi .m ul li a .fr span {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
}

.main_tongzhi .m ul li a .fr em {
    display: block;
    font-size: 16px;
    margin-top: 13px;
    color: #352cc1;
}

.main_tongzhi .m ul li a .fl {
    overflow: hidden;
    width: 178px;
    height: 126px;
    border-right: 1px solid #e9e9e9;
    padding-top: 21px;
}

.main_tongzhi .m ul li a .fl .dates {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_tongzhi .m ul li a .fl .dates p {
    font-size: 30px;
    color: #000000;
}

.main_tongzhi .m ul li a .fl .dates div {
    margin-left: 7px;
    overflow: hidden;
}

.main_tongzhi .m ul li a .fl .dates div span {
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}

.main_tongzhi .m ul li a .fl .time {
    width: 97px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e9;
    font-size: 24px;
    color: #000000;
    margin: 0 auto;
    margin-top: 6px;
}

.nems {
    padding-left: 280px;
    width: 100%;
    height: 42px;
    background: linear-gradient(to right, #3e55e3, #9a49df);
}

.nems ul {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.nems ul li {
    font-size: 14px;
    margin-right: 5px;
    color: #fff;
}

.nems ul li a {
    color: #fff;
}

.main_saishi {
    overflow: hidden;
    width: 100%;
    background-image: url(../images/bg_06.jpg);
    background-size: 100%;
    padding: 56px 0 216px 0;
}

.main_saishi .m {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.main_saishi .m .bots {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    margin-top: 38px;
}

.main_saishi .m .bots .shows {
    overflow: hidden;
    padding: 45px;
}

.main_saishi .m .bots .shows ul {
    overflow: hidden;
}

.main_saishi .m .bots .shows ul li {
    width: 12.5%;
    overflow: hidden;
    float: left;
    margin-bottom: 26px;
}

.main_saishi .m .bots .shows ul li a {
    display: block;
    width: 100%;
    padding-top: 12px;
    overflow: hidden;
}

.main_saishi .m .bots .shows ul li a div {
    width: 90px;
    height: 90px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.main_saishi .m .bots .shows ul li a div img {
    display: block;
    width: 100%;
}

.main_saishi .m .bots .shows ul li a span {
    display: block;
    text-align: center;
    font-size: 14px;
    height: 38px;
    color: #000000;
}

.main_saishi .m .bots .tits {
    width: 100%;
    overflow: hidden;
    height: 110px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    justify-content: center;
}

.main_saishi .m .bots .tits ul {
    overflow: hidden;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    width: 323px;
    height: 42px;
    border-radius: 40px;
}

.main_saishi .m .bots .tits ul li {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    color: #616065;
}

.main_saishi .m .bots .tits ul li.on {
    color: #fff;
    background: linear-gradient(to right, #3e55e3, #9a49df);
}

.main_saishi .m .tips {
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
}

.main_saishi .m .tips .tits {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 110px;
    border-bottom: 1px solid #ebebeb;
}

.main_saishi .m .tips .tits div {
    width: 320px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #3e55e3, #9a49df);
    font-size: 18px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    color: #fff;
}

.main_saishi .m .tips .box {
    overflow: hidden;
    padding: 0 25px 65px 46px;
}

.main_saishi .m .tips .box .label {
    margin-top: 30px;
}

.main_saishi .m .tips .box .label h2 {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    padding-left: 8px;
    border-left: 2px solid #4e53e2;
}

.main_saishi .m .tips .box .label ul {
    overflow: hidden;
}

.main_saishi .m .tips .box .label ul li {
    float: left;
    width: 100px;
    margin-top: 12px;
    margin-right: 20px;
}

.main_saishi .m .tips .box .label ul li div {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main_saishi .m .tips .box .label ul li div img {
    height: 100%;
    display: block;
    width: 100%;
}

.main_saishi .m .tips .box .label ul li span {
    display: block;
    font-size: 14px;
    color: #000000;
    text-align: center;
    #height: 42px;
    height: 60px;
}

.team_box {
    overflow: hidden;
    width: 1200px;
    border-radius: 25px 25px 25px 25px;
    background: #f0f0f0;
    padding-bottom: 50px;
    margin-top: 58px !important;
}

.team_box .team_zs {
    overflow: hidden;
    background: #fff;
    padding: 0 20px;
    width: 1162px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.team_box .team_zs ul li {
    width: 366px;
    float: left;
    min-height: 375px;
    margin-right: 10px;
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team_box .team_zs ul li:nth-child(3n) {
    margin-right: 0;
}

.team_box .team_zs ul li .children {
    overflow: hidden;
    padding: 16px 0 0 23px;
}

.team_box .team_zs ul li .children .line {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 30px;
}

.team_box .team_zs ul li .children .line p {
    font-size: 16px;
    color: #999999;
}

.team_box .team_zs ul li .children .line span {
    font-size: 16px;
    color: #333333;
}

.team_box .team_zs ul li .children .button {
    width: 330px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #4531c5, #994cde);
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

.team_box .team_zs ul li .children .boxs {
    width: 100%;
    height: 90px;
}

.team_box .team_zs ul li .children .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.team_box .team_zs ul li .children .tip {
    overflow: hidden;
    margin-bottom: 14px;
    height: 108px;
    display: flex;
}

.team_box .team_zs ul li .children .tip img {
    display: block;
    width: 108px;
    max-height: 108px;
}

.team_box .team_zs ul li .children .tip .grow {
    overflow: hidden;
    width: 216px;
    margin-left: 15px;
}

.team_box .team_zs ul li .children .tip .grow p {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.team_box .team_zs ul li .children .tip .grow span {
    display: block;
    font-size: 16px;
    color: #683ccf;
    margin-top: 14px;
}

.team_box .team_zs ul li .children .tip .grow em {
    display: block;
    font-size: 16px;
    color: #999999;
    margin-top: 4px;
}

.team_box .team_zs ul li .titles {
    overflow: hidden;
    height: 78px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}

.team_box .team_zs ul li .titles .icon {
    overflow: hidden;
    display: flex;
    padding-left: 20px;
    height: 100%;
    align-items: center;
}

.team_box .team_zs ul li .titles .icon div {
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 50%;
}

.fontgorw {
    overflow: hidden;
    width: 320px;
    border-radius: 6px;
    background: #f2f2f2;
    margin-left: 170px;
    border: 1px solid #d0d1d9;
    cursor: pointer;
    padding: 20px;
    margin-top: 30px;
}

.fontgorw h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.fontgorw p {
    font-size: 14px;
    line-height: 25px;
    color: #333;
}

.team_box .team_zs ul li .titles .icon div img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;

}

.team_box .team_zs ul li .titles .fr {
    width: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #3b2fc3, #9748dd);
    height: 32px;
    font-size: 16px;
    color: #fff;
    border-radius: 40px 0 0 40px;
}

.team_box .team_zs .t {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.team_box .team_zs .t .fl {
    overflow: hidden;
}

.team_box .team_zs .t .fl p {
    font-size: 20px;
    color: #333333;
    line-height: 35px;
}

.team_box .team_zs .t .fr {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.team_box .team_zs .t .fr p {
    font-size: 20px;
    margin-left: 40px;
    color: #4531c5;
}

.team_box .tita .asea {
    overflow: hidden;
    width: 1162px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team_box .tita .asea h2 {
    font-size: 24px;
    color: #4531c5;
}

.team_box .tita span {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin-top: 25px;
}

.team_box .tita .asea {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team_box .tita .asea p {
    font-size: 24px;
    color: #5053e2;
}

.team_box .tita .asea .searcha {
    width: 323px;
    height: 42px;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
}

.team_box .tita .asea .searcha input {
    width: 255px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: #d0d1d9;
    padding-left: 30px;
}

.team_box .tita .asea .searcha input::placeholder {
    color: #d0d1d9;
}

.team_box .tita .asea .searcha div {
    width: 58px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #3e55e3, #9a49df);
    cursor: pointer;
}

.team_box .tita .asea .searcha div img {
    display: block;
}

.team_box .team_box_info {
    width: 1162px;
    margin: 0 auto;
    background: #fff;
    margin-top: 22px;
    padding: 0 20px 0 0;
}

.team_box .team_box_info .button {
    overflow: hidden;
    height: 115px;
    border-top: 1px dashed #e6e6e6;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team_box .team_box_info .button div {
    width: 142px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(to right, #4a33c7, #9949de);
    cursor: pointer;
    margin: 0 75px;
}

.team_box .team_box_info .top {
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    padding-left: 20px;
}

.team_box .team_box_info .top .fr {
    width: 576px;
    float: right;
}

.team_box .team_box_info .top .fr p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 16px;
}

.team_box .team_box_info .top .fl {
    width: 403px;
    margin-left: 20px;
    float: left;
}

.team_box .team_box_info .top .fl p {
    font-size: 20px;
    margin-bottom: 5px;
    color: #333333;
}

.team_box .team_box_info .top .fl span {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}

.team_box .team_box_info .top .fl h2 {
    font-size: 16px;
    color: #7741d4;
    margin-top: 25px;
}

.team_box .team_box_info .top .fl ul {
    overflow: hidden;
    margin-top: 5px;
}

.team_box .team_box_info .top .fl ul li {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.team_box .team_box_info .top .logo {
    width: 120px;
    height: 120px;
    background: #fff;
    float: left;
    display: flex;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    justify-content: center;
    overflow: hidden;
}

.team_box .team_box_info .top .logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.team_box .team_box_info .top .logo img {
    display: block;
}

.team_box .title {
    overflow: hidden;
    height: 72px;
    background: linear-gradient(to right, #7b8ae6, #9f74e2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 38px;
}

.team_box .title div {
    display: flex;
    align-items: center;
    height: 100%;
}

.team_box .title div img {
    display: block;
    margin-right: 14px;
}

.team_box .title div p {
    font-size: 20px;
    color: #fff;
}

.fadeins {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    justify-content: center;
    display: none;
}

.fadeins .share {
    overflow: hidden;
    width: 660px;
    background: #fff;
    border-radius: 3px;
}

.fadeins .share .t {
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    height: 55px;
    align-items: center;
    justify-content: space-between;
    padding: 0 21px;
}

.fadeins .share .t p {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.fadeins .share .t img {
    display: block;
    cursor: pointer;
}

.fadeins .share .codes {
    overflow: hidden;
    padding: 35px 0 45px 0;
}

.fadeins .share .codes img {
    display: block;
    margin: 0 auto;
    margin-bottom: 17px;
}

.fadeins .share .codes p {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.main_zp_infos {
    overflow: hidden;
    width: 100%;
    padding-bottom: 80px;
}

.main_zp_infos .m {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.main_zp_infos .m .item_tongs {
    overflow: hidden;
    margin-top: 40px;
}

.main_zp_infos .m .item_tongs h2 {
    font-size: 20px;
    color: #fff;
    display: flex;
    background: linear-gradient(to right, #7d89e6, #967ae3);
    padding-left: 20px;
    height: 38px;
    align-items: center;
}

.main_zp_infos .m .item_tongs .teaminfo {
    overflow: hidden;
}

.main_zp_infos .m .item_tongs .teaminfo li {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.main_zp_infos .m .item_tongs .teaminfo li p {
    width: 145px;
    font-size: 18px;
    color: #000000;
}

.main_zp_infos .m .item_tongs .teaminfo li span {
    display: block;
    font-size: 18px;
    color: #000000;
}

.main_zp_infos .m .item_tongs .videos {
    width: 100%;
    overflow: hidden;
    margin-top: 18px;
}

.main_zp_infos .m .item_tongs .videos video {
    width: 100%;
    height: 700px;
}

.main_zp_infos .m .item_tongs .videos img {
    display: block;
    widows: 100%;
}

.main_zp_infos .m .item_tongs .worddown {
    overflow: hidden;
}

.main_zp_infos .m .item_tongs .worddown li {
    overflow: hidden;
    margin-top: 21px;
    background: #f4f4f4;
    width: 1020px;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px 0 25px;
}

.main_zp_infos .m .item_tongs .worddown li .fl {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.main_zp_infos .m .item_tongs .worddown li .fl p {
    font-size: 18px;
    color: #000000;
    margin-left: 15px;
    font-weight: bold;
}

.main_zp_infos .m .item_tongs .worddown li .fr {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 140px;
    height: 45px;
    border-radius: 4px;
    background: linear-gradient(to right, #3e55e3, #9a49df);
}

.main_zp_infos .m .item_tongs .worddown li .fr a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main_zp_infos .m .item_tongs .worddown li .fr p {
    font-size: 16px;
    color: #fff;
}

.main_zp_infos .m .item_tongs .worddown li .fr img {
    display: block;
    margin-left: 10px;
}

.main_zp_infos .m .info {
    overflow: hidden;
    padding: 50px 0 35px 0;
    border-bottom: 1px solid #e9e9e9;
}

.main_zp_infos .m .info h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.main_zp_infos .m .info .msa {
    overflow: hidden;
    margin-top: 45px;
}

.main_zp_infos .m .info .msa h3 {
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #312cc0;
    line-height: 20px;
    padding-left: 13px;
    margin-bottom: 20px;
    color: #000000;
}

.main_zp_infos .m .info .msa p {
    font-size: 16px;
    color: #616065;
    line-height: 30px;
    display: block;
}

.main_zp_infos .m .info .box {
    overflow: hidden;
    margin-top: 90px;
    display: flex;
}

.main_zp_infos .m .info .box > img {
    display: block;
    width: 301px;
}

.main_zp_infos .m .info .box .grow {
    overflow: hidden;
    width: 600px;
    margin-left: 40px;
}

.main_zp_infos .m .info .box .grow .lines {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.main_zp_infos .m .info .box .grow .lines p {
    font-size: 18px;
    color: #000000;
}

.main_zp_infos .m .info .box .grow .lines div {
    width: 1px;
    height: 18px;
    background: #352cc1;
    margin: 0 10px;
}

.main_zp_infos .m .info .box .grow .pm {
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 8px;
    height: 55px;
    display: flex;
    align-items: center;
}

.main_zp_infos .m .info .box .grow .pm p {
    font-size: 18px;
    margin-right: 55px;
    color: #000000;
}

.main_zp_infos .m .info .box .grow .buttongrow {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.main_zp_infos .m .info .box .grow .buttongrow div {
    width: 142px;
    height: 42px;
    border-radius: 3px;
    margin-right: 12px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #3e55e3, #9a49df);
    font-size: 16px;
    color: #fff;
}

.main_zp_infos .m .info .box .grow .buttongrow div img {
    display: block;
    margin-left: 8px;
}

.zjws {
    overflow: hidden;
}

.zjws .item {
    overflow: hidden;
    margin-bottom: 37px;
}

.zjws .item .frr {
    overflow: hidden;
    float: right;
    width: 738px;
}

.zjws .item .frr ul {
    overflow: hidden;
}

.zjws .item .frr ul li {
    width: 33.33%;
    overflow: hidden;
    background: #fff;
    height: 232px;
    float: left;
}

.zjws .item .frr ul li a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 47px;
    display: block;
}

.zjws .item .frr ul li a div {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    overflow: hidden;
}

.zjws .item .frr ul li a div img {
    display: block;
    width: 100%;
    height: 100%;
}

.zjws .item .frr ul li a p {
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 8px;
}

.zjws .item .frr ul li a span {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #352cc1;
    display: block;
}

.zjws .item .fll {
    width: 380px;
    float: left;
    padding: 28px 28px 34px 28px;
    background: #fff;
}

.zjws .item .fll .logox div {
    width: 158px;
    height: 158px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 18px;
}

.zjws .item .fll .logox div img {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 50%;
}

.zjws .item .fll .logox p {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.zjws .item .fll .joins {
    width: 143px;
    height: 45px;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 18px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #3d55e3, #a548de);
}

.zjws .item .fll .growfont {
    overflow: hidden;
    margin-top: 15px;
}

.zjws .item .fll .growfont p {
    font-size: 16px;
    color: #8f8f8f;
    line-height: 25px;
}

.zjws .item .fll .growfont span {
    display: block;
    color: #8f8f8f;
    font-size: 14px;
    line-height: 22px;
}

.main_infos {
    overflow: hidden;
}

.main_infos .m {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
}

.main_infos .m .box {
    overflow: hidden;
    padding: 25px 0;
}

.main_infos .m .box p {
    font-size: 18px;
    color: #616065;
    line-height: 35px;
    margin-top: 10px;
}

.main_infos .m .box .pcs {
    overflow: hidden;
    margin: 23px 0;
}

.main_infos .m .box .pcs img {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
}

.main_infos .m .box .pcs span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #8c8c8f;
}

.main_infos .m .titlex {
    overflow: hidden;
    padding-top: 45px;
}

.main_infos .m .titlex h2 {
    text-align: center;
    font-size: 30px;
    color: #000000;
}

.main_infos .m .titlex div {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
}

.main_infos .m .titlex div p {
    font-size: 18px;
    margin: 0 15px;
    color: #8c8c8f;
}

.main_infos .m .titlex div::after {
    content: '';
    width: 368px;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    left: 0;
    top: 50%;
}

.main_infos .m .titlex div::before {
    content: '';
    width: 368px;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    right: 0;
    top: 50%;
}

.hide {
    display: none;
}

.explain {
    padding-top: 30px;
    padding-left: 170px;
}

.w_team_box {
    margin-left: auto;
    margin-right: auto;
}

.w_button {
    padding-left: 30px;
    padding-top: 25px;
}


.spanline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1300px) {

    /*添加团队成员的按钮状态*/
    .w_button {
        margin: 0 auto;
    }

    .m,
    .main_box .navbar ul,
    .main_box .from_box,
    .main_jianjie,
    .main_contestintro,
    .main_jiangjin,
    .main_team,
    .main_submit,
    .main_gz,
    .team_box {
        width: 1000px !important;
    }

    .team_box .team_box_info {
        width: 95%;
    }

    .team_box .tita .asea {
        width: 95%;
    }

    .team_box .team_zs {
        width: 95%;
    }

    .team_box .team_zs ul li {
        width: 296px;
    }

    .team_box .team_zs ul li .children .button {
        width: 260px;
    }

    .team_box .team_box_info .top .fr {
        width: 350px;
    }

    .main_gz .box .child .infos {
        width: 560px;
    }

    .main_gz .box {
        height: auto;
        padding-bottom: 30px;
    }

    .main_submit .box .item {
        width: 55%;
    }

    .main_team .box .item1 {
        margin-left: 165px;
    }

    .main_team .box .item2 {
        margin-left: 65px;
    }

    .main_team .box .item3 {
        margin-left: 66px;
    }

    .main_team .box .item4 {
        margin-left: 50px;
        width: 109px;
    }

    .header .m .left ul li a {
        padding: 0 12px;
    }

    .banner .m .slide .news {
        width: 800px;
    }

    .banner .m .slide .news .slides {
        width: 680px;
    }

    .banner .m .slide .news .slides .item span {
        width: 80%;
    }

    .main_box .navbar ul li a {
        font-size: 16px;
        padding: 0 20px;
    }

    .main_box .from_box .box .label .item .changes {
        width: 450px;
    }

    .main_box .from_box .box .label .item .changes select {
        width: 240px;
    }

    .footer .m .fl .contact p {
        font-size: 20px;
    }

    .footer .m .fl .contact div span {
        font-size: 20px;
    }

    .footer .m .fl ul li {
        font-size: 20px;
    }

    .footer .m .fl ul {
        margin-left: 30px;
    }

    .footer .m .code div p {
        font-size: 20px;
    }

    .main_jianjie ul li {
        height: 309px;
        width: 320px;
    }

    .main_jiangjin .box ul li {
        width: 400px;
    }

    .main_jiangjin .box ul li .fr {
        width: calc(100% - 75px);
    }

    .main_zuopin .showfade ul li {
        width: 33%;
    }

    .main_zuopin .showfade ul li .line {
        padding-left: 20px;
    }

    /* 说明 */
    .explain {
        padding-top: 30px;
        padding-left: 25px;
    }

    .main_zp_infos .m .item_tongs .videos {
        width: 100%;
        overflow: hidden;
        margin-top: 18px;
    }

    .main_zp_infos .m .item_tongs .videos video {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 1000px) {

    /* 说明 */
    .explain {
        padding-top: 30px;
        padding-left: 25px;
    }

    .m,
    .main_box .navbar ul,
    .main_box .from_box {
        width: 90% !important;
    }

    .team_box .team_box_info {
        width: 100%;
        margin-top: 0;
        padding: .3rem;
    }

    .team_box .team_box_info .top {
        display: block;
        padding: 0;
    }

    .team_box .team_box_info .top .logo {
        width: 1.5rem;
        height: 1.5rem;
        margin: .3rem auto;
        float: none;
    }

    .team_box .team_box_info .top .logo img {
        width: 1rem;
    }

    .team_box .team_box_info .top .fl {
        float: none;
        width: 100%;
        margin: 0;
    }

    .team_box .team_box_info .top .fl p {
        text-align: center;
        font-size: .3rem;
    }

    .team_box .team_box_info .top .fl span {
        text-align: center;
        font-size: .28rem;
        line-height: .45rem;
    }

    .team_box .team_box_info .top .fl h2 {
        font-size: .3rem;
        margin-top: .5rem;
    }

    .team_box {
        border-radius: 0;
    }

    .team_box .tita .asea {
        width: 95%;
        height: 1.3rem;
    }

    .team_box .tita .asea h2 {
        font-size: .3rem;
    }

    .team_box .tita .asea .searcha {
        width: 4rem;
        height: .8rem;
    }

    .team_box .team_zs {
        width: 100% !important;
        padding: 0 .3rem;
    }

    .team_box .team_zs .t {
        display: block;
    }

    .team_box .team_zs .t .fl p {
        font-size: .28rem;
        line-height: .5rem;
    }

    .team_box .team_zs .t .fr {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: .4rem;
    }

    .team_box .team_zs .t .fr p {
        font-size: .3rem;
        margin: 0 .3rem;
    }

    .team_box .team_zs ul li {
        float: none;
        width: 100%;
        margin: 0;
        margin-top: .3rem;
    }

    .team_box .team_zs ul li .titles {
        height: 1.3rem;
    }

    .team_box .team_zs ul li .titles .icon div {
        width: 1rem;
        height: 1rem;
    }

    .team_box .team_zs ul li .titles .icon div img {
        width: .65rem;
    }

    .team_box .team_zs ul li .titles .fr {
        font-size: .28rem;
    }

    .team_box .team_zs ul li .children {
        padding: .3rem;
    }

    .team_box .team_zs ul li .children .tip {
        justify-content: space-between;
    }

    .team_box .team_zs ul li .children .tip img {
        width: 2rem;
        height: 2rem;
    }

    .team_box .team_zs ul li .children .tip .grow {
        width: 65%;
        margin-left: 0;
    }

    .team_box .team_zs ul li .children .tip .grow p {
        font-size: .3rem;
    }

    .team_box .team_zs ul li .children .tip .grow span {
        font-size: .26rem;
    }

    .team_box .team_zs ul li .children .tip .grow em {
        font-size: .26rem;
    }

    .team_box .team_zs ul li .children .line {
        height: .5rem;
    }

    .team_box .team_zs ul li .children .line p {
        font-size: .26rem;
    }

    .team_box .team_zs ul li .children .line span {
        font-size: .26rem;
    }

    .team_box .team_zs ul li .children .button {
        width: 80%;
        margin: 0 auto;
        margin-top: .3rem;
        height: .75rem;
    }

    .team_box .team_zs ul li .children .button a {
        font-size: .3rem;
    }

    .team_box .team_zs {
        padding-bottom: .5rem;
    }

    .team_box .tita .asea .searcha input {
        padding-left: .2rem;
        height: 100%;
        font-size: .26rem;
        width: 80%;
    }

    .team_box .tita .asea .searcha div {
        width: .8rem;
        height: .8rem;
        padding-right: .1rem;
    }

    .team_box .tita .asea .searcha div img {
        width: .3rem;
    }

    .team_box .title {
        height: 1rem;
        padding: 0 .3rem;
    }

    .team_box .title img {
        width: .36rem;
    }

    .team_box .title div p {
        font-size: .23rem;
    }

    .team_box {
        margin-top: 0;
    }

    .team_box .team_box_info .top .fl ul li {
        font-size: .28rem;
        line-height: .5rem;
    }

    .team_box .team_box_info .top .fr {
        width: 100%;
        margin: 0;
        margin-top: .4rem;
    }

    .team_box .team_box_info .top .fr p {
        font-size: .28rem;
        line-height: .4rem;
    }

    .team_box .team_box_info .button {
        height: 1.5rem;
    }

    .team_box .team_box_info .button div {
        width: 2rem;
        margin: 0 .3rem;
        font-size: .28rem;
    }

    .team_box .tita .asea {
        width: 95%;
    }

    .team_box .team_zs {
        width: 95%;
    }

    .team_box {
        width: 100% !important;
    }

    .null {
        height: 1.4rem;
        display: block;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
    }

    .mobile > ul > li.on a {
        color: #5053e2;
        font-weight: bold;
    }

    .main_box .navbar ul li.on {
        background: #fff;
    }

    .main_box .navbar ul li.on a {
        padding: 0 20px;
        text-align: center;
        background: none;
        color: #1c1c1c;
        font-weight: bold;
        width: 100%;
    }

    .main_box .navbar ul li {
        justify-content: center;
    }

    .header .m .left ul,
    .header .m .land {
        display: none;
    }

    .header .m .left img {
        width: 2rem;
        margin-left: 0;
    }

    .header {
        height: 1.4rem;
    }

    .banner {
        height: 7rem;
    }

    .banner .m .grow {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-top: 1rem;
    }

    .banner .m .grow h2 {
        font-size: .45rem;
        text-align: center;
    }

    .banner .m .grow p {
        font-size: .28rem;
        line-height: .45rem;
        text-align: center;
    }

    .banner .m .grow .submit {
        margin: 0 auto;
        margin-top: .6rem;
        width: 3rem;
        height: .8rem;
    }

    .banner .m .grow .submit a {
        font-size: .3rem;
    }

    .banner .m .slide .video {
        margin-left: 0rem;
        width: 18%;
        height: .8rem;
    }

    .banner .m .slide .news {
        width: 78%;
        height: .8rem;
    }

    .banner .m .slide .news .slides .item em {
        display: none;
    }

    .banner .m .slide {
        justify-content: space-between;
    }

    .banner .m .slide .video a p {
        font-size: .2rem;
    }

    .banner .m .slide .news p {
        width: 25%;
        font-size: .21rem;
    }

    .banner .m .slide .news .slides {
        width: 75%;
    }

    .banner .m .slide .news .slides .item span,
    .banner .m .slide .news .slides .item em {
        font-size: .21rem;
        width: 100%;
    }

    .main_box .navbar {
        height: auto;
    }

    .main_box .navbar ul {
        display: block;
        width: 100% !important;
    }

    .main_box .navbar ul li {
        width: 33.33%;
        text-align: center;
        float: left;
    }

    .main_box .navbar ul li a {
        font-size: .22rem;
        height: 1rem;
        text-align: center;
    }

    .main_box .from_box {
        margin-top: 0rem;
        border-radius: 0;
        width: 100% !important;
    }

    .main_box .from_box .title {
        height: 1rem;
        padding: 0 .3rem;
    }

    .main_box .from_box .title div img {
        width: .36rem;
    }

    .main_box .from_box .title div p {
        font-size: .23rem;
    }

    .main_box .from_box .title span {
        font-size: .23rem;
    }

    .main_box .from_box .box .label {
        padding-bottom: .5rem;
    }

    .main_box .from_box .box .label .item {
        padding-left: .3rem;
        flex-wrap: wrap;
        padding-right: .3rem;
    }

    .main_box .from_box .box .label .item .changes .main_inp {
        height: .8rem;
    }

    .main_box .from_box .box .label .item .changes .main_inp input {
        font-size: .28rem;
    }

    .main_box .from_box .box .label .item .changes .main_inp span {
        font-size: .28rem;
        line-height: .8rem;
    }

    .main_box .from_box .box .label .item {
        margin-top: .5rem;
    }

    .main_box .from_box .box .label .item > p {
        font-size: .28rem;
        width: 100%;
    }

    .main_box .from_box .box .label .item > p {
        font-size: .28rem;
    }

    .main_box .from_box .box .label .item em {
        font-size: .26rem;
        padding: 0;
        margin: 0;
        line-height: .4rem;
        margin-top: .3rem;
    }

    .main_box .from_box .box .label .item .changes {
        margin-top: .3rem;
        width: 100%;
    }

    .main_box .from_box .box .label .item .changes.ons {
        width: 100%;
        display: block;
    }

    .main_box .from_box .box .label .item .changes .rdeos li {
        margin-right: .3rem;
    }

    .main_box .from_box .box .label .item .changes .rdeos li img {
        width: .35rem;
    }

    .main_box .from_box .box .label .item .changes .rdeos li span {
        font-size: .26rem;
        margin-left: .15rem;
    }

    .main_box .from_box .box .label .item .changes select {
        width: 100%;
        height: .8rem;
        background: #fff;
        margin-top: .3rem;
    }

    .main_box .from_box .box .label .item .changes .main_textares {
        height: 2.3rem;
    }

    .main_box .from_box .box .label .item .changes .main_textares textarea {
        font-size: .28rem;
    }

    .main_box .from_box .box .label .item .add {
        width: 4rem;
        height: 3.5rem;
        margin-top: .3rem;
    }

    .main_box .from_box .box .label .item .add .show img {
        width: .6rem;
        margin-bottom: .2rem;
    }

    .main_box .from_box .box .label .item .add .show p {
        font-size: .24rem;
        line-height: .45rem;
    }

    .main_box .from_box .box .button_grow {
        height: 1.5rem;
        padding: 0;
        justify-content: center;
    }

    .main_box .from_box .box .button_grow div {
        width: 2.6rem;
        height: .8rem;
        font-size: .3rem;
    }

    .main_box {
        padding-bottom: 0;
    }

    .footer {
        padding: .5rem 0;
    }

    .footer .m {
        display: block;
    }

    .footer .m .fl {
        display: block;
        width: 100%;
        float: none;
    }

    .footer .m .fl .contact {
        margin-bottom: .8rem;
    }

    .footer .m .fl .contact p {
        font-size: .36rem;
        text-align: center;
    }

    .footer .m .fl .contact div {
        justify-content: center;
        margin-top: .4rem;
    }

    .footer .m .fl .contact div img {
        width: .4rem;
    }

    .footer .m .fl .contact div span {
        font-size: .28rem;
    }

    .footer .m .fl ul {
        margin-left: 0;
        margin-top: .3rem;
    }

    .footer .m .fl ul li {
        padding: 0 .3rem;
        font-size: .28rem;
        float: left;
        margin-bottom: .3rem;
    }

    .footer .m .code {
        display: flex;
        justify-content: center;
        margin-top: .6rem;
        padding: 0 .4rem;
    }

    .footer .m .code div {
        width: 2rem;
        margin: 0 .4rem;
    }

    .footer .m .code div img {
        width: 100%;
    }

    .footer .m .code div p {
        font-size: .26rem;
        line-height: .45rem;
    }

    .banner .m .slide .video a img {
        display: none;
    }

    .menus {
        display: block;
        width: .6rem !important;
    }

    .showbox {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        left: 0;
        top: 0;
        display: block;
        z-index: 99999999;
        display: none;
    }

    .showbox .mobile {
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: .3rem;
        position: relative;
        top: -100%;
    }

    .showbox .mobile .searchs {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .showbox .mobile .searchs input {
        width: 4.5rem;
        height: .8rem;
        border: 1px solid #fff;
        border-radius: .1rem;
        padding-left: .2rem;
    }

    .showbox .mobile .searchs img {
        width: .45rem;
        margin-left: .2rem;
    }

    .mobile > ul {
        margin-top: .5rem;
        overflow: hidden;
    }

    .mobile > ul > li {
        font-size: .28rem;
        padding-left: .2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .mobile > ul > li > a {
        height: 1rem;
        line-height: 1rem;
        display: block;
        color: #fff;
    }

    .mobile > ul > li > ul {
        overflow: hidden;
        display: none;
        padding: .3rem 0;
    }

    .mobile > ul > li > ul > li {
        height: 1rem;
        font-size: .28rem;
        padding-left: .3rem;
        line-height: 1rem;
        color: #fff;
    }

    .mobile > ul > li > ul > li a {
        color: #fff;
    }

    .closes {
        width: .7rem;
        display: block;
        margin: 0 auto;
        margin-top: .66rem;
    }

    .showbox .land {
        overflow: hidden;
        display: flex;
        align-items: center;
        margin-top: .6rem;
        justify-content: center;
    }

    .showbox .land div {
        overflow: hidden;
        width: 2.3rem;
        margin: 0 .3rem;
        height: .8rem;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .28rem;
        color: #1c1c1c;
        background: #fff;
    }

    .showbox .land div a {
        width: 100%;
        height: 100%;
        font-size: .28rem;
        color: #1C1C1C;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .showbox .land div.on {
        background: #302cc0;
    }

    .showbox .land div.on a {
        color: #fff;
    }

    .main_jianjie,
    .main_contestintro,
    .main_contestintro,
    .main_jiangjin,
    .main_team,
    .main_submit,
    .main_gz {
        width: 100% !important;
    }

    .main_title div {
        width: 3.5rem;
        height: 1rem;
        font-size: .4rem;
    }

    .main_title span {
        font-size: .36rem;
        margin-top: .1rem;
    }

    .main_jianjie .grows {
        width: 100%;
        padding: .3rem;
    }

    .main_jianjie .grows p {
        font-size: .28rem;
        line-height: .55rem;
    }

    .main_jianjie ul {
        display: block;
    }

    .main_jianjie ul li {
        width: 65%;
        height: auto;
        padding: .3rem;
        margin: 0 auto;
        border-radius: .3rem;
        margin-bottom: .6rem;
    }

    .main_jianjie ul li .title img {
        width: .45rem;
    }

    .main_jianjie ul li .title p {
        font-size: .33rem;
    }

    .main_jianjie ul li .font {
        padding-left: .3rem;
    }

    .main_jianjie ul li .font p {
        font-size: .26rem;
        line-height: .5rem;
        font-weight: normal;
    }

    .main_contestintro ul {
        padding: 0 .3rem;
    }

    .main_contestintro ul li .t {
        width: 80%;
        margin: 0 auto;
        height: .8rem;
        font-size: .33rem;
    }

    .main_contestintro ul li .f {
        padding: 0 .2rem;
        margin-top: .3rem;
    }

    .main_contestintro ul li .f p {
        font-size: .28rem;
        line-height: .5rem;
    }

    .main_contestintro ul li:first-child .f::after {
        display: none;
    }

    .main_jiangjin .box {
        width: 90%;
        margin: 0 auto;
        padding: .5rem .3rem;
        margin-top: .5rem;
        border-radius: .2rem;
    }

    .main_jiangjin .box .titlpic {
        width: 70%;
        margin: 0 auto;
    }

    .main_jiangjin .box .grow .item p {
        font-size: .28rem;
        line-height: .55rem;
    }

    .main_jiangjin .box .grow .item div {
        margin-top: .15rem;
    }

    .main_jiangjin .box ul {
        display: block;
    }

    .main_jiangjin .box ul li {
        width: 100%;
    }

    .main_jiangjin .box ul li .fr img {
        width: 2rem;
    }

    .main_jiangjin .box ul li .fr p {
        font-size: .65rem;
        margin-top: .4rem;
    }

    .main_jiangjin .box ul li .fr span {
        font-size: .4rem;
        margin-top: .4rem;
    }

    .main_jiangjin .box ul li .fl {
        width: 1.3rem;
        height: 5.5rem;
        padding: 0 .4rem;
        font-size: .46rem;
    }

    .main_jiangjin .box ul li .fr {
        width: calc(100% - 1.1rem);
        height: 5.3rem;
    }

    .main_team .box {
        background: none;
        height: auto;
        display: block;
    }

    .main_team .box .item {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: .6rem;
    }

    .main_team .box .item img {
        width: 1.3rem;
        margin: 0 auto;
        display: block;
    }

    .main_team .box .item p {
        font-size: .3rem;
        line-height: 1rem;
        text-align: center;
    }

    .main_team .box .item span {
        font-size: .3rem;
        text-align: center;
    }

    .main_submit .box {
        width: 90%;
        margin: 0 auto;
        border-radius: .3rem;
        padding: .3rem;
        margin-top: .5rem;
    }

    .main_submit .box .addpics {
        position: static;
        left: 0;
        top: 0;
        height: 5rem;
        width: 100%;
        position: relative;
        margin-bottom: 2rem;
    }

    .main_submit .box .addpics .buttongrow {
        bottom: -1.5rem;
    }

    .main_submit .box .item {
        width: 100%;
    }

    .main_submit .box .addpics .buttongrow div {
        width: 45%;
        height: 1rem;
        font-size: .24rem;
    }

    .main_submit .box .item .t {
        height: .46rem;
    }

    .main_submit .box .item .t p {
        left: .3rem;
        font-size: .4rem;
    }

    .main_submit .box .item .t::after {
        width: 2.8rem;
        height: 0.1rem;
    }

    .main_submit .box .item span {
        font-size: .3rem;
        line-height: .55rem;
        padding-left: .35rem;
    }

    .main_gz .box {
        width: 90%;
        margin: 0 auto;
        margin-top: 1.6rem;
        padding-top: 1rem;
    }

    .main_gz .box .child {
        width: 100%;
        padding: .3rem;
        display: block;
        margin-left: 0;
    }

    .main_gz .box .child img {
        width: 100%;
        display: block;
    }

    .main_gz .box .child .infos {
        width: 100%;
        margin-left: 0;
        padding: .3rem 0;
    }

    .main_submit .box .addpics div a {
        font-size: .25rem;
    }

    .main_gz .box .child .infos p {
        font-size: .4rem;
    }

    .main_gz .box .child .infos span {
        font-size: .3rem;
        line-height: .55rem;
    }

    .main_gz .box .child .infos div {
        width: 3rem;
        font-size: .3rem;
        height: .8rem;
        margin: 0 auto;
        margin-top: .5rem;
    }

    .main_gz {
        margin-bottom: .6rem;
    }

    .main_gz .box ul li {
        width: 2.5rem;
        height: 1rem;
        font-size: .3rem;
    }

    .main_gz .box ul {
        top: -.5rem;
    }

    .nems {
        overflow: hidden;
        height: 1rem;
        padding-left: .3rem;
    }

    .nems ul li {
        font-size: .26rem;
    }

    .main_infos .m .titlex {
        padding-top: .5rem;
    }

    .main_infos .m .titlex div::before {
        display: none;
    }

    .main_infos .m .titlex div {
        margin-top: .35rem;
    }

    .main_infos .m .box p {
        font-size: .3rem;
        line-height: .55rem;
    }

    .main_infos .m .box img {
        display: block;
        width: 100%;
    }

    .main_infos .m .box .pcs img {
        width: 100%;
        margin-bottom: .3rem;
    }

    .main_infos .m .box .pcs span {
        font-size: .3rem;
        line-height: .55rem;
    }

    .main_infos .m .titlex div::after {
        display: none;
    }

    .main_infos .m .titlex div p {
        font-size: .3rem;
    }

    .main_infos .m .titlex h2 {
        font-size: .4rem;
        line-height: .65rem;
    }

    .landcontent {
        min-height: calc(100vh - 1rem);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .landcontent .box {
        width: 80%;
        margin-top: 0;
    }

    .landcontent .box h2 {
        height: 1rem;
        font-size: .3rem;
    }

    .landcontent .box .form {
        height: auto;
        padding: .3rem;
    }

    .landcontent .box .form .label {
        height: .9rem;
        margin-top: .3rem;
    }

    .landcontent .box .form .label .mob {
        width: 1.2rem;
        height: 100%;
    }

    .landcontent .box .form .label .mob p {
        font-size: .2rem;
    }

    .landcontent .box .form .label .mob img {
        width: .15rem;
        margin-left: .1rem;
    }

    .landcontent .box .form .label input {
        width: 4rem;
        font-size: .28rem;
    }

    .landcontent .box .form .rem {
        width: 100%;
        font-size: .3rem;
        margin-top: .5rem;
    }

    .landcontent .box .button_grows {
        height: auto;
        padding: .3rem;
    }

    .landcontent .box .button_grows .mm {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .landcontent .box .button_grows .mm div {
        margin-right: 0;
        width: 2.4rem;
        font-size: .3rem;
    }

    .landcontent .box .button_grows .mm div a {
        margin-right: 0;
        width: 2.4rem;
        font-size: .3rem;
    }

    .landcontent .box .form .next {
        width: 100%;
        height: .9rem;
        margin-bottom: .3rem;
    }

    .landcontent .box .form.regs {
        padding: .3rem;
    }

    .landcontent .box .form h3 {
        font-size: .4rem;
    }

    .landcontent .box .form .rosd ul {
        justify-content: space-between;
    }

    .landcontent .box .form .rosd ul li {
        margin: 0;
    }

    .landcontent .box .form .rosd ul li div {
        height: .24rem;
        margin-right: .1rem;
        width: .24rem;
    }

    .landcontent .box .form .rosd ul li p {
        font-size: .28rem;
    }

    .landcontent .box .form .qxa h4 {
        font-size: .3rem;
    }

    .landcontent .box .form .qxa span {
        font-size: .24rem;
        line-height: .4rem;
    }

    .landcontent .box .form .qxa .prevs {
        height: .9rem;
        font-size: .24rem;
    }

    .landcontent .box .button_grows .mm {
        width: 100% !important;
    }

    .landcontent.on {
        padding-top: .5rem;
    }

    .main_saishi .m .tips .tits {
        height: auto;
        padding: .5rem 0;
    }

    .main_saishi .m .bots .tits {
        height: auto;
        padding: .5rem 0;
    }

    .main_saishi .m .bots .tits ul {
        width: 80%;
        height: .8rem;
    }

    .main_saishi .m .bots .tits ul li {
        font-size: .3rem;
    }

    .main_saishi .m .bots .shows {
        padding: .3rem;
    }

    .main_saishi .m .bots .shows ul li {
        width: 25%;
    }

    .main_saishi .m .bots .shows ul li a div {
        width: 1.2rem;
        height: 1.2rem;
    }

    .main_saishi .m .bots .shows ul li a div img {
        width: 80%;
    }

    .main_saishi .m .bots .shows ul li a span {
        font-size: .22rem;
        line-height: .4rem;
    }

    .main_saishi .m .tips .tits div {
        width: 80%;
        height: .8rem;
        font-size: .3rem;
    }

    .main_saishi .m .tips .box {
        padding: 0 .3rem .4rem .3rem;
    }

    .main_saishi .m .tips .box .label {
        margin-top: .45rem;
    }

    .main_saishi .m .tips .box .label h2 {
        font-size: .35rem;
        line-height: .4rem;
    }

    .main_saishi .m .tips .box .label ul li div {
        width: 1.2rem;
        height: 1.2rem;
        margin-top: .3rem;
    }

    .main_saishi .m .tips .box .label ul li span {
        font-size: .26rem;
    }

    .main_box .from_box .box .label .item .changes .sumtt {
        width: 2rem;
        height: .8rem;
        font-size: .3rem;
    }

    .main_box .from_box .box .label .item .changes .deo {
        font-size: .3rem;
    }

    .main_box .from_box .box .label .item .changes .desspan {
        font-size: .26rem;
        line-height: .45rem;
    }

    .main_box .from_box .box .label .item .add .show h5 {
        font-size: .34rem;
    }

    .from_box .box h2 {
        font-size: .5rem;
        padding-left: .3rem;
    }

    .des_banner {
        height: 6rem;
    }

    .des_banner .m p {
        font-size: .6rem;
        margin-bottom: .3rem;
        text-align: center;
    }

    .des_banner .m span {
        text-align: center;
        font-size: .3rem;
        line-height: .55rem;
    }

    .main_tongzhi .m ul li a {
        display: block;
        overflow: hidden;
        padding: .3rem 0;
    }

    .sclow {
        right: 3%;
    }

    .main_tongzhi .m ul li a .fl {
        height: auto;
        margin-bottom: .5rem;
    }

    .main_tongzhi .m ul li a .fl .dates p {
        font-size: .5rem;
    }

    .mains_page .fl p {
        width: .35rem;
        height: .35rem;
        font-size: .2rem;
    }

    .mains_page .fl img {
        width: .1rem;
    }

    .mains_page span {
        font-size: .2rem;
    }

    .main_tongzhi .m ul li a .fl .time {
        width: 2rem;
        height: .6rem;
        font-size: .33rem;
    }

    .main_tongzhi .m ul li a .fr {
        width: 100%;
        padding-left: 0;
        margin: 0;
    }

    .main_tongzhi .m ul li a .fr p {
        font-size: .34rem;
        line-height: .6rem;
    }

    .main_tongzhi .m ul li a .fr span {
        font-size: .26rem;
        line-height: .45rem;
    }

    .main_tongzhi .m ul li a .fr em {
        font-size: .26rem;
    }

    .main_tongzhi .m ul li a .fl .dates div span {
        font-size: .28rem;
        line-height: .35rem;
    }

    .main_tongzhi .m ul li a .fl {
        width: 100%;
        border: none;
    }

    .main_zuopin {
        padding: .3rem;
    }

    .zjws .item {
        margin-bottom: .3rem;
    }

    .zjws .item .fll {
        display: block;
        width: 100%;
        float: none;
        border-bottom: 1px solid #ccc;
    }

    .zjws .item .fll .logox div {
        width: 2rem;
        height: 2rem;
    }

    .zjws .item .fll .logox p {
        font-size: .35rem;
    }

    .zjws .item .fll .growfont {
        margin-top: .3rem;
    }

    .zjws .item .fll .growfont p {
        font-size: .3rem;
    }

    .zjws .item .fll .growfont span {
        font-size: .26rem;
        line-height: .45rem;
    }

    .zjws .item .fll .joins {
        width: 3rem;
        height: .9rem;
        font-size: .28rem;
        margin-top: .6rem;
    }

    .zjws .item .frr {
        width: 100%;
        float: none;
    }

    .zjws .item .frr ul li {
        width: 50%;
        height: auto;
        height: 3.6rem;
    }

    .zjws .item .frr ul li a {
        padding-top: .5rem;
    }

    .zjws .item .frr ul li a div {
        width: 1.5rem;
        height: 1.5rem;
        margin-bottom: .3rem;
    }

    .zjws .item .frr ul li a p {
        font-size: .28rem;
    }

    .zjws .item .frr ul li a span {
        font-size: .26rem;
    }

    .fongwa span {
        font-size: .26rem;
    }

    .main_zuopin .tita .asea p {
        font-size: .35rem;
    }

    .main_zuopin .tita .asea .searcha {
        width: 4.5rem;
        height: .8rem;
    }

    .main_zuopin .tita .asea .searcha input {
        width: 80%;
        padding-left: .2rem;
        font-size: .3rem;
    }

    .main_zuopin .tita .asea .searcha div {
        width: 1rem;
    }

    .main_zuopin .tita .asea .searcha div img {
        width: .36rem;
    }

    .main_zuopin .tita span {
        font-size: .26rem;
        line-height: .5rem;
    }

    .main_zuopin .ytous {
        font-size: .3rem;
    }

    .main_zuopin .showfade ul li {
        width: 100%;
        background-size: 80%;
        padding-top: 2.9rem;
        background-position: top center;
    }

    .main_zuopin .showfade ul li p {
        font-size: .35rem;
        margin-bottom: .6rem;
        line-height: .56rem;
        height: 1rem;
    }

    .main_zuopin .showfade ul li .line span {
        font-size: .26rem;
    }

    .main_zuopin .showfade ul li .ll span {
        font-size: .26rem;
    }

    .main_zuopin .showfade ul li .nums {
        font-size: .28rem;
    }

    .main_zp_infos .m .info h2 {
        font-size: .4rem;
    }

    .main_zp_infos .m .info .box {
        margin-top: .8rem;
        display: block;
    }

    .main_zp_infos .m .info .box > img {
        width: 100%;
        height: auto;
    }

    .main_zp_infos .m .info .box .grow {
        width: 100%;
        margin: 0;
        margin-top: .3rem;
    }

    .main_zp_infos .m .info .box .grow .lines {
        margin-bottom: .3rem;
    }

    .main_zp_infos .m .info .box .grow .lines p {
        font-size: .3rem;
        line-height: .45rem;
    }

    .main_zp_infos .m .info .box .grow .pm p {
        font-size: .3rem;
    }

    .main_zp_infos .m .info .box .grow .buttongrow {
        justify-content: space-between;
    }

    .main_zp_infos .m .info .box .grow .buttongrow div {
        width: 30%;
        height: .8rem;
        margin: 0;
        font-size: .3rem;
    }

    .main_zp_infos .m .info .box .grow .buttongrow div img {
        width: .3rem;
    }

    .main_zp_infos .m .info .msa h3 {
        font-size: .34rem;
        line-height: .4rem;
    }

    .main_zp_infos .m .info .msa p {
        font-size: .28rem;
        line-height: .5rem;
    }

    .main_zp_infos .m .item_tongs h2 {
        height: .8rem;
        font-size: .3rem;
    }

    .main_zp_infos .m .item_tongs .videos img {
        width: 100%;
    }

    .main_zp_infos .m .item_tongs .worddown li {
        padding-left: .3rem;
        width: 100%;
    }

    .main_zp_infos .m .item_tongs .worddown li .fl img {
        width: .3rem;
    }

    .main_zp_infos .m .item_tongs .worddown li .fl p {
        width: 3rem;
        font-size: .3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .main_zp_infos .m .item_tongs .worddown li .fr {
        width: 2rem;
        height: .8rem;
    }

    .main_zp_infos .m .item_tongs .worddown li .fr p {
        font-size: .265rem;
    }

    .main_zp_infos .m .item_tongs .worddown li .fr img {
        width: .3rem;
        margin-left: .1rem;
    }

    .main_zp_infos .m .item_tongs .teaminfo li {
        margin-top: .3rem;
    }

    .main_zp_infos .m .item_tongs .teaminfo li p {
        width: 2rem;
        font-size: .3rem;
    }

    .main_zp_infos .m .item_tongs .teaminfo li span {
        font-size: .3rem;
    }

    .landcontent .box .form .label .tipa {
        right: 0;
        width: auto;
        font-size: .2rem;
    }

    .phomes.on {
        margin: 0 auto;
        margin-top: 20px;
    }

    .phomes {
        position: absolute;
        right: -1rem;
        border-radius: .1rem;
        width: 3rem;
        top: 0%;
        height: .8rem;
    }

    .phomes div p {
        font-size: .13rem;
    }

    .phomes div .san {
        display: none;
    }

    .main_gz .box .child .itema {
        display: block;
    }

    .main_saishi .m .tips .box .label ul li {
        width: 1.8rem;
    }

    .main_saishi .m .tips .box .label ul li:nth-child(3n) {
        margin-right: 0;
    }

    .main_saishi .m .tips .box .label ul li span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: block;
        #height: .8rem;
        height: 1.2rem;
    }

    .main_saishi .m .bots .shows ul li a span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: block;
        height: .8rem;
    }

    .main_team .childerns ul li p {
        width: 2rem;
        padding-left: .2rem;
        line-height: .45rem;
        box-sizing: border-box;
        font-size: .26rem;
    }

    .main_team .childerns ul li img {
        width: .4rem;
        position: absolute;
        left: 1.5rem;
    }

    .main_team .childerns::after {
        width: .08rem;
        left: 1.65rem;
    }

    .main_team .childerns ul li span {
        width: 5rem;
        font-size: .26rem;
        line-height: .45rem;
    }

    .fontgorw {
        width: 92%;
        margin: 0 auto;
        margin-top: .5rem;
    }

    .fontgorw h3 {
        font-size: .4rem;
    }

    .fontgorw p {
        font-size: .26rem;
    }


    .main_zp_infos .m .item_tongs .videos {
        width: 100%;
        overflow: hidden;
        margin-top: 18px;
    }

    .main_zp_infos .m .item_tongs .videos video {
        width: 100%;
        height: 200px;
    }
}


.w_test {
    margin-left: auto;
    margin-right: auto;
}

@media {
    .w_test {
        margin-left: auto;
        margin-right: auto;
    }
}


/*# sourceMappingURL=css.css.map */