html,body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,ins,kbd,q,samp,small,strong,sub,sup,b,i,ul,li,fieldset,form,label,table,tbody,tfoot,thead {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    text-size-adjust:100%;
    vertical-align:baseline;
    background:rgba(0,0,0,0);
    position:relative;
    z-index:1
}
html {
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    text-size-adjust:none
}
body {
    line-height:1
}
:focus {
    outline:1
}
nav ul {
    list-style:none
}
a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    text-decoration:none;
    vertical-align:baseline;
    background:rgba(0,0,0,0)
}
#preloader {
    background:#fff;
    height:100%;
    left:0;
    opacity:1;
    filter:alpha(opacity=100);
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:999999999
}
.preloader {
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    position:absolute
}
input,select {
    vertical-align:middle
}
::-moz-placeholder {
    color:#ccc
}
::-webkit-input-placeholder {
    color:#ccc
}
:-ms-input-placeholder {
    color:#ccc
}
.input-inner {
    -webkit-appearance:none;
    box-sizing:border-box;
    display:inline-block;
    font-size:inherit;
    height:40px;
    line-height:40px;
    background:none;
    border:none;
    outline:none;
    padding:0 15px;
    width:100%
}
.lang {
    position:fixed;
    top:1%;
    right:2%;
    z-index:3;
    min-width:130px;
    color:#fff;
    display:block;
    height:402x;
    line-height:42px;
    border-bottom:1px #fbe99e solid;
    box-sizing:border-box;
    cursor:pointer
}
.lang::after {
    content:" ";
    position:absolute;
    right:6px;
    top:50%;
    width:0px;
    height:0px;
    border-left:6px solid rgba(0,0,0,0);
    border-right:6px solid rgba(0,0,0,0);
    border-top:6px solid #fff;
    font-size:0px;
    line-height:0px
}
.lang select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline:none;
    border:0 none;
    position:relative;
    padding:0 25px 0 15px;
    width:100%;
    height:40px;
    line-height:40px;
    color:#fff;
    background:none;
    background-color:rgba(0,0,0,0);
    font-size:14px;
    z-index:99;
    overflow:hidden
}
.fbit-bg-wrap {
    overflow:hidden;
    width:100%;
    height:100vh;
    background-color:#000;
    display:flex;
    flex-direction:row;
    font-size:12px
}
.fbit-bg-wrap .fbit-login-wrap {
    width:34%;
    position:relative;
    background:#f4f4f4;
    color:#fff
}
.fbit-bg-wrap .fbit-login-wrap .logo {
    width:65%;
    margin:25% auto 20% auto
}
.fbit-bg-wrap .fbit-login-wrap .logo img {
    width:100%
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form {
    width:80%;
    margin:0 auto;
    padding-top:2%
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form input::input-placeholder {
    color:#999
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form input::-webkit-input-placeholder {
    color:#999
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form input::-moz-placeholder {
    color:#999
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form input::-moz-placeholder {
    color:#999
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form input::-ms-input-placeholder {
    color:#999
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .fbit-error {
    color:#f56c6c;
    font-size:12px;
    margin:0px;
    line-height:1;
    padding-top:4px
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .fbit-item {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding:5px 0;
    margin-bottom:5%;
    border-bottom:1px solid #ddd
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .fbit-item input {
    flex-grow:1;
    color:#545454;
    line-height:45px;
    font-size:16px
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .fbit-item .code {
    display:flex;
    align-items:center
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .fbit-btn {
    margin-top:12%
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .fbit-btn input[type=button] {
    border-width:0;
    padding:10px 14px;
    font-size:18px;
    font-weight:bolder;
    letter-spacing:1px;
    color:#fff;
    outline:none !important;
    background-color:fbe99e;
    width:100%;
    background-image:linear-gradient(to right,#41bbac,#1ba9a4);
    filter:none;
    box-shadow:none;
    border-radius:20px
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .fbit-btn input[type=button]:hover {
    box-shadow:0 0 10px #1ba9a4
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .fbit-register {
    padding-top:20px;
    text-align:right
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .fbit-register a {
    color:#41bbac
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .fbit-register a:hover {
    text-decoration:underline;
    color:#1ba9a4
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .three {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    margin-top:15%;
    text-align:center;
    width:100%;
    height:20px;
    color:#999
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .three hr {
    flex-grow:1;
    display:inline-block;
    vertical-align:middle;
    border:none;
    border-top:1px solid #999
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .three span {
    padding:0 10px
}
.fbit-bg-wrap .fbit-login-wrap .fbit-form .right {
    margin-top:15%;
    margin-bottom:5%;
    color:#999;
    text-align:center
}
.fbit-bg-wrap .fbit-login-wrap .fbit-mob {
    position:relative
}
.fbit-bg-wrap .fbit-login-wrap .fbit-mob .fbit-supplier-mob-btn {
    position:absolute;
    width:30%;
    height:12%;
    bottom:5%;
    left:35%;
    z-index:2
}
.fbit-bg-wrap .fbit-login-wrap .fbit-mob img {
    width:100%
}
.fbit-bg-wrap .fbit-login-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 2%;
    position: relative;
    visibility: visible;
    padding-top: 100px;
    background-image: url(../images/fbit-ent-loginbg2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.fbit-bg-wrap .fbit-login-desc .imgcon {
    width:50%;
    position:relative
}
.fbit-bg-wrap .fbit-login-desc .imgcon img {
    width:100%
}
.fbit-bg-wrap .fbit-login-desc .imgcon .fbit-supplier-btn {
    position:absolute;
    bottom:8%;
    left:30%;
    z-index:2;
    width:40%;
    height:13%;
    background:rgba(0,0,0,0)
}
.fbit-bg-wrap .fbit-login-desc .desc {
    position:absolute;
    font-size:20px;
    color:#d9d9d9
}
.fbit-bg-wrap .fbit-login-desc .desc .tit {
    color:#e9c781;
    font-size:24px
}
.fbit-bg-wrap .fbit-login-desc .desc p {
    line-height:1.5;
    width:100%;
    text-align:right
}
.fbit-bg-wrap .fbit-login-desc .desc-1 {
    top:27%;
    right:55%
}
.fbit-bg-wrap .fbit-login-desc .desc-2 {
    top:47%;
    right:61%
}
.fbit-bg-wrap .fbit-login-desc .desc-3 {
    top:65%;
    right:51%
}
.my-msg {
    min-width:300px;
    box-sizing:border-box;
    border-radius:4px;
    position:fixed;
    z-index:200;
    left:50%;
    top:5%;
    transform:translateX(-50%);
    background-color:rgba(255,255,255,.8);
    transition:opacity .3s,transform .4s,top .4s;
    overflow:hidden;
    padding:15px 15px 15px 20px;
    display:flex;
    align-items:center;
    color:#909399;
    background:#f4f4f5;
    border-color:#d3d4d6
}
.my-msg .my-msg-content {
    font-size:14px;
    line-height:21px;
    margin:6px 0 0;
    text-align:justify
}
.my-msg .msg-close {
    position:absolute;
    z-index:2;
    top:10px;
    right:15px;
    cursor:pointer;
    -webkit-appearance:none;
    background:0 0;
    padding:0;
    border:0;
    width:20px;
    font-size:24px;
    font-weight:400;
    line-height:1;
    color:#909399;
    filter:alpha(opacity=20)
}
.my_pop {
    width:100%;
    z-index:4;
    display:none
}
.my_pop .cover {
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background-color:#000;
    opacity:.7;
    z-index:998
}
.my_pop .pop_box {
    width:90%;
    position:fixed;
    top:10%;
    left:5%;
    z-index:999;
    border-radius:8px;
    background-color:#fff
}
.my_pop .pop_head {
    padding:15px;
    min-height:20px;
    background:#fff;
    border-top-left-radius:8px;
    border-top-right-radius:8px
}
.my_pop .pop_head {
    display:flex;
    align-items:center;
    justify-content:space-between
}
.my_pop .pop_head h4 {
    font-weight:normal;
    font-size:18px;
    color:#333
}
.my_pop .pop_head button.close {
    -webkit-appearance:none;
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0
}
.my_pop .pop_head .close {
    width:20px;
    font-size:24px;
    font-weight:400;
    line-height:1;
    color:#999;
    filter:alpha(opacity=20)
}
.my_pop .pop_body {
    position:relative;
    padding:10px 35px 10px 20px;
    background:#fff;
    color:#666;
    min-height:100px;
    max-height:800px;
    overflow:auto;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px
}
.my_pop .pop_foot {
    padding:15px;
    text-align:right;
    border-top:1px solid #e5e5e5
}
.my_pop .btncon {
    text-align:right
}
.my_pop .btncon a {
    margin-left:15px
}
.my_pop h5 {
    font-size:18px;
    color:#fee300;
    letter-spacing:5px;
    text-shadow:0px 0px 2px #000;
    margin:5% 0;
    text-align:center
}
.my_pop .tip {
    text-indent:2em;
    line-height:150%
}
.required-self label.el-form-item__label:before {
    content:"*";
    color:#ff4949;
    margin-right:4px
}
.pop_form .el-form-item {
    margin-bottom:15px
}
.pop_form .el-form-item__label {
    width:170px;
    text-align:right;
    vertical-align:middle;
    float:left;
    font-size:14px;
    color:#606266;
    line-height:40px;
    padding:0 12px 0 0;
    box-sizing:border-box
}
.pop_form .el-form-item__content {
    line-height:40px;
    margin-left:130px;
    position:relative;
    font-size:14px
}
.pop_form .el-input {
    position:relative;
    font-size:14px;
    display:inline-block;
    width:100%
}
.pop_form .el-input__inner {
    -webkit-appearance:none;
    background-color:#fff;
    background-image:none;
    border-radius:4px;
    border:1px solid #dcdfe6;
    box-sizing:border-box;
    color:#606266;
    display:inline-block;
    font-size:inherit;
    height:36px;
    line-height:36px;
    outline:none;
    padding:0 15px;
    transition:border-color .2s cubic-bezier(0.645,0.045,0.355,1);
    width:100%
}
.pop_form .el-select {
    -webkit-appearance:none;
    background-color:#fff;
    background-image:none;
    width:100%;
    border-radius:4px;
    border:1px solid #dcdfe6;
    box-sizing:border-box;
    color:#606266;
    display:inline-block;
    font-size:inherit;
    height:36px;
    line-height:36px;
    box-sizing:border-box;
    cursor:pointer
}
.pop_form .el-select::after {
    content:" ";
    position:absolute;
    right:6px;
    top:14px;
    width:0px;
    height:0px;
    border-left:6px solid rgba(0,0,0,0);
    border-right:6px solid rgba(0,0,0,0);
    border-top:6px solid #dcdfe6;
    font-size:0px;
    line-height:0px
}
.pop_form .el-select select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline:none;
    border:0 none;
    position:relative;
    padding:0 25px 0 15px;
    width:100%;
    height:36px;
    line-height:36px;
    color:#606266;
    background:none;
    background-color:rgba(0,0,0,0);
    font-size:14px;
    z-index:99;
    overflow:hidden
}
.pop_form .el-form-item__error {
    color:#f56c6c;
    font-size:12px;
    margin:8px 8px 8px 130px;
    line-height:1;
    padding-top:4px
}
.btn {
    display:inline-block;
    font-size:13px;
    letter-spacing:1px;
    padding:8px 15px;
    border-radius:4px
}
.btn-main {
    background:#1AA9A4;
    border:1px solid #1AA9A4;
    color:#fff;
    opacity:1
}
.btn-main:hover {
    opacity:.8
}
.btn-o-grey {
    color:#666;
    border:1px solid #ccc;
    letter-spacing:1px;
    background-color:rgba(0,0,0,0)
}
.btn-o-grey:hover {
    color:#1AA9A4;
    background-color:rgba(193,147,65,.1);
    border:1px solid rgba(193,147,65,.4)
}
.btn-o-grey:active {
    color:#1AA9A4;
    background-color:rgba(193,147,65,.1);
    border:1px solid rgba(193,147,65,.4)
}
@keyframes dialogue-in {
    0% {
        top:0
    }
    100% {
        top:10%
    }
}@-webkit-keyframes dialogue-in {
     0% {
         top:0
     }
     100% {
         top:10%
     }
 }.animation-dialogue-in {
      display:block;
      -webkit-animation:dialogue-in .5s cubic-bezier(0.215,0.61,0.355,1) forwards;
      animation:dialogue-in .5s cubic-bezier(0.215,0.61,0.355,1) forwards
  }
@keyframes dialogue-in-top {
    0% {
        top:0
    }
    100% {
        top:5%
    }
}@-webkit-keyframes dialogue-in-top {
     0% {
         top:0
     }
     100% {
         top:5%
     }
 }.animation-dialogue-in-top {
      display:block;
      -webkit-animation:dialogue-in-top .5s cubic-bezier(0.215,0.61,0.355,1);
      animation:dialogue-in-top .5s cubic-bezier(0.215,0.61,0.355,1)
  }
@media only screen and (max-width:768px) {
    .lang select {
        color:#1ba9a4;
    }
    .fbit-bg-wrap {
        height:auto
    }
    .fbit-bg-wrap .fbit-login-wrap {
        width:100%;
        height:auto
    }
    .fbit-bg-wrap .fbit-login-wrap .logo {
        margin:3% 0 3% 2%;
        width:120px
    }
    .fbit-bg-wrap .fbit-login-desc {
        visibility:hidden
    }
    .my_pop .pop_body {
        max-height:400px
    }
}@media only screen and (min-width:769px) {
    .fbit-bg-wrap .fbit-login-wrap {
        width:50%
    }
    .fbit-bg-wrap .fbit-mob {
        visibility:hidden
    }
}@media only screen and (min-width:992px) {
    .fbit-bg-wrap .fbit-login-desc .desc {
        font-size:20px
    }
    .fbit-bg-wrap .fbit-login-desc .desc .tit {
        font-size:24px
    }
}@media only screen and (min-width:1200px) {
    .fbit-bg-wrap .fbit-login-wrap {
        width:34%
    }
    .fbit-bg-wrap .fbit-login-desc .desc {
        font-size:24px
    }
    .fbit-bg-wrap .fbit-login-desc .desc .tit {
        font-size:30px
    }
}