html,
body {
    position: relative;
    background-color: #fff
}

* {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none;
    color: #000;
    border: none
}

a {
    color: #000;
    border: none;
    text-decoration: none
}


ul {
    padding: 0;
    margin: 0;
	list-style: none;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #fff;
    position: relative;
}

.xinding {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: auto;
    display: flex;
	  display: -webkit-flex; display: -ms-flex; display: -moz-flex;
    justify-content: space-between;
	flex-direction: column;
	background: white;
	max-width: 2560px;
}
.xinding>.banner{
	width:100%;
	height:71px;
	transition: all 2s;
	position:relative;
	overflow: hidden;
}
.xinding>.banner>img{
	width:100%;
	height:100%;
}
#code-banner{
	width: 1.8%;
    height: 17px;
    position: absolute;
    right: 5%;
    top: 9%;
	cursor:pointer;
}
.xinding>.top{
	position: relative;
	width: 100%;
    height: 63px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    justify-content: space-between;
	 background-color: #fff;
    box-shadow: 0 0px 15px 0px #b3b3b3;
	}
.xinding>.top>.logo {
    margin-left: 10.5%;
    margin-top: 15px;

}

.xinding>.top>.mc {
    position: absolute;
    bottom: 10px;
    right: 10.2%;
    font-weight: 700;
    font-size: 14px;

}
.Navigation {
    min-height: 63px;
    display: flex;
	 display: -webkit-flex; display: -ms-flex; display: -moz-flex;
    justify-content: center;
	align-items: center;
    background-color: #fff;
	transition: all 2s;
	column-gap: 2.5em;
	white-space: nowrap;
	flex-wrap: wrap;
}

.Navigation-left {
    background-color: #fff;
	max-width:700px;
	flex: .7;
}

.Navigation-left>.nav .xian {
    width: 100%;
    height: 5px;
    border-bottom: 2px #000  solid;
    transition: all 0.8s;
    display: none;
    animation-name: Navigation-xian;
    animation-duration: 0.5s;

}

@keyframes Navigation-xian {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

.Navigation-left>.nav {
    display: flex;
	display: -webkit-flex; display: -ms-flex; display: -moz-flex;
    justify-content: space-evenly;
	align-items: center;
	height: 100%;
}

.nav>li {
	padding: 0 1em;
    cursor: pointer;
    width: auto;
    font-size: 14px;
    position: relative;
}

.nav>li:hover .xian{
   display:block;
}
.Navigation-right {
    display: flex;
    display: -webkit-flex; display: -ms-flex; display: -moz-flex;
    justify-content: space-between;
	white-space: nowrap;
	align-items: center;
    font-weight: 700;
    background-color: #fff;
	gap: 30px;
	flex: .2;
}

.Navigation-right>span {
    font-size: 13px;
    font-weight: 900;
}



.frame {
    width: 420px;
    height: auto;
    display: none;
    position: absolute;
    z-index: -100;
    top: 42px;
    padding: 25px 40px 0;
    background-color: #f6f6f6;
    box-sizing: border-box;
    box-shadow: 0px -1px 0px 0px #fff,
        1px 0px 1px 1px rgb(92 92 92 / 50%),
        -1px 0px 1px 1px rgb(92 92 92 / 50%);
    animation: frame 1s;
    /*Safari 和 Chrome:*/
    -webkit-animation: frame 1s;
    text-align: left;
    line-height: 20px;
    letter-spacing: 1px;
	left: 50%;
    transform: translateX(-50%);
}

@keyframes frame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes frame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.nav>li:hover .frame {
    display: block;
    z-index: 100;
}

.nav>li .xian:hover .frame {
    display: block;
    z-index: 100;
}

.frame:hover {
    display: block;
    z-index: 100;
}

/*单独定义办公软件弹出框*/
.frame-oa {
    flex:1;
    height: 100%;
    background-color: #fff;
    display: flex;
	  display: -webkit-flex; display: -ms-flex; display: -moz-flex;
    flex-direction: column;
    align-items: center;
	min-height: 150px;
}

.frame-oa>ul>li {
    margin-top: 2px;
    padding-bottom: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 100%;
    display: flex;
	  display: -webkit-flex; display: -ms-flex; display: -moz-flex;
    justify-content: center;
}

.frame-oa>ul>li>a {
    width: 100%;
    display: flex;
	  display: -webkit-flex; display: -ms-flex; display: -moz-flex;
    justify-content: space-between;
    text-align: center;

}

.frame-oa>ul>li>a div {
    margin: auto;
    text-align: left;
    width: 80%;
    color: #000;
}

.frame-oa>ul>li:hover {
    background-color: #b6b6b6;

}


/*弹出框*/
.frame>.products_list {
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    
	padding-bottom:15px;
}

.frame>.p {
   padding-left: 0;
    padding-right: 50px;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    /* text-align: left; */
    text-indent: 0em;
}

.frame>span {
    padding-left: 50px;
    padding-right: 50px;
    text-indent: 2em;
    text-align: justify;
	color:4b4b4b;
}

.frame>.close-icon {
    width: 100%;
    text-align: right;
    padding-right: 20px;
    margin-top: 15px;
}

.frame>.products_list>.frame-oa { 
    padding: 0; 
    width: auto;
}

.products_list>.frame-oa {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 45px;
    padding-right: 25px;
    padding-bottom: 25px;
    text-align: justify;
	background-color: #f6f6f6;
}

.frame-oa>img {
   
}

.products_list>.frame-oa>p {
    width: 100%;
    border-bottom: 1px solid #ecedee;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
}

.products_list>.frame-oa>span {
    margin-top: 15px;
}

.products_list>.frame-oa>ul>li {
   padding: 5px 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.products_list>.frame-oa>ul>li>a {
    color: #4b4b4b;
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.products_list>.frame-oa>ul>li>a div {
    margin: auto;
    width: 100%;
}

.products_list>.frame-oa>ul>li:hover a {
    color: #c60505 !important;

}

.products_list>.frame-oa>ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    color: #000;
}

.products_list>.frame-oa>div {
    border-bottom: 1px solid #ecedee;
    padding-bottom: 5px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
    padding-left: 5px;
}

.frame-img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -18px;
    text-align: center;
    z-index: 99;
}
.frame>div>p {
    font-size: 16px;
    font-weight: 900;
    padding: 0 50px;
	margin-bottom: 20px;
}

.frame>div>span {
    font-size: 14px;
    padding: 0 50px;
    padding-bottom: 15px;
    text-indent: 2em;
}

.frame>div>.close-icon {
    width: 100%;
    text-align: right;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.frame>div>.know{
    margin-top: 20px;
    text-align: right;
}

.frame-oa>ul {
    width: 100%;
    display: flex;
	  display: -webkit-flex; display: -ms-flex; display: -moz-flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-bottom: 15px;
    color: #000;
}

.frame-oa>div {
    border-bottom: 1px solid #000;
    width: 80%;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    padding-bottom:12px;
    margin: 10px 20px;
    border-bottom: 1px solid #4b4b4b;
	margin-top:18px;

}

.frame-img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -18px;
    text-align: center;
    z-index: 99;
}

.open-button,.login-button, .click-button{
	padding: 0.3rem 0.8rem;
    font-size: .875rem;
    border: 1px solid #000;
    cursor: pointer;
}
.open-button{ padding: 0.1rem 0.8rem }
.click-button:hover{
    background-color: #000;
    color: #fff;
}.open-button:hover{
    background-color: #000;
    color: #fff;
}
.login-button:hover{
    background-color: #000;
    color: #fff;
}



 /*试用申请弹框*/
  
.login-form {
	background:#eee;
	min-width: 300px;
	width: 20%;
	margin:9% auto 4% auto;
 	position: relative;
 	-webkit-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	top:30%;
}

.head {
	position: absolute;
	top:-15%;
	left: 30%;
	text-align:center;
}
.head img {
	width:80%;
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border:6px solid rgba(221, 218, 215, 0.23);
}
.main{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:99;
	right:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	display:none;
}
.main h1{
	letter-spacing: 2px;
    font-size: 22px;
	color:#676767;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding-top: 16%;
	text-align: center;
}
.main form {
	width: 80%;
	margin: 0 auto;
	padding: 8% 0 9% 0;
	display: flex;
    flex-direction: column;
    text-align: center;
}
.submit{
	margin-top:8%
}
.main p {
text-align: center;
}
.main form p a {
	color: #888;
	font-family: 'Open Sans', sans-serif;
}
form p a:hover {
	color:#21A957;
}
select{
	appearance:none;   
  -moz-appearance:none;   
  -webkit-appearance:none;
	position:relative;  
}
.img{
	position:absolute;
	right:14%;
	top:65%;
	z-index:9;
}
form>#div{
	display:flex;
	border-radius: 5px;
	margin-bottom: 6%;
	background:#D3D3D3;
	align-items: center;
	justify-content: space-between;
}
.login-form select,.login-form  input[type="text"],.login-form input[type="password"]{
	text-align:left;
	position: relative;
	padding:3%;
	background:#D3D3D3;
	margin-bottom: 6%;
	font-family: 'Open Sans', sans-serif;
	color: #676767;
	font-weight:600;
	font-size: 14px;
	outline: none;
	border: none;
	border-radius: 5px;
	border:1px solid #DED6D6;
}
input[type="button"]{
	width:42%;
	height:38px;
	margin-bottom:0px;
	background:#0071BD;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight:600;
	font-size: 12px;
	border: none;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px
}
#dcaptchasy{
	width:58%;
	display:inline;
	margin-bottom:0px;
	background-color:transparent;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#dcaptchasy:hover{
	border-right:none;
}
#select{
	background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
.login-form input[type="text"]:hover,.login-form  input[type="password"]:hover{
 	border:1px solid #949494;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:	0.5s;
 	
 }
.login-form input[type="submit"]{
	width: 99%;
	padding: 3%;
	margin-bottom: 8%;
	background: #0071BD;
	font-family: 'Open Sans', sans-serif;
	color: #ECECEC;
	
	font-size: 18px;
	outline: none;
	border: none;
	cursor: pointer;
	font-weight:500;
	border-radius: 5px;
	transition: 0.5s;
	-webkit-appearance:none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
.login-form input[type="submit"]:hover{
	background:#197def;
	color:#fff;
}
.copy-right {
	position: absolute;
	bottom:-19%;
	left: 43.7%;
}
.copy-right p {
	color: #fff;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;	
	font-weight: 600;
}
.copy-right p a {
	font-family: 'Open Sans', sans-serif;	
	font-size: 1em;
	color:#21A957;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover{
	color:#fff;
}
.alert{
	width:15%;
	position: relative;
    margin: auto;
    left: 0;
    right: 0;
	display:none;
	z-index:99;
	background: white;
    padding: 1em;
}




@media screen and (max-width:900px) {
	.onlineBox{
		display:none;
	}
	
	 .bottom{
		 font-size:12px !important;
	 }
 }

@media screen and (max-width:468px){
 .xinding>.mc{
	 display:none;
 }
}
  
/*登录开通*/
#login-open {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: rgba(72, 70, 70, 0.7);
  display: none;

}
#login-open>.datu-img {
  width: 891px;
  height: 460px;
  background-color: #f4f4f4;
}
#login-open>.datu-img>.datu-t{
  box-shadow: 0px 2px 3px #e4e4e4
  ;
}
#login-open>.datu-img>.datu-tp>p {
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
}

#login-open>.datu-img>.datu-tp>div {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
#login,
#open{
  display: none;
}/*大图*/

#datu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: rgba(72, 70, 70, 0.7);
    display: none;

}

.datu-img {
	width:100%;
	height:87%;
    max-width: 1180px;
    max-height: 677px;
    border: rgb(97, 95, 95) 2px solid;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: mymove 1s;
    /*Safari 和 Chrome:*/
    -webkit-animation: mymove 1s;
}

.datu-t {
    height: 40px;
    background-color: #fff;
    color: #000;
    line-height: 40px;
    font-size: 15px;
    font-family: 700;
    padding-left: 10px;
    padding-right: 10px;
}

.datu-t>img {
    float: right;
    margin-top: 12px;
    cursor: pointer;
}

@keyframes mymove {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes mymove {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.datu-tp {
    width: 100%;
}


/*应用案例弹框*/
a {
    text-decoration: none;
    margin: 0;
    padding: 0;

}
.nav>li:hover  #Navigation-frame{
    display: block;
    z-index: 99;
}
.nav>div:hover + #Navigation-frame{
    display: block;
    z-index: 99;
}
#Navigation-frame:hover{
    display: block;
}
#Navigation-frame{
    width: 1044px;
    height: auto;
    padding: 0;
    margin: 0;
display: none;
    border: 1px solid #cacaca;
    border-radius: 20px;
    position: absolute;
    margin: auto;
    left: 50%;
	transform: translateX(-50%);
    right: 0;
    top: 45px;
    background-color: #fff;
	z-index:99;
}
.Navigation-frame {
    height: auto;
    padding: 40px;
    padding-bottom: 10px;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000 !important;
    overflow: hidden;
}

.Navigation-frame>.xiao-frame {
    height: 180px;
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.xiao-frame>div {
    width: 222px;
    height: 100%;
}

.xiao-frame>div>ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.xiao-frame>div>ul>li {
    width: 100%;
    font-size: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xiao-frame>div>ul>li:first-child {
    border-bottom: 1px solid #989898;
    align-items: baseline;
    justify-content: left;
    font-size: 14px;
    font-weight: 700;
    height: 17% !important;
    flex: none;
    padding-left: 2%;
	margin-bottom:8px;
	align-items:center;
}

.xiao-frame>div>ul>li>a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    /*设置显示的行数，多出的部分会显示为...*/
    -webkit-line-clamp: 1;
}

.xiao-frame>div>ul>li>a span {
    width: 100%;
    color: black;
}

.Navigation-frame>.bottom {
	width: 100%;
    margin-top: -10px;
    height: 20px;
    padding: 0;
    display: block;
    text-align: right;
}

.Navigation-frame>.bottom>a {
    font-size: 12px;
    float: right;
    line-height: 20px;
    color: #105199;
}

.Navigation-frame>.top {
    width: 100%;
    position: absolute;
    top: 10px;
    right: 35px;
}

.Navigation-frame>.top>a {
    font-size: 12px;
    float: right;
    line-height: 30px;
    color: #105199;
}
.Navigation-frame>.top-img>img{
    width: 20px;
    float: none;
}
.Navigation-frame>.top-img{
    position: absolute;
    margin: auto;
    top: -16px;
    left: 0;
    right: 0;
    text-align: center;
}

.seller-btn{ flex: .1; position: relative; }
.seller-btn-title{ display: inline-block;padding: 0.3rem 0.625rem; font-size: 0.875rem; color: #005aa3; border: 1px solid #005aa3;  cursor: pointer; }
.seller-btn:hover .seller-btn-title{ color: white; background: #005aa3; font-weight: bold;}
.seller-popup{ display: none; position: absolute; top: 31px; width: 22.75rem; left: 50%; transform: translateX(-50%); }
#seller-co-btn, #seller-offline-btn{ display: inline-block; font-size: 0.75rem; padding: 0.3em 1.2em; cursor: pointer;}
.seller-popup-arrow{ font-size: 0; text-align: center;}
.seller-popup-arrow>div{ 
	display: inline-block;
	width: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent; }
.seller-popup-body{ background: white; padding: .5rem; }
.seller-popup-body p{ white-space: normal; }
.seller-popup-content{ }
.seller-popup-content > section{ padding: 0.875rem 1.25rem 1rem; }
.seller-co, .seller-offline-thank{ background: #bae4fa; }
.seller-offline, .seller-offline-li{ background: #e5e5e5; }
.seller-co-form{ background: #d9edff; }
.global-mask{ display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: black; opacity: 0.7; z-index: 98;}

.co-form p{ text-align: center; margin: 19px 0;}
.co-form label{ margin: 0 auto; width: 70%; display: flex; justify-content: center; align-items: center; white-space: nowrap; gap: 5px; font-size: 0.75rem; font-weight: bold;}
.co-form input[type=text]{ flex: 1; background: white; font-size: 0.75rem; padding: 0.6em 1.2em; border: none; border-radius: 4px; }
.co-form input[type=text]:not(.el-input__inner):hover{box-shadow: 0 0 0 1px #c0c4cc;}
.co-form .el-input__inner{ padding: .2rem !important; }
.co-form .el-input__inner::placeholder{ color: rgb(117,117,117); }
.co-form input[type=submit]{ font-size: .875rem; padding: .5em 4em; background: #0054a8;border: none; color: white;}

.seller-li{ list-style: none; }
.seller-li li{margin: 11px 0; font-size: 0.875rem; line-height: 1.8;}
.seller-tel{ color: #262626; font-weight: normal; }
.hide { display: none; }