/* 20200806login */
/* common.css start */
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
    /* 20200703C-ADD */
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "寰蒋闆呴粦";
    /* 20200703C-ADD */
    box-sizing: border-box;
}

fieldset,
img {
    border: 0;
}

ul,
ol,
li {
    list-style: none;
    font-family: "Microsoft YaHei";
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    background-color: #fff;
    border: none;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea {
    *font-size: 100%;
}

ol,
ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table,
tr,
td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

/**Common Css**/
.fr {
    float: right;
    *display: inline;
}

.fl {
    float: left;
    *display: inline;
}

/*鏂囨湰瓒呭嚭鏄剧ず鐪佺暐鍙�*/
.ehn,
.otw,
.tow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*娓呴櫎娴姩*/
.clearfix {
    clear: both;
    *zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "\0020";
    visibility: hidden;
    height: 0;
}

input[type="checkbox"] {
    margin: 0;
}

input[type="checkbox"]:focus {
    outline: none;
}

/* 20200703C-ADD */
i {
    font-style: normal;
}

img {
    vertical-align: middle;
}

button {
    cursor: pointer;
    border: none;
}

a {
    color: #fff;
    cursor: pointer;
}

button,
input {
    outline: none;
}

.hide,
.none {
    display: none;
}

/* common.css end */
html,
body {
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 900px) {
    body {
        /*background-color: lightgreen;*/
        width: 480px;
    }
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

input::-moz-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.loginContainer {
    width: 100%;
    /*min-height: 900px;*/
    height: 100vh;
    background: url(../images/login_bj_01.png) no-repeat ;
    background-size: 100% 100%;
    /*padding-top: 7%;*/
    /*overflow:auto;*/
}

.loginContainer .loginBox {
    margin: 0 auto;
    width: 1920px;
    height: 100%;
    border-radius: 10px;
}

.loginContainer .loginBox .loginBoxLeft {
    width: 1250px;
    height: 700px;
    background: url(../images/login_dl_03.png) no-repeat center;
}

.loginContainer .loginBox .loginBoxLeft li {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    margin-left: 85px;
    margin-top: 25px;
    text-align: center;
}

.loginContainer .loginBox .loginBoxLeft div {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    margin-left: 85px;
    margin-top: 50px;
    text-align: center;
}

.loginContainer .loginBox .loginBoxRight {
    width: 580px;
    height: 100%;
    border-radius: 0 10px 10px 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 32px 0px rgba(59, 59, 59, 0.1);
}

.loginContainer .loginBox .loginBoxRight .loginBoxRightTop {
    height: 15%;
    width: 100%;
}

.loginContainer .loginBox .loginBoxRight .logoBox {
    width: 80px;
    height: 80px;
    background: url(../images/login_bj_03.png) no-repeat center;
}

.loginContainer .loginBox .loginBoxRightCenter {
    width: 400px;
    margin: 0 auto;
}

.loginContainer .loginBox .loginBoxRightCenter > div:first-child {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(52, 101, 221, 1);
    height: 24px;
    margin-bottom: 90px;
}

.loginContainer .loginBox .loginBoxRightCenter input[type="text"],
.loginContainer .loginBox .loginBoxRightCenter input[type="password"] {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(223, 223, 223, 1);
    padding-left: 60px;
}

.loginContainer .loginBox .loginBoxRightCenter input[type="text"]:focus,
.loginContainer .loginBox .loginBoxRightCenter input[type="password"]:focus {
    border: 1px solid rgba(91, 139, 255, 1);
}

.loginContainer .loginBox .loginBoxRightCenter .tipBox {
    margin-bottom: 20px;
}

.loginContainer .loginBox .loginBoxRightCenter .tipBox a,
.loginContainer .loginBox .loginBoxRightCenter .tipBox span {
    font-size: 12px;
}

.loginContainer .loginBox .loginBoxRightCenter .tipBox a {
    color: #ff8522;
}

.loginContainer .loginBox .loginBoxRightCenter .tipBox #tipError {
    color: #cc1d1d;
}

.loginContainer .loginBox .loginBoxRightCenter .loginname,
.loginContainer .loginBox .loginBoxRightCenter .password {
    position: relative;
}

.loginContainer .loginBox .loginBoxRightCenter .userIcon,
.loginContainer .loginBox .loginBoxRightCenter .keyIcon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 15px;
    left: 20px;
    background: url(../images/user_icon.png) no-repeat center;
}

.loginContainer .loginBox .loginBoxRightCenter .keyIcon {
    background: url(../images/key_icon.png) no-repeat center;
}

.loginContainer .loginBox .loginBoxRightCenter .checkCode > div:first-child {
    width: 60%;
}

.loginContainer .loginBox .loginBoxRightCenter .checkCode .login_code {
    height: 40px;
    width: 100%;
    padding-left: 20px;
}

.loginContainer .loginBox .loginBoxRightCenter .checkCode .codeImg {
    height: 40px;
    width: 100%;
}

.loginContainer .loginBox .loginBoxRightCenter .checkCode > div:last-child {
    width: 30%;
}

.loginContainer .loginBox .loginBoxRightCenter > div:last-child a,
.loginContainer .loginBox .loginBoxRightCenter > div:last-child a:hover {
    color: #fff;
    cursor: pointer;
    margin: 10% 5%;
    width: 40%;
    border-radius: 7px;
    float: left;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    display: block;
    background: linear-gradient(
            0deg,
            rgba(73, 122, 242, 1),
            rgba(51, 100, 220, 1)
    );
}

.checkbox_type {
    width: 30px;
    height: 30px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
}

.checkbox_type:before {
    content: "";
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}

.checkbox_type:checked:before {
    content: "";
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #5b8bff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}

.checkbox_type:checked:after {
    content: "";
    width: 20px;
    height: 17px;
    text-align: center;
    background: url(../images/checkbox_icon.png) no-repeat center;
    display: block;
    position: absolute;
    background-size: 13px;
    top: 4px;
    left: 0px;
}

.checkbox_label {
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.copyRight {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.copyRight li {
    font-size: 14px;
    font-weight: bold;
    color: white;
    line-height: 22px;
}

/* 娉ㄥ唽椤� */
#zhucePage {
    /*position: absolute;
    top: 0;
    padding: 34px 0;
    width: 100%;
    background: url(../images/zhuce_bg.png) no-repeat center;;
    background-size: cover;*/
    width: 100%;
    height: 100%;
    background: url(../images/login_bg.png) no-repeat center;
    padding-top: 7%;
}

#zhucePage > div {
    width: 1268px;
    /* height: 1061px; */
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 9px 0px rgba(59, 59, 59, 0.1);
    border-radius: 10px;
    margin: 0 auto;
}

.commonForm .commonFormTitle {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding-top: 30px;
    margin-bottom: 40px;
}

.commonForm .commonFormTitlePage {
    margin-bottom: 10px;
    background: url(../images/zhuce_part_bg.jpg) no-repeat center;
}

.commonForm .commonFormTableBox {
    padding: 0 20px;
    padding-bottom: 30px;
}

.commonForm table {
    width: 100%;
}

.commonForm .commonFormTableTitle {
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border-left: 3px solid #2093ff;
    padding-left: 10px;
    margin-bottom: 20px;
}

.commonForm table tr {
    height: 50px;
    line-height: 50px;
}

.commonForm table td {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
    vertical-align: middle;
}

.commonForm table td:nth-child(odd) {
    text-align: right;
}

.commonForm table td select,
.commonForm table td input[type="text"],
.commonForm table td input[type="password"],
.commonForm table td input[type="date"] {
    width: 260px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 222, 222, 1);
    border-radius: 4px;
    padding-left: 20px;
    vertical-align: middle;
    margin-bottom: 0;
}

.commonForm table td select:focus,
.commonForm table td input[type="text"]:focus,
.commonForm table td input[type="password"]:focus,
.commonForm table td input[type="date"]:focus {
    border: 1px solid rgba(91, 139, 255, 1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.commonForm .commonFormTable2 {
    width: 50%;
    margin: 0 auto;
}

.commonForm .redHref,
.commonForm .redHref:hover {
    color: #cc1d1d;
}

.commonForm table .zhucePhoneIcon,
.commonForm table .zhuceKeyIcon,
.commonForm table .zhuceUserIcon,
.commonForm table .zhuceUserNameIcon {
    position: absolute;
    left: 10px;
    top: 16px;
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url(../images/zhuce_phone_icon.png) no-repeat center;
}

.commonForm table .zhuceKeyIcon {
    background: url(../images/zhuce_key_icon.png) no-repeat center;
}

.commonForm table .zhuceUserIcon {
    background: url(../images/zhuce_user_icon.png) no-repeat center;
}

.commonForm table .zhuceUserNameIcon {
    width: 20px;
    background: url(../images/zhuce_userName_icon.png) no-repeat center;
}

.commonForm .commonFormTable2 td input[type="text"],
.commonForm .commonFormTable2 td input[type="password"],
.commonForm .commonFormTable2 td input[type="date"] {
    width: 100%;
    padding-left: 37px;
}

.commonForm table .cancelBtn,
.commonForm table .saveBtn {
    display: inline-block;
    width: 30%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(91, 139, 255, 1);
    border-radius: 5px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 254, 254, 1);
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.commonForm table .cancelBtn {
    background: #f1f1f1;
    color: #333;
    border: 1px solid rgba(210, 210, 210, 1);
}

.commonForm table .phoneBox {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}

.commonForm table .phoneBox .zhucePhoneIcon {
    left: 20%;
    top: 10px;
}

.commonForm table .phoneBox select {
    width: 80px;
    background: rgba(241, 241, 241, 1);
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 4px;
    display: inline-block;
}

.commonForm table .phoneBox input {
    width: 82% !important;
}

.commonForm table .phoneCodeBox input {
    width: 60% !important;
}

.commonForm table .phoneCodeBox a {
    width: 38%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    color: #999;
    background: rgba(241, 241, 241, 1);
    border: 1px solid rgba(213, 213, 213, 1);
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

/* 淇敼radio start */
.commonForm .radio_type {
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
    margin: 0 !important;
    vertical-align: baseline;
    margin-right: 8px !important;
}

.commonForm .radio_type_label {
    margin: 0;
    margin-right: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.commonForm .radio_type:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #b1b1b1;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}

.commonForm .radio_type:checked:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #2093ff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}

.commonForm .radio_type:checked:after {
    content: "";
    width: 10px;
    height: 10px;
    text-align: center;
    background: #2093ff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
}

/* 淇敼radio end */
/* 淇敼checkbox start */
.commonForm .checkbox_type {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
    vertical-align: initial;
    margin: 0 !important;
    margin-right: 10px !important;
}

.commonForm .checkbox_type:before {
    content: "";
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}

.commonForm .checkbox_type:checked:before {
    content: "";
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #5b8bff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}

.commonForm .checkbox_type:checked:after {
    content: "";
    width: 16px;
    height: 16px;
    text-align: center;
    background: url(../images/checkbox_icon.png) no-repeat center;
    display: block;
    position: absolute;
    background-size: 11px;
    top: 3.2px;
    left: 0.5px;
}

/* 淇敼checkbox end */
.hyglArticle {
    line-height: 25px;
    font-size: 16px;
    padding: 20px;
    display: none;
    color: #666;
}

.hyglArticle .hyglArticleTitle {
    font-size: 24px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
}

.hyglArticle .hyglArticleContent {
    line-height: 40px;
}

.hyglArticle .hyglArticleContentTitle {
    font-size: 18px;
    font-weight: 700;
}

.hyglArticle .cancelBtn {
    display: inline-block;
    width: 350px;
    border: 1px solid rgba(213, 213, 213, 1);
    margin-left: 50%;
    transform: translateX(-50%);
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f1f1f1;
    color: #333;
    border-radius: 5px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-bottom: 10px;
    cursor: pointer;
}

.commonForm table .hyglReadTd {
    line-height: initial;
    text-align: left !important;
    color: #000;
    font-size: 14px !important;
}

.commonForm table .hyglReadTd a {
    font-size: 14px !important;
}

.commonForm .nav-tabs > li > a {
    color: #333;
    font-size: 22px;
}

.commonForm .nav-tabs {
    border: none;
    display: flex;
    justify-content: space-evenly;
}

.commonForm .nav-tabs > .active > a,
.commonForm .nav-tabs > .active > a:hover,
.commonForm .nav-tabs > .active > a:focus {
    color: #1F93FF;
    border: none;
    font-weight: 700;
    border-bottom: 3px solid #1F93FF;
}