@charset "utf-8";

/**/
.wms-wrap{
	width: 100%;
	margin: auto;
	background: #fff;
	border-top: 2px solid #ebebeb;
}
.wms-content{
	margin: auto;
	max-width: 1400px;
}
.wms-content:after{
	display: block;
	content: "";
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

/*register*/
.wms-reg-cont{
	margin: auto;
}
.wms-reg-form{
	width: 560px;
	margin: 0 auto;
	padding-bottom: 50px;
	font-size: 14px;
}
.wms-form-item{
	margin-bottom: 15px;
}
.wms-form-label{
	color: #999;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}
.wms-form-input{
	width: 100%;
	color: #717171;
	height: 38px;
	line-height: 38px;
	padding: 5px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	border: 1px solid #dcdcdc;
	margin-bottom: 5px;
	outline: none;
}
.wms-form-input:focus{
	border: 1px solid #717171;
}
.wms-form-code{
	position: relative;
	height: 38px;
}
.wms-form-code .wms-form-input{
	padding-right: 150px;
	position: relative;
	z-index: 1;
}
.wms-get-code{
	width: 134px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #df1839;
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	margin: auto;
	border-left: 1px solid #dcdcdc;
	z-index: 5;
}
.wms-get-code:hover{
	background: #f2f2f2;
}
.wms-reg-code-send{
	color: #999;
	cursor: not-allowed;
	background: #f2f2f2;
}
.wms-login-wChart{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:18px;
	text-align:center;
	color: #000;
	background: #deebf7;
}
.wms-login-wChart:hover{
	color: #000;
	background: #a2cff8;
}
.wms-form-btn{
	display: block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	outline: none;
	background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/btn-bg.png) repeat-y;
	background-size: 100% auto;
	cursor: pointer;
	border: none;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	margin: 50px auto;
	opacity: 0.9;
}
.wms-form-btn:hover{
	opacity: 1;
}

.wms-form-select{
	width: 100%;
	color: #717171;
	height: 38px;
	line-height: 38px;
	padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
	border: 1px solid #dcdcdc;
	margin-bottom: 5px;
	outline: none;
}
.wms-form-select:focus{
	border: 1px solid #717171;
}
.wms-item-tips{
	color: #999;
	line-height: 160%;
	text-align: left;
	margin: 20px auto;
}
.wms-item-tips a{
	color: #333;
	text-decoration: underline;
}
.wms-item-tips a:hover{
	color: #df1839;
}

.wms-form-radio{
	display: inline-block;
	vertical-align: middle;
	margin-right: 80px;
	position: relative;
}
.wms-form-radio .wms-form-radio{
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}
.wms-radio-elem{
	display: inline-block;
	width: 21px;
	height: 21px;
	position: relative;
	border: 1px solid #c8c8c8;
	background: #fff;
	cursor: pointer;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
	z-index: 1;
}
.wms-radio-elem:after{
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.wms-radio-elem:hover{
	border: 1px solid #e01d39;
}
.wms-form-radio:checked+.wms-radio-elem{
	border: 1px solid #e01d39;
}
.wms-form-radio:checked+.wms-radio-elem:after{
	background: #e01d39;
}
.wms-radio-label{
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

.wms-form-submit{
	width: 230px;
	margin-right: 40px;
	display: inline-block;
	margin-top: 30px;
}
.wms-form-skip{
	display: inline-block;
	width: 230px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #999;
	font-size: 18px;
	outline: none;
	background: #fff;
	cursor: pointer;
	border: 1px solid #dcdcdc;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
.wms-form-skip:hover{
	color: #e01c39;
	border: 1px solid #e01c39;
}

.wms-mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
	display: none;
}
.wms-alert-popup{
	width: 500px;
	height: 310px;
	padding: 20px;
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	margin: auto;
	text-align: center;
	display: none;
}

#wms-popup-close{
	width: 21px;
	height: 21px;
	display: block;
	float: right;
	cursor: pointer;
	background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-close.png) no-repeat center center;
	opacity: 0.8;
}
#wms-popup-close:hover{
	opacity: 1;
}
.wms-alert-title{
	font-size: 30px;
	font-weight: normal;
	color: #000;
	margin: 40px auto;
	clear: both;
}
.wms-alert-cont{
	color: #717171;
	font-size: 16px;
}

.wms-reg-ok{
	text-align: center;
	margin-bottom: 30px;
}
.wms-reg-ok-img{
	margin-bottom: 20px;
}
.wms-reg-ok-text{
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
}
.wms-enter-center{
	font-size: 16px;
	text-decoration: underline;
	color: #5c86fd;
	opacity: 0.9;
}
.wms-enter-center:hover{
	opacity: 1;
}
.wms-reg-ewm{
	text-align: center;
	max-width: 270px;
	margin: 0 auto 50px auto;
}
.wms-ewm-pic{
	margin-bottom:20px ;
}
.wms-ewm-info{
	color: #333;
	font-size: 16px;
}
.wms-reg-last{
	text-align: center;
	color: #999;
	margin: 100px auto;
}
.wms-reg-last a{
	color: #999;
	text-decoration: underline;
}
.wms-reg-last a:hover{
	color: #e12039;
}

/*wms-center-cont*/
.wms-center-cont{
	width: 100%;
	margin: auto auto 50px auto;
}
.wms-center-cont:after{
	display: block;
	content: "";
	clear: both;
}
.wms-left-menu{
	width: 210px;
	float: left;
	background: #fafafa;
}
.wms-left-nav{
	background-color: #fff;
}
.wms-left-nav:after{
	display: block;
	content: "";
	clear: both;
}
.wms-left-nav li{
	/* height: 68px; */
	border-bottom: 1px solid #ececec;
	position: relative;
	background-color: #fafafa;
	margin: 5px 0;
}
.wms-left-nav li ul li{
	border: none;
}
.wms-left-nav li.wms-this{
	background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/nav-this.png) repeat-y;
	background-size: 100% auto;
}
.wms-left-nav li:after{
	display: block;
	content: "";
	/* width: 5px; */
	height: 10px;
	background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-this.png) no-repeat right  center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.wms-left-nav li.wms-this:after{
	opacity: 1;
	right: -5px;
}
.wms-left-nav li.wms-this a{
	color: #fff;
}
.wms-left-nav li a{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #000;
	padding: 15px 0 15px 54px;
	display: block;
	background-position: 15px center;
	background-repeat: no-repeat;
}
.wms-account{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-1.png);
}
.wms-favorite{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-2.png);
}
.wms-download{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-3.png);
}
.wms-footprint{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-4.png);
}
.wms-points{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-5.png);
}

.wms-this .wms-account{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-01.png);
}
.wms-this .wms-favorite{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-02.png);
}
.wms-this .wms-download{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-03.png);
}
.soft .wms-download{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-03.png);
}
.wms-this .wms-footprint{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-04.png);
}
.wms-this .wms-points{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/icon-05.png);
}


.wms-right-cont{
	margin-left: 260px;
}
.wms-right-cont:after{
	display: block;
	content: "";
	clear: both;
}
.wms-right-cont-title{
	font-size: 24px;
	color: #000;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	padding: 22px 20px;
	position: relative;
}
.wms-right-cont-title:after{
	display: block;
	content: "";
	width: 4px;
	height: 24px;
	background: #de0f38;
	position: absolute;
	left: 0;
	top: 22px;
}
.wms-right-cont .wms-reg-form{
	margin-left: 140px;
}

.wms-favorite-table-wrap{
	margin: 30px auto;
	overflow: auto;
}
.wms-table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e6e6e6;
	color: #000;
}
.wms-table th{
	line-height: 30px;
	padding: 10px  50px;
	white-space: nowrap;
	border-bottom: 1px solid #e6e6e6;
	background: #f3f3f3;
	font-weight: normal;
}
.wms-table td{
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
.wms-table td.wms-table-title{
	padding-left: 50px;
	text-align: left;
}
.wms-table a{
	color: #000;
}
.wms-table a:hover{
	color: #de0f38;
}
.wms-table .wms-btn-edit{
	display: inline-block;
	margin: 0 5px;
	color: #5c86fd;
	text-decoration:underline;
}
.wms-btn-edit:hover{
	color: #de0f38;
}
.wms-btn-time,
.wms-btn-type,
.wms-btn-edit{
	white-space: nowrap;
}

.wms-table .wms-btn-download{
	color: #5c86fd;
}
.wms-btn-download:hover{
	color: #de0f38;
}
.wms-no-data{
	color: #999;
}

/*login*/
.wms-login-wrap{
	max-width: 540px;
	min-height: 530px;
	border-radius: 10px;
	margin: 30px auto 50px auto;
	background: #fff;
	box-shadow: 2px 0 20px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 0 20px rgba(0,0,0,0.05);
	-webkit-box-shadow: 2px 0 20px rgba(0,0,0,0.05);
}
.wms-login-cont{
	padding: 30px 70px;
}

.wms-login-footer{
	margin: auto;
}
.wms-login-line{
	position: relative;
	height: 31px;
}
.wms-login-line:after{
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	background: #e5e5e5;
	margin: auto;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.wms-login-line:before{
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border: 1px solid #e5e5e5;
	background: #fff;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}
.wms-login-footer p{
	font-size: 16px;
	color: #999;
	text-align: center;
}
.wms-login-footer p a{
	color: #376afe;
	text-decoration: underline;
}
.wms-login-footer p a:hover{
	color: #da0731;
}
.wms-login-ewm{
	margin: 30px auto;
}
.wms-login-ewmImg{
	margin: 10px auto;
	text-align: center;
	background: #fff;
  	width:204px;
	height:204px;
  
}
.wms-login-ewmIntro{
	max-width: 204px;
	height: 32px;
	line-height: 32px;
	background: #f2f2f2;
	color: #333;
	font-size: 14px;
	text-align: center;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	margin: auto auto 24px auto;
}
.wms-login-ewmInfo{
	font-size: 16px;
	text-align: center;
	margin: 24px auto;
	color: #999;
}
.wms-login-ewmInfo a{
	color: #da0731;
	text-decoration: underline;
}
.wms-login-ewmInfo a:hover{
	color: #ff0000;
}

.wms-login-account{
	margin: auto auto 20px auto;
	min-height: 294px;
}
.wms-tab-nav{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 35px;
	text-align: center;
}
.wms-tab-nav li{
	height: 60px;
	line-height: 30px;
	width: 33.3%;
	float: left;
	padding: 10px 0 20px 0;
	font-size: 18px;
	color: #333;
	position: relative;
	cursor: pointer;
}
.wms-tab-nav li a{
	color: #333;
}
.wms-tab-nav li:after{
	width: 0;
	height: 3px;
	display: block;
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: #da0731;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.wms-tab-nav li.wms-this:after{
	width: 25px;
}
.wms-tab-cont{
	margin: auto;
}
.wms-tab-item{
	display: none;
}
.wms-show{
	display: block;
}
.wms-login-item{
	margin: auto auto 20px auto;
	position: relative;
}
.wms-login-item .wms-inline{
	height: 48px;
	position: relative;
}
.wms-get-telCode{
	display: block;
	width: 135px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #df1839;
	position: absolute;
	right: 1px;
	top: 6px;
	border-left: 1px solid #dcdcdc;
	z-index: 10;
}

.wms-telCode-send{
	color: #999;
	cursor: not-allowed;
}

.wms-login-btn{
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	border: none;
	background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/btn-bg.png) repeat-y;
	background-size:100% auto ;
	cursor: pointer;
	opacity: 0.9;
	color: #fff;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
}
.wms-login-input{
	width: 100%;
	height: 48px;
	line-height: 48px;
	border:1px solid #dcdcdc;
	display: block;
	box-sizing: border-box;
	outline: none;
	padding: 0 20px 0 70px;
	color: #333;
	position: relative;
	z-index: 1
}
.wms-login-input:focus{
	border:1px solid  #717171;
}

.wms-login-user:after,
.wms-login-pwd:after,
.wms-login-code:after{
	display: block;
	content: "";
	width: 70px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: 20px center;
}

.wms-login-user:after{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/login-user.png);
}
.wms-login-pwd:after{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/login-pwd.png);
}
.wms-login-code:after{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/user/images/login-safe.png);
}




.wms-forgot{
	text-align: center;
	font-size: 14px;
	color: #c5c5c5;
}
.wms-forgot a{
	color: #c5c5c5;
}
.wms-forgot a:hover{
	color: #da0731;
}
.wms-login-btn:hover{
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	.wms-left-menu{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.wms-right-cont{
		float: none;
		margin: 10px;
	}
	.wms-right-cont .wms-reg-form{
		margin: auto;
	}
	.wms-left-nav li{
		/* width: 20%; */
		width: 100%;
		float: left;
	}
	.wms-left-nav li.wms-this:after{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.wms-wrap .breadnav{
		display: block;
	}
	.wms-content{
		margin: 0 10px;
	}
	.wms-reg-form{
		width: 100%;
	}
	.wms-form-btn{
		width: 100%;
		margin-top: 30px;
	}
	.wms-form-submit,
	.wms-form-skip{
		display: block;
		margin: auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.wms-reg-last{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.wms-login-cont{
		padding: 10px;
	}
	.wms-tab-nav li{
		font-size: 16px;
	}
	.wms-login-wrap{
		margin-top: 10px;
		margin-bottom: 20px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	.wms-right-cont{
		margin: auto;
	}
	.wms-right-cont-title{
		padding: 0 0 20px 20px;
		font-size: 20px;
	}
	.wms-right-cont-title:after{
		top: 0;
	}
	.wms-right-cont .wms-reg-form{
		margin: auto;
	}
	.wms-table th,
	.wms-table td{
		padding: 10px;
	}
	.wms-table td.wms-table-title{
		padding-left: 10px;
	}
	.wms-favorite-table-wrap{
		margin: 10px auto 20px auto;
	}
	.wms-left-nav li{
		width: 100%;
		/* width: 20%; */
		/* height: 48px; */
		min-width: 150px;
		float: left;
	}
	.wms-left-nav li a{
		padding: 5px 10px 5px 54px;
	}
}

.wms-get-picCode{
	 display: block;
    width: 135px;
    text-align: center;
    color: #df1839;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-left: 1px solid #dcdcdc;
    z-index: 10;
    background: #f2f2f2;
}
.wms-get-picCode img{
	width: 100%;
	height: 100%;
}

.wms-hide{
	display: none!important
}
.wms-login-ewmImg iframe{
	height: 270px;
}
.error {
	font-size: 14px;
	color: #E9573F;
}
.error a {
	font-size: 14px;
	color: #E9573F;
	text-decoration:underline;
}



@media screen and (max-width: 360px) {
	.wms-login-cont{
		padding:0;
	}
	.wms-tab-nav li{
		
		font-size: 14px;
		
		font-weight: 500;
	
	}
}