﻿/****************************************************************************************************
*
*   登录/注册/忘记密码样式
*
****************************************************************************************************/


/* #region 基础样式 */
body {
    margin: 0;
    padding: 0;
}

div, table, td, a, input, textarea, li {
    font-size: 12px;
    font-family: "宋体";
}

div, li, form, p, h1, h2, h3, h4, h5, h6, fieldset, pre {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #666666;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333333;
}

    a:hover {
        text-decoration: underline;
        color: #F2533B;
    }

img {
    border: 0px;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

th, td {
    color: #666666;
}

input[type=text], input[type=password] {
    height: 14px;
    line-height: 12px;
    padding: 2px 2px;
    border: 1px solid #B5B8C8;
}

    input[type=text]:hover, input[type=password]:hover {
        border-color: #336699;
    }

input[type=password] {
    font-size: 9px;
}

textarea {
    padding: 2px 5px;
    border: 1px solid #B5B8C8;
    line-height: 18px;
}

select, input, textarea {
    color: #006699;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
/* #endregion */


/* #region 顶部样式 */
div.Header {
    width: 100%;
    background: white;
    border-bottom: 1px solid #EEEEEE;
}

div.Top {
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: #FCFCFC;
    border-bottom: 1px solid #E1E1E1;
}

    div.Top div.TopMain {
        width: 970px;
        margin: 0 auto;
        overflow: hidden;
    }

    div.Top div.Topic {
        float: left;
        font-size: 13px;
    }

    div.Top div.Link {
        float: right;
        margin-right: 10px;
        font-size:22px;
        font-weight:bold;
    }

        div.Top div.Link a {
            display: inline-block;
            padding: 0 1px;
            font-size: 22px;
            color:red;
        }

div.Banner {
    width: 100%;
    /*background: url(Back/Square.png);*/
}

    div.Banner div.BannerMain {
        width: 970px;
        height: 120px;
        margin: 0 auto;
        overflow: hidden;
    }

    div.Banner div.Logo {
        float: left;
        padding-top: 20px;
    }

    div.Banner div.Text {
        float: left;
        padding-top: 20px;
        margin-left: 20px;
    }

        div.Banner div.Text h4 {
            font-size: 18px;
            font-weight: normal;
            color: #333333;
            line-height: 78px;
        }
/* #endregion */

/* #region 底部样式 */
.footerDiv {
    background: #888787;
    padding: 20px 0;
    margin-top: 20px;
}

.footerDivBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerImg {
    width: 21%;
    text-align: right;
}

.footerText {
    width: 77%;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

    .footerText a {
        color: #fff;
    }
/* #endregion */

/* #region 登录样式 */
div.Login {
    width: 100%;
    /*background: url(Back/Square.png);*/
    padding: 80px 0;
}

    div.Login div.Content {
        width: 950px;
        height: 480px;
        margin: 0 auto;
        position: relative;
    }

    div.Login div.Title {
        height: 120px;
        margin: 0 auto;
        position: absolute;
        overflow: hidden;

    }

    div.Login div.Logo {
        float: left;
        padding-top: 20px;
    }

    div.Login div.Text {
        float: left;
        padding-top: 20px;
        margin-left: 20px;
    }

        div.Login div.Text h4 {
            font-size: 18px;
            font-weight: normal;
            color: #333333;
            line-height: 78px;
        }


    div.Login div.Remark {
        width: 154px;
        height: 426px;
        padding: 15px;
        background: White;
        border: 1px solid #F0F0F0;
        position: absolute;
        right: 0;
        bottom: 0;
    }

        div.Login div.Remark p {
            line-height: 26px;
            text-indent: 2em;
            margin-top: 5px;
            color: #666666;
        }

        div.Login div.Remark code {
            color: #FF0000;
            font-weight: bold;
            font-size: 13px;
            padding: 0 2px;
        }

        div.Login div.Remark span {
            color: #0000FF;
            font-weight: bold;
            font-size: 13px;
            padding: 0 2px;
        }

    div.Login div.Form {
        width: 326px;
        height: 456px;
        background: White;
        border: 1px solid #F0F0F0;
        position: absolute;
        right: 0;
        bottom: 0;
    }

        div.Login div.Form h4 {
            font-size: 24px;
            font-weight: normal;
            color: #333333;
            line-height: 78px;
            text-align: center;
        }

            div.Login div.Form h4 span {
                font-size: 18px;
                color: #333333;
                padding: 0 5px;
                color: slateblue;
            }

        div.Login div.Form ul {
            width: 280px;
            margin: 0 auto;
            overflow: hidden;
        }

        div.Login div.Form li {
            float: left;
            width: 275px;
            margin-bottom: 35px;
            background: #FFFFFF;
            border: 1px solid #CCCCCC;
            border-radius: 4px;
            height: 36px;
            overflow: hidden;
        }

            div.Login div.Form li.Hover,
            div.Login div.Form li:hover {
                border-color: #F2533B;
            }

            div.Login div.Form li.Short {
                width: 175px;
            }

            div.Login div.Form li.Img {
                width: 90px;
                border: none;
                height: 38px;
                margin-left: 10px;
            }

                div.Login div.Form li.Img img {
                    height: 38px;
                    width: 90px;
                    cursor: pointer;
                }

            div.Login div.Form li span {
                display: block;
                float: left;
                font-size: 14px;
                line-height: 36px;
                width: 60px;
                color: #999999;
                margin-left: 8px;
            }

            div.Login div.Form li.Hover span,
            div.Login div.Form li:hover span {
                color: #FF3333;
            }

        div.Login div.Form input {
            width: 195px;
            height: 36px;
            padding: 0 5px;
            line-height: 36px;
            color: #666666;
            border: none;
            font-size: 15px;
        }

        div.Login div.Form li.Short input {
            width: 95px;
        }

    div.Login div.Notice {
        width: 286px;
        margin: 0 auto 15px 27px;
    }

        div.Login div.Notice a {
            color: blue;
            font-weight: bold;
            font-size: 13px;
            margin-right: 14px;
        }

        div.Login div.Notice p {
            color: brown;
            line-height: 18px;
            padding-top: 5px;
        }

            div.Login div.Notice p span {
                color: Red;
                font-weight: bold;
                font-size: 13px;
            }

    div.Login div.Survey {
        right: 185px;
    }

    div.Login div.Message {
        width: 280px;
        margin: 0 auto 15px;
        text-align: center;
        color: #FF0000;
        font-weight: bold;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
    }

    div.Login div.Submit {
        width: 280px;
        margin: 0 auto 25px;
    }

        div.Login div.Submit input {
            width: 280px;
            height: 40px;
            background: #F2533B;
            color: #FFFFFF;
            font-size: 16px;
            border: none;
            font-weight: bold;
            cursor: pointer;
            border-radius: 5px;
        }

            div.Login div.Submit input:hover {
                background: #F6715F;
            }
/* #endregion */

/* #region 注册样式 */
div.Register {
    width: 970px;
    margin: 0 auto;
    padding: 25px 0;
}

    div.Register div.Title {
        border-bottom: 1px solid #DCDCDC;
        height: 40px;
        overflow: hidden;
        padding: 0 15px;
    }

        div.Register div.Title h4 {
            display: block;
            float: left;
            line-height: 38px;
            font-size: 16px;
            padding: 0 15px;
            letter-spacing: 2px;
            border-bottom: 2px solid #F2533B;
        }

        div.Register div.Title span {
            display: block;
            float: left;
            line-height: 44px;
            color: #999999;
            margin-left: 25px;
        }

    div.Register div.Content {
        margin: 45px auto 15px;
        width: 650px;
    }

    div.Register table.Form th {
        font-size: 15px;
        line-height: 60px;
        width: 100px;
        height: 60px;
        color: #787878;
    }

    div.Register table.Form td {
        line-height: 60px;
        width: 100px;
        height: 60px;
        padding-right: 10px;
    }

    div.Register table.Form input {
        width: 270px;
        height: 36px;
        padding: 0 5px;
        line-height: 36px;
        color: #666666;
        Background: #FFFFFF;
        border: 1px solid #CCCCCC;
        font-size: 15px;
        border-radius: 3px;
    }

        div.Register table.Form input.Hover,
        div.Register table.Form input:hover {
            border-color: #F2533B;
        }

        div.Register table.Form input.Pass {
            border-color: #008000;
            color: #008000;
        }

        div.Register table.Form input.Short {
            width: 130px;
        }

    div.Register table.Form span {
        display: block;
        font-size: 12px;
        line-height: 40px;
        width: 250px;
    }

    div.Register table.Form img {
        height: 38px;
        width: 125px;
        cursor: pointer;
        margin-bottom: -14px;
    }

    div.Register table.Form span.Text {
        color: #666666;
    }

    div.Register table.Form span.Note {
        color: #008000;
        font-weight: bold;
    }

    div.Register table.Form span.Error {
        color: #FF0000;
        font-weight: bold;
    }

    div.Register table.Form span.Normal {
        color: springgreen;
        font-weight: bold;
    }

    div.Register div.Submit {
        width: 464px;
        margin: 25px auto;
    }

        div.Register div.Submit input {
            width: 130px;
            height: 40px;
            background: #F2533B;
            color: #FFFFFF;
            font-size: 16px;
            border: none;
            font-weight: bold;
            cursor: pointer;
            border-radius: 5px;
        }

            div.Register div.Submit input:hover {
                background: #F6715F;
            }
/* #endregion */

/* #region 忘记密码 */

.ContentModify {
    margin: 36px auto 15px;
    width: 700px;
}

.FormModify th {
    font-size: 15px;
    line-height: 42px;
    width: 130px;
    height: 42px;
    color: #787878;
}

.FormModify td {
    line-height: 42px;
    width: 150px;
    height: 42px;
    padding-right: 10px;
}

.FormModify input {
    width: 270px;
    height: 36px;
    padding: 0 5px;
    line-height: 36px;
    color: #666666;
    Background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 15px;
    border-radius: 3px;
}

    .FormModify input.Hover,
    .FormModify input:hover {
        border-color: #F2533B;
    }

    .FormModify input.Pass {
        border-color: #008000;
        color: #008000;
    }

    .FormModify input.Short {
        width: 168px;
    }

.FormModify span {
    display: block;
    font-size: 12px;
    line-height: 40px;
    width: 250px;
}

.FormModify img {
    height: 38px;
    width: 91px;
    cursor: pointer;
    margin-bottom: -14px;
}

.FormModify span.Text {
    color: #666666;
}

.FormModify span.Note {
    color: #008000;
    font-weight: bold;
}

.FormModify span.Error {
    color: #FF0000;
    font-weight: bold;
}

.SubmitModify {
    width: 580px;
    margin: 25px auto;
}

    .SubmitModify input {
        width: 130px;
        height: 38px;
        background: #F2533B;
        color: #FFFFFF;
        font-size: 16px;
        border: none;
        font-weight: bold;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 120px;
    }

        .SubmitModify input:hover {
            background: #F6715F;
        }
/* #endregion*/

/*2021.03.08新增左侧图案与按钮*/

.LeftPart{ 
width:430px;
height:300px;
position: absolute;
top:140px;
left:95px;
overflow: hidden;
display: flex;
justify-content: space-between;
align-items: center;
 }

.GreyBack{
    width:250px;
    height:210px;
    border-radius: 20px;
    background: #fff2ee;
    border-spacing:10px;
    padding:12px;
    box-sizing: border-box;
    position: relative;
}

.GreyBack .triangle{
    /*左三角形*/
    width: 0;/*宽高必须为0*/
    height: 0;

    line-height: 0;/*兼容*/
    font-size: 0;

    border: 15px solid transparent;/*所有边框透明*/
    border-right-color: #fff2ee; /*单独设置下边框有色，实现向上三角*/

    /*定位：贴在父元素上边，要向上移动。一个边框25px两个边框，向上移动即-50px*/
    position: absolute;
    left:-30px;
    top: 40px;
}

.GreyBack h3{
    line-height: 40px;
    padding-bottom: 5px;
    font-size:20px;
    color:#f2533b;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
}

.GreyBack ul{
    height:100%;
    width:100%;
    box-sizing: border-box;
    padding:10px;
    overflow: hidden;
}

.GreyBack ul li{
width:100%;
 font-size: 14px;
 color:#333;
 font-family: "微软雅黑";
 line-height: 30px;
 vertical-align: middle;
 margin:10px 0;
}

.allright{
width: 16px;
height: 16px;
display: inline-block;
background: url(allright.png) no-repeat center;
margin-right:10px;
vertical-align: middle;
}

.GreyBack ul li span:after{
content:" ";
margin-right: 5px;
}

.GreyBack ul li a{
 font-size: 14px;
 color:#f2533b;
 font-family: "微软雅黑";
}

/*搜索页部分*/
.SearchBack{width:100%;height:456px;}

.SearchContent{width:902px; margin:0 auto;}

.SearchTitle{text-align: center; background:#ff8879; color:white; font-weight: bold; font-family: "微软雅黑";border-radius: 5px 5px 0 0; padding:10px 0; font-size: 16px; box-sizing: border-box; }
.InputBox{background: #f5f5f5; margin:10px 0; box-sizing: border-box; padding:20px 15px; display: flex; justify-content: space-between;}

.InputBox ul li{ display: inline-block; margin:0 5px; }

.InputBox input[type=text] {
        width: 180px;
        height: 36px;
        padding: 0 5px;
        line-height: 36px;
        color: #666666;
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        font-size: 15px;
        border-radius: 3px;
    }

        .InputBox input.Hover,
        .InputBox input:hover {
            border-color: #F2533B;
        }

        .InputBox input.focus,
        .InputBox input:focus {
            outline: #F2533B; 
        }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
}  

.SelectSex{width:50px; height:38px; background: #FFFFFF;display: inline-block; text-align: center; line-height: 36px;border-radius: 3px; border: 1px solid #CCCCCC;font-size: 15px; cursor: pointer; padding: 0 5px; margin:0 5px;}
.SelectSex:hover{border-color: #F2533B;color:#F2533B;}

.Selected{border-color: #F2533B;color:#F2533B; outline: #F2533B; background: #fff2ee;}

.Search{width:100px; height:38px; background: #ff8879; text-align: center; line-height: 36px; border-radius: 5px; color:white; font-size: 14px; cursor: pointer; border:none; font-weight: bold;}
.Search:hover{background: #fea89d;}

/*表格部分*/



.table-wrapper{
    width:100%;
    margin: 10px 70px 70px;
    box-shadow: 0px 5px 5px rgba( 0, 0, 0, 0.2 );
    font-family: Helvetica;
    -webkit-font-smoothing: antialiased;
    background: rgba( 71, 147, 227, 1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin:0 auto;

}

.fl-table {
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding:10px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 16px;
    padding:15px 8px;
}

.fl-table td strong{
    font-size:14px;
    color:#009944;
}

.fl-table td a{
    font-size: 14px;
    color:#f2533b;
    font-weight: bold;
    text-decoration: underline;
}

.fl-table td a:hover{
    color:#ff8879;
}



.fl-table thead th {
    color: #ffffff;
    background: #ff8879;
}


/*
.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}
*/
.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}


/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}