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

.index_mobile {
	display: block;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #12181d;
    box-sizing: border-box;
    z-index: 999999;
}

.commit_br {
    display: none;
}

.mobile_menu {
    display: none;
}

.prev-button {
    left: 10px;
    z-index: 99999;
    transform: rotateZ(180deg);
}


.next-button {
    right: 10px;
    z-index: 99999;
}

.prev-button, .next-button {
    width: 40px;
    height: 40px;
    opacity: 0.5;
    display: none;
    margin-top: -58%;
    position: absolute;
}

.nav-childrens {
    transition: height 0.3s ease;
}

.flex {
    display: flex;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    margin-block-end: initial;
    margin-inline-end: initial;
    margin-block-start: initial;
    margin-inline-start: initial;
}

video {
    width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
}

.nav_wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
}

.nav_left {
    display: flex;
    align-items: center;
}

.custom-indicators {
    display: none;
}

.logo {
    width: 138px;
    height: 52px;
    cursor: pointer;
}

.logo_text {
    width: 262px;
    height: 50px;
    cursor: pointer;
}

img {
    display: block;
}

.menu_list {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: #fff;
    list-style-type: none;
}

.menu_item {
    margin: 0 30px 0 0;
    /* font-weight: 549; */
    display: flex;
    align-items: center;
    cursor: pointer;
    height: calc(100% - 5px);
    position: relative;
}

.menu_item>a {
    color: #fff;
    text-decoration: unset;
}

.menu_item>a:hover {
    color: #1575fe;
}

.phone {
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
}

.phone_number {
    font-size: 1.2vw;
    color: #1575fe;
    font-weight: 600;
}

.menu_active {
    color: #1575fe;
    border-bottom: 1px solid #1575fe;
}

.menu_active>a {
    color: #1575fe;
}


/* 页脚 */

.footer_wrap {
    background: url("../images/index/footer_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 0 0;
}

.footer_header {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 240px;
    margin: 0 0 48px 0;
}

.footer_logo {
    width: 138px;
    height: 49px;
}

.footer_header_line {
    margin: 0 24px;
    width: 1px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer_logo_text {
    width: 232px;
    height: 51px;
}

.footer_content {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 240px 80px 240px;
}

.footer_content_text {
    color: #747577;
    font-size: 14px;
}

.footer_content_text>a {
    display: block;
    margin: 0 0 10px 0;
    color: #747577;
    text-decoration: unset;
    height: 20px;
}

.footer_content_text>a:hover {
    color: #fff;
    cursor: pointer;
    /* font-size: 14px; */
}

.footer_content_text>a:first-of-type {
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.footer_contact {
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 0 0 60px;
}

.contact_title {
    font-size: 16px;
    color: #fff;
    margin: 0 0 16px 0;
}

.contact_desc {
    font-size: 14px;
    color: #747577;
    margin: 0 0 4px 0;
}

.phone_text {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 16px 0;
}

.footer_desc {
    font-size: 14px;
    color: #747577;
    width: 280px;
    margin: 0 0 16px 0;
    line-height: 22px;
}

.footer_img_wrap {
    display: flex;
    align-items: center;
    width: 280px;
    justify-content: space-between;
}

.footer_img_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #747577;
}

.qrcode_img {
    width: 100px;
    height: 100px;
    margin: 0 0 6px 0;
}

.code_text {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 240px;
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.code_text>a {
    font-size: 14px;
    color: #747577;
}


/* 提交 */

.commit_wrap {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 80px 0;
    background: url("../images/index/commit_bg.png") center center no-repeat;
    background-size: 100% 100%;
}

.commit_title {
    text-align: center;
    font-size: 32px;
    color: #1d2129;
    font-weight: 550;
    letter-spacing: 2px;
}

.commit_title>span {
    color: #1575fe;
}

.commit_form_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
}

.input_wrap {
    width: 367px;
    height: 54px;
    background: #ffffff;
    border-radius: 40px;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 24px;
    overflow: hidden !important;
}

.input_wrap:last-of-type {
    margin-right: 0;
}

.form_input {
    border: none;
    height: 100%;
    font-size: 16px;
    outline: none;
}

.form_input::-webkit-input-placeholder {
    color: #868d9c;
}

.form_input:-ms-input-placeholder {
    color: #868d9c;
}

.input_icon {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.commit_button {
    width: 160px;
    height: 54px;
    background: #1575fe;
    border-radius: 50px;
    border: none;
    margin: 0 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff6f6;
    font-size: 16px;
    cursor: pointer;
}

.commit_button:hover {
    background-color: #0065f2;
}

.case_down_wrap {
    background-color: #fff;
    padding: 40px;
    position: absolute;
    top: 77px;
    width: 176px;
    display: none;
}

.case_down_item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #1d2129;
    margin: 0 0 32px 0;
    text-decoration: unset;
}

.case_down_item:hover {
    color: #1575fe;
}

.case_down_icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.case_down_item:hover>.c1 {
    background: url("../images/case_down/c1_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.case_down_item:hover>.c2 {
    background: url("../images/case_down/c2_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.case_down_item:hover>.c3 {
    background: url("../images/case_down/c3_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.case_down_item:hover>.c4 {
    background: url("../images/case_down/c4_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.case_down_item:hover>.c5 {
    background: url("../images/case_down/c5_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.case_down_item:hover>.c6 {
    background: url("../images/case_down/c6_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.case_down_item:hover>.c7 {
    background: url("../images/case_down/c7_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.c1 {
    background: url("../images/case_down/c1.png") center center no-repeat;
    background-size: 100% 100%;
}

.c2 {
    background: url("../images/case_down/c2.png") center center no-repeat;
    background-size: 100% 100%;
}

.c3 {
    background: url("../images/case_down/c3.png") center center no-repeat;
    background-size: 100% 100%;
}

.c4 {
    background: url("../images/case_down/c4.png") center center no-repeat;
    background-size: 100% 100%;
}

.c5 {
    background: url("../images/case_down/c5.png") center center no-repeat;
    background-size: 100% 100%;
}

.c6 {
    background: url("../images/case_down/c6.png") center center no-repeat;
    background-size: 100% 100%;
}

.c7 {
    background: url("../images/case_down/c7.png") center center no-repeat;
    background-size: 100% 100%;
}

.case_down_item:last-of-type {
    margin-bottom: 0;
}

.help_down_wrap {
    background-color: #fff;
    padding: 40px;
    position: absolute;
    top: 74px;
    width: 160px;
    display: none;
}

.help_down_item {
    margin: 0 0 32px 0;
    font-size: 16px;
    color: #1d2129;
    text-decoration: unset;
    display: block;
    display: flex;
    align-items: center;
}

.help_down_item:hover {
    color: #1575fe;
}

.help_down_item:last-of-type {
    margin-bottom: 0;
}

.choose_wrap {
    padding: 40px;
    background-color: #ffffff;
    position: absolute;
    top: 75px;
    z-index: 999;
    /*display: flex;*/
    left: -100px;
    display: none;
    justify-content: center;
}

.menu_item:hover .choose_wrap {
    display: flex !important;
}

#case:hover .case_down_wrap {
    display: block !important;
}

#case:hover .case_down_wrap {
    display: block !important;
}

#help:hover .help_down_wrap {
    display: block !important;
}

.choose_item {
    width: 306px;
    margin: 0 40px 0 0;
}

.item_title {
    color: #12181d;
    font-weight: 600;
    /* border-bottom: 1px solid #f1f1f1; */
    padding: 0 0 0 0;
}

.choose_list {
    padding: 24px 0 0 0;
}

.s_icon {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 0;
}

.s_icon>img {
    width: 100%;
    height: 100%;
}

.choose_list>a {
    color: #1d2129;
    font-size: 16px;
    font-weight: 549;
    cursor: pointer;
    text-decoration: unset;
    display: flex;
    align-items: center;
}

.choose_list .s1 {
    background: url("../images/solution/s1.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .s2 {
    background: url("../images/solution/s2.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .s3 {
    background: url("../images/solution/s3.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .s4 {
    background: url("../images/solution/s4.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .s5 {
    background: url("../images/solution/s5.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .s6 {
    background: url("../images/solution/s6.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .s7 {
    background: url("../images/solution/s7.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .s8 {
    background: url("../images/solution/s8.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .s9 {
    background: url("../images/solution/s9.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .s10 {
    background: url("../images/solution/s10.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .t1 {
    background: url("../images/solution/t1.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .t2 {
    background: url("../images/solution/t2.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .t3 {
    background: url("../images/solution/t3.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .t4 {
    background: url("../images/solution/t4.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .t5 {
    background: url("../images/solution/t5.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list .t6{
    background: url("../images/solution/t6.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover {
    color: #1575fe;
}

.choose_list a:hover>.s1 {
    background: url("../images/solution/s1_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.s2 {
    background: url("../images/solution/s2_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.s3 {
    background: url("../images/solution/s3_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.s4 {
    background: url("../images/solution/s4_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.s5 {
    background: url("../images/solution/s5_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.s6 {
    background: url("../images/solution/s6_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.s7 {
    background: url("../images/solution/s7_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.s8 {
    background: url("../images/solution/s8_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.s9 {
    background: url("../images/solution/s9_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.s10 {
    background: url("../images/solution/s10_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.t1 {
    background: url("../images/solution/t1_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.t2 {
    background: url("../images/solution/t2_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.t3 {
    background: url("../images/solution/t3_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.t4 {
    background: url("../images/solution/t4_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.t5 {
    background: url("../images/solution/t5_active.png") center center no-repeat;
    background-size: 100% 100%;
}

.choose_list a:hover>.t6 {
    background: url("../images/solution/t6_active.png") center center no-repeat;
    background-size: 100% 100%;
}

/*相关解决方案推荐*/
.base_recommend {
	height: 400px;
	padding-top: 40px;
	background-image: url(../images/base/recommend_bg01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.mobile_base {
	display: none;
}

.base_recommend_content {
    margin-top: 50px;
    display: flex;
	justify-content: center;
}

.base_recommend_content_box {
	width: 300px;
	height: 200px;
	margin: 0 10px;
	position: relative;
	background-image: url(../images/base/recommend_bg02.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.base_recommend_content_box_position {
	width: 220px;
	position: absolute;
	left: 40px;
	top: 75px;
}

.base_recommend_content_box_position p{
	margin: 0;
}

.base_recommend_content_box_position p:nth-of-type(1){
	font-size: 18px;
	font-weight: 600;
}

.base_recommend_content_box_position p:nth-of-type(2){
	margin-top: 5px;
	font-size: 16px;
}

.el-dialog {
	width: 380px;
	text-align: center;
}

.el-dialog__body {
    padding: 0;
}

.slide-block {
    padding: 20px 15px 25px;
}

.slide-block .block {
	position: absolute;
	left: 0;
	top: 0;
	cursor: grab;
}

.slide-block .block:active {
	cursor: grabbing;
}

.slide-block .sliderContainer {
	position: relative;
	text-align: center;
	width: 310px;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	background: #f7f9fa;
	color: #45494c;
	border: 1px solid #e4e7eb;
}

.slide-block .sliderContainer_active .slider {
	height: 38px;
	top: -1px;
	border: 1px solid #1991fa;
}

.slide-block .sliderContainer_active .sliderMask {
	height: 38px;
	border-width: 1px;
}

.slide-block .sliderContainer_success .slider {
	height: 38px;
	top: -1px;
	border: 1px solid #52ccba;
	background-color: #52ccba !important;
}

.slide-block .sliderContainer_success .sliderMask {
	height: 38px;
	border: 1px solid #52ccba;
	background-color: #d2f4ef;
}

.slide-block .sliderContainer_success .sliderIcon {
	background-position: 0 0 !important;
}

.slide-block .sliderContainer_fail .slider {
	height: 38px;
	top: -1px;
	border: 1px solid #f57a7a;
	background-color: #f57a7a !important;
}

.slide-block .sliderContainer_fail .sliderMask {
	height: 38px;
	border: 1px solid #f57a7a;
	background-color: #fce1e1;
}

.slide-block .sliderContainer_fail .sliderIcon {
	top: 14px;
	background-position: 0 -82px !important;
}

.slide-block .sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
	display: none;
}

.slide-block .sliderMask {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	border: 0 solid #1991fa;
	background: #d1e9fe;
}

.slide-block .slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	transition: background 0.2s linear;
	cursor: grab;
}

.slide-block .slider:active {
	cursor: grabbing;
}

.slide-block .slider:hover {
	background: #1991fa;
}

.slide-block .slider:hover .sliderIcon {
	background-position: 0 -13px;
}

.slide-block .sliderIcon {
	position: absolute;
	top: 15px;
	left: 13px;
	width: 14px;
	height: 12px;
	background: url(../images/base/icon_light.png) 0 -26px;
	background-size: 34px 471px;
}

.slide-block .refreshIcon {
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background: url(../images/base/icon_light.png) 0 -437px;
	background-size: 34px 471px;
}


@media screen and (max-width: 1366px) {
    .mobile_base {
        display: block;
    }
    
    .pc_base {
    	display: none;
    }
    
    .mobile_base_recommend {
    	height: 85vw;
    	padding: 5vw 2vw 0;
    	background-image: url(../images/base/recommend_bg01.png);
    	background-repeat: no-repeat;
    	background-size: 100% 100%;
    }
    
    .mobile_base_recommend_content {
    	margin-top: 5vw;
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
    }
    
    .mobile_base_recommend_content_box {
    	width: 46vw;
    	height: 30vw;
    	margin-bottom: 3vw;
    	position: relative;
    	background-image: url(../images/base/recommend_bg02.png);
    	background-repeat: no-repeat;
    	background-size: 100% 100%;
    }
    
    .mobile_base_recommend_content_box_position {
    	width: 32vw;
    	position: absolute;
    	left: 6vw;
    	top: 10.5vw;
    }
    
    .mobile_base_recommend_content_box_position p {
    	margin: 0;
    }
    
    .mobile_base_recommend_content_box_position p:nth-of-type(1) {
        width: 40vw;
    	font-size: 3.6vw;
    	font-weight: 600;
    }
    
    .mobile_base_recommend_content_box_position p:nth-of-type(2) {
    	margin-top: 1vw;
    	font-size: 2.8vw;
    }
}


@media screen and (max-width: 1024px) {
    .header {
        height: 64px;
    }

    .menu_list {
        /* display: none; */
    }

    .nav_wrap {
        height: 64px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo_text {
        width: 126px;
        height: 26px;
    }

    .menu_item {
        margin-right: 12px;
    }

    .logo {
        width: 59px !important;
        height: 30px !important;
        object-fit: contain;
    }

    .logo_text {
        object-fit: contain;
        width: 120px !important;
        height: 35px !important;
    }

    .menu_img {
        width: 24px;
        height: 24px;
        display: none !important;
    }

    .main_content {
        display: none;
    }

    .commit_wrap {
        padding: 60px 10px;
    }

    .commit_title {
        font-size: 24px;
    }

    .commit_form_wrap {
        display: block;
    }

    .input_wrap {
        width: 100%;
        margin: 0 0 20px 0;
        height: 48px;
    }

    .commit_button {
        width: 100%;
        margin: 0;
        height: 48px;
    }

    .footer_wrap {
        padding: 48px 0 0 0;
    }

    .footer_logo {
        width: 115px;
        height: 41px;
    }

    .footer_header_line {
        margin: 0 10px;
        height: 12px;
    }

    .footer_logo_text {
        width: 90px;
        height: 20px;
    }

    .footer_content {
        padding: 0 20px;
    }

    .footer_header {
        padding: 0 20px;
    }

    .footer_content_text {
        display: block;
        padding: 0;
    }

    .footer_contact {
        border-left: none;
        padding-left: 0;
    }

    .code_text {
        margin: 20px 20px 0 20px;
        padding: 20px 0;
        text-align: center;
    }

    .mobile_menu {
        position: absolute;
        top: 60px;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: #ffffff;
        left: 0;
        padding: 0 16px;
        display: none;
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .mobile_menu_active {
        display: block !important;
        animation: fadeIn 0.3s ease-in-out;
        -webkit-animation: fadeIn 0.3s ease-in-out;
    }

    .menu_detail {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mobile_menu_item {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 20px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: #1d2129;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
        text-decoration: unset;
    }

    .right_img {
        width: 20px;
        height: 20px;
    }

    .menu_block {
        display: block;
    }

    .sub_menu_active {
        display: block;
    }

    .sub_menu {
        margin: 20px 0 0 0;
    }

    .sub_menu_item {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 15px 0 15px 15px;
        border-bottom: 1px solid #f1f1f1;
        align-items: center;
        justify-content: space-between;
        color: #1d2129;
        text-decoration: unset;
        width: 100%;
        font-size: 14px;
        display: flex;
    }

    .sub_menu_item:first-of-type {
        border-top: 1px solid #f1f1f1;
    }

    .sub_menu_item:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
}

@media screen and (min-width: 760px) and (max-width: 1366px) {
    .footer_header {
        padding: 0 40px !important;
    }

    .footer_content {
        padding: 0 40px 57px 40px !important;
    }

    .commit_title {
        font-size: 24px !important;
    }

    .choose_wrap {
        top: 57px;
    }

    .case_down_wrap {
        top: 57px;
    }

    .help_down_wrap {
        top: 57px;
    }

    .choose_title {
        padding: 0 0 22px 0;
    }

    .choose_list a {
        font-size: 12px;
    }

    .choose_list {
        padding: 0;
        margin: 0 0 17px 0;
    }

    .item_title {
        /* margin: 0 0 22px 0; */
        font-size: 19px;
    }

    /* 页脚 */
    .footer_wrap {
        padding: 57px 0 0 0;
    }

    .footer_header {
        padding: 0 170px;
        margin: 0 0 35px 0;
    }

    .footer_logo {
        width: 98px;
        height: 35px;
    }

    .footer_header_line {
        margin: 0 17px;
        height: 22px;
    }

    .footer_logo_text {
        width: 165px;
        height: 35px;
    }

    .footer_content {
        padding: 0 170px 57px 170px;
    }

    .footer_content_text {
        font-size: 12px;
    }

    /*  .footer_content_text > a {
        margin: 0 0 8px 0;
    }

    .footer_content_text > a:hover {
        color: #fff;
        cursor: pointer;
        font-size: 14px;
    }

    .footer_content_text > a:first-of-type {
        color: #fff;
        font-size: 14px;
        margin: 0 0 17px 0;
    }*/
    .footer_contact {
        padding: 0 0 0 52px;
    }

    .contact_title {
        font-size: 14px;
        margin: 0 0 14px 0;
    }

    .contact_desc {
        font-size: 12px;
        margin: 0 0 3px 0;
    }

    .phone_text {
        font-size: 21px;
        margin: 0 0 14px 0;
    }

    .footer_desc {
        font-size: 12px;
        width: 245px;
        margin: 0 0 14px 0;
        line-height: 19px;
    }

    .footer_img_wrap {
        width: 245px;
    }

    .footer_img_item {
        font-size: 12px;
    }

    .qrcode_img {
        width: 88px;
        height: 88px;
    }

    .code_text {
        margin: 0 40px;
        padding: 28px 0;
    }

    .code_text>a {
        font-size: 12px;
        color: #747577;
    }

    /* 提交 */
    .commit_wrap {
        padding: 57px 0;
    }

    .commit_title {
        font-size: 32px;
        color: #1d2129;
        font-weight: 550;
    }

    .commit_form_wrap {
        margin: 28px 0 0 0;
    }

    .input_wrap {
        width: 261.11px;
        height: 38.42px;
        background: #ffffff;
        border-radius: 28.46px;
        margin: 0 14px 0 0;
        padding: 0 17px;
    }

    .form_input {
        border: none;
        height: 100%;
        font-size: 12px;
        border: 0;
        /* 去除未选中状态边框 */
        outline: none;
        /* 去除选中状态边框 */
        background-color: rgba(0, 0, 0, 0);
        /* 透明背景 */
    }

    .input_icon {
        width: 14px;
        height: 14px;
        margin: 0 10px 0 0;
    }

    .commit_button {
        width: 113.83px;
        height: 38.42px;
        border-radius: 35.57px;
        border: none;
        margin: 0 0 0 22px;
        font-size: 12px;
    }

    .header {
        height: 57px;
    }

    .menu_list {
        font-size: 12px;
    }

    .logo {
        width: 98px;
        height: 36px;
    }

    .logo_text {
        width: 186px;
        height: 35px;
    }

    .phone_number {
        font-size: 1.2vw;
    }

    .phone {
        width: 17px;
        height: 17px;
        margin: 0 8px 0 0;
    }
}

@media screen and (min-width: 1680px) {
    .programme_desc_centre {
        display: none;
    }
}

@media screen and (max-width: 1350px) {
    .item_title {
        margin: 0 0 22px 0;
    }
}


@media screen and (min-width: 1370px) and (max-width: 1680px) {
    .item_title {
        /* margin: 0 0 22px 0; */
    }

    .programme_desc_text {
        display: block;
    }

    .choose_item {
        width: 314px;
        margin: 0 35px 0 0;
    }

    .item_title {
        font-size: 21px;
    }

    .choose_wrap {
        top: 60px;
    }

    .case_down_wrap {
        top: 60px;
    }

    .help_down_wrap {
        top: 60px;
    }

    .menu_list {
        font-size: 14px;
    }

    .header {
        height: 70px;
    }

    /* 提交 */
    .commit_wrap {
        padding: 70px 0;
    }

    .commit_title {
        font-size: 32px;
        color: #1d2129;
    }

    .commit_form_wrap {
        margin: 35px 0 0 0;
    }

    .input_wrap {
        width: 321.13px;
        height: 47.25px;
        background: #ffffff;
        border-radius: 35px;
        margin: 0 17px 0 0;
        padding: 0 20px;
    }

    .form_input {
        border: none;
        height: 100%;
        font-size: 14px;
    }

    .input_icon {
        width: 18px;
        height: 18px;
        margin: 0 10px 0 0;
    }

    .commit_button {
        width: 140px;
        height: 47.25px;
        border-radius: 43.75px;
        border: none;
        margin: 0 0 0 28px;
        font-size: 14px;
    }

    /* 页脚 */
    .footer_wrap {
        padding: 70px 0 0 0;
    }

    .footer_header {
        padding: 0 210px;
        margin: 0 0 42px 0;
    }

    .footer_logo {
        width: 120px;
        height: 42px;
    }

    .footer_header_line {
        margin: 0 20px;
        height: 28px;
    }

    .footer_logo_text {
        width: 203px;
        height: 44px;
    }

    .footer_content {
        padding: 0 210px 70px 210px;
    }

    .footer_content_text {
        font-size: 12px;
    }

    .footer_content_text>a {
        margin: 0 0 8px 0;
    }

    .footer_content_text>a:hover {
        color: #fff;
        cursor: pointer;
    }

    .footer_content_text>a:first-of-type {
        color: #fff;
        /* font-size: 14px; */
        /* margin: 0 0 17px 0; */
    }

    .footer_contact {
        padding: 0 0 0 52px;
    }

    .contact_title {
        font-size: 14px;
        margin: 0 0 14px 0;
    }

    .contact_desc {
        font-size: 12px;
        margin: 0 0 3px 0;
    }

    .phone_text {
        font-size: 21px;
        margin: 0 0 14px 0;
    }

    .footer_desc {
        font-size: 12px;
        width: 245px;
        margin: 0 0 14px 0;
        line-height: 19px;
    }

    .footer_img_wrap {
        width: 245px;
    }

    .footer_img_item {
        font-size: 12px;
    }

    .qrcode_img {
        width: 88px;
        height: 88px;
    }

    .code_text {
        margin: 0 210px;
        padding: 28px 0;
    }

    .code_text>a {
        font-size: 12px;
        color: #747577;
    }
}

@media screen and (max-width: 750px) {
    .footer_logo {
        width: 105px;
        height: 38px;
        object-fit: cover;
    }

    .commit_br {
        display: block !important;
    }

    .prev-button, .next-button {
        display: block;
    }

    .footer_logo_text {
        width: 148px;
        height: 32px;
    }

    .phone_text {
        font-size: 18px;
    }

    .footer_contact {
        width: 100%;
        padding-left: 0;
        padding: 0;
    }

    .footer_contact>aside {
        width: 100%;
    }

    .footer_img_wrap {
        margin: 0 auto;
    }
}

.nav-content {
    width: 100%;
    height: 50%;
    overflow: auto;
    background-color: white;
    position: absolute;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeModle;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeModle;
}

.arrows {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.Discourse {
    width: 100vw;
    height: 95vh;
    position: fixed;
    top: 64px;
    left: 0px;
    z-index: 99999;
    transition: 0.5s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
}

.nav-children-item a {
    color: black;
    text-decoration: none;
}

@-webkit-keyframes fadeModle {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes fadeModle {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.aside-content {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
}

.nav-item {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.nav-lable {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-childrens {
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: 0.1s ease;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    -o-transition: 0.1s ease;
}

.nav-children-item {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 12px;
}

.application_sub_desc {
    font-weight: 600;
}

.product_item {
    transition: 0.3s linear;
}

.product_item:hover {
    transition: 0.3s linear;
    /* width: 110%; */
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}

.product_img {
    cursor: pointer;
    transition: all .3s;
}

.product_img:hover {
    transform: scale(1.1);
}

.page-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line {
    width: 40%;
    height: 3px;
    margin-top: 10px;
    border-radius: 10px;
    background: linear-gradient(to right, #ededed, #3287ff 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom-indicators {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.custom-indicator {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #DADCE0;
}

.custom-indicators .active {
    background-color: #1575FE;
}

@media only screen and (min-width: 751px) and (max-width: 1024px) {
    .commit_form_wrap {
        display: flex;
    }
}

@media screen and (max-width: 750px) {
    .mt64 {
        margin-top: 64px;
    }

    .footer_content_text {
        display: none;
    }

    .menu_list {
        display: none;
    }

    .menu_img {
        display: block !important;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    * {
        -webkit-tap-highlight-color: transparent;
    }
    
    .el-dialog {
		width: 340px;
	}
	
	.el-dialog__wrapper {
        touch-action: none;
        touch-action: pan-y;
    }
    
    .slide-block .sliderContainer {
    	height: 40px;
    	line-height: 40px;
    	margin-top: 10px;
    	border: 1px solid #e4e7eb;
    }
}

.block__text--two-lines-ellipsis,
.block__text--one-lines-ellipsis,
.block__text--three-lines-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.block__text--one-lines-ellipsis {
    -webkit-line-clamp: 1;
}

.block__text--two-lines-ellipsis {
    -webkit-line-clamp: 2;
}

.block__text--three-lines-ellipsis {
    -webkit-line-clamp: 3;
}

.page-active {
    border: 1px solid #428bca;
    cursor: pointer;
    background-color: #1575FE;
    color: white;
}