* {
    margin: 0;
    padding: 0;
}

#ywcontainer {
    position: absolute;
    background: #007bd5;
    width: 100%;
    height: 100%;
}

#ywcontainer .zw {
    display: none;
}

#ywcontainer .header {
    background-color: #0092f5;
    height: 100px;
    color: #fff;
    padding: 0 35px;
    line-height: 100px;
}

#ywcontainer .left {
    float: left;
    width: 600px;
}

#ywcontainer .tysfrz {
    font-size: 20px;
}

#ywcontainer .bod {
    height: 22px;
    width: 2px;
    background-color: #fff;
    margin: 39px 15px;
    float: left;
}

#ywcontainer .swjmc {
    font-size: 30px;
    font-weight: 700;
    float: left;
}

#ywcontainer .arrow {
    width: 20px;
    height: 20px;
    margin: 0 30px 0 10px;
}

#ywcontainer img {
    width: 100%;
    height: 100%;
}

#ywcontainer .languageBox {
    position: relative;
    float: right;
}

#ywcontainer .language {
    display: flex;
    align-items: center;
}

#ywcontainer .language div {
    float: left;
}

#ywcontainer .yy {
    position: absolute;
    width: 80px;
    background: #00000080;
    z-index: 999;
    top: 70px;
    left: 0;
    opacity: .8;
    line-height: 0;
}

#ywcontainer .yyItem {
    text-align: center;
    padding: 20px 0;
}

#ywcontainer .right {
    cursor: pointer;
    float: right;
    width: 300px;
}

#ywcontainer .back {
    font-weight: 700;
    font-size: 18px;
    float: right;
}

#ywcontainer .main {
    background-color: #fff;
    margin: 50px auto;
    width: 650px;
}

#ywcontainer .box {
    padding: 30px 40px 0px;
    overflow: hidden;
}

#ywcontainer .item {
    font-size: 20px;
    color: #999;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    width: 262px;
}

#ywcontainer .item:first-child {
    float: left;
}
#ywcontainer .xx {
    float: right;
}
#ywcontainer .active {
    border-bottom: 5px solid #0092f5;
    color: #000;
    font-weight: 700;
}

#ywcontainer .formBox {
    padding: 15px 40px;
    margin-top: 20px;
}

#ywcontainer .layui-form-item {
    margin-bottom: 25px;
    position: relative;
}

#ywcontainer .layui-form-pane .layui-input {
    height: 50px;
    border-radius: 4px;
}

#fjmEnLoginBtn {
    background-color: #0092f5;
    width: 100%;
    height: 50px !important;
    font-size: 18px!important;
}

#ywcontainer .register {
    font-size: 18px;
    color: #0092f5;
    padding: 10px 40px 50px 40px;
    cursor: pointer;
}

#ywcontainer .iconBox {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 12px;
}

#ywcontainer input {
    padding-left: 40px!important;
    font-size: 18px;
}

#ywcontainer .eye {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 12px;
}

#ywcontainer .individualsInput {
    display: none;
}