﻿/* 初始化样式................................................... */
@charset "utf-8";

body,
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    /* min-width: 3.2rem; */
    background-color: #fff;
    color: #666;
    font-size: 14px;
    font-family: '黑体';
    -webkit-text-size-adjust: 100%;
    /*overflow: hidden;*/
    position: relative;
}

article,
aside,
audio,
body,
button,
dd,
div,
dl,
dt,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
iframe,
input,
label,
li,
menu,
nav,
ol,
p,
section,
select,
td,
textarea,
th,
time,
ul,
video {
    margin: 0;
    padding: 0;
}

article,
aside,
audio,
button,
canvas,
footer,
header,
hgroup,
nav,
section,
video {
    display: block;
}

li,
ul {
    list-style: none;
}
/* 
img {
  width: 100%;
  height: auto;
} */

a {
    color: #333;
    text-decoration: none;
}

b,
em,
i {
    font-weight: 400;
    font-style: normal;
}

a:link {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

button,
input,
textarea {
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    input::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

*:focus {
    outline: none;
}

div,
a,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*ios android去除自带阴影的样式*/
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #929292;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #929292;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #929292;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #929292;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.pl {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.cl:after {
    clear: both;
    display: table;
    height: 0;
    content: '';
    font-size: 1px;
    line-height: 0;
}
/* 初始化样式................................................... */

.CAS_LOGIN {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    min-width: 980px;
    color: #4a4a4a;
    font-family: PingFangSC-Regular, PingFang SC;
}

    .CAS_LOGIN .footer {
        position: fixed;
        bottom: 20px;
        right: 10%;
    }

        .CAS_LOGIN .footer > p {
            height: 33px;
            font-size: 18px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: rgba(74, 74, 74, 1);
        }

    .CAS_LOGIN .contentLeft {
        height: 100%;
        width: 60%;
        float: left;
    }

        .CAS_LOGIN .contentLeft img {
            width: 100%;
        }

    .CAS_LOGIN .contentRight {
        height: 100%;
        float: right;
        width: 40%;
        text-align: right;
    }

        .CAS_LOGIN .contentRight .rightLogo {
            margin: 50px auto;
            height: 100px;
            text-align: center;
        }

            .CAS_LOGIN .contentRight .rightLogo > img {
                height: 100%;
            }

        .CAS_LOGIN .contentRight .contentRow {
            width: 380px;
            margin: 0px auto;
            text-align: center;
        }

            .CAS_LOGIN .contentRight .contentRow .rightFrom {
                margin-top: 20px;
            }

                .CAS_LOGIN .contentRight .contentRow .rightFrom label,
                input {
                    display: inline-block;
                    height: 50px;
                    line-height: 50px;
                }

                .CAS_LOGIN .contentRight .contentRow .rightFrom .formItem {
                    overflow: hidden;
                    margin-bottom: 20px;
                }

                    .CAS_LOGIN .contentRight .contentRow .rightFrom .formItem label > img {
                        margin: 9px 0px;
                    }

                    .CAS_LOGIN .contentRight .contentRow .rightFrom .formItem > label,
                    input {
                        float: left;
                    }

                    .CAS_LOGIN .contentRight .contentRow .rightFrom .formItem > label {
                        width: 70px;
                        border-top-left-radius: 10px;
                        border-bottom-left-radius: 10px;
                        border: 1px solid #4074d1;
                    }

                    .CAS_LOGIN .contentRight .contentRow .rightFrom .formItem > input {
                        width: 286px;
                        border-top-right-radius: 10px;
                        border-bottom-right-radius: 10px;
                        border: 1px solid rgba(104, 104, 104, 1);
                        padding-left: 20px;
                        font-size: 16px;
                    }

                        .CAS_LOGIN
                        .contentRight
                        .contentRow
                        .rightFrom
                        .formItem > input.formItem_checkbox {
                            border: none !important;
                        }

                .CAS_LOGIN .contentRight .contentRow .rightFrom .username {
                    height: 50px;
                    background: rgba(64, 116, 209, 1);
                    background-color: #4074d1;
                }

                .CAS_LOGIN .contentRight .contentRow .rightFrom .password {
                    height: 50px;
                    background: rgba(64, 116, 209, 1);
                    background-color: #4074d1;
                }

                .CAS_LOGIN .contentRight .contentRow .rightFrom .username > img {
                    width: 30px;
                    height: 30px;
                }

                .CAS_LOGIN .contentRight .contentRow .rightFrom .password > img {
                    width: 30px;
                    height: 30px;
                }

                .CAS_LOGIN .contentRight .contentRow .rightFrom .formItem .formItem_checkbox {
                    text-align: left;
                    width: 30px;
                    height: 30px;
                    margin-right: 20px;
                }

                .CAS_LOGIN .contentRight .contentRow .rightFrom .formItem .formItem_checkbox,
                .formItem_span {
                    float: left;
                    height: 30px;
                    line-height: 30px;
                    font-size: 16px;
                }

                .CAS_LOGIN .contentRight .contentRow .rightFrom .formItem .submit {
                    margin-top: 20px;
                    width: 100%;
                    height: 50px;
                    background-color: #4074d1;
                    background: rgba(64, 116, 209, 1);
                    border-radius: 10px;
                    color: #fff;
                    border: 1px solid #4074d1;
                    font-size: 24px;
                }

                    .CAS_LOGIN .contentRight .contentRow .rightFrom .formItem .submit:hover {
                        cursor: pointer;
                        background: rgba(64, 116, 209, 0.8);
                        border: 1px solid rgba(64, 116, 209, 0.8);
                    }

            .CAS_LOGIN .contentRight .contentRow .rightBottom {
                overflow: hidden;
                margin-top: 40px;
            }

                .CAS_LOGIN .contentRight .contentRow .rightBottom .codeLeft {
                    margin: 20px auto;
                    float: left;
                    width: 100px;
                    height: 100px;
                    padding: 10px;
                    border-radius: 6px;
                    border: 1px solid #929292;
                    /* border: 1px solid rgba(151, 151, 151, 0.8); */
                    margin-right: 40px;
                }

                    .CAS_LOGIN .contentRight .contentRow .rightBottom .codeLeft > img {
                        width: 100%;
                    }

                .CAS_LOGIN .contentRight .contentRow .rightBottom .codeRight {
                    float: left;
                    padding-left: 40px;
                    border-left: 1px solid #929292;
                    /* border-left: 1px solid rgba(74, 74, 74, 0.5); */
                    margin: 20px 0px;
                }

                    .CAS_LOGIN .contentRight .contentRow .rightBottom .codeRight p {
                        color: rgba(74, 74, 74, 0.8);
                        font-size: 16px;
                        padding: 4px 0px;
                        text-align: left;
                        font-family: PingFangSC-Regular, PingFang SC;
                        font-weight: 400;
                    }
