/* Footer 2021 完整样式 - 从 style-2021.css 完整提取 */
/* 包含所有 footer、bottom、modal 相关样式 */

/*============================ I-MENU (Footer 主容器) ============================*/
.i-menu {
	position: relative;
	overflow:hidden;
	margin:0 auto;
	padding: 4% 0 0 0;
	width:100%;
	text-align:center;
	background:#29303B;
	z-index:9998;
}

@media screen and (max-width: 960px) {
	.i-menu {
		display: none;
	}
}

.i-content {
	overflow:hidden;
	position:relative;
	margin:0 auto;
	width:92.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 960px) {
	.i-content {
		padding: 0 10px;
		width:100%;
	}
}

.i-menu .i-content {
    width: 82.5%;
}

@media screen and (max-width: 1200px) {
    .i-menu .i-content {
        width: 92.5%;
    }
}

/*============================ FOOTER INFO ============================*/
#footer_info{
    position: relative;
    width:92.5%;
    text-align:left;
    display: flex;
    justify-content:center;
    margin: 0 auto;
    height: 90px;
    overflow: hidden;
}

#footer_info p{
   font-family: "微软雅黑";
   font-size: 16px;
   color: #999;
   display:inline;
}

#footer_info ul{
    display:inline;
}

#footer_info ul li{
    display: inline;
    margin:auto 5px auto 5px;
}

#footer_info a{
   font-family: "微软雅黑";
   font-size: 18px;
   color:#AFB1B3;
}

#footer_link{
    margin:3% 0 0 5.5%;
    display:inline;
}

@media screen and (max-width: 1200px) {
	#footer_info {
		display: none;
	}
}

/*============================ FOOT NAVI ============================*/
#foot_navi_menu {
    color: #fff;
    text-align: left;
}

#foot_navi ul>li {
	float:left;
    left: 5%;
	overflow: hidden;
    display: inline;
	margin: 0 10% 0 0;
	padding: 0 0 0 0;
	position: relative;
	width: 15%;
	text-align: left;
}

#foot_navi ul>li:last-child {
	margin: 0 0 0 0;
}

#foot_navi ul li a {
	overflow: hidden;
	margin: 0 0 20px 9px;
	padding: 0;
	line-height:50px;
	color: white;
	font-size: 18px;
	font-family: "微软雅黑";
	text-decoration:none;
}

#menu-item-5090 a{font-size:16px !important;}
#menu-item-5090 a{color:transparent !important;}
#menu-item-5090 ul li a{color:#999 !important;}

@media screen and (min-width: 1200px) {
    #menu-item-836{
        width:11% !important;
        margin:0 1% 0 0 !important;
    }
    #menu-item-5090{
         width:10% !important;
         margin:0 6% 0 0 !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    #menu-item-836{
        width:13% !important;
        margin:0 2% 0 0 !important;
    }
    #menu-item-5090{
        width:13% !important;
        margin:0 6% 0 0 !important;
    }
}

@media screen and (min-width: 1050px) {
    #menu-item-4864, #menu-item-4865, #menu-item-5087{
         display:none !important;
    }
}

#foot_navi ul li ul {
	overflow: hidden;
	margin: 0 0 0 0px;
	_margin:0 0 0 6px;
    padding: 0px;
	z-index: 10;
}

#foot_navi ul li ul li {
	float:left;
	clear: both;
	margin: 0 0 0 0px;
	width: 100%;
	border:0;
}

#foot_navi ul li ul li a {
	text-decoration:none;
	cursor:pointer;
	margin: 0 0 0 0;
	padding: 0;
	line-height:33px;
	color: #999999;
	font-size: 14px;
	font-family:"微软雅黑";
}

#foot_navi ul li ul li a:hover {
	border-bottom: 1px solid #056595;
}

#foot_navi ul li:first-child ul li a {
	font-size: 16px;
}

#foot_navi ul li ul li a img {
	display:inline;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	height: 20px;
	width:auto;
	line-height: 20px;
}

#foot_navi ul li ul li ul {
	display: none;
}

/*============================ FOOTER TITLES & LINKS ============================*/
.footer_title {
    font-size: 18px;
    margin-bottom: 24px;
    min-height: 25px;
}

.footer_title a {
    color: #fff;
}

.footer_title a:hover {
    color: #027cdc;
}

.footer_subtitle {
    font-size: 16px;
    margin-bottom: 16px;
}

.footer_subtitle2 {
    margin-top: 40px;
}

.footer_pro {
    line-height: 32px;
}

#foot_navi_menu .footer_pro a {
    color: #999;
    font-size: 16px;
}

#foot_navi_menu .footer_pro a:hover {
    color: #027cdc;
}

.footer_pro-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.footer_pro.product {
    padding-right: 4%
}

.footer_1200_hidden.solution {
    padding-left: 4%;
}

.footer_1200_hidden.case {
    padding-left: 4%;
}

@media screen and (max-width: 960px) {
    #foot_navi_menu {
        justify-content: center;
        display: block;
    }

    .footer_1200_hidden {
        display: none;
    }
    
    .fooer_list_contaner-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 0px;
    }

    .footer-category-inner {
        display: block !important;
    }
    
    .i-menu {
        display: inherit !important;
    }

    .footer_form_input {
        width: 180px;
    }
}

/*============================ FOOTER CATEGORY ============================*/
.footer-category {
    color: #fff;
    font-size: 18px;
}

.footer-category-inner {
    display: flex;
    justify-content: space-between;
    margin-left: 16px;
    margin-bottom: 16px;
}

.footer-category-inner-no-border {
    border-bottom: none;
}

/*============================ FOOTER FORM ============================*/
.footer_form_input {
    width: 198px;
    display: inline-block;
    height: 36px;
    background: transparent;
    color: #999;
    border: 1px solid #999;
    padding-left: 10px;
}

.footer_form_submit {
    width: 68px;
    display: inline-block;
    background: #999;
    color: #fff;
    border: none;
    height: 36px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}

.footer_form_submit:hover {
    background: #027cdc;
}

.footer_form_subtips {
    color: #999;
    font-size: 14px;
    margin-top: 5px
}

.footer_conc {
    color: #999;
    font-size: 14px;
    line-height: 32px;
}

/*============================ FOOTER ICONS ============================*/
.icon {
    width: 2.5em;
    height: 2.5em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.icon_row {
    max-width: 246px;
    display: flex;
    justify-content: flex-start;
    margin-top: 18px;
}

.icon_f {
    margin-right: 24px;
    cursor: pointer;
}

/*============================ FOOTER HORIZONTAL ============================*/
.footer-horizontal-container {
    width: 82.5%;
    margin: 0 auto;
}

.footer-horizontal {
    display: flex;
}

.footer-horizontal > div {
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 12px;
}

.footer-horizontal ul {
    display: grid;
    width: 580px;
    grid-template-columns: 1fr 1fr 1.5fr;
    margin-left: 105px;
    text-align: initial;
}

.footer-horizontal ul li {
    padding: 16px 0;
}

.footer-horizontal ul li a {
    color: #999;
    font-size: 16px;
}

@media (max-width: 500px) {
    .i-menu .footer-horizontal ul {
        margin-left: 25px;
    }
}

/*============================ BOTTOM SECTIONS ============================*/
#bottom1 {
	position: relative;
	overflow:hidden;
	width: 100%;
	padding: 45px 0;
	background-color: #056595;
	text-align:center;
	z-index:9998;
}

#bottom1 a {
	display:inline-block;
	margin:0 auto;
	padding:8px 35px 8px 35px;
	color:#fff;
	font-size:16px;
	font-family: "微软雅黑";
	letter-spacing:2px;
	background-color: #FFB321;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#bottom1 a:hover {
	background-color: #DAA732;
}

#bottom2 {
	position: relative;
	width: 100%;
	padding: 50px 0 15px 0;
	background-color: #29303B;
	z-index:9998;
}

@media all and (max-width: 960px) {
	#bottom2 {
		padding: 20px 0 15px 0;
	}
}

#bottom2 #footer_info {
    border-top: 1px solid rgba(175, 177, 179, 0.3);
    height: 70px;
}

#bottom2 #copyright {
    margin-top: 0;
    display: flex;
    align-items: center;
}

/*============================ FOOTER1 ============================*/
#footer1 {
	overflow:hidden;
	width: 92.5%;
    height: 70px;
	margin: 0 auto 0 auto;
	padding-bottom:30px;
	color:#FFFFFF;
	font-size: 14px;
    border-bottom: 1px solid rgba(175,177,179,0.3);
    border-top: 1px solid rgba(175,177,179,0.3);
    box-sizing: content-box;
}

@media all and (max-width: 960px) {
	#footer1 {
        height: 1%;
    }
}

#footer1 dd {
	float:left;
	overflow:hidden;
	width:24.9%;
	height:70px;
	color:#AFB1B3;
	font-size: 15px;
	font-family: "微软雅黑";
	letter-spacing:1px;
	text-align:center;
    margin-top:15px;
    border-right: 1px solid rgba(175,177,179,0.3);
}

@media screen and (max-width: 960px) and (min-width: 480px) {
	#footer1 dd {
		width:100%;
		height:70px;
		text-align:left;
		background: none;
        border-right:none;
	}
}

@media all and (max-width: 479px) {
	#footer1 dd {
		margin-left:10%;
		width:90%;
		height:70px;
		text-align:left;
		background: none;
        border-right:none;
	}
}

#footer1 dd:last-child {
	background: none;
    border-right:none;
}

#footer1 dd span {
	display:inline-block;
	margin-top: 15px;
	padding-left: 60px;
	background: url(../images/foot1-icon.png) no-repeat;
}

@media all and (max-width: 960px) {
	#footer1 dd span {
		margin-top: 0;
		background: url(../images/foot1-icon-mob.png) no-repeat;
	}
	#footer1 dd:nth-child(1) span{
		margin-top: 0;
		background: url(../images/foot1-icon-change.png) no-repeat;
	}
}

#footer1 dd span.foot1_tel {
	background-position: 0 2px;
}

#footer1 dd span.foot1_weixin {
	padding-left: 65px;
	background-position: 0 -48px;
}

#footer1 dd span.foot1_qq {
	background: url(../images/weibo.png) no-repeat;
}

@media all and (min-width: 960px) {
	#footer1 dd span.foot1_qq{
		padding-left:75px;
	}
}

@media all and (min-width: 960px) and(max-width: 1100px) {
	#footer1 dd span.foot1_qq{
		padding-right:45px;
	}
}

@media all and (max-width: 960px) {
    #footer1 dd span.foot1_qq {
       background-size:40px auto;
       background-position-y: 10px;
    }
}

#footer1 dd span.foot1_qqun {
	background-position: 0 -150px;
}

#footer1 dd span b {
	display:block;
	height:50px;
	line-height:25px;
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
}

@media all and (min-width: 960px) {
	#footer1 dd:nth-child(1) span{
	    margin-top: 0;
	    background: url(../images/foot1-icon-1.png) no-repeat;
	    background-position: 0 15px;
	}
	
	#footer1 dd:nth-child(1){
	    overflow:visible;
	}
}

#footer1 dd span b a {
	color:#AFB1B3;
}

/*============================ FOOTER2 ============================*/
#footer2 {
	width: 50%;
	height:100px;
	margin: 0 auto 0 auto;
	color:#FFFFFF;
	font-size: 14px;
}

#footer2 dd {
	float:left;
	position:relative;
	padding: 35px 0;
	width:33%;
	height:30px;
	text-decoration:none;
	cursor:pointer;
}

#footer2 dd a {
	display: block;
	position:relative;
	margin:0 auto;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background: url(../images/share.png) no-repeat;
}

#footer2 dd a.sina {
	background-position: 0 0;
}

#footer2 dd a.weixin {
	background-position: -40px 0;
}

#footer2 dd a.linkedin {
	background-position: -80px 0;
}

#footer2 dd a.youku {
	background-position: -120px 0;
}

#footer2 dd a img {
	display:none;
	position:absolute;
	top: -271px;
	left:-121px;
	z-index:1;
}

/*============================ COPYRIGHT ============================*/
#copyright {
	margin-top: 3% !important;
	padding:0 ;
    display:inline-block;
}

#copyright dd {
    color:#999;
    font-size:16px;
	font-family: "微软雅黑";
	text-align:center;
}

/*============================ FOOTER POPUPS/DIALOGS ============================*/
#footerBackground {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000;
    width: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: none;
    height: 1000px;
    z-Index: 10027;
}

#hidebox-icon {
    position: fixed;
    width: 406px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: none;
    cursor: pointer;
    z-Index: 10028;
    text-align: center;
    border-radius: 10px;
    border: 5px;
}

#hidebox-icon .sub-privacy-close, #hidebox-disanfang .sub-privacy-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(../img/whitepaper/close1.png) no-repeat 0 0;
    background-size: 100% 100%;
}

#hidebox-icon .paper-title {
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
}

#hidebox-icon .paper-content {
    margin: 24px auto;
}

.input-form-row p, .input-form-row input, .input-form-row select {
    display: inline;
    font-size: 18px;
    color: #666;
}

#hidebox-icon .inputtype {
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    margin: 8px auto;
    padding-left: 10px;
    background: #F6F7FB;
    width: 240px;
    height: 30px;
}

#hidebox-icon #codeT {
    width: 100px;
    display: inline-block;
}

#hidebox-icon .code-img {
    font-size: 14px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}

#hidebox-icon #inputsubmit, #hidebox-icon .showcontent_button, #hidebox-icon .close_button {
    height: 36px;
    width: 150px;
    margin: 10px auto 8px auto;
    background: #3C54A6;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 20px;
}

#hidebox-icon #captcha1_footerDialog {
    transform: scale(0.8);
}

@media screen and (min-width: 701px ) {
    #hidebox-icon .close_button {
        display: none;
    }
}

@media screen and (max-width: 700px ) {
    #hidebox-icon .inputtype {
        width: 180px;
    }

    #hidebox-icon {
        width: 320px;
    }

    #hidebox-icon #inputsubmit, #hidebox-icon .close_button {
        width: 120px;
    }
}

#hidebox-disanfang {
    position: fixed;
    width: 406px;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: none;
    cursor: pointer;
    z-Index: 10028;
    text-align: center;
    border-radius: 10px;
    border: 5px;
    padding: 10px 0;
}

.dilog-disanfang-img-container {
    max-width: 300px;
    margin: auto;
}

.dilog-disanfang-img-container img {
    width: 100%;
}

#dilog-disanfang-content {
    line-height: 100px;
    font-size: 18px;
}

@media screen and (max-width: 960px) {
    .dilog-disanfang-img-container img {
        max-width: 100px;
    }

    #hidebox-disanfang {
        width: 286px;
    }
}

#hidebackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 10027;
}

#hidebox-code {
    position: fixed;
    width: 406px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: none;
    cursor: pointer;
    z-Index: 10028;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
}

/*============================ PRODUCT MODAL ============================*/
#product-modal, #video-modal, #video-modal-2 {
	z-index: 10000;
}

#product-modal .info input {
	text-indent: initial;
	padding: 5px;
}

#product-modal .info input:focus-visible, #product-modal .info textarea:focus-visible {
	border: 1px solid transparent;
	outline: 1px solid rgb(78, 140, 238);
	box-shadow: 1px 1px 8px #4e8ceeb8;
}

#product-modal #codeT {
	width: 170px;
}

#product-modal .make_out {
	margin: 30px auto;
}

#product-modal .info-row {
	margin: 0 0 20px 0;
}

#product-modal .modal-dialog, #video-modal .modal-dialog, #video-modal-2 .modal-dialog {
	margin-top: 100px;
}

#product-modal .modal-banner {
	position: relative;
}

#product-modal .modal-banner img {
	width: 100%;
}

#product-modal .modal-banner h1 {
	width: 100%;
	position: absolute;
	top: 50%;
	display: grid;
	place-items: center;
	color: white;
	font-size: 4rem;
	text-shadow: 2px 2px 4px grey;
	letter-spacing: 1rem;
}

.modal-banner {
    position: relative;
}

.modal-banner img {
    width: 100%;
    height: auto;
}

.modal-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
    margin: 0;
}

.make_out {
    padding: 20px;
}

.info {
    margin-bottom: 15px;
}

.info-row {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.info-row p {
    width: 120px;
    margin: 0;
}

.info-row input, .info-row textarea {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.info-submit {
    text-align: center;
    margin-top: 20px;
}

.info-submit input {
    background: #3C54A6;
    color: #fff;
    border: none;
    padding: 10px 40px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.info-submit input:hover {
    background: #2a3d7a;
}

/*============================ VIDEO MODAL ============================*/
#video-modal video, #video-modal-2 video {
	width: 100%;
}

#video-modal .modal-content, #video-modal-2 .modal-content {
	padding: 10px 10px 8px;
}

@media (min-width: 768px) {
	#video-modal .modal-dialog, #video-modal-2 .modal-dialog {
		width: 80%;
		max-width: 1200px;
	}
}

/*============================ FREE TRIAL SECTION ============================*/
section.free-trial {
    display: grid;
    place-items: center;
    height: 200px;
    background: url('/wp-content/themes/zCloud/img/products2021/free-trial-bg.png');
    background-size: cover;
}

section.free-trial > button {
    color: #014DA0;
    font-weight: bold;
    background: white;
    border: 1px solid #014DA0;
    font-size: 18px;
    width: 128px;
    height: 56px;
    border-radius: 5px;
}

section.free-trial > button:hover, main .banner .button-group .buy-now:hover {
    background: rgb(242, 245, 248);
    color: #025ec0;
    transition: 0.2s all;
}

/*============================ ADDITIONAL STYLES ============================*/
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}

