article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
html{
	position: relative;
   /*  min-height: 100%;
   height: 100%; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {

	font-family: "Microsoft YaHei",Helvetica, Tahoma, Arial, "Hiragino Sans GB";
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	line-height: 1.4;
	color: #000;
	background-color: #fff;
	margin:0;
	padding:0;
	/* height: 100%;
	min-height: 480px;*/
	overflow-y: auto;
    max-width: 680px;
    margin: 0 auto;
}
@media (max-width: 320px){html{font-size: 80px;} }
@media (min-width: 300px){html{font-size: 80px;} }
@media (min-width: 320px){html{font-size: 85.33px;} }
@media (min-width: 360px){html{font-size: 96px;} }
@media (min-width: 375px){html{font-size: 100px;} }
@media (min-width: 384px){html{font-size: 102.4px;} }
@media (min-width: 414px){html{font-size: 106px;} }
@media (min-width: 448px){html{font-size: 106px;} }


* {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
img {
	vertical-align: middle;
	border: 0;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.pannel-row {
    display: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 9.5px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    margin-top: 1px;
}
.form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #6f6f6f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.radio label, .checkbox label {
    min-height: 19px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #626262;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 28px;
}
.radio input[type="radio"],
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 244px;
    width: 90%;
    margin: 0 auto;
    height: 36px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #6f6f6f;
    text-align: center;
    background-color: #93d5a0;
    border: 1px solid #ccc;
    border-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}


.nav-pills > li {
    float: left;
}
.tab-content > .active {
    display: block;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before, .nav:after, .navbar:before,
.navbar:after, .navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}


label, .control-label, .help-block, .checkbox, .radio {
    font-size: 12px;
    font-weight: normal;
}
.nav-pills {
    font-weight: 300;
}
.check-msg {
    width: 200px;
    text-align: center;
    display: none;
    text-align: center;
    position: fixed;
    z-index: 99999;
}
.el-button--large {
    padding: 7px 5px;
    font-size: 16px;
    border-radius: 4px;
}
.Translations {
    font-size: 0.16rem;
    line-height: 0.25rem;
}
.check-msg>span {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    background: rgba(0,0,0,.8);
    color: #fff;
}



a {
	color: inherit;
	text-decoration: none;
}
a.active {
    color: #1CB2A7;
}
.input-group {
    width: 100%;
    max-width: none;
    margin: 0;
    border-bottom: 1px solid #c9c9c9;
}
.input-group:last-child {
    border-bottom:none;
}
.wechat-banner {
	background: #DA251D;
	margin-top: -50px;
	text-align: center;
	color: white;
	padding: 30px 0 25px 0;
	margin-top: -80px;
}
.wechat-banner span {
	letter-spacing: -5px;
}

.wechat-banner .container {
	padding-top: 40px;
}

.wechat-banner h2 {
	font-size: 28px;
}

@media (max-width: 874px) {
	.wechat-banner {
		padding: 15px 0 10px 0;
		margin-top: -80px;
	}
	.wechat-banner h2 {
		font-size: 45px;
	}
}

.nav-tabs,
.nav-pills {
	text-align: center;
}

.nav-tabs> li,
.nav-pills> li {
	float: none;
	display: inline-block;
	width: 49%;
}

.nav-tabs> li> a,
.nav-pills> li> a {
	padding-left: 15px;
	padding-right: 15px;
	font-size: .18rem;
	font-weight: 500;
	border-radius: 0;
}

.nav-tabs> li.active,
.nav-pills> li.active,
.nav-tabs> li:hover,
.nav-pills> li:hover,
.nav-tabs> li:focus,
.nav-pills> li:focus {
	border-bottom: 2px solid #1cb2a7;
}

.nav-tabs> li.active a,
.nav-pills> li.active a,
.nav-tabs> li:hover a,
.nav-pills> li:hover a,
.nav-tabs> li:focus a,
.nav-pills> li:focus a,
.nav-tabs> li.active a:focus,
.nav-pills> li.active a:focus,
.nav-tabs> li:hover a:focus,
.nav-pills> li:hover a:focus,
.nav-tabs> li:focus a:focus,
.nav-pills> li:focus a:focus,
.nav-tabs> li.active a:hover,
.nav-pills> li.active a:hover,
.nav-tabs> li:hover a:hover,
.nav-pills> li:hover a:hover,
.nav-tabs> li:focus a:hover,
.nav-pills> li:focus a:hover {
	color: #1cb2a7;
	background: transparent!important;
}
.tab-content {
	margin-top: .2rem;
}

.wechat-form {
	padding-left: 30px;
	padding-right: 30px;
}

.wechat-form .btn {
	display: block;
	font-size: 0.18rem;
	letter-spacing: 5px;
	height: .48rem;
	margin-bottom: 10px;
	margin: 0 auto;
	border:none;
	border-radius: 4px;
	background-color: #1cb2a7;
	font-weight: 500;
	color: #fff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #93d5a0;
	border-color: #93d5a0;
}

.wechat-form .form-group .help-block {
	display: none;
}

.wechat-form .form-group.has-error .help-block {
	display: block;
}

.wechat-form .form-group.has-error .input-group-addon {
	border: 1px solid #f04124;
	border-right: none;
}

.wechat-form .form-group.has-error .form-control {
	border: 1px solid #f04124;
	border-left: none;
}

.wechat-form .form-group.has-error .iconfont {
	color: #f04124;
}

.wechat-form .form-group.form-extra-text .checkbox {
	padding-top: 0;
	min-height: auto;
    width: 100%;
}

.wechat-form .form-group.form-extra-text .checkbox label {
	position: relative;
	width: .95rem;
}
.wechat-form .form-group.form-extra-text .checkbox label span,
.wechat-form .form-group.form-extra-text a {
	font-size: .14rem;
}
.wechat-form .form-group.form-extra-text .checkbox label span {
	position: absolute;
	left: .4rem;
	margin: .04rem 0;
}

.wechat-form .form-group.form-extra-text .checkbox label .chk_3 {
	display: none;
}
.wechat-form .form-group.form-extra-text .checkbox label .chk_3+ label {
	background-color: #f7f7f7;
	padding: .12rem;
	border-radius: .5rem;
	display: inline-block;
	position: relative;
	transition: all 0.1s ease-in;
	width: .35rem;
	height: .05rem;
	position: absolute;
	left: 0;
}

.wechat-form .form-group.form-extra-text .checkbox label .chk_3+ label:after {
	content: ' ';
	position: absolute;
	top: 0;
	transition: box-shadow 0.1s ease-in;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0, 0, 0, 0.4);
}

.wechat-form .form-group.form-extra-text .checkbox label .chk_3+ label:before {
	content: ' ';
	position: absolute;
	background: white;
	top: .01rem;
	left: .01rem;
	z-index: 1;
	width: .22rem;
	height: .22rem;
	border-radius: 1rem;
	box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05), 0 0px 1px rgba(0, 0, 0, 0.3);
	transition: all 0.1s ease-in;
}

.wechat-form .form-group.form-extra-text .checkbox label .chk_3:active+ label:after {
	box-shadow: inset 0 0 0 20px #eee, 0 0 1px #eee;
}

.wechat-form .form-group.form-extra-text .checkbox label .chk_3:active+ label:before {
	width: 37px;
}

.wechat-form .form-group.form-extra-text .checkbox label .chk_3:checked:active+ label:before {
	width: 37px;
	left: 20px;
}

.wechat-form .form-group.form-extra-text .checkbox label .chk_3+ label:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.wechat-form .form-group.form-extra-text .checkbox label .chk_3:checked+ label:before {
	content: ' ';
	position: absolute;
	left: .12rem;
	border-radius: 1rem;
}

.wechat-form .form-group.form-extra-text .checkbox label .chk_3:checked+ label:after {
	content: ' ';
	font-size: 1.5em;
	position: absolute;
	background: #1cb2a7;
	box-shadow: 0 0 1px #1cb2a7;
}

.wechat-form .form-group.form-extra-text a {
	margin: 4px 0;
}

.wechat-form .form-group.form-extra-text a.terms {
	color: #4bb65f !important;
	position: absolute;
	right: 0;
	left: 65px;
}

.wechat-form .form-group.active .input-group-addon {
	border: 1px solid #4bb65f;
	border-right: none;
}

.wechat-form .form-group.active .form-control {
	border: 1px solid #4bb65f;
	border-left: none;
}

.wechat-form .form-group.active .iconfont {
	color: #4bb65f;
}

.wechat-form .input-group .form-control {
	border:none;
	font-size: .15rem;
	color: inherit;
	-webkit-appearance: none;
	box-shadow: none !important;
}

.wechat-form .input-group .form-control:focus,
.wechat-form .input-group .form-control:active {
	box-shadow: none;
	outline: none;
}

.wechat-form .input-group .input-group-addon {
	border: none;
	/* border-radius: 2px 0 0 2px;
	border-right: none; */
	background: #fff;
	padding: 5px 0 5px 10px;
}

.wechat-form .input-group .input-group-addon i {
	display: inline-block;
	font-size: .2rem;
	color: #999;
	margin-bottom: 0;
}

.wechat-form .input-group .input-group-btn {
	font-size: .15rem;
}

.wechat-form .input-group .verification,
.wechat-form .input-group .mobile-code {
	text-align: center;
	/* border: 1px solid #ddd; */
	border-radius: 2px;
	cursor: pointer;
}

.wechat-form .input-group .verification img,
.wechat-form .input-group .mobile-code img,
.wechat-form .input-group .verification a,
.wechat-form .input-group .mobile-code a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	padding: 5px 12px;
}

.wechat-form .input-group .verification img.disabled,
.wechat-form .input-group .mobile-code img.disabled,
.wechat-form .input-group .verification a.disabled,
.wechat-form .input-group .mobile-code a.disabled {
	color: #ccc;
}

.pannel-row {
	display: none;
}

.code-btn {
	position: relative;
	z-index: 10;
}

.code-overlay {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: #000;
	opacity: 0;
	z-index: 9;
}

.pt-page-fade {
	-webkit-animation: 1s fade 1.5s ease both;
	animation: 1s fade 1.5s ease both;
}


/* fade */

@-webkit-keyframes fade {
	from {}
	to {
		opacity: 0;
		z-index: -1;
	}
}

@keyframes fade {
	from {}
	to {
		opacity: 0;
		z-index: -1;
	}
}

.tip-msg {
	width: 200px;
	text-align: center;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999;
}

.tip-msg>span {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
}
#nav-back{
	border-bottom: 0;
}
#nav-back:hover{
	border-bottom: 1px solid #333;
}
.containerBg {
	/* position: absolute; */
	padding: 0 20px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
    /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    padding-top: 10px;

}
.container-login{
	margin-top: 18%;
}
@media screen and (max-height: 480px) {
	.container-login{
		margin: 20px 0;
	}
}

.titile {
	text-align: center;
	margin-bottom: .5rem;
}

.tab-content .pannel-row {
	margin:0;
}
.row{
	margin-left: 0;
	margin-right: 0;

}

.titile h2 {
	margin: 0;
	/* padding: 0; */
	font-size: .3rem;
	font-weight: 500;
}

.logo-container img {
	width: 1.5rem;
	max-width: 100%;
    height: auto;
}


.container .login {
	left: 50%;
	width: 80%;
	top: 50%;
}

.form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: .18rem;
}
.form-horizontal .form-group:last-child {

	margin-bottom: 0;
}
.wechat-form {
	padding-left: 0;
	padding-right: 0;
}

.bottom .line label {
	font-size: 0.4rem;
}
::-webkit-input-placeholder {
  color: #ccc !important;
  font-size: inherit; 
}
.footer {
	/* position: fixed;
	bottom: 20px;*/
	width: 100%;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* background-color: rgba(0, 0, 0, 0.9); */
    background-color: #FFFFFF;
    margin: 30px 0 20px;
}

.footer p {
    font-size: .13rem;
    margin: 3px auto 0;
    color: #808080;
}
.footer img {
    width: 1.44rem;
    height: auto;
    max-width: 100%;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    padding: 0;
    margin-top: 0;
    font-size: 12px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 70px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
li {
    list-style: none;
}
.dropdown-menu > li > a {
    padding: 12px 15px;
}
.dropup, .dropdown {
    position: relative;
}
.open > a {
    outline: 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #555;
    white-space: nowrap;
}
.check-msg{
    text-align: center;
    position: fixed;
    font-size: 18px;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
    -moz-transform:translate(-50%,-50%); 	/* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%);
}
