* {
	outline: none;
	font-family: "Microsoft YaHei",瀵邦喛钂嬮梿鍛寸拨;
}
/* html {
	overflow-y: scroll; 
} */
body {
	margin: 0;
    padding: 0;
    overflow-x: auto;
    min-width: 1200px;
}
-webkit-tap-highlight-color: rgba(0,0,0,0);
a{color:#939393FF;text-decoration:none;}
.container {
	margin-top: 70px;
}
.buyPage>.container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f1f8fb;
}
.buyPage>.container>.middle {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 70px;
	color: #282f47;
	background-color: #fff;
}
.buyPage>.container>.middle>.order>.btn-div {
	margin-top: 30px;
}
.text-center {
	text-align: center;
}
button {
	width: 120px;
	height: 40px;
	background-color: #fda802;
	font-size: 14px;
	color: #fff;
	border: none;
    border-radius: 2px;
}
button:hover {
	background-color: #fbb123;
	cursor: pointer;
}
hr {
	background-color: #e3e3e3;
    border: none;
    height: 1px;
    margin: 0px;
}
.marginauto {
	margin-left: auto;
	margin-right: auto;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-pointer:hover {
	color: #ffb123;
}
.clear {
	clear: both;
}
#myheader {
	z-index: 10;
}
.newheader{
	display:none;  
  }
.header {
    width: 100%;
    position: fixed;
    top: 0;
    height: 69px;
    line-height: 70px;
    min-width: 1201px;
    color: #fff;
    font-size: 16px;
   /*  text-align: center; */
    padding-left: 30px;
    z-index: 10;
    background-color: #2e3a41;
    border-bottom: 1px solid #4a5156;
}
.header-shadow {
	box-shadow: 0px 3px 5px rgba(8,8,8,0.19);
    -webkit-box-shadow: 0px 3px 5px rgba(8,8,8,0.19);
   	-moz-box-shadow: 0px 3px 5px rgba(8,8,8,0.19);
   	-o-box-shadow: 0px 3px 5px rgba(8,8,8,0.19);
    -ms-box-shadow: 0px 3px 5px rgba(8,8,8,0.19);
}
.header-logo {
	width: 14%;
	float: left;
	background-image: url(../../imgs/head_logo.png);
	background-repeat: no-repeat;
	background-position: center left;
    height: 40px;
    margin: 15px 0px;
    cursor: pointer;
}
.header-other {
	/*width:185px;
	height: 100%;
	 float: left; */
	width: 185px;
    height: 100%;
    float: right;
    position: absolute;
    right: 60px;
}
.header-menus {
	width: 50%;
	float: left;
}
.console {
    width: 89px;
    float: right;
    position: absolute;
    right: 277px;
}
.cases {
    width: 89px;
    float: right;
    position: absolute;
    right: 198px;
}
.cloudPlat {
    float: right;
    position: absolute;
    width: 89px;
    /* right: 263px; */
    right:363px;
}
.console > span:hover,.cloudPlat > span:hover, .documentation > span:hover ,.cases>span:hover{
	color: #ffb123;
	cursor: pointer;
}
.header>nav:first-child {
	width: 100%;
	height: 100%;
}
.mainMenu {
	/* width: 20%; */
	width:15%;
	float: left;
}
.mainMenu > span:hover {
	color: #ffb123;
	cursor: pointer;
}
.subMenus {
	font-size: 14px;
	color: #fff;
	background-color: #1e2225;
	position: fixed;
    top: 70px;
    width: 100%;
    z-index: 10;
}
.subMenu {
	background-color: rgba(30,34,37,.9);
	position: absolute;
	width: 1200px;
	min-width: 1200px;
	visibility: hidden;
	padding: 20px calc(50% - 600px) !important;
	float: left;
	height: 440px;
	-webkit-box-shadow: rgba(8,8,8,0.58) 0px 2px 4px;
   	-moz-box-shadow: rgba(8,8,8,0.58) 0px 2px 4px;
   	box-shadow: rgba(8,8,8,0.58) 0px 2px 4px;
   	-o-box-shadow: rgba(8,8,8,0.58) 0px 2px 4px;
    -ms-box-shadow: rgba(8,8,8,0.58) 0px 2px 4px;
}
.third-menu-interval {
	width: 34px;
	float: left;
	height: 30px;
}
.sub-menu {
	float: left;
	height: 440px;
}
.sub-menu-left-container {
	width:  calc(20% - 31px);
	border-right: 1px solid #4a5156;
	text-align: right;
    padding-right: 30px;
}
.sub-menu-right-container {
	width: calc(80% - 30px);
	padding-left: 30px;
    box-sizing:border-box;
}
.sub-menu-left-container > div {
	margin-bottom: 10px;
}
.sub-menu-right {
	display: none;
	width: 100%;
	height: 100%;
}
.sub-menu-1 {
	height: 50px;
    line-height: 50px;
    background-color: #303639;
    padding-right: 15px;
    border: 1px solid #4a5156;
}
.selected-border {
	border: 1px solid #ffb123 !important;
	color: #ffb123 !important;
}
.sub-menu-2 {
	height: 50px;
    line-height: 50px;
    text-align: left;
    background-color: #303639;
    padding: 0px 15px;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #4a5156;
}
.sub-menu-1:hover, .sub-menu-2:hover {
	background-color: rgba(30,34,37,.9) !important;
}
.sub-menu-icon {
	background-position: center right;
	background-repeat: no-repeat;
	height: 30px;
    float: left;
    width: 20px;
    margin-right: 8px;
}
#sub-menu-icon_2_1 {
	background-image: url("../../imgs/beidouzhongduan.png");
	
}
#sub-menu-icon_2_2 {
	background-image: url("../../imgs/beidouyunying.png");
}
#sub-menu-icon_2_3 {
	background-image: url("../../imgs/sdk_fuwu.png");
}
#sub-menu-icon_2_4 {
	background-image: url("../../imgs/pingtai.png");
}
.subMenu > ul {
	display: inline-table;
}
.subMenu > ul > li {
	text-align: left;
	cursor: pointer;
}
li {
	list-style-type: none;
}
.login, .register {
	float: right;
}
.register {
	width: calc(100% - 32px);
	max-width: 70px;
	margin-left: 30px;
}
 #go-login, #go-register {
	cursor: pointer;
}
#go-login:hover {
	color: #ffb123;
}
#go-register {
	border: 1px solid #fda802;
    width: 68px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(248, 161, 119, 0.13);
    border-radius: 15px;
    color: #fda802;
    font-size: 16px;
    display: inline-block;
    text-align:center;
}
#go-register:hover {
	color: #fff;
	background-color: #ffb123;
	border: 1px solid #ffb123;
}
.header-interval {
	max-width: 28px;
	width: 28px;
	float: right;
	height: 70px;
}
.footer {
	display:block;
	background-color: #2e3a41;
	color: #fff;
	font-size: 12px;
	padding-top: 50px;
	padding-bottom: 20px;
	min-width: 1200px;
}
.footer1 {
	float: left;
	margin-right: 100px;
}
.footer2 {
	margin-bottom: 20px;
}
.footer_logo {
	background-image: url(../../imgs/footer_logo.png);
	background-repeat: no-repeat;
	background-position: center;
    height: 50px;
    width: 50px;
}
.footer3 {
	margin-bottom: 24px;
	font-size: 25px;
}
.footer4 {
	float: left;
}
.footer4:first-of-type {
	width: 184px;
}
.footer4:nth-of-type(2) {
	width: 200px;
}
.footer4:nth-of-type(3) {
	width: 200px;
}
.footer4:nth-of-type(4) {
	width: 150px;
}
.footer4:nth-of-type(5) {
	width: 150px;
}
.contact-info {
	width: 310px;
}
.footer5 {
	font-size: 16px;
	margin-bottom: 16px;
	font-weight: bold;
}
.footer7 {
	padding-bottom: 36px;
	border-bottom: 1px solid #4f575c;
}
.footer8 {
	color: #9a9a9a;
	text-align: center;
	margin-top: 20px;
}
.footer8 > span:first-of-type {
	margin-right: 10px;
}
.footer8 > span:last-of-type {
	margin-left: 10px;
}
.footer8 > a > span {
	font-size: 12px;
	color: #9a9a9a;
}
/* .footer_erweima {
	background-image: url(../../imgs/qrcode_for_orieange_cmfun.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    height: 108px;
    width: 108px;
} */
.footer_erweima {
	background-image: url(../../imgs/qqew.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    height: 108px;
    width: 108px;
} 
.footer ul {
	padding-left: 0px !important;
}
.footer ul > li {
	list-style: none;
	text-align: left;
	margin-bottom: 16px;
	font-size: 14px;
	color: #939393;
}
.footer ul > li > a {
	cursor: pointer;
	color: #9a9a9a;
}
.footer ul > li > a:hover {
	color: #ffb123;
}
.footer-middle {
	width: 1200px;
}
.footer-middle a {
	color: #fff;
    text-decoration: none;
}
#ul06 > li {
    padding-left: 30px;
}
#ul06 {
	border-left: 1px solid #4f575c;
}
.phone-img {
	background-image: url(../../imgs/phone.png);
	background-repeat: no-repeat;
	background-position: center left;
    background-size: contain;
    height: 30px;
    width: 100%;
    line-height: 30px;
    font-size: 24px;
    color: #fda802;
    display: inline-block;
    text-align: center;
}
#after-login {
	width: 175px;
	position: fixed;
	/* left: 1603px;  */
	right:-14px; 
	top: 0px;
	z-index: 13;
}
.sub-header-other {
	width: 100%;
    font-size: 14px;
    background-color: #242d34;
    /* display: none; */
    box-shadow: 0px 5px 5px rgba(8,8,8,0.19);
    -webkit-box-shadow: 0px 5px 5px rgba(8,8,8,0.19);
   	-moz-box-shadow: 0px 5px 5px rgba(8,8,8,0.19);
   	-o-box-shadow: 0px 5px 5px rgba(8,8,8,0.19);
    -ms-box-shadow: 0px 5px 5px rgba(8,8,8,0.19);
}
.line-height45 {
	line-height: 45px;
	padding: 0 20px;
	display: inline-block;
}
.line-height45 > a {
	cursor: pointer;
}
.line-height45 > a {
	color: #fff;
	text-decoration:none;
}
.line-height45 > a:hover {
	color: #ffb123;
}
.loginAccount {
	/* text-align: left;
	padding-left: 3px;
	height: 70px;
    line-height: 70px;
    color: #fff; */
    text-align: left;
    padding-left: 20px;
    height: 70px;
    line-height: 70px;
    color: #fff;
}
.header-triangle {
	background-image: url(../../imgs/Triangle_down.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	width: 9px;
	height: 70px;
	float: right;
	margin-right: 10px;
}
#after-login:hover > .loginAccount {
	background-color: #242d34;
	color: #ffb123;
}
#after-login:hover > .loginAccount > .header-triangle {
	background-image: url(../../imgs/Triangle_up.png);
}
.logout {
	line-height: 45px;
	padding: 0 20px;
	display: inline-block;
}
.logout > span {
	color: #fff;
	cursor: pointer;
}
.logout > span:hover {
	color: #ffb123;
}
.steps {
	width: 707px;
	height: 26px;
	margin: 0 auto;
}
.steps-new {
	width: 524px;
    margin: auto;
    padding-top: 50px;
}
.step1, .step2, .step3, .step4 {
	float: left;
	height: 24px;
	line-height: 24px;
	width: 24px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	border: 1px solid #282f47;
}
.steps > hr {
	width: 200px;
    float: left;
    background-color: #282f47;
    margin: 12.5px 0;
}
.finished-step {
	color: #fff;
	border: 1px solid #282f47;
	background-color: #282f47;
}
.current-step {
	color: #fda802;
    border: 1px solid #f6a054;
}
.steps-name {
	font-size: 14px;
    margin: 30px 0 40px;
	padding-bottom: 46px;
    border-bottom: 1px solid #e6ebf2;
}
.step-name {
	float: left;
}
.step-name.first {
	margin-left: 160px;
}
.step-name.second {
	margin-left: 172px;
}
.step-name.third {
	margin-left: 183px;
}
.step-name.fourth {
	margin-left: 168px;
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
	color: rgba(40,47,71,0.6);
	font-size: 14px;
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: rgba(40,47,71,0.6);
	font-size: 14px;
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: rgba(40,47,71,0.6);
	font-size: 14px;
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: rgba(40,47,71,0.6);
	font-size: 14px;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 20px white inset;
}
#mark-word-container {
	position: fixed;
	top: 70px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fcd4c1;
	border: 1px solid #f43516;
	color: #fe2820;
	z-index: 9;
}
#close-mark-container {
	background-color: #f9cac1;
	position: fixed;
	top: 70px;
	height: 40px;
	width: 40px;
	margin-top: 1px;
	right: 0px;
	cursor: pointer;
	text-align: center;
	border-right: 1px solid #f43516;
}
#mark-word {
	max-width: 1000px;
	text-align: left;
	margin: auto;
}
#close-mark-word {
    transform: rotateZ(45deg);
    -ms-transform: rotate(45deg); 	/* IE 9 */
	-moz-transform: rotate(45deg); 	/* Firefox */
	-webkit-transform: rotate(45deg); /* Safari 閸滐拷 Chrome */
	-o-transform: rotate(45deg); 	/* Opera */
    font-size: 30px;
    display: block;
}
.temp-hint {
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 75px);
	display: inline-block;
	width: auto;
	height: 60px;
	line-height: 60px;
	padding: 0px 10px;
	background-color: rgba(40,47,71,0.5);
	color: #fff;
	animation: disappear ease-in-out 2s forwards;
	-webkit-animation: disappear ease-in-out 2s forwards;
	text-align: center;
	z-index: 100;
}
@keyframes disappear {
	from {opacity: 1;filter: alpha(opacity = 100);}
	to {opacity: 0;filter: alpha(opacity = 0);}
}
@-webkit-keyframes disappear {
	from {opacity: 1;filter: alpha(opacity = 100);}
	to {opacity: 0;filter: alpha(opacity = 0);}
}
.batb {
	background-image: url(../../imgs/batb.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	float: left;
}
.hide{
	display:none;
}
.hintDiv {
	position: absolute;
}
.hintDiv-active {
	animation: hinActive 1s linear 0s infinite;
}
@keyframes hinActive{
	0% {
		-o-box-shadow: #fff 0px 0px 1px;
		-ms-box-shadow: #fff 0px 0px 1px;
		-webkit-box-shadow: #fff 0px 0px 1px;
	   	-moz-box-shadow: #fff 0px 0px 1px; 
	   	box-shadow: #fff 0px 0px 1px;
   	}
   	25% {
		-o-box-shadow: #fff 0px 0px 15px;
		-ms-box-shadow: #fff 0px 0px 15px;
		-webkit-box-shadow: #fff 0px 0px 15px;
	   	-moz-box-shadow: #fff 0px 0px 15px; 
	   	box-shadow: #fff 0px 0px 15px;
   	}
   	50% {
		-o-box-shadow: #fff 0px 0px 30px;
		-ms-box-shadow: #fff 0px 0px 30px;
		-webkit-box-shadow: #fff 0px 0px 30px;
	   	-moz-box-shadow: #fff 0px 0px 30px; 
	   	box-shadow: #fff 0px 0px 30px;
   	}
   	75% {
		-o-box-shadow: #fff 0px 0px 15px;
		-ms-box-shadow: #fff 0px 0px 15px;
		-webkit-box-shadow: #fff 0px 0px 15px;
	   	-moz-box-shadow: #fff 0px 0px 15px; 
	   	box-shadow: #fff 0px 0px 15px;
   	}
	100% {
		-o-box-shadow: #fff 0px 0px 5px;
		-ms-box-shadow: #fff 0px 0px 5px;
		-webkit-box-shadow: #fff 0px 0px 5px;
	   	-moz-box-shadow: #fff 0px 0px 5px; 
	   	box-shadow: #fff 0px 0px 5px;
	}
}
@-webkit-keyframes hinActive{
	0% {
		-o-box-shadow: #fff 0px 0px 1px;
		-ms-box-shadow: #fff 0px 0px 1px;
		-webkit-box-shadow: #fff 0px 0px 1px;
	   	-moz-box-shadow: #fff 0px 0px 1px; 
	   	box-shadow: #fff 0px 0px 1px;
   	}
   	25% {
		-o-box-shadow: #fff 0px 0px 15px;
		-ms-box-shadow: #fff 0px 0px 15px;
		-webkit-box-shadow: #fff 0px 0px 15px;
	   	-moz-box-shadow: #fff 0px 0px 15px; 
	   	box-shadow: #fff 0px 0px 15px;
   	}
   	50% {
		-o-box-shadow: #fff 0px 0px 30px;
		-ms-box-shadow: #fff 0px 0px 30px;
		-webkit-box-shadow: #fff 0px 0px 30px;
	   	-moz-box-shadow: #fff 0px 0px 30px; 
	   	box-shadow: #fff 0px 0px 30px;
   	}
   	75% {
		-o-box-shadow: #fff 0px 0px 15px;
		-ms-box-shadow: #fff 0px 0px 15px;
		-webkit-box-shadow: #fff 0px 0px 15px;
	   	-moz-box-shadow: #fff 0px 0px 15px; 
	   	box-shadow: #fff 0px 0px 15px;
   	}
	100% {
		-o-box-shadow: #fff 0px 0px 5px;
		-ms-box-shadow: #fff 0px 0px 5px;
		-webkit-box-shadow: #fff 0px 0px 5px;
	   	-moz-box-shadow: #fff 0px 0px 5px; 
	   	box-shadow: #fff 0px 0px 5px;
	}
}
@-moz-keyframes hinActive{
	0% {
		-o-box-shadow: #fff 0px 0px 1px;
		-ms-box-shadow: #fff 0px 0px 1px;
		-webkit-box-shadow: #fff 0px 0px 1px;
	   	-moz-box-shadow: #fff 0px 0px 1px; 
	   	box-shadow: #fff 0px 0px 1px;
   	}
   	25% {
		-o-box-shadow: #fff 0px 0px 15px;
		-ms-box-shadow: #fff 0px 0px 15px;
		-webkit-box-shadow: #fff 0px 0px 15px;
	   	-moz-box-shadow: #fff 0px 0px 15px; 
	   	box-shadow: #fff 0px 0px 15px;
   	}
   	50% {
		-o-box-shadow: #fff 0px 0px 30px;
		-ms-box-shadow: #fff 0px 0px 30px;
		-webkit-box-shadow: #fff 0px 0px 30px;
	   	-moz-box-shadow: #fff 0px 0px 30px; 
	   	box-shadow: #fff 0px 0px 30px;
   	}
   	75% {
		-o-box-shadow: #fff 0px 0px 15px;
		-ms-box-shadow: #fff 0px 0px 15px;
		-webkit-box-shadow: #fff 0px 0px 15px;
	   	-moz-box-shadow: #fff 0px 0px 15px; 
	   	box-shadow: #fff 0px 0px 15px;
   	}
	100% {
		-o-box-shadow: #fff 0px 0px 5px;
		-ms-box-shadow: #fff 0px 0px 5px;
		-webkit-box-shadow: #fff 0px 0px 5px;
	   	-moz-box-shadow: #fff 0px 0px 5px; 
	   	box-shadow: #fff 0px 0px 5px;
	}
}
@-o-keyframes hinActive{
	0% {
		-o-box-shadow: #fff 0px 0px 1px;
		-ms-box-shadow: #fff 0px 0px 1px;
		-webkit-box-shadow: #fff 0px 0px 1px;
	   	-moz-box-shadow: #fff 0px 0px 1px; 
	   	box-shadow: #fff 0px 0px 1px;
   	}
   	25% {
		-o-box-shadow: #fff 0px 0px 15px;
		-ms-box-shadow: #fff 0px 0px 15px;
		-webkit-box-shadow: #fff 0px 0px 15px;
	   	-moz-box-shadow: #fff 0px 0px 15px; 
	   	box-shadow: #fff 0px 0px 15px;
   	}
   	50% {
		-o-box-shadow: #fff 0px 0px 30px;
		-ms-box-shadow: #fff 0px 0px 30px;
		-webkit-box-shadow: #fff 0px 0px 30px;
	   	-moz-box-shadow: #fff 0px 0px 30px; 
	   	box-shadow: #fff 0px 0px 30px;
   	}
   	75% {
		-o-box-shadow: #fff 0px 0px 15px;
		-ms-box-shadow: #fff 0px 0px 15px;
		-webkit-box-shadow: #fff 0px 0px 15px;
	   	-moz-box-shadow: #fff 0px 0px 15px; 
	   	box-shadow: #fff 0px 0px 15px;
   	}
	100% {
		-o-box-shadow: #fff 0px 0px 5px;
		-ms-box-shadow: #fff 0px 0px 5px;
		-webkit-box-shadow: #fff 0px 0px 5px;
	   	-moz-box-shadow: #fff 0px 0px 5px; 
	   	box-shadow: #fff 0px 0px 5px;
	}
}
@-ms-keyframes hinActive{
	0% {
		-o-box-shadow: #fff 0px 0px 1px;
		-ms-box-shadow: #fff 0px 0px 1px;
		-webkit-box-shadow: #fff 0px 0px 1px;
	   	-moz-box-shadow: #fff 0px 0px 1px; 
	   	box-shadow: #fff 0px 0px 1px;
   	}
   	25% {
		-o-box-shadow: #fff 0px 0px 15px;
		-ms-box-shadow: #fff 0px 0px 15px;
		-webkit-box-shadow: #fff 0px 0px 15px;
	   	-moz-box-shadow: #fff 0px 0px 15px; 
	   	box-shadow: #fff 0px 0px 15px;
   	}
   	50% {
		-o-box-shadow: #fff 0px 0px 30px;
		-ms-box-shadow: #fff 0px 0px 30px;
		-webkit-box-shadow: #fff 0px 0px 30px;
	   	-moz-box-shadow: #fff 0px 0px 30px; 
	   	box-shadow: #fff 0px 0px 30px;
   	}
   	75% {
		-o-box-shadow: #fff 0px 0px 15px;
		-ms-box-shadow: #fff 0px 0px 15px;
		-webkit-box-shadow: #fff 0px 0px 15px;
	   	-moz-box-shadow: #fff 0px 0px 15px; 
	   	box-shadow: #fff 0px 0px 15px;
   	}
	100% {
		-o-box-shadow: #fff 0px 0px 5px;
		-ms-box-shadow: #fff 0px 0px 5px;
		-webkit-box-shadow: #fff 0px 0px 5px;
	   	-moz-box-shadow: #fff 0px 0px 5px; 
	   	box-shadow: #fff 0px 0px 5px;
	}
}
/*闂呮劘妫岄崯鍡標�*/
#newBridge{
	display: none;
    opacity: 0;
    visibility: hidden;
    zoom: 0;
}
.am-menu-nav a {
    display: block;
    padding: 0.8rem 0;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    text-indent: 16px !important;
}
#ljBanner{
    display: none;
}
/**************************************/
.phone_box{
	background-color: #000000;
    width: 34px;
    height: 118px;
    border: 1px solid RGBA(47, 57, 65, 0.3);
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
  }
  .phone_box:hover{
  	opacity:1;
  }
  .phone_box img{
  	padding-top:10px;
  }
  .phone_box2{
	background-color: #000000;
    width: 34px;
    height: 34px;
    border: 1px solid RGBA(47, 57, 65, 0.3);
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
  }
  .phone_box span{
  	font-size:14px;
  	color:#ffffff;
  	display: block;
    width: 14px;
    margin: 0 auto;
  }
  .phone_box2 img{
    margin-top: 8px;
  }
 .fix_box{
    position: fixed;
    bottom:20px;
    right:0;
    z-index: 10;
  }
  .big{
    background-color: #FAFAFA;
    position: fixed;
    width: 520px;
    height: 573px;
    top: 0px;   
    left: 0px;   
    right: 0px;   
    bottom: 0px;   
    margin: auto;   
    display: none;
    border:1px solid #ddd;
    z-index:50;
    box-shadow:0px 3px 4px 0px rgba(47,57,65,0.2);
    font-size: 14px;/**覆盖amazeui 字体大小**/
  }
  .tit_box{
    margin: 0 auto;
    width: 100%;
    height: 60px;
    background-color: #E5E6E6;
  }
  .tit_box p{
  	margin-top: 0;
    line-height: 60px;
    padding-left: 20px;
    font-size: 22px;
    color:#363B43;
  }
  .big_tip{
  	display: inline-block;
    font-size: 12px;
    color:#2F3941;
    opacity: 0.5;
    width: 90%;
    padding-left: 25px;
  }
  #conus{
   display:none;
  }
  .msgbox p{
    margin-top: 0px;
    padding-left: 10px;
  }
  .msgbox p:first-child{
    font-size: 20px;
    color:RGBA(47, 57, 65, 1);
  }
  .kf{
    font-size: 14px;
    margin-top: -34px;
  }
  .msgbox:nth-child(4){
    font-size: 14px;
  }
  .msg_x{
    cursor: pointer;
    position: absolute;
    top:16px;
    right: 15px;
     opacity:0.8;
  }
  .msg_x:hover{
      opacity:1;
  }
#temp{
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display:none; 
}

.first{
    margin-top: 20px;
  } 
   .input_item{
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .input_item span{
    display: block;
    width: 82px;
    font-size: 14px;
  }
  .input_item span i{
  	color:red;
  	font-style:normal;
  	font-size: 12px;
  }
  .lj_input{
    padding-left:10px;
    margin-top: 10px;
    display: inline-block;
    width: 470px;
    height: 40px;
    border-width:1px;
    border-radius: 0;
    border-style: solid;
    border-color: rgba(0,0,0,.12);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
    background: #FFFFFF;
    outline: none;
    font-size: 14px;
    font-family:'Avenir', Helvetica, Arial, sans-serif;
    opacity: 1;
  }
   .lj_input2{
    padding-left:10px;
    margin-top: 10px;
    display: inline-block;
    width: 470px;
    height: 40px;
    border-width:1px;
    border-radius: 0;
    border-style: solid;
    border-color: rgba(0,0,0,.12);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
    background: #FFFFFF;
    outline: none;
    font-size: 14px;
    font-family:'Avenir', Helvetica, Arial, sans-serif;
    opacity: 1;
  }
  #textaerval{
    margin-top: 10px;
    padding-left:10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
    background: #ffffff;
    outline: none;
    resize: none;
    width: 468px;
    height: 120px;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    opacity: 1;
  }
  .err_in{
   border-color:#FF3B30 !important;
   background:#FAEBEA !important;
  
  }
  
  textarea::-webkit-input-placeholder {
    color:#b6b6b6 !important;
    opacity: 1 !important;
  }

  textarea:-moz-placeholder {
    color: #b6b6b6  !important;
    opacity: 1 !important;
  }

  textarea::-moz-placeholder {
    color:#b6b6b6  !important;
    opacity: 1 !important;

  }

  textarea:-ms-input-placeholder {
    color:#b6b6b6  !important;
    opacity: 1 !important;
  }
  input::-webkit-input-placeholder {
    color:#b6b6b6  !important;
    opacity: 1 !important;
  }

  input:-moz-placeholder {
    color:#b6b6b6  !important;
    opacity: 1 !important;
  }

  input::-moz-placeholder {
    color:#b6b6b6  !important;
    opacity: 1 !important;

  }

  input:-ms-input-placeholder {
    color:#b6b6b6  !important;
    opacity: 1 !important;
  }
 #ljtip{
  	font-size:12px;
  	color:red;
  	height:10px;
  	margin-left:20px;
  }
  .upbtn{
    width: 484px;
    height: 40px;
    background-color: #E5E6E6;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-left: 20px;
    outline: none;
    border: 0;
    margin-top:30px;
    cursor: default;
  }
  .ok{
    cursor: pointer;
   background-color: #FDA802;
  }
  .success_box{
    border:1px solid #ddd;
    background-color: #ffffff;
    top: 0;
    right:0;
    bottom:0;
    left: 0;
    position: fixed;
    width: 380px;
    height: 218px;
    margin:auto;
    z-index:400;
    display:none;  
  }
  .success_box img{
    margin-top: 30px;
    text-align: center;
    margin-left: 43%;
  }
  .success_box .succ{
    text-align: center;
    color:#6d777d;
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 5px;
  }
  .success_box .succ_thank{
    text-align: center;
    color:#939393;
    font-size: 14px;
  }
.ljfooter{
	display:none;
} 
.am-offcanvas{
	display:none;
}
  @media screen and (max-width: 767px)and (min-width: 480px) {
  body {
    margin: 0;
    padding: 0;
    overflow-x: auto;
    min-width: 100%;
}
.container {
    margin-top: 45px;
}
  .header {
   display:none;
 }
 #ljBanner{
    display: block;
}
 .newheader{
	display:block;
	width: 100%;
    position: fixed;
    top: 0;
    height: 44px;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    z-index: 10;
    background-color: #2e3a41;
    border-bottom: 1px solid #4a5156;  
  }
  .subMenus{
  	display:none;
  }
  .header-logo {
    width: 14%;
    float: left;
    background-image: url(../../imgs/head_logo.png);
    background-repeat: no-repeat;
    background-position: center left;
    height: 40px;
    margin: 15px 0px;
    cursor: pointer;
} 
.header-logo_new {
	width: 89px;
    float: left;
    background-image: url(../../imgs/logo@2x.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 85px 30px;
    height: 52px;
    margin: -4px -13px;
    cursor: pointer;
}
.meau_btn{
	width: 22px;
    height: 22px;
    line-height: 44px;
    background-image: url(../../imgs/menu@2x.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-color: #2e3a41;
    position: absolute;
    right: 31px;
    top: 11px;
}
.meau_btn:hover{
    background-color: #2e3a41;
}
.am-offcanvas-bar{
	width:70% !important;
	background: #29353BFF !important;
}
.am-menu-offcanvas1 .am-menu-toggle {
    position: absolute;
    right: 32px !important;
    top: 0px !important;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
}
.fix_box{
	display:none;
}
.footer {
	display:none;
}
.ljfooter{
	display: block;
    background-color: #2e3a41;
    color: #fff;
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 5px;
    width: 100%;
}
.footerMain{
	width: 100%;
	margin: 0 auto;
    text-align: center;
   	border-bottom:1px solid #4C565C;
}
.footerMain img{
	width:100px;
	height:100px;
}
.footerMain ul{
	text-align: center;
	margin-top: 8px;
}
.footerMain li:first-child{
	font-size:10px;
	color:rgba(255,255,255,1);
	opacity:0.5;
	
}
.footerMain li:nth-child(2){
	font-size:20px;
	color:#FFFFFF;
	padding-top: 12px;
}
.footerMain li:nth-child(3){
	font-size:12px;
	color:#FFFFFF;
	opacity:0.5;
}
.emicon{
	display:inline-block;
	background-image: url(../../imgs/footer_mail@2x.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 15px;
    height:15px;
    position: relative;
    top: 6px;
}
.qqicon{
	display:inline-block;
	background-image: url(../../imgs/footer_qq@2x.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 15px;
    height:15px;
    position: relative;
    top: 5px;
    left:5px;
}
.copy{
	  text-align: center;
	  font-size:10px;
	  margin-top: 10px;
}
.copy ul{
	 text-align: center;
}
.copy ul li{
	opacity:0.4;
}
.copy ul li i{
	display:inline-block;
	background-image: url(../../imgs/batb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height:15px;
    opacity:1;
}
.perLogin{
	diplay:block !important;
	height:75px !important;
	line-height: 75px !important;
}
.perLogin img{
    width: 34px !important;
    line-height: 75px;
    margin-left:15px;

}

.tofont{
	width: 133px;
    height: 27px;
    border-radius: 15px;
    opacity: 0.2;
    border: 1px solid rgba(255,255,255,1);
    background-color:#29353B;
	font-size:14px;
	color:#fff;
	opacity:0.6; 
}
#after-login{
	display:none;
}
#loginAcc{
	display:none;
}
.orders-container{
	display:none;
}
.am-offcanvas-bar{
	    background: #29353B !important;
}
.am-menu-offcanvas1 .am-menu-nav > .am-open > a, .am-menu-offcanvas1 .am-menu-nav > li > a:hover, .am-menu-offcanvas1 .am-menu-nav > li > a:focus {
    background-color: #29353B !important;
    outline: none;
}
.am-menu-offcanvas1 .am-menu-sub {
    background-color: #2E3A41 !important;
}
#mark-word,#mark-word-container{
	display:none;
}
  }
  
@media screen and (max-width: 479px) and (min-width: 320px){
body {
    margin: 0;
    padding: 0;
    overflow-x: auto;
    min-width: 100%;
}
.container {
    margin-top: 45px;
}
.orders-container{
	display:none;
}
 #after-login{
	display:none;
} 
#loginAcc{
	display:none;
}
 #ljBanner{
    display: block;
}
.fix_box, .content13, .solutions-container, .content12, .content14{ display:none;}

.header {
   display:none;
 }
 .am-menu-offcanvas1 .am-menu-toggle {
    position: absolute;
    right: 32px !important;
    top: 0px !important;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
}
 .newheader{
	display:block;
	width: 100%;
    position: fixed;
    top: 0;
    height: 44px;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    z-index: 10;
    background-color: #2e3a41;
    border-bottom: 1px solid #4a5156;  
  }
  .subMenus{
  	display:none;
  }
  .header-logo {
    width: 14%;
    float: left;
    background-image: url(../../imgs/head_logo.png);
    background-repeat: no-repeat;
    background-position: center left;
    height: 40px;
    margin: 15px 0px;
    cursor: pointer;
} 
.header-logo_new {
	width: 89px;
    float: left;
    background-image: url(../../imgs/logo@2x.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 85px 30px;
    height: 52px;
    margin: -4px -13px;
    cursor: pointer;
}
.footer {
	display:none;
}
.ljfooter{
	display: block;
    background-color: #2e3a41;
    color: #fff;
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 5px;
    width: 100%;
}
.footerMain{
	width: 100%;
	margin: 0 auto;
    text-align: center;
   	border-bottom:1px solid #4C565C;
}
.footerMain img{
	width:100px;
	height:100px;
}
.footerMain ul{
	text-align: center;
	margin-top: 8px;
	padding:0 !important;
}
.footerMain li:first-child{
	font-size:10px;
	color:rgba(255,255,255,1);
	opacity:0.5;
	
}
.footerMain li:nth-child(2){
	font-size:20px;
	color:#FFFFFF;
	padding-top: 12px;
}
.footerMain li:nth-child(3){
	font-size:12px;
	color:#FFFFFF;
	opacity:0.5;
}
.emicon{
	display:inline-block;
	background-image: url(../../imgs/footer_mail@2x.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 15px;
    height:15px;
    position: relative;
    top: 6px;
}
.qqicon{
	display:inline-block;
	background-image: url(../../imgs/footer_qq@2x.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 15px;
    height:15px;
    position: relative;
    top: 5px;
    left:5px;
}
.copy{
	  text-align: center;
	  font-size:10px;
	  margin-top: 10px;
}
.copy ul{
	 text-align: center;
	 padding:0 !important;
}
.copy ul li{
	opacity:0.4;
}
.copy ul li i{
	display:inline-block;
	background-image: url(../../imgs/batb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height:15px;
    opacity:1;
}
.am-offcanvas-bar{
	    background: #29353B !important;
}
.am-menu-offcanvas1 .am-menu-nav > .am-open > a, .am-menu-offcanvas1 .am-menu-nav > li > a:hover, .am-menu-offcanvas1 .am-menu-nav > li > a:focus {
    background-color: #29353B !important;
    outline: none;
}
.am-menu-offcanvas1 .am-menu-sub {
    background-color: #2E3A41 !important;
}
#mark-word, #mark-word-container{
	display:none;
}
}