html,
body {
    position: relative;
    background-color: #fff
}

* {
    padding: 0;
    margin: 0;
}

h1{
    font-size: 14px;
    font-weight: 400;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
a{
	color:#000;
	text-decoration:none;
}
.header {
    background-color: #fff;
    position: relative;
}

.xinding {
	padding: 0 12%;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 63px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0px 15px 0px #b3b3b3;
    align-items: center;
	gap: 1em;
}

.xinding .logo {
	display:flex;
	position: relative;
}
 .dropdownList{
	 position:absolute;
	     right: -120%;
		 display:none;
 }
 .dropdownList>ul {
    width: 110px;
    height: 26px;
    overflow: hidden;
    border: 1px solid #727272;
    margin: 0;
    padding: 0;
    transition: all 1s;
	 border-radius: 4px;
	 margin-left:10px;
	 background:#fff;
  }

  .dropdownList>ul>li {
    height: 35px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 35px;
    cursor: pointer;
  }

  .dropdownList>ul>li:hover {
    background-color: #727272;
    color: #fff;
  }
  .dropdownList>ul>li:nth-of-type(1) {
      background-color: #fff!important;
      color: #000!important;
    }
  .dropdownList>ul>li>i {
    width: 3px;
    height: 20px;
    color: black;
  }
.xinding .mc {
    position: relative;
    bottom: -10px;
    font-weight: 700;
    font-size: 14px;
}

.Navigation {
    min-height: 65px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    background-color: #fff;
    margin-top: 65px;
    align-items: center;
    position: relative;

}

.Navigation-left {
    width: 42%;
    min-height: 63px;
    margin-left: 11%;
    background-color: #fff;
}

.Navigation-left>div {
    height: auto;
    width: auto;
    box-sizing: border-box;
}

.Navigation-left>.nav .xian {
    width: 100%;
    height: 5px;
    border-bottom: 2px #007940 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;
    justify-content: space-between;
    width: 100%;
    margin-top: 26px;
	gap: 5px;
}

.nav>div {
    cursor: pointer;
    width: auto;
    height: 38px;
    font-size: 14px;
    z-index: 50;
	position: relative;
}

.nav>div:hover {
    color: #007940;
	z-index: 100;
	border-bottom: 4px solid;
}
.nav>div:hover .xian{
   display: block;
}

.Navigation-right {
    width: 43%;
    height: 63px;
    display: flex;
    align-items: center;
    font-weight: 700;
    background-color: #fff;
    position: relative;
	justify-content: space-evenly;
    padding-right: 5%;
}
.Navigation-right a{
	color:#fff !important;
}
.Navigation-right>span {
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
.Navigation-right>span:last-child{
	margin-left: 30px;
    font-size: 14px;
    font-weight: 100;
	font-weight: bold;
}
.Navigation-right>span:last-child  img{
	    transform: scale(0.8);
}
.Navigation-right>#Shop {
	width: 103px;
	padding: 6px 0;
    background-color: #007940;
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.Navigation-right>#buysd {
	width: 103px;
	padding: 6px 0;
    background-color: #9b2727;
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.Navigation-right>div>a>img{
    position: absolute;
    right: -10px;
    top: -65%;
    cursor: pointer;
}
/*导航弹框*/
a {
    text-decoration: none;
    margin: 0;
    padding: 0;

}
.Navigation-right>span:hover + #Navigation-frame{
    display: block;
    z-index: 99;
}
.nav>div:hover  #Navigation-frame{
    display: block !important;
    z-index: 99;
}

.Navigation-right>span:hover  #Navigation-frame{
    display: block;
    z-index: 99;
}
.nav>div:hover a{
	color:#007940; 
}

#Navigation-frame:hover{
    display: block;
}
@keyframes Navigation-frame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
#Navigation-frame{
    width: 1044px;
    height: auto;
    padding: 0;
    margin: 0;
	display: none;
    border: 1px solid #cacaca;
    border-radius: 20px;
    position: absolute;
    left: 50%;
	top: 40px;
	transform: translateX(-50%);
    background-color: #fff;
		 animation-name: Navigation-frame;
    animation-duration: 0.5s;
}

.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;
	flex-wrap: wrap;
}

.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;
}
.xiao-frame>div>ul>li>a span:hover{
	color:#007940 
}
.Navigation-frame>.bottom {
    width: 100%;
    margin-top: -10px;
}

.Navigation-frame>.bottom>a {
    font-size: 12px;
    float: right;
    line-height: 20px;
    color: #105199;
}

.Navigation-frame>.top {
    width: 100%;
    position: absolute;
    top: 5px;
    right: 14px;
}

.Navigation-frame>.top>a {
    font-size: 12px;
    float: right;
    line-height: 30px;
    color: #105199;
	cursor: pointer;
}
.Navigation-frame>.top-img>img{
    width: 20px;
    float: none;
}
.Navigation-frame>.top-img{
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%);
}
/*公司新闻*/
.news>ul>li {
    align-items: center !important;
}
.news>ul>li:first-child{
    padding-bottom: 5px;
    margin-bottom: 12px;
}
.news>ul>li>img {
    margin-right: 4%;
}

.news>ul>li>a>p {
	width:85%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    /*设置显示的行数，多出的部分会显示为...*/
    -webkit-line-clamp: 1;
    color: black;
}

.news>ul>li>a>span {
    width: auto !important;
}

.news>ul>li>a {
    display: flex;
    justify-content: space-between;
	align-items:center;
}
.news>ul>li>a:hover *{
	color:#007940 !important;
	
}
.bottom>ul{
    height: 100%;
    display: flex;
    align-items: center;
    width: 740px;
    padding: 0;
    margin: 0;
    margin: auto;
    justify-content: space-between;

}
.bottom>ul>li{
    width: 130px;
    list-style: none;
    display: flex;
    font-size: 12px;
}
.bottom>ul>li>img{
    margin-right: 4%;
}
/*云服务*/
.yun {
    padding-bottom: 0;
    overflow: hidden;
    min-height: 280px !important;
    display: block;
    font-size: 14px;
    padding-bottom: 15px;
}
.yun>p:nth-child(3) {
    font-weight: 700;
    margin-top: 0;
}
 .yun>p:nth-child(4) {
    text-indent: 2em;
    width: 94%;
    text-align:justify
}
.yun>p:nth-child(5) {
    width: 94%;
}
.yun>p>a{
    font-size: 12px;
    color: #0083d9;
}
.yun>p{
  line-height: 25px;
  margin-bottom: 10px;
}

.yun>div>img{
    float: right;
}
/*云平台*/
.Cloud-platform{
    width: 100% !important;
    padding-bottom: 0;
    overflow: hidden;
    min-height: 320px !important;
    display: block;
    font-size: 14px;
}
.Cloud-platform>p:nth-child(3) {
    font-weight: 700;
    margin-top: 0 !important;
    height: 30px;
  
}
.Cloud-platform>p:nth-child(4) {
    text-indent: 2em;
    margin-bottom: 20px !important;
}
.Cloud-platform>p{
  line-height: 25px;
}
.Cloud-platform>p{
    margin: 0;
    margin-top: 5px;
}
.Cloud-platform>div>img{
    float: right;
}
  /*经典产品*/
  .classic{
    width: 610px !important;
    min-height: 230px !important;
    font-size: 14px;
    display: block;
}
.classic>p:nth-child(3) {
    font-weight: 700;
    margin-top: 0;
}
.classic>p:nth-child(4) {
    text-indent: 2em;
    margin-bottom: 20px;
}
.classic>p{
    line-height: 28px;
    margin-bottom: 5px;
    text-align:justify
}
.classic>div>img{
    float: right;
}
 /*经典产品*/
 .yunjing{
    width: 100% !important;
    min-height: 118px !important;
    font-size: 14px;
    display: block;
    padding: 20px;
    padding-bottom: 10px;
}
.yunjing>p:nth-child(2) {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
}
.yunjing>p:nth-child(3) {
    text-indent: 2em;
    margin-top: 0;
    font-weight: 500;
}
.yunjing>p:nth-child(4) {
    text-indent: 2em;
    margin-top: 0;
    text-align: right;
}
.yunjing>p{
    line-height: 28px;
}
.yunjing>div>img{
    float: right;
}
.yunjing>p>a{
border-bottom: 1px solid black;
padding-bottom: 1px;
}
@media screen and (max-width:1024px){
	.Navigation-right{
		padding-right:0;
	}
}
@media screen and (max-width:890px){
	.Navigation-right>span:last-child{
		display:none;
	}
	.Navigation-left{
		width:70%;
	}
}
@media screen and (max-width:680px){
	.Navigation {
		flex-wrap: wrap;
	}
	.Navigation-right{
		width:95%;
	}
	.Navigation-left{
		width:95%;
		margin-left:5%;
		margin-right:5%;
	}
	.Navigation-right>span:last-child{
			display:block;
		}
	.nav>div:hover #Navigation-frame{
		display:block !important;
	}
}
/*商城弹框*/
 #Shop-frame{
	  position: absolute;
    z-index: 99;
	left: -40px;
    top: 48px;
	display:none;
 }
 .Shop-frame{
    display: flex;
    align-items: center;
    width: 155px;
    height: 110px;
    margin: auto;
    background-color: #f4fefa;
    box-shadow: 1px 1px 2px 1px rgba(161, 161, 161, 0.5),
                -1px -1px 2px 1px rgba(161, 161, 161, 0.5);
				
    padding:0 20px;
}
.Shop-frame>ul{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.Shop-frame ul>li{
    width: 100%;
    list-style-type: none;
    text-align: center;
    border-bottom: 1px solid #007642;
   margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 10px;
    height: 55px;
    margin-top: -5px;
}
.Shop-frame ul>li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.Shop-frame ul>li>p{
    margin: auto;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    margin-left: -10px;
    color: #000 !important;
}
.Shop-frame ul>li>p>a{
    margin: auto;
    margin: 0;
    font-size: 12px;
    font-weight: 700;

    color: #000 !important;
}
.Shop-frame ul>li>p>a:hover{
	color:#007642 !important;
}
.Shop-frame ul>li>img{
    margin-left: 5%;
    margin-bottom: -12px;
}
.Shop-frame ul>li>p img{
   object-fit: cover;
   margin-right: 8%;
   margin-bottom:2px;
}
.Shop-frame-sanjiao{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -13px;
}

.Navigation-frame.product-li{ padding: 0; overflow: hidden; min-height: 0; border-radius: 20px; }
.top-nav-product-li{
	padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
	margin: 0; }
.top-nav-product-li li:first-child{
	background-color: #f3f3f3 !important;
    font-weight: bold;
    color: #000;
    font-size: 14px; height: 46px; }
.top-nav-product-li li:last-child{ border-bottom: none; }
.top-nav-product-li li, .top-nav-product-li li a{
	color: black !important;
	width: 100%;
    display: flex;
    justify-content: space-between;
    list-style: none;
    height: 43px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 12px;
}
.top-nav-product-li li div{
	flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-nav-product-li li div:first-child{ font-weight: bold; }
.top-frame-close-wrap{
	display: none;
	width: 100%;
    position: absolute;
    top: 5px;
    right: 14px;}
.top-frame-close-wrap div{ font-size: 12px;
    float: right;
    line-height: 30px;
    color: #105199;
	cursor: pointer;}
	
/* 试用表单 */
.global-trial-form{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:1000;
	right:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	display:none;
}
.global-trial-form .head {
	position: absolute;
    top: -9%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.global-trial-form .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);
}
.global-trial-form h1{
	letter-spacing: 2px;
    font-size: 22px;
	color:#676767;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding-top: 16%;
	text-align: center;
}
.global-trial-form .trial-form{
	min-width: 300px;
    background: white;
    max-width: 400px; 
	position: relative;
	top: 50%;
    transform: translateY(-50%);
	border-radius: 10px;
}
.global-trial-form form {
	width: 80%;
	margin: 0 auto;
	padding: 8% 0 9% 0;
	display: flex;
    flex-direction: column;
    text-align: center;
}
.submit{
	margin-top:8%
}
.global-trial-form p {
text-align: center;
}
.global-trial-form form p a {
	color: #888;
	font-family: 'Open Sans', sans-serif;
}
.global-trial-form form p a:hover {
	color:#21A957;
}
select{
	appearance:none;   
  -moz-appearance:none;   
  -webkit-appearance:none;
	position:relative;  
}
.global-trial-form .img{
	position:absolute;
	right:14%;
	top:65%;
	z-index:9;
}
.global-trial-form form>#div{
	display:flex;
	border-radius: 5px;
	margin-bottom: 6%;
	background:#D3D3D3;
	align-items: center;
	justify-content: space-between;
}
.trial-form select,.trial-form input[type="text"],.trial-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;
}
.trial-form input[type="button"]{
	width:42%;
	height:42px;
	margin-bottom:0px;
	background:#21A957;
	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
}
.global-trial-form #dcaptchasy{
	width:58%;
	display:inline;
	margin-bottom:0px;
	background-color:transparent;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.global-trial-form #dcaptchasy:hover{
	border-right:none;
}
.global-trial-form #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;
}
.global-trial-form input[type="text"]:hover, 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;
 	
 }
.global-trial-form input[type="submit"]{
	width: 99%;
	padding: 3%;
	margin-bottom: 8%;
	background: #21A957;
	font-family: 'Open Sans', sans-serif;
	color: #ECECEC;
	box-shadow: inset 0px 0px 10px #666464;
	-webkit-text-shadow: 0px 0px 3px #000;
	-moz-text-shadow: 0px 0px 3px #000;
	-o-text-shadow: 0px 0px 3px #000;
	-ms-text-shadow: 0px 0px 3px #000;
	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;
}
.global-trial-form input[type="submit"]:hover{
	background:#128A42;
	color:#fff;
}

.alert{
	max-width:323px;
	position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
	display:none;
	z-index:99;
	background: white;
    padding: 12px;
    border-radius: 0.5em;
}

.top-product-frame, .top-product-frame .Navigation-frame{ border-radius: 0 !important; }
#Navigation-frame.top-product-frame{
	width: 800px;
	max-width: 100vw;
	height: auto;
    left: 50%;
    transform: translate(-10%, -1px);
	overflow: hidden; }
.top-frame-product-dropdown{ display: flex; cursor: auto; }
.product-dd-left{ background: #f1f1f1; width: 46%; }
.product-dd-left ul{
	padding: 0;
    height: 70%;
	list-style: none;
    font-size: 1.125rem;
	color: #252b3a;}
.product-dd-left ul li{
	/* padding: 15px 0 15px 16%;
	cursor: pointer; */
    display: flex;
    /* justify-content: space-between; 文字左，箭头右 */
    align-items: center;
    padding: 15px 0 15px 27%;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
    position: relative;
}
.product-dd-left ul li .arrow{
    margin: auto;
}

.product-dd-left li:not(.active) .arrow {
  display: none; /* 核心：未选中时隐藏箭头 */
}


.product-dd-left ul li:hover, .product-dd-left ul li.active{ background: white; }
.product-dd-left p{
	padding-left: 42px;
    font-size: 12px;
	color: #6b6b6b;
	line-height: 1.8;
}
.product-dd-right{
    width: 100%;
    margin: 20px;
	overflow-y: scroll;
	display: flex;
	align-items: center;}
.product-dd-right table{ color: #252b3a; text-align: left; width: 88%; margin: 0px auto 0 12%; }
.product-dd-right table tr:first-child{ position: relative; }
.product-dd-right table tr:first-child::after{ content: ''; position: absolute; bottom: 0px; left: -7%; height: 1px; width: 100%; background: #e7e4e4;}
.product-dd-right th{ font-size: 1rem; line-height: 3; }
.product-dd-right th:nth-child(2){ padding-right: 1em; }
.product-dd-right td{ font-size: 0.875rem; line-height: 38px; }
.product-dd-right td a{ color: inherit !important; }
.product-dd-right td a:hover{ color: #007940 !important; }

  /*试用申请弹框*/
  
.login-form {
	background:#eee;
	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: 0;
	left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.head img {
	width:70%;
	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:101;
	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;
}
.login-form input[type="button"]{
	width:42%;
	height:38px;
	margin-bottom:0px;
	background:#21A957;
	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
}
#sms_codesy{
	width:58%;
	display:inline;
	margin-bottom:0px;
	background-color:transparent;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#sms_codesy: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;
}
 input[type="text"]:hover, 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;
 	
 }
input[type="submit"]{
	width: 99%;
	padding: 3%;
	margin-bottom: 8%;
	background: #21A957;
	font-family: 'Open Sans', sans-serif;
	color: #ECECEC;
	box-shadow: inset 0px 0px 10px #666464;
	-webkit-text-shadow: 0px 0px 3px #000;
	-moz-text-shadow: 0px 0px 3px #000;
	-o-text-shadow: 0px 0px 3px #000;
	-ms-text-shadow: 0px 0px 3px #000;
	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;
}
input[type="submit"]:hover{
	background:#128A42;
	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: 0 auto;
    left: 0;
    right: 0;
	display:none;
	z-index:99;
	background: white;
    padding: 12px;
    border-radius: 0.5em;
}

@media screen and (min-width:1440px){
	.img{
	top:62%;	
	}
}
@media (max-width:1440px){
	.login-form {
	width:22%;
	margin: 11% auto 4% auto;
	}
	.main h1 {
	padding-top: 23%;
	}
	.copy-right {
	bottom: -26%;
	}
}
@media (max-width:1366px){
	.login-form {
	width: 24%;
	margin: 10% auto 4% auto;
	}
}
@media (max-width:1280px){
	.login-form  {
		margin:8% auto 0;
		width:25%;
	}
	.copy-right {
	left: 41%;
	bottom:-18%;
	}
}
@media (max-width:1024px){
.login-form  {
		margin:12% auto 0;
		width:32%;
	}
	.copy-right {
	left: 41%;
	bottom:-18%;
	}
}
@media (max-width:768px){
	.login-form  {
		margin: 16% auto 0;
		width: 43%;
	}
	.copy-right {
	left:38%;
	bottom:-14%;
	}
}
@media (max-width:640px){                                  
	.login-form {
	margin: 20% auto 0;
	width: 50%;
	}
	.copy-right {
	left:36%;
	bottom:-18%;
	}
}
@media (max-width:480px){   
	.login-form>.head {
	display:none;
	}                               
	.login-form {
	margin: 32% auto 0;
	width: 68%;
	}
	.copy-right {
	left:30%;
	bottom:-17%;
	}
	.main h1 {
	font-size: 22px;
	}
	.head img {
	width: 78%;
	}
	input[type="text"], input[type="password"], input[type="submit"] {
	font-weight: 600;
	margin-bottom: 4%;
	}
}
@media (max-width:320px){                                  
	.login-form  {
		margin:20% auto 0;
		width: 79%;
		
	}
	.main h1 {
	padding-top: 20%;
	font-size: 20px;
	}
	input[type="text"], input[type="password"],input[type="submit"] {
	font-weight:600;
	font-size: 15px;
	}
	.main form p a {
	font-size: 15px;
	}
	input[type="submit"] {
	padding: 4%;
	}
		
}

.Navigation-right>.button{
	width: 80px;
	height: 26px;
	background-color: #007642;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	border-width: 0px;
	margin-right:50px;
}
.Navigation-right>span {
    font-size: 13px;
    font-weight: 700;
}
