@charset "utf-8";

:root {
    /* --color_theme: #e19400; */
    --color_theme: #0055B4;
    --fontsize: 16px;
    --font_color_333: #333;
    --font_color_666: #666;
    --font_color_999: #999;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
}

body {
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
    background: #f4f8fe;
}

a {
    text-emphasis: none;
}

ul,
li {
    list-style: none;
}

img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}

[v-cloak] {
    display: none;
}

.loading_show {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 9999;
}

.loading_hide {
    display: none;
}

.w_full {
    width: 100%;
}

.w_main {
    width: 1300px;
    margin: 0 auto;
}

.img_scale {
    overflow: hidden;
}

.img_scale img {
    transition: all .3s;
}

.img_scale:hover img {
    transform: scale(1.05);
}

.in_pc {
    display: block;
}

.in_wap {
    display: none;
}

/* swiper */
.swiper_img {
    width: 100%;
    height: 100%;
}

.swiper-img-img {
    width: 100%;
    height: 100%;
}

/* head  */
.head {
    width: 100%;
    height: auto;
    background: #fff;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}

.head_top {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_left {
    display: flex;
    align-items: center;
}

z .head_logo_name,
.head_right .head_tell {
    display: flex;
    align-items: center;
}

.head_logo {
    width: auto;
    height: 40px;
}

.head_logo_name {
    font-size: 39px;
    font-weight: bold;
    margin-left: 10px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.6px;
    line-height: 1;
}

.head_logo_name .c {
    background: linear-gradient(135deg, #4facfe, #00d2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.head_logo_name .o {
    background: linear-gradient(135deg, #1e90ff, #4facfe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.head_logo_name .t {
    background: linear-gradient(135deg, #4facfe, #00d2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.head_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.head_tell {
    margin-right: 20px;
}

.head_tell_text {
    font-size: 22px;
    font-weight: bold;
    margin-left: 10px;
}

.head .layui-layer-content {
    color: #fff;
}

.head_qr {
    display: flex;
    margin-right: 20px;
}

.head_qr span {
    color: #fff;
    display: block;
}

.head_qr_item {
    position: relative;
}

.head_qr_main {
    display: flex;
}

.head_qr_item {
    margin-left: 10px;
    cursor: pointer;
    z-index: 99;
}

.head_qr_item_qr {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.choice_language {
    height: 40px;
    border: 1px solid #ababab;
    border-radius: 20px;
    margin-right: 20px;
    font-size: 16px;
    background: #fff;
}

.choice_language .layui-form-select input {
    border: none;
    width: 200px;
    display: inline-block;
    padding-right: 0;
    border-radius: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.banner_text_left {
    flex: 1;
}

.head layui-form-select dl {
    border-radius: 20px;
    top: 50px;
    overflow: hidden;
}

.head .layui-form-select dl dd.layui-this {
    color: var(--color_theme);
}

.head_nav {
    width: 100%;
    height: 40px;
    /* background: var(--color_theme); */
    background: linear-gradient(145deg, #1a2a4a, #0f1e3a);
    ;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_nav a {
    color: #fff;
    height: 100%;
    padding: 0 30px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.head_nav a:hover {
    background: #fff;
    color: var(--color_theme);
}

/* top + head end */

/* footer */
.footer {
    background: linear-gradient(145deg, #0f1e3a 0%, #1a2a4a 100%) !important;
    padding: 40px 0 20px 0;
    color: #fff;
    margin-top: 100px;
}

.foot_logo {
    width: auto;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

.foot_logo img {
    width: auto;
    display: inline-block;
}

.footer_name {
    height: 40px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.footer_name img {
    width: auto;
    display: inline-block;
}

.footer_slogin {
    font-size: 16px;
    margin-top: 10px;
    text-align: center
}

.footer_center {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.footer_left {
    width: 700px;
    font-size: 16px;
    line-height: 2em;
}

.footer_left_link a {
    color: #fff;
    margin-right: 20px;
}

.footer_left_msg {
    margin-top: 20px;
}

.footer_left_msg p {
    margin-bottom: 10px;
}

.footer_left_msg span {
    margin-right: 10px;
}

.footer_left_app {
    margin-top: 50px;
}

.footer_left_app_top {
    font-size: 16px;
}

.footer_left_app_img {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

.footer_left_app_img_item {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.footer_center_right_qr {
    display: flex;
    justify-content: flex-start;
}

.footer_center_right_qr_item {
    width: 100px;
    height: auto;
    overflow: hidden;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer_center_right_qr_item_img {
    width: 100px;
    height: 100px;
}

.footer_center_right_qr_item_text {
    margin-top: 10px;
    text-align: center;
}

.footer_center_right_bot {
    margin-top: 47px;
}

.footer_bot {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
}

.footer_bot_item {
    font-size: 14px;
}

.footer_bot_item span {
    margin: 5px;
}

.footer_bot_item a {
    color: #fff;
    font-size: 16px;
}

/* fooer end */

.totop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    cursor: pointer;
    z-index: 99;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.custom-success-layer {
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden;
    background: #fff;
}

.custom-success-layer .layui-layer-title {
    background: linear-gradient(145deg, #0f1e3a 0%, #1a2a4a 100%) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 15px 0 !important;
    height: auto !important;
    line-height: normal !important;
}

.custom-success-layer .layui-layer-content {
    padding: 20px 25px !important;
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    text-align: center !important;
    background: #fff !important;
}

.custom-success-layer .layui-layer-btn {
    padding: 10px 0 20px 0 !important;
    text-align: center !important;
    border-top: none !important;
}

.custom-success-layer .layui-layer-btn a {
    background: linear-gradient(135deg, #4facfe, #00d2ff);
    color: #fff !important;
    border-radius: 25px !important;
    padding: 0 30px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 15px !important;
    border: none !important;
    transition: all 0.3s ease;
    margin: 0 auto !important;
    display: inline-block !important;
    width: auto !important;
    min-width: 100px;
}

.custom-success-layer .layui-layer-btn a:hover {
    background-color: #007d71 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 150, 136, 0.3);
}

.custom-success-layer .layui-layer-close {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .custom-success-layer {
        width: 85% !important;
    }

    .custom-success-layer .layui-layer-content {
        font-size: 14px !important;
        padding: 15px 20px !important;
    }
}

/* aside_from */
.aside_from {
    width: 60px;
    height: auto;
    position: fixed;
    right: 10px;
    bottom: 195px;
    display: flex;
    flex-direction: column;
}

.aside_from_item {
    margin-bottom: 10px;
    cursor: pointer;
    background: #FFF;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.quick-inquiry-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 270px;
    width: 320px;
    pointer-events: auto;
}

.quick-inquiry-modal.show {
    display: block;
}

.qi-modal-content {
    background-color: #fff;
    padding: 0;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
}

.quick-inquiry-modal.show .qi-modal-content {
    opacity: 1;
    transform: translateY(0);
}

.qi-modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(145deg, #0f1e3a 0%, #1a2a4a 100%) !important;
}

.quickInquiryModalMsg {
    padding: 10px 20px 0 20px;
    box-sizing: border-box;
}

.quickInquiryModalMsg p {
    font-size: 14px;
    line-height: 1.5em;
}
.quickInquiryModalMsg p:last-of-type{
    margin-bottom: 0;
}

.qi-modal-header h3 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.qi-modal-body {
    padding: 15px;
}

.qi-modal-body .layui-form-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.qi-modal-body .layui-form-item:last-child {
    margin-bottom: 0;
}

.qi-modal-body .layui-form-label {
    width: 100%;
    padding: 5px 0;
    font-size: 13px;
    text-align: left;
    margin-bottom: 2px;
}

.qi-modal-body .layui-input-block {
    margin-left: 0;
    width: 100%;
}

.qi-modal-body .layui-input,
.qi-modal-body .layui-textarea {
    font-size: 13px;
    padding: 8px 10px;
}

.qi-modal-body .layui-textarea {
    min-height: 60px;
}

.qi-modal-body .layui-btn {
    font-size: 14px;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(135deg, #4facfe, #00d2ff);
}
.aside_from_media{

}
.aside_from_media_item {
    display: flex;
    margin-bottom: 10px;
}
.aside_from_media_item:last-of-type{
    margin-bottom: 0;
}
.aside_from_media_item .aside_from_media_type{
    width: 160px;
}
.aside_from_media_social{
   width: 150px;
   display: flex;
   align-items: center;
}
.aside_from_add_media{
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.aside_from_del_media {
    cursor: pointer;
    margin-left: 10px;
    color: rgb(153, 153, 153);
    display: inline-block;
    font-size: 20px;
    display: none;
}