
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, fieldset, form, label, legend, input, hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #36383c;
}

img {
    border: none;
    vertical-align: middle;
}

html, body {
    height: 100%;
}

body {
    font: 14px/1.5 Arial, "Microsoft Yahei", 微软雅黑, STXihei, Helvetica, sans-serif;
    color: #36383c;
}

button {
    font-family: Arial, 微软雅黑, "Microsoft Yahei", 微软雅黑, STXihei, Helvetica, sans-serif;
}

input {
    line-height: 20px;
    border: 0px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input[type=submit], input[type=text], input[type=password], input[type=button], select, button {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
}

input[type="text"]:disabled {
    background: #FFF;
}

hr {
    height: 0px;
    border-style: solid;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.mgt30 {
    margin-top: 30px;
}

.red {
    color: red;
}

.gray {
    color: #656d78;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

#head {
    width: 100%;
    height: 90px;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

#head > div {
    height: 80px;
    line-height: 80px;
    display: inline-block;
    width: 48%;
}

.login-logo {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.login-logo > a {
    margin-left: 50px;
    width: 100%;
}

.login-logo > a > img {
    max-width: 334px;
}

.login-back {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    position: relative;
    height: 69px !important;
}

.login-back > a {
    color: #5f5f5f;
    margin-right: 40px;
}

.login-back-broadcast {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    position: relative;
}

.login-back-broadcast > a {
    color: #e50017;
    margin-right: 40px;
    text-decoration: underline;
}

#cas {
    background-color: #F0F2F5;
}

#container {
    min-height: 100%;
}

#container:before {
    padding-top: 90px;
}

#container:before {
    content: "";
    display: table;
    clear: both;
}

.login-container {
    background: url(../images/ssologin/loginbg.jpg);
    min-width: 1000px;
    position: relative;
}

#loginDiv:before {
    padding-top: 50px;
}

#content {
    padding: 57px 50px 120px 50px;
}

#rightBar, #leftBar {
    width: 18%;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

#leftBar {
    background: url(../images/core/bg-left.jpg) repeat-y right top;
    margin-left: -100%;
}

#rightBar {
    background: url(../images/core/bg-right.jpg) repeat-y left top;
    margin-left: -18%;
}

.page-title {
    padding-left: 18px;
    border-left: 4px solid #E31D2A;
    line-height: 1;
    margin-bottom: 20px;
}

.page-title-broadcast {
    padding-left: 18px;
    border-left: 4px solid #E31D2A;
    line-height: 1;
    margin-bottom: 20px;
}

#loginDiv {
    position: relative;
    overflow: hidden;
}

#loginDiv > div {
    height: 100%;
    float: left;
    background-color: #fff;
}

.middle-block {
    width: 100%;
}

.middle-block .login-form {
    margin-left: 18%;
    margin-right: 18%;
    height: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.form-content {
    width: 640px;
    padding: 0px 10px;
    margin: 0px auto;
}

#form-head {
    overflow: hidden;
    margin-bottom: 40px;
}

#form-head > img {
    margin-bottom: 30px;
    display: block;
}

.default-lan > img {
    margin-left: 13px;
}

#form-head #language {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #b5252f;
    color: #fff;
    width: 95px;
    text-align: center;
    display: none;
}

#form-head #language li {
    position: relative;
    padding: 6px 0px;
}

#form-head #language li ul {
    position: absolute;
    top: 31px;
    line-height: 28px;
    background-color: #e7f1f9;
    display: none;
    left: 0px;
    color: #666;
    width: 100%;
}

#form-head #language li:hover ul {
    display: block;
}

.form-contorls {
    position: relative;
    margin-top: 30px;
}

.field {
    position: relative;
}

.form-contorls:before, .form-contorls:after {
    content: '';
    clear: both;
    display: table;
}

.input-label, .input-out {
    float: left;
}

.input-label {
    width: 27%;
    font-size: 16px;
    line-height: 38px;
    text-align: left;
    min-height: 1px;
}

.input-out {
    position: relative;
    width: 73%;
}

.input-out input, .input-out select {
    padding: 9px;
    border: 1px solid #bec1c8;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
}

.input-error {
    clear: both;
}

.hide {
    display: none;
}

.sub {
    margin-left: 27%;
}

.sub .errors {
    padding-left: 0px;
}

.login-container #loginDiv {
    position: static;
}

#loginDiv > .login-middle-block {
    background: none;
    width: 440px;
    height: 500px;
    float: right;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -260px;
    right: 11.25%;
}

.login-middle-block:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.login-middle-block .login-form {
    margin: 0;
    padding: 20px 35px;
    box-sizing: border-box;
}

.login-middle-block .input-label {
    display: none;
}

.login-middle-block .sub {
    margin-left: 0;
}

.login-middle-block .form-content {
    width: 100%;
    padding: 0px;
}

.login-middle-block .hover-layer {
    background: none;
}

.login-middle-block .input-out {
    width: 100%;
}

.login-middle-block .btn-submit {
    width: 100%;
}

.login-middle-block #form-head {
    margin-top: 40px;
}

.login-error {
    position: absolute;
    top: -18px;
    width: 100%;
    left: 0;
}

.login-middle-block .errors {
    position: absolute;
    bottom: 0;
    padding-left: 21px;
    left: 0;
    background: url(../images/core/error.png) no-repeat 2px 5px;
}

.login-middle-block .form-contorls {
    margin-top: 20px;
}

.login-middle-block .link {
    margin-bottom: 40px;
}

/* .input-out{
	padding:5px 12px;
 	width:100%;
 	box-sizing:border-box;
 	background-color:#fff;
 	line-height:20px;
 	margin-bottom:30px;
 	overflow:hidden;
 	border-radius:3px;
 	border:1px solid #ABABAB;
 	height:36px;
} */
/* .input-out:hover{
	border:1px solid #3bf;
} */
.login-icon {
    float: right;
}

input.required, input.error {
    background-color: #fff;
}

input.required:hover, input.error:hover, input.required:foucs, input.error:focus {
    border-color: #909090;
}

input:hover {
    border-color: #909090;
}

.hover-layer {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 3px;
    bottom: -43px;
    text-align: left;
}

.hover-layer > a > .mar {
    margin-right: 20px;
}

.shadow {
    width: 100%;
    display: table;
    color: #6f7479;
    font-size: 14px;
    margin-top: 40px;
}

.shadow > span {
    display: table-cell;
    width: 33%;
}

.hr {
    width: 100%;
    background: #6f7479;
    display: block;
    border: 0px;
    height: 1px;
    margin-bottom: 5px;
}

.left-font {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 8%;
    width: 34%;
    max-width: 550px;
}

/* FOOTER --------------------------------- */
.login-footer {
    width: 100%;
    height: 70px;
    background: #2d343e;
    color: #939aa4;
    font-size: 12px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 999;
    margin-top: -70px;
    line-height: 70px;
}

.footer-menu {
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 12px;
}

.footer-menu a {
    color: #000;
    padding: 0px 7px;
}

.footer-menu li {
    float: left;
}

#copyright {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

#copyright img {
    vertical-align: middle;
    margin-right: 15px;
}

.login-footer.login-container-footer {
    background: rgba(255, 255, 255, .6);
    background: #fff \9;
    color: #36383c;
}

/* MESSAGES --------------------------------- */
.info, .success {
    clear: both;
    margin: 18px 0;
    padding: 20px 20px 20px 100px;
    font-size: 10px;
    line-height: 1.5;
}

.info {
    border: 1px dotted 008;
    background: #eff url(../images/core/info.gif) no-repeat 20px 18px;
    color: #008;
}

.errors {
    color: #E50017;
    text-align: left;
    padding-left: 27%;
    margin-bottom: -15px;
}

.success {
    border: 1px dotted #390;
    background: #dfa url(../images/core/confirm.gif) no-repeat 20px 18px;
    color: #390;
}

#content .errors h2, #content .success h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 48px;
    font-weight: 400;
    margin: 0 18px 0 0;
    padding: 0;
}

#content .success h2 {
    color: #008 !important;
}

#content .errors h2 {
    color: #b00 !important;
}

#content .success h2 {
    color: #060 !important;
}

.errorblock {
    display: block;
}

/* static messages */
#content #msg p {
    padding: 0;
}

/* FORMS --------------------------------- */
/* label {cursor:pointer; font-size:1.1em; color:#777;} */
.btn-submit {
    display: block;
    width: 69%;
    background: #E50017;
    border-color: #E50017;
    color: #FFF;
    padding: 10px 12px;
    border: 0px !important;
    cursor: pointer;
    border-radius: 3px;
}

.btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit:visited {
    background-color: #cd0015;
}

.btn-submit-disabled {
    background: #CBCBCB;
    border-color: #CBCBCB;
}

.btn-submit-disabled:hover, .btn-submit-disabled:focus, .btn-submit-disabled:active, .btn-submit-disabled:visited {
    background: #CBCBCB;
}

.box {
    position: relative;
}

.title {
    color: #000;
}

.title > h1 {
    float: left;
    font-size: 30px;
}

.title > hr {
    margin-top: 20px;
    margin-left: 20px;
    width: 150px;
}

.fm-v div.row {
    float: left;
    margin: 0;
    padding: 1em 0;
    width: 100%;
}

.fm-v div.row label {
    float: left;
    width: 100%;
    line-height: 1.5;
}

#erweima {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 420px;
    text-align: center;
    display: none;
    padding-top: 22px;
}

.erweima-img {
    margin-top: 85px;
}

.black-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
}

/* highlight errors
    input.error {background:#FFEFEF; color:#b00;}*/

/* mark as required */
/* .error {background:#ffefef;}*/

#verifycode {
    width: 100%;
}

.link {
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 50px;
}

.forget-password {
    float: left;
    color: #36383c;
    font-size: 12px;
}

.register-block {
    color: #929699;
    text-align: left;
    margin-top: 18px;
    position: relative;
}

.register-container .register-block {
    margin-top: 0;
}

.register {
    color: #30acf4;
    height: 20px;
    cursor: pointer;
}

/*register.html*/

/*step*/
.step {
    margin: 0px auto;
    position: relative;
    width: 580px;
    font-size: 18px;
    overflow: hidden;
    padding-left: 27%;
    line-height: 1.2;
    padding-bottom: 20px;
    text-align: left;
}

.step > .step_cell {
    color: #ccc;
    cursor: pointer;
    float: left;
}

.step_cell .stepNum {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    margin-right: 5px;
    font-size: 20px;
}

.step > .r-active {
    color: #30acf4;
}

#check-tab1, #check-tab2 {
    margin-left: 27%;
}

.borderLeft {
    border-right: 1px solid #91989E;
    padding-right: 30px;
    margin-right: 30px;
}

/*  .r-active .stepNum{
     background: #B4262F;
 }
 .r-active hr{
    border-color: #B4262F;
 } */
/*閻炴稏鍔屽畷锟�/
/*         .r-form{
            width:100%;
            margin:50px auto 0;
            position: relative;
            font-size:14px;
        } */
/*閺夊牊鎸搁崣鍡楊浖閿燂拷/
/*   .input-out{
      padding:5px 12px;
      width:100%;
      box-sizing:border-box;
      background-color:#fff;
      line-height:20px;
      overflow:hidden;
      border-radius:3px;
      border:1px solid #ccc;
      height:36px;
  } */
/*         .input-out:hover{
            border:1px solid #3bf;
        }
        .input-out>input{
            width: 100%;
        } */
.input-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("images/core/extra-select_arrow.png") no-repeat scroll right center transparent;
}

.mess {
    width: 100%;
    float: left;
}

.mess_input {
    margin-right: 97px;
    width: auto;
}

.get_mess_btn {
    margin-left: -87px;
    float: left;
}

.messBth {
    width: 40%;
}

.message {
    width: 87px !important;
    height: 40px;
    line-height: 21px;
    background: #fff;
}

.message.disabled {
    border: 1px solid #DDD;
    background-color: #F5F5F5;
    color: #ACA899;
}

.messBth {
    width: 40%;
}

.ver {
    vertical-align: middle;
}

.pieces {
    background: #ccc;
    padding: 0px 20px;
    margin-right: 3px;
}

.low {
    background: #FF7D73;
}

.mid {
    background: #FFD42A;
}

.hi {
    background: #A3E000;
}

input.agree[type="checkbox"] {
    margin-right: 5px;
}

.pull-left {
    float: left;
}

.errorMsg {
    color: #E50017;
    text-align: left;
    margin-left: 27%;
    display: none;
    padding-left: 21px;
    padding-top: 10px;
    background: url(../images/core/error.png) no-repeat 0px 12px;
    position: relative;
    font-size: 12px;
    bottom: 0px;
}

.errorMsgBlock {
    color: #E50017;
    text-align: left;
    margin-left: 27%;
    display: block;
    padding-left: 21px;
    padding-top: 10px;
    background: url(../images/core/error.png) no-repeat 0px 12px;
    position: absolute;
    font-size: 12px;
    bottom: -23px;
}

.input-out .errorText input:not(#areaCode) {
    border: 1px red solid;
}

.wrap {
    white-space: nowrap;
}

.errors p {
    margin: 0;
}

/*agree.html*/
.detail-title {
    padding: 50px;
    margin-bottom: 50px;
    font-size: 14px;
    background: #FFF url(../images/ssoLogin/group-1.jpg) no-repeat right top;
    line-height: 1.9;
}

.detail-main {
    background: #fff;
    min-height: 550px;
    padding: 100px 100px 50px;
    font-size: 12px;
    line-height: 2;
}

.detail-h1 {
    font-size: 30px;
}

.detail-h5 {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
}

.btn-gray {
    background: #FFF;
    border: 1px solid #BFC4CC;
    color: #000000;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active {
    border: 1px solid #acadaf;
    background: #FFF;
}

.detail-btn .btn-submit {
    width: 140px;
    display: inline-block;
    margin-top: 30px;
}

.detail-btn .btn-gray {
    margin-left: 10px;
}

/*success.html*/
.form-sucess {
    width: 820px;
}

.form-sucess .btn-submit {
    width: 100%;
    margin-top: 50px;
}

.form-sucess .detail-h1 {
    display: inline-block;
    margin-left: 30px;
}

.form-sucess img {
    vertical-align: middle;
}

/* .language-switcher-locale-url{
	width: 17px;
    height: 17px;
    background: url(../images/core/language-switch.png) no-repeat top left;
    margin-right: 10px;
    font-size:0;
} */

.form-success-title {
    margin-bottom: 5px
}

.form-success-title img {
    display: inline-block;
    vertical-align: middle;
}

.form-success-title .detail-h1 {
    display: inline-block;
    vertical-align: middle;
}

.agree {
    opacity: 0;
    height: 20px;
    width: 20px;
    position: relative;
    z-index: 10;
    float: left;
}

#check-span {
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(../images/core/ck.png) no-repeat 0 2px;
    left: 0;
    top: 0;
    margin-left: 27%;
}

#check-span.checked {
    background-position: 0 -27px;
}


.height36 {
    height: 36px;
    overflow: hidden;
}

.error_tips {
    top: -30px;
    padding-left: 21px;
    height: 30px;
}

input.placecolor {
    color: #A9A9A9;
    font-size: 12px;
}

.input_placeholder_span {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 38px;
    line-height: 38px;
    padding-left: 9px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    color: #A9A9A9;
}

.flags {
    position: absolute;
    width: 0;
    height: 38px;
    border-right: 0;
    top: 1px;
    left: 1px;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    -webkit-transition: width 0.2s ease;
    -ms-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.flagshowCoungryCode {
    width: 70px;
    padding: 0px 10px;
    border-right: 1px solid #bec1c8;
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.input-out .areaCode {
    position: absolute;
    left: 8px;
    top: 10px;
    width: 0;
    height: 21px;
    border: 0;
    padding: 0px;
    text-align: center;
    -webkit-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.input-out .flagshowCoungryCode .areaCode {
    width: 36px;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.flags .flags-close, .flags .flags-drop {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: 15px;
    background: url(../images/core/icon.png) no-repeat;
}

.flags .flags-close {
    background-position: -373px -94px;
}

.flags .flags-drop {
    background-position: -371px -78px;
    left: auto;
    right: 4px;
    width: 20px;
}

.flags .flags-img {
    content: "";
    background: url(../images/core/flags4.png) no-repeat;
    background-position: 0px -440px;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 16px;
    height: 11px;
    display: none;
}

.select-flags {
    position: absolute;
    top: 40px;
    left: 0;
    border: 1px solid #ddd;
    padding: 10px;
    height: 232px;
    box-shadow: 0px 4px 19px 3px hsla(0, 0%, 0%, 0.3);
    z-index: 99;
    background: #fff;
    min-width: 420px;
    text-align: left;
    display: none;
    overflow: auto;
    padding-left: 0;
    padding-right: 0;
}

.select-flags li:first-child {
    border-bottom: 1px solid #ddd;
}

.select-flags li {
    padding-left: 20px;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
}

.select-flags li:hover {
    background: #ddd;
}

.select-flags li .flags-type {
    content: "";
    width: 16px;
    height: 11px;
    position: absolute;
    background: url(../images/core/flags4.png) no-repeat;
    background-position: 0px -825px;
    top: 12px;
    left: 7px;

}

.input-out #account-tab1, .input-out #username, .input-out .telephone {
    padding-left: 9px;
    /*  -webkit-transition:padding-left 0.3s ease;
    -ms-transition:padding-left 0.3s ease;
    -moz-transition:padding-left 0.3s ease;
    -o-transition:padding-left 0.3s ease;
    transition:padding-left 0.3s ease;  */
}

.input-out .showCountryCode#account-tab1, .input-out .showCountryCode#username, .input-out .showCountryCode.telephone {
    padding-left: 80px;
}

.login-container .select-flags {
    min-width: 370px;
}

.form-type {
    position: relative;
    /* float:left; */
    width: 32%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.form-type input {
    width: 20px;
    height: 20px;
    opacity: 0;
    position: relative;
    z-index: 10;
    cursor: pointer;
    float: left;
}

.form-type label {
    position: relative;
    float: left;
    width: 85%;
}

.check-span {
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(../images/core/icon.png) -320px -78px;
    left: 0px;
    top: 0px;
}

.check-span.checked {
    background-position: -320px -99px;
}

.input-radio .check-span {
    background-position: -347px -78px;
}

.input-radio .check-span.checked {
    background-position: -347px -99px;
}

.interField {
    font-size: 0;
}

/*mobileLogin*/
@media (max-width: 800px) {
    .login-logo > a {
        margin-left: 0px;
    }

    .errors {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .login-logo img {
        width: 210px;
        margin-left: 10px;
    }

    #head {
        height: 45px;
    }

    #head > div {
        height: 45px;
        line-height: 45px;
    }

    #content {
        padding: 0px 20px;
    }

    .step {
        padding-left: 0px;
        font-size: 16px;
    }

    .input-label, #rightBar, #leftBar {
        display: none;
    }

    .show-info.tip-icon + .tip-info {
        margin-left: 0;
        width: 100%;
    }

    .middle-block .login-form {
        margin: 30px 20px;
    }

    .login-container .middle-block .login-form {
        margin: 0px;
    }

    .step, .input-out {
        width: 100%;
    }

    .form-content {
        width: auto;
    }

    .borderLeft {
        padding-right: 10px;
        margin-right: 10px;
    }

    .sub, #check-tab1, #check-tab2 {
        margin-left: 0px;
    }

    .page-title {
        display: none;
    }

    .middle-block {
        border-radius: 6px;
    }

    .login-footer {
        display: none;
    }

    .form-contorls {
        margin-top: 20px;
    }

    .errorMsg {
        margin-left: 0px;
        bottom: 0px;
    }

    #check-span {
        margin-left: 0;
    }

    .displaySwitch .input-label {
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: bold;
        width: 50%;
    }

}

@media (max-width: 1366px) and (min-width: 800px) and (max-height: 768px) {
    .middle-block .login-form {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .login-middle-block .login-form {
        margin: 0;
    }

    .form-contorls {
        margin-top: 20px;
    }

    #content {
        padding-top: 30px;
    }
}

@media (max-width: 600px) {
    .form-type {
        width: 50%;
    }

    .form-type label {
        width: 78%;
    }
}

@media screen and (min-height: 481px) and (max-height: 568px) {
    .step {
        padding-left: 0px;
        font-size: 13px;
    }
}

.tip-icon {
    color: #F28989;
    font-size: 12px;
    float: left;
    margin: 10px 0 0 5px;
    position: relative;
}

.tip-info {
    position: absolute;
    width: 73%;
    margin-left: 27%;
    top: 33px;
    left: 0;
    text-align: left;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    z-index: 10;
    border-radius: 3px;
    display: none;
    box-sizing: border-box;
}

.tip-icon:before, .tip-icon:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    display: none;
}

.tip-icon:before {
    top: 11px;
    border-bottom: 6px solid #ccc;
}

.tip-icon:after {
    border-bottom: 6px solid #fff;
    top: 12px;
    z-index: 15;
}

.show-info.tip-icon:after,
.show-info.tip-icon:before,
.show-info.tip-icon + .tip-info {
    display: block;
}