@charset "utf-8";

/**/
.wms-wrap{
	width: 100%;
	margin: auto;
	background: #fff;
	overflow: hidden;
}
.wms-content{
	margin: auto;
	max-width: 1400px;
}
.wms-content:after{
	display: block;
	content: "";
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}
.breadnav{
	padding: 24px 0;
}
/*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/v5.0/login/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/v5.0/login/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{}
.wms-left-nav:after{
	display: block;
	content: "";
	clear: both;
}
.wms-left-nav li{
	height: 68px;
	border-bottom: 1px solid #ececec;
	position: relative;
}
.wms-left-nav li.wms-this{
	background: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/login/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/v5.0/login/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/v5.0/login/images/icon-1.png);
}
.wms-favorite{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/login/images/icon-2.png);
}
.wms-download{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/login/images/icon-3.png);
}
.wms-footprint{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/login/images/icon-4.png);
}
.wms-points{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/login/images/icon-5.png);
}

.wms-this .wms-account{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/login/images/icon-01.png);
}
.wms-this .wms-favorite{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/login/images/icon-02.png);
}
.wms-this .wms-download{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/login/images/icon-03.png);
}
.wms-this .wms-footprint{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/login/images/icon-04.png);
}
.wms-this .wms-points{
	background-image: url(https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/login/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: 500px;
	min-height: 600px;
/*	height: 600px;*/
	border-radius: 10px;
	margin: 10px auto 50px auto;
	background: #fff;
	box-shadow: 9px 15px 95px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 29px 15px 95px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 29px 15px 95px 0px rgba(0, 0, 0, 0.1);
}
.wms-login-cont{
	padding: 50px 80px 0 80px;
}

.wms-login-footer{
	margin: auto;
}
.wms-login-line{
	position: relative;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #C3C9D5;
	margin-bottom: 30px;
}
.wms-login-line span{
    display: block;
    position: absolute;
    width: 120px;
    font-size: 12px;
    background: #fff;
    text-align: center;
    top: 10px;
    left: calc(50% - 60px);
}
.wms-login-ewm{
	margin: 0 auto;
}
.wms-login-ewmImg{
	margin: 28px auto 10px auto;
	text-align: center;
	background: #fff;
  	width:204px;
	height:204px;
  
}
.wms-login-ewmIntro{
	max-width: 170px;
	height: 30px;
	line-height: 30px;
	background: #F2F2F2;
	color: #909090;
	font-size: 12px;
	text-align: center;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	margin: 11px auto 12px 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 0 auto;
	min-height: 294px;
}
.wms-tab-nav{
	width: 100%;
	height: 30px;
	border-bottom: 0.5px solid #C3C9D5;
	text-align: center;
	list-style: none;
	padding: 0;
	display: flex;
    justify-content: center;
}
.wms-tab-nav.user-register{
	width: 66.6%;
	margin: 0 auto;
}
.wms-tab-nav li{
	height: 30px;
	line-height: 30px;
	width: 33.3%;
	float: left;
	font-size: 12px;
	color: #292929;
	position: relative;
	cursor: pointer;
}
.wms-tab-nav li a{
	color: #292929;
	text-decoration: none;
}
.wms-tab-nav li:after{
	width: 0;
	height: 2px;
	border-radius: 2px;
	display: block;
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -0.7px;
	background: #da0731;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.wms-tab-nav li.wms-this,
.wms-tab-nav li.wms-this-on{
	font-size: 14px;
	font-weight: bold;
}

.wms-tab-nav li.wms-this:after{
	width: 114px;
}
.wms-tab-nav.user-register li{
	width: 50%;
}
.wms-tab-cont{
	margin: auto;
}
.wms-login-item{
	margin: auto auto 0 auto;
	position: relative;
	height: 56px;
	position: relative;
}
.wms-login-item .wms-inline{
	height: 30px;
	position: relative;
}
.wms-login-item .pwd-type-change{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: url('https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/login/RJ-img/pwd-hide.png') no-repeat center center;
    background-size: 24px;
}
.wms-login-item .pwd-type-change.pwd-hide{
	background: url('https://www-file.ruijie.com.cn/chineseResources/UIA/v5.0/login/RJ-img/pwd-show.png') no-repeat center center;
	background-size: 24px;
}
.agree-cont{
	color: #01A0E8;
}
.agree-cont:hover{
	color: #DA0030;
}
.wms-get-telCode{
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #01A0E8;
	position: absolute;
	right: 1px;
	top: 0px;
	z-index: 10;
	text-decoration: none;
}

.wms-telCode-send{
	color: #999;
	cursor: not-allowed;
}

.wms-login-btn{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border: none;
	font-weight: 700;
	background: #DA0030;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.toLoginFlex{
	display: flex;
	justify-content: center;
	margin-bottom: 45px;
}
.toLogin{
	display: block;
	width: 100%;
	height: 50px;
	/* line-height: 40px; */
	font-size: 14px;
	margin: 10px 0 20px 0;
	border: none;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
  color: #7D7D7D;
  line-height: 24px;
  cursor: pointer;
}
.toLogin img{
	height: 100%;
	width: 52px;
}
.wms-login-input{
	width: 100%;
	height: 34px;
	line-height: 34px;
	border: none;
	border-bottom: 0.5px solid #dcdcdc;
	display: block;
	box-sizing: border-box;
	outline: none;
	padding: 0px;
	color: #333;
	position: relative;
	z-index: 1;
	font-size: 14px;
	margin-bottom: 4px;
	border-radius: 0;
}
.login-mode{
	overflow: hidden;
	height: 40px;
	font-size: 12px;
/*	margin-bottom: 20px;*/
	margin-top: 0px;
}
.login-mode.register-mode{
    height: 100px;
    margin-bottom: 20px;
    margin-top: 15px;
    width: 350px;
}
.login-mode .mode-remember{
	float: left;
	display: flex;
    align-items: center;
   position: relative;
   height: 40px;
   padding-bottom: 20px;
   text-size-adjust: none; 
   -webkit-text-size-adjust: none;
}
.login-mode.register-mode .mode-remember{
    align-items: flex-start;
    margin-top: 10px;
    text-size-adjust: none; 
    -webkit-text-size-adjust: none;
}
.login-mode .mode-remember label{
	margin-left: 5px;
	cursor: pointer;
}
.login-mode .mode-remember label.error{
	position: absolute;
    bottom: -8px;
    margin-left: 0;
}
.wms-user-register .mode-remember{
	height: 25px;
   	padding-bottom: 0px;
}
.login-mode .mode-item{
	float: right;
	color: #01A0E8;
	cursor: pointer;
}
.login-method{
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}
.method-item{
	display: none;
	font-size: 12px;
	color: #7D7D7D;
	line-height: 24px;
	cursor: pointer;
}
.method-item img{
	width: 52px;
	display: block;
}
.method-item.mehod-show{
	display: block;
}
.login-class{
	margin-top: 14px;
	height: 14px;
}
.login-tip,
.login-class{
	display: flex;
	align-items: center;
	font-size: 12px;
	justify-content: center;
}
.login-tip a,
.login-class a{
	color: #01A0E8;
	padding: 0 10px;
	height: 14px;
	line-height: 14px;
	text-decoration: none;
}
.login-tip a:nth-child(2){
	border-left: 2px solid #bebebe;
	border-right: 2px solid #bebebe;
}
.login-class a:nth-child(2){
	border-left: 2px solid #bebebe;
}
.wms-account-login,
.wms-account-dynamic{
	height: 250px;
	margin-top: 35px;
}
.code-tip{
	width: 90%;
    background: #fff;
    line-height: 36px;
    height: 36px;
    top: 284px;
    left: 0;
    border-radius: 7.27px;
    border: 1px solid #C3C9D5;
    position: absolute;
    z-index: 5;
    top: 38px;
    left: 5%;
    font-size: 12px;
    text-align: center;
    box-shadow: 0px 7.27px 7.27px 0px #00000040;
}
.code-tip:after{
    content: "";
    position: absolute;
    top: -12px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    z-index: 3;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #C3C9D5;
}
.code-tip:before{
    content: "";
    position: absolute;
    top: -10px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    z-index: 4;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
}

.wms-login-account input:autofill {
  background: #fff;
}
.wms-login-account input:-webkit-autofill,
.wms-login-account input:-webkit-autofill:hover,
.wms-login-account input:-webkit-autofill:focus,
.wms-login-account input:-webkit-autofill:active {
  transition: background-color 5000s!important;
  -webkit-text-fill-color: rgba(0,0,0,0.65) !important;
}
.color_red{
	color: #DA0030;
}

.wms-user-register{
	padding-top: 40px;
}
.wms-result-cont{
	padding-top: 50px;
}
.result-icon {
	text-align: center;
	font-size: 22px;
	color: #292929;
}
.result-icon img{
	display: block;
	margin: 20px auto;
}
.result-text{
	padding-left: 12px;
}
.result-btn{
	margin-top: 80px;
}
.result-btn .btn-border{
	display: block;
	text-align: center;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #DA0030;
	margin-bottom: 20px;
	color: #DA0030;
}
.result-btn .btn-text{
	font-size: 12px;
    color: #7D7D7D;
    text-decoration: underline;
    text-align: center;
    margin:  0 auto;
    display: block;
    padding: 5px;
}
.register-hide{
	display: none;
}

.mt40{
	margin-top: 40px;
}
.show-pc{
	display: block!important;
}

.show-mobile{
	display: none!important;
}

@media screen and (max-width: 768px) {
	.show-pc{
		display: none!important;
	}
	.show-mobile{
		display: block!important;
	}
	.l_sidenav{
		display: none;
	}
	.login-mode{
		margin-top: 30px;
	}
	.wms-account-login, .wms-account-dynamic{
		height: auto;
	}
	.wms-login-footer{
		margin-top: 45px;
	}
	.wms-wrap .breadnav{
		display: none;
	}
	.wms-content{
		margin: 0 10px;
	}
	.wms-reg-form{
		width: 100%;
	}
	.wms-form-btn{
		width: 100%;
		margin-top: 30px;
	}
	.wms-account-dynamic.wms-show .login-mode{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.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-login-wrap{
		height: auto;
		min-height: 400px;
		margin-top: 30px;
		margin-bottom: 30px;
		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: 20%;
		height: 48px;
		min-width: 150px;
		float: left;
	}
	.wms-left-nav li a{
		padding: 5px 10px 5px 54px;
	}
	.login-mode.register-mode{
		width: 104%;
	}
	.login-mode.register-mode > input{
		width: 13px;
		height: 13px;
	}
}

.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%;
}

.login-type{
	display: none;
}
.wms-hide{
	display: none!important
}
.wms-show{
	display: block!important;
}
.wms-login-ewmImg iframe{
	height: 270px;
}
.error {
	font-size: 12px;
	color: #DA0030;
}
.error a {
	font-size: 12px;
	color: #DA0030;
	text-decoration:underline;
}
.wms-login-input.error {
	font-size: 14px;
}


@media screen and (max-width: 360px) {
	.wms-login-cont{
		padding:0;
	}
	.wms-tab-nav li{
		
		font-size: 14px;
		
		font-weight: 500;
	
	}
}
@media screen and (max-width: 1200px) {
	.toLoginFlex,
	.wms-login-ewm,
.item-wechat,
	.wms-login-line
	{
		display: none !important;
	}
}
/* .wms-login-ewm,
.item-wechat,
	.wms-login-line */

#wxLogin img {
    width: 204px;
}
.testimg {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px !important;
    transform: translate(-50%, -50%);
}
.testimg:hover {
    background-color: #e4dfdf;
}
.opacity {
    background-color: #fff;
    opacity: .8;
}