* {
    margin: 0;
    padding: 0;
    outline: 0;
    background: transparent;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", Microsoft YaHei;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

nav {
    height: 100px;
    width: 100%;
    display: flex;
    background-color: rgb(235, 115, 115);
}

nav img.one {
    height: 30px;
}

nav button {
    width: 200px;
    height: 20px;
}

nav ul {
    display: flex;
}

section {
    /* background-color: rgb(255, 123, 0); */
    width: 100%;
    /* height: 7250px; */
    position: relative;

}

section .knowVex,
section .enchantmentStudent,
section .whyStem,
section .upStudent,
section .curriculum,
section .competitionRules,
section .eliteCoachGroup,
section .learningHighlights {
    position: relative;
}

section .knowVex .content,
section .enchantmentStudent .content,
section .whyStem .content,
section .upStudent .content,
section .curriculum .content,
section .competitionRules .content,
section .eliteCoachGroup .content,
section .learningHighlights .content {
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
}


section h1 {
    width: 1150px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    font-size: 32px;
    font-weight: 600;
    color: #3C4467;
    line-height: 50px;
    letter-spacing: 1px;
    margin-top: 58px;
}

section img.line {
    position: absolute;
    height: 15px;
    left: 50%;
    transform: translate(-50%);
    margin-top: 108px;
}

section .rotation {
    position: relative;
    width: 100%;
    height: 900px;
    background: url("../images/vex/1bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    /* background-size: 100%; */
}

section .rotation_content {
    margin: auto;
    font-size: 12px;
    width: 1200px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

section .rotation .titleBox {
    width: auto;
    position: absolute;
    top: 30%;
    left: 0%;
    font-size: 20px;
    text-align: left;
    padding-left: 15px;
}

section .rotation .titleBox::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(16, 40, 147, 0.5);
    filter: blur(50px);
    border-radius: 100px;
}

section .rotation .titleBox .text_item {
    width: auto;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    display: inline-block;
    margin-bottom: 10px;
}

section .rotation .titleBox .text_item span {
    z-index: 5;
    display: inline-block;
    position: relative;
}

section .rotation .titleBox .text_item span:last-child {
    width: 102%;
    padding: 0px 10px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0C45C1;
    border-radius: 10px;
    z-index: 3;
}

section .rotation .textBox {
    width: auto;
    background: #FF7617;;
    border-radius: 14px;
    color: #fff;
    font-size: 26px;
    padding: 20px 25px;
    position: absolute;
    top: 42%;
    left: 0%;
}

section .rotation .textItem {
    width: auto;
    height: 52px;
    line-height: 52px;
    display: flex;
    justify-content: left;
    align-items: center;
}

section .rotation .textItem .textImg {
    width: 15px;
    height: 20px;
    margin-right: 14px;
    /*background-color: #3C4467;*/
    background-repeat: no-repeat;
    background-image: url("../images/vex/1c.png");
    background-size: cover;
    background-position: center;
}


/* 认识VEX机器人大赛  */
section .knowVex {
    background-color: #ffffff;
    height: 810px;
}

section .knowVex .content {
    width: 1180px;
    height: 530px;
    background-image: url("../img/vex/learnVex1.png");
}

section .knowVex .content ul {
    width: 394px;
    height: 297px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 152px 0 0 47px;


}

section .knowVex .content dl {
    position: absolute;
    bottom: 20px;
    right: 20px;
    /* width: 76px; */
    opacity: 0.5;
    background: #000000;
    border-radius: 9px;
    padding: 5px;
}

section .knowVex .content dl dd {
    display: inline-block;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background: #FFFFFF;
    border-radius: 4px;
    transition: width .5s linear;
    -webkit-transition: width .5s linear;
    -moz-transition: width .5s linear;
    -ms-transition: width .5s linear;
    -o-transition: width .5s linear;
    cursor: pointer;
}

section .knowVex .content dl dd.active {
    width: 30px;
    background: #FFFFFF;
    opacity: 1;
}

section .knowVex .content dl dd:last-child {
    /* display: inline-block; */
    margin-right: o;
}

/* 参赛学生可以收获 */

section .enchantmentStudent {
    background-color: #ffffff;
    height: 810px;
}

section .enchantmentStudent .content {
    width: 1257.34px;
    height: 506px;
    /* background-color: rebeccapurple; */
    position: relative;
}

section .enchantmentStudent .content ul.left {
    position: absolute;
    width: 606px;
    height: 360px;
    background-image: linear-gradient(180deg, #FB8118 0%, #DE4C16 100%);
    border-radius: 22px;
    font-size: 22px;
    color: #ffffff;
    padding: 79px 0 0 72px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
}

section .enchantmentStudent .content ul.left li {
    margin-bottom: 28px;
}

section .enchantmentStudent .content ul.left li img {
    margin-right: 18px;
}

section .enchantmentStudent .content img.right {
    position: absolute;
    right: 0;
}


/* 为什么要学斯坦星球C++ */

section .whyStem {
    background-color: #F7F7F7;
    height: 652px;
}

section .whyStem .content {
    width: 1140px;
    height: 455px;
    display: flex;
    justify-content: space-between;


}

section .whyStem .content ul li {
    width: 312px;
    margin-bottom: 88px;

}

section .whyStem .content ul {
    padding-top: 90px;
    box-sizing: border-box;

}

section .whyStem .content ul li .title {
    font-size: 24px;
    color: #3C4467;

}

section .whyStem .content ul li .wrapper {
    margin-top: 16px;
    font-size: 16px;
    color: #3C4467;

}

/* 多维度提升学生科创素养 */
section .upStudent {
    height: 652px;

}

section .upStudent .content {
    width: 1180px;
    height: 275px;
    background: #EEEEEE;
    border-radius: 12px;

}

section .upStudent .content img.left {
    position: absolute;
    margin: -40px 0 0 -90px;
}

section .upStudent .content .right {
    position: absolute;
    right: 0;
    top: -40px;
}

section .upStudent .content .right .wrapperUl {
    width: 875px;
    overflow: hidden;
}

section .upStudent .content .right ul {
    display: flex;
    text-align: center;
    transition: transform .5s linear;
    -webkit-transition: transform .7s linear;
    -moz-transition: transform .5s linear;
    -ms-transition: transform .5s linear;
    -o-transition: transform .5s linear;
}

section .upStudent .content .right ul li {
    width: 160px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(137, 137, 137, 0.10);
    border-radius: 8px;
    padding-top: 25px;
    box-sizing: border-box;
    margin-right: 15px;

}

section .upStudent .content .right ul li p {
    font-size: 20px;
    color: #3C4467;
}

section .upStudent .content .right button {
    width: 42px;
    height: 42px;
    background: #E4E4E4;
    border-radius: 4px;
    outline: none;
    color: #B3B3B3;
    border: none;
    margin-right: 20px;
    cursor: no-drop;
}

section .upStudent .content .right .change {
    position: absolute;
    right: 0px;
    margin-top: 33px;
}

section .upStudent .content .right button.active {
    background-color: #FE6D2A;
    color: #fff;
    cursor: pointer;
}

/* 课程设置 */
section .curriculum {
    height: 652px;
}

section .curriculum .content {
    width: 1164px;
    height: 348px;
    background-image: url("../img/vex/编组\ 4\(4\).png");

}

/* 课程设置 */
section .competitionRules {
    height: 1141px;
    background-image: url("../img/vex/编组\ 34.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

section .competitionRules .content {
    width: 1181px;
    height: 539px;
    /*background-image: url("../img/vex/编组\ 23.png");*/
    margin-top: 140px;
    background: #1F1839;
    backdrop-filter: blur(30px);
    border-radius: 10px;
    overflow: hidden;
}

section .competitionRules .content table {
    width: 100%;
    height: 100%;
    color: #fff;
}

section .competitionRules .content table td {
    border: 1px solid #383760;
    /*text-align: center;*/
    padding-left: 20px;
}

section .competitionRules h1 {
    color: #fff;
    font-size: 32px;
}

/*  精英教练团*/
section .eliteCoachGroup {
    height: 1440px;
}

section .eliteCoachGroup .content {
    width: 1180px;
    height: 1120px;
    /* background-color: rgb(245, 155, 155); */

}

section .eliteCoachGroup .content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section .eliteCoachGroup .content ul li {
    width: 540px;
}

section .eliteCoachGroup .content ul li .top {
    width: 540px;
}

section .eliteCoachGroup .content ul li .bottom {
    width: 540px;
    height: 235px;
    background-color: #F7F7F7;
    border-radius: 15px 60px 15px 60px;
    -webkit-border-radius: 15px 60px 15px 60px;
    -moz-border-radius: 15px 60px 15px 60px;
    -ms-border-radius: 15px 60px 15px 60px;
    -o-border-radius: 15px 60px 15px 60px;
    color: #3C4467;
    padding-left: 30px;
    box-sizing: border-box;
    cursor: pointer;
}

section .eliteCoachGroup .content ul li:nth-of-type(3) .bottom,
section .eliteCoachGroup .content ul li:nth-of-type(4) .bottom {
    height: 175px;
}


section .eliteCoachGroup .content ul li .bottom:hover {
    background-image: linear-gradient(187deg, #FC8D2F 0%, #F85415 100%);
    color: #fff;
}

section .eliteCoachGroup .content ul li .bottom:hover dl dd::before {
    background-color: #fff;
}

section .eliteCoachGroup .content ul li .bottom .name {
    font-size: 26px;
    height: 57px;
    line-height: 70px;
}

section .eliteCoachGroup .content ul li .bottom dl {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;

}

section .eliteCoachGroup .content ul li .bottom dl dd {
    height: 30px;
    line-height: 30px;
}

section .eliteCoachGroup .content ul li:nth-of-type(3),
section .eliteCoachGroup .content ul li:nth-of-type(4) {
    margin-top: 60px;
}

section .eliteCoachGroup .content ul li .bottom dl dd::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #3C4467;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/* 课程设置 */
section .learningHighlights {
    height: 652px;
    background-color: #f7f7f7;
}

section .learningHighlights .content {
    width: 1180px;
    height: 450px;
    /* background-image: url("../img/vex/编组\ 4\(4\).png"); */
    /* background-color: red; */

}


/* 点击立即体验的样式*/
.openclass {
    width: 100%;
    height: 100%;
    background: rgba(200, 200, 200, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    font-family: "PingFang SC Semibold";
    z-index: 999;
}

.jmzx22 {
    position: fixed;
    top: 40%;
    margin: auto;
    left: 40%;
    transform: translate(0, -50%);
    z-index: 99;
}

.jmzx22 .login-box22 {
    float: right;
    width: 390px;
    height: 400px;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 40px 0;
}

.jmzx22 .login-box22 .close_div {

    position: absolute;
    top: 13px;
    right: 13px;
    width: 30px;
}

.jmzx22 .login-box22 h2 {
    position: relative;
    text-align: center;
    font-size: 26px;
    color: #002749;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 28px;
    margin-top: 20px;
}

.jmzx22 .login-box22 h2 .xian {
    display: inline-block;
    vertical-align: middle;
    width: 18%;
    height: 1px;
    background: #002749;
}

.jmzx22 .login-box22 h2 .xian:first-child {
    margin-right: 20px;
}

.jmzx22 .login-box22 h2 .xian:last-child {
    margin-left: 20px;
}

.jmzx22 .login-box22 h2 img {
    position: absolute;
    top: -22px;
    left: 78px;
    display: none;
}

.jmzx22 .login-box22 h2 span {
    color: #f6792a;
    margin-right: 5px;
    font-size: 26px;
    font-weight: 700;
}

.jmzx22 .login-box22 ul li {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 0 10px;
    height: 40px;
    line-height: 38px;
    color: #333;
    margin-bottom: 15px;
}

.jmzx22 .login-box22 ul li img {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.jmzx22 .login-box22 ul li input {
    line-height: normal;
    font-size: 14px;
    margin-left: 5px;
    background: transparent;
}

.jmzx22 .login-box22 ul a {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #f5650a;
    border-radius: 30px;
    margin-top: 25px;
    box-shadow: 0 0 5px #f5650a;
    letter-spacing: 5px;
    font-size: 18px;
}

.jmzx22 .login-box22 ul select {
    width: 88%;
    background: transparent;
}

ul, li {
    list-style: none;
}

input, textarea, button, select {
    border: 0;
    outline: none;
    resize: none;
}

a {
    color: #3c4467;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

/*最下边代码*/
/*footer*/

.Floating_bg {
    background-image: url(../img/Img_Floating_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 56px;
    padding-top: 11px;
    position: fixed;

    bottom: 0px;

    z-index: 1;

    width: 100%;
}

.Floating_bg ul {
    width: 1200px;
    margin: auto;
}

.Floating_bg ul li {
    width: 15%;
    margin-left: 28px;
    float: left;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 0 15px;
}

.Floating_bg ul li p {
    margin: 0;
}

.Floating_bg ul li:first-child {
    border: 0;
    margin-left: 0px;
}

.Floating_bg ul li:nth-of-type(2) {
    margin-left: 15%;
}

.Floating_bg ul li:first-child img {
    position: absolute;
    bottom: -45px;
    border: 0;
    left: 0;
}

.Floating_bg ul li label {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    margin-bottom: 2px !important;
}

.Floating_bg ul li input {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    background: transparent;
}

.Floating_bg ul li select {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    background: transparent;
    color: #fff;
}

.Floating_bg ul li select option {


    color: #000;
}

.Floating_bg ul li input {
    color: #fff;
}

.Floating_bg ul li p {
    line-height: 30px;
    text-align: center;
}

.Floating_bg ul li:last-child {
    background: #fff;
    color: #f5650a;
    box-shadow: 0 0 5px #ccc;
}


.page_model {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.vex_sj_competition {
    width: 1150px;
    /*height: 750px;*/
    margin: auto;
}

.vex_sj_competition_content {
    width: 100%;
    display: flex;
    padding-top: 200px;
    justify-content: space-between;
}

.vex_sj_competition_left {
    width: 55%;
    height: 500px;
}

.vex_sj_competition_left .content_box_item {
    width: 100%;
    height: 86%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    transition: width 0.5s;
}

.swiper-pagination-bullet-active {
    background-color: #FF7723 !important;
}

.vex_sj_competition_right {
    width: 40%;
    height: auto;
}

.vex_sj_competition_item {
    margin-left: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    /*line-height: 30px;*/
}

.vex_sj_competition_item span {
    width: 16px;
    height: 16px;
    margin-top: 5px;
    display: block;
    /*background-color: #F48B09;*/
    background-image: url("../images/vex/1icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.vex_sj_competition_item p {
    width: calc(100% - 30px);
    height: auto;
}

.vex_sh_competition {
    width: 1200px;
    height: 690px;
    margin: auto;
}

.vex_sh_competition_content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.vex_sh_competition_img {
    width: 460px;
    height: 460px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -130px;
    border-radius: 50%;
    border: 40px solid #E5EDFF;
    background-color: #2454BB;
}

.vex_sh_competition_img img {
    width: 104%;
    margin-top: -100px;
}

.vex_sh_competition_textBox {
    width: 100%;
    height: calc(100% - 180px);
    margin-top: 180px;
    position: absolute;
}

.vex_sh_competition_item {
    width: 340px;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
}

.vex_sh_competition_icon {
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url("../images/vex/31.png");
}

.vex_sh_competition_item:nth-child(1) .vex_sh_competition_icon,
.vex_sh_competition_item:nth-child(4) .vex_sh_competition_icon {
    background-image: url("../images/vex/32.png");
}

.vex_sh_competition_item_content {
    width: calc(100% - 80px);
}

.vex_sh_competition_title {
    color: #184AB5;
    height: 46px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

/*.vex_sh_competition_title::after {*/
/*    content: "";*/
/*    width: 60px;*/
/*    height: 2px;*/
/*    background: #184AB5;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0px;*/
/*}*/

.vex_sh_competition_item:nth-child(1) .vex_sh_competition_title,
.vex_sh_competition_item:nth-child(4) .vex_sh_competition_title {
    color: #FD752B;
}

.vex_sh_competition_item:nth-child(1) .vex_sh_competition_title::after,
.vex_sh_competition_item:nth-child(4) .vex_sh_competition_title::after {
    background: #FD752B;
}

.vex_sh_competition_text {
    color: #4D4D4D;
    font-size: 16px;
    /*line-height: 26px;*/
    margin-top: 15px;
}

.vex_nl_competition {
    width: 1200px;
    height: 1080px;
    margin: auto;
}

.vex_nl_competition_content {
    padding-top: 160px;
}

/* 隐藏原始的radio按钮 */
.vex_nl_competition input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* 自定义选中状态的radio按钮 */
.vex_nl_competition input[type="radio"]:checked + span {
    background: #FF803B !important;
}


.vex_nl_competition input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
}

.vex_nl_competition .content_box_tab {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
}

.vex_nl_competition .content_box_tab label {
    width: auto;
    height: auto;
}

.vex_nl_competition .content_box_tab span {
    width: 300px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    background: #1B3773;
    border-radius: 10px;
    font-size: 26px;
    cursor: pointer;
}

.vex_nl_competition .content_box_img {
    width: 1061px;
    height: 663px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    background-image: url("../images/vex/xx1.png");
    margin: auto;
    margin-top: 50px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}

.vex_nl_competition .content_box_img_text {
    width: 100%;
    height: 158px;
    position: absolute;
    bottom: 0;
    left: 0;
    flex-wrap: wrap;
    align-content: center;
    display: none;
    background-color: #FF803B;
}

.vex_nl_competition .content_box_img_text_item {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.vex_nl_competition .content_box_img_text_item span {
    /*width: 128px;*/
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #FF5A00;
    font-size: 18px;
    background: #FFF1E8;
    border-radius: 30px;
    margin: 8px 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.vex_jlt_competition {
    width: 100%;
    height: 760px;
    margin: auto;
}

.vex_jlt_competition_content {
    min-width: 1200px;
    width: 100%;
    height: 700px;
    background: linear-gradient(118deg, #F76212 10%, #FF9A46 68%, #FFCE6D 94%);
    position: relative;
    top: 160px;
    transform: translate(0, 0);
}

.vex_jlt_competition_swiper {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: inherit;
}

.vex_jlt_competition_item {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.vex_jlt_competition_item_people {
    width: 48%;
    height: auto;
    display: flex;
    justify-content: space-around;
}

.vex_jlt_competition_item_people img {
    width: 46%;
    height: auto;
}

.vex_jlt_competition_item_text {
    width: 50%;
    position: relative;
}

.vex_jlt_competition_item_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 70px;
}

.vex_jlt_competition_item_name {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #FFFFFF;
}

.vex_jlt_competition_item_designation {
    width: 250px;
    height: 34px;
    line-height: 34px;
    /*text-align: center;*/
    color: #FF5100;
    font-size: 20px;
    background: #FFDC97;
    /*margin-left: 20px;*/
    margin-top: 8px;
    padding-left: 10px;
    position: relative;
}

.vex_jlt_competition_item_designation::after {
    content: "";
    width: 10px;
    height: 100%;
    border-radius: 0px 0px 50px 0px;
    transform: rotateZ(10deg);
    background: #FFDC97;
    position: absolute;
    left: -3px;
    top: 1px;
}

.vex_jlt_competition_item_designation::before {
    content: "";
    width: 10px;
    height: 100%;
    border-radius: 50px 0px 0px 0px;
    transform: rotateZ(10deg);
    background: #FFDC97;
    position: absolute;
    right: -3px;
    top: -1px;
}

.vex_jlt_competition_item_info {
    color: #FFFFFF;
    position: relative;
    top: 90px;
    font-size: 14px;
}

.vex_jlt_competition_item_info p {
    margin-bottom: 8px;
    position: relative;
    left: 10px;
}

.vex_jlt_competition_item_info p::before {
    content: "·";
    position: absolute;
    left: -10px;
}

.vex_jlt_competition .swiper-button-prev,
.vex_jlt_competition .swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #F34500;
    color: #fff;
}

.vex_ry_competition {
    width: 100%;
    height: 760px;
    margin: auto;
    position: relative;
}

.vex_ry_competition_content {
    width: 1200px;
    height: 550px;
    margin: auto;
    position: relative;
    top: 180px;
}

.vex_ry_competition_swiper {
    width: 100%;
    height: 100%;
}

.vex_ry_competition_item {
    width: 100%;
    position: relative;
}

.vex_ry_competition_img {
    width: 640px;
    height: 450px;
    position: absolute;
    top: 20px;
    left: 80px;
    /*background-color: #E5EDFF;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.vex_ry_competition_info {
    width: 410px;
    height: 400px;
    background: #F0702A;
    position: absolute;
    top: 48px;
    right: 80px;
    color: #FFFFFF;
    padding: 40px;
    border-radius: 10px;
}

.vex_ry_competition_title {
    font-size: 20px;
}

.vex_ry_competition_text {
    font-size: 16px;
    /*line-height: 32px;*/
    margin-top: 20px;
}

.vex_ry_competition_text b {
    color: #F9E10B;
    font-size: 22px;
    font-family: YouSheBiaoTiHei;
}

.vex_ry_competition .swiper-button-prev,
.vex_ry_competition .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFA94A;
    color: #fff;
    position: absolute;
}