﻿.in-banner{width: 100%;position: relative;height: 100%;overflow: hidden;}
.in-banner img{width: 100%;height: 100%;}
.in-banner-1,.in-banner-2,.in-banner-3{width: 100%;height: 100%;}
.in-banner ul{position: absolute;bottom: 0;right: 0;z-index: 9;}
.in-banner ul li{display: inline-block;height: 50px;background: rgba(0,0,0,0.8);text-align: center;line-height: 50px;color: #fff;cursor: pointer;padding:0 15px;}
.in-banner ul li h3{font-size: 16px;}
.in-banner ul li.active{background:rgba(1, 74, 132, 1);}

#content_box-1699401995414{width: 100%;display: flex;justify-content:space-between;align-items: flex-start;}
#content_box-1699401995414 .mySwiper{width:49%;overflow: hidden;margin: 0;height:445px;}
#content_box-1699401995414 .mySwiper .swiper-slide{height:400px;overflow: hidden;position: relative;}
#content_box-1699401995414 .mySwiper .swiper-slide figure{width: 100%;margin: 0;padding: 0;height: 100%;display: flex;justify-content: center;align-items: center;}
#content_box-1699401995414 .mySwiper .swiper-slide img{width: 100%;transition: all 0.5s;}
#content_box-1699401995414 .mySwiper .swiper-slide p{position: absolute;bottom: 0;left: 0;width: 100%;height: 50px;line-height: 50px;text-align: left;color: #fff;background: rgba(0,0,0,0.8);padding-left: 15px;font-size: 16px;}
#content_box-1699401995414 .mySwiper .swiper-slide:hover figure img{transform: scale(1.05);}
#content_box-1699401995414 .mySwiper .swiper-button-next:after,#content_box-1699401995414 .mySwiper .swiper-button-prev:after{font-size: 24px;color: #fff;}
#content_box-1699401995414 .mySwiper .mySwiper-p{background: #ececec;text-align: center;font-size: 16px;    color: #000;position: absolute;width: 100%;left: 0;bottom: 0;line-height: 45px;}
.in-video{width:49%;height:445px;position: relative;}
.in-video .video-p{background: #ececec;text-align: center;font-size: 16px;    color: #000;position: absolute;width: 100%;left: 0;bottom: 0;line-height: 45px;}
.in-video .w_video{width: 100%;height:400px;overflow: hidden;}
.in-video .w_video video{width: 100%;height: 100%;}

.register-container {width: 100%;background:#fff;padding:30px 0;}
.register-container .register-c{width: 1100px;border: 1px solid #ccc;padding: 2vw 5vw;margin:0 auto;}
.tab-header {display: flex;border-bottom: 1px solid #ddd;}
.tab-btn {
    padding: 12px 20px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
}
        .tab-btn.active {
            background-color: #005ea6;
            color: #fff;
            border-bottom: 3px solid #005ea6;
        }
        .tab-btn.inactive {
            background-color: #e0e0e0;
            color: #333;
        }
        .tab-content {
            padding: 20px 0;
        }
.form-group {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    width: 120px;
}
.form-control {
    display: flex;
    align-items: center;
    width: calc(100% - 130px);
}
.form-control i {
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-right: none;
    background-color: #f5f5f5;
    font-style: normal;
}
.form-control input {
    flex: 1;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.verify-group {
    display: flex;
    align-items: center;
    width: calc(100% - 130px);
}
.verify-group input {
    flex: 1;
    height: 41px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.verify-group .code-img {
    margin-left:10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
    color: #005ea6;
    height: 40px;
}
.verify-group .code-img img{height:40px;}
        .verify-group a {
            color: #005ea6;
            text-decoration: none;
            font-size: 14px;
        }
        .btn {
            padding: 10px 20px;
            border: none;
            cursor: pointer;
            font-size: 16px;
        }
        .btn-primary {
            background-color: #005ea6;
            color: #fff;
        }
        .btn-block {
            display: block;
            width: 100%;
            padding: 12px;
            font-size: 18px;
        }
        .agreement {
            margin: 20px 0;
            font-size: 14px;
            color: #666;
        }
        .agreement input {
            margin-right: 5px;
        }
        .agreement a {
            color: #005ea6;
            text-decoration: none;
        }
        .login-link {
            text-align: center;
            font-size: 14px;
            color: #666;
        }
        .login-link a {
            color: #005ea6;
            text-decoration: none;
        }
.region-select {
    display: flex;
    width: calc(100% - 130px);
}
        .region-select select {
            flex: 1;
            height: 44px;
            padding: 0 10px;
            border: 1px solid #ddd;
            font-size: 14px;
            margin-right: 5px;
        }
        .region-select select:last-child {
            margin-right: 0;
        }
        .tab-panel {
            display: none;
        }
        .tab-panel.active {
            display: block;
        }
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    width: 80%;
    max-width: 600px;
    max-height: 80%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    margin: 0;
    font-size: 18px;
}

.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

.modal-body {
    padding: 20px;
    max-height: 400px;
    overflow-y: auto;
}

.modal-body h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-body p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.agreement-link {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.container {
    display: flex;
    width:1100px;
    margin: 50px auto;
}
.left {
    width: 350px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.title {
    background-color: #005ea6;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
.form {padding: 20px;}
.form input {
    width: 100%;
    height: 36px;
    margin-bottom: 15px;
    padding: 0 10px;
    border: 1px solid #ddd;
}
.captcha {
    display: flex;
    justify-content: space-between;
}
.captcha img{width: 120px;height: 37px;}
.captcha input {width: 60%;}
.captcha .code {
    width: 35%;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
}
.form button {
    width: 100%;
    height: 40px;
    background-color: #005ea6;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
}
.links {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.links a {
    color: #005ea6;
    text-decoration: none;
}
.right {
    flex: 1;
    padding: 0 20px;
}
.section {
    margin-bottom: 20px;
}
.section h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.section p {
    line-height: 1.8;
    font-size: 14px;
    color: #666;
}
.divider {
    border-top: 1px solid #ddd;
    margin: 20px 0;
}
.process {
    display: flex;
    justify-content:left;
}
.process img{max-width: 100%;width: auto;}
.step {text-align: center;}
.step .icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    margin: 0 auto 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.step p {
    font-size: 14px;
    color: #333;
}
.d_DescriptionBigbox table{width:100%;}
/* 容器样式 */
        .container.pages {
            max-width: 1200px;
            margin: 30px auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        }

        /* 下拉菜单样式优化（移动端） */
        .btn-group.dropright .btn.btn-info {
            width: 100%;
            padding: 10px 15px;
            font-size: 16px;
            border-radius: 6px;
            background-color:#014a84;
            border-color:#014a84;
            transition: all 0.3s ease;
            color: #fff;
        }

        .btn-group.dropright .btn.btn-info:hover,
        .btn-group.dropright .btn.btn-info:focus {
            background-color: #138496;
            border-color: #117a8b;
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
        }

        .dropdown-menu {
            width: 100%;
            border-radius: 6px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border: none;
        }

        .dropdown-item {
            padding: 10px 15px;
            font-size: 15px;
            color: #333;
            transition: background-color 0.2s ease;
        }

        .dropdown-item:hover {
            background-color: #f1f8ff;
            color: #17a2b8;
        }

        .dropdown-divider {
            margin: 8px 0;
            background-color: #e9ecef;
        }

        /* 表格样式美化 */
        .table {
            width: 100%;
            margin-bottom: 0;
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
        }

        .table tbody tr {
            border-bottom: 1px solid #e9ecef;
            transition: background-color 0.2s ease;
        }

        .table tbody tr:last-child {
            border-bottom: none;
        }

        .table tbody tr:hover {
            background-color: #f8f9fa;
        }

        .table tbody td {
            padding: 14px 20px;
            vertical-align: middle;
            font-size: 15px;
        }

        .table tbody td:first-child {
            width: 150px;
            font-weight: 500;
            color: #666;
            background-color: #fafafa;
            border-right: 1px solid #e9ecef;
        }

        .table tbody td {
            color: #333;
        }


