
/* ----banner部分----------------------------------------- */
.banner {
    width: 100%;
    position: relative;
    height: 600px;
}

.item img {
    width: 100%;
    height: 600px;
    vertical-align: top;
}

.item {
    width: 100%;
    position: absolute;
    opacity: 0;
}

.item:first-child {
    opacity: 1;
}

.banner .wrap {
    height: 600px;
}

.pagenation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    top: 570px;
}

.pagenation>div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: grey;
    margin-right: 10px;
    cursor: pointer;
}

.pagenation>div:last-child {
    margin-right: 0;
}

.pagenation>div:first-child {
    background: purple;
}

.goon {
    width: 0px;
    height: 0px;
    border-top: 25px solid transparent;
    border-right: 25px solid pink;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    opacity: 0.5;
    position: absolute;
    top: 300px;
    cursor: pointer;
    left: -10px;
}

.goout {
    width: 0px;
    height: 0px;
    border-top: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid pink;
    opacity: 0.5;
    position: absolute;
    top: 300px;
    right: -10px;
    cursor: pointer;
}

/* ----中间功能选单部分----------------------------------------- */
.center-box {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    font-size: 12px;
}

  
/* 员工板块 */
.employees-module {
    width: 24%;
    height: auto;
    border-radius: 20px;
    border: 1px solid #FFA4A4;
    padding: 0px;
    background: rgb(245, 248, 255);
    /* padding-bottom: 20px; */
    
}

@media (max-width: 600px) {
    .center-box {
        width: 400px;
        height: auto;
        box-sizing: border-box;
        margin: 0 auto;
        display: inline;
        margin-top: 80px;
    }

    .employees-module {
        width: 100%;
        height: auto;
        border-radius: 20px;
        margin-top: 20px;
        border: 1px solid #FFA4A4;
        padding: 0px;
        background: rgb(245, 248, 255);
        padding-bottom: 20px;
    }

    .hr-module {
        width: 100% !important;
        height: auto;
        margin-top: 20px;
        border-radius: 20px;
        border: 1px solid #2DE8BD;
        padding: 0px;
        background: rgb(245, 248, 255);
        padding-bottom: 20px;
    }

    .manager-module {
        width: 100% !important;
        height: auto;
        margin-top: 20px;
        border-radius: 20px;
        border: 1px solid #A4E82F;
        padding: 0px;
        background: rgb(245, 248, 255);
    }

    .user-module {
        width: 100% !important;
        height: auto;
        margin-top: 20px;
        border-radius: 20px;
        border: 1px solid #facd60;
        padding: 0px;
        background: rgb(245, 248, 255);
    }

    .notice-box {
        width: 400px !important;
        display: inline !important;
    }

    .notice-group,
    .notice-shanghai,
    .quarterly,
    .compass {
        margin-top: 20px;
    }
}
/* @media (max-width: 1200px) {
    .center-box {
       background-color: red !important;
    }
    .employees-module {
        width: 360px;
        height: auto;
        border-radius: 20px;
        margin-top: 20px;
        border: 1px solid #FFA4A4;
        padding: 0px;
        background: rgb(245, 248, 255);
        padding-bottom: 20px;
    }
    .employees-module li {
        list-style: none;
        float: left;
        width: 100px !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 22px;
        margin-right: 15px;
        margin-top: 5px;
        background: rgba(253, 155, 217, 0.5);
        border: none;
        position: relative;
    }
    .hr-module {
        width: 360px !important;
        height: auto;
        margin-top: 20px;
        border-radius: 20px;
        border: 1px solid #2DE8BD;
        padding: 0px;
        background: rgb(245, 248, 255);
        padding-bottom: 20px;
    }
    .hr-module li {
        list-style: none;
        float: left;
        width: 100px !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 30px !important;
        margin-right: 15px;
        margin-top: 5px;
        background: rgba(253, 155, 217, 0.5);
        border: none;
        position: relative;
    }
    .manager-module {
        width: 360px !important;
        height: auto;
        margin-top: 20px;
        border-radius: 20px;
        border: 1px solid #2DE8BD;
        padding: 0px;
        background: rgb(245, 248, 255);
        padding-bottom: 20px;
    }
    .manager-module li {
        list-style: none;
        float: left;
        width: 100px !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 26px !important;
        margin-right: 15px;
        margin-top: 5px;
        background: rgba(253, 155, 217, 0.5);
        border: none;
        position: relative;
    }
    .user-module {
        width: 360px !important;
        height: auto;
        margin-top: 20px;
        border-radius: 20px;
        border: 1px solid #2DE8BD;
        padding: 0px;
        background: rgb(245, 248, 255);
        padding-bottom: 20px;
    }
    .user-module li {
        list-style: none;
        float: left;
        width: 100px !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 26px !important; 
        margin-right: 15px;
        margin-top: 5px;
        background: rgba(253, 155, 217, 0.5);
        border: none;
        position: relative;
    }
} */
.employees-module:hover {
    transform: scale(1.03);
    box-shadow: 10px 8px 52px -9px rgba(0, 0, 0, 0.2)
}

.employees-module li a {
    color: black;
    font-size: 12px;
}

.employees-module li a:hover {
    /* font-size: 14px; */
    color: white;
}

.employees-module li {
    list-style: none;
    float: left;
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 22px;
    margin-right: 15px;
    margin-top: 5px;
    background: rgba(253, 155, 217, 0.5);
    border: none;
    position: relative;
}

.employees-module li:hover {
    background: #FFA4A4;
    transition: all .3s;
    color: white;
    font-size: 16px;
    transform: scale(1.1);
}

.employees-module li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 8px;
    left: 0;
    background-color: #dee0e6;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s ease-in-out 0s;
}

.employees-module li:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.employees-module p {
    width: 100%;
    height: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #FFA4A4;
    /* background: #F4BBBB; */
}

/* hr板块 */
.hr-module {
    width: 24%;
    height: auto;
    border-radius: 20px;
    border: 1px solid #2DE8BD;
    padding: 0px;
    background: rgb(245, 248, 255);
}

.hr-module li a {
    color: black;
    font-size: 12px;
}

.hr-module li a:hover {
    /* font-size: 14px; */
    color: white;
}

.hr-module:hover {
    transform: scale(1.03);
    box-shadow: 10px 8px 52px -9px rgba(0, 0, 0, 0.2)
}

.hr-module li {
    list-style: none;
    float: left;
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 22px;
    margin-right: 10px;
    margin-top: 5px;
    background: rgba(77, 179, 255, 0.4);
    border: none;
    position: relative;
}

.hr-module li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 8px;
    left: 0;
    background-color: #dee0e6;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s ease-in-out 0s;
}

.hr-module li:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.hr-module li:hover {
    transition: all .3s;
    font-size: 16px;
    transform: scale(1.1);
    background: #2DE8BD;
    color: white;
}

.hr-module p {
    width: 100%;
    height: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #2DE8BD;
    /* background: #97DBAE; */
}

/* 中心管理者 */
.manager-module {
    width: 24%;
    height: auto;
    border-radius: 20px;
    /* border: 1px solid #A4E82F; */
    border: 1px solid #8ad879;
    padding: 0px;
    background: rgb(245, 248, 255);
}

.manager-module li a {
    color: black;
    font-size: 12px;
}

.manager-module li a:hover {
    /* font-size: 14px; */
    color: white;
}

.manager-module:hover {
    transform: scale(1.03);
    box-shadow: 10px 8px 52px -9px rgba(0, 0, 0, 0.2)
}

.manager-module li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 8px;
    left: 0;
    background-color: #dee0e6;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s ease-in-out 0s;
}

.manager-module li:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.manager-module li {
    list-style: none;
    float: left;
    width: 140px;
    height: 40px;
    border: 1px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 5px;
    background: rgba(77, 255, 77, 0.4);
    border: none;
    position: relative;
}

.manager-module li:hover {
    transition: all .3s;
    /* background: #A4E82F; */
    background: #8ad879;
    color: white;
    font-size: 16px;
    transform: scale(1.1);
}

.manager-module p {
    width: 100%;
    height: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    /* background: #A4E82F; */
    background: #8ad879;
}

/* 个人中心 */
.user-module {
    width: 24%;
    height: auto;
    border-radius: 20px;
    border: 1px solid #facd60;
    padding: 0px;
    background: rgb(245, 248, 255);
}

.user-module li a {
    color: black;
    font-size: 12px;
}

.user-module li a:hover {
    /* font-size: 14px; */
    color: white;
}

.user-module:hover {
    transform: scale(1.03);
    box-shadow: 10px 8px 52px -9px rgba(0, 0, 0, 0.2)
}

.user-module li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 8px;
    left: 0;
    background-color: #dee0e6;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .5s ease-in-out 0s;
}

.user-module li:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.user-module li {
    list-style: none;
    float: left;
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    margin-right: 10px;
    margin-top: 5px;
    background: rgba(250, 205, 96, .5);
    position: relative;
}

.user-module li:hover {
    background: #facd60;
    transition: all .3s;
    font-size: 16px;
    transform: scale(1.1);
    color: white;
}

.user-module p {
    width: 100%;
    height: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #facd60
    /* background: #f1e1a6; */
}

/* ----过渡条----------------------------------------- */
.transition {
    margin-top: 80px;
}

.transition img {
    width: 100%;
}

/* ----公告部分----------------------------------------- */
.notice-box {
    height: 400px;
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
}

/* ----公告部分----------------------------------------- */
.notice-group {
    background: white;
    width: 300px;
    height: 400px;
    border: 1px solid rgb(91, 192, 222);
    box-shadow: 0 4px 8px 0 rgba(91, 192, 222, 0.2), 0 6px 20px 0 rgba(91, 192, 222, 0.19);
    border-radius: 10px;
}

.notice-group button {
    border-radius: 25px;
    background: rgb(91, 192, 222);
    color: white;
    width: 200px;
    height: 40px;
    position: absolute;
    left: 50px;
    bottom: 20px;
    border: none
}

.notice-group:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

.notice-group img:hover {
    transform: scale(1.02);
}

/* ----上海公告----------------------------------------- */
.notice-shanghai {
    background: white;
    width: 300px;
    height: 400px;
    border: 1px solid rgb(0, 250, 136);
    box-shadow: 0 4px 8px 0 rgba(0, 250, 136, 0.1), 0 6px 20px 0 rgba(0, 250, 136, 0.19);
    border-radius: 10px;
}

.notice-shanghai button {
    border-radius: 25px;
    background: rgb(0, 250, 136);
    color: white;
    width: 200px;
    height: 40px;
    position: absolute;
    left: 50px;
    bottom: 20px;
    border: none
}

.notice-shanghai img:hover {
    transform: scale(1.02);
}

.notice-shanghai:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

/* ----季刊----------------------------------------- */
.quarterly {
    background: white;
    width: 300px;
    height: 400px;
    border: 1px solid rgb(210, 155, 146);
    box-shadow: 0 4px 8px 0 rgba(210, 155, 146, 0.2), 0 6px 20px 0 rgba(210, 155, 146, 0.19);
    border-radius: 10px;
}

.quarterly button {
    border-radius: 25px;
    background: rgb(210, 155, 146);
    color: white;
    width: 200px;
    height: 40px;
    position: absolute;
    left: 50px;
    bottom: 20px;
    border: none
}

.quarterly img:hover {
    transform: scale(1.02);
}

.quarterly:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

/* ----平台指南----------------------------------------- */
.compass {
    background: white;
    width: 300px;
    height: 400px;
    border: 1px solid rgb(255, 13, 230);
    box-shadow: 0 4px 8px 0 rgba(255, 13, 230, 0.1), 0 6px 20px 0 rgba(255, 13, 230, 0.19);
    border-radius: 10px;
}

.compass button {
    border-radius: 25px;
    background: rgb(255, 13, 230);
    color: white;
    width: 200px;
    height: 40px;
    position: absolute;
    left: 50px;
    bottom: 20px;
    border: none
}

.compass img:hover {
    transform: scale(1.02);
}

.compass:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

/* ----右侧固定栏----------------------------------------- */

#area{
    position:fixed;
    width:180px;
    right:-180px;
    top:40%;}
#small_menu ul {
  list-style: none;
}
#area #on{
    position: absolute;
    top: 40%;
    right: 100%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 15px;
    background-color: rgba(250, 0, 129);
    }
#area #on p{
    font-size:21px;
    text-align:center;
    margin-top:2px;
    margin-left: 2px;
    color: white;
    }
#area #small_menu {
    width:100%;
    }   
#area #small_menu ul li {
  width:100%;
  height: 44px;
  text-align:left;
  background-color: rgba(255,255,255,0.7);
  border-top: 1px solid white;
  line-height: 44px;
}
#area #small_menu ul  a li{
  text-decoration: none; 
  padding-left: 20px;
  color: rgb(250, 0, 129);
  font-size:16px;
  font-family: 'Microsoft Yahei';
    }
    #area #small_menu ul p{
        padding-left: 20px;
        color: rgb(250, 0, 129);
        font-size:16px;
        font-family: 'Microsoft Yahei';
    }

    #area #small_menu ul  a li:hover{
        background-color: white;
        border-left: 4px solid rgb(250, 0, 129);
    }
    #area #small_menu ul  p:hover{
        background-color: white;
        border-left: 4px solid rgb(250, 0, 129);
    }





/* ----回到顶部按钮----------------------------------------- */
.top {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    bottom: 40px;
    right: 40px;
    text-align: center;
    border-radius: 50%;
}

.top:hover {
    content: url(../image/top-2.png);
}

/* ----底部----------------------------------------- */
@media screen and (max-width: 900px){
                #ft {height: 0px !important;}
            } 
.bottom-box {
    /* width: 100%; */
    background: rgb(245, 248, 255);
    margin-top: 80px;
    border-top: 1px solid gray;
    /* position: fixed;
    bottom: 0; */
    width: 100%;
    margin: 0 0;
}
.index{
    background: rgb(245, 248, 255);
    border-top: 1px solid gray;
    width: 100%;
    margin: 0 0;
}

.nav-bottom {
    text-align: center;
    margin-top: 40px; 
}

.nav-bottom img {
    width: 220px;
}

.nav-bottom a {
    text-decoration: none;
    color: #7d7d7d;
}

.nav-bottom a:hover {
    color: rgb(250, 0, 129);
}

.bottom {
    margin-top: 28px;
    margin-bottom: 12px;
    color: #7d7d7d;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

/* 公告 */
/* ----中间目录----------------------------------------- */
.notice-1 {
    margin-left: 40px;
    width: 700px;
    border: 1px solid #dee0e6;
    padding-bottom: 10px;
}

.text-1 {
    text-align: center;
    background: rgb(255, 233, 244);
    color: white;
    margin-top: 10px;
    padding-top: 6px;
}

.text-1 p {
    text-align: left;
    font-size: 14px;
    color: rgb(250, 0, 129);
}

.text-1 h4 {
    color: rgb(250, 0, 129);
    width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.img-1 {
    margin-top: 10px;
}

.img-1 img {
    width: 80%;
    height: 380px;
    vertical-align: middle;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* 公告详情 */
/* ----公告详情----------------------------------------- */
.detail-box {
    width: 100%;
    margin: 0px auto;
    margin-top: 20px;
    text-align: center;
    background: #e3f6f5;
}

.text p {
    display: inline-block;
}

.text h2 {
    color: rgb(250, 0, 129);
}

/* .img img {
    width: 40%;
    height: 800px;
} */

/* 表格 */
.tab tr {
    height: 50px !important;
}

.tab tr td {
    display: table-cell;
    vertical-align: middle !important;
}

.tab a {
    text-decoration: none;
    color: black;
}

.tab a:hover {
    color: rgb(250, 0, 129);
}

/*table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border: none !important;
}*/

body {
    margin: 0px;
    padding: 0px;
    background: #e3f6f5;
}

.man_power-1:hover {
    background-color: rgb(255, 233, 244) !important;
}

.tr-1 td {
    border: 1px solid black !important;
}

.tr-2 td {
    border: 1px solid black !important;
}

.tr-3 td {
    border: 1px solid black !important;
}

.tr-4 td {
    border: 1px solid black !important;
}

.tr-5 td {
    border: 1px solid black !important;
}

.tr-6 td {
    border: 1px solid black !important;
}

.tr-7 td {
    border: 1px solid black !important;
}

.tr-8 td {
    border: 1px solid black !important;
}

.tr-9 td {
    border: 1px solid black !important;
}

.tr-10 td {
    border: 1px solid black !important;
}

.tr-11 td {
    border: 1px solid black !important;
}

.tr-12 td {
    border: 1px solid black !important;
}

.tr-13 td {
    border: 1px solid black !important;
}

.tr-14 td {
    border: 1px solid black !important;
}

.tr-15 td {
    border: 1px solid black !important;
}

.sp_list-1:hover {
    background-color: rgb(255, 233, 244) !important;
}

.hr_sp:hover {
    background-color: rgb(255, 233, 244) !important;
}

.hr_sp_sh:hover {
    background-color: rgb(255, 233, 244) !important;
}

.wait_sx:hover {
    background-color: rgb(255, 233, 244) !important;
}

.view-1:hover {
    background-color: rgb(255, 233, 244) !important;
}

/* 劳动法 */
.cn-1:hover {
    background-color: rgb(255, 233, 244) !important;
}

.yn-1:hover {
    background-color: rgb(255, 233, 244) !important;
}

.hk-1:hover {
    background-color: rgb(255, 233, 244) !important;
}

.teq-1:hover {
    background-color: rgb(255, 233, 244) !important;
}

.con-1:hover {
    background-color: rgb(255, 233, 244) !important;
}

#cid-1:hover {
    background-color: rgb(255, 233, 244) !important;
}

.pay_tr:hover {
    background-color: rgb(255, 233, 244) !important;
}

/* 我的申请表 */
.my_rep:hover {
    background-color: rgb(255, 233, 244) !important;
}

.year_all:hover {
    background-color: rgb(255, 233, 244) !important;
}

.month_look:hover {
    background-color: rgb(255, 233, 244) !important;
}

.rep_sal:hover {
    background-color: rgb(255, 233, 244) !important;
}

.rep_adm:hover {
    background-color: rgb(255, 233, 244) !important;
}

.xz_1:hover {
    background-color: rgb(255, 233, 244) !important;
}

.bon:hover {
    background-color: rgb(255, 233, 244) !important;
}

/* 分页样式 */
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: rgb(250, 0, 129) !important;
    color: #FFF !important;
    border-radius: 5px !important;
    border: none !important;
}

.pagination>.paginate_button>.num:hover {
    border: 1px solid rgb(250, 0, 129) !important;
}

.pagination>.paginate_button>.num {
    border-radius: 5px !important;
    color: rgb(250, 0, 129) !important;
}

.pagination>.paginate_button>.next {
    color: rgb(250, 0, 129);
}

.pagination>.paginate_button>.first {
    color: rgb(250, 0, 129);
}

.pagination>.paginate_button>.end {
    color: rgb(250, 0, 129);
}
.pagination .rows {
    color: rgb(250, 0, 129);
}

.pagination .prev {
    color: rgb(250, 0, 129) !important;
}

.pagination .next {
    color: rgb(250, 0, 129) !important;
}

.pagination .num {
    border-radius: 5px !important;
    color: rgb(250, 0, 129) !important;
}

.pagination .num:hover {
    border: 1px solid rgb(250, 0, 129) !important;
}

.pagination li .vi {
    background-color: rgb(250, 0, 129) !important;
    color: white !important;
    border: none !important;
}

.pagination li a:hover {
    background-color: white !important;
}

/* body {
    background: #e3f6f5 !important;
    padding-top: 42px !important;
} */
.partition{
    width: 100%;
    height: 60px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
#partition .active{
    color: rgb(250, 0, 129) !important;
}
/* 个人信息 */
.user_info{
    width: 100%;    
    height: 500px; 
    margin:0px auto;
    /* background: url(../image/bg_2.jpg) no-repeat; */
    background-size:100% 100%;
    background-attachment:fixed;
    margin-bottom: -10px !important;
    margin-top: 20px;

    
}
.user_img{
   width: 100px;
   height: 100px;
   margin: 0px auto;
}
.user_img img{
    border-radius: 50%;
    margin-top: 40px;
}
.user_form{
    width: 380px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1   0px;
    line-height: 40px;
    /* color: black; */
}

/* 修改信息 */
.user_edit{
    width: 100%;
    height: 500px; 
    margin:0px;
    /* background: url(../image/bg_1.jpg) no-repeat; */
    background-size:100% 100%;
    background-attachment:fixed;
    margin-bottom: -10px !important;
    margin-top: 20px;
}
.edit_img{
    width: 200px;
    height: 200px;
    margin: 0px auto;
    /* border: 1px solid red; */
    padding-top: 40px;
 }
 .edit_img img{
    border-radius: 50%;
    margin-left: -30px;
    margin-bottom: 10px;
}

/* 修改密码 */
.edit_pass{
    width: 100%;
    height: 500px; 
    margin:0px;
    /* background: url(../image/bg_1.jpg) no-repeat; */
    background-size:100% 100%;
    background-attachment:fixed;
    margin-bottom: -10px !important;
    margin-top: 20px;
}

/* 修改手机号 */
.edit_phone{
    width: 100%;
    height: 500px; 
    margin:0px;
    /* background: url(../image/bg_1.jpg) no-repeat; */
    background-size:100% 100%;
    background-attachment:fixed;
    margin-bottom: -10px !important;
    margin-top: 20px;
}

body {
    background: #e3f6f5 !important;
}

*, *:after, *:before {
    box-sizing: border-box;
  }
  
  
  .btn-float {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  }
  .btn-float:hover {
    text-decoration: none;
    color: rgb(250, 0, 129);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  }
  .btn-float:active, .btn-float:focus {
    outline: none;
  }
  .btn-float + .btn-float {
    margin-left: 5px;
  }
  .yellow {
    background: #1ac0c6;
  }
  
  .blue {
    background: #40c4ff;
  }
  
  .green {
    background: #00e676;
  }
  
  
  .pink {
    background: #e91e63;
  }
  
  .icon-bars {
    background: #fff;
    height: 1px;
    width: 22px;
    margin: auto;
    display: block;
    position: relative;
    -moz-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.3s 0.3s;
            transition: 0.3s 0.3s;
  }
  .icon-bars:after {
    content: '';
    position: absolute;
    height: 22px;
    width: 1px;
    background: #fff;
    top: -10px;
  }
  
  .float-btn-group {
    position: relative;
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .float-btn-group .btn-triger {
    z-index: 15;
    float: left;
  }
  .float-btn-group .btn-list {
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .float-btn-group .btn-list li {
    display: inline-block;
  }
  .float-btn-group.open .icon-bars {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .model-4 .float-btn-group .icon-bars {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .model-4 .float-btn-group .btn-list .btn-float {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
  }
  .model-4 .float-btn-group .btn-list .btn-float:nth-child(1) {
    -moz-transition: 0.3s 1.2s;
    -o-transition: 0.3s 1.2s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 1.2s;
    -webkit-transition: 0.3s 1.2s;
            transition: 0.3s 1.2s;
  }
  .model-4 .float-btn-group .btn-list .btn-float:nth-child(2) {
    -moz-transition: 0.3s 0.9s;
    -o-transition: 0.3s 0.9s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.9s;
    -webkit-transition: 0.3s 0.9s;
            transition: 0.3s 0.9s;
  }
  .model-4 .float-btn-group .btn-list .btn-float:nth-child(3) {
    -moz-transition: 0.3s 0.6s;
    -o-transition: 0.3s 0.6s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.6s;
    -webkit-transition: 0.3s 0.6s;
            transition: 0.3s 0.6s;
  }
  .model-4 .float-btn-group .btn-list .btn-float:nth-child(4) {
    -moz-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.3s 0.3s;
            transition: 0.3s 0.3s;
  }
  .model-4 .float-btn-group.open .btn-list .btn-float {
    opacity: 1;
  }
  .model-4 .float-btn-group.open .btn-list .btn-float:nth-child(1) {
    right: 180px;
    -moz-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.3s 0.3s;
            transition: 0.3s 0.3s;
  }
  .model-4 .float-btn-group.open .btn-list .btn-float:nth-child(2) {
    right: 120px;
    -moz-transition: 0.3s 0.6s;
    -o-transition: 0.3s 0.6s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.6s;
    -webkit-transition: 0.3s 0.6s;
            transition: 0.3s 0.6s;
  }
  .model-4 .float-btn-group.open .btn-list .btn-float:nth-child(3) {
    right: 60px;
    -moz-transition: 0.3s 0.9s;
    -o-transition: 0.3s 0.9s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.9s;
    -webkit-transition: 0.3s 0.9s;
            transition: 0.3s 0.9s;
  }