html,
body {
    width: 100%;
    height: 100%;
}


.kc_bannerMid img { vertical-align: bottom; }

/* 1.首页 */
.sy {
    width: 100%;
    min-height: 100%;
    min-width: 1200px;
    background: url(../img/absBg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.sy_login {
    width: 1300px;
    margin: 11% auto 0;
    padding-bottom: 50px;
    box-sizing: border-box;
    /* background-color: lightblue; */
    display: flex;
    justify-content: flex-end;
    position: relative;
}

/* 点亮图标 */
.clickIcon {
    width: 1100px;
    /* background-color: palegoldenrod; */
    position: absolute;
    left: -418px;
    top: -126px;
}

.clickIcon img,
.science img {
    width: 100%;
}

.science {
    width: 830px;
    position: absolute;
    width: 830px;
    left: -220px;
    top: -104px;
}

/* 动画旋转 */
@keyframes myRotate {
    form {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.toRotate {
    animation: myRotate 15s linear infinite;
}

.toRotate1 {
    animation: myRotate 15s linear infinite reverse;
}

.text {
    width: 600px;
    /* background-color: palegoldenrod; */
    left: -100px;
    top: 180px;
    transform: scale(0.9);
}

.login_content {
    width: 420px;
    /* height: 400px; */
    background-color: #fff;
    padding: 45px 55px;
    box-sizing: border-box;
    border-radius: 5px;
}

.login_content .title {
    /* background-color: yellow; */
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 24px;
}

.login_content .loginform {
    /* background-color: pink; */
    margin-top: 40px;
}

.login_box,
.find_box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    /* background-color: lightblue; */
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
}

.login_box img,
.find_box img {
    width: 40px;
    height: 35px;
}

.login_box input,
.find_box input {
    width: 50%;
    height: 50px;
    /* border: 1px solid #000; */
    padding-left: 10px;
    font-size: 17px;
    color: #afafaf;
    /* background-color: yellow; */
    box-sizing: border-box;
}

.login_box .code,
.find_box .code {
    width: 29%;
    height: 36px;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8489da);
    border-radius: 8px;
    padding-left: 0;
    text-align: center;
    color: #fff;
    line-height: 36px;
    margin-left: 28px;
    font-size: 16px;
    cursor: pointer;
}

.loginform .findspanassword {
    width: 100%;
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    padding-right: 20px;
    box-sizing: border-box;
    color: #779cd0;
}

.loginform p,
.findform p {
    width: 100%;
    height: 45px;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8987db, #8489da);
    border-radius: 6px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
}

/* 找回密码弹窗 */
.findBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
}

.findContent {
    width: 600px;
    /* height: 240px; */
    background-color: #fff;
    /* background-color: lightblue; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 20px;
}

.findTop {
    width: 100%;
    padding: 10px 20px;
    background-color: #555;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.findTop span {
    color: #fff;
}

.findTop i {
    font-size: 28px;
    color: #fff;
}

.find_center {
    width: 420px;
    box-sizing: border-box;
    /* background-color: pink; */
    margin: 0 auto;
    padding: 0;
    position: relative;

}

.centerInfo {
    width: 150px;
    line-height: 24px;
    text-align: justify;
    padding: 8px 10px;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 5px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

/* 3.15新增信息登记--点击确定提交跳转登录页面 */
/* .sy_register{
    width: 1600px;
} */
.register_content {
    width: 600px;
    /* background-color: lightblue; */
    padding: 25px 35px;
}

.register_form {
    /* background-color: pink; */
    font-size: 16px;
}

.register_option {
    /* background-color: lightgreen; */
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.register_box {
    width: 48%;
    flex-shrink: 0;
    /* background-color: orange; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.register_box .reg_left {
    min-width: 70px;
    /* background-color: palegoldenrod ; */
}

.register_box .code {
    width: 70px;
    height: 36px;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8489da);
    border-radius: 8px;
    padding-left: 0;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    cursor: pointer;
}

.register_box .reduceWidth {
    min-width: 45px;
    /* background-color: orange;     */
}

.register_box .reduceWidth1 {
    min-width: 60px;
    /* background-color: pink; */
}

.reg_right {
    /* background-color: seagreen; */
    min-width: 120px;
}

.register_box .reg_code {
    /* width:100%  ; */
    width: 192px;
    /* background-color: lightblue; */
    display: flex;
        justify-content: space-between;
}

.register_box .reg_right input {
    background-color: #fff;
    height: 40px;
    border-radius: 5px;
    width: 170px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.register_box .reg_code input:nth-child(1) {
    width: 55%;
}

.register_box .reg_code input:nth-child(2) {
    width: 40%;
    padding-left: 0;
}

.reg_right .reg_sel {
    min-width: 46%;
    height: 35px;
    outline: none;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.addWidth .reg_sel {
    width: 170px;
}

.addWidth1 {
    width: 195px;
}

.addWidth1 .grade {
    width: 185px;
}

.register_info,
.register_already {
    width: 100%;
    text-align: left;
    font-size: 14px;
    display: inline-block;
    padding-left: 85px;
    box-sizing: border-box;
    color: #c2c2c2;
    /* background-color: palegoldenrod; */
}

.register_already {
    margin-top: 20px;
    text-align: center;
    padding-left: 0;
}

.register_already span:nth-child(1) {
    color: #ccc;
}

.register_already span:nth-child(2) {
    text-decoration: underline;
    color: #779cd0;
}














/* 版权 */
.sy_copyRight {
    width: 1300px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 200px auto 60px;
    box-sizing: border-box;
    /* background-color: lightblue; */
}

.sy_copyRight p span {
    margin-left: 20px;
}


/* 2.课程学习 */
.kc {
    width: 100%;
    min-height: 100%;
    min-width: 1200px;
}

.kc_banner {
    width: 100%;
    height: 280px;
    background: url(../img/other_bg.png) no-repeat;
    background-size: 100% 280px;
    overflow: hidden;
}

.kc_banner .kc_bannerMid {
    width: 1200px;
    height: 280px;
    /* background-color: pink; */
    margin: 0 auto;
    position: relative;
}

.kc_bannerMid img:nth-child(1) {
    /* background-color: palegoldenrod; */
    width: 40%;
    height: 180px;
    position: relative;
    left: 0px;
    top: -300px;
    z-index: 2;

}

.kc_bannerMid img:nth-child(2) {
    width: 600px;
    height: 510px;
    /* background-color: lightblue; */
    position: relative;
    left: 214px;
    top: -200px;
}

.kc_bannerMid img:nth-child(3) {
    width: 620px;
    height: 430px;
    position: relative;
    left: 660px;
    top: -686px;
}

.kc_nav {
    width: 1400px;
    height: 100px;
    /* background-color: pink; */
    background-color: #fff;
    box-shadow: 2px 2px 1px 1px #ebeafc;
    margin: -30px auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;

}

/* 左边 */
.nav_left {
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.nav_child {
    font-size: 20px;
    cursor: pointer;
}

.nav_left .active {
    color: #838bdc;
    font-size: 22px;
}

/* 右边 */
.outlogin {
    width: 170px;
    height: 50px;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8987db, #8489da);
    border-radius: 6px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
}

/* 选项卡切换 */
.kc_switch {
    width: 1190px;
    margin: 0 auto 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kc_switch .switch_title {
    font-size: 20px;
    text-align: center;
}

.kc_switch .bottom {
    width: 50%;
    display: flex;
    margin: 50px auto 0;
    /* background-color: pink; */
    justify-content: space-between;
}

.kc_switch .bottom .switch_box {
    width: 40%;
    height: 50px;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8987db, #8489da);
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kc_switch .bottom .switch_box span {
    display: block;
    width: 99%;
    height: 46px;
    border-radius: 6px;
    background-color: #fff;
}

.kc_switch .bottom .switch_box .switch_active {
    color: #fff;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8987db, #8489da);

}

/* 2.课程列表 */
/* 2.1课程学习 */
.kc_list {
    width: 1190px;
    padding-bottom: 50px;
    box-sizing: border-box;
    margin: 90px auto 0;
}

.kc_list a {
    position: relative;
    z-index: 99;
}

.list_child {
    width: 100%;
    background-color: #eaf4fe;
    padding: 20px 40px 30px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
}

.list_child .left {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.list_child .left img {
    width: 220px;
    height: 150px;
}

.list_child .left span {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 30px;
    background-color: #ffa31e;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 6px 0 6px 0;
}

.list_child .center {
    /* background-color: pink; */
    width: 60%;
    height: 110px;
}

.center .list_title {
    font-size: 20px;
    font-weight: bold;
}

.center .list_time {
    color: #818183;
    font-size: 16px;
    margin-top: 20px;
}

/* 右边的三种状态 */
.list_child .right {
    width: 150px;
    height: 150px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 150px;
    font-size: 20px;
}

/* 已学完 success */
.list_child .success {
    background-color: #00b886;
}

/* 已学习 warn */
.list_child .warn {
    background-color: #ffa04c;
}

/* 未学习 gray */
.list_child .gray {
    background-color: #b5b5b5;
}

/* 2.2报名考试 */
.kc_list .noText {
    width: 100%;
    background-color: #eaf4fe;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
    justify-content: center;
    /* background-color: pink; */
    font-weight: bold;
    padding: 100px 0 80px;
    font-size: 16px;
}

.kc_list .allowText {
    width: 100%;
    background-color: #eaf4fe;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    cursor: pointer;
    justify-content: center;
    /* background-color: pink; */
    padding: 30px;
    font-size: 16px;
}

.info_box {
    /* width: 300px;
    height: 30px; */
    line-height: 30px;
    /* background-color: pink; */
    margin-bottom: 15px;
    font-size: 17px;
    display: flex;
}

.info_box p {
    min-width: 420px;
    max-width: 580px;
    display: flex;
    flex-direction: column;
}


.info_sign {
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin: 50px auto 0;
    background: linear-gradient(to right, #44c9e8, #65b0e9, #77a1eb, #a395ec);
}

/* 报名成功 */
.sign_success {
    width: 100%;
    /* background-color: pink; */
    margin-top: 30px;
}

.sign_success .success_title p {
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 40px;
}

/* 弹框 */
.kc_bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.result {
    width: 600px;
    height: 450px;
    /* background-color: lightblue; */
    background-color: #fff;
    padding: 40px 30px 50px;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
}

.res_con {
    width: 100%;
    height: 20px;
    line-height: 20px;
    /* background-color: yellowgreen;*/
    margin-bottom: 10px;
    font-size: 17px;
}

.confirm {
    width: 180px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin: 50px auto 0;
    background: linear-gradient(to right, #36d2cf, #51bad0, #729ad8, #927cde);
}

.explain {
    margin-top: 30px;
    padding: 30px 5px 10px;
    /* background-color: lightblue; */
    box-sizing: border-box;
    border-top: .5px solid #bebebe;
}

.explain p {
    font-size: 14px;
    color: #858585;
    width: 100%;
    height: 20px;
    line-height: 20px;
    /* background-color: yellowgreen; */
    margin-bottom: 5px;
}

.close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}

.close img {
    width: 100%;
}

/* 未完成学习 */
.diableText .info_sign {
    width: 240px;
    background: #bfbfbf;
}

/* 2.3个人设置 */
.personalInfo {
    width: 1190px;
    /* height: 400px; */
    border-radius: 4px;
    background-color: #eaf4fe;
    padding: 50px 0 30px 30px;
}

.form_box {
    height: 40px;
    /* background-color: lightgreen; */
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 40px;
    position: relative;
}

.form_box .move_right span {
    display: inline-block;
}

.form_box .move_right {
    height: 40px;
    display: inline-block;
    /* background-color: lightblue; */
    position: absolute;
    left: 85px;
}

/* 自定义下拉框2.0 */
/* 二级下拉框样式 */
/* 自定义下拉框2.0 */
.Two_selectBox {
    /* width: 400px; */
    width: 150px;
    height: 36px;
    line-height: 36px;
    /* display: inline-block; */
    float: left;
}

.Two_inputCase {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.Two_inputCase input.Two_imitationSelect {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: block;
    /* text-indent: 20px; */
    cursor: default;
    outline: none;
    font-size: 16px;
    color: #bebebe;
    text-align: center;
    padding-left: 0;
}

/* 三角 */
.Two_inputCase i.fa {
    position: absolute;
    right: 10px;
    top: 2px;
    /* color: #007AFF; */
    color: #bebebe;
    font-size: 22px;
}

.fa {
    cursor: pointer;
}

.Two_selectUl {
    display: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.Two_selectUl li {
    height: 36px;
    line-height: 36px;
    list-style: none;
    /* text-indent: 20px; */
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #bebebe;
    font-size: 16px;
}

.Two_selectUl li:hover {
    background: #ddd;
}

.Two_selectUl li:last-child {
    border-bottom: 0 none;
}

.padd_left {
    margin-left: 10px;
}

/* 单个下拉框样式 */
.selectBox {
    /* width: 400px; */
    width: 150px;
    height: 36px;
    line-height: 36px;
    /* display: inline-block; */
    float: left;
}

.inputCase {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.inputCase input.imitationSelect {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: block;
    /* text-indent: 20px; */
    cursor: default;
    outline: none;
    font-size: 16px;
    color: #bebebe;
    text-align: center;
    padding-left: 0;
}

/* 三角 */
.inputCase i.fa {
    position: absolute;
    right: 10px;
    top: 2px;
    /* color: #007AFF; */
    color: #bebebe;
    font-size: 22px;
}

.fa {
    cursor: pointer;
}

.selectUl {
    display: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.selectUl li {
    height: 36px;
    line-height: 36px;
    list-style: none;
    /* text-indent: 20px; */
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #bebebe;
    font-size: 16px;
}

.selectUl li:hover {
    background: #ddd;
}

.selectUl li:last-child {
    border-bottom: 0 none;
}



.form_box .isEdit {
    color: #919499;
    margin-left: 5px;
}

.form_box input {
    width: 260px;
    background-color: #fff;
    height: 40px;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 16px;
    color: #b3b3b3;
}

.form_box .sendcode {
    width: 110px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    margin-left: 10px;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8987db, #8489da);
}

.confirmEdit {
    width: 200px;
    height: 42px;
    border-radius: 4px;
    margin: 50px auto 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8987db, #8489da);
}

/* 新增 */
.form_box .right_type {
    font-size: 14px;
}

.form_box .right_type .type {
    display: inline-block;
    margin-right: 20px;
}

.form_box .right_type input {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

/*2023.3.07新增 */
.applytest {
    background-color: #eaf4fe;
    padding: 50px 0px 50px;
    box-sizing: border-box;
}

.applytest h3 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
}

.applyArea {
    width: 90%;
    /* background-color: pink; */
    margin: 50px auto 0;
}

.apply_box {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 30px;
    display: flex;
}

/* 单独设置 -手机*/
/* .apply_change{
    flex-direction: column;
} */
.apply_box .apply_left {
    min-width: 13%;
}

.apply_right {
    width: 60%;
    font-weight: normal;
    /* background-color: lightblue; */
}

.apply_right .time_box,
.apply_right .area_box {
    width: 100%;
    border: 1px solid #c5c5c5;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.apply_right .time_box input,
.apply_right .area_box input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.area_box .area_top {
    display: flex;
}

.area_top span:nth-child(2) {
    margin-left: 30px;
    font-size: 14px;
}

.area_box .area_bottom {
    font-size: 12px;
}

.confirmApply {
    display: block;
    width: 200px;
    height: 42px;
    border-radius: 4px;
    margin: 50px auto 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8987db, #8489da);
}

.confirmApply a {
    color: #fff;
}

/* 生成准考证 */
.ticketCreate .ticketArea {
    background-color: #dad8d8;
    width: 420px;
    padding: 60px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ticketCreate .ticketArea h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.ticketCreate .ticketArea .apply_left {
    min-width: 85px;
    /* background-color: orange; */
}

/* .applyArea .ticket_box .apply_left {
    min-width: 8%;
} */

.applyArea .apply_address {
    font-size: 14px;
}

.applyArea .apply_attention {
    width: 450px;
    font-size: 14px;
    margin: 30px auto 0;
    padding-left: 20px;
    box-sizing: border-box;
    /* background-color: pink; */
}

.ticketOption {
    /* background-color: lightblue; */
    display: flex;
    margin-top: 100px;
    justify-content: space-evenly;
}

.ticketOption .option_item {
    width: 200px;
    height: 42px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8987db, #8489da);
}

/* 取消考试弹窗 */
.cancelBg,
.printBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
}

/* 取消成功提示 */
.successTips {
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
    font-size: 16px;
    letter-spacing: 2px;
}

.cancelResult {
    width: 400px;
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cancelResult h3 {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}

.cancelResult .resultOption {
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
}

.resultOption .optionBtn {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8987db, #8489da);
}

.resultOption .confirmCancel {
    background: #ccc;
}

/* 生成准考证弹窗 */
.ImgBg,
.ImgBg1 {
    width: 400px;
    height: 500px;
    background-color: #fff;
    background: url(../img/ticket.png) no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ImgBg ul,
.ImgBg1 ul {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    /* background-color: pink; */
}

.ImgBg ul li,
.ImgBg1 ul li {
    /* background-color: lightgreen; */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.ImgBg ul .li_address,
.ImgBg1 ul .li_address {
    font-size: 14px;
    margin-left: 12px;
}

.ImgBg ul li:not(:nth-child(6))::before,
.ImgBg1 ul li:not(:nth-child(6))::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
}

.ImgBg li .li_left,
.ImgBg1 li .li_left {
    min-width: 24%;
    /* background-color: orange; */
}

/* 关闭按钮 */
.closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -35px;
    right: -20px;
    /* background-color: #fff; */
    border-radius: 50%;
}

.closeBtn img {
    width: 100%;
    height: 100%;
}

/* 下载按钮 */
.downloadBtn {
    width: 400px;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    color: #fff;
    transform: translateX(-50%);
}


/* 图形化编程初级题卷 */
.question {
    background-color: #eaf4fe;
    padding: 80px 0 50px;
    box-sizing: border-box;
}

.question_head {
    width: 90%;
    /* background-color: pink; */
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.head_item {
    display: flex;
    font-size: 16px;
    background-color: #eaf4fe;
}

.head_item .item_right {
    margin-left: 5px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.question_content {
    margin: 50px auto 0;
    width: 90%;
}

.question_content h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contetn_item {
    margin-bottom: 50px;
}

.item_top {
    line-height: 22px;
    display: flex;
    flex-direction: column;
}

.item_top img {
    width: 160px;
    margin-top: 10px;
}

.item_top5 img {
    width: 500px;
}

.item_bottom {
    margin-top: 15px;
}

.item_bottom .section {
    border: 1px solid #c5c5c5;
    width: 70%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.section input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.section label {
    display: flex;
    align-items: center;
}

.item_bottom .write {
    border: 1px solid #000;
    outline: none;
    resize: none;
    width: 70%;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #Fff;
    border-radius: 5px;
    margin: 20px 0;
}

.write_top img {
    width: 200px;
}

.addTicket {
    display: block;
    width: 200px;
    height: 42px;
    border-radius: 4px;
    margin: 50px auto 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8987db, #8489da);
}

.addTicket a {
    color: #fff;
}


/* 考试完成 */
.complete {
    background-color: #eaf4fe;
    padding: 50px 0px 100px;
    box-sizing: border-box;
    font-size: 16px;
}

/* 等待成绩 */
.waitScore {
    text-align: center;
    font-size: 20px;
}

/* 成绩已经发布 */
.content_bottom {
    margin-top: 50px
}

.content_box {
    display: flex;
    margin-bottom: 20px;
}

.content_box .box_left {
    min-width: 6%;
}

.box_right .right_Info {
    margin-top: 10px;
}

.right_Info span {
    font-size: 15px;
}

.right_Info span:nth-child(2) {
    /* border-bottom: 1px solid #000; */
    text-decoration: underline;
}

/* 考试当天 */

.examDay h3 {
    text-align: center;
    font-size: 20px;
}

.showArea {
    width: 400px;
    margin: 50px auto 0;
    /* background-color: lightblue;  */
    padding: 20px;
    box-sizing: border-box;
}

.show_box {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 30px;
    display: flex;
}

.show_box .show_left {
    min-width: 7%;
    flex-shrink: 0;
}

.show_change {
    font-size: 15px;
}

.enterExam {
    width: 200px;
    height: 42px;
    border-radius: 4px;
    margin: 50px auto 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8987db, #8489da);
}

.enterExam a {
    color: #fff;
}

.NoTime {
    background: #ccc;
}

/* 提示输入密码弹窗 */
.pwdBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
}

.pwdResult {
    width: 300px;
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pwdResult h3 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.pwdResult input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 15px;
    box-sizing: border-box;
    background-color: #e8e6e6;
    margin-top: 20px;
}

.pwdResult .enterBtn {
    width: 150px;
    height: 42px;
    border-radius: 4px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
    background: linear-gradient(to right, #45c4d7, #51b9d4, #779cd0, #8987db, #8489da);
}

.scoreContent .content_top {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;


}

.scoreContent .content_bottom {
    width: 240px;
    /* background-color: lightblue; */
    margin: 50px auto 0;

}













/* 扫码缴费 */
.kc_pay { width: 800px; padding-bottom: 50px; box-sizing: border-box; margin: 150px auto 0; /* background-color: lightgreen; */ }

.pay_top { display: flex; justify-content: space-between; }

.pay_top .pay_left { width: 70%; /* background-color: lightblue; */ }

.pay_left p { font-size: 18px; margin-bottom: 20px; }

.pay_top .pay_right { /* background-color: pink; */ display: flex; flex-direction: column; justify-content: space-between; align-items: center; }

.pay_top .pay_right img { width: 140px; }

.pay_top .pay_right span { margin-top: 15px; }

.tips { text-align: center; margin-top: 20px; font-size: 16px; }





/* 3.视频播放 */
.Vplay_top {
    height: 180px;
    background: linear-gradient(to right, #3bd0e8, #5db7e9, #77a3ea, #8f8eeb);
    display: flex;
    justify-content: center;
    align-items: center;

}

.Vtop_title {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.V_left {
    width: 500px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;

}

.V_right {
    width: 175px;
    height: 40px;
    /* background-color: lightblue; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.V_right .r_name {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    /* margin-right: 20px; */
}

.V_right .r_outLogin {
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

/* 视频 */
.Vplay_center {
    width: 1180px;
    margin: 100px auto 0;
    padding-bottom: 100px;
    margin-bottom: 2 00px;
}

.Vcenter_title p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/* 视频比例 16:9 */
.video {
    width: 1180px;
    height: 663px;
    margin: 40px auto 35px;
    position: relative;
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 10;
}

/* 学习进度 */
.Vprogress {
    /* background-color: pink; */
    margin: 0 auto;
    padding-left: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Vprogress span {
    font-size: 18px;
}

.Vprogress span:nth-child(2) {
    width: 140px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(to right, #44c9e8, #65b0e9, #77a1eb, #a395ec);
}

/* 媒体查询 */
/* 768 992 1024 1200  1280 1366 1440 1680 1920*/

/* 最小电脑  最大手机 */
/* 电脑 */
@media only screen and (max-width : 1920px) {
    .sy_login {
        width: 1100px;
        /* background-color: palegoldenrod; */
    }

    /* 点亮图标 */
    .clickIcon {
        width: 1000px;
        left: -430px;
        top: -206px;
    }

    .science {
        width: 700px;
        left: -220px;
        top: -104px;
    }

    .text {
        width: 500px;
        left: -100px;
        top: 120px;
    }

    .apply_box .apply_left {
        min-width: 14%;
    }

    /* 生成准考证 */

}

@media only screen and (max-width : 1680px) {
    .sy_login {
        width: 1000px;
        /* background-color: pink; */
    }

    .sy_register {
        width: 1100px;
        /* background-color: lightblue; */
    }

    /* 点亮图标 */
    .clickIcon {
        width: 900px;
        left: -390px;
        top: -146px;
    }

    .science {
        width: 600px;
        left: -180px;
        top: -44px;
    }

    .text {
        width: 450px;
        left: -100px;
        top: 120px;
    }

    .apply_box .apply_left {
        min-width: 14%;
    }
}

@media only screen and (max-width : 1440px) {
    .sy_login {
        width: 1000px;
        /* background-color: lightgreen; */
    }

    /* 点亮图标 */
    .clickIcon {
        width: 850px;
        left: -240px;
        top: -140px;
    }

    .science {
        width: 550px;
        left: -40px;
        top: -23px;
    }

    .text {
        width: 420px;
        left: 30px;
        top: 140px;
    }

    .sy_register {
        width: 1100px;
    }











    /* 2.1课程学习 */
    .kc {
        width: 100%;
        min-height: 100%;
        min-width: 1280px;
    }

    .kc_banner {
        height: 200px;
        background-size: 100% 200px;
    }

    .kc_banner .kc_bannerMid {
        width: 1100px;
        height: 150px;
    }

    .kc_bannerMid img:nth-child(1) {
        height: 100px;
        left: 0px;
        top: -140px;

    }

    .kc_bannerMid img:nth-child(2) {
        width: 335px;
        height: 285px;
        left: 198px;
        top: -58px;
    }

    .kc_bannerMid img:nth-child(3) {
        width: 460px;
        height: 310px;
        left: 560px;
        top: -412px;
    }

    .kc_nav {
        width: 1100px;
        height: 80px;
        margin-top: -20px;
    }

    .kc_list {
        width: 1090px;
        margin: 80px auto 0;
        /* background-color: lightblue; */
    }

    /* 选项卡切换 */
    .kc_switch {
        width: 1090px;
        /* background-color: lightgreen; */
        margin-bottom: 20px;
    }

    .list_child .left img {
        width: 210px;
        height: 140px;
    }

    .list_child .left span {
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .list_child .center {
        height: 80px;
        width: 80%;
        margin-left: 10px;
        align-self: flex-start;
        margin-top: 15px;
    }

    .center .list_title {
        font-size: 22px;
        line-height: 26px;
        /* background-color: pink; */
        height: 80px;
        overflow: hidden;
    }

    .center .list_time {
        font-size: 20px;
        margin-top: 10px;
    }

    .list_child .right {
        width: 186px;
        height: 124px;
        line-height: 120px;
        font-size: 22px;
    }

    /* 视频播放 */
    .Vplay {
        width: 100%;
        min-height: 100%;
        min-width: 1100px;
    }

    .Vtop_title {
        width: 1100px;
        /* background-color: lightblue; */
    }

    .Vplay_center {
        width: 1100px;
        /* background-color: pink; */
    }

    .Vplay_center .video {
        width: 1100px;
        height: 618px;
        margin: 40px auto 35px;
        position: relative;
    }

    .video .jsmodern-video {
        width: 1100px !important;
        height: 618px !important;
    }

    .video video {
        width: 1100px;
        height: 618px;
    }


    .apply_box .apply_left {
        min-width: 16%;
    }
}

@media only screen and (max-width : 1200px) {

    /* 课程学习 */
    .kc {
        width: 100%;
        min-height: 100%;
        min-width: 1024px;
    }

    .kc_banner {
        height: 200px;
        background-size: 100% 150px;
    }

    .kc_banner .kc_bannerMid {
        width: 900px;
        height: 150px;
    }

    .kc_bannerMid img:nth-child(1) {
        height: 100px;
        left: 0px;
        top: -140px;

    }

    .kc_bannerMid img:nth-child(2) {
        width: 320px;
        height: 265px;
        left: 98px;
        top: -58px;
    }

    .kc_bannerMid img:nth-child(3) {
        width: 420px;
        height: 290px;
        left: 400px;
        top: -390px;
    }

    .kc_nav {
        width: 900px;
        height: 80px;
        margin-top: -64px;
    }

    /* 2.课程列表 */
    /* 2.1课程学习 */
    .kc_list {
        width: 890px;
        margin: 80px auto 0;
        /* background-color: lightblue; */
    }

    /* 选项卡切换 */
    .kc_switch {
        width: 890px;
        /* background-color: lightgreen; */
        margin-bottom: 20px;
    }

    .list_child .left img {
        width: 210px;
        height: 140px;
    }

    .list_child .left span {
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .list_child .center {
        height: 80px;
        width: 80%;
        margin-left: 10px;
        align-self: flex-start;
        margin-top: 15px;
    }

    .center .list_title {
        font-size: 22px;
        line-height: 26px;
        /* background-color: pink; */
        height: 80px;
        overflow: hidden;
    }

    .center .list_time {
        font-size: 20px;
        margin-top: 10px;
    }

    .list_child .right {
        width: 180px;
        height: 120px;
        line-height: 120px;
        font-size: 22px;
    }

    /* 视频播放 */
    .Vtop_title {
        width: 950px;
        /* background-color: palegoldenrod; */
    }

    .Vplay_center {
        width: 850px;
        /* background-color: lightgreen; */
    }

    .Vplay_center .video {
        width: 850px;
        height: 478px;
        margin: 40px auto 35px;
        position: relative;
    }

    .video .jsmodern-video {
        width: 850px !important;
        height: 478px !important;
    }

    .video video {
        width: 850px;
        height: 478px;
    }


    .apply_box .apply_left {
        min-width: 20%;
    }

    /* 准 */
    /* .applyArea .ticket_box .apply_left {
        min-width: 9%;
    } */
}













/* 手机-------------------- */

@media only screen and (max-device-width : 1300px) {

    /* 2.1课程学习 */
    .kc {
        width: 100%;
        min-height: 100%;
        min-width: 1280px;
    }

    .kc_banner {
        height: 200px;
        background-size: 100% 200px;
    }

    .kc_banner .kc_bannerMid {
        width: 1100px;
        height: 150px;
    }

    .kc_bannerMid img:nth-child(1) {
        height: 100px;
        left: 0px;
        top: -140px;

    }

    .kc_bannerMid img:nth-child(2) {
        width: 335px;
        height: 285px;
        left: 198px;
        top: -58px;
    }

    .kc_bannerMid img:nth-child(3) {
        width: 460px;
        height: 310px;
        left: 560px;
        top: -412px;
    }

    .kc_nav {
        width: 1100px;
        height: 80px;
        margin-top: -20px;
    }

    .kc_list {
        width: 1090px;
        margin: 80px auto 0;
        /* background-color: lightblue; */
    }

    /* 选项卡切换 */
    .kc_switch {
        width: 1090px;
        /* background-color: lightgreen; */
        margin-bottom: 20px;
    }

    .list_child .left img {
        width: 210px;
        height: 140px;
    }

    .list_child .left span {
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .list_child .center {
        height: 80px;
        width: 80%;
        margin-left: 10px;
        align-self: flex-start;
        margin-top: 15px;
    }

    .center .list_title {
        font-size: 22px;
        line-height: 26px;
        /* background-color: pink; */
        height: 80px;
        overflow: hidden;
    }

    .center .list_time {
        font-size: 20px;
        margin-top: 10px;
    }

    .list_child .right {
        width: 186px;
        height: 124px;
        line-height: 120px;
        font-size: 22px;
    }

    /* footer */
    .footer {
        height: 130px;
    }

    .footer p { top: 50px; }

    .footer p span {
        font-size: 24px;
        margin-left: 20px;
    }

    .apply_box .apply_left {
        min-width: 13%;
    }
}

@media only screen and (max-device-width : 1100px) and (min-device-height:1100px) {
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
    }
}


@media only screen and (max-device-width : 1100px) {

    /* 首页 */
    .sy {
        width: 100vw;
        height: 100vh;
        min-width: 100vw;
        min-height: 100vh;
        /* background-color: palegoldenrod; */
        background: url(../img/absBg.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .sy_login {
        width: 900px;
    }

    /* 点亮图标 */
    .clickIcon {
        width: 700px;
        left: -140px;
        top: -140px;
    }

    .science {
        width: 415px;
        left: 25px;
        top: 10px;
    }

    .text {
        width: 335px;
        left: 78px;
        top: 90px;
    }

    .login_content .loginform {
        margin-top: 20px;
    }

    .sy_copyRight {
        width: 100%;
        position: fixed;
        /* background-color: lightblue; */
        margin: 0;
        bottom: 20px;
        left: 0;

    }

    .sy_copyRight p {
        font-size: 20px;
    }

    .sy_copyRight p span {
        margin-left: 10px;
    }

    /* 课程学习 */
    .kc {
        width: 100%;
        min-height: 100%;
        min-width: 1024px;
    }

    .kc_banner {
        height: 200px;
        background-size: 100% 150px;
    }

    .kc_banner .kc_bannerMid {
        width: 900px;
        height: 150px;
    }

    .kc_bannerMid img:nth-child(1) {
        height: 100px;
        left: 0px;
        top: -140px;

    }

    .kc_bannerMid img:nth-child(2) {
        width: 320px;
        height: 265px;
        left: 98px;
        top: -58px;
    }

    .kc_bannerMid img:nth-child(3) {
        width: 420px;
        height: 290px;
        left: 400px;
        top: -390px;
    }

    .kc_nav {
        width: 900px;
        height: 80px;
        margin-top: -64px;
    }

    /* 2.课程列表 */
    /* 2.1课程学习 */
    .kc_list {
        width: 890px;
        margin: 80px auto 0;
        /* background-color: lightblue; */
    }

    /* 选项卡切换 */
    .kc_switch {
        width: 890px;
        /* background-color: lightgreen; */
        margin-bottom: 20px;
    }

    .list_child .left img {
        width: 210px;
        height: 140px;
    }

    .list_child .left span {
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .list_child .center {
        height: 80px;
        width: 80%;
        margin-left: 10px;
        align-self: flex-start;
        margin-top: 15px;
    }

    .center .list_title {
        font-size: 22px;
        line-height: 26px;
        /* background-color: pink; */
        height: 80px;
        overflow: hidden;
    }

    .center .list_time {
        font-size: 20px;
        margin-top: 10px;
    }

    .list_child .right {
        width: 180px;
        height: 120px;
        line-height: 120px;
        font-size: 22px;
    }

    /* 2.2报名考试 */

    .result {
        top: 18%;
    }

    /* footer */
    .footer {
        height: 130px;
        z-index: 99;
    }

    .footer p {
        top: 50px;
    }

    .footer p span {
        font-size: 22px;
        margin-left: 10px;
    }

    /* 视频播放 */
    .Vplay {
        width: 100%;
        min-height: 100%;
        min-width: 1024px;
    }

    .Vtop_title {
        width: 950px;
        /* background-color: palegoldenrod; */
    }

    .Vplay_center {
        width: 850px;
        /* background-color: lightgreen; */
    }

    .Vplay_center .video {
        width: 850px;
        height: 478px;
        margin: 40px auto 35px;
        position: relative;
    }

    .video video {
        width: 850px;
        height: 478px;
    }

    .apply_box .apply_left {
        min-width: 15%;
    }
}

@media only screen and (max-device-width : 992px) {

    /* 首页 */
    .sy {
        width: 100vw;
        height: 100vh;
        min-width: 100vw;
        min-height: 100vh;
        /* background-color: palegoldenrod; */
        background: url(../img/absBg.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    /* 登录 */
    .sy_login {
        width: 680px;
        height: 800px;
        padding-bottom: 0px;
        /* background-color: lightgreen; */
    }

    /* 点亮图标 */
    .clickIcon {
        width: 600px;
        left: 5px;
        top: -90px;
    }

    .science {
        width: 400px;
        left: 140px;
        top: 0px;
    }

    .text {
        width: 380px;
        left: 150px;
        top: 80px;
    }

    .login_content {
        width: 500px;
        position: absolute;
        left: 90px;
        bottom: 0px;
        padding: 30px 35px;
        overflow: hidden;
        z-index: 99;
        /* transform: scale(.9); */
    }

    .login_content .loginform {
        margin-top: 20px;
    }

    .sy_copyRight {
        width: 100%;
        position: fixed;
        /* background-color: lightblue; */
        margin: 0;
        bottom: 20px;
        left: 0;

    }

    .sy_copyRight p {
        font-size: 18px;
    }

    .sy_copyRight p span {
        margin-left: 10px;
    }

    /* 找回密码弹窗 */
    .findBg {
        z-index: 99;
    }

    /* 课程学习 */
    .kc_banner {
        height: 150px;
        background-size: 100% 150px;
    }

    .kc_banner .kc_bannerMid {
        width: 700px;
        height: 150px;
    }

    .kc_bannerMid img:nth-child(1) {
        height: 80px;
        left: 0px;
        top: -130px;

    }

    .kc_bannerMid img:nth-child(2) {
        width: 290px;
        height: 241px;
        left: 98px;
        top: -58px;
    }

    .kc_bannerMid img:nth-child(3) {
        width: 400px;
        height: 276px;
        left: 312px;
        top: -366px;
    }

    .kc_nav {
        width: 700px;
        height: 80px;
        margin-top: -12px;
    }

    /* 2.课程列表 */
    /* 2.1课程学习 */
    .kc {
        width: 100%;
        min-height: 100%;
        min-width: 820px;
    }

    .kc_list {
        width: 690px;
        margin: 60px auto 0;
        /* background-color: lightblue; */
        padding-bottom: 200px;
    }

    /* 选项卡切换 */
    .kc_switch {
        width: 690px;
        /* background-color: lightgreen; */
        margin-bottom: 20px;
    }

    .list_child .left img {
        width: 150px;
        height: 100px;
    }

    .list_child .left span {
        width: 36px;
        height: 27px;
        line-height: 27px;
        font-size: 16px;
    }

    .list_child .center {
        height: 80px;
        width: 80%;
        margin-left: 10px;

    }

    .center .list_title {
        font-size: 16px;
        line-height: 20px;
        /* background-color: pink; */
        height: 60px;
        overflow: hidden;
    }

    .center .list_time {
        font-size: 14px;
        margin-top: 10px;
    }

    .list_child .right {
        width: 150px;
        height: 100px;
        line-height: 100px;
        font-size: 16px;
    }

    /* 2.2报名考试 */
    .result {
        top: 25%;
    }

    /* footer */
    .footer {
        height: 100px;
        position: static;
        margin-top: 150px;
    }

    .footer p {
        top: 35px;
    }

    .footer p span {
        font-size: 18px;
        margin-left: 10px;
    }

    /* 视频播放 */
    .Vplay {
        width: 100%;
        min-height: 100%;
        min-width: 820px;
    }

    .Vtop_title {
        width: 700px;
    }

    .Vplay_center {
        width: 650px;
        /* background-color: pink; */
    }

    .Vplay_center .video {
        width: 650px;
        height: 365px;
        margin: 40px auto 35px;
        position: relative;
    }

    .video video {
        width: 650px;
        height: 365px;
    }

    .footer1 {
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .apply_box .apply_left {
        min-width: 20%;
    }

    .ticketCreate .ticket_box .apply_left {
        min-width: 13%;
    }

    /* 试题 */
    .question_head {
        display: flex;
        flex-direction: column;
    }

    .head_item {
        margin-bottom: 10px;
    }

    .head_item .item_left {
        min-width: 10%;
    }

}

@media only screen and (max-device-width : 768px) {

    /* 首页 */
    .sy {
        width: 100vw;
        height: 100vh;
        min-width: 100vw;
        min-height: 100vh;
        /* background-color: palegoldenrod; */
        background: url(../img/absBg.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    /* 登录 */
    .sy_login {
        width: 600px;
        height: 400px;
        padding-bottom: 0px;
        /* background-color: lightgreen; */
    }

    /* 点亮图标 */
    .clickIcon {
        width: 550px;
        left: 5px;
        top: -85px;
    }

    .science {
        width: 350px;
        left: 125px;
        top: 0px;
    }

    .text {
        width: 320px;
        left: 140px;
        top: 80px;
    }

    .login_content {
        width: 450px;
        position: absolute;
        left: 75px;
        bottom: -300px;
        padding: 30px 35px;
        overflow: hidden;
        /* transform: scale(.9); */
    }

    .login_content .loginform {
        margin-top: 20px;
    }

    .sy_copyRight {
        width: 100%;
        position: fixed;
        /* background-color: lightblue; */
        margin: 0;
        bottom: 20px;
        left: 0;

    }

    .sy_copyRight p {
        font-size: 18px;
    }

    .sy_copyRight p span {
        margin-left: 10px;
    }

    /* 找回密码弹窗 */
    .findBg {
        z-index: 99;
    }

    /* 课程学习 */
    .kc {
        width: 100%;
        min-height: 100%;
        min-width: 768px;
    }

    .kc_banner {
        height: 150px;
        background-size: 100% 150px;
    }

    .kc_banner .kc_bannerMid {
        width: 700px;
        height: 150px;
    }

    .kc_bannerMid img:nth-child(1) {
        height: 80px;
        left: 0px;
        top: -130px;

    }

    .kc_bannerMid img:nth-child(2) {
        width: 290px;
        height: 241px;
        left: 98px;
        top: -58px;
    }

    .kc_bannerMid img:nth-child(3) {
        width: 400px;
        height: 276px;
        left: 312px;
        top: -366px;
    }

    .kc_nav {
        width: 700px;
        height: 80px;
        margin-top: -12px;
    }

    /* 2.课程列表 */
    /* 2.1课程学习 */
    .kc_list {
        width: 690px;
        margin: 60px auto 0;
        /* background-color: lightblue; */
    }

    /* 选项卡切换 */
    .kc_switch {
        width: 690px;
        /* background-color: lightgreen; */
        margin-bottom: 20px;
    }

    .list_child .left img {
        width: 150px;
        height: 100px;
    }

    .list_child .left span {
        width: 36px;
        height: 27px;
        line-height: 27px;
        font-size: 16px;
    }

    .list_child .center {
        height: 80px;
        width: 80%;
        margin-left: 10px;

    }

    .center .list_title {
        font-size: 16px;
        line-height: 20px;
        /* background-color: pink; */
        height: 60px;
        overflow: hidden;
    }

    .center .list_time {
        font-size: 14px;
        margin-top: 10px;
    }

    .list_child .right {
        width: 150px;
        height: 100px;
        line-height: 100px;
        font-size: 16px;
    }

    /* footer */
    .footer {
        height: 100px;
        position: static;
        margin-top: 0;
    }

    .footer p {
        top: 35px;
    }

    .footer p span {
        font-size: 18px;
        margin-left: 10px;
    }

    /* 视频播放 */
    .Vplay {
        width: 100%;
        min-height: 100%;
        min-width: 768px;
    }

    .Vtop_title {
        width: 700px;
    }

    .Vplay_center {
        width: 650px;
        /* background-color: pink; */
    }

    .Vplay_center .video {
        width: 650px;
        height: 365px;
        margin: 40px auto 35px;
        position: relative;
    }

    .video video {
        width: 650px;
        height: 365px;
    }

    .footer1 {
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .apply_box .apply_left {
        min-width: 20%;
    }

    .ticketCreate .ticket_box .apply_left {
        min-width: 12%;
    }

    /* 试题 */
    .question_head {
        /* background-color: pink; */
        display: flex;
        flex-direction: column;
    }

    .head_item {
        margin-bottom: 10px;
    }

    /* footer */
    .footer {
        height: 130px;
        padding-top: 12px;
        box-sizing: border-box;
    }

    .footer p {
        /* background-color: palegoldenrod;  */
        width: 700px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .footer p span {
        font-size: 16px;
        margin-left: 10px;
    }
    .footer .addWechat{
        /* background-color: palegoldenrod; */
        top: 5px;
        padding-left: 10px;
        box-sizing: border-box;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .addWechat img{
        width: 55px;
        height: 55px;
    }
    .addWechat span{
        margin-top: 0;
    }

    

}

@media only screen and (max-device-width : 500px) {

    /* 首页 */
    .sy {
        width: 100vw;
        height: 100vh;
        min-width: 100vw;
        min-height: 100vh;
        /* background-color: palegoldenrod; */
        background: url(../img/absBg.png) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }


    /* 登录 */
    .sy_login {
        width: 300px;
        height: 400px;
        padding-bottom: 0px;
    }

    /* 点亮图标 */
    .clickIcon {
        width: 300px;
        left: -10px;
        top: -20px;
    }

    .science {
        width: 240px;
        left: 30px;
        top: 0px;
    }

    .text {
        width: 220px;
        left: 40px;
        top: 80px;
    }

    .login_content {
        width: 350px;
        position: absolute;
        left: -25px;
        bottom: -150px;
        padding: 30px 35px;
        overflow: hidden;
        transform: scale(.9);
    }

    .login_content .loginform {
        margin-top: 20px;
    }

    .sy_copyRight {
        width: 100%;
        position: fixed;
        margin: 0;
        /* bottom: 20px; */
        bottom: 35px;
        left: 0;
    }

    .sy_copyRight p {
        font-size: 14px;
    }

    .sy_copyRight p span {
        margin-left: 5px;
    }

    /* 找回密码弹窗 */
    .findBg {
        z-index: 99;
    }

    .findContent {
        width: 300px;
    }

    .find_center {
        width: 100%;
    }

    .find_box input {
        /* background-color: pink; */
        width: 50%;
    }

    .find_box .code {
        width: 29%;
        margin-left: 10px;
        border-radius: 4px;
    }

    /* 课程学习 */
    .kc {
        width: 100%;
        min-height: 100%;
        min-width: 375px;
    }

    .kc_banner {
        height: 150px;
        background-size: 100% 150px;
    }

    .kc_banner .kc_bannerMid {
        width: 300px;
        height: 150px;
    }

    .kc_bannerMid img:nth-child(1) {
        width: 45%;
        height: 70px;
        left: 0px;
        top: 20px;

    }

    .kc_bannerMid img:nth-child(2) {
        width: 290px;
        height: 241px;
        left: 120px;
        top: -130px;
    }

    .kc_bannerMid img:nth-child(3) {
        width: 370px;
        height: 256px;
        left: 55px;
        top: -436px;
    }

    .kc_nav {
        width: 350px;
        height: 60px;
        margin-top: -12px;
    }

    .nav_child {
        font-size: 12px;
    }

    .nav_left .active {
        font-size: 14px;
    }

    /* 右边 */
    .outlogin {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    /* 2.课程列表 */
    /* 2.1课程学习 */
    .kc_list {
        width: 340px;
        margin: 60px auto 0;
        /* background-color: lightblue; */
    }

    /* 选项卡切换 */
    .kc_switch {
        width: 340px;
        /* background-color: lightgreen; */
        margin-bottom: 20px;
    }

    .kc_switch .switch_title {
        font-size: 16px;
    }

    .kc_switch .bottom {
        width: 70%;
        margin-top: 30px;
    }

    .kc_switch .bottom .switch_box {
        height: 38px;
        font-size: 14px;
        line-height: 38px;
    }

    .kc_switch .bottom .switch_box span {
        height: 36px;
    }

    .list_child {
        padding: 10px 10px 20px 10px;
    }

    .list_child .left img {
        width: 150px;
        height: 100px;
    }

    .list_child .left span {
        width: 36px;
        height: 27px;
        line-height: 27px;
        font-size: 16px;
    }

    .list_child .center {
        height: 80px;
        width: 80%;
        margin-left: 10px;

    }

    .center .list_title {
        font-size: 14px;
        line-height: 20px;
        /* background-color: pink; */
        height: 60px;
        overflow: hidden;
    }

    .center .list_time {
        font-size: 12px;
        margin-top: 10px;
    }

    .list_child .right {
        width: 150px;
        height: 80px;
        line-height: 80px;
        font-size: 14px;
    }

    /* 报名学习 */
    .kc_text {
        width: 350px;
    }

    /* 我要报名 */
    .kc_list .allowText {
        padding: 0px;
    }

    .info_box {
        /* background-color: lightgreen; */
        line-height: 24px;
    }

    .info_box p {
        /* background-color: pink; */
        min-width: 255px;
        max-width: 260px;
    }

    .info_sign {
        margin-top: 38px;
    }

    .result {
        width: 350px;
        padding: 30px 20px 0px;
    }

    /* 2023.3.21扫码缴费 */
    .kc_pay {
        width: 350px;
    } 


    /* 个人信息 */
    .personalInfo {
        padding: 0;
        padding-bottom: 100px;
    }

    .form_box {
        width: 100%;
        font-size: 14px;
    }

    .right_box {
        /* background-color: lightgreen; */
        height: 70px;
        line-height: 20px;
    }

    .right_box .rightpwd {
        height: 70px;
        /* background-color: lightblue; */
        margin-bottom: 15px;

    }

    .form_box .isEdit {
        height: 20px;
        /* background-color: pink; */
        margin: 5px 0;
    }

    .form_box input {
        width: 240px;
    }

    .form_box .right_type .type {
        margin-right: 0px;
    }

    .form_box .right_type .type input {
        margin-left: 2px;
    }

    .Two_selectBox {
        width: 122px;
    }

    .inputCase {
        width: 122px;
    }

    .form_box .right_phone input {
        width: 150px;
    }

    .form_box .right_phone .sendcode {
        width: 85px;
        font-size: 14px;
        margin-left: 0;
        text-align: left;
    }

    /* 2023.3.07新增考试信息 */
    .applytest {
        background-color: #eaf4fe;
        padding: 20px 0px 50px;
    }

    .applytest h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .applyArea .apply_left {
        flex-shrink: 0;
    }

    .applyArea .apply_right {
        width: 100%;
        margin-left: 10px;
    }

    .apply_change {
        flex-direction: column;

    }

    .apply_change .apply_right {
        margin-top: 5px;
        margin-left: 0;
    }

    /* 准 */
    .ticketCreate h3 {
        line-height: 22px;
    }

    .ticketCreate .ticket_box .apply_left {
        min-width: 24%;
    }

    .ticketCreate .ticketOption {
        justify-content: space-between;
    }

    .ticketCreate .ticketOption .option_item {
        width: 90px;
        height: 42px;
    }

    .ticketCreate .apply_attention {
        line-height: 20px;
        padding-left: 0;
    }

    .ticketCreate .ticketArea {
        width: 310px;
        padding: 30px 0;
    }

    .applyArea .apply_attention {
        width: 300px;
    }

    .cancelResult {
        width: 300px;
    }

    .cancelResult .resultOption .optionBtn {
        width: 90px;
    }

    .ImgBg1 {
        width: 320px;
        height: 460px;
    }

    .ImgBg1 ul {
        width: 95%;
        left: 5%;
    }

    .downloadBtn {
        width: 320px;
        bottom: -70px;
    }

    /* 试题 */
    .question {
        padding-top: 50px;
    }

    .question_head {
        display: flex;
        flex-direction: column;
    }

    .head_item {
        margin-bottom: 10px;
    }

    .head_item .item_left {
        min-width: 20%;
        flex-shrink: 0;
    }

    .item_top5 img {
        width: 300px;
    }

    .item_bottom .section {
        width: 100%;
    }

    .item_bottom .write {
        width: 100%;
    }

    .section img {
        width: 80%;
    }

    /* 完成考试 */
    .complete {
        /* padding: 20px 20px 500px; */
        padding: 20px 20px 320px;
    }

    .examDay h3 {
        line-height: 24px;
    }

    .showArea {
        width: 350px;
        padding-left: 10px;
    }

    /* footer */
    .footer {
        height: 130px;
        padding-top: 12px;
        box-sizing: border-box;
    }

    .footer p {
        margin: 0;
        /* background-color: palegoldenrod; */
    }

    .footer p span {
        font-size: 12px;
        margin-left: 10px;
    }
    .footer .addWechat{
        /* background-color: palegoldenrod; */
        top: 5px;
        padding-left: 10px;
        box-sizing: border-box;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .addWechat img{
        width: 50px;
        height: 50px;
    }
    .addWechat span{
        margin-top: 0;
    }

    /* 视频播放 */
    .Vplay {
        width: 100%;
        min-height: 100%;
        min-width: 375px;
    }

    .Vplay_top {
        height: 120px;
    }

    .Vtop_title {
        width: 350px;
        /* background-color: #00b886; */
        font-size: 12px;
    }

    .V_left {
        /* width: 380px; */
        /* background-color: palegreen; */
        font-size: 14px;
    }

    .V_right .r_name {
        font-size: 12px;
    }

    .V_right .r_outLogin {
        width: 50px;
        font-size: 12px;
    }

    .Vplay_center {
        width: 300px;
        /* background-color: pink; */
        margin: 40px auto 0;
        padding-bottom: 50px;
    }

    .Vcenter_title p {
        font-size: 16px;
    }

    .Vplay_center .video {
        width: 300px;
        height: 168px;
        margin: 40px auto 35px;
        position: relative;
    }

    .video video {
        width: 300px;
        height: 168px;
    }


    .VideoBtn {

        width: 46px;
        height: 46px;
        margin-left: -23px;
        margin-top: -23px;
    }

    .VideoBtn img {
        width: 46px;
        height: 46px;
    }

    .Vprogress span {
        font-size: 14px;
    }

    .Vprogress span:nth-child(2) {
        width: 60px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;

    }


    /* 新增 */

    .reg {
        overflow: auto;
        width: 100vw;
        height: 100%;
        min-height: 100%;
        padding-bottom: 300px;

    }

    .reg_moveRight {
        /* background-color: pink; */
        position: relative;
        left: 20px;
    }

    .sy_register {
        width: 350px;
    }

    .register_content {
        /* background-color: lightblue; */
        width: 350px;
        position: relative;
        top: 200px;
        left: 0;
        padding: 15px;
        overflow: hidden;
        padding-bottom: 600px;
        box-sizing: border-box;
    }

    .enterArea {
        width: 100%;
    }

    .register_option {
        width: 100%;
        flex-direction: column;
        /* background-color: lightblue; */
        margin-bottom: 0;
    }

    .register_box {
        width: 100%;
        margin-bottom: 20px;
        /* background-color: pink; */
    }

    .register_box .reg_left {
        min-width: 25%;
        /* background-color: orange; */
    }

    .register_box .reg_right {
        min-width: 70%;
    }

    .register_box .reg_right .reg_sel {
        width: 48%;
    }

    .register_box .reg_right input {
        width: 100%;

    }

    .register_box .reg_right .reduceCodeWidth {
        width: 50%;
        /* margin-left: 43%; */
    }

    .register_box .addWidth1 .grade {
        /* background-color: orange; */
        width: 100%;
    }

    .register_box .addWidth .type {
        /* background-color: orange; */
        width: 100%;
    }

    .register_info {
        margin-top: 10px;
        padding-left: 0;
    }

    .register_box .reg_code {
        display: flex;
        justify-content: space-between;
    }
}