html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
tbody,
tfoot,
thead,
tr,
th,
td,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}


html,
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "微软雅黑"
}

a {
    text-decoration: none;
}

#myweb {
    width: 100%;
    height: 100%;
}

.loginLayout {
    box-shadow: 5px 5px 7px -6px #898989;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
    color: #e9e9e9;
}

.clear {
    clear: both;
}

.logo {
    position: absolute;
    left: 40px;
    top: 30px;
    height: 60px;
    line-height: 60px;
}

.layout {
    width: 100%;
    position: absolute;
    top: calc(50% - 200px);
}

.divLeft {
    color: white;
}

.divRight {}

.loginLayout {
    width: 410px;
    background: white;
    margin-right: 18%;
    border-radius: 5px;
    overflow: hidden;
}

.menuBtn {
    width: 50%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.menuBtnDefault {
    background: #3984F8;
    color: white;
}

.menuBtnSelect {
    background: white;
    color: #3984F8;
}

.inputStyle {
    width: calc(100% - 40px);
    height: 45px;
    line-height: 45px;
    border: #e9e9e9 1px solid;
    margin: 10px 20px;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
}

.inputStyle>input {
    flex: 1;

    padding: 0 10px;
}
.inputStyle  .el-input__inner{
    border: none;
}
.no-spin-input::-webkit-outer-spin-button,
.no-spin-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.layoutLogin .el-input__inner {
    width: 320px;
    height: 45px;
    border: none;
    border-radius: 0px;
    background-color: #ffffff;
}

/* .layoutLogin .el-input__icon {
    color: #000 !important;
} */

.marginTop30 {
    margin-top: 30px;
}



.btn {
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 20px 20px;
    background: #3984F8;
    color: white;
    border-radius: 5px;
}

.layoutCode {
    width: calc(100% - 40px);
    height: 45px;
    line-height: 45px;
    margin: 10px 20px;
    border: #e9e9e9 1px solid;
    border-radius: 5px;
}

.btnGetCode {
    min-width: 120px;
    text-align: center;
    color: #3984F8;
    display: flex;
    align-items: center;
    padding: 0 10px;
    display: inline-block;
}

.layoutCode input {
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
}
.layoutCode input::placeholder {
    color: #A6ABB8;
    font-size: 14px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    margin-top: 0;
    background: #fff;
    border: #3984f8 solid 1px;
    height: 14px;
    width: 14px;
    vertical-align: text-bottom;
    cursor: pointer;
    border-radius: 2px;
}

input[type="checkbox"]:checked {
    background: #3984F8;
}

input[type=checkbox]:checked::after {
    content: '';
    top: 4px;
    left: 3px;
    position: absolute;
    background: transparent;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 3px;
    width: 6px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.beian {
    width: 100%;
    position: absolute;
    padding: 0px 20px;
    /*left: 41%;*/
    bottom: 20px;
    height: 40px;
    line-height: 40px;
}


.poweredby {
    position: absolute;
    right: 3%;
    bottom: 3%;
    color: white;
    text-shadow: 2px 2px 6px #000;
}

.entrance_examination {
    position: absolute;
    right: 3%;
    top: 4%;
}


#web_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    z-index: -10;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.flexColumnDivCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#qrCode {
    border-radius: 8px;
    border: 1px solid #E5E8EF;
    padding: 10px;
    margin: 15px;
}

.login-language {
    background-color: #eee;
    border-radius: 8px;
    height: 26px;
    z-index: 11;
}

.login-language .lang-content {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 12px;
    padding-right: 10px;
}

.login-language .lang-icon {
    transform: scale(.5);
}

.login-language .lang-content>i {
    margin-left: 5px;
}

.flexDiv {
    display: flex;
    align-items: center;
}

.flexDivCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.el-dialog__body{*/
/*    padding: 0!important;*/
/*    margin-top: -30px;*/
/*}*/