* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    line-height: 1;
    font-family: DengXian, Microsoft YaHei;
    font: 18px DengXian, Microsoft YaHei;
}

a {
    text-decoration: none;
    outline: none;
    background-color: transparent;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

img {
    vertical-align: middle;
    display: block;
}

button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

ol,
ul {
    margin-bottom: 0;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    list-style-type: none;
}

ul li {
    list-style: none;
    outline: none;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0;
}

input {
    border-width: 0;
    border-color: transparent;
}

input,
button,
select {
    outline: none;
}

.layui-btn {
    padding: 0;
    border: none;
}

select {
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.banxin {
    width: 1190px;
    margin: 0 auto;
}

.flexB {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flexC {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.textSpill {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.textSpill2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.textSpill3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

header {
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    font-family: Microsoft YaHei;
}

header .header_center {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

header .left {
    width: 220px;
}

header .logo {
    width: 220px;
    height: 50px;
}

header .center {
    flex: 1;
    height: 60px;
}

header .center ul {
    display: flex;
    align-items: center;
    height: 60px;
}

header .center ul li {
    width: 150px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #282935;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}

header .center ul li:last-child {
    margin-right: 0;
}

header .center ul li.active::after {
    content: '';
    width: 150px;
    height: 6px;
    background-color: rgb(148 163 247 / 60%);
    position: absolute;
    bottom: 0;
    left: 0;
}

header .right {
    /* width: 220px; */
    text-align: right;
}

header .right span {
    display: inline-block;
    width: 67px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

header .right span.register {
    background: linear-gradient(90deg, #346EF6 0%, #685DED 100%);
    color: #fff;
    margin-right: 29px;
}

header .right span.loginIn {
    border: 3px solid #626262;
    color: #282935;
    line-height: 25px;
}

header .login_box {
    width: 113px;
    background: linear-gradient(100deg, #5366F3, #5F60EE);
    border-radius: 5px;
    margin-left: 107px;
    display: flex;
    padding: 7px 0 5px 7px;
    position: relative;
    cursor: pointer;
    display: none;
}

header .login_box img {
    width: 18px;
    height: 17px;
    margin-right: 6px;
    margin-top: 4px;
}

header .login_box p {
    font-size: 18px;
    color: #fff;
}

header .login_box p::after {
    content: "";
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-top-color: #fff;
    position: absolute;
    right: 10px;
    top: 16px;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
}

header .login ul {
    width: 113px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 35px;
    border-radius: 5px;
    display: none;
}

header .login ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    color: #fff;
}

header .login ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

header .login ul li a {
    color: #000;
}

header .login ul li:hover {
    background: linear-gradient(100deg, rgb(83 102 243 / 50%), rgb(95 96 238 / 50%));
    color: #fff;
}

header .login ul li:hover a {
    color: #fff;
}

header .child {
    width: 750px;
    height: 60px;
    position: absolute;
    top: 60px;
    left: 220px;
}

header .course_child {
    position: absolute;
    top: 0;
    left: 150px;
}

header .virtual_child {
    position: absolute;
    top: 0;
    left: 300px;
}

header .train_child {
    position: absolute;
    top: 0;
    left: 450px;
}

header .mission_child {
    position: absolute;
    top: 0;
    left: 600px;
}

header .child_second {
    width: 150px;
    height: 90px;
    display: none;
}

header .child_second .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

header .child_second p {
    width: 150px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    text-align: center;
    line-height: 30px;
}

header .child_second p a {
    color: #000;
}

header .child_second p:hover {
    background: linear-gradient(100deg, rgb(83 102 243 / 50%), rgb(95 96 238 / 50%));
    color: #fff;
}

header .child_second p:hover a {
    color: #fff;
}

main {
    width: 100%;
    margin-top: 60px;
    font-family: Microsoft YaHei;
    color: #000;
}

footer {
    width: 100%;
    height: 300px;
    background-color: #282935;
    color: #fff;
    font-family: Microsoft YaHei;
}

footer .banxin {
    height: 300px;
    padding: 60px 0 34px;
}

footer .top {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer .top p {
    margin-bottom: 21px;
    cursor: pointer;
}

footer .top .right p {
    font-size: 20px;
    margin-bottom: 16px;
}

footer .top p:first-child {
    font-size: 24px;
    color: #fff;
    margin-bottom: 27px;
}

footer .top .right p:first-child {
    font-size: 28px;
    margin-bottom: 18px;
}

footer .top p:last-child {
    margin-bottom: 0;
}

footer .top p a {
    color: rgba(255, 255, 255, 0.5);
}

footer .top p:first-child a {
    color: #fff;
}

footer .top .left {
    display: flex;
    align-items: flex-start;
}

footer .top .left .support {
    margin-right: 47px;
}

footer .top .right {
    text-align: right;
}

footer .top .right p {
    cursor: auto;
}

footer .bom {
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}

footer .bom input {
    width: 400px;
    height: 43px;
    line-height: 42px;
    text-indent: 22px;
    background-color: #434552;
    font-size: 14px;
    color: #fff;
}

footer .bom button {
    width: 80px;
    height: 42px;
    line-height: 42px;
    background-color: #5679FB;
    color: #fff;
    font-size: 18px;
    font-family: SourceHanSansOldStyle;
    cursor: pointer;
}

footer .record {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.12);
    margin-top: 45px;
}

/* 公共背景banner  */
.notice_banner {
    width: 100%;
    height: 635px;
    background: url('../img/home_banner.jpg') no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 195px;
    font-weight: bold;
}

.notice_banner img {
    width: 150px;
    height: 76px;
    margin: 0 auto;
}

.notice_banner .title {
    font-size: 48px;
    margin: 20px 0 27px;
    font-family: DengXian;
}

.notice_banner .sub_title {
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

/* 公共列表分页 */
.trade_pagination {
    width: 100%;
    text-align: center;
}

.layui-laypage {
    margin: 34px 0 30px;
}

.layui-laypage a,
.layui-laypage span {
    margin: 0 18px 0 0;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    color: #000000;
    font-size: 16px;
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
    border: none;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    top: 0;
    left: 0;
    padding: 0;
    border-bottom: 2px solid #A3A3A3;
    color: #000000;
    background-color: #fff;
}

.layui-laypage .layui-laypage-curr em {
    color: #000000;
    font-weight: bold;
}

.layui-laypage a:hover {
    color: #000000;
}

.user_info .layui-laypage {
    margin: 0 0 0 28px;
}

.user_info .layui-laypage a,
.user_info .layui-laypage span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    margin: 0 4px 0 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.user_info .layui-laypage .layui-laypage-prev {
    border: none;
    width: 20px;
}

.user_info .layui-laypage .layui-laypage-next {
    border: none;
    width: 20px;
}

.user_info .layui-laypage .layui-laypage-skip {
    border: none;
    width: auto;
    padding: 0;
    margin-left: 24px;
}

.user_info .layui-laypage input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 35px;
}

.user_info .layui-laypage button {
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: linear-gradient(100deg, #5366F3, #5F60EE);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
    padding: 0;
    margin-top: 5px;
}

.user_info .layui-laypage .layui-laypage-curr {
    border: 1px solid #000;
}

.user_info .layui-laypage .layui-laypage-curr .layui-laypage-em {
    border-bottom: none;
}

.user_info .layui-laypage .layui-laypage-curr em {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

.user_info .layui-laypage .layui-laypage-curr em {
    font-weight: 400;
}


/* 公共搜索框 */
.aside .search {
    width: 100%;
    height: 41px;
    margin-top: 27px;
    margin-bottom: 80px;
}

.aside .search input {
    flex: 1;
    height: 42px;
    line-height: 42px;
    text-indent: 22px;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.aside .search input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.aside .search button {
    width: 82px;
    height: 42px;
    line-height: 42px;
    background: linear-gradient(100deg, #5366F3, #665ECB);
    color: #fff;
    font-size: 18px;
    font-family: SourceHanSansOldStyle;
    cursor: pointer;
}

/* 表单弹框 */
.layui-layer {
    font-size: 18px;
    color: #000;
    font-family: Microsoft YaHei;
}

.layui-form {
    display: none;
}

.layui-layer .layui-form-label {
    width: 90px;
    padding: 0;
    margin-left: 120px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
}

.layui-layer .layui-form-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.layui-layer .layui-input,
.layui-layer .layui-select,
.layui-layer .layui-textarea {
    width: 260px;
}

.layui-layer .layui-form-select dl {
    min-width: 260px;
    width: 260px;
}


.layui-layer .layui-form-select .layui-edge {
    border-top-color: #858585;
}

.layui-layer .layui-form-select dl dd.layui-this {
    background: linear-gradient(100deg, #5366F3, #5F60EE);
}

.layui-input-block {
    margin-left: 0;
}

.layui-layer .layui-form-upload .layui-input-block {
    margin-left: 210px;
    min-height: 40px;
}

.layui-layer .layui-form-upload .layui-input-block .layui-btn {
    width: 260px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
}

.layui-layer .layui-form-upload .layui-btn .layui-icon {
    margin-right: 12px;
}

.layui-layer .layui-form-confirm .layui-btn {
    width: 120px;
    height: 40px;
    background: linear-gradient(100deg, #5366F3, #5F60EE);
    border-radius: 5px;
    margin-left: 285px;
    font-size: 18px;
}


/*.layui-layer-msg {
    width: 180px;
    min-width: 180px;
    /* top: 500px; 
    left: 50% !important;
    transform: translateX(-50%) !important;
}*/

.layui-select,
.layui-input,
.layui-textarea {
    border-color: rgba(0, 0, 0, 0.2);
}


.layui-select:hover,
.layui-input:hover,
.layui-textarea:hover {
    border-color: #5D61EF !important;
}

header,
main,
footer {
    min-width: 1190px;
}

.login_layer {
    min-width: 1190px;
}

.login_layer .layui-layer-content {
    min-width: 1190px;
}

.login_form {
    width: 1190px;
    height: 755px;
    margin: auto;
    background: url('../img/login_bg.png') no-repeat center;
    background-size: cover;
    display: none;
}

.login_info {
    width: 403px;
    position: absolute;
    left: 695px;
    /* right: 94px; */
    top: 145px
}

.login_info .login_title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    font-family: Microsoft YaHei;
    margin-bottom: 115px;
}

.login_info .layui-form {
    display: block;
}

.login_info .layui-input-block {
    width: 403px;
    display: flex;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.52);
}


.login_info .layui-form img {
    width: 30px;
    height: 30px;
}

.login_info .layui-form .layui-input {
    border: none;
    font-size: 20px;
    color: #111111;
    background-color: transparent;
    height: auto;
    line-height: 1;
    padding-left: 15px;
}

.login_info .layui-form .layui-input::-webkit-input-placeholder {
    font-size: 20px;
    color: #111111;
}

.login_info .layui-form .layui-btn {
    width: 403px;
    height: 85px;
    background: linear-gradient(98deg, #2C70F7, #6D5CEC);
    text-align: center;
    line-height: 85px;
    color: #fff;
    font-size: 38px;
    border-radius: 45px;
}

.login_info .register-item .layui-input-block {
    justify-content: space-between;
    margin: 6px 0 16px;
    border-bottom: none;
    font-size: 20px;
}

.login_info .submit-item .layui-input-block {
    border-bottom: none;
}

.login_info .password-item .layui-input-block {
    margin-top: 45px;
}

.login_info .register-item .forget {
    cursor: pointer;
}

.login_info .register-item .auto {
    font-size: 18px;
}

.login_info .register-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0;
}

.login_info .register-item .layui-form-checkbox[lay-skin=primary] span {
    font-size: 18px;
    color: #000;
}

.login_info .register-item .layui-form-checked[lay-skin=primary] i {
    background-color: #007FE1;
    border-color: #007FE1 !important;
}

.login_info .register-item .layui-form-checkbox[lay-skin=primary]:hover i {
    color: #007FE1;
    border-color: #007FE1 !important;
}

.edit_form .layui-layer-title,
.edit_password_form .layui-layer-title {
    height: auto !important;
    line-height: 1 !important;
    padding: 27px 80px 0 20px !important;
    border-bottom: none !important;
    color: #000 !important;
    font-size: 18px !important;
    border-bottom: none !important;
    margin-bottom: 43px;
}

.edit_form .layui-form-radio:hover *,
.edit_form .layui-form-radioed,
.edit_form .layui-form-radioed>i {
    color: #5366F3;
}

.edit_form .layui-form-confirm .layui-btn,
.edit_password_form .layui-form-confirm .layui-btn {
    margin-left: 240px;
}

.edit_password_form .layui-input-block .layui-input {
    width: 260px;
    position: relative;
}

.edit_password_form .layui-input-block img {
    width: 31px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    z-index: 19991016000;
}

.edit_password_form .layui-input-block img.close {
    display: block;
}

.edit_password_form .layui-input-block img.open {
    display: none;
}

.edit_password_form .layui-layer-content {
    padding-bottom: 0 !important;
}

.edit_form .layui-form-confirm .layui-btn,
.edit_password_form .layui-form-confirm .layui-btn {
    margin: 0 0 0 240px !important;
    transform: translateX(0) !important;
}

.edit_form .layui-layer-content,
.edit_password_form .layui-layer-content {
    padding-bottom: 0 !important;
}