﻿

body {
    background-image: url(../default/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
/*大背景图片*/
.none {
    display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #d0d0d0;
    font-size: 13px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #d0d0d0;
    font-size: 13px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #d0d0d0;
    font-size: 13px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #d0d0d0;
    font-size: 13px;
}

input:-webkit-autofill {
    background-color: transparent;
    color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #959fa8 inset;
    background: rgba(238,238,238,.2);
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

/*.wish-title { background-image: url(../default/2018.png); background-repeat: no-repeat; background-size: 100% 100%; position: absolute; top: 37.5%; left: 3%; width: 850px; height: 404px; }
.wish-title1 { background-image: url(../default/happyNewYear.png); background-repeat: no-repeat; background-size: 100% 100%; position: absolute; top: 50%; left: 47.5%; width: 308px; height: 632px; margin-top: -316px; }*/
.app-download {
    margin-top: 22px;
    width: 372px;
    position: absolute;
    bottom: 0;
}

    .app-download a {
        background: rgba(253, 189, 7,.4);
        font-size: 14px;
        color: #fff;
        float: left;
        position: relative;
        text-align: center;
        width: 185px;
        height: 24px;
        padding: 19px 0;
        text-decoration: none;
    }

        .app-download a:hover {
            background: rgba(253, 189, 7,.8);
        }

        .app-download a i {
            width: 18px;
            height: 18px;
            background-size: 100% 100%;
            display: inline-block;
        }

        .app-download a.ios i {
            background: url(../default/iphone.png);
        }

        .app-download a.android i {
            background: url(../default/android.png);
            vertical-align: sub;
        }

        .app-download a.android {
            margin-left: 2px;
            background: rgba(253, 189, 7,.6);
        }

            .app-download a.android:hover {
                background: rgba(253, 189, 7,.8);
            }

        .app-download a .download {
            font-size: 18px;
            margin-left: 10px;
        }

    .app-download .code-box {
        display: none;
        position: absolute;
        width: 186px;
        height: 210px;
        z-index: 1;
        box-shadow: 0px 0px 4px #9e9e9e;
        bottom: 62px;
        background-color: #fff;
        visibility: hidden;
        opacity: 1;
        display: block;
    }

    .app-download .ios:hover .code-box, .app-download .android:hover .code-box {
        visibility: visible;
        opacity: 1;
    }

    .app-download .code-box .code {
        width: 170px;
        height: 170px;
        overflow: hidden;
        display: block;
        border-radius: 5px;
        margin: 0 auto;
        padding: 5px;
        text-align: center;
    }

    .app-download .code-box p {
        font-size: 13px;
        color: #7B7B7B;
    }

    .app-download .code-box img {
        max-width: 100%;
    }

 .rightContent { width: 372px; height: 392px; position: absolute; top: 50%; right: 0%;left:0; margin: -186px auto 0; } 
/*.rightContent {
    width: 372px;
    height: 392px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -200px 0 0;
}*/

/*@media only screen and (min-width:1000px) and (max-width: 1440px) {
    .rightContent {
        width: 372px;
        height: 392px;
        position: absolute;
        top: 50%;
        right: 7%;
        margin: -200px 0 0;
    }
}*/

.rightContent .login-box {
    width: 100%;
    height: 330px;
    background: rgba(6,6,8,.30);
}

.rightContent .login_tab div {
    font-size: 24px;
    text-align: center;
    position: relative;
    padding: 21px 0;
    color: #fff;
    letter-spacing: 5px;
}

    .rightContent .login_tab div.lawyer {
        border-right: 1px solid #d7d7d7;
    }

    .rightContent .login_tab div.active {
        background: rgba(6,6,8,.2);
        color: #fff;
    }

    .rightContent .login_tab div span {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #d7d7d7;
        height: 1px;
        left: 0;
    }

    .rightContent .login_tab div.active span {
        height: 3px;
        background: #fa5841;
    }

.rightContent .logo {
    max-width: 371px;
    max-height: 100px;
    clear: both;
}

    .rightContent .logo img {
        max-width: 100%;
        text-align: center;
        display: block;
    }

.rightContent li {
    border: 0px solid #ff5a94;
    position: relative;
    display: block;
    margin: 30px 36px;
}

    .rightContent li:first-child {
        margin-top: -20px;
    }

.rightContent .input_box .error {
    text-align: center;
    overflow: hidden;
    bottom: -36px;
    white-space: nowrap;
    width: 100%;
    position: absolute;
    margin: 0;
}

.rightContent .input_box #ID, #name, #pwd {
    border-bottom: 1px solid #fff !important;
    color: #fff;
}

.rightContent .input_box ul {
    height: auto;
    position: relative;
    margin-top: 20px;
}

.rightContent .input_box input {
    background: transparent;
    color: #fff;
}

.rightContent .btn-box a.btn {
    width: 300px;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    color: #fff;
    border-radius: 20px;
    background: #ee4e44;
    font-size: 16px;
    text-align: center;
}

.rightContent .btn-box a:hover {
    background: #fb7067;
    color: #fff;
}

#lbl_Meagess {
    color: #e7decf !important;
    font-size: 14px;
}

.pwd-box {
    font-size: 14px;
    padding: 20px 36px 0 36px;
}

    .pwd-box a {
        color: #fff;
        font-size: 14px;
    }

        .pwd-box a:hover {
            text-decoration: none;
        }

    .pwd-box span.opacity-txt {
        color: #fff;
        opacity: 0.8;
    }

#forgetPwd:hover {
    opacity: 1;
    cursor: pointer;
}

#btnGetPwd {
    width: 72px;
    height: 22px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 14px;
    position: absolute;
    right: 0;
    top: 3px;
    line-height: 22px;
    text-align: center;
}

.backLogin {
    color: #fff;
    cursor: pointer;
}

    .backLogin:hover {
        text-decoration: none;
    }

.remember-pwd-box {
    cursor: pointer;
}

.pwd-box .check-icon {
    width: 10px;
    height: 10px;
    margin-top: 4px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #fff;
    float: left;
    opacity: 0.5;
}

.pwd-box .remember-pwd-box.active .check-icon {
    opacity: 1;
    border: none;
    width: 12px;
    height: 12px;
    background: url(../default/checkicon.png) top left no-repeat;
}

.remember-pwd-box span {
    color: #fff;
    opacity: 0.8;
}

.remember-pwd-box:hover span {
    opacity: 1;
}

/*表单公共样式 start*/
.inp-box {
    margin-top: 0px;
    height: 36px;
    display: block;
}

input.inp-write:focus, .layui-select-title input:focus {
    border-bottom: solid 1px #ff9102 !important;
    background-color: transparent;
}

input.inp-over:focus {
    border: none !important;
    background-color: transparent;
}

.inp-box em {
    position: absolute;
    color: red;
    width: 18px;
    float: left;
    line-height: 22px;
    height: 20px;
}
/*样式模板的文字样式*/
.inp-box .div-temp {
    width: 50px;
    height: 20px;
    line-height: 20px;
    color: #444444;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
    display: inline-block;
    margin-left: 16px;
}

.div-temp5 .inp-box .div-temp {
    width: 62px !important;
}
/*5个文字*/
.div-temp6 .inp-box .div-temp {
    width: 74px;
}
/*6个文字*/
.div-temp7 .inp-box .div-temp {
    width: 86px;
}
/*7个文字*/
.div-temp8 .inp-box .div-temp {
    width: 100px;
}
/*8个文字*/
.inp-box .div-temp.div-temp8 {
    width: 100px;
}
/*8个文字*/
.pubadd-form .div-temp5.inp-box .div-temp {
    width: 62px;
}

.pubadd-form .div-temp6.inp-box .div-temp {
    width: 74px;
}

.pubadd-form .div-temp7.inp-box .div-temp {
    width: 86px;
}

.pubadd-form .div-temp8.inp-box .div-temp {
    width: 98px;
}

.pubadd-form .div-temp9.inp-box .div-temp {
    width: 110px;
}

.pubadd-form .div-temp10.inp-box .div-temp {
    width: 122px;
}

.num5.inp-box .div-temp {
    width: 62px;
}

.num6.inp-box .div-temp {
    width: 74px;
}

.num7.inp-box .div-temp {
    width: 86px;
}

.num8.inp-box .div-temp {
    width: 98px;
}

.edit-area-box .edit-area, .num4.inp-box .inp-write, .num4.inp-box .div-operate, .num4.inp-box .div-operate.cust-slt, .num4.inp-box .inp-over, .num4.inp-box .div-operate.cust-slt select {
    width: 884px;
}

.num5.edit-area-box .edit-area, .num5.inp-box .inp-write, .num5.inp-box .div-operate, .num5.inp-box .div-operate.cust-slt, .num5.inp-box .inp-over, .num5.inp-box .div-operate.cust-slt select {
    width: 872px;
}

.num6.edit-area-box .edit-area, .num6.inp-box .inp-write, .num6.inp-box .div-operate, .num6.inp-box .div-operate.cust-slt, .num6.inp-box .inp-over, .num6.inp-box .div-operate.cust-slt select {
    width: 860px;
}

.num7.edit-area-box .edit-area, .num7.inp-box .inp-write, .num7.inp-box .div-operate, .num7.inp-box .div-operate.cust-slt, .num7.inp-box .inp-over, .num7.inp-box .div-operate.cust-slt select {
    width: 848px;
}

.num8.edit-area-box .edit-area, .num8.inp-box .inp-write, .num8.inp-box .div-operate, .num8.inp-box .div-operate.cust-slt, .num8.inp-box .inp-over, .num8.inp-box .div-operate.cust-slt select {
    width: 834px;
}

.num4.inp-box .div-operate .inp-name {
    width: 864px;
}

.num5.inp-box .div-operate .inp-name {
    width: 852px;
}

.num6.inp-box .div-operate .inp-name {
    width: 840px;
}

.num7.inp-box .div-operate .inp-name {
    width: 828px;
}

.num8.inp-box .div-operate .inp-name {
    width: 814px;
}

.inp-box .div-temp span {
    line-height: 14px;
    display: inline-block;
    padding-left: 100%;
}

.inp-box .div-colon {
    display: inline-block;
    line-height: 18px;
    vertical-align: top;
    height: 20px;
}

.inp-box .icon-money, .inp-box .icon-percent {
    font-size: 12px;
    position: absolute;
    right: 2px;
    top: 0px;
}

.inp-box .inp-write {
    font-size: 12px;
    line-height: 22px;
    height: 20px;
    background-color: transparent;
    border: solid 0px #444444;
    border-bottom: #dcdcdc 1px solid;
    width: 296px;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
}

.inp-box .inp-writed {
    line-height: 22px;
    height: 20px;
    background-color: transparent;
    color: #444444;
    font-size: 12px;
    border: solid 0px #444444;
    border-bottom: #dcdcdc 1px solid;
    width: 296px;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
}

.inp-box .i-calendar {
    background: url("../images/icons.png?v=3.1.4") no-repeat;
    background-position: -16px -0px;
    height: 16px;
    width: 16px;
    top: 3px;
    cursor: pointer;
    right: 0px;
    position: absolute;
}

    .inp-box .i-calendar:hover {
        background-position: -16px -32px;
    }

.inp-box .inp-over {
    background-color: transparent;
    line-height: 22px;
    height: 20px;
    font-size: 12px;
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
}

.inp-box .inp-none {
    background-color: transparent;
    line-height: 22px;
    height: 20px;
    font-size: 12px;
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
}

input[readonly='readonly'] {
    color: #444;
}

/*查询icon信息行的盒子样式*/
.content-box .input-box {
    margin: 0;
}

.inp-box .div-operate {
    line-height: 21px;
    font-size: 12px;
    color: #444;
    width: 296px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    position: relative;
}

    .inp-box .div-operate .inp-name {
        width: 276px;
        border: none;
    }

    .inp-box .div-operate .inp-name {
        line-height: 22px;
        height: 20px;
        font-size: 12px;
        background-color: transparent;
        color: #444;
        display: inline-block;
        vertical-align: top;
        padding-right: 20px;
        border-bottom: #dcdcdc 1px solid;
    }

    .inp-box .div-operate input[class='inp-name']:focus {
        border-bottom: solid 1px #32ac9f;
        background-color: transparent;
    }

.edit-area-box {
    height: auto;
    min-height: 20px;
}

    .edit-area-box .edit-area {
        height: auto;
        display: inline-block;
        min-height: 18px;
        outline: none;
        margin: 0px 0 16px 16px;
        padding: 0;
        font-size: 12px;
        line-height: 20px;
        word-break: break-all;
        vertical-align: top;
        width: 884px;
        border-bottom: 1px solid #e3e3e3;
        border-radius: 0;
        overflow-y: hidden;
    }

    .edit-area-box.readonly .edit-area {
        border-bottom: none;
    }

.inp-box .div-operate .select {
    background: url("../images/icons.png?v=3.1.4") no-repeat;
    background-position: -96px -0px;
    height: 16px;
    width: 16px;
    top: 3px;
    cursor: pointer;
    right: -2px;
    position: absolute;
}

    .inp-box .div-operate .select:hover {
        background-position: -96px -32px;
    }

.inp-box .div-operate.cust-slt {
    border-bottom: 1px solid #e1e1e1;
    width: 296px;
}

    .inp-box .div-operate.cust-slt select {
        width: 296px;
    }

.inp-box .div-operate.active {
    border-bottom: 1px solid #32ac9f;
}

.inp-box.date-group .div-operate {
    width: 132px;
}

    .inp-box.date-group .div-operate .inp-name {
        width: 112px;
    }

.inp-box .to {
    display: inline-block;
    vertical-align: top;
    width: 0px;
    font-size: 12px;
    margin: 2px 2px 0 6px;
}

.dynamic-add-tb td.laydate input {
    height: 28px !important;
    line-height: 28px !important;
}
/*文本域样式*/
.div-area {
    height: auto;
    width: 948px;
    margin: 0 0 0 16px;
}

    .div-area textarea {
        width: 948px;
        background-color: #f6f6f6;
        height: 58px;
        min-width: 594px;
        border-radius: 4px;
        font-size: 12px;
        border: solid 1px #b5b5b5;
        padding: 8px 10px;
        margin: 20px 0 0 0;
    }

        .div-area textarea:focus {
            border-color: #32ac9f;
        }

        textarea[readonly='readonly']:focus, .div-area textarea[readonly='readonly'] {
            border-color: #f6f6f6;
        }
/*表单公共样式 end*/

/*按钮的公共样式new-btn*/
.new-btn {
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border-radius: 14px;
    font-size: 12px;
    padding: 0px 24px;
    margin-right: 15px;
}

/*btn-box-s2 start 查询框里的按钮：一灰、一绿*/
.btn-box-s2 {
    height: 26px;
    margin: 10px auto 20px;
    text-align: center;
}

    .btn-box-s2 .green {
        color: #ff9102;
        border: 1px solid #ff9102;
    }

        .btn-box-s2 .green:hover {
            background-color: #ff9102;
            color: #fff;
        }

    .btn-box-s2 .gray {
        color: #A9A9A9;
        border: 1px solid #b5b5b5;
    }

        .btn-box-s2 .gray:hover {
            background-color: #b5b5b5;
            color: #fff;
        }
/*btn-box-s2 end*/


/*动画效果*/

.delay002 {
    -webkit-animation-delay: 0.02s;
    animation-delay: 0.02s;
}

.delay004 {
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s;
}

.delay006 {
    -webkit-animation-delay: 0.06s;
    animation-delay: 0.06s;
}

.delay008 {
    -webkit-animation-delay: 0.08s;
    animation-delay: 0.08s;
}

.delay010 {
    -webkit-animation-delay: 0.10s;
    animation-delay: 0.10s;
}

.delay012 {
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s;
}

.delay014 {
    -webkit-animation-delay: 0.14s;
    animation-delay: 0.14s;
}

.delay01 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay03 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay06 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay07 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay08 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay09 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay105 {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.delay11 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay12 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay13 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay14 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay15 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay16 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.delay17 {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.fadeInRight {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInLeft {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zoomIn {
    -webkit-animation-duration: 1s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flipInX {
    -webkit-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.my-animation-FR {
    -webkit-animation: FR 2s none;
    animation: FR 2s none;
}

@-webkit-keyframes my-animation-FR {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes my-animation-FR {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.my-animation-FR {
    -webkit-animation-name: my-animation-FR;
    animation-name: my-animation-FR;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(35%, 0, 0);
        transform: translate3d(35%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(35%, 0, 0);
        transform: translate3d(35%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}


@media screen and (max-width: 1680px) {
}

/*@media screen and (max-width: 1440px) { 
    .wish-title { width: 638px; height: 303px; }
    .wish-title1 { width: 270px; height: 554px; margin-top: -277px; } 
    input:-ms-input-placeholder, textarea:-ms-input-placeholder { font-size: 12px; }
    .app-download { width: 282px; }
    .app-download a { width: 140px; padding: 14px 0; height:22px; }
    .app-download a .download { font-size: 16px; margin-left: 8px; }
    .app-download .code-box { width: 140px; bottom: 50px; height: 160px; }
    .app-download .code-box .code { width: 130px; height: 124px; }
    .app-download .code-box p { font-size: 12px; }
    .rightContent { width: 282px; height: 296px; margin-top: -148px; }
    .rightContent .login-box { height: 247px; }
    .rightContent .login_tab div { font-size: 16px; width: 140px; padding: 14px 0; }
    .rightContent li { margin: 12px 22px; padding-right: 240px; }
    .rightContent li:first-child { margin-top: -10px; }
    .rightContent .input_box ul { height: 90px; }
    .rightContent .input_box #ID, #name, #pwd { font-size: 14px; }
    .rightContent .btn-box a.btn { width: 240px; height: 30px; line-height: 30px; font-size:14px; }
    .rightContent .btn-box { margin-top: 6px; }
    .rightContent li.error { margin-top: -10px; }
    .no-border { font-size: 14px; }
    .text { height: 28px; line-height: 28px; }
    .box { font-size: 14px; }
    .input,input { width: 180px; height: 28px; }
    .pwd-box { padding: 10px 20px 0 20px; }
}

@media screen and (max-width: 1366px) {
    .wish-title { width: 600px; height: 285px; }
    .wish-title1 { width: 254px; height: 521px; margin-top: -260px; } 
}

@media screen and (max-width: 1280px) {
    .wish-title { width: 562px; height: 267px; }
    .wish-title1 { width: 238px; height: 488px; margin-top: -244px; } 
}

@media screen and (max-width: 1024px) {
    .wish-title { width: 450px; height: 214px; }
    .wish-title1 { width: 190px; height: 390px; margin-top: -190px; } 
    .app-download { width: 230px; }
    .app-download a { width: 114px; height: 20px; padding: 13px 0; }
    .app-download a .download { font-size: 12px; margin-left: 2px; }
    .app-download .code-box { width: 114px; bottom: 46px; height: 140px; }
    .app-download .code-box .code { width: 98px; height: 98px; }
    .app-download .code-box p { font-size: 12px; line-height: 15px; }
    .rightContent { width: 230px; height: 246px; margin-top: -123px; }
    .rightContent .login-box { height: 200px; }
    .rightContent .login_tab div { font-size: 14px; width: 114px; padding: 10px 0; }
    .rightContent li { margin: 8px 16px; padding-right: 180px; }
    .rightContent .input_box ul { height: 68px; }
    .rightContent .input_box #ID, #name, #pwd { font-size: 12px; }
    .rightContent .btn-box a.btn { width: 198px; height: 24px; line-height: 24px; font-size:12px; }
    .rightContent .btn-box { margin-top: 6px; }
    .rightContent li.error { margin-top: -6px; }
    .no-border { font-size: 12px; }
    .text { height: 24px; line-height: 24px; }
    .box { font-size: 12px; }
    .input,input { width: 140px; height: 24px; }
    .pwd-box { padding: 10px 20px 0 20px; font-size: 12px; }
}*/
