* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 12px/20px 'Microsoft Yahei Regular', 'Microsoft Yahei';
    color: #222;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

em,
strong {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

a {
    background-color: transparent;
    color: #2196f3;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}


/*to enable resizing for IE*/

input,
textarea,
select {
    *font-size: 100%;
}

.clearfix,
.row {
    clear: both;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.row:after {
    clear: both;
}

.form-group div.hr {
    border: none;
    padding-top: 0;
    padding: 0 4px;
    margin: 16px 0;
}


/*------------public------------*/

.text-right {
    text-align: right;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.col-md-1,
.col-md-2,
.col-md-11,
.col-md-3,
.col-md-5,
.col-md-4,
.col-md-6,
.col-md-7,
.col-md-8,
col-md-11 {
    float: left;
}

.col-md-1,
.col-md-2,
.col-md-11,
.col-md-3,
.col-md-5,
.col-md-4,
.col-md-6,
.col-md-7,
.col-md-8,
col-md-11 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
}

.col-md-1 {
    width: 8.33333333%
}

.col-md-2 {
    width: 16.66666667%
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33333333%;
}

.col-md-5 {
    width: 41.66666667%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.33333333%;
}

.col-md-8 {
    width: 66.66666667%;
}

.col-md-11 {
    width: 100%
}


/*------formPublic-------------*/

.control-label {
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 8px 6px 16px;
    text-align: right;
    color: #333;
    margin-right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #9ABCE5;
    ;
    border-radius: 2px;
}

.form-control:focus {
    border-color: #2196f3;
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #b4b4b4;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #b4b4b4;
}

.form-control::-webkit-input-placeholder {
    color: #b4b4b4;
}


/*------------publicBtn---------------*/

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    outline: none !important;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 2px;
    min-width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    font-family: 'Microsoft Yahei'
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #222222;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #2196f3;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #0d86ea;
    border-color: none;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
}

.btn-default {
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #efefef;
    padding: 5px 8px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    color: #222222;
    background-color: #efefef;
    border-color: none;
}


/*-----------------------------------------------------------------��¼---------------------------------------------------------------*/

body {
    min-width: 1130px;
}

div.card.denglu-card {
    width: 330px;
    height: auto;
    padding: 42px 36px 12px 36px;
    top: 18%;
    right: 100px;
    position: absolute;
    border-radius: 5px;
    left: 60%;
    background-color: #fff;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.denglushouye {
    background-position: center 50px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
}

.denglushouye .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 692px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.denglushouye .top_area {
    height: 80px;
    width: 1250px;
    margin: 0 auto;
}

.denglushouye .bottom_area {
    height: 118px;
    width: 1250px;
    margin: 0 auto;
}

.denglu-card .form-horizontal {
    padding-bottom: 0px;
}

div.card.denglu-card p {
    padding-top: 0px;
    color: #fe3f80;
    position: relative;
    margin: 0px auto 0px 32px;
}

.denglu-card p>a {
    color: #02A8F3;
    font-weight: normal;
}

.denglu-card .btn {
    background-color: #497ECD;
    height: 35px;
    border-radius: 4px;
    width: 265px;
    margin-left: 8px;
    margin-bottom: 4px;
}

.denglu-card .btn:hover {
    color: #fff;
}

.denglu-card .md-https,
.denglu-card .md-timer-auto,
.denglu-card .md-security {
    color: #9ABCE5;
    font-size: 22px;
    vertical-align: middle;
    position: absolute;
    top: 4px;
    left: 14px;
}

.denglu-card span.validate {
    width: 23px;
    height: 20px;
    display: block;
    margin-left: -11px;
}

.denglu-card .md-arrow-forward {
    font-size: 22px;
}

.denglu-card .form-lg .form-control {
    padding-left: 29px;
}

.zclist .form-control.has-error,
.denglu-card .form-control.has-error,
.change-psd .has-error,
.psdmail .has-error {
    border: 1px solid #f44336;
}

.card.denglu-card .footer {
    text-align: center;
    margin-left: -30px;
}

.card.denglu-card .footer * {
    color: #497ECD;
    ;
    padding-right: 8px;
    padding-left: 8px;
    font-weight: 700;
}

.card.denglu-card .border-left {
    border-left: 1px solid #cecece;
    font-weight: normal;
}

.psdmail h6 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 24px
}

.psdmail .btn,
.psdmail .btn:hover {
    color: white;
    background-color: #02a8f3;
}

.zclist .row,
.change-psd .row {
    margin-bottom: 10px;
}

.denglu-card .row {
    margin-bottom: 19px;
}

.zclist .text-right a {
    float: left;
    font-size: 14px;
    line-height: 33px;
}

.form-lg .form-group {
    margin-bottom: 8px;
}

.zclist .form-group p,
.change-psd p,
.psdmail p {
    margin: 0px auto 0px 141px;
    color: #f44336;
}

.change-psd p {
    margin: 0px auto 0px 101px;
}

.showSweetAlert.sweet-alert .form-group input {
    display: inline-block;
}

.showSweetAlert.sweet-alert .form-group button {
    height: 43px;
    margin-top: 10px;
    background-color: #02a8f3;
}

.change-psd .form-group {
    text-align: center;
}

.change-psd .hr .btn,
.psdmail-yzm .hr .btn {
    color: white;
    background-color: #02a8f3;
}

.error_msg {
    display: none;
}

span.validate {
    display: none;
    margin-top: 6px;
}

span.validate.ok {
    width: 23px;
    height: 20px;
    display: block;
    background-image: url(../images/ok.png);
}

span.validate.no {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../images/no.png);
}

.b-red {
    border: 1px solid red;
}

.verify * {
    display: none;
}

.verify .show {
    display: block;
    width: 100px;
    height: 32px;
    float: right;
}

.verify button {
    font-size: 11px;
}

.denglu-card>h2 {
    color: #3E50B4;
    display: inline-block;
    margin: 0px auto 26px 0px;
    line-height: -24px;
    vertical-align: 20%;
    font-size: 24px;
}

.zclist input[name="code"] {
    width: 100px;
}

.psdmail .hr .btn {
    width: 100%;
}

.carousel {
    position: relative;
    width: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
( -webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel .carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
    width: 100%;
    height: 550px;
    margin-top: 0px;
    position: relative;
}

.center-block .carousel .carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    position: absolute;
}

.center-block .carousel-inner > .item {
    height: 550px;
}

.layui-layer .layui-layer-title,
.layui-layer .overflow .layui-layer-title {
    background-color: transparent;
    border-bottom: 0;
    padding: 0 24px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
}

.layui-layer-content {
    margin: 0 24px;
    overflow: visible;
}

.overflow.layui-layer {
    overflow: visible;
}

.layui-layer {
    border-radius: 2.5px;
}

.layui-layer-page .layui-layer-content {
    overflow-x: hidden!important;
}

span.validate.no {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url("../images/no.png");
}

.zclist .errorText,
.psdmail .errorText,
.change-psd .errorText {
    font-size: 12px;
    color: #f44336;
    vertical-align: middle;
    line-height: 28px;
}

.top_logo {
    background-image: url("../images/logo.png");
    width: 186px;
    height: 60px;
    display: inline-block;
}

.top_title {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
}

.bottom_tip_img {
    background-image: url("../images/prompt.png");
    width: 75px;
    height: 80px;
    display: inline-block;
    margin-left: 65px;
    margin-top: 21px;
}

.bottom_tip_text {
    display: inline-block;
    vertical-align: top;
    margin-top: 33px;
    margin-left: 16px;
    font-size: 12px;
    font-weight: 600;
}

.bottom_tip_copyright {
    margin-right: 39px;
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
    color: #999999;
}

.login-title {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    color: #497ECD;
    margin-left: 8px;
}

.login-footer-color {
    color: #666666;
}

.margin-right-8 {
    margin-right: 8px;
}

.margin-left-8 {
    margin-left: 8px;
}

.margin-bottom-12 {
    margin-bottom: 12px!important;
}

.head-language {
    right: 0px;
    float: right;
    margin-top: 34px;
    font-size: 12px;
}

.form-control::-moz-placeholder {
    color: #BBD5EF;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #BBD5EF;
}

.form-control::-webkit-input-placeholder {
    color: #BBD5EF;
}

.text-decoration-underline {
    text-decoration: underline;
}

.login-username-msg {
    display: inline-block;
    vertical-align: top;
}

.login-width-180 {
    width: 180px!important;
}

.switch-lang {
    color: #bbb;
}

.language-pointer {
    cursor: pointer;
}

.lang-image {
    height: 20px;
    width: 20px;
    vertical-align: top;
}

.text-left {
    text-align: left!important;
}

.xj-ml-0 {
    margin-left: 0px;
}

#refreshCode {
    width: 74px;
}

.login-account-prompt {
    margin-top : -14px!important;
    margin-bottom : 12px!important;
}

.control-select {
    width: 120px;
    height: 27px;
    margin: 2px 12px 2px 90px;
    font-size: 14px;
    font-weight: bold;
}

.zhmm2-rnd-title {
    margin-left: 8px;
    margin-bottom: 3px;
}

#zhmm2 .errorText {
    font-size: 12px;
    color: #f44336;
    vertical-align: middle;
    line-height: 28px;
    clear: both;
    margin-left: 8px;
    text-align: left;
}

.height-28 {
    height: 28px;
}

.line-height-28 {
    line-height: 28px;
}

#zhmm2 .form-group {
    margin-bottom: 0px;
}

#zhmm2 .form-group .info {
    margin-bottom: 3px;
}

.form-img-code .row {
    margin-bottom: 10px;
}

.form-img-code input[name="imgcode"] {
    width: 100px;
}

.form-img-code .img-code {
    display: block;
    width: 100px;
    height: 32px;
    float: left;
}

.btn-xgmm-sendcode {
    font-size: 11px;
}