* {
    margin: 0px;
    padding: 0px;
    font-family: 'microsoft yahei';
    font-size: 16px;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-ms-reveal {
    display: none;
}

img,
iframe {
    _display: block;
    display: block;
    border: 0;
    outline: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover {
    color: #daa745;
    cursor: pointer;
}

i,
em {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
button,
select {
    border: 0;
    outline: none;
    resize: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

ol,
ul {
    list-style: none;
}

body {
    background: #fff;
    color: #222;
    min-width: 1200px;
}

.clear {
    clear: both;
}

.down-arrow {
    padding-right: 15px;
    position: relative;
}

.down-arrow::after {
    content: ' ';
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #6b7280;
    border-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 2px;
    transform: rotate(135deg);
}

.right-arrow {
    padding-right: 15px;
    position: relative;
}

.right-arrow::after {
    content: ' ';
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #6b7280;
    border-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0px;
    transform: rotate(45deg);
}

header {
    height: 72px;
    width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.text-one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.text-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    word-break: break-all;
}

.card {
    width: 60%;
    margin: auto;
}

.el-row .el-col-12:nth-child(1) {
    padding-right: 20px;
}

.massage-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.massage-p a {
    font-size: 14px;
    color: #2b5aed;
}
.icon-img {
    width: 20px;
    cursor: pointer;
}
.tetx-p {
    font-size: 12px;
    color: #999;
}
.w_1200 {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    /* height: auto;
    overflow: hidden; */
}
/* 头部 */
.header_nav {
    width: 100%;
    color: #b4b4b4;
    position: relative;
    background: url(../img/top-bg.png) no-repeat;
    background-size: 100% 100%;
}

.nav-flex {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    justify-content: space-between;
}

.nav-flex .lf-cont {
    display: flex;
    align-items: center;
}

.nav-flex .lf-cont span {
    width: 1px;
    height: 34px;
    background-color: #d8d8d8;
    display: inline-block;
    margin: 0px 20px;
}

.nav-flex .lf-cont .jd-text {
    font-size: 14px;
    color: #333333;
}

.nav-flex .header_nav_fl {
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding-left: 30px;
}

.nav-flex .header_nav_fl li a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0px 15px;
    width:66px
}
.nav-flex .header_nav_fl li.active a,
.nav-flex .header_nav_fl li:hover a {
    color: #1890ff;
}
.nav-flex .header_nav_fl li img {
    width: 32px;
    height: 5px;
    margin: auto;
}
.header_nav .w_1200 {
    height: auto;
    overflow: visible;
}
.nav-flex .header_nav_fr a {
    display: inline-block;
    padding: 0px 15px;
    text-align: center;
    font-size: 14px;
    background-color: #1890ff;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}

.head-hover {
    position: relative;
}

.head-hover .nav-ul {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 35px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 112px;
    padding: 5px 0px;
    margin-left: 80px;
    z-index: 99;
}
.head-hover .nav-ul li {
    line-height: initial !important;
}
.head-hover .nav-ul li a {
    text-align: center;
    display: block;
    padding: 8px 0px;
    font-size: 14px;
    color: #666;
}
.ydl-cont {
    display: flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
}

.ydl-cont img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #e3e4ed;
    /* box-shadow: 0px 4px 10px 0px rgba(0, 2, 38, 0.1); */
}
.ydl-cont p {
    font-size: 15px;
    color: #374151;
    padding-left: 8px;
}
.card {
    width: 100%;
}

.tips {
    font-size: 12px;
    color: #666;
    line-height: initial !important;
    padding-top: 8px;
}

/* 底部 */
.footer {
    background: #282828;
}
.footer .footer-top {
    padding: 24px 0px 26px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}
.footer .footer-top .yqlj {
    display: flex;
    align-items: center;
}
.footer .footer-top .yqlj a {
    color: #fff;
    font-size: 14px;
}
.footer .footer-top .yqlj span {
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0px 30px;
    background-color: #fff;
}
.footer .footer-cen {
    padding: 40px 0px;
    display: flex;
}

.footer .footer-cen .footer-cen-lft {
    display: flex;
    flex-direction: column;
    padding-right: 110px;
    border-right: 1px solid #3a3b3c;
}

.footer .footer-cen .footer-cen-lft  h4 {
    font-size: 22px;
    color: #fff;
    padding-bottom: 15px;
}
.footer .footer-cen .footer-cen-lft .small-text{display: flex;}
.footer .footer-cen .footer-cen-lft img {
    width: 87px;
    height: 26px;
    margin-top: 5px;
}
.footer .footer-cen .footer-cen-lft .rig-text {
    padding-left: 24px;
}

.footer .footer-cen .footer-cen-lft .rig-text p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 8px;
}
.footer .footer-cen .footer-cen-middle {
    display: flex;
    padding-left: 30px;
    flex: 1;
}
.footer .footer-cen .footer-cen-middle .midd-lft {
    /* flex: 1; */
    padding: 0px 80px 0px 40px;
}

.footer .footer-cen .footer-cen-middle .midd-lft h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 16px;
}
.footer .footer-cen .footer-cen-middle .midd-lft .nav-list {
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-cen .footer-cen-middle .midd-lft .nav-list a {
    display: block;
    font-size: 16px;
    color: #9ca3af;
    width: 42%;
    padding-bottom: 10px;
}
.footer .footer-cen .footer-cen-middle .midd-rig {
    /* flex: 1; */
    padding: 0px 80px 0px 40px;
}

.footer .footer-cen .footer-cen-middle .midd-rig h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 16px;
}

.footer .footer-cen .footer-cen-middle .midd-rig .lx-li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.footer .footer-cen .footer-cen-middle .midd-rig .lx-li img {
    width: 16px;
    height: 16px;
}
.footer .footer-cen .footer-cen-middle .midd-rig .lx-li p {
    font-size: 16px;
    color: #9ca3af;
    padding-left: 10px;
}
.footer .footer-cen .footer-cen-fot {
    text-align: center;
}
.footer .footer-cen .footer-cen-fot img {
    width: 120px;
    height: 120px;
}
.footer .footer-cen .footer-cen-fot p {
    font-size: 14px;
    padding-top: 10px;
    color: #9e9e9e;
}
.footer .fot-text {
    padding: 12px 0px;
    background-color: #171717;
    text-align: center;
    font-size: 12px;
    color: #9ca3af;
}
/* 首页 */
.body-box {
    background: url(../img/body-bg.png) no-repeat;
    background-size: 100% 100%;
}

.study-img {
    box-shadow: 0px 4px 10px 0px rgba(24, 144, 255, 0.05);
    border-radius: 10px;
}

.patop60 {
    padding: 60px 0px;
}

.tzgg-box {
    padding-bottom: 60px;
}
.tzgg-box .tzgg-top {
    display: flex;
    align-items: center;
}
.tzgg-ul {
    display: flex;
    flex: 1;
}

.tzgg-ul li a {
    margin-right: 37px;
    font-size: 30px;
    color: #49596d;
    position: relative;
    z-index: 1;
}

.tzgg-ul li.hover a {
    color: #333;
    font-weight: bold;
}

.tzgg-ul li img {
    width: 120px;
    height: 14px;
    margin-top: -12px;
}
.quest-ul li.hover .li-img {
    background: url(../img/xz-img.png) no-repeat;
    background-size: 100% 100%;
    width: 120px;
    height: 14px;
    margin-top: -12px;
}

.tzgg-box .tzgg-top .more {
    color: #1890ff;
    font-size: 16px;
}

.tzgg-box .tzgg-cen {
    display: flex;
    padding-top: 40px;
}

.tzgg-box .tzgg-cen .lf-img {
    position: relative;
}

.tzgg-box .tzgg-cen .lf-img img {
    display: block;
    height: 420px;
    border-radius: 20px;
    width: 660px;
}

.tzgg-box .tzgg-cen .lf-img::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.tzgg-box .tzgg-cen .new-cont {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.tzgg-box .tzgg-cen .new-cont h4 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.tzgg-box .tzgg-cen .new-cont p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 0px 25px;
}

.tzgg-box .tzgg-cen .new-cont a {
    background-color: #1890ff;
    padding: 6px 15px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
}

.tzgg-box .tzgg-cen .new-list {
    flex: 1;
    background-color: #fff;
    border-radius: 20px;
    margin-left: 30px;
    padding: 40px 25px 18px;
    height: 420px;
    overflow-y: auto;
}

.tzgg-box .tzgg-cen .new-list li {
    display: flex;
    align-items: center;
    padding-bottom: 22px;
}

.tzgg-box .tzgg-cen .new-list li img {
    width: 16px;
    height: 16px;
}

.tzgg-box .tzgg-cen .new-list li a {
    flex: 1;
    padding: 0px 10px;
    font-size: 16px;
    color: #111827;
    font-weight: bold;
}
.tzgg-box .tzgg-cen .new-list li a:hover {
    color: #1890ff;
}

.tzgg-box .tzgg-cen .new-list li span {
    font-size: 14px;
    color: #6b7280;
}
.kctj-box {

    padding-bottom: 40px;
}
.kctj-box .kctj-top {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kctj-box .kctj-top h4 {
    font-size: 30px;
    color: #111827;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.kctj-box .kctj-top h4 img {
    width: 120px;
    height: 14px;
    margin-top: -12px;
    position: relative;
    z-index: -1;
}

.kctj-box .kctj-top .more {
    color: #1890ff;
    font-size: 16px;
}

.kctj-box .kctj-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.kctj-box .kctj-list li {
    width: 25%;
}
.kctj-box .kctj-list li a {
    display: block;
    margin: 0px 10px 20px;
    background-color: #fff;
    border-radius: 20px;
}

.kctj-box .kctj-list li a img {
    width: 100%;
    height: 192px;
    border-radius: 20px 20px 0px 0px;
    display: block;
}
.kctj-box .kctj-list li a .li-fot {
    padding: 24px;
}

.kctj-box .kctj-list li a .li-fot .xs-text {
    font-size: 14px;
    color: #6b7280;
}

.kctj-box .kctj-list li a .li-fot .xs-text span {
    /* height: 24px;
    line-height: 24px; */
    background: rgba(58, 153, 250, 0.1);
    font-size: 12px;
    color: #3a99fa;
    border-radius: 20px;
    padding: 5px 15px;
    margin-right: 10px;
}
.kctj-box .kctj-list li a .li-fot .xs-text span.bg-zy {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.kctj-box .kctj-list li a .li-fot h4 {
    font-size: 18px;
    color: #111827;
    font-weight: bold;
    margin: 10px 0px;
}

.kctj-box .kctj-list li a .li-fot .nr-text {
    font-size: 14px;
    color: #4b5563;
}
.kctj-box .kctj-list li a .li-fot .fot-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.kctj-box .kctj-list li a .li-fot .fot-price .lf-price {
    font-size: 18px;
    color: #ff4000;
    font-weight: bold;
}

.kctj-box .kctj-list li a .li-fot .fot-price .go-cart {
    background-color: #1890ff;
    padding: 8px 16px;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.help-box {
    padding-bottom: 80px;
}

.help-box .tit {
    font-size: 30px;
    color: #111827;
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 60px;
}

.help-box .tit img {
    width: 120px;
    height: 14px;
    margin: -12px auto 0px;
    position: relative;
    z-index: -1;
}

.help-box .help-cont {
    display: flex;
}

.help-box .help-cont .help-lft {
    width: 692px;
    background: url(../img/help-bg1.png) no-repeat;
    background-size: 100% 100%;
    height: 410px;
    padding: 40px 30px 15px;
    position: relative;
    overflow-y: auto;
}

.help-box .help-cont .help-lft h4 {
    font-size: 24px;
    color: #1890ff;
    font-weight: bold;
}

.help-box .help-cont .help-lft .wt-list li {
    padding: 20px 0px 25px;
    border-bottom: 1px dashed #d3e1ff;
}

.help-box .help-cont .help-lft .wt-list li:last-child {
    border-bottom: 0px;
}

.help-box .help-cont .help-lft .wt-list li .wt {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}

.help-box .help-cont .help-lft .wt-list li .da {
    font-size: 14px;
    line-height: 24px;
    color: #4b5563;
    padding-top: 5px;
    line-height: 24px;
}

.help-box .help-cont .help-lft a {
    position: absolute;
    right: 20px;
    top: 13px;
    letter-spacing: 2px;
    font-size: 14px;
    color: #fff;
}

.help-box .help-cont .help-rig {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.help-box .help-cont .help-rig li {
    width: 50%;
}
.help-box .help-cont .help-rig li .li-box {
    margin-left: 26px;
    background: url(../img/help-bg2.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 20px;
    height: 192px;
    margin-bottom: 26px;
    display: flex;
    position: relative;
}
.help-box .help-cont .help-rig li .li-box a {
    position: absolute;
    right: 17px;
    top: 4px;
    font-size: 14px;
    color: #1890ff;
}
.help-box .help-cont .help-rig li img {
    width: 44px;
    height: 44px;
}
.help-box .help-cont .help-rig li .li-you {
    flex: 1;
    padding-left: 10px;
}

.help-box .help-cont .help-rig li .li-you h4 {
    font-size: 20px;
    color: #111827;
    font-weight: bold;
}

.help-box .help-cont .help-rig li .li-you p {
    font-size: 16px;
    color: #4b5563;
    line-height: 24px;
    padding-top: 12px;
}

.xf-list {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/xf-bg.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 141, 240, 0.1);
    padding: 10px 0px;
    border-radius: 10px;
    z-index: 99;
}

.xf-list li a {
    padding: 10px 18px;
    border-bottom: 1px solid rgba(130, 145, 168, 0.1);
    text-align: center;
    display: block;
}
.xf-list li a:last-child {
    border-bottom: 0px;
}

.xf-list li img {
    width: 18px;
    height: 18px;
    margin: auto;
}

.xf-list li p {
    color: #1890ff;
    padding-top: 8px;
    font-size: 12px;
}

.weui-mask {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.weui-center {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    border-radius: 10px;
}
.wid1034 {
    width: 1034px;
}

.login-tank {
    display: flex;
}

.login-tank .lf-img {
    width: 520px;
    height: 520px;
}

.login-tank .lf-img img {
    width: 100%;
    height: 100%;
}

.login-tank .login-rig {
    flex: 1;
    background: url(../img/login-bg.png) no-repeat;
    background-size: 100% 100%;
}

.login-tank .login-rig .login-rig-box {
    padding: 54px 60px;
    position: relative;
}
.login-tank .login-rig .login-rig-box .zc {
    position: absolute;
    right: 30px;
    top: 12px;
    font-size: 16px;
    color: #1890ff;
}

.login-tank .login-rig .login-rig-box .qieh-ul {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
}

.login-tank .login-rig .login-rig-box .qieh-ul li {
    font-size: 16px;
    color: #666666;
    padding-bottom: 10px;
    cursor: pointer;
}
.login-tank .login-rig .login-rig-box .qieh-ul li.hover {
    color: #1890ff;
    font-weight: bold;
    border-bottom: 2px solid #1890ff;
}
.login-tank .login-rig .login-rig-box .qieh-ul li:first-child {
    margin-right: 54px;
}

.login-tank .login-rig .login-rig-box .login-body {
    padding-top: 30px;
}

.login-tank .login-rig .login-rig-box .login-body .inp-box {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 16px;
    margin-bottom: 20px;
}

.login-tank .login-rig .login-rig-box .login-body .inp-box input {
    flex: 1;
    padding-left: 10px;
    font-size: 14px;
    color: #9ca3af;
}

.login-tank .login-rig .login-rig-box .login-body .inp-box a {
    font-size: 14px;
    color: #1890ff;
}

.login-tank .login-rig .login-rig-box .login-body .wjmm {
    font-size: 14px;
    color: #1890ff;
    text-align: right;
    display: block;
}

.login-tank .login-rig .login-rig-box .login-body .xiey {
    display: flex;
    align-items: center;
    padding-top: 34px;
}

.login-tank .login-rig .login-rig-box .login-body .xiey p {
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
}

.login-tank .login-rig .login-rig-box .login-body .xiey p a {
    color: #1890ff;
    font-size: 14px;
}

.login-tank .login-rig .login-rig-box .login-body .dl-btn {
    margin-top: 15px;
    background-color: #1890ff;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.login-tank .login-rig .login-rig-box .login-body .other-login {
    padding-top: 30px;
}

.login-tank .login-rig .login-rig-box .login-body .other-login .dl-type {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.login-tank .login-rig .login-rig-box .login-body .other-login .dl-type span {
    width: 60px;
    height: 1px;
    background-color: #d8d8d8;
}

.login-tank .login-rig .login-rig-box .login-body .other-login .dl-type p {
    font-size: 12px;
    color: #999999;
    padding: 0px 15px;
}

.login-tank .login-rig .login-rig-box .login-body .other-login img {
    margin: auto;
}

/* 找回密码 */
.padd40 {
    padding: 50px 0px;
}
.zhmm-box {
    background-color: #fff;
    /* margin: 50px auto 38px; */
    padding: 30px 60px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    min-height: 600px;
}

.zhmm-box h3 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #f7f7f7;
}

.zhmm-box .input-body {
    padding-top: 40px;
    width: 600px;
    margin: auto;
}

.zhmm-box .input-body li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 22px;
}

.zhmm-box .input-body li.flexnone {
    align-items: initial;
}

.zhmm-box .input-body li .lf-text {
    font-size: 14px;
    color: #333;
    min-width: 80px;
    text-align: left;
}

.zhmm-box .input-body li .lf-text span {
    color: #ff0000;
}

.zhmm-box .input-body li .li-you {
    margin-left: 34px;
    flex: 1;
}

.zhmm-box .input-body li .li-you .li-you-top {
    /* min-width: 470px; */
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
}

.zhmm-box .input-body li .li-you .li-you-top input {
    flex: 1;
    font-size: 14px;
    color: #999999;
}
.zhmm-box .input-body li .li-you .li-you-top select {
    flex: 1;
    font-size: 14px;
    color: #757575;
}

.zhmm-box .input-body li .li-you .li-you-top a {
    font-size: 14px;
    color: #1890ff;
}

.zhmm-box .input-body li .li-you p {
    font-size: 12px;
    color: #666;
    padding-top: 10px;
    padding-left: 16px;
}

.zhmm-box .dl-btn {
    margin: 30px auto 20px;
    background-color: #1890ff;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 384px;
    display: block;
}

/* 注册 */
.step-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #f7f7f7;
}

.step-ul .num-li {
    text-align: center;
}

.step-ul .num-li p {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px dashed #999999;
    border-radius: 50%;
    margin: auto;
    font-weight: bold;
    color: #999999;
}

.step-ul .num-li span {
    display: inline-block;
    font-size: 16px;
    color: #9e9e9e;
    font-weight: bold;
    padding-top: 10px;
}

.step-ul .num-li.active p {
    border: 1px dashed #1890ff;
    background: rgba(24, 144, 255, 0.1);
    font-size: 20px;
    color: #1890ff;
}

.step-ul .num-li.active span {
    color: #1890ff;
}

.step-ul .line {
    width: 120px;
    height: 1px;
    border-top: 1px dashed #d8d8d8;
    margin: 0px 48px;
}

.yyzh {
    text-align: center;
    font-size: 14px;
    color: #9e9e9e;
}

.yyzh a {
    color: #1890ff;
    font-size: 14px;
}

.fot-btn {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.fot-btn a {
    width: 224px;
    height: 40px;
    line-height: 40px;
    background-color: #1890ff;
    font-size: 16px;
    border: 1px solid #1890ff;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}

.fot-btn a.borbox {
    background-color: transparent;
    color: #1890ff;
    margin-right: 22px;
}

.zccg-box {
    padding-top: 100px;
    text-align: center;
}

.zccg-box img {
    width: 202px;
    height: 108px;
    margin: auto;
}

.zccg-box h4 {
    font-size: 22px;
    color: #333;
    padding: 30px 0px 56px;
    font-weight: normal;
}

.zccg-box a {
    width: 224px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    background-color: #1890ff;
    margin: auto;
}

.zccg-box .fot-btn a {
    margin: initial;
}
.zccg-box .fot-btn a.borbox {
    margin-right: 22px !important;
}
/* 课程中心 */
.kc-banner {
    position: relative;
}
.kc-banner img {
    width: 100%;
    height: 400px;
}

.kc-banner .ck-tit {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(90deg, #0067c5 31%, rgba(1, 58, 140, 0.33) 69%, rgba(216, 216, 216, 0) 100%);
    width: 1558px;
    padding: 86px 240px;
}
.kc-banner .ck-tit h4 {
    font-size: 56px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top, #ffffff, #64bbff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}

.kc-banner .ck-tit p {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 15px;
}

.search-box {
    background-color: #fff;
    position: relative;
    margin-top: -40px;
    border-radius: 20px;
    padding: 40px 48px 2px;
    margin-bottom: 50px;
}

.ss-cont {
    width: 600px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 12px 32px;
    border-radius: 50px;
    border: 1px solid #1890ff;
    box-shadow: 0px 4px 10px 0px rgba(24, 144, 255, 0.1);
}
.ss-cont input {
    flex: 1;
    padding: 0px 12px;
    font-size: 18px;
    color: #a7a7a7;
}
.ss-cont a {
    font-size: 18px;
    padding: 0px 24px;
    border-radius: 30px;
    height: 36px;
    line-height: 36px;
    background: rgba(24, 144, 255, 0.1);
    color: #1890ff;
    display: block;
}

.search-box .type-ul {
    padding-top: 40px;
}

.search-box .type-ul .type-li {
    display: flex;
}

.search-box .type-ul .type-li span {
    display: block;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 38px;
}

.search-box .type-ul .type-li .type-list {
    flex: 1;
    padding-left: 35px;
    display: flex;
    flex-wrap: wrap;
}

.search-box .type-ul .type-li .type-list li {
    padding-bottom: 38px;
    padding-right: 40px;
}

.search-box .type-ul .type-li .type-list li a {
    font-size: 18px;
    color: #666666;
    font-weight: 500;
}

.search-box .type-ul .type-li .type-list li a:hover {
    color: #1890ff;
}

.search-box .type-ul .type-li .type-list li.active a {
    color: #1890ff;
}

.page-tag {
    padding: 0px 0px 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-tag h4 {
    font-size: 12px;
    color: #333;
    padding-right: 26px;
    font-weight: normal;
}

.page-tag p {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 12px;
    color: #1d2129;
    text-align: center;
    margin-right: 10px;
}

.page-tag p:hover {
    background-color: #e8f4ff;
    color: #1890ff;
}

.page-border {
    padding: 50px 0 0 0 !important;
}

.page-border p,
.page-tag input {
    border: 1px solid #ddd;
}

.page-tag p.active {
    background-color: #e8f4ff;
    color: #1890ff;
}

.page-tag p:hover {
    cursor: pointer;
}

.page-tag span {
    font-size: 16px;
    color: #888888;
    display: inline-block;
    padding-right: 20px;
}

/* 课程详情 */
.kc-banner-box {
    position: relative;
}

.kc-banner-box img {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0px;
    right: 0px;
}

.kc-banner-box::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(90deg, #0067c5 31%, rgba(1, 58, 140, 0.33) 69%, rgba(216, 216, 216, 0) 100%);
    width: 1558px;
    height: 400px;
}

.detail-cont {
    position: relative;
    padding-top: 60px;
}

.detail-cont .page-tit {
    font-size: 14px;
    color: #fff;
    padding-bottom: 8px;
}

.detail-cont .detail-top {
    background-color: #fff;
    padding: 42px 40px;
    border-radius: 20px;
    display: flex;
    margin-bottom: 40px;
}

.detail-cont .detail-top .lf-img img {
    width: 600px;
    height: 340px;
    display: block;
    border-radius: 8px;
}

.detail-cont .detail-top .rg-cont {
    flex: 1;
    padding-left: 30px;
}

.detail-cont .detail-top .rg-cont h4 {
    font-size: 22px;
    color: #111827;
    font-weight: bold;
}

.detail-cont .detail-top .rg-cont .tag {
    display: inline-block;
    background: rgba(58, 153, 250, 0.1);
    font-size: 12px;
    color: #3a99fa;
    padding: 4px 12px;
    border-radius: 30px;
    margin: 12px 0px;
}

.detail-cont .detail-top .rg-cont .wx-text {
    font-size: 16px;
    color: #4b5563;
}

.detail-cont .detail-top .rg-cont .sc-box {
    margin-top: 18px;
    border-radius: 10px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 14px 0px;
}

.detail-cont .detail-top .rg-cont .sc-box .sc-lft {
    flex: 1;
    padding: 0px 22px;
}

.detail-cont .detail-top .rg-cont .sc-box .sc-lft p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.detail-cont .detail-top .rg-cont .sc-box .sc-img {
    padding: 0px 44px;
    border-left: 1px solid #d8d8d8;
    text-align: center;
    font-size: 14px;
    color: #9e9e9e;
}

.detail-cont .detail-top .rg-cont .sc-box .sc-img img {
    width: 24px;
    height: 24px;
    margin: 0px auto 8px;
}

.detail-cont .detail-top .rg-cont .xs-li {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.detail-cont .detail-top .rg-cont .xs-li p {
    font-size: 14px;
    color: #333;
}

.detail-cont .detail-top .rg-cont .xs-li span {
    width: 1px;
    height: 10px;
    background-color: #d8d8d8;
    display: inline-block;
    margin: 0px 20px;
}

.detail-cont .detail-top .rg-cont .fot-price {
    padding-top: 42px;
    display: flex;
    align-items: center;
}

.detail-cont .detail-top .rg-cont .fot-price p {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.detail-cont .detail-top .rg-cont .fot-price p span {
    color: #ff4000;
}

.detail-cont .detail-top .rg-cont .fot-price .you-btn {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.detail-cont .detail-top .rg-cont .fot-price .you-btn a {
    min-width: 140px;
    height: 44px;
    line-height: 44px;
    box-shadow: 0px 4px 10px 0px rgba(24, 144, 255, 0.3);
    border-radius: 8px;
    background: #1890ff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-left: 20px;
    position: relative;
}

.detail-cont .detail-top .rg-cont .fot-price .you-btn a.bg-hui {
    border-radius: 8px;
    opacity: 0.2;
    background: #1890ff;
    box-shadow: 0px 4px 10px 0px rgba(24, 144, 255, 0.3);
    color: #fff;
}

.detail-cont .detail-top .rg-cont .fot-price .you-btn a em {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 18px;
    line-height: 15px;
    min-width: 24px;
    text-align: center;
    background-color: #ff4000;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
}

.video-box {
    background-color: #fff;
    padding: 42px 40px;
    border-radius: 20px;
    display: flex;
    margin-bottom: 40px;
}

.video-box img {
    width: 100%;
    height: 600px;
}

.detail-cont .detail-fot {
    display: flex;
    padding-bottom: 40px;
    align-items: flex-start;
}

.detail-cont .detail-fot .detail-fot-lft {
    flex: 1;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 20px;
}
.detail-cont .detail-fot .detail-fot-lft .tzgg-ul li.hover a {
    color: #333;
}
.detail-cont .detail-fot .detail-fot-lft .tzgg-ul {
    margin-bottom: 20px;
}

.detail-cont .detail-fot .detail-fot-lft h4 {
    font-size: 28px;
    color: #111827;
    font-weight: bold;
    position: relative;
    z-index: 0;
    margin-bottom: 32px;
}

.detail-cont .detail-fot .detail-fot-lft h4 img {
    width: 120px;
    height: 14px;
    margin-top: -12px;
    position: relative;
    z-index: -1;
}

.detail-cont .detail-fot .detail-fot-lft .kcjc-nr {
    background-color: #f7fbff;
    padding: 20px 28px;
    border-radius: 20px;
    margin-bottom: 30px;
    height: auto;
    min-height: 100px;
}

.detail-cont .detail-fot .detail-fot-lft .kcjc-nr p {
    line-height: 38px;
    color: #49596d;
    font-size: 16px;
}

.detail-cont .detail-fot .detail-fot-lft .kcjc-nr .zk {
    margin-top: 15px;
    font-size: 16px;
    color: #1890ff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-cont .detail-fot .detail-fot-lft .kcjc-nr .zk img {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.detail-cont .detail-fot .detail-fot-lft .kclb-box {
    background-color: #f7fbff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.detail-cont .detail-fot .detail-fot-lft .kclb-box:last-child {
    margin-bottom: 0px;
}

.detail-cont .detail-fot .detail-fot-lft .kclb-box .kclb-tit {
    display: flex;
    align-items: center;
    padding: 26px 30px 29px;
    background: linear-gradient(180deg, #d6ebff 0%, #f7fbff 100%);
    border-radius: 10px 10px 0px 0px;
}

.detail-cont .detail-fot .detail-fot-lft .kclb-box .kclb-tit p {
    flex: 1;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.detail-cont .detail-fot .detail-fot-lft .kclb-box .kclb-tit .ks-text {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #333333;
}

.detail-cont .detail-fot .detail-fot-lft .kclb-box .kclb-tit .ks-text img {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list {
    padding: 8px 30px 0px;
    /* max-height: 380px;
    overflow-y: auto; */
}

.detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list li {
    padding: 24px 0px;
    border-bottom: 1px solid #e5f0fa;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list li .li-lft {
    flex: 1;
    padding-right: 10px;
    display: flex;
}
.detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list li .li-lft img {
    width: 190px;
    height: 108px;
    object-fit: cover;
    border-radius: 10px;
}
.detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list li .li-lft .li-lft-box {
    flex: 1;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list li .li-lft .li-lft-box p {
    font-size: 16px;
    color: #111827;
}
.detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list li .li-lft .li-lft-box .xz-text {
    font-size: 15px;
    color: #666;
}
.detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list li .li-lft .li-lft-box span {
    display: block;
    font-size: 14px;
    color: #999;
    padding-top: 10px;
}

.detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list li:first-child {
    padding-top: 0px;
}
.detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list li:last-child {
    border-bottom: none;
}

.kan-ul {
    display: flex;
    align-items: center;
}

.kan-ul .kan-li {
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 14px;
    color: #999;
}

.kan-ul .kan-li img {
    width: 18px !important;
    height: 18px !important;
    margin-right: 6px;
}

.detail-cont .detail-fot .detail-fot-rig {
    width: 550px;
    background-color: #fff;
    padding: 20px 30px 0px;
    border-radius: 20px;
    margin-left: 40px;
}

.detail-cont .detail-fot .detail-fot-rig h4 {
    font-size: 28px;
    color: #111827;
    font-weight: bold;
    position: relative;
    z-index: 0;
    margin-bottom: 32px;
}

.detail-cont .detail-fot .detail-fot-rig h4 img {
    width: 120px;
    height: 14px;
    margin-top: -12px;
    position: relative;
    z-index: -1;
}
.detail-cont .detail-fot .detail-fot-rig .kc-list {
    max-height: 760px;
    overflow-y: auto;
}
.detail-cont .detail-fot .detail-fot-rig .kc-list li {
    padding: 24px 0px;
    border-bottom: 1px solid #e5f0fa;
    display: flex;
    cursor: pointer;
}
.detail-cont .detail-fot .detail-fot-rig .kc-list li .lf-img img {
    width: 190px;
    height: 108px;
    object-fit: cover;
    border-radius: 10px;
}
.detail-cont .detail-fot .detail-fot-rig .kc-list li .li-you {
    flex: 1;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.detail-cont .detail-fot .detail-fot-rig .kc-list li .li-you .name {
    font-size: 18px;
    color: #111827;
    font-weight: bold;
}
.detail-cont .detail-fot .detail-fot-rig .kc-list li .li-you .xs-text {
    font-size: 14px;
    color: #6b7280;
    padding-top: 10px;
}
.detail-cont .detail-fot .detail-fot-rig .kc-list li .li-you .xs-text span {
    background: rgba(58, 153, 250, 0.1);
    font-size: 12px;
    color: #3a99fa;
    border-radius: 20px;
    padding: 5px 15px;
    margin-right: 10px;
}
.detail-cont .detail-fot .detail-fot-rig .kc-list li .li-you .xs-text span.bg-zy {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}
.detail-cont .detail-fot .detail-fot-rig .kc-list li .li-you .fot-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.detail-cont .detail-fot .detail-fot-rig .kc-list li .li-you .fot-price .lf-price {
    font-size: 18px;
    color: #ff4000;
    font-weight: bold;
}

.detail-cont .detail-fot .detail-fot-rig .kc-list li .li-you .fot-price .go-cart {
    background-color: #1890ff;
    padding: 8px 16px;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}
.detail-cont .detail-fot .detail-fot-rig .kc-list li:first-child {
    padding-top: 0px;
}
.detail-cont .detail-fot .detail-fot-rig .kc-list li:last-child {
    border-bottom: none;
}

/* 购物车 */
.table-box {
    margin-top: 30px;
    width: 100%;
}
.table-box tr {
    padding: 17px 25px;
}
.table-box tr:first-child {
    background-color: #f7fbff;
}

.table-box tr td {
    padding: 17px 20px;
    font-size: 16px;
    color: #1d2129;
    border-bottom: 1px solid #f1f1f1;
    /* width: 15%; */
}

.table-box tr:first-child td {
    border-bottom: 0px;
}

/* .table-box tr td:first-child {
    width: 10%;
    padding: 0px 30px;
}

.table-box tr td:nth-child(2) {
    flex: 1;
    width: initial !important;
} */

.table-box .course-box {
    display: flex;
}

.table-box .course-box img {
    width: 154px;
    height: 88px;
    object-fit: cover;
    border-radius: 10px;
}

.table-box .course-box .rg-cont {
    flex: 1;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.table-box .course-box .rg-cont h4 {
    font-size: 16px;
    color: #111827;
}

.table-box .course-box .rg-cont .xs-text {
    font-size: 14px;
    color: #6b7280;
}

.table-box .course-box .rg-cont .xs-text span {
    /* height: 24px;
    line-height: 24px; */
    background: rgba(58, 153, 250, 0.1);
    font-size: 12px;
    color: #3a99fa;
    border-radius: 20px;
    padding: 5px 15px;
    margin-right: 10px;
}
.table-box .course-box .rg-cont .xs-text span.bg-zy {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.table-box .course-box .rg-cont .year {
    font-size: 14px;
    color: #6b7280;
}

.table-box .price {
    font-size: 14px !important;
    color: #333333;
    font-weight: bold;
}

.table-box .del-cont {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ff4000;
    cursor: pointer;
}

.table-box .del-cont img {
    margin-right: 8px;
}

.table-box .cz-btn a {
    display: block;
    width: 75px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background: #1890ff;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.table-box .cz-btn a.borbox {
    background-color: transparent;
    border: 1px solid #1890ff;
    color: #1890ff;
    margin-top: 10px;
}

.table-box .xxjd-box .jd-line {
    position: relative;
    width: 146px;
    height: 8px;
    background: rgba(24, 144, 255, 0.1);
    border-radius: 10px;
}
.table-box .xxjd-box .jd-line span {
    display: inline-block;
    background-color: #1890ff;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    height: 8px;
}
.wid80 {
    width: 80%;
}
.table-box .xxjd-box .yx-text {
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
}
.cart-fot {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.cart-fot .xk-text {
    font-size: 16px;
    color: #1890ff;
}

.fot-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fot-right p {
    font-size: 16px;
    color: #333;
}

.fot-right p span {
    color: #1890ff;
}

.fot-right p span.col-red {
    color: #ff4000;
    font-weight: bold;
}

.fot-right .cart-btn {
    border-radius: 8px;
    background: #1890ff;
    box-shadow: 0px 4px 10px 0px rgba(24, 144, 255, 0.3);
    font-size: 18px;
    color: #fff;
    text-align: center;
    min-width: 140px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    margin-left: 36px;
    display: block;
}
.submit-box .submit-li {
    padding: 30px 0px;
    border-bottom: 1px solid #f7f7f7;
}
.submit-box .submit-li:last-child {
    border-bottom: 0px;
}

.submit-box .submit-li h4 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.submit-box .submit-li h4 span {
    width: 4px;
    height: 16px;
    background-color: #1890ff;
    display: inline-block;
    margin-right: 10px;
}

.submit-box .submit-li p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    padding-bottom: 10px;
}

.submit-box .submit-li p span {
    color: #ff4000;
}

.submit-box .submit-li .pay-cont p {
    font-weight: bold;
}

.submit-box .submit-li .pay-cont .pay-ul {
    display: flex;
    flex-wrap: wrap;
}

.submit-box .submit-li .pay-cont .pay-ul li {
    margin-top: 10px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    min-width: 160px;
    justify-content: center;
    padding: 14px 0px;
    margin-right: 30px;
    overflow: hidden;
    cursor: pointer;
}

.submit-box .submit-li .pay-cont .pay-ul li.active {
    border: 1px solid #1890ff;
}

.submit-box .submit-li .pay-cont .pay-ul li p {
    padding-bottom: 0px;
    padding-left: 8px;
}

.submit-box .submit-li .pay-cont .pay-ul li .xz-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-left: 32px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.switch input:checked + .slider {
    background-color: #2196f3;
}

.switch input:checked + .slider:before {
    transform: translateX(26px);
}

.submit-box .submit-li.flebox {
    display: flex;
    align-items: center;
}

.submit-box .submit-li.flebox p {
    font-weight: bold;
    padding-bottom: 0px;
}

.radio-group {
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
}

.radio-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-right: 15px;
}
.radio-item .radio-label {
    font-size: 14px;
    color: #999;
}
.radio-item input[type='radio'] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    margin-right: 10px;
    position: relative;
}

.radio-item input[type='radio']:checked {
    background-color: #2196f3;
    border-color: #2196f3;
}

.radio-item input[type='radio']:checked::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.invoice-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.invoice-list li {
    display: flex;
    align-items: center;
    /* width: 50%; */
    margin-bottom: 20px;
}

.invoice-list li p {
    font-size: 14px !important;
    padding-bottom: 0px !important;
    min-width: 100px;
}

.invoice-list li p span {
    color: #ff0000;
}

.wid100 {
    width: 100% !important;
}
/* .invoice-list li .li-input{
    flex: 1;
} */
.invoice-list li .li-input input {
    border-radius: 8px;
    border: 1px solid #eeeeee;
    padding: 10px 16px;
    width: 520px;
    font-size: 14px;
}

.invoice-list li .li-input input[type='text'] {
    outline: none;
    transition: border-color 0.3s ease;
}

.invoice-list li .li-input textarea {
    border-radius: 8px;
    border: 1px solid #eeeeee;
    padding: 10px 16px;
    width: 520px;
    font-size: 14px;
}

.invoice-list li.flexnone {
    align-items: initial !important;
}

.fp-list {
    display: flex;
    flex-wrap: wrap;
}

.fp-list li {
    border-radius: 10px;
    border: 1px solid #eeeeee;
    padding: 15px 25px;
    margin-right: 20px;
    min-width: 320px;
}

.fp-list li .li-top {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.fp-list li .li-top span {
    padding: 4px 12px;
    background: rgba(24, 144, 255, 0.1);
    border-radius: 30px;
    font-size: 12px;
    color: #1890ff;
    font-weight: normal;
    margin-left: 20px;
}
.fp-list li .sh {
    font-size: 14px;
    color: #4b5563;
    padding: 10px 0px;
}

.fp-list li .li-fot {
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
}

.fp-list li .li-fot .xtb-li {
    display: flex;
    align-items: center;
    padding-left: 17px;
    font-size: 12px;
    color: #999;
}

.fp-list li .li-fot .xtb-li img {
    margin-right: 10px;
}

.fp-list li.add-box {
    width: 140px;
    padding: 28px 0px;
    text-align: center;
    min-width: initial !important;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.fp-list li.add-box img {
    margin: 0px auto 10px;
}

.kczj-box {
    background-color: #fff;
    position: relative;
    margin-top: -40px;
    border-radius: 20px;
    padding: 30px 60px;
}

.kczj-box h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
}

.kczj-box h4 span {
    color: #999;
    font-size: 16px;
    font-weight: normal;
}

.pad50 {
    padding-bottom: 50px;
}

.kczj-box .tips {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #4b5563;
    padding-top: 20px;
    padding-bottom: 40px;
}

.kczj-box .tips img {
    margin-right: 10px;
}

.kczj-box .flexnone .li-input {
    flex: 1;
}

.kczj-box .flexnone .li-input textarea {
    width: 100%;
}

.kczj-box .tj-btn {
    padding: 30px 0px;
}

.kczj-box .tj-btn a {
    width: 224px;
    height: 40px;
    line-height: 40px;
    background-color: #1890ff;
    font-size: 16px;
    border: 1px solid #1890ff;
    color: #fff;
    border-radius: 8px;
    margin: auto;
    display: block;
    text-align: center;
}

.jdjs-box {
    background-color: #fff;
    position: relative;
    margin-top: -40px;
    border-radius: 20px;
    padding: 45px 64px;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    text-indent: 1rem;
    min-height: 600px;
    font-weight: bold;
}

.zxzx-box {
    background-color: #fff;
    position: relative;
    margin-top: -40px;
    border-radius: 20px;
    padding: 25px 60px;
}

.zxzx-box .tzgg-ul li.hover a {
    color: #333;
}

.zxzx-box .tzgg-list li {
    padding: 30px 0px;
    position: relative;
}
.zxzx-box .tzgg-list li a {
    display: flex;
}
.zxzx-box .tzgg-list li::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 1px;
    background-color: #f1f1f1;
    left: 238px;
}
.zxzx-box .tzgg-list li:last-child::after {
    content: none;
}
.zxzx-box .tzgg-list li a .lf-img {
    width: 208px;
    height: 130px;
    margin-right:30px
}
.zxzx-box .tzgg-list li a .lf-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.zxzx-box .tzgg-list li a .rg-box {
    flex: 1;
    /* padding-left: 30px */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zxzx-box .tzgg-list li a .rg-box h4 {
    font-size: 16px;
    color: #111827;
    font-weight: bold;
}

.zxzx-box .tzgg-list li a .rg-box p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding-top: 10px;
}
.zxzx-box .tzgg-list li a .rg-box .fot-box {
    display: flex;
    align-items: center;
}

.zxzx-box .tzgg-list li a .rg-box .fot-box .fot-li {
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 14px;
    color: #6b7280;
}

.zxzx-box .tzgg-list li a .rg-box .fot-box .fot-li img {
    margin-right: 6px;
}

.paddbox {
    padding: 40px 0px 20px;
}

.detail-box {
    background-color: #fff;
    padding: 42px 40px;
    border-radius: 20px;
}

.detail-box .top-tit {
    padding-bottom: 30px;
    border-bottom: 1px solid #f7f7f7;
    text-align: center;
}

.detail-box .top-tit h4 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.detail-box .top-tit p {
    font-size: 14px;
    color: #9e9e9e;
    padding-top: 20px;
}

.detail-box .top-tit p span:first-child {
    margin-right: 15px;
    display: inline-block;
}

.detail-box .xq-cont {
    padding: 40px 0px;
}

.detail-box .xq-cont p {
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: #333333;
}

.detail-box .xq-cont .cen-img {
    padding: 30px 0px;
}

.detail-box .xq-cont .cen-img img {
    margin: auto;
    width: 55%;
}

.detail-box .xq-cont .next-page {
    padding: 100px 100px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-box .xq-cont .next-page a {
    display: block;
    flex: 1;
    padding: 10px 30px;
    background-color: #f7f7f7;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.detail-box .xq-cont .next-page a span {
    color: #333;
    font-size: 14px;
}
.detail-box .xq-cont .next-page a:first-child {
    margin-right: 100px;
}

.detail-box .xq-cont .next-page a p {
    line-height: initial !important;
}

.cjwt-list {
    padding-top: 20px;
}

.cjwt-list li {
    padding: 30px 0px;
    border-bottom: 1px solid #f7f7f7;
}

.cjwt-list li h4 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.cjwt-list li p {
    font-size: 14px;
    color: #4b5563;
    padding-top: 10px;
}

.xksm-box {
    padding-top: 60px;
}

.xksm-box .top-text p {
    font-size: 14px;
    color: #333;
    line-height: 36px;
}

.xksm-box .fot-text {
    padding-top: 40px;
}

.xksm-box .fot-text p {
    font-size: 14px;
    color: #333;
    line-height: 36px;
}

.xksm-box .fot-text .img-cont {
    padding: 40px 0px;
}

.xksm-box .fot-text .img-cont img {
    width: 55%;
    margin: auto;
}

.zscx-box {
    padding-top: 40px;
}

.zscx-box .top-zs img {
    width: 100%;
}
.zscx-box .ss-cont {
    margin-top: -40px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.zscx-box .zs-cont {
    padding-top: 40px;
    text-align: center;
}

.zscx-box .zs-cont img {
    width: 450px;
    height: 320px;
    margin: auto;
}

.zscx-box .zs-cont .zsnr {
    padding-top: 15px;
}

.zscx-box .zs-cont .zsnr h4 {
    font-size: 20px;
    color: #3d3d3d;
}

.zscx-box .zs-cont .zsnr p {
    font-size: 16px;
    color: #999999;
    padding: 10px 0px;
}

.zscx-box .zs-cont .zsnr h5 {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: normal;
}

.zscx-box .zs-cont .zsnr a {
    margin: 40px auto 0px;
    display: block;
    width: 128px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background: #1890ff;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.mine-cont {
    position: relative;
}

.mine-cont::after {
    content: '';
    background: linear-gradient(180deg, #0067c5 0%, rgba(0, 103, 197, 0) 100%);
    height: 400px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
}

.mine-body {
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.mine-body h5 {
    font-size: 14px;
    padding-bottom: 10px;
    color: #fff;
}
.mine-flex {
    display: flex;
    align-items: flex-start;
}
.mine-flex .mine-flex-lft {
    width: 220px;
    background-color: #fff;
    padding: 32px 18px;
    border-radius: 20px;
    min-height: 710px;
}

.mine-flex .mine-flex-lft .mine-list li {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.mine-flex .mine-flex-lft .mine-list li .icon1 {
    background: url(../img/mine-xtb1.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}
.mine-flex .mine-flex-lft .mine-list li .icon2 {
    background: url(../img/mine-xtb2.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}
.mine-flex .mine-flex-lft .mine-list li .icon3 {
    background: url(../img/mine-xtb3.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}
.mine-flex .mine-flex-lft .mine-list li .icon4 {
    background: url(../img/mine-xtb4.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}
.mine-flex .mine-flex-lft .mine-list li .icon5 {
    background: url(../img/mine-xtb5.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}
.mine-flex .mine-flex-lft .mine-list li .icon6 {
    background: url(../img/mine-xtb6.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}
.mine-flex .mine-flex-lft .mine-list li .icon7 {
    background: url(../img/mine-xtb7.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}
.mine-flex .mine-flex-lft .mine-list li .icon8 {
    background: url(../img/mine-xtb8.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}
.mine-flex .mine-flex-lft .mine-list li .icon9 {
    background: url(../img/mine-xtb9.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}
.mine-flex .mine-flex-lft .mine-list li p {
    flex: 1;
    padding-left: 10px;
    font-size: 16px;
    color: #333;
}

.mine-flex .mine-flex-lft .mine-list li.active .icon1,
.mine-flex .mine-flex-lft .mine-list li:hover .icon1 {
    background: url(../img/mine-xtb1-on.png) no-repeat;
    background-size: 22px 22px;
}
.mine-flex .mine-flex-lft .mine-list li.active .icon2,
.mine-flex .mine-flex-lft .mine-list li:hover .icon2 {
    background: url(../img/mine-xtb2-on.png) no-repeat;
    background-size: 22px 22px;
}
.mine-flex .mine-flex-lft .mine-list li.active .icon3,
.mine-flex .mine-flex-lft .mine-list li:hover .icon3 {
    background: url(../img/mine-xtb3-on.png) no-repeat;
    background-size: 22px 22px;
}
.mine-flex .mine-flex-lft .mine-list li.active .icon4,
.mine-flex .mine-flex-lft .mine-list li:hover .icon4 {
    background: url(../img/mine-xtb4-on.png) no-repeat;
    background-size: 22px 22px;
}
.mine-flex .mine-flex-lft .mine-list li.active .icon5,
.mine-flex .mine-flex-lft .mine-list li:hover .icon5 {
    background: url(../img/mine-xtb5-on.png) no-repeat;
    background-size: 22px 22px;
}
.mine-flex .mine-flex-lft .mine-list li.active .icon6,
.mine-flex .mine-flex-lft .mine-list li:hover .icon6 {
    background: url(../img/mine-xtb6-on.png) no-repeat;
    background-size: 22px 22px;
}
.mine-flex .mine-flex-lft .mine-list li.active .icon7,
.mine-flex .mine-flex-lft .mine-list li:hover .icon7 {
    background: url(../img/mine-xtb7-on.png) no-repeat;
    background-size: 22px 22px;
}
.mine-flex .mine-flex-lft .mine-list li.active .icon8,
.mine-flex .mine-flex-lft .mine-list li:hover .icon8 {
    background: url(../img/mine-xtb8-on.png) no-repeat;
    background-size: 22px 22px;
}
.mine-flex .mine-flex-lft .mine-list li.active .icon9,
.mine-flex .mine-flex-lft .mine-list li:hover .icon9 {
    background: url(../img/mine-xtb9-on.png) no-repeat;
    background-size: 22px 22px;
}

.mine-flex .mine-flex-lft .mine-list li.active,
.mine-flex .mine-flex-lft .mine-list li:hover {
    border-radius: 10px;
    background: #1890ff;
}
.mine-flex .mine-flex-lft .mine-list li.active p,
.mine-flex .mine-flex-lft .mine-list li:hover p {
    color: #fff;
}
.mine-flex .mine-flex-lft .mine-list li.active .right-arrow::after,
.mine-flex .mine-flex-lft .mine-list li:hover .right-arrow::after {
    border-color: #fff;
}

.mine-flex .mine-flex-rig {
    flex: 1;
    margin-left: 40px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 40px;
    min-height: 710px;
}

.mine-flex .mine-flex-rig .tit {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mine-flex .mine-flex-rig .person-info {
    padding-top: 36px;
    width: 566px;
    margin: auto;
}

.mine-flex .mine-flex-rig .person-info .top-tx {
    text-align: center;
    cursor: pointer;
}

.mine-flex .mine-flex-rig .person-info .top-tx img {
    width: 68px;
    height: 68px;
    margin: auto;
    border-radius: 50%;
}

.mine-flex .mine-flex-rig .person-info .top-tx p {
    font-size: 14px;
    color: #9ca3af;
    padding-top: 10px;
}

.mine-flex .mine-flex-rig .info-list {
    padding-top: 42px;
}

.mine-flex .mine-flex-rig .info-list .info-li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.mine-flex .mine-flex-rig .info-list .info-li p {
    font-size: 14px;
    color: #333;
    min-width: 100px;
}

.mine-flex .mine-flex-rig .info-list .info-li p span {
    color: #ff0000;
}

.mine-flex .mine-flex-rig .info-list .info-li .you-inp {
    flex: 1;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 10px 16px;
}

.mine-flex .mine-flex-rig .info-list .info-li .you-inp input,
.mine-flex .mine-flex-rig .info-list .info-li .you-inp select {
    width: 100%;
    font-size: 14px;
    color: #999;
}

.mine-flex .mine-flex-rig .info-list .info-li .bd-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #9e9e9e;
}
.mine-flex .mine-flex-rig .info-list .info-li .bd-box a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 8px;
    background: rgba(24, 144, 255, 0.05);
    border: 1px solid #1890ff;
    font-size: 14px;
    color: #1890ff;
    margin-right: 15px;
    display: inline-block;
}

.mine-flex .mine-flex-rig .save-btn {
    padding-top: 100px;
}
.mine-flex .mine-flex-rig .save-btn a {
    width: 224px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background: #1890ff;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: auto;
    display: block;
}

.wid468 {
    width: 468px;
}

.ewm-cont {
    padding: 30px 48px;
    text-align: center;
}

.ewm-cont img {
    width: 372px;
    height: 372px;
    margin: auto;
}

.ewm-cont p {
    font-size: 18px;
    color: #333333;
    padding-top: 20px;
}

.mine-cart {
    margin-top: 40px;
}

.mine-cart .course-box .rg-cont h4 {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.minh500 {
    min-height: 500px;
}
.wid40 {
    width: 40%;
}
.wid15 {
    width: 15%;
}
.wid30 {
    width: 30%;
}
.wid10 {
    width: 10%;
}
.wid55 {
    width: 55%;
}
.wid18 {
    width: 18%;
}

.study-list li {
    padding: 30px 0px 24px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    cursor: pointer;
}

.study-list li .lf-img img {
    width: 172px;
    height: 122px;
}

.study-list li .li-you {
    flex: 1;
    padding-left: 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.study-list li .li-you .li-you-top h4 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.study-list li .li-you .li-you-top p {
    font-size: 16px;
    color: #333;
    padding-top: 10px;
}

.study-list li .li-you .li-you-fot {
    display: flex;
    justify-content: space-between;
}

.fot-style {
    flex: 1;
}

.fot-style p {
    font-size: 14px;
    color: #666666;
    display: inline-block;
}

.fot-style span {
    width: 1px;
    height: 12px;
    background-color: #d8d8d8;
    display: inline-block;
    margin: 0px 20px;
}

.study-list li .li-you .li-you-fot .you-btn {
    display: flex;
    align-items: center;
}

.study-list li .li-you .li-you-fot .you-btn a {
    width: 75px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background: #1890ff;
    border: 1px solid #1890ff;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-left: 15px;
}

.study-list li .li-you .li-you-fot .you-btn a.borbox {
    background-color: transparent;
    border: 1px solid #1890ff;
    color: #1890ff;
}

.tit-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tit-flex a {
    width: 98px;
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
    background: #1890ff;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.invoice-ul li {
    padding: 25px 0px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}
.invoice-ul li .li-top {
    display: flex;
    align-items: center;
}

.invoice-ul li .li-top p {
    flex: 1;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.invoice-ul li .li-top p span {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: rgba(24, 144, 255, 0.1);
    border-radius: 30px;
    font-size: 12px;
    color: #1890ff;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
}

.invoice-ul li .li-top .you-xtb {
    display: flex;
    align-items: center;
}

.invoice-ul li .li-top .you-xtb .xtb-li {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #1890ff;
    margin-left: 27px;
}
.invoice-ul li .li-top .you-xtb .xtb-li.del {
    color: #ff4000;
}

.patop10 {
    padding-top: 13px;
}
.message-ul li {
    padding: 28px 0px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}
.message-ul li .li-top {
    display: flex;
    align-items: center;
}
.message-ul li .li-top h4 {
    flex: 1;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.message-ul li .li-top span {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: rgba(24, 144, 255, 0.1);
    border-radius: 30px;
    font-size: 12px;
    color: #1890ff;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.message-ul li .li-top p {
    color: #999999;
    font-size: 12px;
}

.message-ul li .li-xz {
    font-size: 14px;
    color: #4b5563;
    padding-top: 10px;
}

.feedback-box {
    padding-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-box .feedback-li {
    display: flex;
    align-items: center;
    /* width: 50%; */
    padding-bottom: 20px;
}

.feedback-box .feedback-li p {
    font-size: 14px;
    color: #333;
    min-width: 100px;
}

.feedback-box .feedback-li p span {
    color: #ff0000;
}

.feedback-box .feedback-li .li-you {
    /* flex: 1; */
    border-radius: 8px;
    border: 1px solid #eeeeee;
    padding: 10px 15px;
}
.feedback-box .feedback-li.wid100 {
    align-items: initial;
}

.feedback-box .feedback-li.wid100 .li-you {
    flex: 1;
}

.feedback-box .feedback-li .li-you textarea {
    width: 100%;
    font-size: 14px;
    color: #999;
}
.feedback-box .feedback-li .up-pic {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.feedback-box .feedback-li .up-pic img {
    width: 120px;
    height: 120px;
}

.feedback-box .feedback-li .li-you input {
    width: 385px;
    font-size: 14px;
    color: #999;
}

.patop100 {
    padding-top: 100px;
}

.xg-box {
    padding-top: 55px;
    width: 580px;
    margin: auto;
}

.xg-box .xg-li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.xg-box .xg-li p {
    font-size: 14px;
    color: #333;
    min-width: 100px;
}

.xg-box .xg-li p span {
    color: #ff0000;
}

.xg-box .xg-li .li-you {
    border-radius: 8px;
    border: 1px solid #eeeeee;
    padding: 10px 15px;
    flex: 1;
}

.xg-box .xg-li .li-you input {
    font-size: 14px;
    color: #999;
    width: 100%;
}

.sex-list {
    display: flex;
    align-items: center;
}

.sex-list .sex-li {
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 14px;
    color: #9ca3af;
    font-weight: bold;
    cursor: pointer;
}

.sex-list .sex-li img {
    margin-right: 10px;
}

.sex-list .sex-li.active{
    color: #1890ff;
}

.text-two {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 控制显示的行数 */
    -webkit-box-orient: vertical;
}

.fp-tank{
    padding: 20px;
}
.fp-tank h4{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-bottom: 25px;
}
.user_info{
    display: flex;
    flex-wrap: wrap;
}
.user_info li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    width: 50%;
}
.user_info li.wid100{
    width: 100%;
}
.user_info li label {
    width: 100px;
    font-size: 15px;
    /* line-height: 48px; */
    color: #333;
}
.user_info li .user_info_radio sup{
    padding-right: 15px;
    font-size: 15px;
}  
.user_info li .user_info_radio sup input{
    margin-right: 10px;
}
.user_info li input.w_400 {
    border: 1px solid #dedede;
    width: 394px;
    padding: 5px 15px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
    border-radius: 8px;
}
.user_info li textarea{
    background-color: #f7f7f7;
    width: 394px;
    padding: 15px;
    height: 100px;
    border-radius: 10px;
}
.fp-tank .btn_button{
    text-align: center;
    padding-top: 30px;
}
.fp-tank .btn_button a{
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background-color: #0067c5;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    display: block;
}
.fp-tank .del{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
}
/* .user_info li select {
    border: 1px solid #dedede;
    width: 121px;
    padding: 5px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
} */
.xf-pic {
    position: fixed;
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/xf-bg.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 141, 240, 0.1);
    padding: 10px 0px;
    border-radius: 10px;
    z-index: 99;
}

@media screen and (min-width: 370px) and (max-width: 736px) {
  .w_1200,
  .kc-banner-box::after
  {
    width: 100% !important;
  }
  .kc-banner-box::after{
    height: 240px;
  }
  body{
    min-width: auto;
  }
  .header_nav{
    display: none;
  }
  .detail-cont{
    padding: 15px;
  }
  .detail-cont .detail-top,
  .video-box{
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .detail-cont .detail-top,
  .video-box,
  .detail-cont .detail-fot .detail-fot-lft,
  .detail-cont .detail-fot .detail-fot-rig{
    padding: 15px;
    border-radius: 10px;
  }
  .detail-cont .detail-fot .detail-fot-lft .kclb-box .kclb-tit{
    padding: 15px 15px 0px;
  }
  .detail-cont .detail-top .rg-cont{
    padding-left: 0px;
  }
  .xf-list{
    display: none;
  }
  #player-con{
    height: 200px !important;
  }
  .footer{
    display: none;
  }
  .detail-cont .detail-fot{
    flex-direction: column;
    padding-bottom: 0px;
  }
  .detail-cont .detail-fot .detail-fot-lft h4,
  .detail-cont .detail-fot .detail-fot-rig h4{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .detail-cont .detail-fot .detail-fot-lft h4 img,
  .detail-cont .detail-fot .detail-fot-rig h4 img{
    width: 71px;
  }
  .detail-cont .detail-fot .detail-fot-lft .kclb-box .kclb-tit p{
    font-size: 15px;
  }
  .detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list{
    padding-left: 10px;
  }
  .detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list li .li-lft img,
  .detail-cont .detail-fot .detail-fot-rig .kc-list li .lf-img img{
    width: 100px;
    height: 68px;
  }
  .detail-cont .detail-fot .detail-fot-rig{
    margin-left: 0px;
    margin-top: 15px;
    width: initial !important;
  }
  .detail-cont .detail-top .rg-cont h4{
    font-size: 16px;
  }
  .detail-cont .detail-top .rg-cont .xs-li{
    padding-top: 10px;
  }
  .kan-ul{
    flex-direction: column;
    align-items: initial;
  }
  .detail-cont .detail-fot .detail-fot-lft .kclb-box .kclb-tit{
    align-items: flex-start;
  }
  .detail-cont .detail-fot .detail-fot-lft .kclb-box .kclb-tit .ks-text{
    font-size: 12px;
  }
  .detail-cont .detail-fot .detail-fot-lft .kclb-box .kej-list li,
  .detail-cont .detail-fot .detail-fot-rig .kc-list li{
    padding: 15px 0px;
  }
  .detail-cont .detail-fot .detail-fot-rig .kc-list li .li-you{
    padding-left: 10px;
  }
  .detail-cont .detail-fot .detail-fot-rig .kc-list li .li-you .fot-price .go-cart{
    padding: 4px 10px;
  }
  .detail-cont .detail-fot .detail-fot-rig .kc-list li .li-you .xs-text span{
    padding: 3px 10px;
  }
  .detail-cont .detail-fot .detail-fot-rig .kc-list li:last-child{
    padding-bottom: 0px;
  }
  .kc-banner-box img{
    height: 240px;
  }
  .detail-cont .detail-fot .detail-fot-rig .kc-list li .li-you .name{
    font-size:15px
  }
}

.tit a {
    height: 32px;
    line-height: 32px;
    padding: 0px 20px;
    background-color: #1890ff;
    font-size: 16px;
    border: 1px solid #1890ff;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
}
.xszm-fot{display: flex; align-items: center; justify-content: space-between;
    margin-top: 20px;
}
.xszm-fot p span{ color: #f30;}
.xszm-fot .cart-btn{height: 32px;
    line-height: 32px;
    padding: 0px 20px;
    background-color: #1890ff;
    font-size: 16px;
    border: 1px solid #1890ff;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    display: inline-block;}
[v-cloak] {
    display: none !important;
}