* {
    margin: 0;
    padding: 0
}

body {
    font-family: "MicrosoftYaHei";
    font-size: 14px;
}

ul {
    list-style: none;
}

#userLoginForm .but_fing_disabled, #userLoginForm .but_fing {
    background-image: none;
    opacity: 1;
}

#userLoginForm .but_fing_disabled {
    cursor: default;
    background-color: #a3a3a3;
}

.content {
    background-image: url("../images/oversea/bg.png");
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 600px;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: bottom center;
}

.login_bg {
    height: 100%;
}

.login_con {
    position: absolute;
    width: 19.79%;
    top: 14.59%;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}

img.logo {

    width: 98%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

p.license {
    color: #ff0000;
    margin-bottom: 10px;
    line-height: 20px;
}

.form-item.sele_con {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.left_sele {
    width: calc(50% - 5px);
    position: relative;
}

.float_item * {
    float: left;
}

.float_item::after {
    display: block;
    content: "";
    clear: both;
}

.right_sele {
    /* width: 154px; */
    width: calc(50% - 5px);
}

.form-item.float_item {
    margin-bottom: 10px;
}

.sele_content {
    position: relative;
}

.select {
    position: relative;
}

.select input {
    cursor: default;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;

}

.xl {
    background-image: url(../images/oversea/xl_icon.png);
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

.op-list {
    border: 1px solid #175c96;
    background-color: #fff;
    margin-top: -1px;
}

.op-list li {
    font-size: 12px;
    padding: 5px 0;
    padding-left: 10px;
    word-wrap: break-word;
    cursor: pointer;
}

.op-list li.active {
    background-color: #175c96;
    color: #fff;
}

.option {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    max-height: 250px;
    overflow: auto;
}

.form-item input {
    width: 100%;
    height: 48px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #dcdfe6;
    color: #474b4f;
    padding-right: 25px;
    text-overflow: ellipsis;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.form-item input:hover {
    border-color: #c0c4cc;
}

.form-item input:focus {
    border-color: #175c96;
}

.form-item input:focus {
    outline: none;
}

.form-item input#user {
    margin-bottom: -1px;
}

.input_item {
    margin-bottom: 40px;
    position: relative;
}

.psd_con {
    position: relative;
    margin-top: -1px;
}

.psd_con .que {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/oversea/question_icon.png");
}

.input_item input {

}

.form-item #username:focus, .form-item #username:hover {
    position: relative;
    z-index: 9;
}

.form-item.btn {
    background-color: #175c96;

}

.qr-con > img {
    width: 46px
}

.form-item.btn * {
    display: inline-block;

}

.form-item button {
    font-size: 16px;
    background-color: #175c96;
    color: #fff;
    width: 85.52%;
    height: 100%;
    border: 0;
    outline: none;
    border-right: 1px solid #fff;
    position: relative;
    cursor: pointer;
}

.form-item button:hover {
    background-color: #175c96;
}

/*.form-item #test:hover::after, .form-item .but_fing:hover::after{*/
/*    width: 100%;*/
/*}*/
/*.form-item #test::after,.form-item .but_fing::after{*/
/*    content:"";*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    background-color:rgba(0,0,0,0.1);*/
/*    width: 0;*/
/*    transition-duration: 0.5s;*/
/*}*/

.form-item .zw {
    width: 14.48%;
    /*  display: flex;
      justify-content: center;*/
    height: 100%;
    /*align-items: center;*/
    border-right-width: 0px;
    position: relative;
}

.form-item .zw img {
    width: 57.14%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.app_text {
    color: #474b4f;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer-con {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
}

.copy_right,
.copy_right a {
    color: #474b4f;
}

p.copy_right {
    margin-top: 5px;
}

#user::-webkit-input-placeholder, #psd::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9d9d9d;
    font-size: 14px;
}

#user::-moz-placeholder, #psd::-moz-placeholder {
    /* Firefox 19+ */
    color: #9d9d9d;
    font-size: 14px;
}

#user:-ms-input-placeholder, #psd:-ms-input-placeholder {
    /* IE 10+ */
    color: #9d9d9d;
    font-size: 14px;
}

#user:-moz-placeholder, #psd:-moz-placeholder {
    /* Firefox 18- */
    color: #9d9d9d;
    font-size: 14px;
}

.footer-img {
    width: 90.8%;
    position: absolute;
    bottom: 2.7%;
    left: 50%;
    transform: translateX(-50%);

}

.footer-img img {
    width: 100%;
    margin-left: -1%;
}

.verifyCode {
    float: right;
}

.form-item .rightVerifyCodeImg {
    position: absolute;
    bottom: 1px;
    right: -1px;
    height: 38px;
}

.form-item .leftVerifyCodeImg {
    position: absolute;
    bottom: 1px;
    left: -1px;
    height: 38px;
}

.form-item select, .form-item input, .form-item.btn {
    height: 40px;
}

.app_qr {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 5px;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 58%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -108%);
    left: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
}

.qr-con {
    cursor: pointer;
}

.app_qr::after {
    content: "";
    border: 10px solid transparent;
    border-top-color: rgba(255, 255, 255, 1);
    border-bottom-width: 0;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    transform: translateY(10px);

}

.app_qr > div {
    display: inline-block;
}

.input_item::after {
    content: "";
    display: block;
    clear: both;
}

#fpLoginOverseaDiv {
    display: inline-block;
    width: 14.48%;
    height: 40px;
}

@media (max-width: 1600px) {
    .login_con {
        width: 22%;
    }
}

@media (max-width: 1400px) {
    .form-item select, .form-item input, .form-item.btn, .form-item .rightVerifyCodeImg, .leftVerifyCodeImg, #fpLoginOverseaDiv {
        height: 30px !important;
    }

    .login_con {
        width: 21%;
    }
}

@media (max-width: 1300px) {
    /*.login_con{*/
    /*    width: 21%;*/
    /*}*/

}

@media (max-height: 930px) {
    /*.login_con {*/
    /*    top: 18.59%;*/
    /*}*/
}

@media (max-height: 800px) {

    /*img.logo {*/
    /*    margin-bottom: 20px;*/
    /*}*/
    .input_item {
        margin-bottom: 15px;
    }
}

@media (max-height: 700px) {

    .login_con {
        top: 8%;
        bottom: 50%
    }

    /*img.logo {*/
    /*    margin-bottom: 20px;*/
    /*}*/

}

@media (max-height: 600px) {

    .login_con {
        top: 4%;
        bottom: 50%
    }

    /*img.logo {*/
    /*    margin-bottom: 20px;*/
    /*}*/

}

/*@media (max-height: 620px){*/
/*    .verifyCodeImg{*/
/*        float: right;*/
/*        display: block;*/
/*        margin-top: -39px;*/
/*        margin-right: 1px;*/
/*        height: 38px;*/
/*    }*/
/*}*/
/*@media (max-height:620px){*/

/*    .form-item.btn{*/
/*        height: 46px;*/
/*    }*/

/*}*/
